/*
Theme Name: Simplex Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


@font-face {
  font-family: 'fonts/Avenir';
  src: url('AvenirLTProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir", Sans-serif;
  src: url('fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir", Sans-serif;
  src: url('fonts/AvenirLTProBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir", Sans-serif;
  src: url('fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir", Sans-serif;
  src: url('fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir", Sans-serif;
  src: url('fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Avenir", Sans-serif;
  src: url('fonts/AvenirLTProHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Avenir", Sans-serif;
  src: url('fonts/AvenirLTProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
:root{
  --blue: #1F98D3;
  --blue1: #0A83BE;
  --text: #757575;
  --black: #111530;
  --black1: #000631;
  --red: #DC242B;
  --lightred: #FFE5E6;
  --white: #fff;
  --bluedark: #034170;
  --blue2: #004C91;
}
body::-webkit-scrollbar {
     width: 8px;
}
body::-webkit-scrollbar-track {
    background:#D6ECFA;
     border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
   background:var(--black1);
     border-radius: 8px;
}
a{
     transition: all 0.5s;
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
body{
  overflow-x: hidden !important;
}
div[data-elementor-type="header"] {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    background-color: transparent;
    transition: all 0.4s;
    z-index: 99;
}
div[data-elementor-type="header"] .e-con-inner{
  transition: all 0.4s;
}
div#wpadminbar ~ div[data-elementor-type="header"] {
    top: 32px;
}
div[data-elementor-type="header"].sticky .e-con-inner{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
div[data-elementor-type="header"].sticky{
  background-color: var(--white);
}
.header_menuinn {
    position: fixed !important;
    right: 0px;
    max-width: 480px;
    width: 100%;
    top: 0px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    transform: translateX(100%);
}
.header_menuinn ul li a {
    display: flex;
    justify-content: space-between;
    background-color:transparent !important;
    cursor:pointer;
}
.header_menuinn ul li a svg {
    font-weight: 400 !important;
    width: 16px !important;
    height: 16px !important;
}
.header_cross {
    cursor: pointer
    z-index: 9;
}
.header_menuinn .sub-menu {
    position: unset !important;
    display: block !important;
    visibility: visible;
    transform: unset !important;
    opacity: 1 !important;
    margin: 15px 0px -15px !important;
    width: 100% !important;
    max-width: 100%;
    max-height: 0px;
    transition: all 0.4s linear;
    overflow: hidden;
    background-color: transparent !important;
}
.header_menuinn li.active .sub-menu{
  max-height: 1000px;
}
.header_menuinn {
    transition: all 0.5s;
    transform: translateX(100%);
}
.header_menuinn.active{
  transform: translateX(0%);
}
.menu_toggle,.header_cross{
  cursor: pointer;
}
.header_menu li a .sub-arrow{
  display: none !important;
}
.header_menu li > .sub-arrow{
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 2px;
  padding: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_menu li > .sub-arrow svg{
  display: none !important;
}
.header_menu li > .sub-arrow::before {
    content: "\+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 26px;
    color: var(--bluedark);
}
.header_menu li.active > .sub-arrow::before {
    content: "\-";
     font-size: 35px;
}
.menu_overlay {
    position: fixed !important;
    height: 100% !important;
    background-color: rgba(0,0,0,.6);
    left: 0px !important;
    top: 0px !important;
    display: none !important;
}
.menu_overlay.active{
  display: block !important;
}
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
/* .hero_slider_int .owl-item {
    transition: opacity 3s ease-in-out !important;
} */
.hero_slider_int .owl-item.active {
    opacity: 1;
}
.hero_slider_int .owl-item {
    opacity: 0;
}
.hero_slider_int .owl-item {
    transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.hero_item h1 {
    margin: 0;
    font-size: 70px;
    line-height: 78px;
    max-width: 840px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-family: "Avenir", Sans-serif;
    /* Gradient text */
    background: linear-gradient(90deg, #1F98D3, #0A83BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.hero_item p {
    margin: 0px;
    max-width: 350px;
    margin-left: auto;
    font-size: 20px;
    color: var(--text);
    position: absolute;
    bottom: 0px;
    left: 69%;
    transform: translateX(-50%);
    font-family: "Avenir", Sans-serif;
}
.hero_item {
    height: 81vh !important;
    display: grid !important;
    align-items: center !important;
}
.counter_box *{
  text-align: center;
}
.red_btn span.elementor-button-icon {
    position: relative;
    top: 0px;
}
.red_btn span.elementor-button-content-wrapper {
    position: relative;
    top: 1px;
}
.banner_inner h1{
    background: linear-gradient(90deg, #1F98D3, #0A83BE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul.service_tab {
    padding: 0px;
    max-width: 393px;
    margin: 0px auto 60px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    min-height: 58px;
    align-items: center;
    border: 4px solid #D1EEFF;
    border-radius: 30px;
    position: relative;
    background-color: #FFFFFF52;
}
ul.service_tab > li {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #616161;
    letter-spacing: -0.5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
    border-radius:30px;
    overflow:hidden;
    z-index: 1;
}
ul.service_tab::before{
  content: "";
  display: block;
  background-color:var(--black1);
  color:var(--white);
  width: 50%;
  border-radius:30px;
  position: absolute;
  z-index: -1;
  height: 50px;
  transform: translateY(-50%);
  left: 0%;
  top: 50%;
  transition: all 0.4s;
  z-index: 1;
}
ul.service_tab.active::before{
  left: 50%;
}
ul.service_tab li.active{
  color:var(--white);
}
a.service_box {
    display: block;
    width: 100%;
    background-color: #FFFFFF8C;
    padding: 14px;
    border-radius: 20px;
    min-height: 594px;
    position: relative;
}
a.service_box .service_img {
    height: 273.24px;
    overflow: hidden;
    border-radius:20px;
}
a.service_box .service_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    transform: scale(1);
}
a.service_box:hover .service_img img {
    transform: scale(1.05);
}
.service_content {
    padding: 26px 0px 85px;
    max-width: 390px;
    margin: 0px auto;
    text-align: center;
}
.service_content h3 {
    margin: 0px 0px 10px;
    font-size: 30px;
    color: var(--black1);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}
.service_content p {
    color: var(--text);
    font-size: 18px;
    margin: 0px;
}
.owl-dots {
    margin: 60px 0px 0px 0px !important;
    display: flex;
    justify-content: center;
    grid-gap: 13px;
}
.owl-dots button {
    background-color: transparent !important;
    transition: all 0.3s;
}
.owl-dots button span {
    margin: 0px !important;
}
.owl-dots button.owl-dot {
    width: 17px;
    height: 17px;
    border: 2px solid #000 !important;
    border-radius: 50% !important;
}
.owl-dots button.owl-dot span {
    background-color: transparent !important;
}
.owl-dots > button.active {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}
span.service_btn {
    display: block;
    position: absolute;
    padding: 26px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.simplex_right .elementor-swiper-button {
    width: 46.54px;
    height: 46.54px;
    border-radius: 50%;
    border: 1px solid var(--red);
    justify-content: center !important;
    align-items: center;
    transform: unset !important;
    margin-left: auto !important;
    margin-top: 10px;
    position: absolute !important;
    bottom: -80px !important;
    right: 36px !important;
    top: unset !important;
    background-color: var(--white);
    transition: all 0.4s;
}
.simplex_right .elementor-swiper-button svg{
    transition: all 0.4s;
}
.simplex_right .elementor-swiper-button:hover{
    background-color: var(--red);
}
.simplex_right .elementor-swiper-button:hover svg{
    filter:brightness(0) invert(1);
}
.simplex_right .elementor-swiper-button:nth-last-child(3) {
    right: 96px !important;
}
a.service_box {box-shadow: 0 0 2px 0px rgba(0,0,0,.02);margin: 8px 0px !important;transition: all 0.3s;}

a.service_box:hover {
   box-shadow: 0px 0px 6px 1px rgb(255 112 119 / 10%);
}
a.service_box span.service_btn svg,a.service_box span.service_btn svg * {
    transition: all 0.3s;
}
a.service_box:hover span.service_btn svg {
    fill: var(--red);
}
a.service_box:hover span.service_btn svg path {
    filter: brightness(0) invert(1);
}
.img_slider .elementor-swiper-button svg {
    width: 17px !important;
    height: 17px !important;
}
.img_slider img{
  height: 511px !important;
  display: block !important;
  width: 100% !important;
  object-fit: cover;
  padding:0px 0px;
}
.img_slider .elementor-image-carousel-wrapper{
    border-radius: 20px;
    border: 12px solid var(--white) !important;
    box-shadow: 0px 0px 6px 1px rgb(255 112 119 / 10%);
}
.img_slider{
  border-radius: 20px;
}
.blog_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}
.blog_box {
    display: block;
    background-color: #FFFFFF99;
    padding: 24px;
    border-radius: 20px;
}
.blog_grid .blog_box:nth-child(1){
  grid-row: span 2;
}
.blog_box .blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s;
    display: block;
}
.blog_box .blog_img{
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 28px;
  display: block;
  height: 235px;
}
.blog_grid .blog_box:nth-child(1) .blog_img{
    height: 419px;
}
.blog_box:hover .blog_img img{
    transform: scale(1.05);
}
.blog_grid .blog_box,.business_box,.service_boxes,.whitepapar_grid,..career_grid a,.single_career_right,.career_form_int_grid > div,.gallry_box{
    transition: all 0.4s;
    box-shadow: 0px 0px 6px 1px rgb(255 112 119 / 0%);
}
.blog_grid .blog_box:hover,.business_box:hover,.service_boxes:hover,.whitepapar_grid:hover,.career_grid a:hover,.single_career_right:hover,.career_form_int_grid > div:hover,.gallry_box:hover{
    box-shadow: 0px 0px 6px 1px rgb(255 112 119 / 10%);
}
.blog_grid .blog_box:nth-child(1) ~ a .blog_img{
    height: 196px;
    order: 2;
    margin: 0px;
    margin-top: 22px;
}
.blog_details span.post_category {
    background-color: #FFE5E6;
    padding: 8px 32px;
    border-radius: 20px;
    color: var(--red);
    font-size: 18px;
}
.blog_grid .blog_box:nth-child(1) ~ a span.post_category{
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog_details h3 {
    margin: 28px 0px 0px 0px;
    font-size: 32px;
    color: var(--black1);
    line-height: 36px;
}
.blog_details p {
    margin: 16px 0px 20px;
    color: var(--text);
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_grid .blog_box:nth-child(1) ~ a .blog_details p{
  /* display: none; */
}
.blog_grid .blog_box:nth-child(1) ~ a h3,.blog_grid1 .blog_box h3{
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
}
.blog_grid1 .blog_box h3,.blog_grid1 .blog_box p{
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
}
.blog_author {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.blog_bottom {
    display: flex;
    flex-flow: wrap;
    grid-gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.blog_author .author_left img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.author_right h4 {
    font-size: 16px;
    margin: 0px;
    color: var(--black);
    font-weight: 500;
}
.author_right p {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #A2A2A2;
}
.blog_btn {
    padding: 8px 22px;
    background-color: #F5F5F5;
    border-radius: 30px;
    color: #616161;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.blog_box:hover .blog_btn{
    background-color:var(--red);
    color:var(--white);
}
.blog_box:hover .blog_btn svg{
  filter: brightness(0) invert(1);
}
.blog_grid .blog_box:nth-child(1) ~ a {
    display: grid;
    grid-template-columns: auto 221px;
    grid-gap: 16px 28px;
    align-items: unset;
    padding-top: 65px;
    position: relative;
}
.blog_grid .blog_box:nth-child(1) ~ a .blog_details {
    order: 1;
    margin-top: 22px;
}
.blog_grid .blog_box:nth-child(1) ~ a .blog_bottom {
    order: 3;
    grid-column: span 2;
}
.text_link a{
    color:var(--text) !important;
}
nav.breadcrumbs {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-flow: wrap;
    width: 100%;
    max-width: 100%;
}
nav.breadcrumbs * {
    font-size: 20px;
    color: var(--blue);
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
nav.breadcrumbs span + span {opacity: 0.47;}
.text_list ul{
    display: grid;
    grid-gap: 15px;
}
.service_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 65px;
    margin-top: 47px;
}
.service_grid > a h3 {
    color: var(--blue);
}
.service_short .service_inner {
    display: grid;
    grid-gap: 85px;
}
.service_int h2 {
    text-align: center;
    color: var(--black1);
    font-size: 48px;
    font-family: 'Avenir';
    line-height: 60px;
    margin: 0px 0px;
}
.img_overly {
    filter: blur(12px);
}
div[data-elementor-type="wp-page"],div[data-elementor-type="wp-post"] {
    overflow: hidden !important;
}
.single_service_list_box {
    padding: 24px;
    background-color: var(--white);
    border-radius: 20px;
    margin-top: 26px;
    min-height: 146px;
}
.single_service_list_box h3 {
    margin: 0px;
    background-color: #FFE5E6;
    max-width: fit-content;
    padding: 8px 26px;
    border-radius: 30px;
    color: var(--red);
    font-size: 18px;
    line-height: initial;
    text-align: center;
    min-width: 113px;
}
ul.single_list_link {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 16px;
    display: grid;
    grid-gap: 8px;
}
ul.single_list_link li a {
    display: block;
    color: var(--bluedark);
}
.copy_text a{
    color: var(--white) !important;
}
.location_box a.elementor-icon {
    position: relative;
    top: 7px;
}
/*-------------------------------------------------------------- 
# Case Studies css 
--------------------------------------------------------------*/
ul.case_studies_tab {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    grid-gap: 9px;
    flex-flow: wrap;
    padding-bottom: 80px;
}
ul.case_studies_tab li {
    color: var(--bluedark);
    border: 1px solid var(--bluedark);
    border-radius: 30px;
    background-color: var(--white);
    font-size: 18px;
    min-height: 38px;
    padding: 4px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    cursor: pointer;
}
ul.case_studies_tab li.active{
    background-color:var(--bluedark);
    color:var(--white);
}
.details_grid {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: auto 480px;
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
}
.details_left h2 {
    margin: 0px 0px 20px;
    font-size: 36px;
}
.details_left h2 a{
    color: var(--black1);
}
.details_left  img {
    height: 280px !important;
    object-fit: cover !important;
    display: block;
    border-radius: 20px !important;
    margin: 10px 0px 0px;
}
.post_head h4 ,.technology_head h4{
    margin: 0px;
    color: var(--blue);
    font-size: 18px;
}
.post_head {
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 15px;
}
.post_head p {
    font-size: 18px;
    margin: 0px;
    color: var(--black);
}
.post_content {
    display: grid;
    grid-gap: 8px;
}
.case_studies_details {
    display: grid;
    grid-gap: 120px;
}
.details_right {
    display: grid;
    grid-gap: 50px;
    height: fit-content;
    padding-top: 160px;
    z-index: 2;
}
.details_right .post_head {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
}
.technology_head ul {
    margin: 24px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    grid-gap: 15px;
    flex-flow: wrap;
}
.technology_head ul li{
     background-color: #E8F6FF;
     font-size: 18px;
     color: var(--black1);
     padding: 7px 24px;
     border-radius: 30px;
     display: flex;
     align-items: center;
     grid-gap: 10px;
}
.technology_head ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: var(--red);
    display: block;
    border-radius: 50%;
}
.details_overlay_img {
    position: absolute;
    right: 215px;
    top: 0px;
}
.details_left {
    z-index: 2;
    padding-top: 20px;
}
.white_shap {
    position: absolute;
    bottom: -146px;
    right: 370px;
    z-index: 2;
}
/*-------------------------------------------------------------- 
# Career Page 
--------------------------------------------------------------*/
.career_grid a {
    display: block;
    background-color: #FFFFFF8C;
    padding: 48px;
    border-radius: 20px;
}
.career_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 36px;
}
.career_grid a h3 {
    margin: 0px 0px 10px;
    color: var(--blue2);
    font-size: 28px;
    line-height: normal;
    letter-spacing: -0.5px;
}
.career_grid a p {
    margin: 0px;
    color: var(--text);
    font-size: 18px;
    line-height: 25px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    letter-spacing: -0.1px;
}
ul.career_list {
    padding: 0px;
    list-style: none;
    margin: 18px 0px 0px 0px;
    display: grid;
    grid-gap: 6px;
}
ul.career_list li {
    display: flex;
    flex-flow: wrap;
    grid-gap: 8px;
    align-items: center;
}
ul.career_list li span {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
ul.career_list li * {
    font-size: 18px;
    color: var(--text);
}
ul.work_list {
    padding: 0px;
    margin: 22px 0px 0px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    grid-gap: 6px;
}
ul.work_list li {
    background-color: #E8F6FF;
    color: #6B9CC2;
    font-size: 18px;
    padding: 8px 24px;
    border-radius: 30px;
}
ul.career_list li svg {
    width: 20px;
}
.service_list ul {
    display: grid;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    grid-gap: 8px;
}
.career_overlay{
    filter: blur(12px);
}
.career_form .career_form_box p {
    margin: 0px;
}
.career_form .career_form_box br {
    display: none;
}
.career_form .career_form_box input,.career_form .career_form_box textarea {
    border: 1px solid #1F98D3;
    min-height: 46px;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Avenir';
    width: 100%;
    padding: 10px;
    background-color: transparent;
    outline: unset !important;
}
.career_form .career_form_box label {
    color: #373F41;
    font-size: 16px;
    font-family: 'Avenir';
    font-weight: 400;
    margin-bottom: 16px;
}
.career_form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px 38px;
}
.career_form_box {
    width: 100%;
}
.career_form > div:nth-last-child(1),.career_form > div:nth-last-child(2){
    grid-column: span 2;
}
.career_form > div:nth-last-child(1) {
    max-width: fit-content;
    position: relative;
}
.career_form > div input[type="submit"] {
    border: unset !important;
    background-color: var(--red);
    border-radius: 30px;
    color: var(--white) !important;
    font-size: 18px;
    min-width: 173px;
    width: 100%;
    transition: all 0.4s;
}
.career_form > div input[type="submit"]:hover{
    background-color: var(--black1);
}
.career_form > div:nth-last-child(1) span.wpcf7-spinner {
    position: absolute;
    right: -73px;
    top: 12px;
}
.career_form .career_form_box textarea {
    height: 136px;
    resize: none;
}
.carrer_short nav.breadcrumbs::after,.whitepapar_short nav.breadcrumbs::after,.service_short nav.breadcrumbs::after{
    content: "Careers";
    font-size: 20px;
    color: var(--blue);
    font-family: 'Avenir';
    opacity: 0.47;
}
.whitepapar_short nav.breadcrumbs::after{
    content: "Whitepapers";
}
.service_short nav.breadcrumbs::after{
    content: "Services";
}
.carrer_short nav.breadcrumbs > a::after ,.whitepapar_short nav.breadcrumbs > a::after,.service_short nav.breadcrumbs > a::after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/bradcrump_arrow.svg);
}
.carrer_short nav.breadcrumbs a, .whitepapar_short nav.breadcrumb a, .service_short nav.breadcrumbs > a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
/*-------------------------------------------------------------- 
# Blog Page 
--------------------------------------------------------------*/
.blog_detials {
    display: none;
}
.blog_detials.active {
    display: block;
}
ul.categories_list {
    padding: 0px;
    margin: 0px 0px 80px 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    grid-gap: 10px;
    z-index: 2;
    position: relative;
}
ul.categories_list > li {
    border: 1.5px solid var(--blue2);
    padding: 6px 20px;
    border-radius: 30px;
    color: var(--blue2);
    font-family: 'Avenir';
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s;
    cursor: pointer;
    background-color: var(--white);
}
ul.categories_list > li.active {
    background-color: var(--blue2);
    color: var(--white);
}
/*-------------------------------------------------------------- 
# Team Page 
--------------------------------------------------------------*/
.team_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 32px;
}

.team_grid .team_box {
    background-color: #FFFFFFB8;
    border-radius: 20px;
    padding: 16px;
    cursor:pointer;
    transition: all 0.4s;
}
.team_grid .team_box:hover{
    box-shadow: 0px 0px 6px 1px rgb(255 112 119 / 10%);
}
.team_grid .team_box .team_img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 316px;
    border-radius: 16px;
}
.team_grid .team_box .team_img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    transition: all 0.4s;
    transform: scale(1);
}
.team_grid .team_box:hover .team_img img{
    transform: scale(1.075);
}
.team_bottom {
    padding-top: 24px;
    padding-bottom: 8px;
}
.team_bottom h3 {
    color: var(--blue2);
    font-size: 22px;
    margin: 0px 0px 4px 0px;
}
.team_bottom * {
    font-family: 'Avenir';
}
.team_bottom span.team_degination {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
}
.team_bottom p {
    color: var(--text);
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    font-weight: 400;
}
ul.team_social {
    padding: 0px;
    margin: 16px 0px 0px 0px;
    list-style: none;
    display: flex;
    grid-gap: 15px;
}
ul.team_social a {
    display: inline-block;
    font-size: 16px;
    color: var(--text);
    line-height: 16px;
}
.team_modal {
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    background-color: var(--white);
    padding: 20px;
    border-radius: 20px;
}
.modal_overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.team_modal span.cross_btn {
    display: block;
    margin-left: auto;
    max-width: fit-content;
    cursor: pointer;
}
.team_modal .team_modal_grid {
    display: grid;
    grid-template-columns: 32% auto;
    grid-gap: 26px;
}
.team_modal .team_modal_grid .team_img img {
    height: 260px;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
}
.team_right h3 {
    color: var(--blue2);
    font-size: 24px;
    margin: 0px 0px 4px;
}
.team_right * {
    font-family: 'Avenir';
}
.team_right h4 {
    color: var(--text);
    font-size: 16px;
}
.team_right p {
    font-size: 16px;
    color: var(--text);
    font-weight: 400;
}
.single_career_right {
    position: sticky !important;
    top: 120px;
    height: fit-content;
}
.single-career div[data-elementor-type="wp-post"] {
    overflow: unset !important;
}
.blog_grid1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 30px;
}
.blog_grid1 span.post_category {
    display: inline-block;
    margin-bottom: 20px;
}
/*-------------------------------------------------------------- 
# Whitepapar page 
--------------------------------------------------------------*/
.whitepapar_grid {
    display: grid;
    grid-template-columns: 62% 450px;
    justify-content: space-between;
    align-items: unset;
    grid-gap: 24px;
    background-color: #FFFFFF9E;
    padding: 32px 42px;
    border-radius: 20px;
}
.whitepapar_grid a.whitepapar_left {
    display: grid;
    grid-template-columns: 191px auto;
    grid-gap: 40px;
    align-items: center;
}
.whitepapar_grid a.whitepapar_left .whitepapar_img {
    overflow: hidden;
    display: block;
    height: 152px;
    border-radius: 6px;
}
.whitepapar_grid a.whitepapar_left .whitepapar_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    transform: scale(1);
}
.whitepapar_grid a.whitepapar_left:hover .whitepapar_img img {
    transform: scale(1.075);
}
.whitepapar_content p {
    margin: 0px;
    font-size: 18px;
    color: var(--text);
    font-weight: 400;
}
.whitepapar_grid * {
    font-family: 'Avenir';
}
.whitepapar_content h3 {
    margin: 0px 0px 12px;
    font-size: 30px;
    color: var(--blue2);
    text-transform: capitalize;
}
.whitepapar_right h4 {
    margin: 0px 0px 24px 0px;
    color: var(--blue2);
    font-size: 22px;
}
.whitepapar_right ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    grid-gap: 14px;
    flex-flow: wrap;
}
.whitepapar_right ul li a {
    display: block;
    color: #6B9CC2;
    background-color: #E8F6FF;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 18px;
}
.whitepapar_details_wrap {
    z-index: 2;
    position: relative;
}
.whitepapar_details_wrap {
    display: grid;
    grid-gap: 24px;
}
div[data-elementor-type="archive"] {
    overflow: hidden !important;
}
.whitespace_hed {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    grid-gap: 15px;
}
.whitespace_hed a.head_category,.realted_box > a {
    background-color: #FFE5E6;
    font-size: 18px;
    color: var(--red) !important;
    padding: 7px 24px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    max-width: fit-content;
}
.realted_box .related_list{
    display: grid;
    grid-gap: 24px;
    margin-top: 24px;
}
span.wp_date {
    color: var(--text);
    font-size: 18px;
}
.realted_box .related_list a {
    display: inline-block;
    color: #034170;
    font-size: 18px;
}
.autho_flex {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    font-size: 18px;
    color: var(--text);
}
.autho_flex img {
    width: 40px;
    height: 40px !important;
    display: block;
    object-fit: cover;
    border-radius: 50% !important;
}
.realted_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    margin-top: 40px;
    padding-bottom: 120px;
}
.realted_grid > a {
    display: grid;
    grid-template-columns: 191px auto;
    justify-content: space-between;
    align-items: unset;
    grid-gap: 24px;
    background-color: #FFFFFF9E;
    padding: 32px 24px;
    border-radius: 12px;
}
.realted_grid > a  .whitepapar_img{
    overflow: hidden;
    display: block;
    height: 152px;
    border-radius: 6px;
}
.realted_grid > a  .whitepapar_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    transform: scale(1);
}
.realted_grid > a:hover .whitepapar_img img {
    transform: scale(1.075);
}
.realted_grid > a h3 {
    margin: 0px 0px 12px;
    font-size: 30px;
    color: var(--blue2);
    text-transform: capitalize;
}
.realted_grid > a p {
    margin: 0px;
    font-size: 18px;
    color: var(--text);
    font-weight: 400;
}
.gallery_tab_sec img{
    height: 300px !important;
}
.gallery_tab_sec .elementor-wrapper,.gallery_tab_sec .elementor-wrapper *{
    height: calc(300px - 20px) !important;
    width: 100%;
    object-fit: cover;
}
.location_box span.elementor-icon {
    position: relative;
    top: 7px;
}
.single_box ul {
    margin-bottom: 16px !important;
}
.post_categories_wrap {
    background-color: #FFFFFF8F;
    padding: 32px;
    border-radius: 20px;
}

.post_categories_wrap .post_categories_title h3 {
    margin: 0px 0px 24px;
    color: #004C91;
    font-size: 26px;
}
.post_categories_wrap * {
    font-family: 'Avenir';
}
.post_categories_wrap .post_categories {
    display: flex;
    flex-flow: wrap;
    grid-gap: 6px;
    list-style: none;
}
.post_categories_wrap .post_categories a {
    background-color: #E8F6FF;
    display: flex;
    align-items: center;
    color: #6B9CC2;
    padding: 5px 15px;
    border-radius: 30px;
}
.post_content * {
    font-family: 'Avenir';
}
.post_content p,.post_content li,.post_content a {
    font-size: 16px;
    color: var(--text);
}
.post_content ul,.post_content ol {padding: 0px 0px 16px 20px;display: grid;grid-gap: 6px;}
.filter_overlay{
    filter: blur(12px);
}
div[data-elementor-type="single-post"] {
    overflow: hidden !important;
}
.post_content blockquote {
    margin: 0px;
}
a.elementor-button span {
    position: relative;
    top: -2px;
}
.focus_grid > div > div:nth-child(2),.focus_grid > div {
    height: 100% !important;
}
.privacy_box  a {
    color: var(--red);
}
.privacy_box ul,.privacy_box ol {
    padding: 0px 0px 0px 20px;
    margin: 0px;
    display: grid;
    grid-gap: 6px;
}
.header_menuinn .current_page_item a {
    color: #034170 !important;
}
.delivering_img a .e-gallery-image {
    background-size: 215px;
    background-repeat: no-repeat;
}
.single-post main#primary {
    width: 100% !important;
    max-width: 100%;
}
.text_link a,.post_content a,.gallery_tab_sec a  {
    color: var(--red) !important;
}
.post_content a,.gallery_tab_sec a {
    color: var(--red);
}
.gallery_tab_sec p {
    font-size: 22px !important;
}
.gallery_tab_sec .e-con-inner {
    max-width: 1280px !important;
}
.simplex_contentimg::before {
    filter: blur(4px) !important;
}
.header_menuinn ul > li.current-menu-item > a{
    color:var(--red) !important;
}
.filter_img {
    filter: blur(100px);
}
.animtion_effect::after,body::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #1F98D3, #fff,rgb(255 103 109 / 0.5), #fff);
     background-size: 400% 400%;
   animation: gradient 15s ease infinite;
    background-position: 50% 0%;
    border-radius: 50%;
    z-index: 0;
    position: fixed;
    left: 0;
    bottom: 0px;
    opacity:0.2;
    filter: blur(100px);
}
/* .animtion_effect::before {
    content: "" !important;
    display: block !important;
    width: 473px !important;
    height: 473px !important;
    background-image: radial-gradient(circle, rgb(255 103 109 / 50%), #fff,#ABDFFF, #fff) !important;
    background-size: 400% 400% !important;
   animation: gradient 10s ease infinite !important;
    border-radius: 50% !important;
    z-index: 0 !important;
    position: absolute !important;
    left: 15% !important;
    bottom: 0px !important;
    filter: blur(100px) !important;
    top: unset !important;
} */

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.related_posts_wrapper h2,.related_whitepapers_wrapper h2 {
    margin: 0px;
    font-family: "Avenir", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.3px;
    color: #034170;
}
.service_grids li.elementor-icon-list-item span.elementor-icon-list-text {
    position: relative;
    top: 2px;
}
.delivering_img  .gallery {
    display: grid;
    margin: 0px !important;
    padding: 0px !important;
    grid-template-columns: repeat(3,1fr) !important;
}
.delivering_img .gallery figure {
    width: 100% !important;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px !important;
}
.delivering_img .gallery figure img{
    height:60px;
    object-fit:contain;
}
.delivering_img *{
    width: 100% !important;
    max-width: 100% !important;
}
.delivering_img .gallery figure:nth-child(9) ~ figure{
    display: none !important;
}
.delivering_img figure:nth-child(odd){
    background-color: #CBEBFD57 !important;
}
.privacy_box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #034170;
}
.privacy_box h4 ~ h4{
      margin-top: 30px;
}
.privacy_box ul{
    padding-bottom:15px;
}
ul.career_list li i {
    color: var(--red);
    font-size: 18px;
}
.case_studies_inner {
    position: relative;
    z-index: 2;
}
.post_description p {
    margin-bottom: 5px;
    color: var(--text);
}
.post_description ul {
    padding-left: 20px;
    margin: 15px 0px 10px 0px;
    display: grid;
    grid-gap: 5px;
    color: var(--text);
}
a.read_more {
    background-color: var(--red);
    font-family: "Avenir", Sans-serif;
    font-weight: 500;
    color: var(--white) !important;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 24px;
    max-width: fit-content;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 16px;
    margin-top: 16px;
}
a.read_more:hover{
    background-color: var(--black);
}
a.read_more svg {
    width: 16px;
}
body.elementor-editor-active::after{
	display:none !important;
}
.case_single ul {
    padding: 0px 0px 0px 20px;
    display: grid;
    grid-gap: 5px;
    margin: 0px;
}
.case_single ul ul {margin: 10px 0px 12px 0px;}
.post_head.pill_head {
    background-color: #FFE5E6;
    padding: 8px 32px;
    border-radius: 20px;
    font-size: 18px;
    max-width: fit-content;
    display: inline-block;
}
.post_head.pill_head p {
    color: var(--red);
}
.blog_overlayimg img {
    opacity: 0.3;
}
ul.single_list_link li a {
    border-bottom: 1px solid rgb(3 65 112 / 20%);
    padding-bottom: 12px;
}
.case_right_details .post_head.pill_head p {
    font-size: 15px;
}
.case_right_details .post_head.pill_head {
    padding: 7px 24px;
}
.pr_gallery img.swiper-slide-image {
    height: 300px;
    object-fit: unset;
    width: 100%;
    object-position: top;
}
.post_content h2,.post_content h2 strong{
    font-family: "Avenir", Sans-serif;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    letter-spacing: -0.3px !important;
    color:var(--black);
}
.post_content h3 strong,.post_content h3{
    font-size: 22px;
     color: var(--black);
    font-weight: 400;
}
.career_form_box label > span {
    color: var(--red);
}
.whitepaper-template nav.breadcrumbs a:nth-child(3)::before {
    content: "Whitepapers";
    font-size: 18px;
}
.whitepaper-template nav.breadcrumbs a:nth-child(3) {
    font-size: 0px;
}
nav.breadcrumbs{
    z-index: 2;
    position:relative;
}
ul.categories_list > li[data-list="86"] {
    display: none;
}
.hero_content a {
    color: var(--text);
}
.sub-menu {
	padding:0px 10px !important;
}
.sub-menu li a {
    border-bottom: 1px solid rgba(31,152,211,0.2);
}
.sub-menu li:last-child a {
    border-bottom: unset;
}
.footer_over_box .carbonbadge {
    max-width: 407px;
    padding: 10px;
    background-color: #1115304D;
    width: 100%;
}
.footer_over_box .carbonbadge span#wcb_g {
    color: var(--black);
}
.footer_over_box .carbonbadge a#wcb_a,.footer_over_box .carbonbadge span#wcb_g{
    width: 50%;
    max-width: 100%;
    height: 42px;
    border: unset !important;
    font-family: "Avenir", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.footer_over_box .carbonbadge a#wcb_a{
     background-color: #004C916B !important;
}
.footer_over_box span#wcb_2 {
    display: block !important;
    text-align: left !important;
    width: 100%;
    justify-content: left !important;
    font-family: "Avenir", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color:var(--white);
}
/*-------------------------------------------------------------- 
# Responsive css 
--------------------------------------------------------------*/
@media(min-width: 1025px) and (max-width: 1680px){
  .sustainability_inner {
      padding: 60px !important;
    }
    .sustainability_inner .sustainability_right {
        width: 55%;
    }
    .sustainability_inner .sustainability_right * {
        font-size: 24px;
        line-height: inherit;
    }
    .sustainability_inner .sustainability_left h2 {
        font-size: 55px !important;
        line-height: initial !important;
    }
    .counter_grid {
      width: 92% !important;
  }
  .focus_box h2{
    font-size: 32px !important;
  }
  .business_box h3{
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .business_box .elementor-widget-container {
        font-size: 16px !important;
        line-height: normal !important;
    }
    .business_box {
        min-height: 576px !important;
        padding: 45px 30px !important;
    }
    .vision_sec .elementor-widget-container {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .line_about_img.line_about_img2 {
        transform: scale(1.2);
        left: 66% !important;
        top: -15% !important;
    }
    .wp-singular .line_about_img.line_about_img2 {
        top: -2% !important;
    }
}
@media(min-width: 1800px){
    .line_about_img2{
        display: none;
    }
    .gallery_tab_sec img{
        height: 360px !important;
    }
    .gallery_tab_sec .elementor-wrapper,.gallery_tab_sec .elementor-wrapper *{
        height: calc(360px - 20px) !important;
    }
    .single-service .about_right {
        padding-right: 5% !important;
    }
    .advisory_inner .simplex_contentimg{
        width:40% !important;
    }
}
@media(max-width: 1800px){
    .about_grid .about_right {
        padding-left: 2% !important;
    }
     .line_about_img1{
        display: none;
    }
     .line_about_img2{
        display: block;
    }
}
@media(max-width: 1680px){
    .hero_item h1 {
      font-size: 72px;
      line-height: normal;
      max-width: 716px;
  }
  .e-con {
      --container-max-width: 95% !important;
  }
  .service_content h3 {
      font-size: 28px;
  }
   .about_bannersec{
        min-height: 540px !important;
    }
    ul.categories_list {
        margin-top: 80px;
    }
    .team_grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 24px;
    }
    .team_grid .team_box .team_img {
        height: 255px;
    }
    .team_bottom h3 {
        font-size: 20px;
    }
    .whitepapar_grid {
        grid-template-columns: 72% 25%;
        padding: 26px 26px;
    }
    .whitepapar_content h3 {
        font-size: 26px;
    }
    .whitepapar_content p {
        font-size: 16px;
    }
    .whitepapar_right h4 {
        margin: 0px 0px 20px 0px;
        font-size: 20px;
    }
    .whitepapar_right ul li a {
        font-size: 16px;
    }
    .focus_grid > div > div:nth-child(2), .focus_grid > div {
        min-height: unset !important;
    }
}
@media(max-width: 1500px){
  div[data-elementor-type="header"] .e-con.e-flex>.e-con-inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
  .about_grid .about_left {
        width: 55% !important;
    }
    .about_grid .about_right {
        padding-left: 5% !important;
    }
.hero_item h1 {
        font-size: 70px;
        line-height: 70px;
        max-width: 642px;
    }
     .details_grid {
        grid-template-columns: auto 395px;
    }
    .details_overlay_img {
        right: 124px;
        top: 50px;
    }
    .white_shap {
        right: 298px;
    }
    .details_left h2 {
        font-size: 32px;
    }
    .case_studies_inner {
        padding-top: 80px;
    }
    ul.case_studies_tab {
        padding-bottom: 60px;
    }
    .case_studies_details {
        grid-gap: 80px;
    }
    .career_grid a {
        padding: 30px 24px;
    }
    .career_grid {
        grid-gap: 30px;
    }
    ul.work_list li {
        padding: 8px 20px;
    }
    .related_posts_wrapper h2,.related_whitepapers_wrapper h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
@media(max-width: 1480px){
     .about_grid .about_right {
        padding-left: 7% !important;
        padding-top: 6%;
    }
    .about_bannersec{
        min-height: 480px !important;
    }
    .page-id-14163 .about_bannersec  .e-con-inner {
        padding-bottom: 0px !important;
    }
    .realted_grid {
        padding-bottom: 100px;
    }
    .technology_stack {
        max-width: 425px;
        width:100%;
    }
}
@media(max-width: 1280px){
	.sub-menu {
		min-width: 136px !important;
		padding-right: 0px !important;
	}
  .e-con {
      --container-max-width:100% !important;
  }
  .service_content h3 {
        font-size: 24px;
    }
    .blog_grid .blog_box:nth-child(1){
      grid-column: span 2;
    }
    .blog_details span.post_category {
      padding: 5px 25px;
      font-size: 16px;
  }
  .blog_grid .blog_box:nth-child(1) ~ a h3,.blog_grid1 .blog_box h3 {
      font-size: 20px;
      line-height: 26px;
  }
  .blog_grid .blog_box:nth-child(1) ~ a {
      grid-template-columns: auto 35%;
      grid-gap: 20px;
      padding-top: 40px;
  }
    .blog_grid .blog_box:nth-child(1) ~ a .blog_img {
      height: 150px;
      margin-top: 20px;
  }
  .blog_grid .blog_box:nth-child(1) ~ a .blog_details {
      margin-top: 30px;
  }
   .service_grid {
    grid-gap: 40px;
        margin-top: 40px;
    }
    .service_int h2 {
        font-size: 42px;
        line-height:50px;
    }
     .details_grid {
        grid-template-columns: auto 342px;
        grid-gap: 70px;
    }
    .details_right {
        grid-gap: 32px;
    }
    .technology_head ul li {
        font-size: 16px;
        padding: 6px 20px;
        grid-gap: 8px;
    }
    .technology_head ul {
        margin: 20px 0px 0px 0px;
        grid-gap: 12px;
    }
    .post_head {
        /* grid-template-columns: 110px auto; */
    }
    .post_head h4, .technology_head h4{
         font-size: 18px;
    }
    .post_head p{
        font-size: 16px;
    }
        .details_left h2 {
        font-size: 28px;
    }
    .details_overlay_img {
        right: 58px;
        top: 38px;
    }
    .white_shap {
        right: 232px;
    }
    .career_grid a h3 {
        font-size: 24px;
    }
    .career_grid a p {
        font-size: 16px;
        line-height: 24px;
    }
    ul.career_list li *,ul.work_list li {
        font-size: 16px;
    }
    ul.career_list li svg {
        width: 18px;
        height: 18px;
    }
     ul.work_list li {
        padding: 6px 20px;
    }
    .career_grid {
        grid-gap: 20px;
    }
    .gallery_tab_sec img{
        height: 250px !important;
    }
    .gallery_tab_sec .elementor-wrapper,.gallery_tab_sec .elementor-wrapper *{
        height: calc(250px - 20px) !important;
    }
    .gallery_tab_sec p {
        font-size: 20px !important;
    }
      .realted_grid {
        padding-bottom: 80px;
    }
}
@media(max-width: 1280px) and (min-width: 1025px){
        .wp-singular .line_about_img.line_about_img2 {
        top: -2% !important;
        left: 65% !important;
    }
}
@media(max-width: 1024px){
      .hero_item h1 {
        font-size: 55px;
        line-height: 62px;
        max-width: 502px;
    }
    .img_slider img {
      height: 411px !important;
  }
   .service_grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        margin-top: 30px;
    }
     .service_int h2 {
        font-size: 38px;
        line-height:45px;
    }
    .service_short .service_inner {
        grid-gap: 65px;
    }
     .about_bannersec{
        min-height: 450px !important;
    }
    .line_about_img {
        top: -80px !important;
        left: 55% !important;
    }
      .wp-singular .line_about_img.line_about_img2 {
        top: -3% !important;
        left: 55% !important;
    }
    .case_studies_details {
        grid-gap: 60px;
    }
    .team_grid {
        grid-template-columns: repeat(3, 1fr);
    }
     .realted_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 24px;
    }
    .realted_grid > a h3 {
        font-size: 26px;
    }
    .whitespace_hed a.head_category, .realted_box > a {
        font-size: 16px;
        padding: 5px 20px;
    }
    .autho_flex {
        font-size: 16px;
    }
    span.wp_date {
        font-size: 16px;
    }
    .blog_grid1 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }
    .blog_details p {
        margin: 12px 0px 30px;
        font-size: 18px;
    }
    .about_grid .about_right {
        padding-left: 8% !important;
        padding-top: 12% !important;
    }
     .focus_grid > div > div:nth-child(2), .focus_grid > div {
        min-height: 550px !important;
    }
    .focus_box {
        flex-flow: wrap !important;
    }
    .related_posts_wrapper h2,.related_whitepapers_wrapper h2 {
        font-size: 28px;
        line-height: 36px;
    }
	.details_left img {
		height: 250px !important;
	}
}
@media(max-width: 991px){
        .single_sgrid .about_left,.single_sgrid .about_right {
        width: 100% !important;
    }
    .single_sgrid .about_right{
        padding: 0px !important;
    }
    ul.categories_list {
        margin: 0px 0px 60px 0px;
    }
    .team_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog_grid1 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
        margin-top: 30px;
    }
    .whitepapar_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .whitepapar_grid a.whitepapar_left {
        grid-gap: 26px;
    }
    .gallery_tab_sec p {
        font-size: 18px !important;
    }
      .realted_grid {
        padding-bottom: 80px;
    }
    .delivering_img .gallery figure {
        min-height: 150px;
        padding: 15px !important;
    }
	.details_left img {
		height: 240px !important;
	}
}
@media(max-width: 800px){
     .hero_item p{
         position: unset;
         transform: unset;
    }
     .hero_item {
         height: 350px !important;
    }
     .hero_item h1 {
         font-size: 42px;
         line-height: 52px;
         letter-spacing: -2px;
         padding-right: 50px;
    }
     .blog_grid {
         grid-template-columns: repeat(1, 1fr);
         grid-gap: 30px;
    }
     .blog_grid .blog_box:nth-child(1) {
         grid-column: span 1;
    }
     .blog_grid .blog_box:nth-child(1) .blog_img {
         height: 319px;
    }
     .blog_box {
         padding: 15px;
    }
     .blog_details h3 {
         margin: 20px 0px 0px 0px;
         font-size: 28px;
         line-height: 32px;
    }
     .blog_grid .blog_box:nth-child(1) ~ a .blog_bottom {
         grid-column: span 1;
    }
     .blog_grid .blog_box:nth-child(1) ~ a .blog_img {
         order: 1;
         margin-top: 6px;
    }
     .blog_grid .blog_box:nth-child(1) ~ a span.post_category {
         position: unset !important;
         display: inline-block;
         margin-bottom: 24px;
    }
     .blog_grid .blog_box:nth-child(1) ~ a .blog_details {
         margin-top: 10px;
    }
     .blog_grid .blog_box:nth-child(1) ~ a {
         grid-template-columns: repeat(1, 1fr);
         padding-top: 15px;
         grid-gap: 10px;
    }
     ul.service_tab {
         margin: 0px auto 40px;
    }
     .img_slider img {
         height: 311px !important;
    }
     .img_slider > div > div{
         width: 100% !important;
    }
     .simplex_right .elementor-swiper-button:nth-last-child(3) {
         right: 50px !important;
    }
     .simplex_right .elementor-swiper-button {
         width: 40px;
         height: 40px;
         bottom: -60px !important;
         right: 0px !important;
    }
     .shap_service {
         transform: scale(4);
         top: 66% !important;
    }
     .service_sec {
         overflow: hidden !important;
    }
     a.service_box {
         min-height: 520px;
    }
     .owl-dots {
         margin: 40px 0px 40px 0px !important;
         grid-gap: 10px;
    }
     .owl-dots button.owl-dot {
         width: 12px;
         height: 12px;
    }
     ul.service_tab > li {
         font-size: 18px;
    }
     ul.service_tab {
         min-height: 50px;
    }
     .blog_overlayimg {
         transform: scale(5);
         top: 5% !important;
    }
     .blog_overlayimg {
         transform: scale(5) rotate(90deg);
         top: 45% !important;
    }
     .blog_sec {
         overflow: hidden !important;
    }
     div[data-elementor-type="header"] .e-con.e-flex>.e-con-inner {
         padding-top: 15px !important;
         padding-bottom: 15px !important;
    }
     .hero_item {
         padding-bottom: 0px;
         height: 100% !important;
         align-items: baseline !important;
    }
     .blog_grid .blog_box:nth-child(1) ~ a h3,.blog_grid1 .blog_box h3,.blog_box h3{
         font-size: 20px;
    }
    .service_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }
     .service_int h2 {
        font-size: 32px;
        line-height:40px;
    }
    .service_short .service_inner {
        grid-gap: 50px;
    }
    .about_left, .about_right {
        width: 48% !important;
    }
    .details_grid {
        grid-template-columns: repeat(1,1fr);
    }
    .white_shap,.details_overlay_img {
        display: none;
    }
    .details_right {
        grid-gap: 0px;
        padding: 20px 0px 0px 0px;
    }
    .details_grid {
        grid-gap: 12px;
    }
    .post_content{
          /* grid-gap: 16px; */
    }
    .post_head, .details_right .post_head ,.technology_head{
        /* display: grid; */
        /* grid-template-columns: 110px auto; */
        /* align-items: baseline; */
    }
    .details_right p,.technology_head ul {
        padding-left: 6px;
    }
    .technology_head ul {
        margin: 0px 0px 0px 6px;
        grid-gap: 10px;
    }
    .details_grid {
        padding-bottom: 0px;
    }
    .career_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    ul.categories_list{
        grid-gap: 8px;
    }
    ul.categories_list > li {
        padding: 5px 18px;
        font-size: 15px;
    }
    .single-career div[data-elementor-type="wp-post"] {
        overflow: hidden !important;
    }
    .whitepapar_grid a.whitepapar_left {
        grid-template-columns: repeat(1, 1fr);
    }
    .whitepapar_content h3 {
        font-size: 24px;
    }
      .realted_grid {
        padding-bottom: 60px;
    }
    .delivering_img .gallery figure {
        min-height: 132px;
        padding: 15px !important;
    }
	    .case_studies_details {
        grid-gap: 40px;
    }
}
 @media(max-width: 767px){
     .blog_details h3 {
         font-size: 24px;
         line-height: 28px;
    }
     .blog_btn {
         padding: 8px 16px;
         grid-gap: 10px;
         font-size: 16px;
    }
     .blog_bottom {
         margin-top: 26px;
    }
     .blog_grid .blog_box:nth-child(1) ~ a .blog_img ,.blog_grid .blog_box:nth-child(1) .blog_img{
         height: 200px;
    }
     .blog_details p{
         display: none;
    }
     .hero_item p {
        margin: 20px 0px 0px 0px;
        font-size: 18px;
    }
   .service_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 16px;
    }
    nav.breadcrumbs * {
        font-size: 18px;
    }
    span.service_btn {
        position: unset;
        padding:32px 0px 0px;
        transform: unset;
    }
   .about_grid .about_left,.about_grid .about_right {
        width: 100% !important;
        padding: 0px !important;
    }
      .about_bannersec{
        min-height: 350px !important;
    }
    .single_service_list_box h3 {
        padding: 8px 22px;
        font-size: 16px;
    }
    .single_service_list_box {
        padding:24px 16px;
        min-height: auto;
    }
    .details_left h2 {
        font-size: 24px;
    }
    ul.case_studies_tab li {
        font-size: 15px;
        min-height: 36px;
        padding: 4px 18px;
    }
    .career_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .career_grid a h3 {
        font-size: 22px;
    }
    .career_form {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .career_form > div:nth-last-child(1),.career_form > div:nth-last-child(2){
        grid-column: span 1;
    }
    .career_form .career_form_box input, .career_form .career_form_box textarea {
        min-height: 40px;
        padding: 8px;
    }
    .team_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .team_modal .team_modal_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .team_modal .team_modal_grid .team_description {
        max-height: 210px;
        overflow: auto;
    }
    .team_modal span.cross_btn {
        margin-top: -10px;
        padding-bottom: 8px;
    }
    .blog_grid1 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 24px;
        margin-top: 24px;
    }
    .whitepapar_grid {
        padding: 24px 16px;
    }
    .realted_grid > a {
        grid-template-columns:repeat(1,1fr);
        grid-gap: 16px;
        padding: 20px 16px;
    }
    .focus_grid > div > div:nth-child(2), .focus_grid > div {
        min-height: unset !important;
        height: unset !important;
    }
    .related_posts_wrapper h2,.related_whitepapers_wrapper h2 {
        font-size: 26px;
        line-height: 32px;
    }
	 .post_content a.read_more {
		display: none;
	}
	 .details_right a.read_more {
		display: flex !important;
	}
	 .service_content {
		padding: 20px 0px 10px;
	}
	 .details_left img {
		height: 220px !important;
	}
	 ul.categories_list {
		flex-flow: unset;
		white-space: nowrap;
		overflow: auto;
		max-width: 100%;
	 }
	 .gallery_tab_sec .e-n-tabs-heading {
		flex-flow: unset;
		white-space: nowrap;
		overflow: auto;
		justify-content: left;
	}
}
@media(max-width: 575px){
    .post_head, .details_right .post_head, .technology_head {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px;
    }
    .details_right p, .technology_head ul {
        padding-left: 0px;
        margin: 0px;
    }
    .team_modal .team_modal_grid .team_img img {
        height: 310px;
    }
    .team_right h3 {
        font-size: 22px;
    }
    .realted_grid > a h3 {
        font-size: 22px;
    }
	   ul.service_tab {
        margin: 0px auto 30px;
    }
	.whitespace_hed {
		display: grid;
		grid-template-columns: auto auto;
	}
	.whitespace_hed a{
		grid-column:span 2;
	}
	.whitepapar_right h4 {
		margin: 0px;
	}
	.whitepapar_right {
		display: flex;
		flex-flow: wrap;
		grid-gap: 20px;
		align-items: center;
	}
	    ul.categories_list {
        margin: 0px 0px 30px 0px;
    }
	.details_left img {
		height: 160px !important;
	}
	    .case_studies_details {
        grid-gap: 30px;
    }
	    .team_grid .team_box .team_img {
        height: 325px;
    }
	.team_modal {
		padding: 20px 15px 20px;
		border-radius: 12px;
	}
	.team_modal span.cross_btn {
        margin-top: 0px;
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: var(--white);
        min-width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
        font-size: 14px;
        padding: 0px;
        align-items: center;
        font-weight: 900;
    }
	    ul.case_studies_tab {
        padding-bottom: 15px;
    }
	.pr_gallery img.swiper-slide-image {
		height: 200px;
	}
	.post_content h2, .post_content h2 strong {
		font-size: 24px !important;
		line-height: 32px !important;
		letter-spacing: -0.2px !important;
	}
	.post_content h3 strong, .post_content h3 {
		font-size: 20px;
	}
}
@media(max-width: 375px){
	.pr_gallery{
		padding-top:20px !important;
	}
    .footer_over_box .carbonbadge a#wcb_a,.footer_over_box .carbonbadge span#wcb_g{
        width:fit-content;
    }
}