/* @import "https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&display=swap"; */

:root {
  --fontPrimary: "Playfair Display", serif;
  --fontSecondary: "Outfit", sans-serif;
  --primary-color: #3aafa9;
  --secondary-color: #fabf04;
  --theme-black: #0f0f0f;
  --secondary-black: #3a3a3a;
  --white: #fff;
}
body {
  font-family: var(--fontSecondary);
  font-weight: 600;
  font-size: 1rem;
}
img {
  width: auto;
  height: auto;
}
html {
  overflow-x: hidden;
}
html:has(.blog_page),
html:has(.blog_detail_page),
body:has(.blog_page),
body:has(.blog_detail_page) {
  overflow-x: visible;
}
.secondaryfont {
  font-family: "Outfit", sans-serif;
}
.primaryfont {
  font-family: "Playfair Display", serif;
}
.position-relative,
.hiring_process .content_wrapper .content_block,
.hiring_process .content_wrapper {
  position: relative;
}
.position-absolute,
.hiring_process .content_wrapper .botmLine,
.hiring_process .content_wrapper .svg_block .svg_text,
.hiring_process .content_wrapper .svg_block,
.hiring_process .content_wrapper .content_block .num {
  position: absolute;
}
.cyan_color {
  color: var(--primary-color) !important;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}
@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}
@media (min-width: 1921px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1800px;
  }
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.navbar-light .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2858, 175, 169, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0);
  padding: 0.25rem 0.5rem;
  position: relative;
  left: 13px;
}
.banner3 .hire_resources-banner span {
  font-family: "Playfair Display", serif !important;
  color: #fff;
  letter-spacing: -0.01em;
}
.banner3 {
  padding-bottom: 110px;
  background-image: url(../images/frontend_background.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner3 {
    background-size: cover;
    height: 400px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner3.banner {
    background-size: cover;
    min-height: 400px !important;
  }
}
.banner3 .hire_resources-banner span {
  font-family: "Playfair Display", serif !important;
  color: #fff;
  letter-spacing: -0.01em;
}
.banner4 .hire_resources-banner span {
  font-family: "Playfair Display", serif !important;
  color: #fff;
  letter-spacing: -0.01em;
}
.banner4 {
  padding-bottom: 110px;
  background-image: url(../images/mern_background.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner4 {
    background-size: cover;
    height: 400px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner4.banner {
    background-size: cover;
    min-height: 400px !important;
  }
}
.banner5 .hire_resources-banner span {
  font-family: "Playfair Display", serif !important;
  color: #fff;
  letter-spacing: -0.01em;
}
.banner5 {
  padding-bottom: 110px;
  background-image: url(../images/mern_background.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner5 {
    background-size: cover;
    height: 400px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner5.banner {
    background-size: cover;
    min-height: 400px !important;
  }
}
.banner2 .hire_resources-banner span {
  font-family: "Playfair Display", serif !important;
  color: #fff;
  letter-spacing: -0.01em;
}
.banner2 {
  padding-bottom: 110px;
  background-image: url(../images/backend_pic.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner2 {
    background-size: cover;
    height: 400px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner2.banner {
    background-size: cover;
    min-height: 400px !important;
  }
}
.banner2 .hire_resources-banner span {
  font-family: "Playfair Display", serif !important;
  color: #fff;
  letter-spacing: -0.01em;
}
::-moz-placeholder {
  color: #ddd;
}
::placeholder {
  color: #ddd;
}
.hire-modal {
  z-index: 9999;
  padding: 100px !important;
}
@media screen and (max-width: 1440px) {
  .hire-modal {
    padding: 20px 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .hire-modal {
    padding: 15px !important;
  }
}
.hire-modal .modal-dialog {
  max-width: 1331px;
}
.hire-modal .modal-dialog .modal-content {
  background: #0f0f0f;
  border: 3px solid #71c8ba;
  border-radius: 10px;
}
.hire-modal .modal-dialog .modal-body {
  padding: 0;
}
.hire-modal .modal-dialog .hire-box-one {
  padding: 40px 0px 0px 33px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .hire-modal .modal-dialog .hire-box-one {
    padding: 30px 0px 0px 15px;
  }
}
.hire-modal .modal-dialog .modal-image {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .hire-modal .modal-dialog .modal-image {
    position: relative;
  }
}
.hire-modal .modal-dialog .hire-box-two {
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .hire-modal .modal-dialog .hire-box-two {
    font-size: 10px;
  }
}
.hire-modal .modal-dialog .modal-title {
  font-size: 76px;
  line-height: 72px;
  font-weight: bold;
  color: #fff;
  font-family: var(--fontPrimary);
}
@media screen and (max-width: 1440px) {
  .hire-modal .modal-dialog .modal-title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .hire-modal .modal-dialog .modal-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hire-modal .modal-dialog .modal-title {
    font-size: 44px;
  }
}
.hire-modal .modal-description {
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .hire-modal .modal-description {
    font-size: 22px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .hire-modal .modal-description {
    font-size: 20px;
    line-height: 30px;
  }
}
.hire-modal .contact-title {
  font-size: 39px;
  font-weight: bold;
  color: #3a3a3a;
  font-family: var(--fontPrimary);
  padding-bottom: 47px;
}
@media screen and (max-width: 1440px) {
  .hire-modal .contact-title {
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 20px;
  }
}
.hire-modal .build_form {
  padding: 25px 28px;
}
@media screen and (max-width: 1440px) {
  .hire-modal .build_form {
    padding: 20px 15px;
  }
}
.hire-modal .build_form .form-group label {
  font-size: 22px;
  font-weight: 600;
  color: #3a3a3a;
}
@media screen and (max-width: 1440px) {
  .hire-modal .build_form .form-group label {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hire-modal .build_form .form-group label {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .hire-modal .build_form .form-group textarea.form_control {
    height: 70px !important;
  }
}
.contact-form {
  height: 500px;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 28px;
}
.modal-par {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .modal-par {
    font-size: 16px;
  }
}
.cyan_bg {
  background: var(--primary-color) !important;
}
.line-height-13 {
  line-height: 1.3;
}
.navbar {
  position: fixed;
  z-index: 1111;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background-color: var(--theme-black);
  padding: 15px 0;
}
@media screen and (max-width: 1440px) {
  .navbar {
    padding: 10px 0;
  }
}
.navbar .navbar-brand {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-right: 0;
}
.navbar .navbar-brand img {
  width: 200px;
  height: 52px;
}
.navbar.sticky .navbar-brand {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .navbar.sticky .navbar-brand {
    padding-right: 0;
    margin-right: 5px;
  }
}
.navbar.nosticky .navbar-brand {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.navbar.nosticky .navbar-brand img {
  width: 200px;
}
.navbar.sticky .navbar-brand img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .btn {
    margin: 10px 0;
  }
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #22205f;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #3aafa9;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #3aafa9;
}
@media screen and (max-width: 1400px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-left: 0;
    justify-content: flex-start;
  }
}
.navbar-dark .navbar-nav .nav-link svg {
  position: absolute;
  bottom: -2px;
  width: 80px;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link.active .line_animation_menu path,
.navbar-dark .navbar-nav .show > .nav-link .line_animation_menu path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: line_animation 2.5s linear alternate forwards;
}
@media screen and (max-width: 1199px) {
  .navbar_main {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .navbar_main .container {
    padding: 0 15px;
  }
}
.navbar_main .dropdown-toggle:hover::after {
  filter: none;
}
.navbar_main .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%233aafa9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center center;
  margin-top: 13px;
  filter: brightness(10);
  transition: all 0.2s ease;
}
@media screen and (min-width: 1200px) {
  .navbar_mobile {
    display: none !important;
  }
}
.navbar_mobile .navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.navbar_mobile a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.navbar_mobile .dropdown-toggle::after {
  display: inline-block;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%233aafa9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center center;
  filter: brightness(0);
  transition: all 0.2s ease;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
}
.home-title {
  font-size: calc(1.375rem + 1.5vw);
  color: #fff;
  font-family: var(--fontPrimary);
}
.section-title {
  font-size: 60px;
  color: #fff;
  font-family: var(--fontPrimary);
  color: var(--secondary-black);
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .section-title {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 34px;
  }
}
.section-subtext {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .btn {
    padding: 8px 12px;
    font-size: 1.125rem;
  }
}
.btn-primary {
  background-color: #3aafa9;
  border-color: #3aafa9;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #3aafa9;
  border-color: #3aafa9;
  color: #fff;
  box-shadow: none !important;
  transform: scale(1.05);
}
.btn_white {
  background-color: #fff;
  border-color: #fff;
  transition: all 0.3s ease;
}
.btn_white:focus,
.btn_white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  box-shadow: none !important;
  transform: scale(1.05);
}
.home_banner {
  padding-bottom: 0 !important;
}
.banner {
  background-size: 65%;
  position: relative;
  padding-bottom: 110px;
  background-color: #0f0f0f;
  min-height: 100vh;
  margin-top: 50px;
  padding-top: 80px;
  text-align: right;
  position: relative;
}
.hero--banner.banner {
  min-height: auto;
  padding-bottom: 100px !important;
}
@media screen and (min-width: 2301px) {
  .banner {
    min-height: 70vh;
  }
}
.banner svg {
  position: absolute;
  top: 10px;
  right: 0;
  width: 65%;
}
@media screen and (min-width: 2301px) {
  .banner svg {
    right: -61% !important;
    top: 20px;
    width: 185%;
    height: 590px;
  }
}
@media screen and (max-width: 991px) {
  .banner .device-image {
    text-align: center;
  }
}
.banner .device-image .hero_banner {
  max-width: 90%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .banner .device-image .hero_banner {
    max-width: 70%;
  }
}
@media (max-width: 992px) {
  .banner {
    margin-top: 77px !important;
  }
}
.banner .container {
  z-index: 111;
}
.banner .home-title {
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.banner .home-title span {
  color: #fabf04;
}
.banner .section-subtext {
  color: #ccc;
  line-height: 1.3;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .banner .section-subtext {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .banner .section-subtext {
    font-size: 18px;
  }
}
@media screen and (min-width: 1900px) {
  .banner .home-title {
    font-size: 60px;
  }
  .banner .section-subtext {
    font-size: 26px;
  }
}
@media screen and (max-width: 1899px) {
  .banner .home-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .banner .home-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .banner .home-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .banner .home-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner .home-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-subtext {
    font-size: 16px;
  }
}
.homepage.client_logos:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 70px;
  height: 20px;
  width: 100%;
}
.client_logos {
  overflow: hidden;
  position: relative;
  z-index: 111;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: -160px;
}

@media screen and (max-width: 991px) {
  .client_logos {
    margin-top: -57px;
  }
}
@media screen and (max-width: 767px) {
  .client_logos {
    padding-bottom: 50px;
  }
}
.client_logos .cl_left_text {
  color: #fff;
  font-family: var(--fontPrimary);
  font-size: 40px;
  padding: 25px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .client_logos .cl_left_text:before {
    content: "";
    position: absolute;
    width: 12%;
    height: 2px;
    right: -15px;
    top: 54%;
    background: #fff;
  }
}
@media screen and (max-width: 1440px) {
  .client_logos .cl_left_text {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .client_logos .cl_left_text {
    padding: 20px 0;
  }
}
.client_logos .client_logos_inner {
  background-color: #3aafa9;
  transform: rotate(1deg);
  position: relative;
}
.client_logos_inner:before {
  content: "";
  background-color: #3aafa9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 20px;
  transform: rotate(1deg);
}
.client_logos_inner:after {
  content: "";
  background-color: #3aafa9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 20px;
  transform: rotate(1deg);
}
.client_logos .slick-slider .slick-list,
.client_logos .slick-slider .slick-track {
  display: flex;
  align-items: center;
}
.client_logos .slick-slide {
  margin-right: 50px;
}
@media screen and (min-width: 481px) {
  .client_logos .slick-slide {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.client_logos .slick-slide img {
  transition: all 0.3s ease;
  filter: grayscale(100%);
  opacity: 1;
  margin-left: 50px;
}
.client_logos .slick-slide img:hover {
  opacity: 0.7;
}
.how_work {
  padding-top: 100px;
}
@media screen and (max-width: 1366px) {
  .how_work {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .how_work {
    padding-top: 50px;
  }
}
.how_work .section-title {
  color: #0f0f0f;
  color: var(--secondary-black);
}
.how_work .image_block {
  max-width: 650px;
  position: relative;
}
.how_work .image_block .hy_img {
  border-radius: 14px;
  z-index: 111;
  position: relative;
}
.how_work .float_element1 {
  position: absolute;
  bottom: -80px;
  left: -70px;
  z-index: 99;
}
.how_work .float_element2 {
  position: absolute;
  right: -25px;
  top: 10%;
  z-index: 99;
  width: 365px;
  transform: rotate(-17deg);
  opacity: 0.07;
}
.how_work .float_square {
  position: absolute;
  bottom: -42px;
  left: -42px;
  z-index: 99;
  background-color: #3aafa9;
  border-radius: 28px;
  width: 350px;
  height: 400px;
}
.how_work .text_block {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .how_work .text_block {
    margin-top: 80px;
  }
}
.how_work .text_block .number img {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .how_work .text_block {
    margin-top: 40px;
  }
}
.how_work .text_block .block_title {
  color: #0f0f0f;
  color: var(--secondary-black);
  font-weight: 600;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .how_work .text_block .block_title {
    font-size: 30px;
  }
}
.how_work .hw_row + .hw_row {
  padding-top: 60px;
}
@media screen and (max-width: 1440px) {
  .how_work .hw_row + .hw_row {
    padding-top: 0;
  }
}
.how_work .hw_row_2 .float_square {
  right: -42px;
  left: auto;
}
.how_work .hw_row_2 .float_element1 {
  bottom: auto;
  left: 77%;
  top: -48px;
}
@media screen and (max-width: 991px) {
  .how_work .hw_row_2 .float_element1 {
    left: 67%;
  }
}
.how_work .hw_row_2 .float_element2 {
  right: auto;
  top: 19%;
  transform: rotate(-40deg);
  left: 10px;
}
.how_work .hw_row_3 .float_element1 {
  bottom: auto;
  top: 140px;
  left: -75px;
  transform: rotate(-35deg);
}
.text_para {
  color: var(--secondary-black);
  font-family: var(--fontSecondary);
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .text_para {
    font-size: 18px;
  }
}
.hire_resources .hr_block_item {
  height: 300px !important;
}
@media screen and (max-width: 991px) {
  .hire_resources .hr_block_item {
    margin-bottom: 0;
    height: 260px !important;
  }
}
.hire_resources,
.hire_developer {
  padding: 100px 0 85px;
  background: url(../images/hire-resoureces-bg.svg) no-repeat;
  background-color: #f9f9f9;
  background-size: 40%;
  background-position: 105% 55%;
  margin-top: 200px;
}
@media screen and (max-width: 1440px) {
  .hire_resources,
  .hire_developer {
    margin-top: 100px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .hire_resources,
  .hire_developer {
    margin-top: 60px;
    padding: 50px 0 35px;
  }
}
.hire_resources .hr_block_item,
.hire_developer .hr_block_item {
  background-color: #fff;
  border-radius: 10px;
  border: #ccc solid 1px;
  padding: 25px;
  position: relative;
  padding-top: 124px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hire_resources .hr_block_item,
  .hire_developer .hr_block_item {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .hire_resources .hr_block_item,
  .hire_developer .hr_block_item {
    margin-bottom: 0;
  }
}
.hire_resources .hr_block_item .icon,
.hire_developer .hr_block_item .icon {
  position: absolute;
  top: 25px;
  left: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .hire_resources .hr_block_item .icon img,
  .hire_developer .hr_block_item .icon img {
    width: 75px;
  }
}
@media screen and (max-width: 991px) {
  .hire_resources .hr_block_item .icon img,
  .hire_developer .hr_block_item .icon img {
    width: 60px;
  }
}
.hire_resources .block-title,
.hire_developer .block-title {
  font-weight: 400;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.hire_resources p,
.hire_developer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .hire_resources p,
  .hire_developer p {
    font-size: 18px;
  }
}
.hire_resources.hire_r {
  margin-top: 110px !important;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .hire_resources.hire_r {
    padding-top: 20px;
  }
}
.hire_resources .hr_block_item:hover p {
  height: 150px;
}
.hire_resources .hr_block_item:hover {
  background-color: #3aafa9;
  border-color: #3aafa9;
  padding-top: 23px;
  padding-bottom: 23px;
}
.hire_resources .hr_block_item:hover .icon {
  color: #fff;
  opacity: 0;
}
.hire_resources .hr_block_item p {
  height: 48px;
  overflow: hidden;
  margin-bottom: 0;
}
.hire_resources .hr_block_item:hover .block-title,
.hire_resources .hr_block_item:hover p {
  color: #fff;
}
.hire_resources .icon {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .hire_resources .icon img {
    width: 60px;
  }
}
.hire_resources .block-title span {
  display: inline-block;
  position: relative;
  z-index: 99;
  width: -moz-max-content;
  width: max-content;
}
.hire_resources .block-title span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(250, 191, 4, 0.95);
  height: 5px;
  bottom: 5px;
  z-index: -1;
  opacity: 0;
}
.hire_resources .hr_block_item:hover .block-title span:after {
  opacity: 1;
}
.hire_developer {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0);
}
.hire_developer h2.section-title {
  margin-bottom: 120px;
  margin-bottom: clamp(50px, 8vw, 120px);
}
.hire_developer h2.section-title svg {
  right: 170px;
  width: 310px;
}
@media screen and (max-width: 991px) {
  .hire_developer h2.section-title svg {
    right: 0;
    width: 200px;
  }
}
.hire_developer .hr_block_item {
  border: 1px solid #e2e2e2;
}
.hire_developer .hr_block_item h3 {
  font-weight: 500;
  margin-top: 20px;
}
.hire_developer .hr_block_item p {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .hire_developer .hr_block_item p {
    font-size: 18px;
  }
}
.benefits_we_offer {
  padding: 140px 0 130px;
}
@media screen and (max-width: 1440px) {
  .benefits_we_offer {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .benefits_we_offer {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .benefits_we_offer {
    padding: 70px 0;
  }
}
@media screen and (max-width: 575px) {
  .benefits_we_offer {
    padding: 60px 0;
  }
}
.benefits_we_offer .container {
  position: relative;
}
.benefits_we_offer .line1 {
  position: absolute;
  left: 200px;
  top: -100px;
}
@media screen and (max-width: 991px) {
  .benefits_we_offer .line1 {
    left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .benefits_we_offer .section-title {
    font-size: 30px;
  }
}
.benefits_we_offer .section-title span {
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .benefits_we_offer .section-title span {
    background: none !important;
  }
}
.benefits_we_offer p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.benefits_we_offer .subtext {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .benefits_we_offer .subtext {
    font-size: 18px;
  }
}
.benefits_we_offer .bwe_block_item .icon {
  color: #fff;
  opacity: 1;
}
.hire_resources .block-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .hire_resources .block-title {
    font-size: 22px;
  }
}
.benefits_we_offer .bwe_block_item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .benefits_we_offer .bwe_block_item p {
    font-size: 20px;
  }
}
.content_for_seo p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .content_for_seo p {
    font-size: 18px;
  }
}
.content_for_seo {
  background: url(../images/seo-bg.png) no-repeat;
  background-position: 50px 85%;
}
@media screen and (max-width: 1440px) {
  .content_for_seo {
    background-position: -14% 55%;
    background-size: 30%;
  }
}
@media screen and (max-width: 991px) {
  .content_for_seo {
    background-position: -14% 15%;
    background-size: 50%;
  }
}
.content_for_seo .content_for_seo_cntnt {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .content_for_seo .content_for_seo_cntnt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .content_for_seo .content_for_seo_cntnt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .content_for_seo .seo_descr {
    height: 495px;
  }
}
.content_for_seo .cfs_image {
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .content_for_seo .cfs_image {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.content_for_seo img {
  border-radius: 10px;
}
.people_talk_slider_wrap {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  .people_talk_slider_wrap {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap .people_talk_slider {
    padding-bottom: 60px;
  }
}
.people_talk_slider_wrap .people_talk_slider .slick-list {
  padding-top: 220px !important;
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap .people_talk_slider .slick-list {
    padding-top: 120px !important;
  }
}
.people_talk_slider_wrap .people_talk_slider .slick-prev,
.people_talk_slider_wrap .people_talk_slider .slick-next {
  position: absolute;
  background: #fff;
  border: none;
  color: rgba(0, 0, 0, 0);
  width: 56px;
  height: 56px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 9;
  top: 93%;
  border-radius: 100%;
  transition: all 0.5s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people_talk_slider_wrap .people_talk_slider .slick-prev:focus,
.people_talk_slider_wrap .people_talk_slider .slick-next:focus {
  background-color: #fff;
}
.people_talk_slider_wrap .people_talk_slider .slick-prev:hover,
.people_talk_slider_wrap .people_talk_slider .slick-next:hover {
  background-color: #3aafa9;
}
@media screen and (max-width: 1440px) {
  .people_talk_slider_wrap .people_talk_slider .slick-prev,
  .people_talk_slider_wrap .people_talk_slider .slick-next {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1150px) {
  .people_talk_slider_wrap .people_talk_slider .slick-prev,
  .people_talk_slider_wrap .people_talk_slider .slick-next {
    top: 95%;
  }
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap .people_talk_slider .slick-prev,
  .people_talk_slider_wrap .people_talk_slider .slick-next {
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .people_talk_slider_wrap .people_talk_slider .slick-prev,
  .people_talk_slider_wrap .people_talk_slider .slick-next {
    top: 95%;
  }
}
.people_talk_slider_wrap .people_talk_slider .slick-prev:before,
.people_talk_slider_wrap .people_talk_slider .slick-next:before {
  content: "";
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  color: #3aafa9;
  font-size: 25px;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
@media screen and (max-width: 1440px) {
  .people_talk_slider_wrap .people_talk_slider .slick-prev:before,
  .people_talk_slider_wrap .people_talk_slider .slick-next:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.people_talk_slider_wrap .people_talk_slider .slick-prev:hover::before,
.people_talk_slider_wrap .people_talk_slider .slick-next:hover::before {
  filter: brightness(0) invert(1);
}
.people_talk_slider_wrap .people_talk_slider .slick-next {
  right: 45%;
}
@media screen and (max-width: 1150px) {
  .people_talk_slider_wrap .people_talk_slider .slick-next {
    right: 40%;
  }
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap .people_talk_slider .slick-next {
    right: 42%;
  }
}
@media screen and (max-width: 767px) {
  .people_talk_slider_wrap .people_talk_slider .slick-next {
    right: 30%;
    transform: translate(-30%, 0);
  }
}
.people_talk_slider_wrap .people_talk_slider .slick-prev {
  left: 45%;
}
@media screen and (max-width: 1150px) {
  .people_talk_slider_wrap .people_talk_slider .slick-prev {
    left: 40%;
  }
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap .people_talk_slider .slick-prev {
    left: 42%;
  }
}
@media screen and (max-width: 767px) {
  .people_talk_slider_wrap .people_talk_slider .slick-prev {
    left: 40%;
    transform: translate(-40%, 0);
  }
}
.people_talk_slider_wrap .people_talk_slider .slick-prev:before {
  background-image: url(../images/left-arrow.svg);
}
.people_talk_slider_wrap .people_talk_slider .slider_item {
  background: #f9f9f9;
  border-radius: 20px;
  width: 650px;
  padding: 0 34px 25px;
  margin: 0 35px;
}
@media screen and (max-width: 1440px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item {
    padding: 0 25px 25px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item {
    padding: 0 25px 15px;
    margin: 0 12px;
  }
}
.people_talk_slider_wrap .people_talk_slider .slider_item.slick-center {
  transition: all 0.6s ease;
}
@media screen and (min-width: 992px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item.slick-center {
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.0705882353);
    transform: translateY(-120px);
  }
}
.people_talk_slider_wrap .people_talk_slider .slider_item .photo_wrap {
  display: flex;
  justify-content: center;
}
.people_talk_slider_wrap .people_talk_slider .slider_item .photo_wrap .photo {
  width: 170px;
  height: 170px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1803921569);
  border-radius: 100%;
  text-align: center;
  margin-top: -90px;
}
.people_talk_slider_wrap
  .people_talk_slider
  .slider_item
  .photo_wrap
  .photo
  img {
  border: 3px solid #fff;
  border-radius: 100%;
  width: 170px;
  height: 170px;
}
.people_talk_slider_wrap .people_talk_slider .slider_item .content {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 50px;
  padding-right: 20px;
  margin-bottom: 30px;
  height: 165px;
}
@media screen and (max-width: 1440px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item .content {
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item .content {
    text-align: center;
    padding-right: 0px;
    height: auto;
  }
}
.people_talk_slider_wrap .people_talk_slider .slider_item .title {
  color: #3aafa9;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1440px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item .title {
    font-size: 24px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item .title {
    font-size: 22px;
  }
}
.people_talk_slider_wrap .people_talk_slider .slider_item .location {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item .location {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .people_talk_slider_wrap .people_talk_slider .slider_item .location {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .people_talk_slider_wrap .people_talk_slider .slick-slide,
  .people_talk_slider_wrap
    .people_talk_slider
    .slick-slide[aria-hidden="true"]:not(.slick-cloned)
    ~ .slick-cloned[aria-hidden="true"] {
    transform: translateY(0);
    transition: all 0.6s ease;
  }
}
@media screen and (min-width: 992px) {
  .people_talk_slider_wrap .people_talk_slider .slick-center,
  .people_talk_slider_wrap
    .people_talk_slider
    .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
    + .slick-cloned[aria-hidden="true"] {
    transform: translateY(-120px);
    transition: all 0.6s ease;
  }
}
.people_talk_slider_wrap.people_talk1 {
  margin-top: 95px;
}
.portfolio_info {
  min-height: 680px;
  border-radius: 20px;
}
.portfolio_info .portfolio_logo {
  padding: 50px 0px 50px 40px;
}
.our_portfolio {
  padding: 100px 0 100px;
}
@media screen and (max-width: 1440px) {
  .our_portfolio {
    padding: 80px 0 75px;
  }
}
@media screen and (max-width: 991px) {
  .our_portfolio {
    padding: 30px 0 50px;
  }
}
.op_block_item_main {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.op_block_item_main .bg_color1 {
  background-color: #c2e5df;
}
.op_block_item_main .bg_color2 {
  background-color: #f3d2ff;
}
.op_block_item_main .bg_color3 {
  background-color: #ffe8ea;
}
@media screen and (max-width: 991px) {
  .op_block_item_main {
    flex-direction: column;
    margin-top: 0;
  }
}
.op_block_item_main .op_block_item_wrap {
  width: 33%;
}
@media screen and (max-width: 991px) {
  .op_block_item_main .op_block_item_wrap {
    width: 100% !important;
  }
}
.op_block_item {
  border-radius: 20px;
}
.our_portfolio .op_block_item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 700px;
}
@media screen and (max-width: 1399px) {
  .our_portfolio .op_block_item {
    height: 580px;
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .our_portfolio .op_block_item {
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .our_portfolio .op_block_item {
    padding: 20px;
  }
}
.our_portfolio .op_block_item img {
  transition: all 0.3s ease-in-out;
}
.our_portfolio .op_block_item.active {
  background-color: #c2e5df;
}
.op_block_list {
  margin-top: 50px;
  width: 50%;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  .op_block_list {
    display: block;
    opacity: 1;
    width: 100%;
    margin-top: 20px;
  }
}
.op_block_list .op_block {
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .op_block_list .op_block {
    margin: 0;
  }
}
@media screen and (max-width: 1599px) {
  .op_block_list {
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
.op_block_list .op_content_p {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 60px;
}
@media screen and (max-width: 1440px) {
  .op_block_list .op_content_p {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .op_block_list .op_content_p {
    padding-right: 0;
    height: 150px;
  }
}
.op_block_list .op_logo {
  margin-top: 50px;
}
@media screen and (max-width: 1599px) {
  .op_block_list .op_logo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .op_block_list .op_logo {
    margin-top: inherit;
    display: none;
  }
}
.op_block_list .op_content_p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #171717;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 1599px) {
  .op_block_list .op_content_p {
    letter-spacing: inherit;
  }
}
.op_block_list li {
  font-size: 25px;
}
@media screen and (max-width: 1440px) {
  .op_block_list li {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .op_block_list li {
    font-size: 18px;
  }
}
.op_content_img {
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin: 25px;
}
@media screen and (max-width: 991px) {
  .op_content_img {
    opacity: 1;
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .op_content_img {
    justify-content: space-between;
    flex-direction: column;
  }
}
.item1:hover .item3 {
  display: none !important;
}
#op_block_item1 {
  transition: all 0.3s ease-in-out;
}
#op_block_item1 .op_block_item.bg_color1 {
  background-color: #c2e5df !important;
}
#op_block_item1.active1 {
  width: 66.66%;
}
#op_block_item1.active1 .portfolio_logo {
  opacity: 0;
  display: none;
}
#op_block_item1.active1 .op_block_list {
  display: block;
  opacity: 1;
}
#op_block_item2 .op_block_item.bg_color2 {
  background-color: #f3d2ff !important;
}
#op_block_item2.active2 {
  width: 66.66%;
}
#op_block_item2.active2 .portfolio_logo {
  opacity: 0;
  display: none;
}
#op_block_item2.active2 img .portfolio_logo {
  opacity: 0;
  display: none;
}
#op_block_item2.active2 .op_block_list {
  display: block;
  opacity: 1;
}
#op_block_item3 {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #op_block_item3 .portfolio_image {
    display: flex;
    justify-content: center;
  }
}
#op_block_item3 .portfolio_image img {
  max-height: 430px;
}
@media screen and (max-width: 1440px) {
  #op_block_item3 .portfolio_image img {
    max-height: 200px;
  }
}
@media screen and (max-width: 991px) {
  #op_block_item3 .portfolio_image img {
    max-height: 320px;
  }
}
#op_block_item3 .op_block_item.bg_color3 {
  background-color: #ffe8ea;
}
#op_block_item3.active3 {
  width: 66.66%;
}
#op_block_item3.active3 .portfolio_logo {
  opacity: 0;
  display: none;
}
#op_block_item3.active3 img .portfolio_logo {
  opacity: 0;
  display: none;
}
#op_block_item3.active3 .op_block_list {
  display: block;
  opacity: 1;
}
.our_portfolio {
  background: url(../images/our-portfolio-bg.png) no-repeat;
  background-size: 45%;
  background-position: 140% 35%;
}
.our_portfolio h3 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 1440px) {
  .our_portfolio h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .our_portfolio h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.our_portfolio p {
  margin-top: 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .our_portfolio p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.our_events {
  margin: 0 0 130px;
  padding: 100px 0 0;
}
@media screen and (max-width: 1440px) {
  .our_events {
    margin: 0 0 90px;
    padding: 75px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .our_events {
    padding: 70px 0 0;
    margin: 0 0 70px;
  }
}
.our_events {
  background: #f9f9f9;
}
.our_events .event_gallery {
  padding-bottom: 40px;
  margin-top: 100px;
  background: url(../images/seo-bg.png) no-repeat;
  background-position: -14% 65%;
}
@media screen and (max-width: 1440px) {
  .our_events .event_gallery {
    margin-top: 60px;
    background-size: 30%;
    background-position: -14% 35%;
  }
}
@media screen and (max-width: 991px) {
  .our_events .event_gallery {
    margin-top: 30px;
    padding-bottom: 20px;
    background-position: -14% 15%;
    background-size: 50%;
  }
}
.our_events .event_gallery .left_side img {
  border-radius: 8px;
}
.our_events .event_gallery .right_side {
  margin-left: 30px;
  display: flex;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .our_events .event_gallery .right_side {
    margin-left: 0;
    margin-top: 50px;
  }
}
.our_events .event_gallery .right_side .img1 {
  display: flex;
  width: 100%;
  position: relative;
}
.our_events .event_gallery .right_side .img1 .happy_animation {
  position: absolute;
  right: 20%;
  top: 15px;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1440px) {
  .our_events .event_gallery .right_side .img1 .happy_animation {
    width: 120px;
    height: 120px;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .our_events .event_gallery .right_side .img1 .happy_animation {
    width: 80px;
    height: 80px;
    top: 0;
  }
}
.our_events .event_gallery .right_side .img1 .happy_animation img {
  position: relative;
}
.our_events .event_gallery .right_side .img1 .happy_animation .hp_img1 {
  position: absolute;
  z-index: 9;
  top: 22%;
  left: 22%;
  width: 55%;
  height: 55%;
}
.our_events .event_gallery .right_side .img1 .happy_animation .hp_img2 {
  animation: rotation 14s infinite linear;
  width: 100%;
  height: 100%;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.our_events .event_gallery .right_side .img2 {
  width: 65%;
  height: 33.33%;
  margin-top: -70px;
  margin-left: 25%;
  position: relative;
}
.our_events .event_gallery .right_side .svg1 {
  position: absolute;
  left: 0;
  top: 45%;
}
@media screen and (max-width: 1366px) {
  .our_events .event_gallery .right_side .svg1 {
    display: none;
  }
}
.our_events .event_gallery .right_side .img3 {
  width: 55%;
  height: 33.33%;
  margin-left: 10%;
  margin-top: -70px;
  position: relative;
}
.our_events .event_gallery .right_side .svg2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.our_events .client_logos {
  margin-top: 0;
}
.our_events .client_logos.second .client_logos_inner {
  transform: none;
}
.our_events .client_logos .cl_left_text {
  padding: 28px;
  background: url(../images/star.png) no-repeat;
  background-position: center right;
}
.our_events .client_logos .cl_left_text img {
  filter: unset;
}
.slick-list {
  direction: ltr;
}
.engaement_model,
.our_hiring_modal {
  background: #0f0f0f;
  padding: 130px 50px;
  margin-top: 130px;
}
@media screen and (max-width: 1300px) {
  .engaement_model,
  .our_hiring_modal {
    padding: 100px 25px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 991px) {
  .engaement_model,
  .our_hiring_modal {
    padding: 70px 25px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .engaement_model,
  .our_hiring_modal {
    padding: 60px 25px 120px;
  }
}
@media screen and (max-width: 575px) {
  .engaement_model,
  .our_hiring_modal {
    padding: 50px 15px 120px;
    margin-top: 60px;
  }
}
.engaement_model .section_header,
.our_hiring_modal .section_header {
  padding-bottom: 180px;
  padding-bottom: clamp(50px, 8vw, 180px);
}
.engaement_model .section-title,
.our_hiring_modal .section-title {
  color: #fff !important;
  position: relative;
}
.horizontal_scolling2 .slick-prev:before,
.horizontal_scolling2 .slick-next:before {
  filter: grayscale(1) brightness(0);
}
.slick-prev,
.slick-next {
  z-index: 1044;
}
.horizontal_scolling2 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 60px;
}
.horizontal_scolling2 .slick-track {
  display: flex;
}
@media screen and (max-width: 767px) {
  .horizontal_scolling2 .slick-prev,
  .horizontal_scolling2 .slick-next {
    top: 100%;
  }
}
.horizontal_scolling2 .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .horizontal_scolling2 .slick-prev {
    left: 40%;
    transform: translate(-40%, 0);
  }
}
.horizontal_scolling2 .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .horizontal_scolling2 .slick-next {
    right: 40%;
    transform: translate(-40%, 0);
  }
}
.horizontal_scolling2 .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .horizontal_scolling2 {
    padding-left: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.horizontal_scolling::-webkit-scrollbar,
.horizontal_scolling2::-webkit-scrollbar {
  display: none;
}
.slick-slide {
  height: auto;
}
.slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.horizontal_scolling {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100% !important;
  transform: translate(0, 0) !important;
}
@media screen and (max-width: 767px) {
  .horizontal_scolling {
    padding: 25px 15px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.horizontal_scolling .slick-prev,
.horizontal_scolling .slick-next {
  position: absolute;
  color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  z-index: 9;
  border-radius: 100%;
  transition: all 0.5s linear;
  top: 60%;
  transform: translate(0, -60%);
}
@media screen and (max-width: 991px) {
  .horizontal_scolling .slick-prev,
  .horizontal_scolling .slick-next {
    top: 55%;
    transform: translate(0, -55%);
  }
}
.horizontal_scolling .slick-prev:before,
.horizontal_scolling .slick-next:before {
  color: #3aafa9;
  font-size: 25px;
  filter: brightness(5);
}
.horizontal_scolling .slick-prev:hover::before,
.horizontal_scolling .slick-next:hover::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .horizontal_scolling .slick-prev,
  .horizontal_scolling .slick-next {
    top: 100%;
  }
}
.horizontal_scolling .slick-prev {
  left: -40px;
}
@media screen and (max-width: 767px) {
  .horizontal_scolling .slick-prev {
    left: 40%;
    transform: translate(-40%, 0);
  }
}
.horizontal_scolling .slick-next {
  right: -40px;
}
@media screen and (max-width: 767px) {
  .horizontal_scolling .slick-next {
    right: 40%;
    transform: translate(-40%, 0);
  }
}
.horizontal_scolling .row {
  flex-wrap: nowrap;
}
.horizontal_scolling .main_block_scn {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .horizontal_scolling .main_block_scn {
    min-width: inherit;
  }
}
.oem_block_title_wrap .oem_block_title {
  font-size: 30px;
  color: #fff;
  font-weight: 200;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  min-height: 70px;
}
@media screen and (max-width: 1440px) {
  .oem_block_title_wrap .oem_block_title {
    font-size: 26px;
  }
  .oem_block_title_wrap .oem_block_title img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .oem_block_title_wrap .oem_block_title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    min-height: inherit;
  }
  .oem_block_title_wrap .oem_block_title img {
    height: 40px;
  }
}
.oem_block_item_wrap .oem_block_item {
  padding: 30px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #1e1e1e 0%, #363636 100%)
    0 0 no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .oem_block_item_wrap .oem_block_item {
    padding: 20px 15px;
  }
}
.line_border {
  margin-bottom: 25px;
}
.line_border .line_dots_col {
  text-align: center;
}
.line_border .line_dots_col .line_dots {
  width: 30px;
  height: 30px;
  background: #3aafa9;
  border: 3px solid #fff !important;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .line_border .line_dots_col .line_dots {
    position: absolute;
    left: 0px;
  }
}
.oem_block_item p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .oem_block_item p {
    font-size: 18px;
  }
}
.oem_block_item p.fw_400 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .oem_block_item p.fw_400 {
    font-size: 18px;
  }
}
footer {
  background: #3a3a3a;
  padding-top: 70px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 55px;
  }
}
footer .navbar-brand img {
  width: 200px;
  height: 52px;
}
footer .footer_p {
  font-size: 16px;
  margin-top: 0;
}
footer p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  footer p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  footer p {
    font-size: 17px;
  }
}
footer .footer_btm {
  background: #3aafa9;
  height: 75px;
  margin-top: 90px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  footer .footer_btm {
    margin-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer_btm {
    margin-top: 40px;
  }
}
.technologies {
  padding-bottom: 100px !important;
  padding-top: 120px;
  padding-top: clamp(60px, 8vw, 100px);
}
@media screen and (min-width: 1921px) {
  .technologies {
    max-width: 1800px;
    margin: 0 auto;
  }
}
.technologies .nav {
  margin-left: 25%;
}
@media screen and (max-width: 1440px) {
  .technologies .nav {
    margin-left: 0;
  }
}
.nav-pills-wrap {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f9f9f9;
}
@media screen and (max-width: 991px) {
  .nav-pills-wrap {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.nav-pills-wrap .nav-pills .nav-link {
  font-size: 36px;
  font-weight: 500;
  color: #3a3a3a;
  margin-bottom: 30px;
  text-align: left;
  margin-right: 20px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .nav-pills-wrap .nav-pills .nav-link {
    font-size: 28px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .nav-pills-wrap .nav-pills .nav-link {
    font-size: 22px;
    margin-bottom: 5px;
    width: 100%;
  }
}
.nav-pills-wrap .nav-pills .nav-link.active {
  color: #3a3a3a;
  background: none;
  font-weight: 600;
  border-bottom: 2px solid #3aafa9;
  border-radius: inherit;
}
.tab-content {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .tab-content {
    margin: 15px;
  }
}
.tab-content .cont_ttl {
  font-size: 36px;
  font-weight: 500;
  color: #3a3a3a;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .tab-content .cont_ttl {
    font-size: 25px;
    margin: 20px 0;
  }
}
.tab-content .cont_text {
  font-size: 18px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .tab-content .cont_text {
    font-size: 18px;
  }
}
.tab-content .fw-500 {
  font-weight: 500 !important;
}
.tab-content .logo_wrap {
  margin-top: 60px;
}
.tab-content .logo_wrap ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
.tab-content .logo_wrap ul li.box_icon {
  width: 24%;
  height: 120px;
  background: #f8f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .tab-content .logo_wrap ul li.box_icon {
    width: 31.5%;
  }
}
@media screen and (max-width: 600px) {
  .tab-content .logo_wrap ul li.box_icon {
    width: 47.92%;
  }
}
@media screen and (max-width: 414px) {
  .tab-content .logo_wrap ul li.box_icon {
    width: 47.9%;
  }
}
@media screen and (max-width: 413px) {
  .tab-content .logo_wrap ul li.box_icon {
    width: 100%;
  }
}
.other_details_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 200px;
}
@media screen and (max-width: 1440px) {
  .other_details_wrap {
    margin: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  .other_details_wrap {
    margin: 50px 0;
    align-items: flex-start;
    flex-direction: column;
  }
}
.other_details_wrap .other_details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 550px;
}
@media screen and (max-width: 991px) {
  .other_details_wrap .other_details {
    margin-bottom: 40px;
  }
}
.other_details_wrap .other_details .ttl {
  font-family: var(--fontPrimary);
  font-size: 36px;
  font-weight: 500;
  color: #8f8f8f;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .other_details_wrap .other_details .ttl {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.other_details_wrap .other_details p {
  font-size: 22px;
  font-weight: 400;
  color: #8f8f8f;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .other_details_wrap .other_details p {
    font-size: 18px;
  }
}
.hero_section {
  background: #0f0f0f;
  padding: 150px 0 80px;
}
@media screen and (max-width: 480px) {
  .hero_section {
    padding: 110px 0 80px;
  }
}
.hero_section .page_name {
  font-size: 22px;
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 500;
  line-height: 1.3;
  color: #71c8ba;
}
.hero_section h1 {
  font-family: var(--fontPrimary);
  font-size: clamp(36px, 5.2vw, 60px);
  font-weight: 600;
  line-height: clamp(50px, 6vw, 75px);
  color: #fff;
  margin-top: 5px;
  margin-bottom: 30px;
}
.hero_section .sub_title {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero_section .sub_title {
    font-size: 18px;
  }
}
.hero_section .mw_750 {
  max-width: 750px;
  width: 100%;
}
h2 {
  font-family: var(--fontPrimary);
  font-size: clamp(25px, 5.2vw, 36px);
  font-weight: 600;
  line-height: clamp(28px, 5.2vw, 40px);
  color: #292929;
}
.blog_page .hero_section .blog_block {
  margin-bottom: 0;
  margin-right: 30px;
}
.blog_page .hero_section .blog_block .blog_media {
  margin-bottom: 30px;
  height: 475px;
}
@media screen and (max-width: 1200px) {
  .blog_page .hero_section .blog_block .blog_media {
    margin-bottom: 0px;
    height: 410px;
  }
}
@media screen and (max-width: 991px) {
  .blog_page .hero_section .blog_block .blog_media {
    height: 300px;
  }
}
.blog_page .hero_section .blog_block .blog_title {
  color: #fff;
}
.blog_page .hero_section .blog_block .small,
.blog_page .hero_section .blog_block .blog_sub_text {
  color: #8f8f8f;
}
.blog_page .hero_section .blog_block_v1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #292929;
}
.blog_page .hero_section .blog_block_v1:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog_page .hero_section .blog_block_v1 .blog_media_wrap .blog_media {
  height: 200px;
}
.blog_page .hero_section .blog_block_v1 .blog_title {
  color: #fff;
}
.blog_page .blog_wrap {
  margin-top: 80px;
}
.blog_page .blog_block,
.blog_page .blog_block_v1 {
  margin-bottom: 70px;
}
.blog_page .blog_block .blog_media,
.blog_page .blog_block_v1 .blog_media {
  height: auto;
  overflow: visible;
  border-radius: 4px;
  text-decoration: none;
}
.blog_page .blog_block .blog_media img,
.blog_page .blog_block_v1 .blog_media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}
.blog_page .blog_block .blog_title,
.blog_page .blog_block_v1 .blog_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #292929;
  margin: 20px 0;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .blog_page .blog_block .blog_title,
  .blog_page .blog_block_v1 .blog_title {
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
  }
}
.blog_page .blog_block .blog_sub_text,
.blog_page .blog_block_v1 .blog_sub_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #292929;
}
@media screen and (max-width: 991px) {
  .blog_page .blog_block .blog_sub_text,
  .blog_page .blog_block_v1 .blog_sub_text {
    font-size: 18px;
  }
}
.blog_page .blog_block .small,
.blog_page .blog_block_v1 .small {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #8f8f8f;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .blog_page .blog_block .small,
  .blog_page .blog_block_v1 .small {
    font-size: 18px;
  }
}
.blog_page .blog_block_v1 {
  margin-bottom: 50px;
}
.blog_page .blog_block_v1 .blog_media_wrap {
  display: flex;
}
.blog_page .blog_block_v1 .blog_media_wrap .blog_media {
  height: 240px;
}
.blog_page .all_stories {
  margin-bottom: 100px;
}
.blog_page .popular {
  margin-left: 20px;
  padding-bottom: 32px;
  border-left: 2px solid #e2e2e2;
}
.blog_page .popular h2 {
  padding-left: 40px;
}
.blog_page .popular .blog_block_v1 {
  padding-left: 40px;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 2px solid #e2e2e2;
}
.blog_page .popular .blog_block_v1:last-child {
  border-bottom: none;
}
.blog_page .popular .blog_block_v1 .blog_title {
  margin-bottom: 0;
}
.font_36 {
  font-size: clamp(18px, 5vw, 36px);
  font-weight: 500;
}
.font_22 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .font_22 {
    font-size: 18px;
  }
}
.bordered_text {
  border: 2px dashed var(--primary-color);
  padding: 20px;
  max-width: 820px;
  font-size: 24px;
  margin-top: 30px;
}
.build_form {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 36px 50px;
  position: relative !important;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.hiring_models .build_form:hover::before {
  transform: rotate(-4deg);
  left: -60px;
  bottom: -48px;
}
.hiring_models .build_form:hover::after {
  transform: rotate(6deg);
  left: 20px;
  bottom: -45px;
}
.hiring_models .build_form::before {
  content: "";
  background: #3aafa9;
  width: 98%;
  height: 90%;
  position: absolute;
  border-radius: 10px;
  transform: rotate(0deg);
  z-index: -1;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.hiring_models .build_form::after {
  content: "";
  background: #434343;
  width: 93%;
  height: 20%;
  position: absolute;
  border-radius: 10px;
  transform: rotate(0deg);
  z-index: -2;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1366px) {
  .build_form {
    padding: 20px 30px;
  }
}
.build_form h2 {
  margin-bottom: 50px;
  font-weight: 700;
}
.build_form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media screen and (max-width: 1366px) {
  .build_form .form-group {
    margin-bottom: 15px;
  }
}
.build_form .form-group label {
  font-size: 16px;
  color: #888;
}
.build_form .form-group .form_control {
  border: none;
  border-bottom: 2px solid #999;
  height: 36px;
  font-size: 20px;
  font-weight: 500;
  color: #292929;
}
.build_form .form-group .form_control:focus {
  outline: none;
}
.build_form .form-group textarea.form_control {
  height: 90px;
}
.build_form button {
  background: #3aafa9;
  color: #fff;
  width: 100%;
  font-size: 20px;
  height: 50px;
  border: none;
}
@media screen and (max-width: 991px) {
  .build_form button {
    font-size: 18px;
  }
}
.fz_20px {
  font-size: 20px;
}
.fz_22px {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .fz_22px {
    font-size: 18px;
  }
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.gray {
  color: #8f8f8f;
}
.hiring_models .custom_list {
  margin: 25px 0 50px;
  padding-left: 0;
  list-style: none;
}
.hiring_models .custom_list li {
  font-size: 26px;
  font-weight: 400;
  color: #71c8ba;
  margin-bottom: 20px;
  background: url(../images/bullet-icon-green.svg) no-repeat center left;
  padding-left: 45px;
}
.hiring_models .hero_section {
  background-size: 65%;
  position: sticky;
  background-color: #0f0f0f;
  min-height: 100vh;
  margin-top: 50px;
  padding-top: 80px;
}
.hiring_models .client_logos {
  margin-top: 0;
  margin-right: 100px;
}
.hiring_models .client_logos .title {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .hiring_models .client_logos .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .hiring_models .client_logos {
    margin-right: 0;
  }
}
.industry_expertise {
  margin-top: 200px;
  margin-top: clamp(70px, 8vw, 200px);
  padding-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .industry_expertise {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .industry_expertise {
    padding-bottom: 100px;
  }
}
.industry_expertise .section_header {
  padding-bottom: 180px;
  padding-bottom: clamp(50px, 8vw, 130px);
}
.industry_expertise .oe_block_item_wrap {
  display: flex;
  padding-bottom: 110px;
  padding-bottom: clamp(60px, 8vw, 110px);
}
.industry_expertise .oe_block_item {
  margin: 0 15px 35px;
  padding: 35px;
}
@media screen and (max-width: 1366px) {
  .industry_expertise .oe_block_item {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .industry_expertise .oe_block_item {
    min-width: inherit;
    margin-right: 0px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.industry_expertise .oe_block_item:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.0980392157);
}
.industry_expertise .oe_block_item .icon {
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .industry_expertise .oe_block_item .icon img {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .industry_expertise .oe_block_item .icon img {
    margin: 0 auto;
  }
}
.industry_expertise .oe_block_item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  height: 235px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .industry_expertise .oe_block_item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .industry_expertise .oe_block_item p {
    height: auto;
  }
}
.industry_expertise .block-title {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .industry_expertise .block-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .industry_expertise .block-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .line_animation,
  .line_animation_banner {
    width: 160px !important;
  }
}
@media screen and (max-width: 991px) {
  .line_animation,
  .line_animation_banner {
    width: 130px !important;
  }
}
@media screen and (max-width: 480px) {
  .line_animation,
  .line_animation_banner {
    width: 77px !important;
  }
}
@media screen and (max-width: 1440px) {
  .banner .line_animation,
  .banner .line_animation_banner {
    top: -50px;
    width: 60% !important;
  }
}
@media screen and (max-width: 1280px) {
  .banner .line_animation,
  .banner .line_animation_banner {
    top: -50px;
    width: 50% !important;
  }
}
@media screen and (max-width: 991px) {
  .banner .line_animation,
  .banner .line_animation_banner {
    top: -100px;
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .banner .line_animation,
  .banner .line_animation_banner {
    width: 90% !important;
  }
}
.line_animation path,
.line_animation_banner path {
  opacity: 0;
}
.line_animation path.active,
.line_animation_banner path.active {
  opacity: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: line_animation 1.1s linear alternate forwards;
}
.banner .line_animation path.active,
.banner .line_animation_banner path.active {
  animation: line_animation_banner 0.6s linear alternate forwards;
  animation-delay: 1.2s;
}
.banner .line_animation path.active,
.banner .line_animation_banner path.active {
  stroke-dasharray: 2300;
  stroke-dashoffset: 2300;
}
.line_animation .second_path,
.line_animation_banner .second_path {
  opacity: 0;
}
.line_animation .second_path.active,
.line_animation_banner .second_path.active {
  opacity: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: line_animation 2s linear alternate forwards;
  animation-delay: 0.7s;
}
@keyframes line_animation {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line_animation_banner {
  from {
    stroke-dashoffset: 2300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.benefits_we_offer .benefits_we_offer {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.benefits_we_offer .row {
  position: relative;
}
.benefits_we_offer .line2 {
  position: absolute;
  width: auto;
  bottom: 45px;
  left: 380px;
}
@media screen and (max-width: 991px) {
  .benefits_we_offer .line2 {
    left: 0px;
    bottom: 0px;
  }
}
.how_work .image_block svg {
  position: absolute;
  right: -1.4vw;
  bottom: -40px;
  z-index: 1110;
}
@media screen and (max-width: 1440px) {
  .how_work .image_block svg {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .how_work .image_block svg {
    bottom: -70px;
  }
}
.hw_row_3 .image_block svg {
  position: absolute;
  right: -1.5vw;
  bottom: -50px;
}
@media screen and (max-width: 1599px) {
  .hw_row_3 .image_block svg {
    right: 0;
    max-width: 170px;
  }
}
@media screen and (max-width: 1440px) {
  .hw_row_3 .image_block svg {
    right: 0;
    bottom: -70px;
  }
}
h2.section-title span {
  position: relative;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  h2.section-title span {
    line-height: 45px;
  }
}
h2.section-title span svg {
  position: absolute;
  right: -45px;
  bottom: -32px;
}
@media screen and (max-width: 991px) {
  h2.section-title span svg {
    right: 0;
  }
}
h2.section-title svg {
  width: 265px;
}
.how_work h2.section-title svg path {
  stroke: #3aafa9;
}
.engaement_model h2 span,
.egmodel-light h2 span,
.industry_expertise h2 span,
.our_hiring_modal h2 span {
  position: relative;
}
.engaement_model h2 span svg,
.egmodel-light h2 span svg,
.industry_expertise h2 span svg,
.our_hiring_modal h2 span svg {
  width: 330px;
  position: absolute;
  right: -90px;
  bottom: -45px;
}
@media screen and (max-width: 1440px) {
  .engaement_model h2 span svg,
  .egmodel-light h2 span svg,
  .industry_expertise h2 span svg,
  .our_hiring_modal h2 span svg {
    right: -60px;
  }
}
@media screen and (max-width: 991px) {
  .engaement_model h2 span svg,
  .egmodel-light h2 span svg,
  .industry_expertise h2 span svg,
  .our_hiring_modal h2 span svg {
    right: 0;
    bottom: -30px;
  }
}
.engaement_model .btn_wrap,
.egmodel-light .btn_wrap,
.industry_expertise .btn_wrap,
.our_hiring_modal .btn_wrap {
  position: relative;
}
.engaement_model .btn_wrap svg,
.egmodel-light .btn_wrap svg,
.industry_expertise .btn_wrap svg,
.our_hiring_modal .btn_wrap svg {
  position: absolute;
  left: -350px;
  top: 20px;
}
@media screen and (max-width: 1440px) {
  .engaement_model .btn_wrap svg,
  .egmodel-light .btn_wrap svg,
  .industry_expertise .btn_wrap svg,
  .our_hiring_modal .btn_wrap svg {
    left: -180px;
    top: -10px;
  }
}
@media screen and (max-width: 991px) {
  .engaement_model .btn_wrap svg,
  .egmodel-light .btn_wrap svg,
  .industry_expertise .btn_wrap svg,
  .our_hiring_modal .btn_wrap svg {
    display: none;
  }
}
.our_events h2 span svg {
  width: 245px;
  right: 0;
}
.people_talk .container {
  position: relative;
}
.people_talk .line2 {
  position: absolute;
  right: 20px;
  top: 70px;
}
.people_talk h2 span svg {
  width: 225px;
  right: 40px;
}
.content_for_seo .cfs_image {
  position: relative;
}
.content_for_seo .cfs_image video {
  -o-object-fit: cover;
  object-fit: cover;
}
.content_for_seo .cfs_image svg {
  position: absolute;
  right: -80px;
  bottom: 70px;
}
@media screen and (max-width: 991px) {
  .content_for_seo .cfs_image svg {
    display: none;
  }
}
.hw_row_2 .image_block {
  position: relative;
}
.hw_row_2 svg {
  position: absolute;
  top: 80px;
  left: -58px;
  z-index: 999;
}
@media screen and (max-width: 1440px) {
  .hw_row_2 svg {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .hw_row_2 svg {
    top: 50px;
  }
}
.txt_slider {
  overflow: hidden;
  position: relative;
  z-index: 111;
  padding: 5px 0;
  margin: 0 -2px;
}
.txt_slider.first {
  padding: 25px 0;
}
.txt_slider.first .txt_slider_inner {
  transform: rotate(1.5deg);
}
.txt_slider.second {
  margin-top: -15px;
}
.txt_slider .txt_slider_text {
  color: #fff;
  font-family: var(--fontPrimary);
  font-size: 40px;
  padding: 10px 50px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .txt_slider .txt_slider_text {
    font-size: 30px;
    padding: 15px 50px;
  }
}
@media screen and (max-width: 991px) {
  .txt_slider .txt_slider_text {
    font-size: 25px;
    padding: 10px 50px;
  }
}
.txt_slider .txt_slider_text img {
  margin: 0 60px;
}
@media screen and (max-width: 767px) {
  .txt_slider .txt_slider_text {
    font-size: 25px;
    padding: 0px 10px;
  }
}
.txt_slider .txt_slider_inner {
  display: flex;
  background-color: #3aafa9;
  position: relative;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.hiring_process {
  padding: 130px 0;
}
@media screen and (max-width: 1366px) {
  .hiring_process {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 991px) {
  .hiring_process {
    padding: 80px 0px 60px;
  }
}
@media screen and (max-width: 768px) {
  .hiring_process {
    padding: 80px 0px 0px;
  }
}
.hiring_process .content_wrapper {
  min-height: 750px;
  margin-top: 150px;
  margin-top: clamp(30px, 8vw, 150px);
}
@media screen and (max-width: 991px) {
  .hiring_process .content_wrapper .hp_col_1 {
    order: 1;
  }
  .hiring_process .content_wrapper .hp_col_2 {
    order: 4;
  }
  .hiring_process .content_wrapper .hp_col_3 {
    order: 3;
  }
  .hiring_process .content_wrapper .hp_col_4 {
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper {
    min-height: 570px;
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper {
    min-height: 660px;
  }
}
.hiring_process .content_wrapper .content_block .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #000;
  background: var(--primary-color);
  color: #fff;
  z-index: 11;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .hiring_process .content_wrapper .content_block .num {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .hiring_process .content_wrapper .content_block .num {
    position: relative !important;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .content_block.block_1 {
    width: 280px;
  }
  .hiring_process .content_wrapper .content_block.block_1 .num {
    bottom: -63px;
    left: -12px;
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .content_block.block_1 {
    width: auto;
  }
  .hiring_process .content_wrapper .content_block.block_1 .num {
    bottom: -63px;
    left: -12px;
  }
}
@media screen and (min-width: 1401px) {
  .hiring_process .content_wrapper .content_block.block_1 .num {
    bottom: -64px;
    left: -12px;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .content_block.block_2 {
    transform: translate(-242px, -300px);
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .content_block.block_2 {
    transform: translate(-292px, -280px);
  }
}
@media screen and (min-width: 1401px) {
  .hiring_process .content_wrapper .content_block.block_2 {
    transform: translate(-372px, -280px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hiring_process .content_wrapper .content_block.block_2 {
    width: 130%;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .content_block.block_2 .num {
    right: -120px;
    top: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .content_block.block_2 .num {
    right: -145px;
    top: 58%;
  }
}
@media screen and (min-width: 1440px) {
  .hiring_process .content_wrapper .content_block.block_2 .num {
    right: -235px;
    top: 38%;
  }
}
@media screen and (min-width: 1600px) {
  .hiring_process .content_wrapper .content_block.block_2 .num {
    right: -190px;
    top: 38%;
  }
}
@media screen and (min-width: 2301px) {
  .hiring_process .content_wrapper .content_block.block_2 .num {
    right: -160px;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .content_block.block_3 {
    transform: translate(165px, -410px);
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .content_block.block_3 {
    transform: translate(180px, -397px);
  }
}
@media screen and (min-width: 1401px) {
  .hiring_process .content_wrapper .content_block.block_3 {
    transform: translate(300px, -550px);
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .content_block.block_3 .num {
    left: -10%;
    top: 109%;
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .content_block.block_3 .num {
    left: -10%;
    top: 109%;
  }
}
@media screen and (min-width: 1440px) {
  .hiring_process .content_wrapper .content_block.block_3 .num {
    left: 8%;
    top: 109%;
  }
}
@media screen and (min-width: 1600px) {
  .hiring_process .content_wrapper .content_block.block_3 .num {
    left: -8px;
    top: 109%;
  }
}
@media screen and (min-width: 2301px) {
  .hiring_process .content_wrapper .content_block.block_3 .num {
    top: 160px;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .content_block.block_4 {
    transform: translate(-250px, 200px);
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .content_block.block_4 {
    transform: translate(-410px, 220px);
    width: 500px;
  }
}
@media screen and (min-width: 1401px) {
  .hiring_process .content_wrapper .content_block.block_4 {
    transform: translate(-410px, 220px);
    width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hiring_process .content_wrapper .content_block.block_4 {
    width: 450px;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .content_block.block_4 .num {
    left: -5px;
    top: -60px;
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .content_block.block_4 .num {
    left: -5px;
    top: -55%;
  }
}
@media screen and (min-width: 1401px) {
  .hiring_process .content_wrapper .content_block.block_4 .num {
    left: -10px;
    top: -75px;
  }
}
@media screen and (min-width: 2301px) {
  .hiring_process .content_wrapper .content_block.block_4 .num {
    left: -130px;
    top: -65px;
  }
}
@media screen and (max-width: 991px) {
  .hiring_process .content_wrapper .svg_block {
    position: relative !important;
    order: 5;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .svg_block {
    bottom: -25px;
    width: 450px;
    height: 450px;
    left: 36.5%;
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .svg_block {
    bottom: -25px;
    width: 500px;
    height: 500px;
    left: 28.5%;
  }
}
@media screen and (min-width: 1401px) {
  .hiring_process .content_wrapper .svg_block {
    bottom: -1px;
    width: 650px;
    height: 650px;
    left: 35%;
  }
}
.hiring_process .content_wrapper .svg_block .svg_text {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hiring_process .content_wrapper .svg_block .svg_text {
    position: relative !important;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .svg_block .svg_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0 30px;
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .svg_block .svg_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
}
@media screen and (min-width: 1401px) {
  .hiring_process .content_wrapper .svg_block .svg_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .hiring_process .content_wrapper .svg_block svg {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .hiring_process .content_wrapper .svg_block svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1201px) {
  .hiring_process .content_wrapper .svg_block svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1401px) {
  .hiring_process .content_wrapper .svg_block svg {
    width: 650px;
    height: 650px;
  }
}
.hiring_process .content_wrapper .botmLine {
  background-color: #000;
  bottom: 0;
  height: 2px;
  width: 85%;
}
@media screen and (max-width: 991px) {
  .hiring_process .content_wrapper .botmLine {
    display: none;
  }
}
.number_talking {
  background: url(../images/number-talkin-bg.png) no-repeat;
  background-position: -38px 0;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .number_talking {
    background-position: center;
  }
}
.number_talking .section-title {
  color: #fff;
  margin-bottom: 120px;
  margin-bottom: clamp(50px, 8vw, 120px);
}
.number_talking .nt_block {
  text-align: center;
  font-family: var(--fontSecondary);
  color: #fff;
}
.number_talking .nt_block h3 {
  font-size: 60px;
  font-size: clamp(25px, 8vw, 60px);
  font-weight: 500;
  margin-bottom: 9px;
}
.number_talking .nt_block p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .number_talking .nt_block p {
    font-size: 18px;
  }
}
.faq {
  margin: 120px 0 170px;
}
@media screen and (max-width: 991px) {
  .faq {
    margin: 80px 0 70px;
  }
}
.faq .section-title {
  margin-bottom: 100px;
  margin-bottom: clamp(40px, 8vw, 100px);
}
.accordion {
  max-width: 1200px;
  margin: 0 auto;
}
.accordion .accordion-item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
.accordion .accordion-item h2.accordion-header .accordion-button {
  font-family: var(--fontSecondary);
  font-size: 22px;
  font-weight: 500;
  color: #000;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 991px) {
  .accordion .accordion-item h2.accordion-header .accordion-button {
    font-size: 22px;
  }
}
.accordion .accordion-item h2.accordion-header .accordion-button::after {
  width: 20px;
  height: 20px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  filter: grayscale(1) !important;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 18px;
  }
}
.portfolio_page {
  margin-bottom: 30px;
}
.portfolio_page .hero_section {
  margin-bottom: 90px;
}
.portfolio_page .hero_section .container {
  position: relative;
}
.portfolio_page .hero_section .container .line_animation {
  width: 460px;
  height: 170px;
  position: absolute;
  right: 0;
  top: 150px;
}
@media screen and (max-width: 1440px) {
  .portfolio_page .hero_section .container .line_animation {
    width: 350px !important;
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .portfolio_page .hero_section .container .line_animation {
    width: 200px !important;
    top: -70px;
  }
}
.portfolio_page .portfolio_bg {
  background-color: #c2e5df;
  border-radius: 20px;
  padding: 100px 50px 50px 50px;
}
@media screen and (max-width: 991px) {
  .portfolio_page .portfolio_bg {
    padding: 50px;
  }
}
.portfolio_page .portfolio_sec_title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
}
.portfolio_page .portfolio_block1 {
  min-height: 630px;
  border-radius: 20px;
  padding: 100px 30px 30px;
}
.portfolio_page .portfolio_block1.p_sec1_bgcolor {
  background: rgba(0, 0, 0, 0) linear-gradient(143deg, #ffe8ea 0%, #f3d2ff 100%)
    0% 0% no-repeat padding-box;
}
.portfolio_page .portfolio_block1.p_sec2_bgcolor {
  background-color: #ffe1de;
}
.portfolio_page .portfolio_block1.p_sec3_bgcolor {
  background-color: #e2f4ff;
}
.portfolio_page .portfolio_block1.p_sec4_bgcolor {
  background-color: #fff9e1;
}
.portfolio_page .portfolio_block1.p_sec5_bgcolor {
  background-color: #fbf3ff;
}
.portfolio_page .portfolio_block1.p_sec6_bgcolor {
  background-color: #ecfffa;
}
.portfolio_page .portfolio_block1.p_sec7_bgcolor {
  background-color: #fff0ec;
}
.portfolio_page .portfolio_block1.p_sec8_bgcolor {
  background-color: #f9f9f9;
}
.portfolio_page .portfolio_block1 .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .portfolio_page .portfolio_block1 .mt-100 {
    margin-top: 40px;
  }
}
.portfolio_page .mt-60 {
  margin-top: 60px;
}
.portfolio_page .portfolio_sec_simage {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio_page .portfolio_sec_simage a {
  margin: 0 7px 15px;
}
.portfolio_page .p_sec_content {
  font-size: 18px;
  letter-spacing: 0.25px;
  font-weight: 500;
  color: #3a3a3a;
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .portfolio_page .p_sec_content {
    letter-spacing: inherit;
    line-height: 25px;
  }
}
.portfolio_page .portfolio_block {
  margin-bottom: 50px;
}
.portfolio_page .portfolio_block .portfolio_media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c4c4c4;
  margin-bottom: 30px;
  border-radius: 20px;
  height: 620px;
}
@media screen and (max-width: 991px) {
  .portfolio_page .portfolio_block .portfolio_media {
    flex-direction: column;
    min-height: 500px;
    padding: 60px 30px 30px;
    height: auto;
  }
}
.portfolio_page .portfolio_block .block-title {
  font-size: 36px;
  font-weight: 600;
  color: #3a3a3a;
  color: var(--secondary-black);
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .portfolio_page .portfolio_block .block-title {
    font-size: 28px;
  }
}
.portfolio_page .portfolio_block p {
  font-size: 26px;
  font-weight: 400;
  color: #3a3a3a;
  color: var(--secondary-black);
}
@media screen and (max-width: 991px) {
  .portfolio_page .portfolio_block p {
    font-size: 22px;
  }
}
.portfolio_page .work_detail {
  margin-top: clamp(2px, 6vw, 80px);
}
@media screen and (max-width: 991px) {
  .portfolio_page .work_detail .right_side {
    display: none;
  }
}
.portfolio_page .work_detail .right_side .first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .portfolio_page .work_detail .right_side .first .img2 {
    margin-bottom: 30px;
  }
}
.portfolio_page .work_detail .right_side .first .img1,
.portfolio_page .work_detail .right_side .first .img2 {
  border-radius: 4px;
}
.portfolio_page .work_detail .right_side .first .img1 {
  margin-bottom: 30px;
}
.portfolio_page .work_detail .right_side .img3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.stepper {
  padding-left: 0;
}
.stepper .line {
  width: 2px;
  border: 1px dashed #fff !important;
}
.stepper .line.active {
  border: 1px dashed var(--primary-color) !important;
}
.stepper .stepper-item {
  position: relative;
  display: flex;
}
.stepper .stepper-item .rounded-circle {
  width: clamp(50px, 8vw, 86px);
  height: clamp(50px, 8vw, 86px);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-size: clamp(22px, 4vw, 30px);
  font-family: var(--fontSecondary);
  border: 2px solid var(--primary-color);
}
.stepper-desc-wrap {
  padding-bottom: 80px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .stepper-desc-wrap {
    padding-bottom: 40px;
  }
}
.stepper-desc-wrap .stepper-title {
  font-size: clamp(25px, 4vw, 36px);
  font-weight: bold;
  font-family: var(--fontPrimary);
  color: #ececec;
  margin-bottom: clamp(0.85rem, 2vmax, 1rem);
}
.stepper-desc-wrap .stepper-desc {
  color: #fff;
  font-size: clamp(18px, 2vmax, 18px);
  font-weight: 400;
  margin-right: 70px;
  font-family: var(--fontSecondary);
  margin-bottom: 0;
  line-height: 30px;
}
@media screen and (max-width: 1280px) {
  .stepper-desc-wrap .stepper-desc {
    margin-right: 0;
  }
}
.banner1 {
  padding-bottom: 110px;
  background-image: url(../images/resource-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  min-height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .banner1 {
    background-size: cover;
    height: 400px !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner1.banner {
    background-size: cover;
    min-height: 400px !important;
  }
}
.banner1 .hire_resources-banner span {
  font-family: "Playfair Display", serif !important;
  color: #fff;
  letter-spacing: -0.01em;
}
.dark-line-animation path {
  stroke: #000 !important;
}
.white-line-animation path {
  stroke: #000 !important;
}
.text_block1 {
  margin-top: 0px;
}
.how_work2 {
  background: url(../images/seo-bg2.svg) no-repeat;
  background-position: 50px 73%;
  padding-top: 120px;
  background-size: 30%;
}
.how_work2 .cfs_image {
  padding-right: 0px;
}
.how_work2 .linenew1 {
  position: absolute;
  right: 10%;
}
@media screen and (max-width: 1366px) {
  .how_work2 .linenew1 {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .how_work2 {
    background-position: 0 42%;
    background-size: 30%;
  }
}
@media screen and (max-width: 1025px) {
  .how_work2 {
    background-position: 0 30%;
    background-size: 30%;
    padding-top: 90px;
  }
}
@media screen and (max-width: 1025px) {
  .how_work2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .how_work2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .how_work2 {
    background-size: 30%;
    background-position: 0 18%;
  }
}
.yourcompititaion .round-shape1 {
  background-size: contain !important;
}
.yourcompititaion .section-title {
  line-height: 1.3;
  margin-bottom: 30px;
}
.yourcompititaion .bwe_block_item {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding-left: 17px;
  padding-top: 25px;
  padding-bottom: 23px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.yourcompititaion .bwe_block_item .icon span {
  color: #3a3a3a;
  font-family: var(--fontSecondary);
  font-size: 60px;
}
.yourcompititaion .bwe_block_item:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #3aafa9 0%, #71c8ba 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2196078431);
}
.yourcompititaion .bwe_block_item:hover .icon span {
  color: #fff;
}
.yourcompititaion .bwe_block_item:hover h3 {
  color: #fff;
}
.yourcompititaion .bwe_block_item:hover p {
  color: #fff;
}
.yourcompititaion .threeblocks > div:nth-child(2) {
  position: relative;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .yourcompititaion .threeblocks > div:nth-child(2) {
    top: 0px;
  }
}
.yourcompititaion .line2 {
  position: absolute;
  width: auto;
  top: 70px;
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .yourcompititaion .line2 {
    top: -80px;
  }
}
.yourcompititaion .line6 {
  position: absolute;
  right: 165px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .yourcompititaion .line6 {
    bottom: -60px;
    top: auto;
  }
}
.talksexperts {
  background: url(../images/numbertaking1.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -220px;
}
@media screen and (min-width: 2301px) {
  .talksexperts {
    background-size: 105%;
  }
}
.talksexperts h2 {
  margin-bottom: 25px !important;
  line-height: 60px;
  font-size: 48px;
}
@media screen and (max-width: 1440px) {
  .talksexperts h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .talksexperts h2 span {
    line-height: 50px;
  }
}
.talksexperts p {
  font-family: var(--fontSecondary);
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .talksexperts p {
    font-size: 18px;
  }
}
.talksexperts .talkexp-btn a {
  background: var(---ffffff) 0% 0% no-repeat padding-box;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #3a3a3a;
}
.talksexperts .talkexp-btn a:hover {
  color: #fff;
  background: #555;
}
.talksexperts .maxwidht {
  max-width: 790px;
}
.talksexperts .line7 {
  position: absolute;
  right: 0;
  bottom: auto;
  left: 52%;
  max-width: 298px;
}
@media screen and (max-width: 1440px) {
  .talksexperts .line7 {
    display: none;
  }
}
.talksexperts .line8 {
  position: absolute;
  right: 215px;
  bottom: 92px;
}
@media screen and (max-width: 1024px) {
  .talksexperts .line8 {
    right: auto;
    bottom: 65px;
  }
}
.devs-process {
  background: url(../images/hire-resoureces-bg.svg) no-repeat;
  padding: 0px;
  background-position: 102% 300px;
  background-repeat: no-repeat;
  background-size: 613px;
  margin-top: 130px !important;
  position: relative;
}
.devs-process h2 {
  margin-bottom: 70px;
}
.devs-process svg.devs-process-lines {
  position: absolute;
  left: auto;
  top: -100px;
  left: auto;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .devs-process {
    background-size: 30%;
  }
}
@media screen and (max-width: 767px) {
  .devs-process {
    background-size: 23%;
  }
}
.devs-process .bwe_block_item {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 22px;
  padding-bottom: 12px;
}
.number_counters {
  margin-top: 110px;
}
@media screen and (max-width: 1440px) {
  .number_counters {
    margin-top: 20px;
  }
}
.number_counters span {
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  color: #3a3a3a;
}
@media screen and (max-width: 991px) {
  .number_counters span {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .number_counters span {
    font-size: 32px;
  }
}
.number_counters p {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #3a3a3a;
}
.why-choose-sec {
  position: relative;
  padding-bottom: 195px;
}
.why-choose-sec h2 {
  margin-bottom: 93px;
  margin-top: 55px;
}
@media screen and (max-width: 991px) {
  .why-choose-sec h2 {
    margin-bottom: 43px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-sec h2 {
    padding-top: 0px;
  }
}
.why-choose-sec .line8 {
  position: absolute;
  top: 46px;
  left: auto;
  max-width: 115px;
  right: 0;
}
@media screen and (max-width: 321px) {
  .why-choose-sec .line8 {
    display: none !important;
  }
}
.why-choose-sec .why-choose-qualty span {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  padding-right: 60px;
  position: relative;
}
.why-choose-sec
  .why-choose-qualty
  span
  .why-choose-sec
  .why-choose-qualty
  span {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.why-choose-sec .why-choose-qualty p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .why-choose-sec .why-choose-qualty p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-sec .why-choose-qualty p {
    font-size: 19px;
  }
}
.why-choose-sec .why-choose-qualty .why-choose-qualtyblck {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #1e1e1e 0%, #363636 100%)
    0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 1px 23px;
  margin-bottom: 15px;
  padding-top: 11px;
  height: 100%;
}
.why-choose-sec .why-choose-left h2 span {
  position: static;
}
.why-choose-sec .why-choose-left p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
}
.why-choose-sec .line9 {
  position: absolute;
  right: 0;
}
.why-choose-sec .line10 {
  position: absolute;
  right: 0;
  left: 39%;
  max-width: 170px;
  bottom: 64px;
}
.egmodel-light .horizontal_scolling .slick-prev:before,
.egmodel-light .horizontal_scolling .slick-next:before {
  filter: grayscale(1) brightness(0);
}
.egmodel-light h2.section-title {
  color: #000 !important;
}
.egmodel-light .oem_block_title {
  color: #3a3a3a;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.egmodel-light .oem_block_title img {
  filter: brightness(0.1);
}
.egmodel-light .oem_block_item_wrap .oem_block_item {
  background: #fff !important;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 20px 15px;
}
.egmodel-light .oem_block_item_wrap .oem_block_item p {
  color: #000;
}
.faq-mar-top {
  margin-top: 180px;
}
@media screen and (max-width: 1024px) {
  .faq-mar-top {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .faq-mar-top {
    margin-top: 100px;
  }
}
.bg-white {
  background-color: #fff;
  background: #fff;
}
.technology-row {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .technology-row {
    padding-top: 0px;
  }
}
.technology-row .tech-row-img {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  margin-bottom: 22px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-row .tech-row-img img {
  max-width: 100%;
  width: 140px;
  height: auto;
}
.texhnology-padd-bot {
  padding-bottom: 150px;
}
.getQuote_page .hero_section,
.contact_page .hero_section,
.author_page .hero_section {
  padding: 100px 0 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .getQuote_page .hero_section,
  .contact_page .hero_section,
  .author_page .hero_section {
    padding: 100px 0 40px;
  }
}
.getQuote_page .hero_section .page_name,
.contact_page .hero_section .page_name,
.author_page .hero_section .page_name {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .getQuote_page .hero_section .page_name,
  .contact_page .hero_section .page_name,
  .author_page .hero_section .page_name {
    margin-top: 50px;
  }
}
.getQuote_page .hero_section .line_animation,
.contact_page .hero_section .line_animation,
.author_page .hero_section .line_animation {
  position: absolute;
  right: 60px;
  top: 50px;
  width: 120px !important;
}
@media screen and (max-width: 991px) {
  .getQuote_page .hero_section .line_animation,
  .contact_page .hero_section .line_animation,
  .author_page .hero_section .line_animation {
    top: 0;
  }
}
.getQuote_page .hero_media,
.contact_page .hero_media,
.author_page .hero_media {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .getQuote_page .hero_media,
  .contact_page .hero_media,
  .author_page .hero_media {
    display: flex;
    align-items: center;
    justify-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .getQuote_page .hero_media,
  .contact_page .hero_media,
  .author_page .hero_media {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
}
.getQuote_page .hero_media img,
.contact_page .hero_media img,
.author_page .hero_media img {
  position: fixed;
  top: 18%;
  width: 30%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .getQuote_page .hero_media img,
  .contact_page .hero_media img,
  .author_page .hero_media img {
    position: static;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .getQuote_page .hero_media img,
  .contact_page .hero_media img,
  .author_page .hero_media img {
    width: 80%;
  }
}
.getQuote_page .build_form,
.contact_page .build_form,
.author_page .build_form {
  border: 2px solid #3aafa9;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .getQuote_page .build_form,
  .contact_page .build_form,
  .author_page .build_form {
    padding: 25px 20px;
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.getQuote_page .build_form .line_animation,
.contact_page .build_form .line_animation,
.author_page .build_form .line_animation {
  position: absolute;
  right: -150px;
  width: 100px !important;
  top: 30px;
}
@media screen and (max-width: 1200px) {
  .getQuote_page .build_form .line_animation,
  .contact_page .build_form .line_animation,
  .author_page .build_form .line_animation {
    right: 20px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .getQuote_page .build_form .line_animation,
  .contact_page .build_form .line_animation,
  .author_page .build_form .line_animation {
    top: -65px;
  }
}
.getQuote_page .build_form h2,
.contact_page .build_form h2,
.author_page .build_form h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .getQuote_page .build_form .form-group .form_control,
  .contact_page .build_form .form-group .form_control,
  .author_page .build_form .form-group .form_control {
    height: 30px;
  }
}
.getQuote_page .build_form .form-group textarea.form_control,
.contact_page .build_form .form-group textarea.form_control,
.author_page .build_form .form-group textarea.form_control {
  height: 70px;
}
@media screen and (max-width: 991px) {
  .getQuote_page .build_form .form-group textarea.form_control,
  .contact_page .build_form .form-group textarea.form_control,
  .author_page .build_form .form-group textarea.form_control {
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .getQuote_page .build_form button,
  .contact_page .build_form button,
  .author_page .build_form button {
    height: 45px;
  }
}
.getQuote_page .mail_media,
.contact_page .mail_media,
.author_page .mail_media {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .getQuote_page .mail_media,
  .contact_page .mail_media,
  .author_page .mail_media {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .getQuote_page .mail_media img,
  .contact_page .mail_media img,
  .author_page .mail_media img {
    max-width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .getQuote_page .mail_media img,
  .contact_page .mail_media img,
  .author_page .mail_media img {
    max-width: 280px;
  }
}
.getQuote_page .global_presence,
.contact_page .global_presence,
.author_page .global_presence {
  padding: 80px 0;
}
@media screen and (max-width: 1366px) {
  .getQuote_page .global_presence,
  .contact_page .global_presence,
  .author_page .global_presence {
    padding: 60px 0 50px;
  }
}
.getQuote_page .global_presence .map_media,
.contact_page .global_presence .map_media,
.author_page .global_presence .map_media {
  margin-top: 140px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .getQuote_page .global_presence .map_media,
  .contact_page .global_presence .map_media,
  .author_page .global_presence .map_media {
    margin-top: 60px;
  }
}
.getQuote_page .global_presence .location_bg,
.contact_page .global_presence .location_bg,
.author_page .global_presence .location_bg {
  background: url(../images/locations.svg) no-repeat;
  height: 318px;
  margin-top: -50px;
}
@media screen and (max-width: 1366px) {
  .getQuote_page .global_presence .location_bg,
  .contact_page .global_presence .location_bg,
  .author_page .global_presence .location_bg {
    margin-top: -20px;
    height: 250px;
    background-size: 100%;
  }
}
@media screen and (max-width: 991px) {
  .getQuote_page .global_presence .location_bg,
  .contact_page .global_presence .location_bg,
  .author_page .global_presence .location_bg {
    height: 140px;
    margin-top: -20px;
    background-size: 100%;
  }
}
@media screen and (max-width: 500px) {
  .getQuote_page .global_presence .location_bg,
  .contact_page .global_presence .location_bg,
  .author_page .global_presence .location_bg {
    height: 85px;
  }
}
@media screen and (min-width: 992px) {
  .getQuote_page .global_presence .location_wrap .row,
  .contact_page .global_presence .location_wrap .row,
  .author_page .global_presence .location_wrap .row {
    --bs-gutter-y: 60px;
  }
}
.getQuote_page .global_presence .location_block,
.contact_page .global_presence .location_block,
.author_page .global_presence .location_block {
  text-align: center;
  max-width: 250px;
  margin: -35px auto 0;
}
@media screen and (max-width: 1366px) {
  .getQuote_page .global_presence .location_block,
  .contact_page .global_presence .location_block,
  .author_page .global_presence .location_block {
    margin: -65px auto 0;
  }
}
@media screen and (max-width: 991px) {
  .getQuote_page .global_presence .location_block,
  .contact_page .global_presence .location_block,
  .author_page .global_presence .location_block {
    margin: 35px auto 0;
  }
}
.getQuote_page .global_presence .location_block .title,
.contact_page .global_presence .location_block .title,
.author_page .global_presence .location_block .title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fontSecondary);
  color: #3a3a3a;
  margin: 12px 0 10px;
}
.getQuote_page .global_presence .location_block p,
.contact_page .global_presence .location_block p,
.author_page .global_presence .location_block p {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--fontSecondary);
  color: #3a3a3a;
}
.getQuote_page .awrd-recognize,
.contact_page .awrd-recognize,
.author_page .awrd-recognize {
  background: #fff;
  padding-top: 30px;
}
.getQuote_page .hero_section {
  z-index: -2;
}
.company .page_name {
  font-size: 22px;
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 500;
  line-height: 1.3;
  color: #71c8ba;
}
.company h1 {
  font-family: var(--fontPrimary);
  font-size: clamp(36px, 5.2vw, 60px);
  font-weight: 600;
  line-height: clamp(50px, 6vw, 75px);
  color: #fff;
  margin-top: 5px;
  margin-bottom: 30px;
}
.company .sub_title {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .company .sub_title {
    font-size: 18px;
  }
}
.company .hero_section {
  padding: 220px 0 410px;
}
@media screen and (max-width: 1200px) {
  .company .hero_section {
    padding: 130px 0 260px !important;
  }
}
@media screen and (max-width: 575px) {
  .company .hero_section {
    padding: 110px 0 132px !important;
  }
}
.company .hero_section p {
  padding-right: 61px;
}
.company .a1-img-sec img {
  max-width: 130%;
  margin-left: -110px;
  margin-bottom: -29px;
}
@media screen and (max-width: 767px) {
  .company .a1-img-sec img {
    width: 100%;
    margin: 0 auto;
  }
}
.company .herobanner-sec .herobanner-img {
  margin-top: -200px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .company .herobanner-sec .herobanner-img {
    margin-top: -130px !important;
  }
}
@media screen and (max-width: 420px) {
  .company .herobanner-sec .herobanner-img {
    margin-top: -85px !important;
  }
}
.company .herobanner-sec .herobanner-img::before {
  content: "";
  background-image: url(../images/our-portfolio-bg.png);
  position: absolute;
  background-size: 100%;
  right: 0;
  height: 860px;
  bottom: -750px;
  background-repeat: no-repeat;
  width: 500px;
  opacity: 0.7;
  left: 76%;
}
@media screen and (max-width: 1500px) {
  .company .herobanner-sec .herobanner-img::before {
    width: auto;
  }
}
.company .core-value-complimaneet-main {
  position: relative;
}
.company .core-value-complimaneet-main h2 {
  font-size: 49px;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .company .core-value-complimaneet-main h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  .company .core-value-complimaneet-main h2 {
    font-size: 35px;
  }
}
.company .core-value-complimaneet-main p {
  color: #3a3a3a;
  font-weight: 400;
  padding-right: 134px;
}
@media screen and (max-width: 991px) {
  .company .core-value-complimaneet-main p {
    padding-right: 0px;
  }
}
.company .core-value-complimaneet-main svg.line_animation.line2 {
  position: absolute;
  left: auto;
  bottom: 0;
  top: 47%;
  right: 14%;
}
@media screen and (max-width: 991px) {
  .company .core-value-complimaneet-main svg.line_animation.line2 {
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .company .core-value-complimaneet-main svg.line_animation.line2 {
    display: none;
  }
}
.company .thing-values-main {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 80px;
}
.company .thing-values-main .value-row {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .company .thing-values-main .value-row {
    margin-top: 70px;
    flex-direction: column;
  }
}
.company .thing-values-main .value-row .we-value-block {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  opacity: 1;
  padding: 0 11px;
  width: 302px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .company .thing-values-main .value-row .we-value-block {
    margin-right: inherit !important;
  }
}
@media screen and (max-width: 1366px) {
  .company .thing-values-main .value-row .we-value-block {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .company .thing-values-main .value-row .we-value-block {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .company .thing-values-main .value-row .we-value-block {
    width: 100%;
  }
}
.company .thing-values-main .value-row .we-value-block h3 {
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-weight: 500;
  padding-top: 42px;
  min-height: 380px;
  padding-left: 11px;
}
@media screen and (max-width: 1440px) {
  .company .thing-values-main .value-row .we-value-block h3 {
    font-size: 25px;
    padding-top: 20px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  .company .thing-values-main .value-row .we-value-block h3 {
    font-size: 20px;
    padding-top: 0;
    padding-left: 5px;
    margin: 20px 0;
    min-height: auto;
  }
}
.company .thing-values-main .value-row .we-value-block:hover {
  background-color: #fff !important;
}
@media screen and (max-width: 1200px) {
  .company .thing-values-main {
    padding-top: 70px;
  }
}
.company .make-us-different {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .company .make-us-different {
    margin-top: 100px;
  }
}
.company .make-us-different h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .company .make-us-different h1 {
    min-height: auto;
    font-size: 35px;
  }
}
.company .make-us-different h1 span {
  background-size: contain;
  background-repeat: no-repeat;
}
.company h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .company h3 {
    font-size: 26px;
  }
}
.company p {
  font-size: 18px;
  color: #3a3a3a;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .company p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .company p {
    font-size: 18px;
  }
}
.company .linnew1 {
  position: absolute;
  right: 27%;
  max-width: 101px;
  left: auto;
}
.company .ms-150 {
  padding-left: 151px !important;
}
.company .people_talks_slides1 .oe_block_item:hover {
  box-shadow: none !important;
}
.people_talks_slides1 {
  padding-left: 194px;
}
@media screen and (max-width: 992px) {
  .people_talks_slides1 {
    padding-left: 0px;
  }
}
.people_talks_slides1 img {
  max-width: 225px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .people_talks_slides1 img {
    max-width: 155px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .people_talks_slides1 img {
    max-width: 201px;
    margin: 0 auto;
  }
}
.social_wrap .title {
  margin-bottom: 24px;
}
.social_wrap .social_links a {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .social_wrap .social_links a {
    margin-right: 10px;
  }
}
.people_talks_slides1 {
  padding-left: 194px;
}
@media screen and (max-width: 1440px) {
  .people_talks_slides1 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .people_talks_slides1 {
    padding-left: 0px;
  }
}
.people_talks_slides1 .icon {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0 40px;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .people_talks_slides1 .icon {
    margin: 0 25px;
  }
}
.people_talks_slides1 img {
  max-width: 225px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .people_talks_slides1 img {
    max-width: 155px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .people_talks_slides1 img {
    max-width: 201px;
    margin: 0 auto;
  }
}
.technologies_slides1 .tech_slide_img a,
.technologies_slides2 .tech_slide_img a {
  text-decoration: none;
}
.technologies_slides1 .tech_slide_img p,
.technologies_slides2 .tech_slide_img p {
  color: #000;
}
.technologies_slides1 .slick-list,
.technologies_slides1 .slick-track,
.technologies_slides2 .slick-list,
.technologies_slides2 .slick-track {
  display: flex;
}
.technologies_slides1 .tech_image,
.technologies_slides2 .tech_image {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 15px 30px 10px;
}
.technologies_slides1 .tech_image_h,
.technologies_slides2 .tech_image_h {
  min-height: 65px;
  display: flex;
  align-items: center;
}
.technologies_slides2 .slick-list {
  direction: rtl;
}
footer .title {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fontSecondary);
  color: var(--primary-color);
  margin-bottom: 20px;
}
footer .footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer_menu ul li a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  font-family: var(--fontSecondary);
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
footer .footer_menu ul li a:hover,
footer .footer_menu ul li a.active {
  color: var(--primary-color);
}
@media screen and (max-width: 1199px) {
  footer .footer_menu ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer_menu ul li a {
    font-size: 17px;
  }
}
footer .footer_menu .footer_menuaddress {
  display: flex;
  color: #fff;
}
footer .social_wrap .title {
  margin-bottom: 24px;
}
footer .social_wrap .social_links a {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
footer .social_wrap .social_links a:hover img {
  opacity: 0.7;
}
.hiring_models .hero_section .container {
  padding-bottom: 0 !important;
}
.hiring_process .content_wrapper {
  padding-bottom: 0 !important;
  min-height: 650px;
}
.hiring_process .botmLine {
  width: 100% !important;
}
.hiring_process .content_block {
  padding-bottom: 0px !important;
}
.pad_b_100 {
  padding-bottom: 100px;
}
.items {
  display: flex;
  flex-wrap: wrap;
}
.items .items_name {
  position: relative;
  margin: 0px 10px 0 0px;
}
.items .items_name label {
  border-radius: 4px;
  padding: 0 5px;
  font-size: 16px;
  color: #888;
}
.items .name_select {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.op_block_item_wrap {
  width: 20%;
  padding: 1%;
  height: 100%;
  float: left;
  margin: 0;
}
.op_block_item_wrap.wide {
  width: 66.66% !important;
}
.op_block_item_wrap.wide .portfolio_logo {
  opacity: 0;
}
.op_block_item_wrap.wide .op_content_img {
  opacity: 1;
}
.op_block_item_wrap.wide .icon {
  width: 50%;
}
.op_block_item_wrap:hover .op_block_list {
  display: flex;
  opacity: 1;
}
.marquee {
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@media screen and (min-width: 1601px) {
  .fwm_link_item a br {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .logo_slider {
    padding-right: 50px;
  }
}
.intl-tel-input .flag-container {
  top: 18px !important;
  bottom: unset !important;
}
@media screen and (max-width: 991px) {
  .intl-tel-input .flag-container {
    top: 14px !important;
  }
}
.iti-flag {
  background-image: url(../images/flags.png) !important;
}
.page_404_wrap,
.page_thankyou {
  background: #0f0f0f;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .page_404_wrap,
  .page_thankyou {
    padding-bottom: 50px;
  }
}
.page_404_wrap .page_content,
.page_thankyou .page_content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .page_404_wrap .page_content,
  .page_thankyou .page_content {
    max-width: none;
    width: auto;
    margin: auto 30px;
  }
}
.page_404_wrap .img_404,
.page_thankyou .img_404 {
  margin-top: 200px;
  margin-bottom: 20px;
  height: 400px;
}
@media screen and (max-width: 1440px) {
  .page_404_wrap .img_404,
  .page_thankyou .img_404 {
    max-width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .page_404_wrap .img_404,
  .page_thankyou .img_404 {
    max-width: unset;
    height: 220px;
  }
}
.page_404_wrap .title,
.page_thankyou .title {
  font-family: var(--fontPrimary);
  font-weight: 500;
  font-size: 54px;
  line-height: 80px;
  color: #fff;
  margin: 30px 0;
}
@media screen and (max-width: 1440px) {
  .page_404_wrap .title,
  .page_thankyou .title {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1440px) {
  .page_404_wrap .title,
  .page_thankyou .title {
    font-size: 30px;
    line-height: 1.5;
  }
}
.page_404_wrap p,
.page_thankyou p {
  font-family: var(--fontSecondary);
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  margin: 50px 0;
}
@media screen and (max-width: 1440px) {
  .page_404_wrap p,
  .page_thankyou p {
    font-size: 20px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .page_404_wrap p,
  .page_thankyou p {
    font-size: 18px;
  }
}
.page_thankyou .thankyou_img_desktop {
  margin-top: 120px;
}
@media screen and (max-width: 1440px) {
  .page_thankyou .thankyou_img_desktop {
    margin-top: 100px;
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .page_thankyou .thankyou_img_desktop {
    display: none;
  }
}
.page_thankyou .thankyou_img_mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .page_thankyou .thankyou_img_mobile {
    display: block;
    padding-top: 150px;
    max-width: 100%;
  }
}
.page_thankyou .page_content {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .page_thankyou .page_content {
    max-width: none;
    width: auto;
    margin: auto 30px;
  }
}
@media screen and (max-width: 991px) {
  .b24-widget-button-popup {
    display: none !important;
  }
}
.company .hero_section.about-banner-section {
  padding: 110px 0 150px;
}
.company .about-thing-value-main.thing-values-main {
  padding-top: 50px;
  padding-bottom: 140px;
}
.company
  .about-thing-value-main.thing-values-main
  .value-row
  .we-value-block
  h3 {
  padding-top: 0;
  min-height: auto;
}
@media (max-width: 992px) {
  .company .about-thing-value-main.thing-values-main {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.company .core-value-complimaneet-main-about {
  padding-bottom: 90px;
}
.company .core-value-complimaneet-main-about p {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .company .core-value-complimaneet-main-about {
    padding-bottom: 0;
  }
  .company .core-value-complimaneet-main-about p {
    padding-right: 0px;
  }
}
.about-us-client-logos {
  margin-top: -100px;
}
.round-animated-text {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.round-animated-text svg {
  position: absolute;
  left: -13px;
  width: 112% !important;
  top: unset;
  bottom: unset !important;
}
@media screen and (max-width: 1366px) {
  .round-animated-text svg {
    width: 111% !important;
    left: -8px;
  }
}
.our-mentors {
  padding: 50px 0 170px;
}
.our-mentors .our-mentors-grid {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 82px;
  margin-top: 150px;
}
.our-mentors .our-mentors-grid > div > img {
  max-width: 100%;
  min-height: 350px;
  max-height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-mentors .our-mentors-grid .title--box {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
}
.our-mentors .our-mentors-grid .title--box > a {
  margin-left: auto;
}
@media (max-width: 1700px) {
  .our-mentors .our-mentors-grid {
    gap: 40px;
  }
}
@media (max-width: 1400px) {
  .our-mentors .our-mentors-grid {
    gap: 35px 20px;
  }
  .our-mentors .our-mentors-grid > div > img {
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .our-mentors .our-mentors-grid .title--box img {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .our-mentors .our-mentors-grid {
    grid-template-columns: auto auto auto;
  }
  .our-mentors .our-mentors-grid > div > img {
    min-height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}
@media (max-width: 992px) {
  .our-mentors .our-mentors-grid {
    grid-template-columns: auto auto;
  }
  .our-mentors .our-mentors-grid > div .box-title {
    margin-top: 5px;
    margin-bottom: 2px;
  }
}
.our-mentors .linnew3 {
  position: absolute;
  left: 25% !important;
  max-width: 90px;
  left: auto;
  transform: translateY(20px);
}
.our-mentors .line2new {
  transform: rotate(180deg) translateY(-40px);
  position: absolute;
  left: 17%;
}
.our-mentors .line2curve {
  position: absolute;
  right: 11%;
  transform: translateY(50px);
}
.box-title {
  font-size: 24px;
  line-height: 28px;
  font-family: Outfit;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000;
}
@media (max-width: 992px) {
  .box-title {
    font-size: 20px;
    line-height: 24px;
  }
}
p.box-sub-title {
  font-size: 24px;
  line-height: 28px;
  font-family: Outfit;
  font-weight: normal;
  letter-spacing: 0px;
  color: #8f8f8f;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  p.box-sub-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}
.flex-container .flex-item {
  flex-basis: calc(33.33% - 20px);
  max-width: 211px;
  box-sizing: border-box;
}
.flex-container .flex-item img {
  height: 212px;
  width: 212px;
}
.flex-container .flex-item:nth-child(-n + 2) {
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.flex-container .flex-item:nth-last-child(-n + 2) {
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (max-width: 1700px) {
  .flex-container {
    gap: 15px;
  }
  .flex-container .flex-item {
    max-width: 180px;
    box-sizing: border-box;
  }
  .flex-container .flex-item img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1400px) {
  .flex-container {
    gap: 15px;
  }
  .flex-container .flex-item {
    max-width: 152px;
    box-sizing: border-box;
  }
  .flex-container .flex-item img {
    height: 152px;
    width: 152px;
  }
}
@media (max-width: 550px) {
  .flex-container {
    gap: 5px;
  }
  .flex-container .flex-item {
    max-width: 90px;
    box-sizing: border-box;
  }
  .flex-container .flex-item img {
    height: 90px;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.event-left-block {
  flex: 1 1 auto;
}
.event-right-block {
  max-width: 45%;
}
@media (max-width: 1200px) {
  .event-right-block {
    max-width: 100%;
    margin-top: 20px;
  }
}
.sitemap-banner {
  background-color: #0f0f0f;
  background-size: contain !important;
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height: 670px;
  margin-top: 0;
}
@media screen and (min-width: 991px) {
  .sitemap-banner {
    margin-top: 70px;
  }
}
.sitemap-banner > svg.sitemap-line-animation {
  top: 20px !important;
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
  width: 575.256px !important;
  height: 210.425px !important;
  max-width: none;
}
@media (max-width: 1024px) {
  .sitemap-banner > svg.sitemap-line-animation {
    top: 0 !important;
    height: auto !important;
    width: 280px !important;
  }
}
.sitemap-banner .home-title {
  font-size: clamp(60px, 3.75rem + (1vw - 7.68px) * 10.8507, 185px);
  line-height: 1;
  font-weight: normal;
  font-family: Playfair;
  letter-spacing: 0px;
  color: #ececec;
}
@media (max-width: 1024px) {
  .sitemap-banner.banner {
    min-height: 400px !important;
  }
}
@media (max-width: 992px) {
  .sitemap-banner > svg {
    width: 200px;
    height: auto;
    top: 0;
  }
}
.curved-line {
  position: absolute;
  top: 0;
  left: 40px;
}
@media (max-width: 992px) {
  .curved-line {
    top: -20px;
    left: 6px;
  }
}
.curved-line-1 {
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 992px) {
  .curved-line-1 {
    top: 0;
  }
}
.side-img-block {
  position: relative;
}
.side-img-block > .side-img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 500px;
  right: -80px;
  top: 30%;
}
.overflow-hidden {
  overflow: hidden;
}
.site-map-links-block {
  padding-top: 45px;
  position: relative;
}
@media (max-width: 1024px) {
  .site-map-links-block {
    padding-top: 40px;
  }
}
.block--title {
  text-decoration: underline;
  font-size: clamp(40px, 2.5rem + (1vw - 7.68px) * 5.0347, 98px);
  line-height: 1;
  font-weight: 500;
  font-family: Outfit;
  letter-spacing: 0px;
  color: #0f0f0f;
}
.link-list {
  list-style: none;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 15px;
  padding: 0;
}
.link-list > li a {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  font-family: Outfit;
  letter-spacing: 0px;
  color: #0f0f0f;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.link-list > li a > img {
  transform: rotate(-90deg);
  margin-top: 15px;
}
.link-list > li a > img.on-hover-show {
  display: none;
}
.link-list > li a:hover {
  color: #3aafa9;
}
.link-list > li a:hover > img.on-hover-hide {
  display: none;
}
.link-list > li a:hover > img.on-hover-show {
  display: block;
}
@media (max-width: 992px) {
  .link-list > li a {
    font-size: 28px;
    line-height: 32px;
  }
  .link-list > li a > img {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .link-list {
    grid-template-columns: auto;
    gap: 10px;
  }
  .link-list > li a {
    font-size: 22px;
  }
  .link-list > li a > img {
    margin-top: 10px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
.modal-close-btn {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  z-index: 10;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c--logo-slider .slick-slide {
  padding: 25px 0;
}
.consultation-div {
  padding: 130px 0;
}
.text-blue {
  color: #71c8ba !important;
}
@media (max-width: 1200px) {
  .about-us-banner {
    margin-top: 76px !important;
    height: auto !important;
  }
}
.blog_detail_page .btn1,
.author_page .btn1 {
  background: var(--primary-color);
  font-size: 22px;
  font-weight: 400;
  padding: 0px 15px;
  border: none;
  color: #fff;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 1440px) {
  .blog_detail_page .btn1,
  .author_page .btn1 {
    font-size: 16px;
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
  }
}
.blog_detail_page .author_wrap,
.author_page .author_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .author_wrap,
  .author_page .author_wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.blog_detail_page .author_wrap.dark_view,
.author_page .author_wrap.dark_view {
  margin-top: 50px;
  margin-bottom: 150px;
  padding: 70px;
  background: #0f0f0f;
}
@media screen and (max-width: 1440px) {
  .blog_detail_page .author_wrap.dark_view,
  .author_page .author_wrap.dark_view {
    padding: 50px;
    margin-bottom: 30px;
  }
}
.blog_detail_page .author_wrap.dark_view .author_detail,
.author_page .author_wrap.dark_view .author_detail {
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .author_wrap.dark_view .author_detail,
  .author_page .author_wrap.dark_view .author_detail {
    flex-direction: column;
  }
}
.blog_detail_page .author_wrap.dark_view .author_detail .author_img,
.author_page .author_wrap.dark_view .author_detail .author_img {
  width: 140px;
  height: 160px;
}
.blog_detail_page .author_wrap.dark_view .author_detail .author_img img,
.author_page .author_wrap.dark_view .author_detail .author_img img {
  width: auto;
  border-radius: unset;
}
.blog_detail_page .author_wrap.dark_view .author_detail .right,
.author_page .author_wrap.dark_view .author_detail .right {
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .author_wrap.dark_view .author_detail .right,
  .author_page .author_wrap.dark_view .author_detail .right {
    margin-left: 0;
    margin-top: 40px;
  }
}
.blog_detail_page .author_wrap.dark_view .author_detail .right .name,
.author_page .author_wrap.dark_view .author_detail .right .name {
  font-size: calc(25px + 15 * (100vw - 320px) / 1600);
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}
.blog_detail_page .author_wrap.dark_view .author_detail .right p,
.author_page .author_wrap.dark_view .author_detail .right p {
  color: #fff;
  line-height: 1.4;
}
.blog_detail_page .author_wrap .author_detail,
.author_page .author_wrap .author_detail {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.blog_detail_page .author_wrap .author_detail .author_img,
.author_page .author_wrap .author_detail .author_img {
  width: 100px;
  height: 100px;
}
.blog_detail_page .author_wrap .author_detail .author_img img,
.author_page .author_wrap .author_detail .author_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.blog_detail_page .author_wrap .author_detail .right,
.author_page .author_wrap .author_detail .right {
  margin-left: 20px;
}
.blog_detail_page .author_wrap .author_detail .right .name,
.author_page .author_wrap .author_detail .right .name {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 5px;
}
.blog_detail_page .author_wrap .author_detail .right p,
.author_page .author_wrap .author_detail .right p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #8f8f8f;
  margin-bottom: 0;
}
.blog_detail_page .author_wrap .date,
.author_page .author_wrap .date {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #8f8f8f;
  margin-bottom: 0;
}
.blog_detail_page .social_row,
.author_page .social_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .social_row,
  .author_page .social_row {
    flex-direction: column;
    gap: 30px;
    align-items: unset;
  }
}
.blog_detail_page .social_row .social_wrap,
.author_page .social_row .social_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .social_row .social_wrap,
  .author_page .social_row .social_wrap {
    align-items: center;
  }
}
.blog_detail_page .social_row .social_wrap p,
.author_page .social_row .social_wrap p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #8f8f8f;
}
.blog_detail_page .social_row .social_wrap .social_links,
.author_page .social_row .social_wrap .social_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .social_row .social_wrap .social_links,
  .author_page .social_row .social_wrap .social_links {
    justify-content: center;
  }
}
.blog_detail_page .blog_detail_content,
.author_page .blog_detail_content {
  margin-right: 165px;
}
@media screen and (max-width: 1440px) {
  .blog_detail_page .blog_detail_content,
  .author_page .blog_detail_content {
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .blog_detail_page .blog_detail_content,
  .author_page .blog_detail_content {
    margin-right: 0;
  }
}
.blog_detail_page h1,
.author_page h1 {
  font-family: var(--fontPrimary);
  font-size: calc(30px + 30 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin: 50px 0;
}
.blog_detail_page .talksexperts,
.author_page .talksexperts {
  margin: 50px 0;
  padding: 45px;
  background: url(./../images/blog/talk-expert-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .blog_detail_page .talksexperts,
  .author_page .talksexperts {
    margin: 50px 0;
  }
}
.blog_detail_page .talksexperts h2,
.author_page .talksexperts h2 {
  margin-bottom: 10px;
}
.blog_detail_page .talksexperts h2.section-title span,
.author_page .talksexperts h2.section-title span {
  font-size: calc(30px + 25 * (100vw - 320px) / 1600);
  white-space: break-spaces;
}
.blog_detail_page .talksexperts p,
.author_page .talksexperts p {
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff !important;
  white-space: break-spaces;
}
.blog_detail_page .talksexperts .line8,
.author_page .talksexperts .line8 {
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .talksexperts .line8,
  .author_page .talksexperts .line8 {
    bottom: -25px;
    right: 20px;
  }
}
.blog_detail_page .hero_section,
.author_page .hero_section {
  padding-bottom: 50px;
  position: relative;
}
.blog_detail_page .hero_section .line_animation,
.author_page .hero_section .line_animation {
  position: absolute;
  right: 13%;
  bottom: 15%;
  top: unset;
  width: 130px;
}
.blog_detail_page .hero_section .page_name,
.author_page .hero_section .page_name {
  display: flex;
  text-decoration: none;
}
.blog_detail_page .hero_section .page_name img,
.author_page .hero_section .page_name img {
  transform: rotate(90deg);
  width: 16px;
  margin-right: 12px;
}
.blog_detail_page .hero_section .title,
.author_page .hero_section .title {
  color: #fff;
  margin-top: 30px;
}
.blog_detail_page .hero_section .sub_text,
.author_page .hero_section .sub_text {
  color: #8f8f8f;
}
.blog_detail_page .hero_section .blog_media,
.author_page .hero_section .blog_media {
  margin-top: 50px;
  margin-bottom: -140px;
}
.blog_detail_page .hero_section .blog_media img,
.author_page .hero_section .blog_media img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .blog_detail_page .hero_section .blog_media img,
  .author_page .hero_section .blog_media img {
    height: 100%;
  }
}
.blog_detail_page .hero_section button,
.author_page .hero_section button {
  background: #465f5a;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  border-radius: 30px;
  padding: 13px 16px;
}
.blog_detail_page .blog_detail_content_wrap,
.author_page .blog_detail_content_wrap {
  margin-top: 100px;
}
.blog_detail_page .blog_detail_content_wrap ul li,
.author_page .blog_detail_content_wrap ul li {
  margin-bottom: 10px;
}
.blog_detail_page .blog_detail_content_wrap ul li:last-child,
.author_page .blog_detail_content_wrap ul li:last-child {
  margin-bottom: 0;
}
.blog_detail_page .title,
.author_page .title {
  font-size: calc(25px + 11 * (100vw - 320px) / 1600);
  line-height: calc(30px + 16 * (100vw - 320px) / 1600);
  color: #292929;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .title,
  .author_page .title {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.blog_detail_page .sub_text,
.author_page .sub_text {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  color: #292929;
  font-weight: 400;
}
.blog_detail_page .sub_text span {
  display: block;
  padding-bottom: 16px;
}
.blog_detail_page .sub_text br {
  display: none;
}
.blog_detail_page hr,
.author_page hr {
  margin: 60px 0;
}
@media screen and (max-width: 991px) {
  .blog_detail_page hr,
  .author_page hr {
    margin: 40px 0;
  }
}
.blog_detail_page .custom_list,
.author_page .custom_list {
  list-style: none;
  padding-left: 0;
}
.blog_detail_page .custom_list li,
.author_page .custom_list li {
  margin-bottom: 20px;
}
.blog_detail_page .blog_inner_side_view_wrap,
.author_page .blog_inner_side_view_wrap {
  position: sticky;
  top: -80px;
  height: 100%;
}
.blog_page .blog_list_side_view_wrap {
  position: static;
  align-self: flex-start;
  height: auto;
}
.blog_page .blog_wrap > .container > .row {
  align-items: flex-start;
}
.blog_detail_page .blog_inner_side_view,
.author_page .blog_inner_side_view {
  margin-top: 175px;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .blog_inner_side_view,
  .author_page .blog_inner_side_view {
    margin-top: 0;
  }
}
.blog_detail_page .blog_inner_side_view .custom_list li,
.author_page .blog_inner_side_view .custom_list li {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
}
.blog_detail_page .blog_inner_side_view .custom_list li a,
.author_page .blog_inner_side_view .custom_list li a {
  color: #fff;
  text-decoration: none;
}
.blog_detail_page .blog_inner_side_view .custom_list li a.active,
.author_page .blog_inner_side_view .custom_list li a.active {
  color: var(--primary-color);
}
.blog_detail_page .blog_inner_side_view .table_content,
.blog_detail_page .blog_inner_side_view .price_content_slider,
.author_page .blog_inner_side_view .table_content,
.author_page .blog_inner_side_view .price_content_slider {
  background: #292929;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .blog_detail_page .blog_inner_side_view .table_content,
  .blog_detail_page .blog_inner_side_view .price_content_slider,
  .author_page .blog_inner_side_view .table_content,
  .author_page .blog_inner_side_view .price_content_slider {
    padding: 20px;
  }
}
.blog_detail_page .blog_inner_side_view .table_content h3,
.blog_detail_page .blog_inner_side_view .price_content_slider h3,
.author_page .blog_inner_side_view .table_content h3,
.author_page .blog_inner_side_view .price_content_slider h3 {
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  line-height: calc(30px + 16 * (100vw - 320px) / 1600);
  color: #fff;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.blog_detail_page .blog_inner_side_view .table_content h4,
.blog_detail_page .blog_inner_side_view .price_content_slider h4,
.author_page .blog_inner_side_view .table_content h4,
.author_page .blog_inner_side_view .price_content_slider h4 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog_detail_page .blog_inner_side_view .price_content_slider,
.author_page .blog_inner_side_view .price_content_slider {
  margin-bottom: 80px;
}
.blog_detail_page .blog_inner_side_view .price_content_slider .custom_list li,
.author_page .blog_inner_side_view .price_content_slider .custom_list li {
  font-size: 20px;
  margin-bottom: 25px;
}
.blog_detail_page
  .blog_inner_side_view
  .price_content_slider
  .custom_list
  li
  span,
.author_page .blog_inner_side_view .price_content_slider .custom_list li span {
  font-size: 18px;
  color: #ccc !important;
  display: block;
}
.blog_detail_page .blog_inner_side_view .price_content_slider .slick-dots,
.author_page .blog_inner_side_view .price_content_slider .slick-dots {
  left: 0;
  bottom: -45px;
}
.blog_detail_page .blog_inner_side_view .price_content_slider .slick-dots li,
.author_page .blog_inner_side_view .price_content_slider .slick-dots li {
  margin: 0;
  width: 22px;
}
.blog_detail_page
  .blog_inner_side_view
  .price_content_slider
  .slick-dots
  li.slick-active
  button:before,
.author_page
  .blog_inner_side_view
  .price_content_slider
  .slick-dots
  li.slick-active
  button:before {
  background: var(--primary-color);
  width: 13px;
  height: 13px;
  top: 0;
}
.blog_detail_page
  .blog_inner_side_view
  .price_content_slider
  .slick-dots
  li
  button:before,
.author_page
  .blog_inner_side_view
  .price_content_slider
  .slick-dots
  li
  button:before {
  content: "";
  background: #e2e2e2;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 1;
  top: 2px;
}
@media screen and (max-width: 991px) {
  .blog_detail_page .line_animation,
  .author_page .line_animation {
    display: none;
  }
}
.author_page .author_wrap.dark_view {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 991px) {
  .author_page .author_wrap.dark_view {
    margin-bottom: 0 !important;
  }
}
.author_page .author_wrap.dark_view .author_detail .author_img {
  width: auto !important;
  height: 100% !important;
}
.author_page .author_wrap.dark_view .author_detail .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 80px !important;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .author_page .author_wrap.dark_view .author_detail .right {
    margin-left: 0 !important;
  }
}
.author_page .author_wrap.dark_view .author_detail .right .name,
.author_page .author_wrap.dark_view .author_detail .right p {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .author_page .author_wrap.dark_view .author_detail .right .name,
  .author_page .author_wrap.dark_view .author_detail .right p {
    font-size: 22px;
  }
}
.author_page .author_wrap.dark_view .author_detail .right .name {
  margin-bottom: 10px;
  color: var(--primary-color);
}
.author_page .author_wrap.dark_view .author_detail .right p {
  color: #8f8f8f;
  margin-bottom: 30px;
}
.author_page .author_wrap.dark_view .author_detail .right .author_content {
  margin-right: 40%;
}
@media screen and (max-width: 1440px) {
  .author_page .author_wrap.dark_view .author_detail .right .author_content {
    margin-right: 20%;
  }
}
@media screen and (max-width: 991px) {
  .author_page .author_wrap.dark_view .author_detail .right .author_content {
    margin-right: 0;
  }
}
.author_page
  .author_wrap.dark_view
  .author_detail
  .right
  .social_wrap
  .social_links
  a {
  margin-bottom: 0;
}
.author_page
  .author_wrap.dark_view
  .author_detail
  .right
  .social_wrap
  .social_links
  a
  img {
  filter: brightness(5);
}
.related_articles {
  background: #f9f9f9;
  padding: 90px 0 50px;
  margin-top: 100px;
  display: none;
}
@media screen and (max-width: 991px) {
  .related_articles {
    padding: 40px 0 20px;
    margin-top: 50px;
  }
}
.related_articles .section-title {
  margin-bottom: clamp(30px, 5vw, 60px);
  line-height: clamp(25px, 5vw, 60px);
}
.related_articles .article_block {
  margin-bottom: 40px;
}
.related_articles .article_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.related_articles .article_block .title {
  font-size: 30px;
  line-height: 40px;
  color: #292929;
  font-weight: 500;
  margin: 30px 0;
}
@media screen and (max-width: 1440px) {
  .related_articles .article_block .title {
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0;
  }
}
.related_articles .article_block .sub_text {
  font-size: 20px;
  color: #8f8f8f;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .related_articles .article_block .sub_text {
    font-size: 18px;
  }
}
.custom_scrollbar,
.hire_resources .hr_block_item:hover p,
.content_for_seo .seo_descr,
.people_talk_slider_wrap .people_talk_slider .slider_item .content,
.op_block_list .op_content_p,
.industry_expertise .oe_block_item p,
.portfolio_page .p_sec_content {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .custom_scrollbar,
  .hire_resources .hr_block_item:hover p,
  .content_for_seo .seo_descr,
  .people_talk_slider_wrap .people_talk_slider .slider_item .content,
  .op_block_list .op_content_p,
  .industry_expertise .oe_block_item p,
  .portfolio_page .p_sec_content {
    padding-right: 0;
  }
}
.custom_scrollbar::-webkit-scrollbar-track,
.hire_resources .hr_block_item:hover p::-webkit-scrollbar-track,
.content_for_seo .seo_descr::-webkit-scrollbar-track,
.people_talk_slider_wrap
  .people_talk_slider
  .slider_item
  .content::-webkit-scrollbar-track,
.op_block_list .op_content_p::-webkit-scrollbar-track,
.industry_expertise .oe_block_item p::-webkit-scrollbar-track,
.portfolio_page .p_sec_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #f9f9f9;
}
.custom_scrollbar::-webkit-scrollbar,
.hire_resources .hr_block_item:hover p::-webkit-scrollbar,
.content_for_seo .seo_descr::-webkit-scrollbar,
.people_talk_slider_wrap
  .people_talk_slider
  .slider_item
  .content::-webkit-scrollbar,
.op_block_list .op_content_p::-webkit-scrollbar,
.industry_expertise .oe_block_item p::-webkit-scrollbar,
.portfolio_page .p_sec_content::-webkit-scrollbar {
  width: 1px;
  background-color: #f9f9f9;
}
.custom_scrollbar::-webkit-scrollbar-thumb,
.hire_resources .hr_block_item:hover p::-webkit-scrollbar-thumb,
.content_for_seo .seo_descr::-webkit-scrollbar-thumb,
.people_talk_slider_wrap
  .people_talk_slider
  .slider_item
  .content::-webkit-scrollbar-thumb,
.op_block_list .op_content_p::-webkit-scrollbar-thumb,
.industry_expertise .oe_block_item p::-webkit-scrollbar-thumb,
.portfolio_page .p_sec_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}
.img_wrap {
  position: relative;
}
.img_wrap .line_animation {
  position: absolute;
  right: -140px;
  top: 30%;
}
.custom_table {
  border: 1px solid #000;
}
.custom_table td,
.custom_table th {
  border: 1px solid #000;
}
.custom_table td ul,
.custom_table td p,
.custom_table th ul,
.custom_table th p {
  margin: 0;
}
.custom_table th {
  text-align: center;
  padding: 15px 25px;
}
.custom_table td {
  padding: 10px 25px;
}
@media screen and (max-width: 1600px) {
  .how_work2 {
    background-position: 0px 36%;
  }
  .yourcompititaion .line6 {
    right: 0;
    bottom: 0;
    left: auto;
  }
}
@media screen and (max-width: 1400px) {
  .talksexperts .line7 {
    left: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .how_work2 {
    background-position: 0 21%;
  }
  .devs-process {
    margin-top: 110px !important;
  }
  .devs-process h2 {
    margin-bottom: 0;
  }
  .talksexperts h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .talksexperts p {
    font-size: 20px;
  }
  .number_counters {
    margin-top: 100px;
  }
  .talksexperts .line7 {
    left: 57%;
  }
}
@media screen and (max-width: 991px) {
  .talksexperts h2 {
    font-size: 35px;
    line-height: 46px;
  }
}
@media screen and (max-width: 575px) {
  .talksexperts h2 {
    font-size: 30px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .why-choose-qualtyblck {
    min-height: auto !important;
  }
  .banner {
    min-height: 67vh !important;
  }
  .yourcompititaion .bwe_block_item .icon span {
    font-size: 52px !important;
  }
  .yourcompititaion .line6 {
    right: 0;
    bottom: -34px;
    left: auto;
  }
}
@media screen and (max-width: 991px) {
  .yourcompititaion .bwe_block_item .icon span {
    font-size: 45px !important;
  }
  .devs-process {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .yourcompititaion .bwe_block_item .icon span {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .yourcompititaion .bwe_block_item .icon span {
    font-size: 35px !important;
  }
  .number_counters {
    margin-top: 60px;
  }
}
.bwe_block_item .icon span {
  font-size: 52px !important;
}
@media screen and (max-width: 1440px) {
  .bwe_block_item .icon span {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .linenew1 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .yourcompititaion .line6 {
    bottom: auto;
    top: -71px;
    right: 9px;
  }
}
.awrd-recognize {
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .awrd-recognize {
    padding-bottom: 40px;
  }
}
.ourteam_page .line_animation_banner .our-team-row {
  position: relative;
}
@media screen and (max-width: 480px) {
  .ourteam_page .line_animation_banner {
    display: none;
  }
}
.ourteam_page .our-amze-team {
  position: relative;
  margin-top: 50px;
}
.ourteam_page .our-amze-team::before {
  content: "";
  position: absolute;
  background-image: url(../images/teamsbg.png);
  background-repeat: no-repeat;
  width: 281px;
  height: 460px;
  bottom: 135px;
  right: 0;
  background-size: 280px;
}
.ourteam_page .our-amze-team .tea1-img {
  max-width: 237px;
  position: relative;
  transition: all 0.4s ease;
}
.ourteam_page .our-amze-team .tea1-img h3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: none !important;
  background: #000;
  background: linear-gradient(176deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 16px 0px;
  margin-bottom: 0;
}
.ourteam_page .our-amze-team .tea1-img:hover h3 {
  display: block !important;
}
.ourteam_page .core-main-row {
  background-color: #f9f9f9;
  margin-top: 45px;
}
.ourteam_page .core-main-row .core-team-inner {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ourteam_page .core-main-row .core-team-inner {
    margin-top: 30px;
  }
}
.ourteam_page .core-main-row .core-team-inner h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.ourteam_page .core-main-row .core-team-inner p {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 400;
}
.ourteam_page .core-main-row .a2-img-sec img {
  max-width: 600px;
  width: 100%;
}
.ourteam_page .core-main-row .linnew1 {
  position: absolute;
  right: 390px;
  left: auto;
  top: auto;
  bottom: 640px;
  max-width: 86px;
}
@media screen and (max-width: 992px) {
  .ourteam_page .core-main-row .linnew1 {
    right: 0;
    left: auto;
    top: -40px;
    bottom: auto;
  }
}
.ourteam_page .our-mentors {
  margin-top: 70px;
  margin-bottom: 280px;
  position: relative;
}
.ourteam_page .our-mentors .linnew1 {
  bottom: 372px;
  top: auto;
}
@media screen and (max-width: 992px) {
  .ourteam_page .our-mentors .resposive-width {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .ourteam_page .our-mentors .linnew1 {
    left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .ourteam_page .our-mentors .our-mentors-details {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ourteam_page .our-mentors {
    margin-bottom: 239px;
    margin-top: 0px;
  }
  .ourteam_page .our-mentors .linnew1 {
    display: none;
  }
}
.ourteam_page .our-mentors .section-title {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .ourteam_page .our-mentors .section-title {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 991px) {
  .ourteam_page .our-mentors .section-title {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 1200px) {
  .ourteam_page .our-mentors .section-title {
    margin-bottom: 90px !important;
  }
}
.ourteam_page .our-mentors p {
  font-size: 24px;
  color: #8f8f8f;
  font-weight: 400;
}
.ourteam_page .our-mentors .line10 {
  max-width: 180px;
  width: 100%;
  position: absolute;
  left: 100px;
  right: auto;
  top: auto;
  bottom: -97px;
}
@media screen and (max-width: 767px) {
  .ourteam_page .our-mentors .line10 {
    left: 0;
  }
}
.ourteam_page .line2 {
  position: absolute;
  bottom: -60px;
  right: 100px;
  left: auto;
  max-width: 210px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ourteam_page .line2 {
    right: 0;
  }
}
.linnew1 {
  position: absolute;
  max-width: 104px;
  width: 100%;
}
.our-team-row {
  position: relative;
}
svg.line_animation_banner {
  position: absolute;
  bottom: 150px;
  left: auto;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .text_para {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .text_para {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .text_para {
    font-size: 18px;
  }
}
.like_our_par {
  font-size: 18px;
}
.step_hire {
  font-size: 18px;
}
.tech_angular {
  padding: 0;
}
.text_para_culture {
  font-size: 26px;
}
.tech_angular_banner {
  background-size: 84%;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  background-image: url(../images/tech-angular-banner-bg.jpg);
}
@media screen and (min-width: 992px) {
  .tech_angular_banner {
    background-position: center center;
  }
}
@media screen and (max-width: 991px) {
  .tech_angular_banner {
    background-size: 70%;
    background-position: 11vw center;
  }
}
@media screen and (max-width: 767px) {
  .tech_angular_banner {
    background-position: -31.7vw -5px;
    padding-top: 49vw;
    background-size: 130%;
  }
}
@media screen and (min-width: 1200px) {
  .tech_angular_banner .section-subtext {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .tech_angular_banner .section-subtext {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tech_angular_banner .section-subtext {
    font-size: 18px;
  }
}
.tech_angular_banner .counter_block .counter_item {
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .tech_angular_banner .counter_block .counter_item {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .tech_angular_banner .counter_block .counter_item {
    font-size: 18px;
  }
}
.tech_angular_banner .counter_block .counter_item span {
  font-weight: 500;
}
@media screen and (min-width: 1300px) {
  .tech_angular_banner .counter_block .counter_item span {
    font-size: 60px;
  }
}
@media screen and (max-width: 1299px) {
  .tech_angular_banner .counter_block .counter_item span {
    font-size: calc(1.375rem + 2.46343vw);
  }
}
.ta_how_work {
  padding-top: 110px;
  padding-bottom: 140px;
  background: none;
}
@media screen and (max-width: 1499px) {
  .ta_how_work {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .ta_how_work {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.ta_how_work .text26_primary {
  color: #3aafa9;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
.ta_how_work .title40_seconadry {
  font-family: var(--fontSecondary);
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .ta_how_work .title40_seconadry {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .ta_how_work .title40_seconadry {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .ta_how_work .title40_seconadry {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ta_how_work .title40_seconadry {
    font-size: 28px;
  }
}
.ta_how_work .cfs_image {
  position: relative;
  z-index: 111;
}
@media screen and (max-width: 1199px) {
  .ta_how_work .cfs_image {
    margin-bottom: 70px;
  }
}
.ta_how_work .cfs_image .ta_how_work_img {
  position: relative;
  z-index: 111;
}
.ta_how_work .cfs_image svg {
  position: absolute;
  right: 77px;
  bottom: -125px;
}
.ta_float_img_1 {
  position: absolute;
  z-index: 11;
  left: -15px;
  bottom: -88px;
}
@media screen and (max-width: 991px) {
  .ta_float_img_1 {
    left: -13px;
    bottom: -46px;
  }
}
.ta_cs_section {
  padding: 110px 0 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ta_cs_section {
    padding: 70px 0 0;
  }
}
.ta_cs_section::before {
  content: "";
  background-image: url(../images/our-portfolio-bg.png);
  position: absolute;
  background-size: 100%;
  width: 500px;
  height: 860px;
  right: -65px;
  top: -3.5%;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: grayscale(1);
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  z-index: 0;
}
@media screen and (max-width: 1299px) {
  .ta_cs_section::before {
    background-size: 100%;
    width: 300px;
    height: 290px;
    right: unset;
  }
}
.ta_cs_section .section-title {
  line-height: 1.47;
}
.ta_cs_section .round-shape1 {
  background-size: contain !important;
  display: inline-block;
}
.ta_cs_section .ta_cs_icon {
  max-width: 80px;
}
.ta_cs_section .ta_cs_item {
  border-bottom: #ccc solid 1px;
}
.ta_cs_section .dark-line-animation {
  position: absolute;
  top: 17%;
  left: 52%;
}
@media screen and (max-width: 1199px) {
  .ta_cs_section .dark-line-animation {
    left: 66%;
  }
}
@media screen and (max-width: 991px) {
  .ta_cs_section .dark-line-animation {
    display: none;
  }
}
.ta_cs_section .line2 {
  position: absolute;
  top: 115px;
  right: 16%;
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}
@media screen and (max-width: 1299px) {
  .ta_cs_section .line2 {
    top: 4vw;
  }
}
.why_choose_us {
  position: relative;
  background-color: #f9f9f9;
}
@media screen and (min-width: 1200px) {
  .why_choose_us {
    padding: 160px 0 150px;
  }
}
@media screen and (max-width: 1199px) {
  .why_choose_us {
    padding: 100px 0 120px;
  }
}
.why_choose_us .dark-line-animation {
  position: absolute;
  top: 40px;
  left: 12%;
}
@media screen and (max-width: 1199px) {
  .why_choose_us .dark-line-animation {
    top: 10px;
  }
}
.why_choose_us .number {
  filter: brightness(0) contrast(0);
}
@media screen and (max-width: 991px) {
  .why_choose_us .number img {
    max-height: 64px;
  }
}
@media screen and (min-width: 1300px) {
  .why_choose_us .why_choose_item {
    padding-right: 10vw;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1299px) {
  .why_choose_us .why_choose_item {
    margin-bottom: 45px;
  }
}
.industry_expertise.award {
  margin-top: 115px;
}
.industry_expertise.award1 {
  margin-top: 80px;
}
@media screen and (min-width: 1400px) {
  .award_rec_2 {
    margin-top: 210px;
  }
}
@media screen and (max-width: 1399px) {
  .award_rec_2 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .award_rec_2 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .award_rec_2 {
    margin-top: 100px;
  }
}
.ta_text_slider {
  margin-top: -60px;
}
.culturecareer_page .hero_section {
  padding-bottom: 20vw;
}
.culturecareer_page .hero_section .container {
  position: relative;
}
.culturecareer_page .team_image {
  margin-top: -17vw;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .culturecareer_page .team_image {
    padding-bottom: 0;
  }
}
.culturecareer_page .team_image img {
  width: 100%;
  position: relative;
}
.culturecareer_page .linnew1 {
  filter: brightness(10) contrast(10);
  position: absolute;
  right: 16%;
  max-width: 101px;
  left: auto;
  bottom: 5%;
  z-index: 1111;
}
@media screen and (max-width: 991px) {
  .culturecareer_page .linnew1 {
    top: auto;
    bottom: -50px;
  }
}
.culture_career_gallery img {
  width: 100%;
}
.career_perks {
  position: relative;
}
.career_perks h2.section-title span svg {
  right: -45px;
}
.career_perks .dark-line-animation {
  top: 0;
  position: absolute;
  max-width: 180px;
}
@media screen and (max-width: 1199px) {
  .career_perks .dark-line-animation {
    top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .career_perks .dark-line-animation {
    display: none;
  }
}
.working_with_us {
  padding-top: 60px;
}
.working_with_us img {
  width: 100%;
  max-width: 607px;
}
.cr_title {
  font-size: 36px;
  font-family: var(--fontPrimary);
  font-weight: 700;
}
.cr_text {
  color: #3aafa9;
}
.what_our_team_says {
  background-color: #f9f9f9;
  padding: 100px 0 130px;
}
@media screen and (max-width: 991px) {
  .what_our_team_says {
    padding: 75px 0 90px;
  }
}
.what_our_team_says .slider_wrap {
  position: relative;
}
.what_our_team_says .anim_line_1 {
  right: -60px;
  top: -20px;
  position: absolute;
  transform: rotateX(180deg) rotate(-3deg);
  -webkit-transform: rotateX(180deg) rotate(-3deg);
}
@media screen and (max-width: 1199px) {
  .what_our_team_says .anim_line_1 {
    right: -25px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .what_our_team_says .anim_line_1 {
    display: none;
  }
}
.what_our_team_says .slick-dots li {
  width: 60px;
  height: 4px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: #eaeaea;
}
.what_our_team_says .slick-dots li.slick-active {
  background-color: #3aafa9;
}
.what_our_team_says .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  padding: 0;
}
.what_our_team_says .slick-dots li button::before {
  display: none;
}
.team-slider .slick-slide {
  text-align: center;
  padding: 0 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
@media screen and (max-width: 991px) {
  .team-slider .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .team-slider .slick-slide {
    padding: 0;
  }
}
.team-slider .slick-slide.slick-center {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
}
.team_slide .team_profile {
  position: relative;
  display: inline-block;
}
.btn_play {
  background: url("../images/Icon-play.svg") no-repeat center center;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  margin: auto;
  outline: none !important;
  box-shadow: none !important;
  background-size: 80px;
}
.team_slide video {
  width: 100%;
  height: 330px;
  outline: none !important;
}
@media screen and (max-width: 1199px) {
  .team_slide video {
    height: 220px;
  }
}
@media screen and (max-width: 575px) {
  .team_slide video {
    height: auto;
    width: 90%;
  }
}
.choose-file-text label {
  font-family: "Graphik";
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  font-size: 16px;
}
.choose-file-text [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}
.choose-file-text [type="file"] + label,
.choose-file-text .choose-file-image {
  border: dashed 2px #ababab;
  color: #292929;
  cursor: pointer;
  margin-bottom: 1rem;
  outline: none;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  opacity: 0.8;
}
.form-check-input:checked {
  background-color: #3aafa9;
  border-color: #3aafa9;
}
.form-check-input:focus {
  border-color: rgba(58, 175, 169, 0.2);
  box-shadow: 0 0 0 0.25rem rgba(58, 175, 169, 0.25);
}
.custom-checkbox {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 9px;
  margin-bottom: 19px;
  cursor: pointer;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #fabf04;
  color: #fff;
}
.custom-checkbox .checkmark {
  background-color: #fff;
  line-height: 1;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 12px;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fabf04;
  color: #fff;
}
.custom-checkbox:hover input:checked ~ .checkmark {
  background-color: #fabf04;
  color: #fff;
}
.fulldropdown {
  position: static;
}
.fulldropdown.fulldropdown_small {
  position: relative;
}
.fulldropdown.fulldropdown_small .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 610px;
  transform: translateX(40%);
  -webkit-transform: translateX(40%);
}
.fulldropdown .dropdown-menu {
  left: 25%;
  right: 10px;
  padding: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .fulldropdown .dropdown-menu {
    left: 15%;
  }
}
.fulldropdown .dropdown-menu.show {
  display: flex;
}
.fulldropdown .dropdown-menu .leftcol {
  min-width: 30%;
  max-width: 300px;
  flex-shrink: 1;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px 0px 0px 10px;
}
.fulldropdown .dropdown-menu .rightcol {
  min-width: 200px;
  padding: 25px 15px 15px 15px;
}
.fulldropdown a {
  color: inherit;
  text-decoration: none;
}
.fulldropdown .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.fulldropdown .text_small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}
.fulldropdown .styled_link_col {
  min-width: 270px;
}
.fulldropdown .styled_link {
  padding: 0 0 10px;
}
.fulldropdown .styled_link a {
  position: relative;
  border-bottom: #ccc solid 1px;
  padding-bottom: 8px;
  display: block;
}
.fulldropdown .styled_link a:hover {
  border-color: #3aafa9;
}
.fulldropdown .styled_link a:hover:after {
  visibility: visible;
}
.fulldropdown .styled_link a:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3334 11V1.66669H1' stroke='%233AAFA9' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11L9 3.00006' stroke='%233AAFA9' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center center;
}
.fulldropdown .styled_link .big_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.fulldropdown .styled_link .small_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.fulldropdown .fwm_link_col {
  flex-wrap: wrap;
}
.fulldropdown .fwm_link_col .fwm_link_item {
  padding: 0 15px 15px;
  text-decoration: none;
  color: #292929;
  font-weight: 400;
}
.fulldropdown .fwm_link_col .fwm_link_item a {
  display: block;
  font-size: 18px;
  position: relative;
  border-bottom: solid 1px #ececec;
  padding-bottom: 7px;
  padding-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.fulldropdown .fwm_link_col .fwm_link_item a:before {
  opacity: 0;
  position: absolute;
  top: 3px;
  right: 3px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3334 11V1.66669H1' stroke='%233AAFA9' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11L9 3.00006' stroke='%233AAFA9' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.fulldropdown .fwm_link_col .fwm_link_item a:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 0%;
  background-color: #3aafa9;
  bottom: 0;
  z-index: 98;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.fulldropdown .fwm_link_col .fwm_link_item a:hover {
  color: #3aafa9;
}
.fulldropdown .fwm_link_col .fwm_link_item a:hover:before {
  opacity: 1;
  top: 1px;
  right: 1px;
}
.fulldropdown .fwm_link_col .fwm_link_item a:hover:after {
  width: 100%;
}
.fulldropdown .fwm_link_col.col_1 .fwm_link_item {
  width: 33.33%;
}
.fulldropdown .fwm_link_col.col_2 .fwm_link_item {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .fwm_link_block {
    width: 50%;
  }
}
.dd_open {
  display: flex !important;
  animation: fadeIn ease 700ms;
  -webkit-animation: fadeIn ease 700ms;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
.navbar_mobile .styled_link {
  padding: 0 0 10px;
}
.navbar_mobile .styled_link a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-bottom: 8px;
  display: block;
}
.navbar_mobile .styled_link a:hover {
  border-color: #3aafa9;
}
.navbar_mobile .styled_link a:hover:after {
  visibility: visible;
}
.navbar_mobile .styled_link a:after {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3334 11V1.66669H1' stroke='%233AAFA9' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11L9 3.00006' stroke='%233AAFA9' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center center;
}
.navbar_mobile .styled_link .big_text {
  font-size: 20px;
  opacity: 0.8;
  color: #fff;
  font-weight: 300;
  line-height: 1;
}
.navbar_mobile .styled_link .small_text {
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.5;
}
.navbar_mobile .fwm_link_col {
  flex-wrap: wrap;
}
.navbar_mobile .fwm_link_col.col_1 .fwm_link_item,
.navbar_mobile .fwm_link_col.col_2 .fwm_link_item {
  width: 50%;
}
@media screen and (max-width: 414px) {
  .navbar_mobile .fwm_link_col.col_1 .fwm_link_item,
  .navbar_mobile .fwm_link_col.col_2 .fwm_link_item {
    width: 100%;
  }
}
.navbar_mobile .fwm_link_col .fwm_link_item {
  margin: 20px 0;
  line-height: 1.25;
}
.navbar_mobile .fwm_link_col .fwm_link_item:first-child {
  margin-top: 0;
}
.navbar_mobile .fwm_link_col .fwm_link_item a {
  font-size: 20px;
  opacity: 0.8;
  color: #fff;
  font-weight: 300;
}
.navbar_mobile .mob_dd_toggle {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  color: #000;
  padding: 0;
  width: 34px;
}
.navbar_mobile .mob_dd_toggle:after {
  display: none;
}
.navbar_mobile .mob_dd_toggle:before {
  content: "+";
  display: inline-block;
  padding: 3px 10px;
  font-size: 24px;
  line-height: 24px;
}
.navbar_mobile .mob_dd_toggle.show:before {
  content: "-";
  position: relative;
  top: -2px;
}
.navbar_mobile .navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.offcanvas-start {
  width: 100%;
  padding-bottom: 120px;
}
.offcanvas-header .btn-close {
  filter: invert(1);
  opacity: 1;
  width: auto;
  height: auto;
  margin: 6px 12px 0;
  padding: 6px;
}
.offcanvas {
  background: #000 !important;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item {
  width: 100%;
  border-bottom: 1px solid #999;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item.dropdown {
  margin-top: -1px;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item .btn-primary {
  width: 100%;
  height: 60px;
  line-height: 40px;
  font-size: 22px;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 20px 0;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item:last-child {
  border: none;
  margin-top: 50px;
}
.offcanvas .offcanvas-body .navbar-nav .dropdown-menu {
  background: #000 !important;
  margin-top: -2px;
  border-radius: 0;
  padding-top: 0;
}
.text_marquee {
  width: 102vw;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.marquee-content {
  display: flex;
  animation: marquee 35s linear infinite running;
}
.marquee-content2 {
  animation: marquee 40s linear infinite running;
  animation-direction: reverse;
}
.marquee-tag {
  padding: 0 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
html:has(.modal-open) {
  overflow: hidden;
}

.WhatsApp_link {
  position: fixed;
  bottom: 100px;
  right: 30px;
  text-decoration: none;
  z-index: 1111;
}
.WhatsApp_link:focus,
.WhatsApp_link:hover {
  text-decoration: none;
}
.b24-widget-button-wrapper {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .WhatsApp_link {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .WhatsApp_link {
    bottom: 20px;
  }
}

/****************/

.horizontal_scolling .slick-next,
.horizontal_scolling .slick-prev,
.horizontal_scolling2 .slick-next,
.horizontal_scolling2 .slick-prev {
  background: #fff;
  border: none;
  color: transparent;
  width: 45px;
  height: 45px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  z-index: 9;
  top: 45%;
  transition: 0.5s linear;
  position: absolute;
}
.marquee_1,
.marquee_2 {
  user-select: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  overflow: hidden;
}
.blogMenu a.active,
.blogMenu a:hover,
.footer_phone a {
  text-decoration: none;
}
.footer_phone a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.footer_phone i {
  margin-right: 8px;
}
ul.footer_phone {
  list-style: none;
  padding-left: 0;
}
ul.footer_phone li {
  padding: 6px 0;
}
ul.footer_phone a:hover {
  color: #3aafa9;
}
.horizontal_scolling .slick-next:before,
.horizontal_scolling2 .slick-next:before {
  content: "";
  filter: brightness(1);
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  color: #3aafa9;
  font-size: 25px;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.horizontal_scolling .slick-prev:before,
.horizontal_scolling2 .slick-prev:before {
  content: "";
  filter: brightness(1);
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  color: #3aafa9;
  font-size: 25px;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.horizontal_scolling .slick-next,
.horizontal_scolling2 .slick-next {
  right: -60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizontal_scolling .slick-prev,
.horizontal_scolling2 .slick-prev {
  left: -60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  .horizontal_scolling .slick-prev {
    left: -40px;
  }
  .horizontal_scolling .slick-next {
    right: -40px;
  }
}
.horizontal_scolling .slick-next,
.horizontal_scolling .slick-prev {
  top: 60%;
}
.horizontal_scolling .slick-next:hover,
.horizontal_scolling .slick-prev:hover,
.horizontal_scolling2 .slick-next:hover,
.horizontal_scolling2 .slick-prev:hover {
  background-color: #3aafa9;
}
.blogMenu .accordion-button:not(.collapsed),
.blogMenu a.active,
.blogMenu a:hover {
  background: rgba(49, 27, 146, 0.03);
  color: #311b92;
}
.horizontal_scolling .slick-next:hover:before,
.horizontal_scolling .slick-prev:hover:before,
.horizontal_scolling2 .slick-next:hover:before,
.horizontal_scolling2 .slick-prev:hover:before {
  filter: brightness(0) invert(1);
}
.horizontal_scolling2 .slick-next:before,
.horizontal_scolling2 .slick-prev:before {
  opacity: 1;
}
.horizontal_scolling2 .slick-prev {
  left: 16px;
}
.horizontal_scolling2 .slick-next {
  right: 16px;
}
.hire_resources.hire_r a {
  text-decoration: none;
  color: var(--bs-body-color);
}
.fz_60px {
  font-size: 60px;
}
.marquee_2 {
  margin-top: -1px;
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
}
.marquee_1 .marquee__group {
  animation: 20s linear infinite scroll-x;
}
.marquee_2 .marquee__group {
  animation: 20s linear infinite scroll-2x;
}
.marquee_1:hover .technologies_slides1,
.marquee_2:hover .technologies_slides1 {
  animation-play-state: paused;
}
.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}
.marquee_1 .marquee--vertical .marquee__group {
  animation-name: scroll-y;
}
.marquee_2 .marquee--vertical .marquee__group {
  animation-name: scroll-2y;
}
.marquee--reverse {
  animation-direction: reverse !important;
  animation-delay: -3s !important;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-y {
  from {
    transform: translateY(calc(0));
  }
  to {
    transform: translateY(calc(-100%));
  }
}
@keyframes scroll-2x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-2y {
  from {
    transform: translateY(calc(0));
  }
  to {
    transform: translateY(calc(-100%));
  }
}
.marquee_1 img,
.marquee_2 img {
  place-items: center;
}
.marquee_1 .tech_slide_img,
.marquee_2 .tech_slide_img {
  width: 200px;
}
.blogSidebar {
  position: sticky;
  top: 95px;
}
.AddvertingBox,
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
}
.blogTitle {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}
.f28-700 {
  font-size: 28px;
  font-weight: 700;
}
.f26-600 {
  font-size: 26px;
  font-weight: 600;
}
.f22-400 {
  font-size: 22px;
}
.f26-400 {
  font-size: 26px;
}
.f16-600 {
  font-size: 16px;
  font-weight: 600;
}
.f18-400 {
  font-size: 18px;
}
.f14-700 {
  font-size: 14px;
  font-weight: 700;
}
.f14-500 {
  font-size: 14px;
  font-weight: 500;
}
.opacity-40 {
  opacity: 0.4;
}
.blogDetailsPage {
  margin-top: 20px;
}
.blogSec {
  padding-top: 35px;
}
.blogSec h1,
.blogSec h2 {
  font-family: var(--fontSecondary);
  font-size: calc(25px + 11 * (100vw - 320px) / 1600);
  line-height: calc(30px + 16 * (100vw - 320px) / 1600);
  color: #292929;
  font-weight: 600;
  margin-bottom: 30px;
}
.blogSec li,
.blogSec p {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  color: #292929;
  font-weight: 400;
}
.blogSec ul {
  list-style: disc;
}
.blogSec p:last-child {
  margin-bottom: 0;
}
.blogSec img {
  width: 100%;
  margin-bottom: 30px;
}
.blogSec video {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  object-fit: cover;
}
.blogSideMenuBox {
  background: #f5f5f5;
  padding: 20px;
}
#accordionBlogMenu,
.blogMenu,
.dot {
  background: #fff;
}
.blogMenu {
  padding: 3px;
}
.blogMenu a {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  border: none;
  color: #212121;
  background-color: #fff;
  display: inline-flex;
}
.blogMenu ul {
  padding-left: 20px;
}
.blogMenu ul li {
  padding: 0 0 2px;
}
.blogMenu .accordion-item .accordion-button,
.blogMenu .accordion-item:first-of-type .accordion-button,
.blogMenu .accordion-item:last-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 2px;
}
.blogMenu .accordion-item .accordion-button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.AddvertingBox {
  margin: 30px 0;
}
.AddvertingBox img {
  width: 100%;
}
.AddvertingBox .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
}
.AddvertingBox h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 20px;
}
.AddvertingBox p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px;
}
.height-400.AddvertingBox {
  padding: 50px;
}
.height-400.AddvertingBox img {
  height: 400px;
}
.height-400.AddvertingBox h3,
.height-400.AddvertingBox p {
  margin: 0 0 30px;
}
.dot {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.color_blue {
  color: #311b92;
}
.shareSocial li {
  margin: 5px 0 5px 20px;
}
.shareSocial a {
  transition: 0.3s ease-in-out;
}
.shareSocial a circle {
  fill: #46329d;
}
.shareSocial a:hover circle {
  fill: #fff;
}
.shareSocial a path[fill],
.shareSocial a rect[fill] {
  fill: #9386c2;
}
.shareSocial a:hover path[fill],
.shareSocial a:hover rect[fill] {
  fill: #ffc107;
}
@media screen and (max-width: 1534px) {
  .shareSocial li {
    margin: 5px 0 5px 10px;
  }
  .shareSocial li svg {
    width: 45px;
  }
}
@media screen and (max-width: 1440px) {
  .blogTitle {
    font-size: 32px;
    line-height: 46px;
  }
  .f26-400,
  .f26-600 {
    font-size: 22px;
  }
  .f18-400 {
    font-size: 15px;
  }
  .blogSec h1,
  .blogSec h2,
  .blogSec h3,
  .blogSec h4,
  .blogSec h5,
  .blogSec h6 {
    font-size: 20px;
    margin-bottom: 20 px;
  }
  .blogSec li,
  .blogSec p {
    font-size: 16px;
    line-height: 28px;
  }
  .AddvertingBox h3 {
    font-size: 24px;
  }
  .AddvertingBox p {
    font-size: 16px;
  }
  .height-400.AddvertingBox h3,
  .height-400.AddvertingBox p {
    margin: 0 0 20px;
  }
  .f22-400 {
    font-size: 18px;
  }
  .hire_top_talent_text p {
    font-weight: 400;
    color: #fff;
    font-size: 19px !important;
  }
  .hire_top_talent_text h2 {
    font-size: 35px !important;
  }
  .recomanded_text {
    padding: 16px 22px !important;
    background-size: 100% 100%;
  }
  .recomanded_text_width {
    max-width: 77%;
  }
}
@media screen and (max-width: 1199px) {
  .blogSec {
    padding-top: 35px;
  }
  .blogSideMenuBox {
    padding: 20 px;
  }
  .shareSocial li svg {
    width: 35px;
  }
  .hire_top_talent_text h2 {
    font-size: 17px !important;
    margin-bottom: 0 !important;
  }
  .hire_top_talent_text p {
    font-weight: 400;
    color: #fff;
    font-size: 15px !important;
  }
  .hire_top_talent_text a {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 767px) {
  .horizontal_scolling .slick-next,
  .horizontal_scolling2 .slick-next {
    top: 100%;
    right: 25%;
    transform: translate(-25%, 0);
  }
  .horizontal_scolling .slick-prev,
  .horizontal_scolling2 .slick-prev {
    top: 100%;
    left: 30%;
    transform: translate(-30%, 0);
  }
  .marquee_1 .tech_slide_img,
  .marquee_2 .tech_slide_img {
    width: 200px;
  }
  .shareSocial li svg {
    width: 34px;
  }
  .blogDetailsPage {
    margin-top: 0;
  }
  .blogTitle {
    font-size: 24px;
    line-height: 36px;
  }
  .hire_top_talent_text h2 {
    font-size: 29px !important;
  }
  .hire_top_talent img {
    min-height: 236px;
  }
}
@media screen and (max-width: 480px) {
  .hire_top_talent_width {
    max-width: 100% !important;
  }
}
.hfdi_subhdr {
  background: #311b92;
  padding: 30px;
  color: #fff;
}
.blogSidebar .accordion-body {
  padding: 0;
}
.blogSidebar .accordion-item .accordion-collapse {
  border: none;
}
.blogSidebar .slick-slide {
  margin: 0;
}
.blogSidebar .slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.blogSidebar .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #311b92;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 2px;
}
.blogSidebar .slick-dots .slick-active button {
  background: #311b92;
  border: 1px solid #311b92;
  opacity: 1;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.wpcf7-spinner_html::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wpcf7-spinner_html {
  display: none;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 10px auto;
  position: relative;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.hire-modal .build_form .form-group label.error {
  color: red !important;
  font-weight: 400;
  font-size: 16px;
}
.cp_text {
  background-color: #3aafa9;
  width: auto;
  font-size: 24px;
  font-family: "Special Elite", cursive;
  padding: 9px 10px;
  letter-spacing: 10px;
}
.hire-modal .build_form #error_msg {
  color: red;
}
.hire-modal .build_form #success_msg {
  color: green;
}
.hire-modal .build_form .btn_disabled {
  cursor: not-allowed !important;
}

.blogSec table {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.blogSec th,
.blogSec td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 7px 15px;
}

.ta_cs_section .content_block{
  z-index: 50;
}

.footer_phone .footer_icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}