/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 7.4.0

*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&display=swap');

/* Base styles */


/* Base styles */
/* body, 
a, 
span, 
p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
li, 
input, 
button {
    font-family: 'Houschka Pro', sans-serif;
} */
ul 
{
	padding-bottom:0px !important;
}
.mobile_menu_bar
{
	margin-right:9px;
}
.mobile_menu_bar::before {
    content: '';
    display: inline-block;
    width: 30px; /* adjust as needed */
    height: 29px;
    background-image: url('../divi-child/assets/images/hamburger-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
  }  

.am-contact-form{
	padding-top:40px;
}
.am-contact-form.form-row p {
	display: flex;
	justify-content: space-between;
	align-items:center;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	font-family: 'Plus Jakarta Sans';
	padding-bottom: 36px;
}
.am-contact-form.form-row .footer-submit-button p{
		padding-bottom:0px;
	}
.form-row input.wpcf7-form-control 
 {
	-webkit-appearance: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #FFFFFF66;
    background-color: transparent;
    color: white;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
	 padding-left:0px;
}
.form-row input.wpcf7-form-control :placeholder{
	color:#b6b6b6;
}
.form-row textarea.wpcf7-form-control 
{
	-webkit-appearance: none;
	vertical-align: middle;
    border: none;
    border-bottom: 1px solid #FFFFFF66;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
	 color: #fff !important; 
    font-family: 'Plus Jakarta Sans' !important;
	  font-size:18px !important;
	font-weight:400;
	padding-top:0px;
}

input[type="text"] {
  -webkit-appearance: none;
}

.form-row input.wpcf7-form-control::placeholder {
	font-size: 16px;
    font-weight: 400;
	color: #B6B6B6;
}
.form-row textarea.wpcf7-form-control::placeholder{
	color:#fff !important;
	font-size:18px;
}
.form-row2 textarea.wpcf7-form-control {
	resize: vertical;
	height: auto;
	padding-left:0;
	height:3rem;
}
.footer-submit-button {
    display: inline-block;
  }
  .form-row2 p, .form-row2 p span
{
	width:100% !important; 
}
  .submit-btn {
    display: flex;
    font-family: 'Houschka Rounded', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    align-items: center;
    color: #3CC194;
    border-width: 1px !important;
    background-color: #00000099;
    padding: 11px 20px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
	  min-width:153px;
    transition: background-color 0.2s ease, color 0.3s ease;
    text-transform: uppercase;
    border-color: #3CC194;
  }

  .submit-btn:hover {
    background-color: #3CC194;
    color: #fff !important;
    border: 1px solid #3CC194;
  }
.submit-btn:hover::after {
	background-image: url(../divi-child/assets/images/btn-arrow-white.svg); 
}
  .submit-btn .svg-icon {
    margin-left: 8px; 
  }
  
  .submit-btn svg {
    fill: white;
  }

  .submit-btn svg:hover {
    fill: rgb(0, 0, 0); 
  }
  
.footer-submit-button br {
    display: none !important; 
}

.form-row2 p label {
	width: 100%;
}

.submit-btn .icon-wrapper img:hover {
    filter: invert(0);
}

.submit-btn .icon-wrapper img {
    filter: invert(1);
}

/* Mobile and Tablet Styles */
@media only screen and (max-width: 1200px){
	.am-contact-form.form-row p,
	.form-row input.wpcf7-form-control{
		font-size:14px;
		line-height:24px;
	}
	.form-row textarea.wpcf7-form-control{
		font-size:14px !important;
	}
}
@media only screen and (max-width: 1040px){
	.footer-section1 .et_pb_column_0_tb_footer{
		width:100%;
		margin-right:0px;
		padding-right:0px;
	}
	.footer-section1 .et_pb_text_1_tb_footer,
	.footer-section1 .et_pb_text_0_tb_footer{
		max-width:100%;
	}
	.footer-section1 .et_pb_column_1_tb_footer{
		width:100%;
	}
}
@media (max-width: 980px) {
	
.am-contact-form{
	padding-top:0px;
}
    .submit-btn {
        font-size: 12px !important;
        font-weight: 600 !important;
        width: 136px;
        box-sizing: border-box;
        display: inline-block !important;
        height: 42px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 8px !important;
		min-width:132px !important;
    }
	.am-contact-form.form-row p {
		font-size: 10px;
	}
	
	.form-row input.wpcf7-form-control, 
	.form-row textarea.wpcf7-form-control {
		font-size: 12px !important;
	}

	.form-row input.wpcf7-form-control::placeholder, 
	.form-row textarea.wpcf7-form-control::placeholder {
		font-size: 12px !important;
	}

	.am-contact-form.form-row p {
		display: flex;
		justify-content: space-between;
		padding-bottom:30px;
	}
	
	.am-contact-form.form-row p span {
		width: 65% !important;
		 display: inline-block;
	}
	.am-contact-form.form-row p span span{
		width: 100% !important;
  		display: inline-block;
	}
	.am-contact-form.form-row p .wpcf7-form-control {
		width: 100%;
		padding-top: 0px;
	}

	.footer-submit-button {
		display: flex;
		justify-content: center;
	}
	
	.footer-submit-button p{
		flex-direction: column;
	}
	.form-row textarea.wpcf7-form-control::placeholder{
		color:#b6b6b6 !important;
	}
}


.et_pb_section_0_tb_header.et_pb_section {
	padding-top:0!important;
}

	.am-contact-form .form-row2 p span {
		width: 100% !important;
	}
.footer-menu-break .et_mobile_nav_menu {
    display: none !important;
}

.footer-menu-break .et_pb_menu__wrap {
    display: block !important;
    width: 100%;
    text-align: center;
}

.footer-menu-break .et_pb_menu__menu {
    display: flex !important;
    flex-direction: column;
    align-items: left;
}

.footer-menu-break .mobile_menu_bar {
    display: none !important;
}

@media (max-width: 980px) {
    .footer-menu-break .et_pb_menu__menu {
        justify-content: left;
    }
}

@media only screen and (max-width: 980px) {
	.copyright-text .et_pb_module {
		text-align :left !important;
	}
}

@media only screen and (max-width: 980px) {
	.privacy-policy .et_pb_module {
		text-align :left !important;
	}
    .small-heading span {
        font-size : 14px !important;
        line-height: 28px !important;
      }
}

@media (min-width: 980px) {
    .home-column-align {
        display: flex;
        flex-direction: column;
    }

    .et_pb_text_1 {
        flex-grow: 1;
    }

    .et_pb_text_2,
    .et_pb_button_0_wrapper {
        margin-top: auto;
    }
    
}

@media only screen and (max-width: 980px) {
	.footer-location1 {
		padding-left : 85px;
	}
}

.menu-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-group .et_pb_column_inner_0_tb_header {
    flex: 1;
}

.menu-group .et_pb_column_inner_1_tb_header {
    margin-left: 20px; 
}


.header-menu-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-menu-flex .et_pb_menu_0_tb_header {
    flex-grow: 1;
}

.header-menu-flex .et_pb_button_module_wrapper {
    margin-left: 20px;
}

body {
	    overflow-x: hidden;
}

.header-widget-home {
	margin-top :-105px !important;
}

.home-header-new-menu {
	    display: flex;
    flex-direction: row;
    justify-content: flex-end;
	margin-top:-1px;
}

.header-inner-padding {
    padding: 0 72px !important;
}

.flag-india {
    display: flex;
    align-items: center;
}

.flag-india::before {
    content: url('../divi-child/assets/images/india.svg');
    margin-right: 10px; 
}
.flag-australia {
    display: flex;
    align-items: center;
}

.flag-australia::before {
    content: url('../divi-child/assets/images/aus.svg');
    margin-right: 10px;
}
.flag-uk {
    display: flex;
    align-items: center;
}

.flag-uk::before {
    content: url('../divi-child/assets/images/uk.svg');
    margin-right: 10px; 
}

.icon-address {
    display: flex;
}

.icon-address::before {
    content: url('../divi-child/assets/images/location.svg');
  margin-right: 16px;
	margin-top:5px;
	position:relative;
	left:-2px;
}

.icon-phone {
    display: flex;
    align-items: center;
}

.icon-phone::before {
    content: url('../divi-child/assets/images/phone_icon.svg');
  margin-right: 16px;
		position:relative;
	    left: -2px;
    top: 2px;
    height: 20px;
}

.icon-mail {
    display: flex;
    align-items: center;
}

.icon-mail::before {
    content: url('../divi-child/assets/images/email_icon.svg');
  margin-right: 16px;
	position:relative;
	left:-2px;
}

#mobile_menu2 {
	width: 100vh;
    left: -35px;
    top: 56px;
}

.et_mobile_menu {
	border-top: none !important;
}




@media (max-width: 980px) {
    .home-about-flex .et_pb_row {
        display : flex;
    }
	.home-column-align {
		    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
    	
.et_pb_row_inner_1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.et_pb_column_inner {
    flex: 1;
    margin: 0 10px;
}



.custom-flex-row .percent {
    display: flex;
	margin-bottom: 0px !important;
    align-items: baseline;
	height:50px;
}

.custom-flex-row .title {
    text-align: center;
}
	 .home-our-works .et_pb_row.et_pb_gutters4 {
        display: flex;
    }

    .home-industries-section {
        .et_pb_row {
            padding: 0 16px !important;
        }
    }
    .home-our-works .et_pb_row.et_pb_gutters4 {
        padding: 0 30px !important;
    }
    .home-our-works .bold-text .et_pb_text_inner {
        width: 70%;
    }
	
}

.home-our-works .et_pb_row.et_pb_gutters4 {
        padding: 0 56px;
    }

.home-industries-section {
    .et_pb_row {
        padding: 0 56px;
    }
}

.bold-text span {
    color : white;
    font-weight : 600;
}

.bold-text {
    font-weight: 400;
}

.footer-accordion {
    h5.et_pb_toggle_title {
        display: flex !important;
        align-items: center !important;
        flex-direction: row-reverse;
        text-align: unset;
        justify-content: flex-end;
    }
    
    .et_pb_accordion_item_0_tb_footer h5.et_pb_toggle_title::after {
        content: url('../divi-child/assets/images/India-IN-1.png') !important;
        margin-right: 10px !important;
    }
    
    .et_pb_accordion_item_1_tb_footer h5.et_pb_toggle_title::after {
        content: url('../divi-child/assets/images/Australia-AU.png') !important;
        margin-right: 10px !important;
    }
    
    .et_pb_accordion_item_2_tb_footer h5.et_pb_toggle_title::after {
        content: url('../divi-child/assets/images/United-Kingdom-GB.png') !important;
        margin-right: 10px !important;
    }
    
}

.footer-section-first {
    border-radius :12px 12px 0 0;
  }
  
  
  
  .footer-section-last {
    border-radius : 0 0 12px 12px;
  }



@media only screen and (max-width: 768px) {
	.home-column-align .et_pb_button_module_wrapper {
        display: none;
    }
      
}

.header-menu-container #menu-main-menu {
 gap: 14px;
}

@media (max-width: 768px) {
    .home-about-width {
        width: 84% !important;
    }
    .header-button
    {
		font-size: 12px !important;
        font-weight: 600 !important;
        width: 136px;
        box-sizing: border-box;
		display: flex !important;
        justify-content: center;
        align-items: center;
		height: 42px;
		padding:unset !important;
       
    }
/*     .button-arrow::after {
        margin-left: 5px !important;
    } */
  }

  .home-column-align-right {
    width: 60% !important;
    padding-left: 5% !important;
}
.home-column-align-right .et_pb_row_inner
{
	padding-top:0px;
}

.home-column-align {
    width: 40% !important;
}

.footer-icons-outer {
    margin-bottom: 0 !important;
}

.our-works-1 .et_pb_text_6  {
    width: 100%;
}

.industries-left {
    width: 40%;
}

.grid-base {
    display: flex;
  align-content: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  width: 60% !important;
}

@media (min-width: 980px) and (max-width: 1255px) {
    .header-menu-container #menu-main-menu {
        gap: 0;
    }
}

.small-heading span {
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    color :white;
    font-weight:700;
    font-size : 18px;
    line-height: 28px;
  }

.home-header-new.et_pb_section--with-menu.et_pb_sticky.et_pb_sticky--top {
    border-bottom: 1px solid #FFFFFF33;
}

/* Scrollbar Styles for WebKit Browsers */
::-webkit-scrollbar {
    width: 8px; /* Adjust the thickness of the scrollbar */
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.089); /* Gray background with transparency */
    border-radius: 10px; /* Rounded corners for the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8); /* White scrollbar with slight transparency */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

/* Optional: Styling for scrollbar on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 1); /* Fully opaque on hover */
}


@media (max-width: 360px) {
    .footer-menu-section {
        height: 100% !important;
    }

    .footer-links {
        margin-bottom: 0 !important;
    }
    .footer-menu-section {
        padding-bottom: 15px !important;
    }
    .home-header-new .header-mobile-menu .et_pb_button.et_pb_button_1_tb_header.et_pb_bg_layout_light {
        padding: 8px 20px 8px 8px !important;
    }
}


/* Style for Devices with minimum 2000px; */

@media only screen and (min-width: 2000px) and (max-width: 2550px) {
    .home-header-new .et_pb_row.et_pb_row_0_tb_header.header-inner-padding.et_pb_row--with-menu {
        max-width: 90% !important;
    }
    .home-slider-slick .hero-content-container {
       
    }
    .home-about-flex {
        justify-content: flex-start !important;
    }
    .our-services {
        max-width: 90% !important;
    }
    .home-our-works .et_pb_row.et_pb_gutters4{
        max-width: 90% !important;
    }
    .home-expanding-cards-inner .container1 {
        max-width: 100% !important;
    }
    .home-testimonial-section .et_pb_row.et_pb_row_3 {
        max-width: 90% !important;
    }
    .home-industries-section .et_pb_row {
        max-width: 90% !important;
    }
    .home-tabs .et_pb_row.et_pb_row_4 {
        max-width: 90% !important;
    }
}

@media only screen and (min-width: 2550px) {
    .home-header-new .et_pb_row.et_pb_row_0_tb_header.header-inner-padding.et_pb_row--with-menu {
        max-width: 2295px !important;
    }
    .home-slider-slick .hero-content-container {
        
    }
   
    .our-services {
/*         max-width: 2295px !important; */
    }
    .home-our-works .et_pb_row.et_pb_gutters4{
/*         max-width: 2295px !important; */
    }
    .home-expanding-cards .home-expanding-cards-inner{
/*         max-width: 2295px !important; */
    }
    .home-expanding-cards-inner .container1 {
        max-width: 100% !important;
    }
    .home-testimonial-section .et_pb_row.et_pb_row_3 {
/*         max-width: 2295px !important; */
    }
    .home-industries-section .et_pb_row {
/*         max-width: 2295px !important; */
    }
    .home-tabs .et_pb_row.et_pb_row_4 {
/*         max-width: 2295px !important; */
    }
    .footer-section1 {
/*         max-width: 2295px !important; */
    }
    .footer-section2 {
/*         max-width: 2295px !important; */
    }
    .footer-menu-section {
/*         max-width: 2295px !important; */
    }
    .footer-base {
/*         max-width: 2295px !important; */
    }
}

.header-button,.industries-btn {
    font-family: 'Plus Jakarta Sans';
    color: #3CC194 !important;
    border-width: 1px !important;
    border-color: #3CC194;
    font-size: 14px;
    font-weight: 600;
    background-color: #00000066;
    padding: 11px 20px;
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    transition: background-color 0.2s ease, color 0.3s ease;
}

.header-button .arrow-icon {
    margin-left: 8px; /* Adds space between text and icon */
}

.header-button:hover {
    background-color: #3CC194;
    color: #fff !important;
}
.header-button:hover::after {
	background-image: url(../divi-child/assets/images/btn-arrow-white.svg);
}

/* .gsap-card-card-button:hover {
    background-color: white;
    color: black;
    transition: background-color 0.2s ease, color 0.3s ease;
} */

.et_pb_scroll_top.et-pb-icon.et-visible:hover {
    color: #000000;
    background-color: white;
    transition: background-color 0.2s ease, color 0.3s ease;

}

.about-faq-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: flex-start;
    gap: 20px;
}

.about-faq-flex .et_pb_column {
    flex: 1 1 33%; 
    max-width: 33%; 
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .about-faq-flex .et_pb_column {
        flex: 1 1 100%;
        max-width: 100%; 
    }
}
.about-faq-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .about-faq-section {
        flex-direction: column !important;
    }
    .about-faq-section-a {
        padding :20px 20px 0 20px !important;
    }
    .about-faq-section-b {
        padding :20px 20px 0 20px !important;
    }
    .about-faq-section-c {
        padding :20px 20px 0 20px !important;
    }

}


.services-tech-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 768px) {
    .services-tech-section {
        flex-direction: column !important;
    }
}

.services-tech-section .tech-logo {
    border-radius: 20px 20px 0 0;
    padding: 20px 0 0px 20px;
    margin-bottom: 0px;  
}

.services-tech-section .tech-heading {
    padding: 20px 0 0 20px;
}

.services-tech-section .tech-description {
    border-radius: 0 0 20px 20px;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
}

.services-tech-section .item1 {
    background-color: #D9D9D9;
}

.services-tech-section .item2 {
    background-color: #C7DBF0;
}

.services-tech-section .item3 {
    background-color: #EBFED1;
}

.services-tech-section .item4 {
    background-color: #F7CCBD;
}

.services-tech-section .item5 {
    background-color: #D9E7FF;
}

.services-tech-section .item6 {
    background-color: #DFC6F3;
}

/* Target the first section */
.about-faq-section .faq-heading {
    background-color: #292929;
    border-radius: 20px 20px 0 0;
    padding: 20px 0 0px 20px;
    margin-bottom: 0px;
}

/* Add the background color and border radius to the heading as well */
.about-faq-section .faq-description {
    background-color: #292929;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.stroke-text-about {
    font-size: 50px;
    color: transparent !important;
    font-weight: bold;
    color: black; /* Change color to match the background to make it "invisible" */
    text-shadow: 
      0.5px 0 white,
      -0.5px 0 white,
      0 0.5px white,
      0 -0.5px white,
      0.5px 0.5px white,
      -1px -1px white,
      1px -1px white,
      -1px 1px white;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
  }

  @keyframes scroll {
    0% {
      transform: translateX(150%);
    }
    100% {
      transform: translateX(-150%);
    }
  }

.join-about-inner {
    width: 256px !important;
    background: linear-gradient(110.97deg, rgba(255, 255, 255, 0.5) -4.87%, rgba(255, 255, 255, 0) 103.95%);
    padding: 60px 32px;
    border-radius: 32px;
    border: 1.8px solid #FFFFFF99;
}

.about-faq-section-a {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.about-faq-section-b {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}   

.about-faq-section-c {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

@media (min-width: 769px) {
    .about-counter {
        padding: 37px 57px !important;
    }
}

.about-counter {
    background-color: #292929;
    border-radius: 12px;
    width: 365px;
    height: 100% !important;
}

@media (max-width: 768px) {
    .about-counter {
        padding: 15px !important;
    }
    .about-counter-outer {
        gap: 0px !important;
    }
    .about-wehelp {
        padding-top: 0 !important;
    }
}

.about-counter-1 {
    display: flex;
    width: 100% !important;
    gap: 30px;
}

.about-counter-2 {
    gap: 30px;
    width: 100% !important;
    margin-left: 77px;
    display: flex;
    right: 0;
    justify-content: flex-end;
}

.about-counter-outer {
    display: flex !important;
    gap: 30px;
    flex-direction: column !important;
}

.menu-main-menu .current_page_item  {
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .about-align-center {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    
}

@media (max-width: 980px) {
    .about-contactus {
        display: flex;
        flex-direction: column-reverse !important;
    }
}

.our-services-video-outer {
    margin-left: -300px;
}

.our-services-video-outer .laptop-mockup {
    position: relative;
    width: 900px;
}

.our-services-video-outer .laptop-image {
    width: 100%;
    display: block;
}

.our-services-video-outer .video-container {
    position: absolute;
    top: 10.1%;
    left: 28.5%;
    width: 59.9%;
    height: 77%;
    overflow: hidden;
    transform: perspective(1025px) rotateY(-13.2deg) rotateX(-4deg) skew(-0.9deg, 7.8deg);
    border-radius: 8px;
}

.our-services-video-outer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#menu-main-menu .current-menu-item a::after {
    background-color: #efefef; 
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 50%;
}

.button-arrow::after {
    line-height: inherit;
    font-size: inherit !important;
    margin-left:10px;
    left: auto;
    display: inline-block;
    opacity: 1;
    width: 10px;
    height: 10px;
    background-image: url(../divi-child/assets/images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
  }
  
.industries-btn::after {
	
	line-height: inherit;
    font-size: inherit !important;
    margin-left: .3em;
    left: auto;
    display: inline-block;
    margin-left: 8px;
    opacity: 1;
    width: 10px;
    height: 10px;
    background-image: url(../divi-child/assets/images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.button-arrow-black::after {
    line-height: inherit;
    font-size: inherit !important;
    left: auto;
	margin-left:5px;
    display: inline-block;
    opacity: 1;
    width: 10px;
    height: 10px;
    background-image: url(../divi-child/assets/images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
  }
  
  .button-arrow-black:hover::after {
    filter: invert(0);
}
.et_pb_text_147 {
    max-width: 100% !important;
}
.post-1348 .et_pb_section_0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.am-services-stacked ol, .am-services-stacked ol ul {
  list-style: none; }

[data-theme] {
  background-color: var(--color-bg, white);
  color: var(--color-contrast-high, #313135); }


[data-theme="default"] {
  
  
  --color-bg-h: 0;
  --color-bg-s: 0%;
  --color-bg-l: 100%;

  
}



.stack-cards__item {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  height: 0;
  padding-bottom: 50%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  overflow: hidden; 
}
  .stack-cards__item > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }


.am-home-our-services
{
	background-color: #2f2e2e !important;
    max-width: 1440px !important;
    margin: 0px auto;
    border-radius: 20px !important;
}
.mega-menu-item > ul:first-of-type {
  margin-top: 30px !important;
}
.mega-custom-icon
{
	display:flex !important;
}
.mega-description-group
{
	padding-left:10px;
}
#mega-menu-item-text-4 h4,#mega-menu-item-text-5 h4
{
	text-transform:capitalize !important;
	color:#FFFFFF !important;
	font-size:18px !important;
	font-weight:700 !important;
}
#mega-menu-item-text-4 .textwidget p,#mega-menu-item-text-5 .textwidget p 
{
	color: #FFFFFF !important;
    font-size: 14px;
}
.mega-menu-title 
{
    text-transform:capitalize !important;
	color:#FFFFFF !important;
	font-size:18px !important;
	font-weight:600 !important;
}
.mega-menu-title:hover 
{
    color: #3CC194 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
} 
.mega-service-title .textwidget p 
{
    color:#FFFFFF !important;
    font-size: 14px;
}
.mega-menu-description 
{
    font-style: normal !important;
}
.services-container
{
    display: flex;
    flex-wrap: wrap;
}
.services-container .our-services
{
    width: 35%;
    padding-right: 50px;
}
.services-container .our-services-details
{
    width: 65%;
}
.services-container .our-services-details .active 
{
    display: block;
}
.details-section-container 
{
    display: none;
}
.details-section-container .services-title 
{
     display: flex;
    flex-wrap: wrap;
    align-items:center;
    
}
.details-section-container .services-title h2 
{
    color: rgba(60, 193, 148, 1);
    font-size: 28px;
	line-height:50px;
	padding-bottom:0px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
}
.details-section-container .services-title .services-image 
{
    margin-right: 4px;
}
.details-section-container .services-title .services-image img{
	vertical-align:middle;
}
.details-section-container p 
{
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 15px;
    margin-top:15px;
}
.details-section-container h3 
{
    padding-left: 15px;
    color: #fff;
    font-size: 24px;
	line-height:34px;
	padding-bottom:0px;
    font-family: 'Plus Jakarta Sans';
    margin-top: 30px;
}
.details-section-container ul
{
    margin-left: 22px;
    margin-top: 15px;
    color: rgba(178, 176, 181, 1);
    font-size: 18px;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    line-height: 33px;
}
.our-services ul li
{
    position: relative;
}
.our-services ul li::after 
{
   content: '';
    height: 35px;
    width: 35px;
    background-image: url('../divi-child/assets/images/arrow-services.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.our-services .active
{
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}
.our-services .active::after 
{
	content: '';
    height: 35px;
    width: 35px;
    background-image: url('../divi-child/assets/images/arrow-services-open.svg') !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.our-services .active::before 
{
    content: '';
    height: 10px;
    width: 10px;
    background-color: rgba(60, 193, 148, 1);
    display: block;
    margin-left: -25px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 10px;
}

.our-services ul 
{
    list-style-type:none;
}
.our-services ul li 
{
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 55px;
    border-bottom: 1px solid #b6b6b666;
	font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight:600;
}

.our-services ul li:last-child {
    border-bottom: none;
}
.service-mob-nav ul:first-of-type
{
    list-style-type:none;
}
.service-mob-nav ul 
{
	padding-left:0px;
}
.service-mob-nav ul:first-of-type li 
{
   display: inline-block;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 20px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 12px;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    color: rgba(182, 182, 182, 1);
    height: 35px;
}
.service-mob-nav ul:first-of-type .active 
{
background-color: rgba(60, 193, 148, 1);
    color: #fff;
    border-color: rgba(60, 193, 148, 1);
}
.service-section-mob .active 
{
    display: block;
}
.services-mob-description
{
    display: none;
    background-color: rgba(28, 26, 31, 1);
    border-radius: 12px;
    padding-left: 22px;
    padding-top: 22px;
}
.services-mob-description h2 
{
    color: rgba(60, 193, 148, 1);
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 800;
	padding-bottom:0px;
}
.services-mob-description p
{
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-family: 'Plus Jakarta Sans';
	padding-right:5px;
}
.services-mob-description h3
{
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
}
.services-mob-description ul 
{
    padding-left: 19px;
} 
.services-mob-description ul li
{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    color: rgba(178, 176, 181, 1);
}
.am-about-us
{
	font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.about-sec-1 
{
	width:60% !important;
}
.about-sec-2 
{
	width:40% !important;
}
.works-explore-more-mob
{
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.am-our-works-1
{
	width:40% !important;
}
.am-our-works-2
{
	width:60% !important;
}
.home-about-flex .et_pb_row
{
	padding-left:7px;
	padding-right:7px;
}
.all-industries .et_pb_column .et_pb_module
{
	padding-right: 0px !important;
    padding-left: 0px !important;
}
.mob-service-title-section 
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.mob-service-title-section img 
{
    margin-left: -7px;
}
.services-bth
{
	margin-left:25px;
	margin-top: 30px;
}
#menu-footer-menu li
{
	padding-right:32px;
	padding-left: 0px;
}
@media (max-width: 768px) {
	#menu-footer-menu li {
  		padding-right : 20px ;
	}
}
.footer-icons a:not(:last-child){
	display:inline-block;
}
#menu-footer-menu li a 
{
	font-size:15px;
	font-weight:400;
}
@media only screen and (max-width: 767px) {
	.home-expanding-cards-inner .et_pb_column_7
	{
		padding-right: 23px !important;
        padding-left: 23px !important; 
	}
	.services-bth
	{
		margin-left:unset;
		margin-bottom: 20px;
	}
	.about-us-know-more
	{
		position: absolute;
    	bottom: 0;
	}
	body #page-container .et_pb_section .et_pb_button_0_tb_header:after
	{
		padding-left: 5px;
	}
	.home-about-flex .et_pb_row
	{
	padding-left:10px;
	padding-right:10px;
	}
	.et_pb_menu .et_mobile_nav_menu
	{
		margin-left:0px;
	}
	#menu-footer-menu li a 
{
	font-size:12px;
	font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight:500;
	padding-bottom:0px;
}
	.about-us-mob 
	{
		display: flex !important;
    flex-wrap: wrap !important;
    align-content: space-between !important;
	}
}
.et_pb_number_counter .percent p
{
	line-height: 72px !important;
}

.et_pb_number_counter.et_pb_with_title .percent
{
	margin-bottom:0px !important;
}
.footer-section1
{
	border-radius:20px 20px 0 0 !important;
}
.footer-base
{
	border-radius: 0 0 20px 20px;
}
.home-expanding-cards-inner .et_pb_column_7 
{
	padding-left: 53px;
    padding-right: 53px;
}

@media only screen and (min-device-width: 300px) 
                   and (max-device-width: 800px) 
                   and (orientation: landscape) {
.interactive-panel-container .panel
					   {
						   height: 55vh;
					   }

}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link
{
    padding: 0px 18px !important;
}
#mega-menu-item-1738 
{
    margin-right: 36px !important;
}
@media(max-width:1200px){
	#mega-menu-item-1738 
	{
		margin-right: 0px !important;
	}
}
.dashicons-arrow-down::before
{
    content: '' !important;
}

 #mobile_menu1
{   width: 100vw;
    margin-top: 19px;
    left: -10px;
	padding-bottom:10px !important;
} 
.et_mobile_menu li a
{
	padding: unset !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
}
textarea::placeholder {
  color: #fff;
}
.referals h3 
{
	max-width:90%;
}
.phone-first-item 
{
	margin-top:-5px;
}
.footer-connect-text .et_pb_text_inner p 
{
	font-weight:400 !important;
}
#quick-contact
{
	font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
}
@media only screen and (min-width: 767px) {
	#quick-contact 
	{
		font-size:14px;
	}
}
  textarea::placeholder {
    color: #B6B6B6 !important; 
	  font-weight: 400 !important;
    font-family: 'Plus Jakarta Sans' !important;
	  font-size:16px !important;
  }
  input::placeholder
{
	 color: #B6B6B6 !important; 
	  font-weight: 400 !important;
    font-family: 'Plus Jakarta Sans';
	  font-size:16px !important;
}
@media only screen and (max-width: 767px) {
	textarea::placeholder {
    color: #B6B6B6 !important; 
	  font-weight: 500 !important;
    font-family:'Plus Jakarta Sans';
	  font-size:12px !important;
  }
	  input::placeholder
{
	 color: #B6B6B6 !important; 
	  font-weight: 500 !important;
    font-family: 'Plus Jakarta Sans';
	  font-size:12px !important;
}
	.form-row2 textarea.wpcf7-form-control {
		height:30px !important;
	}
	.form-row input.wpcf7-form-control
	{
		font-weight:500;
	}
}
.footer-menu-container 
{
	margin-bottom:0px !important;
}
.footer-icons 
{
	padding-top:10px;
}
.et_pb_row_3_tb_footer 
{
	height:unset !important;
}
.et_pb_menu_0_tb_footer, .et_pb_code_1_tb_footer
{
	margin-bottom:0px !important;
}

.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header, .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover
{
	padding-right: 40px !important;
        width: 136px !important;
        box-sizing: border-box !important;
        display: inline-bloc !important;
        height: 42px !important;
	padding-left:0 px !important;
}
.services-btn-base
{
	font-family: 'Plus Jakarta Sans';
    color: #3CC194 !important;
    border-width: 1px !important;
    border-color: #3CC194;
    font-size: 12px;
    font-weight: 600;
    background-color: #00000066;
    padding: 11px 20px;
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    transition: background-color 0.2s ease, color 0.3s ease;
}
.services-btn-base:hover 
{
	background-color: #3CC194;
	color: #fff !important;
}
.home-header-new-menu{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.wpcf7-not-valid-tip 
{
	font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 767px){
	.header-mobile-menu{
		height:auto !important;
		align-items: center;
	}
	.header-mobile-menu .et_pb_image_1_tb_header{
		margin-top:0px !important;
	}
	.header-mobile-menu .et_pb_module .mobile_menu_bar:before{
		top:0px;
		margin-top: 0px;
	}
	.header-mobile-menu .et_pb_menu__wrap .mobile_menu_bar{
		transform:none;
	}
	.header-mobile-menu .et_pb_row_1_tb_header.et_pb_row{
		padding-top:15px !important;
	}
	.service-section-mob .services-btn-base{
		width:136px;
		height:42px;
		 padding: 0px 3px;
        text-align: center;
        line-height: 42px;
	}
	.carousel-card .card-content p{
		line-height:18px !important;
	}
	
	.wpcf7-not-valid-tip 
{
    font-size: 12px;
    font-weight: 400;
	width:100% !important;
	position: absolute;
    bottom: -25px;
    left: 0;
}
	
}
.home .header-widget-home{
	margin-top:0px !important;
}
.home header{
	position:absolute;
	top:0;
	lefT:0;
	width:100%;
}
header{
	transition: all 0.3s ease;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
	width:100%;
  background:#1c1a1f;
}


.wpcf7-response-output 
{
	color:#fff !important;
}

@media only screen and (min-width: 319px) and (max-width: 390px)
{
	.carousel-card .card-content p
	{
		font-size:9px !important;
	}
}


/* product engineering */









.services-bold 
{
	font-weight:600;
	line-height:50px;
	color:#fff;
}
.services-bold-s
{
	font-weight:600;
	line-height:50px;
	color:#fff;
}
.sm-plus-jakartha-weight 
{
	font-weight:500;
}
.pe-section-two-background 
{
	background-size: 432px 448px !important;
    background-position-x: 90% !important;
    padding-bottom: 172px !important;
    background-position-y: 65px !important;
}

.mobility-section-two-background
{
	 background-size: 547px 377px !important;
    background-position-x: 97% !important;
    background-position-y: 125px !important;
}
.ecom-section-two-background
{
	background-size: 504px 478px !important;
    background-position-x: 95% !important;
    background-position-y: 8px !important;
}
.website-section-two-background
{
	background-size: 428px 348px !important;
    background-position-x: 95% !important;
    background-position-y: 150px !important;
}

.data-ai-section-two-background
{
	background-size: 554px 459px !important;
    background-position-x: 100% !important;
    background-position-y: 65px !important;
}
.ui-ux-section-two-background
{
	background-size: 429px 444px !important;
    background-position-x: 95% !important;
    background-position-y: 85px !important;
}
.qa-section-two-background
{
	background-size: 464px 420px !important;
    background-position-x: 95% !important;
    background-position-y: 142px !important;
}
.services-btn-connect
	{
		width: 153px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
.stack-container
{
	display: flex
;
    flex-wrap: nowrap;
    /* padding-bottom: 60px; */
    background-color: #1C1A1F;
    padding-left: 18px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-radius: 11px;
    margin-bottom: 20px;
	min-height:126px;
}
.stack-container .stack-icon
{
	margin-right:20px;
	min-width:38px;
	width: 38px;
	height:38px;
	background:#F9FAFB;
	border:1px solid #E2E8F0;
	border-radius:6px;
	padding: 4px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.stack-content h4 
{
	font-family: 'Plus Jakarta Sans';
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: unset;
	line-height:28px;
}
.stack-content ul 
{
	list-style-type: none !important;
    padding: unset !important;
}
.stack-content ul li 
{
	display: inline;
    font-family: 'Plus Jakarta Sans';
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.stack-content ul li::after 
{
	content:'|';
	color:#3CC194;
	padding-left: 2px;
    padding-right: 1px;
}
.stories-container 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin:0px -15px;
	
}
.stories-image-container
{
    width: 100%;
}
.stories-image-container a{
	display:block;
}
.stories-image-container img{
	display:block;
	width:100%;
	border-radius:15px;
}
.stories-item 
{
    width: 33.33%;
    height:auto;
    background-repeat: no-repeat;
    margin-bottom: 22px;
	padding:0px 15px;
}
.stories 
{
	width:100%;
    margin-bottom: 47px;
}
.stories-title 
{
  margin-top:25px;
	margin-bottom: 10px;
    color: #ffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	width:100%;
}
.stories-title a 
{
	color: #ffff;
    font-size: 22px;
    line-height: normal;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}
.stories-item ul 
{
    list-style-type: none;
    padding: unset;
    margin-left: 1px;
}
.stories-item ul li 
{
   display: inline-flex;
    border: 1px solid #3CC194;
    padding: 8px 15px 9px 15px;
    border-radius: 32px;
    margin-top: 20px;
    margin-right: 10px;
    color: #B2B0B5;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    flex-wrap: wrap;
}
.load-more-container 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top:30px;
}
.services-list
{
	background-color: #1C1A1F;
    border-radius: 11px;
}
#loadMore .button-arrow::after
{
	margin-left:10px;
}
.hosting-server
{
	max-width:375px;
}

@media only screen and (max-width: 767px){
	.services-btn-connect
	{
		width: 136px;
        height: 42px;
        display: flex !important;
        justify-content: center;
        align-items: center;
		line-height: 28px;
	}
	.pe-section-two-background 
	{
		background-size: 160px 166px !important;
        background-position-x: 90% !important;
        background-position-y: bottom !important;
	}
	.mobility-section-two-background
	{
	 background-size: 199px 137px !important;
    background-position-x: 95% !important;
    background-position-y: bottom !important;
	}
	.ecom-section-two-background 
	{
		background-size: 211px 200px !important;
		background-position-x: 95% !important;
		background-position-y: bottom !important;
	}
	.website-section-two-background
	{
		background-size: 215px 175px !important;
		background-position-x: 90% !important;
		background-position-y: 263px !important;
	}
	.data-ai-section-two-background
	{
		background-size: 200px 166px !important;
        background-position-x: 100% !important;
        background-position-y: 171px !important;
	}
	.ui-ux-section-two-background
{
	background-size: 155px 160px !important;
    background-position-x: 95% !important;
    background-position-y: 215px !important;
}
	
	.qa-section-two-background
{
	background-size: 199px 180px !important;
    background-position-x: 95% !important;
    background-position-y: 217px !important;
}
	
	.pe-technologies li div h3
	{
		font-weight:700;
		font-size:16px;
		line-height:28px;
		margin-top:0px;
	}
	.pe-technologies li div p span
	{
		font-size:14px;
		font-weight:500;
		line-height:24px;
	}
	
	.stack-container
	{
		padding-bottom:11px !important;
		padding-left: 16px ;
        padding-top: 11px;
		min-height:81px;
	}
	.stack-container .stack-icon
	{
		margin-top:7px;
		margin-right: 12px !important;
    	min-width: 30px !important;
		width:30px;
		height:30px;
		padding:3px;
	}
	
	.services-bold 
	{
		font-size:24px !important;
		line-height:24px !important;
	}
	.stories-item
	{
		padding:0px 12px;
		margin-bottom:0px;
	}
	.stories-item,.stories-image-container
	{
		width: 100%;
	}
	.stories-image-container img
	{
		height:351px;
		border-radius: 15px;
	}
	.stories-title
	{
		font-size:18px;
		font-weight:600;
		line-height:26px;
	}
	.stories-item ul li
	{
		font-size:12px;
		font-weight:600;
		line-height:26px;
		padding: 8px 15px;
	}
	.stack-content h4
	{
		font-size:16px;
		font-weight:700;
		line-height:28px;
	}
	.stack-content ul li
	{
		font-family: 'Plus Jakarta Sans';
		font-size:14px;
		font-weight:600;
		line-height:24px;
		display: inline-block;
	}
	

	.stories-container
	{
		justify-content: center;
	}
	.hosting-server
	{
		max-width:290px;
	}
	.stories-item ul li 
	{
		font-size:12px;
		line-height:26px;
		padding:4px 15px 4px 15px;
	}
	.load-more-container{
		margin-top:0px;
	}
	.stack-content 
	{
		padding-right:10px;
	}
	.stories
	{
		padding:0px;
		margin-bottom: 30px;
	}
}

.no-sep::after 
{
	content:unset !important;
}

/* mobile menu */
#mega-menu-item-4402603 a 
{
	text-transform:unset !important;
}
#mega-menu-item-4402603 a .mega-description-group .mega-menu-title 
{
	text-transform:unset !important;
}


/* mobile menu */
@media only screen and (max-width: 980px){

	.pe-technology-left
	{
		margin-bottom:0px !important;
	}
}



.qa-logo-row-1
{
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.qa-logo-row-1 .et_pb_column,.qa-logo-row-2 .et_pb_column
{
	display: flex;
    gap: 20px;
	 flex-wrap: wrap;
}

.qa-logo-row-2 .et_pb_column
{
	width: fit-content;
}
.mobile-stack 
{
	min-height:unset !important;
}
.ecom-tech-icons,.website-technology-icon,.ui-ux-logos,.qa-stack-icons-row-1
{
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.ecom-tech-icons .et_pb_column,.website-technology-icon .et_pb_column,.ui-ux-logos .et_pb_column,.qa-stack-icons-row-1 .et_pb_column
{
	display: flex;
    gap: 20px;
	 flex-wrap: wrap;
}
.qa-tech 
{
  padding-bottom:60px !important;
}
@media only screen and (max-width: 980px){
	.ecom-tech-icons .et_pb_column
{
	max-width: 300px;
}
	.website-technology-icon .et_pb_column
	{
		max-width: 285px;
	}
	.ecom-tech-icons .et_pb_column .et_pb_module,.website-technology-icon .et_pb_column .et_pb_module 
	{
		max-width:81px;
	}
	.qa-stack-icons-row-1 .et_pb_column {
		gap:10px;
	}
		.qa-tech 
	{
	  padding-bottom:30px !important;
	}
}
.about-more-text
{
	font-weight:400 !important;
}
.acron-container
{
	display: flex;
}
.acron-container .strong-letter
{
	color:#3cc194!important;
	font-weight:800;
}
.acron-container .text
{
	text-align:left;
}
.acron-container .text p
{
	line-height: 0;
    margin-top: -5px;
}
.custom-top
{
	margin-top:10px;
}
.about-us-counter
{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	border-bottom: 1px solid #3CC19480;
	align-items: baseline;
}
.about-us-counter .percent
{
	height:69px !important;
}
.counter-plus-icon .percent p .percent-value::after
{
	content:'+';
}
.qustion-last-top-margin
{
	margin-top:20px;
}
.about-slider-thumb
{
   cursor: pointer;
    
}

.about-slider-thumb .slick-current 
{
    border: 2px solid #3CC194;
}
.about-slider-thumb .slider-item-nav
{
    max-width: 85px;
    margin-right: 6px;;
}
.about-slider-thumb 
{
	margin-top: -60px;
	margin-left: 10px;
    margin-right: 11px;
}
.about-slider-thumb .slick-list .slick-track 
{
	justify-content: space-between;
}
.about-bold
{
	font-weight:600;
	color:#fff;
}

 
  .about-slider-content .slick-slide {
      margin: 0 5px !important;
  }
@media(max-width:767px){
	.about-slider-content .slick-slide{
		opacity:0.35;
	}
	.about-slider-content .slick-slide.slick-current{
		opacity:1;
	}
}
.about-am-heading h1 
{
	padding-bottom:0px !important;
}
.ab-cus-line-height 
{
	line-height:23px;
}

.ac-last-item
{
	max-width: 260px;
    font-size: 18px;
    font-weight: 500;
	margin-bottom:5px;
}
@media only screen and (max-width: 767px) {
	.ac-last-item{
		font-size:14px;
		margin-bottom:10px;
	}
}
.about-qn-last-item
{
	margin-top:27px;
}
.mobility-tech .et_pb_column 
{
	display: flex;
    flex-wrap: wrap;
}
.mob-image-half 
{
	max-width:150px;
}
.mob-image-half,.mob-image-full
{
	margin-bottom:15px !important;
}
@media only screen and (max-width: 980px){
	
	.about-slider-thumb 
	{
		display:none;
	}
	.about-qn
	{
		margin-bottom:17px !important;
	}
	.about-qn-last-item
	{
		margin-top:0px !important;
	}
	.about-slider-content .slick-slide
	 {
		margin: 0 2px  !important;
	}
}
@media only screen and (max-width:767px){
	.about-slider-container
	{
		margin-left: -10px;
    	margin-right: -10px;
	}
	.about-slider-content .slick-slide
	 {
		margin: 0 5px !important;
	}
}
#main-content
{
	background-color:#1c1a1f !important;
}

.am-cs-tech-container
{
	    display: flex;
    align-items: center;
    background-color: #2F2E2E;
    width: fit-content;
    padding-right: 25px;
    border-radius: 12px;
    padding-left: 10px;
	
}
@media(min-width:768px){
	.am-cs-tech-container{
		min-height:90px;
	}
}

.am-cs-tech-container .am-cs-icon 
{
	border-right: 1px solid #000000;
    padding-top: 11px;
    padding-bottom: 12px;
    min-width: 126px;
    text-align: center;
}
.am-cs-tech-container .am-cs-tech-list ul
{
	display:flex;
	flex-wrap:wrap;
	list-style-type: none !important;
    font-family: 'Plus Jakarta Sans';
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: unset !important;
    margin: unset;
    padding-left: 15px !important;
}

.am-cs-tech-container .am-cs-tech-list ul li::after,.sm-tech-stack-tech-list ul li::after
{
	content:'|';
	color:#3CC194;
	padding:0px 2px;
	
}
.am-cs-tech-container .am-cs-tech-list ul li:last-child::after,.sm-tech-stack-tech-list ul li:last-child::after {
  content: '';
}
.case-study-title 
{
	background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    height: 266px;
    margin-top: -266px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-left: 43px;
	font-weight:800 !important;
}
.cs-our-solutions
{
	line-height: unset !important;
    padding: unset !important;
    padding-left: 20px !important; 
}
.cs-tech-stack-item
{
	display: flex;
    flex-wrap: wrap;
}
.sm-tech-task-icon 
{
	padding-right: 10px;
}
.sm-tech-stack-tech-list
{
	width:100%;
}
.sm-tech-stack-title
{
	font-family: 'Plus Jakarta Sans';
	font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.sm-tech-stack-tech-list ul
{
	display: flex;
    padding: unset !important;
    list-style-type: none !important;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 12px;
    flex-wrap: wrap;
}

.tech-stack-desktop .et_pb_column_4_4
{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

@media only screen and (max-width: 980px){
	
.case-study-title 
{
	background: unset;
    height:unset;
    margin-top: unset;
    display: unset;
    align-items: unset;
    padding-bottom: unset;
    padding-left:unset;
}
	
}

.single .post
{
	padding-bottom:0px !important;
}
.et_pb_post
{
	margin-bottom:0px !important;
}


/*  case studies */

.case-study-nav ul
{
    list-style-type: none;
    display: flex;
    padding: unset;
    flex-wrap: wrap;
}
.case-study-nav ul li 
{
    margin-right: 20px;
	margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 18px 30px;
    border-radius: 38px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.case-study-nav ul li:hover 
{
    background-color: #3CC194;
    border-color:#3CC194 !important;
}
.case-study-nav-active
{
    background-color: #3CC194;
    border-color:#3CC194 !important;
}

.cs-item-container 
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
	margin-left:-15px;
	margin-right: -15px;
}
.cs-item-container .cs-item
{
    width: 33.33%;
    padding:0px 15px;
    margin-bottom: 60px;
}

.cs-details h2 
{
    color: #fff;
    font-family: 'Plus Jakarta Sans';
     font-weight: 600;
    font-size: 22px;
    line-height: normal;
	padding-bottom: 0;
    margin-bottom: 20px;
}
.cs-details ul
{
    display: flex;
    flex-wrap: wrap;
    padding: unset;
}
.cs-details ul li 
{
    border: 1px solid #3CC194;
    padding: 10px 17px;
    border-radius: 25px;
    margin-top: 10px;
    margin-right: 10px;
    color: #B2B0B5;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
    text-transform: capitalize;
}
.cs-featured-image img 
{
	margin-bottom:25px;
	border-radius: 21px;
}
.cs-load-more-btn
{
	margin: 0px auto;
    display: flex;
    font-family: 'Plus Jakarta Sans';
    color: #3CC194 !important;
    border-width: 1px !important;
    border-color: #3CC194;
    font-size: 14px;
    font-weight: 600;
    background-color: #00000066;
    padding: 11px 20px;
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
    border-style: solid;
    transition: background-color 0.2s ease, color 0.3s ease;
	margin-bottom: 60px;
}
.cs-load-more-btn::after
{
	 content: '';
	line-height: inherit;
    font-size: inherit !important;
    margin-left: 10px;
    left: auto;
    display: inline-block;
    opacity: 1;
    width: 10px;
    height: 10px;
    background-image: url(../divi-child/assets/images/btn-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-top: 10px;
}
.cs-testimonial-text
{
	font-weight:400 !important;
}
@media only screen and (max-width: 980px){
    .case-study-nav ul li {
    margin-right: 11px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    padding: 8px 13px;
    border-radius: 38px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    }
    .cs-item-container .cs-item
    {
        width: 100%;
    }
	.case-study-all
	{
		padding: 8px 20px !important;
	}
}

/* case studies */


/*** mobile nav styling **/


/*change hamburger icon to x when mobile menu is open*/

/* #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
} */


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 100%;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    position: relative;
    font-family: "ETModules";
    content: '\33';
    color: #3cc194;
    background: #000000;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid; 
	float: right;
    margin-right: 20px;
	line-height:1;
}
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle{
	height:30px;
}

/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
/* 	bottom: 10px; */
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

.mfp-close
{
	font-size: 20px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    width: fit-content !important;
    margin-top: 40px !important;
    line-height: 0px !important;
    color: #3cc194 !important;
    background: #000000 !important;
    border: 1px solid !important;
    height: unset !important;
    padding: 6px 3px 12px 3px !important;
    border-radius: 7px 8px 8px 7px !important;
}

.set-scroll-margin
{
	margin-top:100px;
}


@media only screen and (max-width: 980px){
	.set-scroll-margin
{
	margin-top:72px;
}
}
/*** mobile nav styling **/



/* life@am */

.am-banner-overlay:before{
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
}
.events-right .et_pb_column
{
	justify-content:end;
}
.events-center .et_pb_column
{
	justify-content:center;
}
.events-bg-white
{
	background-color: #B2B0B5;
    color: #000;
}
.events-list 
{
	width: fit-content;
    padding: 13px 42px;
    border: 3px solid #B2B0B5;
    border-radius: 29px;
    margin-bottom: 1px !important;
    flex-grow: unset;
}
.events-list-container .et_pb_column_4_4
{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}
#events-load-more
{
	margin: 0px auto;
    width: fit-content;
    display: flex;
}
#events-load-more #loadMore 
{
	padding-top:60px !important;
}
.clients-info
{
	display: flex;
    flex-wrap: wrap;
    padding: 119px 61px;
    border: 1px dashed #fff;
    flex-direction: column;
    align-content: center;
    border-radius: 50%;
    max-width: 418px;
    text-transform: capitalize;
    margin-top: 45px;
}
.hours-info
{
	display: flex;
    flex-wrap: wrap;
    padding: 114px 96px;
    border: 1px dashed #fff;
    flex-direction: column;
    align-content: center;
    border-radius: 50%;
    max-width: 474px;
	text-transform: capitalize;
}
.career-path
{
	border-radius: 50%;
    padding: 62px 38px 47px 39px;
    border: 1px dashed #fff;
	max-width: 358px;
	text-transform: capitalize;
	margin-right:24px !important;
}
.employee-retention-rate
{
	border: 1px dashed #fff;
    padding: 77px 12px;
    border-radius: 50%;
    max-width: 358px;
    text-transform: capitalize;
    margin-top: -50px;
    margin-right: 24px !important;
}
.interest-free-loan 
{
	border: 1px dashed #fff;
    border-radius: 50%;
	max-width: 396px;
	  padding: 125px 55px;
	text-transform: capitalize;
}
.benefits-heading .et_pb_heading_container h1
{
	padding-bottom:0px !important;
}
.life-am-banner-img img 
{
	max-width:100%;
	width:100%;
	margin-bottom:-6px;
}
.events-overlay
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}
.events-overlay .events-overlay-text
{
	font-family: 'Plus Jakarta Sans';
    font-size: 64px;
    font-weight: 800;
}
.benefits-list
{
	display:flex;
	flex-wrap:wrap;
}
@media only screen and (max-width: 768px){
	
	.events-image-mob-spacing
	{
		margin-bottom:20px !important;
	}
	#events-load-more #loadMore 
	{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	 .events-row-item
    {
        flex-wrap: wrap;
    }
	.events-right .et_pb_column
	{
	justify-content:center;
	}
    .reverse 
    {
    flex-direction: column-reverse;
    }
	.am-banner-overlay
	{
		background-size: cover;
	}
	.events-list 
	{
		border:1px solid #B2B0B5;
		padding: 8px 15px;
	}
	.events-list-container .et_pb_column_4_4
	{
		font-size:14px;
	}
	.ben-description-text
	{
		font-weight:400 !important;
	}
	.clients-info
	{
		margin-top: 0px;
        padding:66px 19px 53px 20px;
        max-width: 278px;
	}
	.hours-info
	{
		max-width: 318px;
        padding: 84px 18px 76px 19px;
        float: right;
        margin-bottom: 15px !important;
	}
	.career-path
	{
		max-width: 290px;
        padding: 52px 30px 47px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
	}	
	.career-path div h1 
	{
		max-width:195px;
	}
	.employee-retention-rate
	{
		max-width: 318px;
    	padding: 79px 30px;
		float:right;
	}

	.interest-free-loan 
	{
		max-width: 278px;
		padding:20px 42px 48px 42px;
	}
	.interest-free-loan .benefits-heading .et_pb_heading_container 
	{
		margin-top: 45px;
	}
	
	.interest-free-loan .et_pb_text_11
	{
		margin-bottom: 85px !important;
    	padding-left: 9px;
    	padding-right: 9px;
	}
	.events-overlay .events-overlay-text
	{
		font-size:22px;
	}
	.life-am-banner-img img
	{
		margin-bottom:-7px;
	}
	
}
@media (min-width: 320px) and (max-width: 366px) {
  .events-list 
	{
		padding: 8px 12px;
	}
	.events-list-container .et_pb_column_4_4
	{
		font-size:12px;
	}
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
	cursor:pointer !important;
}
@media screen and (min-width: 982px) and (max-width: 1172px) {
 
	.am-logo-container 
	{
		margin-right:unset !important;
	}
	.home-header-new-menu
	{
		width: 70% !important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link
	{
		padding:0px 10px !important
	}
	
}
/* life@am */
@media (min-width: 768px) and (max-width: 1024px) {
  .services-container .our-services
	{
		padding-right: 20px;
	}
	.our-services .active::after ,.our-services ul li::after
	{
		height: 30px;
    	width: 30px;
	}
	.our-services ul li
	{
		font-size:15px;
	}
	.our-services .active
	{
		font-size:16px;
	}
	.details-section-container .services-title h2,.details-section-container h3
	{
		font-size:23px;
	}
	.details-section-container p
	{
		font-size:18px;
		line-height:24px;
	}
	.owl-carousel .testimonial-item p
	{
		font-size: 24px;
    	line-height: 32px;
	}
	.container3 .tab .title
	{
		font-size:16px;
	}
	.container3 .arrow
	{
		width: 30px;
    	height: 30px;
	}
	.about-us-mob .et_pb_row_inner_0 
	{
		display:flex;
	}
	.footer-section1 .et_pb_column 
	{
		width:100%;
	}
	.footer-section1 .et_pb_column  .et_pb_text_0_tb_footer
	{
		max-width:unset;
		margin-bottom: 15px;
	}
	
	.footer-section1 .et_pb_column .et_pb_text_1_tb_footer
	{
		max-width:unset;
		font-size:18px;
		line-height:24px;
	}
	.sm-industries-description p
	{
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	
	.et_pb_menu .et_mobile_nav_menu
	{
		margin:0 0px !important;
	}
	.hero-content-container
	{
		padding:0 10px;
	}
	.home-about-flex .et_pb_row
	{
		padding:0 10px;
	}
	.content-sm .sm-industries-image, .content-sm img 
	{
		width:100%;
	}
	.carousel-cards
	{
		width:60%;
	}
	.et_pb_number_counter_4.et_pb_number_counter
	{
		height:75px !important;
	}
	.et_pb_number_counter_0.et_pb_number_counter, .et_pb_number_counter_1.et_pb_number_counter, .et_pb_number_counter_2.et_pb_number_counter, .et_pb_number_counter_3.et_pb_number_counter, .et_pb_number_counter_5.et_pb_number_counter, .et_pb_number_counter_6.et_pb_number_counter, .et_pb_number_counter_7.et_pb_number_counter
	{
		height:75px !important;
	}
	.cs-item-container
	{
		gap:1%;
	}
	.cs-item-container .cs-item
	{
		width:49%;
		
	}
	.stories-item
	{
		width:50%;
	}
	.stories
	{
		padding:0px 5px;
	}
	.stories-image-container
	{
		background-size:contain;
	}
	.services-bold
	{
		line-height:40px;
	}
	.data-ai-section-two-background,.website-section-two-background,.mobility-section-two-background,.pe-section-two-background,.ecom-section-two-background,.ui-ux-section-two-background,.qa-section-two-background
	{
		margin-bottom:-1px;
	}
	
	.data-ai-tech
	{
		width:50%;
	}
	.data-ai-section-two-background
	{
		background-size: 362px 300px !important;
    	background-position-x: 100% !important;
    	background-position-y: 170px !important;
	}
	.website-section-two-background
	{
		background-size: 307px 250px !important;
		background-position-x: 94% !important;
		background-position-y: 200px !important;
	}
	.mobility-section-two-background
	{
		background-size: 362px 250px !important;
		background-position-x: 97% !important;
		background-position-y: 175px !important;
	}
	.pe-section-two-background
	{
		background-size: 289px 300px !important;
    	background-position-x: 90% !important;
    	background-position-y: 200px !important;
	}
	.ecom-section-two-background
	{
		background-size: 316px 300px !important;
    	background-position-x: 95% !important;
    	background-position-y: 174px !important;
	}
	.ui-ux-section-two-background
	{
		background-size: 290px 300px !important;
    	background-position-x: 95% !important;
    	background-position-y: 207px !important;
	}
	.qa-section-two-background
	{
		background-size: 331px 300px !important;
    	background-position-x: 95% !important;
    	background-position-y: 226px !important;
	}
	.website-technology-icon .et_pb_column
	{
		max-width:unset;
	}
	.ui-ux-logos
	{
		max-width:500px !important;
	}

	.events-overlay
	{
		height:101%;
	}
	.events-cus-space 
	{
		margin-bottom:20px;
	}
	.benefits-block-section 
	{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	#clients-info 
	{
		padding-left: unset !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap:15px;
	}
	.career-path,.employee-retention-rate
	{
		margin-right:0px !important;
	}
	#sticky-header-section
	{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.etb-tab-section
	{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.ben-second-row
	{
		display:flex;
		padding: 0px 10px;
	}
	
	.events-row-item .et_pb_column:first-child
	{
		padding-right:20px;
	}
	
	.events-list-container
	{
		max-width:unset !important;
	}
}
html, body {
  overflow-x: hidden;
}

.et_pb_column_0_tb_header{
		padding-top:28px !important;
	padding-bottom:28px !important;
	}
.cs-featured-image img{
	display:block;
}
.services-page #main-content .et_pb_section_0{
	padding:0px 52px;
}
#sticky-header-section{
	display:flex;
	align-items: center;
}
#sticky-header-section .et_pb_column_1_tb_header {
    padding-top: 0px;
}
@media only screen and (max-width: 1330px){
	.stories-image-container img{
		height:auto;
	}
	.et_pb_row_1.et_pb_row.data-ai-section-two-background{
		    background-size: calc(100% - 700px) !important;
		padding-bottom: 60px !important;
	}
	.data-ai-section-two-background .et_pb_module{
		max-width: 700px;
	}
	.footer-menu-section .et_pb_column_6_tb_footer {
		width:60%;margin-right:0px;
	}
	.footer-menu-section .et_pb_column_7_tb_footer {
		width:40%;
	}
}
@media only screen and (max-width: 1200px){
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 11px !important;
}
	.benefits-block-section.et_section_regular,
	.adm-benefits-circles{
		padding:0px 52px !important;
	}
	.adm-benefits-circles #clients-info{
		padding-left:0px !important;
		justify-content: center;
    display: flex;
    flex-wrap: wrap;
		        margin-bottom: 45px !important;
	}
	.employee-retention-rate{
		margin-top:0px;
	}
	.ben-second-row{
		    justify-content: center;
    display: flex;
    flex-wrap: wrap;
		gap:15px;
	}
	.ben-second-row .et_pb_column{
		width:100% !important;
		max-width:400px;
		height:400px;
		display:flex;
		flex-direction:column;
		justify-content:center;
		flex-wrap: nowrap;
		
	}
	.adm-benefits-circles #clients-info .et_pb_column{
		max-width:400px;
		height:400px;
		display:flex;
		flex-direction:column;
		justify-content:center;
		flex-wrap: nowrap;
	}
	.clients-info{
		margin-top:0px;
	}
}
@media only screen and (max-width: 1160px){
	.et_pb_row_1.et_pb_row.data-ai-section-two-background{
		background-size: 332px 275px !important;
		padding-bottom: 225px !important;
		background-position: bottom right  !important;
		padding-right: 41px !important;
		
	}
	.et_pb_row_1.et_pb_row.pe-section-two-background{
		background-position: bottom right  !important;
		padding-right: 41px !important;
		background-size: 265px 275px !important;
		padding-bottom: 225px !important;
	}
	.et_pb_row_1.et_pb_row.ecom-section-two-background{
		background-position: bottom right 10px !important;
		padding-right: 41px !important;
		background-size: 289px 275px !important;
		padding-bottom: 178px !important;
	}
	.et_pb_row_1.et_pb_row.website-section-two-background{
		background-position: bottom right 20px !important;
		padding-right: 41px !important;
		background-size: 338px 275px !important;
		padding-bottom: 225px !important;
	}
	.et_pb_row_1.et_pb_row.mobility-section-two-background{
		background-position: bottom right 10px !important;
		padding-right: 41px !important;
		background-size: 399px 275px !important;
		padding-bottom: 225px !important;
	}
	.et_pb_row_1.et_pb_row.ui-ux-section-two-background{
		background-position: bottom right 10px !important;
		padding-right: 41px !important;
		background-size: 266px 275px !important;
		padding-bottom: 225px !important;
	}
	.et_pb_row_1.et_pb_row.qa-section-two-background{
		background-position: bottom right 10px !important;
		padding-right: 41px !important;
		background-size: 304px 275px !important;
		padding-bottom: 225px !important;
	}
	.data-ai-section-two-background .et_pb_module,
	.pe-section-two-background .et_pb_module,
	.ecom-section-two-background .et_pb_module,
	.website-section-two-background  .et_pb_module,
	.mobility-section-two-background .et_pb_module ,
	.ui-ux-section-two-background .et_pb_module,
	.qa-section-two-background .et_pb_module{
		max-width: 100%;
	}
}
@media only screen and (max-width: 1024px){
.post-template-default.single-post #main-content .et_pb_section,
	.services-page #main-content .et_pb_section,
	.page-id-4406083 #main-content .et_pb_section,
	.post-1284.page .et_pb_section,
	.adm-privacy-page{
	padding-left:10px;
	padding-right: 10px;
}
		.adm-privacy-page,
	.adm-sections{
	padding-left:10px !important;
	padding-right: 10px !important;
}
	.benefits-block-section.et_section_regular,
	.adm-benefits-circles{
		padding:0px 10px !important;
	}
.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap 
	{
		justify-content: flex-start !important;
	}	
	.et_pb_column_0_tb_header{
		padding-top:32px !important;
	}
	.header-mobile-menu .menu-button {
    width: 11% !important;
}
	.stories-title{
		width:95%;
	}
	body #page-container .et_pb_section .et_pb_button_0_tb_header{
		text-align:center;
	}
}
@media only screen and (max-width: 980px){
	.about-slider-content .slick-slide img{
		width:100%;
	}
	.header-mobile-menu{
		 display: flex !important;
        align-items: center;
        height: 80px !important;
}
	.header-mobile-menu .et_pb_image_1_tb_header {
    margin-top: 0px !important;
	}
	.et_pb_module .mobile_menu_bar:before {
    top: -2px;
    margin: 0px;
}
	.et_pb_column_2_tb_header{
		padding-top:0px !important;
	}
	.et_pb_row_1_tb_header.et_pb_row.header-mobile-menu{
		padding-top:0px !important;
	}
	.benefits-list .et_pb_text{
		padding-bottom:30px !important;
	}
	.benefits-list .et_pb_image {
		padding-top: 20px !important;
	}
.footer-menu-section .et_pb_column_6_tb_footer {
		width:100%;margin-right:0px;
	}
	.footer-menu-section .et_pb_column_7_tb_footer {
		width:100%;
	}
	.adm-benefits-circles #clients-info .et_pb_column{
		margin-bottom:0px;
	}

	.ben-second-row .et_pb_column{
		align-items:center;
	}
	.adm-benefits-circles #clients-info{
		padding-right:0px !important;
	}
	
	.adm-benefits-circles .et_pb_row.ben-second-row{
		
		padding:0px !important;
	}
	.employee-retention-rate{
		margin-right:0px !important;
	}
		.adm-benefits-circles #clients-info{
		
		padding-right:0px !important;
	}
		.adm-benefits-circles .et_pb_row.ben-second-row{
		
		padding:0px !important;
	}
	
}
@media only screen and (max-width: 834px){
	.adm-benefits-circles #clients-info{
		margin-bottom:15px !important;
	}
		.adm-benefits-circles #clients-info,
	.adm-benefits-circles .et_pb_row.ben-second-row{
		flex-direction:column;
	}
		.adm-benefits-circles #clients-info{
		justify-content: flex-start;
		gap: 0px;
	}
		.adm-benefits-circles #clients-info{
		margin-bottom:0px !important;
	}
		.adm-benefits-circles .et_pb_row.ben-second-row{
		justify-content: flex-start;
		gap: 0px;
	}
	.hours-info,
	.employee-retention-rate{
		margin-left:auto;
		margin-bottom:0px !important;
	}
}
@media only screen and (max-width: 767px){

	.home-testimonial-section .et_pb_row.et_pb_row_6{
		padding:0px !important;
	}
	.adm-benefits-circles .et_pb_row.ben-second-row{
		justify-content: flex-start;
		gap: 0px;
		padding:0px !important;
	}
	.cs-item-container .cs-item{
		margin-bottom:30px;
	}

	.cs-item-container,
	.stories-title{
		margin-top:20px;
	}
	.stories-title{
		margin-bottom:0px;
	}
	.cs-details h2,
	.stories-title a{
		font-size:18px;
		line-height:1.5;
	}
	.stories-item ul li{
		margin-top:10px;
	}
	.cs-details ul li,
	.stories-item ul li {
		font-size:14px; 
		height: 40px;
		line-height: 36px;
		padding: 0px 17px;	
	}
	.cs-featured-image img{
		margin-bottom:20px;
	}
		.cs-details h2{
		margin-bottom:0px;
	}
	.stories-title{
		width:100%;
	}
	.stories-image-container img{
		height:auto;
	}
		.et_pb_row_1.et_pb_row.data-ai-section-two-background{
		background-size: 180px 149px !important;
		padding-bottom: 100px !important;
	}
	.et_pb_row_1.et_pb_row.pe-section-two-background{
		background-size: 143px 149px !important;
		padding-bottom: 100px !important;
	}
	.et_pb_row_1.et_pb_row.ecom-section-two-background{
		background-size: 163px 155px !important;
		padding-bottom: 75px !important;
	}
	.et_pb_row_1.et_pb_row.website-section-two-background{
		background-size: 150px 122px !important;
		padding-bottom: 70px !important;
	}
	.et_pb_row_1.et_pb_row.mobility-section-two-background{
		background-size: 150px 103px !important;
		padding-bottom: 70px !important;
	}
	.et_pb_row_1.et_pb_row.ui-ux-section-two-background{
		background-size: 145px 150px !important;
		padding-bottom: 80px !important;
	}
	.et_pb_row_1.et_pb_row.qa-section-two-background{
		background-size: 145px 130px !important;
		padding-bottom: 80px !important;
	}
	.et_pb_row_1.et_pb_row.data-ai-section-two-background,
	.et_pb_row_1.et_pb_row.pe-section-two-background,
	.et_pb_row_1.et_pb_row.ecom-section-two-background,
	.et_pb_row_1.et_pb_row.website-section-two-background,
	.et_pb_row_1.et_pb_row.mobility-section-two-background,
	.et_pb_row_1.et_pb_row.ui-ux-section-two-background,
	.et_pb_row_1.et_pb_row.qa-section-two-background{
		padding-right: 18px !important;
	}
	body #page-container .et_pb_section .et_pb_button_0_tb_header{
		text-align:inherit;
	}
	.events-row-item .et_pb_column:first-child
	{
		padding-right:0px;
	}
	.adm-benefits-circles #clients-info .et_pb_column{
		height:auto;
	}
	.adm-benefits-circles #clients-info .clients-info{
		max-width:280px;
	}
	.adm-benefits-circles #clients-info .hours-info{
		        max-width: 318px;
	}
	.ben-second-row .et_pb_column{
		height: auto;
	}
	.adm-benefits-circles #clients-info .career-path{
		max-width:290px;
	}
	.adm-benefits-circles .ben-second-row .employee-retention-rate{
		max-width:318px;
		margin-left:auto !important;
	}
	.ben-second-row .career-path{
		max-width:290px;
	}
	.ben-second-row .interest-free-loan{
		max-width:278px;
	}
.am-loader
	{
		height:unset;
	}
}

.wpcf7 form.sent .wpcf7-response-output
{
	border-color: #3CC194 !important;
    border: 1px solid #3CC194 !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-size: 16px !important;
    margin-left: 0px !important;
}
form.wpcf7-form.submitting .ajax-loader {
    visibility: visible !important;
} 
.grecaptcha-badge { 
    visibility: hidden;
}
@media (max-width: 460px) {
    #menu-footer-menu li {
        padding-right: 5px;
    }
}
.am-loader
{
	position: absolute;
    width: 100%;
    height: 0px;
}
@media (min-width: 2000px){
	#main-content .et_pb_section,
	.et-l--footer .et_pb_section,
	#sticky-header-section,
	.hero-content-container
	{
		max-width:1640px;
	}
	#sticky-header-section{
		max-width:1640px !important;
	}
	#main-content .et_pb_section.home-slider-slick{
		max-width: 100%;
	}
	#main-content .et_pb_section.home-tabs .et_pb_row{
		max-width:100%;
	}
	#main-content .et_pb_section.et_pb_section_video.et_pb_with_background,
	#main-content .post-1580 .et_pb_section.et_pb_section_0,
	#main-content .post-4404399 .et_pb_section.et_pb_section_0,
	#main-content .post-4404397 .et_pb_section.et_pb_section_0{
		max-width: 100%;
	}
	.about-slider .slick-slide img{
		width:100%;
	}
	.evets-container .et_pb_image_wrap  img,
	.evets-container .et_pb_image_wrap{
		width:100%;
	}
}
@media (min-width: 2500px){
	#main-content .et_pb_section,
	.et-l--footer .et_pb_section,
	#sticky-header-section,
	.hero-content-container,
	body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row, 
	body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row{
		max-width:1900px;
	}
	#sticky-header-section{
		max-width:1900px !important;
	}
}

body #page-container .et_pb_section .et_pb_button_0_tb_header:after,
body #page-container .et_pb_section .et_pb_button_0_tb_header{
	transition:none !important;
}