/* header css */
body.home {
    overflow-x: hidden;
} 

header.site-header {
    max-width: 100% !important;
    padding: 20px 0;
	background-color:#fff;
    position: fixed;
    width: 100%;
    background-color: transparent;
	z-index:9;
	transition: .2s linear;
/* 	border-bottom: 1px dotted #2F2E2E; */
}
header.site-header .header-inner {
		max-width: 1410px;
		margin: auto;
		width: 100%;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.header-inner .site-branding, .header-inner .site-branding > div {
    margin: 0px !important;
}
header.site-header ul > li > a {
    color: #2F2E2E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    padding: 15px 15px !important;
	transition:color .3s ease-in ;
}
header.site-header ul > li > a:hover{
	transition:.3s ease-in ;
	color:#8AE4FF;
}
.site-branding .site-logo a img {
/*     filter: invert(1); */
}
.site-nav-main {
    display: flex;
    align-items: center;
    gap: 30px;
}

header .site-logo {
/*     position: relative; */
}

header .site-logo > img {
    position: absolute;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}
header.site-header.scroll-down span.custom-logo-link {
/*     opacity: 0;
    visibility: hidden; */
}
header.site-header.scroll-down .site-logo > img  {
/*     opacity: 1;
    visibility: visible; */
}
header.site-header.fixed-scrolled {
    padding: 15px 0px !important;
	transition: .2s linear;
}
.primary-menu-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.primary-menu-container {
    margin: 0px !important;
}
header.site-header .btn-wrapper a {
	font-family: "Zalando Sans", sans-serif;
    padding: 17px 35px 17px 54px !important;
	color: #FFFFFF !important;
	background-color: #2F2E2E !important;
}
header.site-header .btn-wrapper a:hover{
	color:#2F2E2E !important;
	background-color:transparent !important;
}
header.site-header.scroll-up {
    transform: translateY(-100%);
    transition: .3s linear;
}
 
header.site-header.scroll-down {
    transform: translateY(0);
    transition: .3s linear;
}
.menu-button-container #primary-mobile-menu {
    padding: 0px;
}
header.site-header.scroll-down {
    background-color: #fff;
    box-shadow: 0px 0px 20px #0000001f;
}
/* header.site-header.scroll-down .site-branding .site-logo img {
    filter: invert(1);
} */

header.site-header.scroll-down ul > li > a,header.site-header ul > li > a {
	font-family: "Zalando Sans", sans-serif;
/*     color: #fff; */
}
/* 
header.site-header.fixed-scrolled .btn-wrapper.black-btn .theme-btn span {
    color: #fff;
} */
/* header.site-header.fixed-scrolled .btn-wrapper.black-btn .theme-btn svg path {
    stroke: #fff;
} */
header.site-header.fixed-scrolled .primary-menu-container .btn-wrapper.black-btn a::before {
/*     background-color: #fff; */
}
header.site-header.fixed-scrolled {
    border-bottom: 1px dotted #fff;
}
button#primary-mobile-menu {
    filter: invert(1);
}
.primary-navigation-open button#primary-mobile-menu {
    filter: invert(0);
}
header.site-header.fixed-scrolled button#primary-mobile-menu {
/*     filter: invert(0); */
}


header.site-header .site-logo {
    display: flex;
    gap: 35px;
}

ul#menu-header-menu2 {
    padding: 0px;
    list-style-type: none;
}

ul#menu-header-menu2 li a {
/*     color: #2F2E2E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    padding: 15px 15px !important;
    transition: color .3s linear;
    display: inline-block; */
}

ul#menu-header-menu2 {
    display: flex;
    align-items: center;
}
header.site-header.scroll-down .theme-btn {
/*     background-color: #fff !important;
    color: #2e2e2e !important; */
}
header.site-header.scroll-down .theme-btn svg path {
/*     stroke: #2e2e2e; */
}
ul#primary-menu-list li:nth-child(1), ul#primary-menu-list li:nth-child(2) {
    display: none;
}
/* white header */
/* body.home header.site-header .primary-menu-container a {
    color: #2F2E2E;
}
body.home header.site-header .btn-wrapper.black-btn .theme-btn span {
    color: #fff;
}
body.home header.site-header .btn-wrapper.black-btn .theme-btn svg path {
    stroke: #fff;
}
body.home header.site-header .primary-menu-container .btn-wrapper.black-btn a::before {
    background-color: #fff;
}
body.home header.site-header {
    border-bottom: 1px dotted #fff;
}

body.home header.site-header .primary-menu-container a:hover{
	color:#FFFAAF;
}
body.home button#primary-mobile-menu {
    filter: invert(0);
} */
ul#menu-header-menu2 {
    position: absolute;
    width: max-content;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* header css end*/
/* footer css */
footer.footer {
    background-color: #2F2E2E;
    color: #fff;
    padding-top: 72px;
	padding-bottom: 42px;
}

.footer-innner {
    max-width: 1326px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

aside.widget-area {
    margin: 0px;
    padding: 0px;
}

.powered a,.powered p {
    color: #818181;
    font-size: 13px;
    line-height: 100%;
}

.powered {
    display: flex;
    align-items: center;
    gap: 24px;
	flex-wrap:wrap;
	margin-right: 25px;
}
.bottom-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.bottom-right-footer {
    flex: 1 1 auto;
    max-width: 786px;
/* 	width:100%; */
}
span.custom-logo-link {
/*     display:none; */
}
.bottom-right-footer .site-logo {
    margin: 0px;
	margin-bottom:35px;
}
aside.widget-area section:nth-child(1) p a{
    font-size: clamp(32px, calc(2rem + ((1vw - 7.68px) * 1.7857)), 44px);
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -0.1rem;
    color: #fff;
    margin-bottom: 5px;
	display:block;
	transition:.3s linear;
}
aside.widget-area section:nth-child(1) img {
    width: 30px;
    margin-top: 0px;
    cursor: pointer;
}
 ul#menu-footer-menu li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
	transition:color .3s linear;
}
 aside.widget-area::after {
    content: none !important;
}
aside.widget-area {
    display: flex;
    justify-content: space-between;
   flex-wrap: wrap-reverse;
    gap: 20px;
}
aside.widget-area > section {
    margin: 0px;
}
section#text-3 p:last-child, section#text-3 p:last-child  a {
    line-height: 0px;
}
section#text-3 p:last-child {
    margin-top: 10px;
}
span.wordes {
/*     font-size: clamp(35px, calc(2.1875rem + ((1vw - 7.68px) * 5.2083)), 70px); */
	  font-size: clamp(24px, calc(1.5rem + ((1vw - 5.76px) * 5.3241)), 70px);
    line-height: 100%;
    display: inline-block;
    padding: clamp(14px, calc(0.875rem + ((1vw - 5.76px) * 1.1574)), 24px) clamp(20px, calc(1.25rem + ((1vw - 5.76px) * 1.9676)), 37px);
    color: #2F2E2E;
	font-weight:500;
}

span.wordes:nth-child(1),span.wordes:nth-child(5) {
    background-color: #D4FF83;
    border-radius: 40px;
}

span.wordes:nth-child(2) {
    background-color: #BDFFB4;
    border-radius: 70px;
}
span.wordes:nth-child(3) {
    background-color: #C1DDFC;
    border-radius: 40px;
}
span.wordes:nth-child(4) {
    background-color: #6CFC82;
    border-radius: 100px;
}
span.wordes:nth-child(6) {
    background-color: #8AE4FF;
    border-radius: 40px;
}
.phrase {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 776px;
}


.phrase{
	span.wordes:nth-child(1),span.wordes:nth-child(3),span.wordes:nth-child(5),span.wordes:nth-child(6){
		animation: phraseRadius 3s infinite linear alternate;
	}
		span.wordes:nth-child(2),span.wordes:nth-child(4){
		animation: phraseRadius1 3s infinite linear alternate;
	}
}
@keyframes phraseRadius {
    0%   { border-radius: 40px; }
    100%   { border-radius: 100px; }
}
@keyframes phraseRadius1 {
    0%   { border-radius: 70px; }
    100%   { border-radius: 10px; }
}
.bottom-right-footer span.custom-logo-link {
    display: none;
}

.bottom-footer a:hover {
   transition:.3s ease-in !important;
}
.bottom-footer a:hover {
    color: #D4FF83 !important;
}

ul#primary-menu-list {
    display: none;
}
.service-industry h2 {
    font-size: clamp(46px, calc(3.75rem + ((1vw - 7.68px) * 4.4643)), 85px);
}


.phrase span.wordes {
    font-size: 70px;
}

/* footer-end */


@media(min-width:1600px){
section.vc_section.home-banner {
/*     padding: clamp(120px, calc(7.5rem + ((1vw - 7.68px) * 19.3452)), 250px) 0 15% !important; */
	padding-bottom:180px !important;
}
}
@media(max-width:1200px){
	header.site-header {
    	padding: 20px 0;
	}
	header.site-header .primary-menu-container a {
/* 		padding: 15px 8px !important; */
	}
	.site-nav-main {
		gap: 16px;
	}
	.vc_row.client-job-row {
		flex-direction: column;
		gap: 20px;
	}
	.client-job-row > div:first-child {
    width: 100%;
}
	.client-job-row > div:last-child {
    width: 100%;
}
ul.case-list {
    flex-direction: column !important;
}
ul.case-list li {
    flex: 0 0 auto;
    width: 100%;
}
	
.vc_row.number-row > div:nth-child(6) {
    transform: unset;
}
.vc_row.number-row > div:nth-child(3n) {
    transform: unset;
}
section.vc_section.data-section .number-row > div > div > div {
    min-height: unset;
}
.vc_row.number-row > div:nth-child(4) {
/*     display:none; */
}
section.vc_section.data-section {
    padding-bottom: clamp(120px, calc(7.5rem + ((1vw - 7.68px) * 8.9286)), 180px)  !important;
}
.vc_row.number-row {
    display: flex;
    flex-wrap: wrap;
}
.vc_row.number-row > div {
    flex: 0 0 auto;
    width: 33%;
}
.charity-slider .slick-list {
    padding-right: 40%;
}
	
section.vc_section.job-section .job-filter-wrapper {
    flex: 0 0 auto;
    width: 36%;
}
	
.capable-hovered-row > div {
    flex-wrap: wrap;
	row-gap:20px;
}
.capable-hovered-row > div > h5 {
    width: 100%;
}
.capable-hovered-row > div > ul {
    width: 100% !important;
}
.serv-industry-scroll > div h2 {
    font-size: 60px;
}
.capable-hovered-row > div {
    grid-template-columns: 300px 1fr 1fr;
}
.vc_row.wpb_row.vc_row-fluid.home-banner-title h1 {
/*     max-width: 1000px; */
}
}

@media(max-width: 1024px) {
	ul#primary-menu-list {
		display: block;
	}
	.primary-menu-container {
		flex-direction: column;
		align-items: start;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.primary-menu-container .btn-wrapper.black-btn {
		margin-left: 8px;
	}
    .site-logo {
        position: relative !important;
        padding: 0px !important
    }

    .site-logo :nth-child(n) {
        height: unset !important;
        line-height: normal !important;
        min-height: unset !important
    }

    .site-logo img.custom-logo,
    .heder-white-logo {
        max-height: unset !important;
        max-width: unset !important;
        width: clamp(130px, calc(8.125rem + ((1vw - 5.76px) * 6.9444)), 190px) !important;
    }

    .menu-wrapper {
        flex-direction: column;
		padding:0px;
    }

    .primary-menu-container {
        margin: 0px !important;
        transition: 0.5s ease-in;
    }

    .menu-button-container {
        display: block !important;
        position: static !important;
        background-color: #fff;
        width: max-content !important;
        margin-left: auto;
        border-radius: 10px;
        padding: 0px;
        z-index: 999;
        position: relative !important
    }

    button#primary-mobile-menu:focus {
        outline: none !important
    }

    .primary-navigation {
        position: static !important
    }

    .menu-button-container button {
        background-color: transparent !important;
        border-radius: 10px !important;
        color: #000 !important
    }

    .primary-menu-container {
        position: fixed !important;
        top: -100% !important;
        height: max-content;
        width: 400px !important;
/* 		width:max-content !important; */
        right: 0px !important;
        left: unset !important;
        padding-top: 100px !important;
        padding-bottom: 40px !important;
        transition: 0.5s ease-in !important;
        background-color: #2e2e2e !important;
        z-index: 2;
        border-radius: 0 0 0 30px;
        opacity: 0 !important;
        transition: .5s cubic-bezier(0.4, 0, 1, 1) !important;
        box-shadow: 5px 5px 10px #00000014;
		
/*         inset: 0; */
/*         background: linear-gradient(90deg, #2F2E2E, #163D25, #2F2E2E); */
/* 		background: linear-gradient(90deg, #2F2E2E 0%, #42401D 100%); */

/*         background-size: 300% 300%; */
/*         animation: gradientMove 6s ease infinite; */
        z-index: -1;
    }

    .primary-navigation-open .primary-menu-container {
        transition: .5s cubic-bezier(0.4, 0, 1, 1) !important;
        top: 0% !important;
        opacity: 1 !important
    }

    .primary-menu-container ul.menu-wrapper a {
        color: #000 !important
    }

    .primary-navigation>div>.menu-wrapper li {
/*         border-bottom: 1px solid #0000001a */
    }

    .site-logo img.custom-logo,
    .white-logo img {
        width: 100%
    }


    .primary-navigation-open .menu-button-container #primary-mobile-menu {
        position: static;
        background-color: transparent !important;
        color: #fff !important
    }

    .lock-scrolling .site {
        position: static !important
    }
	.primary-navigation-open .menu-button-container,.menu-button-container{
		background-color:transparent !important;
	}
	
 .primary-navigation ul#primary-menu-list a {
    color: #D9D0C1 !important;
}
.site-nav-main .btn-wrapper.black-btn a > div {
/*     background-color: #fff; */
}
.primary-navigation ul#primary-menu-list a {
    color: #fff !important;
/*     font-size: clamp(18px, calc(1.125rem + ((1vw - 4.8px) * 1.1029)), 24px); */
	font-size:24px;
}
	header.site-header .primary-menu-container .btn-wrapper.white-btn a span{
		font-size:24px !important;
	}
header.site-header .primary-menu-container .btn-wrapper a {
    left: 0px;
}
header.site-header	.primary-menu-container {
    gap: 5px;
}
header.site-header .primary-menu-container .btn-wrapper a {
    width: max-content;
}
	header.site-header .primary-menu-container .btn-wrapper a {
    background-color: #fff !important;
    color: #2e2e2e !important;
}
header.site-header .primary-menu-container .btn-wrapper a svg path {
    stroke: #2e2e2e !important;
}
ul#menu-header-menu2 {
    display: none;
}
ul#primary-menu-list li:nth-child(1), ul#primary-menu-list li:nth-child(2) {
    display: block;
}
	header.site-header.scroll-down span.dropdown-icon.open {
/*     filter: invert(1); */
}
/* menu-css-end	 */
	
	
ul.case-list li {
    flex: 0 0 auto;
/*     width: calc((100% - 48px) / 2); */
/*     width: calc((100% - 24px) / 2); */
}
.industry-cont {
    flex-direction: column;
}
.industry-cont p {
	width:100%;
    margin-top: 24px;
}
.industry-descp {
    padding-top: 30px;
    row-gap: 5px;
}
h2.done-counter >div {
    min-width: 70px;
}
.vc_row.number-row > div {
    margin-bottom: 24px;
}
.vc_row.number-row > div:last-child {
    margin-bottom: 0px;
}
/* Case Studies page css start 10-02-2026 */
section.vc_section.case-study-page-sec .case-study-inner-row {
    flex-wrap: wrap;
}
section.vc_section.case-study-page-sec .case-study-inner-row .case-study-inner-col {
    width: calc((100% - 24px) / 2);
}
	
.service-slider1 {
    row-gap: 50px;
    flex-direction: column;
}
.service-slider1 > div {
    width: 100%;
}
.servc-box-cont {
    max-width: 400px;
}
.vc_row.wpb_row.vc_row-fluid.home-banner-title > div {
/*     width: 100%;
    margin-top: 30px; */
}
.vc_row.wpb_row.vc_row-fluid.home-banner-title h1 {
/*     max-width: 690px; */
/* 	max-width: 800px; */
}
.primary-navigation > .primary-menu-container .btn-wrapper.theme-btn span {
    font-size: 24px;
}
	
header.site-header .btn-wrapper.black-btn .theme-btn span {
/*     color: #fff; */
}
header.site-header .btn-wrapper.black-btn .theme-btn svg path {
/*     stroke: #fff; */
}
header.site-header .primary-menu-container .btn-wrapper.black-btn a::before {
    background-color: #fff;
}



.job-detail-page-section {
    .single_job_listing .left {
        flex: 0 0 auto;
        width: 100%;
    }
	.single_job_listing .right {
    width: 100%;
}
	  .detail {
        max-width: 500px;
    }
}
section.vc_section.case-study-page-sec .case-study-inner-row {
    flex-wrap: wrap;
    flex-direction: column;
}
section.vc_section.case-study-page-sec {
    padding-top: 140px;
}

	
.mission-row > div > div > div,.mission-row.mission-row2 > div > div > div {
    padding-left: 30px !important;
}
.mission-row > div > div > div p {
    opacity: 1;
    visibility: visible;
    max-height: unset;
	min-height:unset !important;
}
.mission-row > div > div > div {
    padding: 30px 0;
    padding-right: 30px;
    min-height: unset !important;
    gap: 20px;
    flex-direction: column;
    align-items: start;
	border-radius:40px;
}
	.mission-row.mission-row2 > div > div > div::before,.mission-row > div > div > div::before{
		content:none !important;
	}
	.mission-row > div > div > div{
		background-color:#D4FF83;
	}
	.mission-row.mission-row2 > div > div > div{
		background-color:#BDFFB4;
	}
.mission-row > div > div > div:hover ,.mission-row.mission-row2 > div > div > div:hover{
    padding-left: 30px !important;
}
	
.vc_row.wpb_row.vc_row-fluid.industri-sec-row {
    display: flex;
    flex-wrap: wrap;
}

.vc_row.wpb_row.vc_row-fluid.industri-sec-row > div {
    width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.industri-sec-row > div:last-child {
    padding-top: 50px;
	padding-bottom: 0px;
}
.buy-slider {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.vc_row.industri-sec-row > div:first-child p {
    max-width: 796px;
/* 	 margin: 30px 0 !important; */
}
.wpb_text_column.industry-paragraph {
    margin: 30px 0;
}
	.mission-row > div > div > div h2::before{
		content:none !important;
	}
section.buy-slider-main {
    margin-left: auto;
    margin-right: auto;
}
.vc_row.number-row > div h2.done-counter span {
    margin-left: 0px;
}
h2.done-counter >div {
    min-width: 40px;
    margin-right: 10px;
}
	

	
.knowledge-boxes-row > div {
    width: calc((100% - 24px) / 2);
    max-height: unset;
}
.knowledge-para {
    opacity: 1;
}
	
.faq-main-team {
    flex-direction: column;
}
.faq-slider {
    width: 100%;
}
.faq-title {
	flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
.custom-faq-dots {
    margin: 0px !important;
}
.faq-button-dot {
    display: flex;
    gap: 30px;
    align-items: center;
}
.faq-box p {
    padding-top: 50px;
}
section.vc_section.about-banner .about-banner-row {
    top: 130px;
}
.charity-slider .slick-list {
    padding-right: 20%;
}

.serv-industry-scroll > div h2 {
    font-size: 50px;
}
	
.job-listing-outter {
    flex-direction: column;
}
section.vc_section.job-section .job-filter-wrapper {
    width: 100%;
}
.job-section .job-listing-outter ul#job_listing {
    flex: 0 0 auto;
    width: 100%;
}
.job-sec-title {
    padding-bottom: 80px;
}
.job-section ul#job_listing .detail .meta {
    flex-wrap: wrap;
}
	
	
.filter-button button {
	display: block;
}
.job-section .job-listing-outter {
    position: relative;
}
.job-section  .job-filter-wrapper {
    position: absolute;
    left: 0px;
    top: 80px;
    background-color: #fff;
/*     z-index: 5; */
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #00000042;
	opacity:0;
	visibility:hidden;
	z-index:-1;
	transition:.3s linear;
}
.job-section  .job-filter-wrapper.active {
	opacity:1;
	visibility:visible;
	z-index:5;
	transition:.3s linear;
}
.job-section  .search_categories {
    margin-bottom: 30px !important;
}	

	
.single-case-studies section.vc_section.case-study-page-sec .case-study-inner-row .case-study-inner-col {
    width: 100%;
}
	
.phrase span.wordes {
    font-size: 50px;
}
.phrase {
    max-width: 576px;
}
header .site-logo {
    position: relative;
}
.vc_row.wpb_row.vc_row-fluid.service-baner-row {
    top: 110px;
}
.filter-button {
    display: block;
}
.get-last-para {
    flex-direction: column;
    row-gap: 10px;
    border-radius: 10px;
}
.get-last-para p {
    font-size: 20px;
}
}

@media(max-width:992px){
	
.bottom-footer {
    gap: 30px;
    flex-direction: column-reverse;
	align-items: start;
}
.bottom-right-footer {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}	
	.right-footer aside.widget-area section:nth-child(2) {
		margin-bottom: 50px;
	}
	
	.area-main {
    flex-direction: column;
}
.area-main .left-area {
    display: flex;
    flex-direction: column;
	width:100%;
}
.area-main .right-area {
    padding-left: 0px;
    margin-top: 30px;
	width:100%;
	max-width:100%;
}
.area-dsecription p {
    margin-bottom: 30px;
}
.area-dsecription p {
    margin-bottom: 30px;
}
.job-shape {
    margin-bottom: 30px;
    max-width: 400px;
}
.job-listing-outter ul#job_listing {
    width: 100%;
}
.area-main .left-area .job-filter-wrapper {
/*     display: none; */
}
.area-main .right-area .search_categories {
	display:inline-flex;
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.area-main {
    flex-direction: column;
}
	
	
section.vc_section.job-areas .job-shape {
    position: absolute;
    top: -220px;
    left: 20px;
    width: 100%;
}
section.vc_section.job-areas {
    position: relative;
/*     padding-top: 200px !important; */
	overflow:hidden;
}
.job-areas > .vc_row > div:first-child {
    margin-bottom: 0px !important;
}
.area-main .left-area {
    margin-top: 30px;
}

.vc_row.number-row > div {
    flex: 0 0 auto;
    width: 50%;
}	
.area-dsecription.desktop-only {
    display: none;
}
.area-dsecription.mobile-only {
    display: block;
	margin-top: 30px;
}
.search_categories {
    margin-bottom: 0px !important;
}
.vc_row.job-area-title-row {
    margin-bottom: 20px !important;
}
	
/* faq css */
	
ul.team-boxes {
    max-width: 100%;
    width: 100%;
}
ul.team-boxes .team-box {
    flex-direction: column;
}
ul.team-boxes .team-box .team-img {
    max-height: 0px;
	position:static;
}
.team-cont {
    max-width: 100%;
}
li.team-li.team-hovered .team-box {
    max-height: 1500px;
}
li.team-li.team-hovered .team-img {
    max-height: max-content;
}
/* faq css */
	
	
.serv-video-row3 .vc_row.wpb_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.serv-video-row3 .vc_row.wpb_row > div {
    width: 50%;
}
	
ul.team-boxes li {
    max-height: 170px;
    border-radius: 40px !important;
    overflow: hidden;
}	
li.team-li.team-hovered {
    max-height: 100%;
}
ul.team-boxes .team-box .team-img {
    display: none;
}
li.team-li.team-hovered .team-img {
    display: block;
}
section.vc_section.job-areas .job-area-titlebg {
    background-image: unset !important;
}
.serv-industry-scroll > div h2 {
    font-size: 40px;
}
.capable-hovered-row > div {
    grid-template-columns: 200px 1fr;
}
.vc_row.wpb_row.vc_row-fluid.home-banner-title h1 {
/*     max-width: 620px; */
}
.get-last-para {
    flex-direction: column;
    row-gap: 10px;
    border-radius: 10px;
}
.get-last-para p {
    font-size: 18px;
}
}

@media(max-width:768px){
	ul.case-list li {
    width: 100%;
}
.industry-title {
    flex-direction: column;
    align-items: start;
    gap: 50px;
}
.industry-btn-list .slick-dots {
    display: none !important;
}
	
.job-shape {
/*     padding-bottom: 47%; */
    position: relative;
	height: unset;
}
.job-shape-images img {
    position: absolute;
    width: 100% !important;
    object-fit: contain;
}

.job-shape .job-shape-images {
    position: static;
    width: 100%;
    height: unset;
    padding-bottom: 50%;
}
	
.job-areas > .vc_row > div:first-child {
    margin-bottom: 60px;
}
.mission-row > div > div > div {
    gap: 14px;
    flex-direction: column;
}
.mission-row > div:last-child {
    margin-top: 30px;
}
.contingent-img{
	display:block;
}
.service-title .service-btn {
    display: none;
}
.service-slider1 > div ,.service-slider1 > div.active {
    width: 100%;
}
.service-slider1 .service-box.service-box-one {
    border-left: 1px solid #000000;
    border-right: unset;
}
.service-box {
    padding-left: 24px;
    padding-right: 0px;
}
.service-slider1 {
    flex-direction: column;
    row-gap: 50px;
}
.service-slider1 > div.active .service-shape {
    display: none;
}
.service-slider1 > div .service-shape {
    display: none;
}
.service-slider1 > div .btn-wrapper.black-btn {
    opacity: 1;
}
.servc-box-cont p {
    margin: 20px 0 82px !important;
}
	
footer.footer .footer-innner {
    flex-direction: column;
}
.bottom-footer .site-logo {
    margin: 0px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-top: 31px !important;
    border-top: 1px solid #D9D0C1;
}
.right-footer {
    flex: 0 0 auto;
    width: 100%;
}
.right-footer aside.widget-area section:nth-child(1) p {
    max-width: 500px;
}
.last-review-sec .vc_row .vc_column-inner > div {
    flex-direction: column;
    align-items: start;
    gap: 40px;
}
.last-review-sec .vc_row .vc_column-inner > div div#last-rev-title {
    width: 100%;
}
.last-review-sec .vc_row .vc_column-inner > div .last-rev-name {
    flex: 0 0 auto;
    width: 100%;
}
.client-job-row > div:last-child .btn-wrapper.black-btn {
    text-align: left;
}
.vc_column_container>.vc_column-inner {
    padding-left: 16px;
    padding-right: 16px;
}

.client-logo{
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
    justify-content: center;
    column-gap: 40px;
}

/* regular logo boxes */
.client-logo-img {
    padding: 10px;
    border: 1px solid #F5F2F0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex:0 0 auto;
    width:calc((100% - 120px) / 3); 
}
.partner-clients > div:last-child {
/*     display: none; */
}
.job-shape-mobile{
	display:block;
	overflow:hidden;
}
.job-shape-desktop{
	display:none;
}
.baner-shape-row .rotate-images {
    height: 300px;
}
section.vc_section.home-banner {
/*     padding: 190px 0 252px !important; */
}
section.vc_section.home-banner p {
    max-width: 670px;
/*     margin: 50px auto 30px !important; */
}

.rotate-images {
    width: 100%;
    height: 416px;
}

section.vc_section.partners-sec {
    padding-bottom: 60px !important;
}

/* Case Studies page css start 10-02-2026 */
section.vc_section.case-studies-sec .case-study-heading {
/*     padding-top: 190px; 
	padding-bottom: 80px !important; */
}
section.vc_section.case-studies-sec::after {
    height: 650px;
}
section.vc_section.case-studies-sec::before {
    height: 650px;
}
section.vc_section.case-study-page-sec {
    padding-top: 190px;
}
section.vc_section.case-study-page-sec .case-study-inner-row .case-study-inner-col {
    width: calc((100% - 0px) / 1);
}
section.vc_section.case-study-page-sec .case-study-inner-row .case-study-inner-col h4 {
    padding-bottom: 20px;
}
section.vc_section.case-study-page-sec .case-descp .case-details {
    gap: 20px;
}
body.privacy-policy .entry-content {
/*     padding-top: 190px; */
}
.vc_row.home-banner-title > div:last-child > div > div {
    gap: 20px;
    flex-direction: column;
    align-items: start;
}
.mission-row > div > div > div {
    flex-direction: column;
    align-items: start;
    padding: 40px 30px;
}
.mission-row > div:last-child {
    margin-top: 0px;
}
	
.partner-clients.mobile-only {
    display: block;
}
.client-logo-1, .client-logo-2 {
    display: none;
}
	
	
.popup-inner form p:nth-of-type(6) span {
    font-size: 14px;
}
.popup-inner form {
    flex-direction: column;
	gap: 12px;
}
.popup-inner form > p:nth-of-type(-n+4) {
    width: 100% !important;
}
.popup-inner form > p:nth-of-type(-n+4) input{
		width:100%;
}
.popup-inner {
    padding: 30px 30px;
    height: 90vh;
    overflow: auto;
}
.popup-inner .close-btn {
    right: 30px;
}
.popup-inner form p:nth-of-type(6) label {
    align-items: start;
}
.popup-inner form p:nth-of-type(6) label input {
    height: 16px;
    width: 16px;
    flex: 0 0 auto;
    position: relative;
    top: 8px;
}
.popup-inner form p:nth-of-type(6) span {
    line-height: normal;
}
.right-area .area-title {
    margin-bottom: 30px;
}
	
.theme-btn {
    padding: 10px 25px 10px 44px;
    font-size: 18px;
}
.vc_row.video-row .wpb_raw_code .wpb_wrapper {
    height: auto;
}
.service-sec-bottom-container {
    flex-direction: column;
}
.service-sec-list ul {
    padding-top: 10px;
    padding-bottom: 20px;
}
.service-sec-card-wrapper {
    max-width: 100%;
}
.service-sec-list-wrapper {
    max-width: 100%;
}
.service-sec-list ul li {
    padding-left: 32px;
    font-size: 18px;
}
.service-sec-list ul li::before {
    top: 7px;
}
.service-sec-card-text p {
    font-size: 18px;
}
.service-sec-card-wrapper > .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px;
    padding-top: 20px;
}
.service-sec-card-text {
    padding-bottom: 20px;
}
section.vc_section.service-sec-two .vc_row:not(:first-child) {
    top: 0px;
}
.full-row{
		height:auto;
}	
.full-row:nth--last-child(2) > div > div {
/*     padding-bottom: 100px; */
}
.full-row:not(:first-child) > div > div {
    padding-bottom: 100px;
}
.full-row:last-child {
    margin-top:-50px;
}
.case-box {
    grid-template-columns: 1fr;
	gap: 0px;
}
.case-box .left-case-box {
    flex-direction: column-reverse;
	height:auto;
}
.case-box .top-case-title h4 {
    min-height: auto;
}
.top-case-title {
    margin-bottom: 0px;
}
.case-box:hover .top-case-title h4 {
    min-height: auto;
	font-size: clamp(28px, calc(1.75rem + ((1vw - 7.68px) * 2.381)), 44px) !important;
}
.case-box:hover .bottom-case-img {
    margin-right: 0px;
}
ul.case-list li:nth-child(1) .case-box {
    background-color: #C1DDFC;
}
ul.case-list li:nth-child(2) .case-box {
    background-color: #6CFC82;
}
ul.case-list li:nth-child(3) .case-box {
    background-color: #BDFFB4;
}
ul.case-list li:nth-child(4) .case-box {
    background-color: #8AE4FF;
}
ul.case-list li:nth-child(5) .case-box {
    background-color: #D4FF83;
}
.right-case-box {
    background-color: transparent;
}

.right-case-box {
    padding-top: 0px;
}
.right-case-box .btn-wrapper {
    padding-top: 20px;
}
.job-area-title-row .wpb_text_column > div {
    flex-direction: column;
    align-items: start;
    gap: 30px;
}
.vc_row.job-area-title-row {
    margin-bottom: 40px !important;
}
.partners-sec-inner-row > div > .wpb_wrapper {
    flex-direction: column;
}
section.vc_section.data-section .number-row h2 {
    font-size: 46px;
}
section.vc_section.home-banner p {
    margin: 40px auto 40px !important;
}
.vc_row.wpb_row.vc_row-fluid.introduction-row h4 br {
    display: none;
}
.job-area-title-row .wpb_text_column > div p {
    display: none;
}
.area-main .left-area {
    margin-top: 0px;
}
ul#job_listing li {
    padding: 20px 12px;
}
	
.case-box {
    border-radius: 50px;
}
	
.faq-box p {
    padding-top: 30px;
}
.charity-descp {
    flex-direction: column;
}
.vc_row.team-cont-row h4 {
    margin-top: 30px;
}
ul.team-boxes {
    margin-top: 50px;
}
.knowledge-boxes-row > div {
    width: 100%;
}
section.vc_section.about-banner .about-banner-row {
    width: 100%;
}
section.vc_section.about-banner .about-banner-row {
    top: 110px;
}
.about-banner h1 strong {
    margin-top: 20px;
}
	.vc_row.knowledge-row h2 br{
		display:none;
	}
.serv-industry-scroll > .wpb_column > div > div {
    align-items: start;
    flex-direction: column-reverse;
}
.serv-industry-scroll > .wpb_column.active .wpb_single_image {
    max-width: 100%;
}
	
.talk-serv-row > div:first-child {
    width: 100%;
}
.talk-serv-row > div:last-child {
    width: 100%;
    margin-top: 30px;
}
.vc_row.talk-serv-row > div > div > div{
		display:inline-block;
}
.vc_row.talk-serv-row > div > div > div h3 br {
    display: none;
}
.vc_row.wpb_row.vc_row-fluid.services-video-row2 p {
    max-width: 100%;
    margin-top: 20px;
}
.vc_row.wpb_row.vc_row-fluid.services-video-row2 h3 br {
    display: none;
}
.serv-video-row3 .vc_row.wpb_row > div {
    width: 100%;
}
.contignet-box2 > div > .wpb_wrapper {
    margin-top: 30px;
}
.contignet-scroll-para > div,.contignet-scroll-para1 > div {
    gap: 15px;
    flex-direction: column;
}
.vc_row.wpb_row.vc_row-fluid.talk-serv-row {
    padding: 42px 0px;
}
.contignet-box1 h4 {
    margin: 30px 0 !important;
}
.job-filter-wrapper h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.order_by select#sort ,.search_location span.select2-item-placeholder,.keyword-wrapper .input-field input#keyword,.search_sort span#select2-sort-container{
    padding: 12px 22px;
}	
.search_salary > div input {
    padding: 8px 6px !important;
}
.job-section  .job-filter-wrapper > div {
    margin: 0px;
    margin-bottom: 20px;
}
.bannerJob_detail_page .job-meta {
    margin-top: 30px;
    margin-bottom: 30px;
}
section.vc_section.job-detail-banner {
    padding: 120px 15px 80px !important;
}
section.vc_section.more_jobs_section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
section.vc_section.Consummate-professionals-sec .industry-box {
    padding: 30px 20px;
}
	
.contact-banner-row2 .label-main {
    font-size: 20px;
    margin-bottom: 12px;
}
.contact-banner-row2 form > p {
    margin-top: 20px;
}
.contact-banner-row2 form h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-banner-row2 form input, .contact-banner-row2 form textarea {
    padding: 12px 17px;
    font-size: 18px;
}
.contact-banner-row2 form input::placeholder, .contact-banner-row2 form textarea::placeholder {
    font-size: 18px;
}
.contact-banner-row1 p {
    margin-top: 30px;
}
.contact-banner-row2 {
    margin-top: 60px !important;
}
.serv-video-row3 .vc_row.wpb_row > div > div > div {
    min-height: 280px;
}
.serv-video-row3 .vc_row.wpb_row > div > div > div {
    padding: 30px 20px;
}
.testimonial-box {
    flex-direction: column;
    align-items: start;
    gap: 30px;
}
.testimonial-box h4 {
    flex: 0 0 auto;
    width: 100%;
}
.testimonial-box h5 {
    width: 100%;
}
	
	
.serv-industry-scroll > .wpb_column > div > div {
    align-items: start;
    flex-direction: column;
}

.serv-industry-scroll > .wpb_column > div > div .wpb_single_image {
    order: 2;
}

.serv-industry-scroll > .wpb_column > div > div > .wpb_text_column:nth-child(2) {
    order: 1;
}

.serv-industry-scroll > .wpb_column > div > div > .wpb_text_column:nth-child(3) {
    order: 3;
    height: auto;
    opacity: 1;
    padding: 20px 10px;
    max-height: max-content;
    transform: unset !important;
}
.capable-hovered-row > div > ul {
    width: 100%;
}
	
.service-sec-list.capable-hovered-row ul li {
    padding-left: 22px;
    font-size: 16px;
}
.service-sec-list.capable-hovered-row ul li::before {
    width: 16px;
}
.capable-hovered-row > div h4 {
    position: static !important;
    max-width: 100% !important;
    margin-bottom: 12px !important;
}
.capable-hovered-row > div {
    display: block;
}
.serv-industry-scroll > .wpb_column.active .wpb_single_image {
    display: none !important;
}
.wpb_text_column.wpb_content_element.service-sec-list.capable-hovered-row {
    border-radius: 16px;
}
/* .capable-hovered-row > div h4 strong, .capable-hovered-row > div h4, .capable-hovered-row > div h5 {
    font-size: 24px !important;
    line-height: 100%;
} */
.serv-industry-scroll > .wpb_column .wpb_single_image  figure {
    display: none;
}
ul.case-list {
    margin-top: 50px;
}
.team-conect-h5 h4 {
    margin-top: 30px !important;
}
.vc_row.wpb_row.vc_row-fluid.home-banner-title h1 {
/*     max-width: 570px; */
/*     font-size: 36px !important; */
}
.industry-counterinner-row > div > div > div {
    gap: 10px;
    padding: 20px 20px;
	flex-wrap:wrap;
}
section.vc_section.partners-sec  h3.industry-counter {
    gap: 5px;
}
.vc_row.knowledge-row {
    background-position: right top 0px;
    background-size: 140px;
}
.vc_row.knowledge-row h2 {
    margin-bottom: 30px !important;
}
.vc_row.wpb_row.vc_row-fluid.knowledge-row {
    margin-bottom: 0px !important;
}
	.charity-slider .slick-track {
    display: flex;
}

.charity-slider .slick-track > div {
    height: auto;
}

.charity-slider .slick-track > div > div {
    height: 100%;
}

.charity-slider .slick-track > div > div .charity-slide {
    height: 100%;
}

.charity-slider .slick-track > div > div .charity-slide .charity-box {
    height: 100%;
}
.vc_row.wpb_row.vc_row-fluid.service-baner-row {
    top: 90px;
}
.case-box::before {
    width: 100%;
}
.serv-industry-scroll > div {
    margin-bottom: 30px;
}
.serv-industry-scroll > .wpb_column > div > div {
    gap: 16px;
}
	
.contignet-scroll-para > div h5,.contignet-scroll-para1 > div h5 {
    width: 100%;
}
.contignet-scroll-para > div p,.contignet-scroll-para1 > div p {
    width: 100%;
}
}

@media(max-width: 576px) {

	.primary-navigation ul#primary-menu-list a {
		font-size: 24px;
	}
    .primary-navigation>div>.menu-wrapper {
        padding-bottom: 0px !important;
    }

    .primary-navigation>.primary-menu-container {
        height: fit-content !important
    }

    .site-logo img.custom-logo,
    .heder-white-logo {
        width: 180px
    }

    .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
        display: block !important
    }

    .primary-navigation-open .menu-button-container {
        margin: 0px 0 0 auto !important
    }

ul#job_listing .detail {
    flex-direction: column;
    align-items: start;
    gap: 30px;
}
ul#job_listing li {
/*     min-height: 350px; */
}
.industry-title .industry-para {
    flex: 0 0 auto;
    width: 100%;
}
.industry-slider .slick-slide {
    padding: 0 0px;
}
.industry-slider .slick-track {
    margin: 0 0px;
}
.right-footer aside.widget-area section:nth-child(1) p {
    max-width: 340px;
}
.vc_row.final-call-btnrow > div > div > div {
    flex-wrap: wrap;
}
.vc_row.baner-shape-row {
    width: 130%;
    bottom: -17%;
}
.baner-shape-row .rotate-images {
    height: 400px;
}
	
.service-sec .fade-animation-title h3 p, .service-sec .fade-animation-title h3 p span {
    letter-spacing: -0.1rem;
}
.service-sec .fade-animation-title h3 p, .service-sec .fade-animation-title h3 p span {
    letter-spacing: -0.1rem;
}

section.vc_section.call-section .fade-animation-title p {
    letter-spacing: -0.15rem;
}
section.vc_section.home-banner p {
    font-size: 17px;
}
section.vc_section.home-banner h1 {
    width: 318px;
/*     margin: auto; */
}
section.vc_section.home-banner h1 br{
    display:none;
}
	
section.vc_section.call-section .fade-animation-title p br {
    display: none;
}
.client-container > div {
    width: 100%;
	border-radius:0px;
	gap:20px;
}
.client-logo-img {
    width:calc((100% - 80px) / 3) !important; 
}
     
.job-detail-page-section .detail {
      max-width: 500px;
      flex-direction: column;
 }
 
 .job-detail-page-section  .detail .img {
        flex: 0 0 auto;
        width: 100%;
        height: 230px;
}   
	
.buy-slider {
    width: 100%;
    padding: 60px 0;
}
.left-buy,.right-buy {
    z-index: 2;
    width: 40px;
	height: 40px;
}
.buy-slider-main .buy-slider .swiper-slide .buy-slide-box {
    min-height: 300px;
}
.buy-slider h4 {
    font-size: 16px;
}
.boy-descp p {
    font-size: 16px;
}
.partner-clients.desktop-only {
    display: none;
}
.client-container > div > div {
    height: 100px;
    border-radius: 0px;
}
.vc_row.number-row > div {
    flex: 0 0 auto;
    width: 100%;
}	
.case-box {
    border-radius: 30px;
}

/* home-banner-text-animation-responsive */
	
	.vc_row.wpb_row.vc_row-fluid.home-banner-title h1{
	
		strong:nth-child(1),strong:nth-child(3),strong:nth-child(5),strong:nth-child(6){
			border-radius:10px;
		}
}

@keyframes textRadius {
    0%   { border-radius: 10px; }
    100%   { border-radius: 50px; }
}

/* home-banner-text-animation-responsive end*/
/* footer text animation respondive */
span.wordes:nth-child(1),span.wordes:nth-child(5) {
    border-radius: 10px;
}
span.wordes:nth-child(3) {
    border-radius: 10px;
}
span.wordes:nth-child(6) {
    border-radius: 10px;
}

@keyframes phraseRadius {
    0%   { border-radius: 10px; }
    100%   { border-radius: 50px; }
}

/* footer text animation respondive end */
	
.primary-navigation-open img.heder-white-logo {
    z-index: 3;
    visibility: visible;
    opacity: 1;
	transition-delay:0.3s;
}
.primary-menu-container {
    width: 100% !important;
}
.charity-slider .slick-list {
    padding-right: 0px;
}
.charity-logo-main {
    flex-wrap: wrap;
    gap: 20px;
}
.team-linked {
    flex-wrap: wrap;
    gap: 20px;
}
.buy-slider-main .buy-slider .swiper-slide .buy-slide-box p {
    font-size: 16px;
}
	
.capable-hovered-row > div > ul {
    width: 100% !important;
    display: block;
}
.capable-hovered-row > div ul li {
    width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.home-banner-title h1 {
/*     max-width: 570px;
    font-size: 26px !important; */
    width: 100% !important;
    letter-spacing: 0px;
}
	
.phrase span.wordes {
    font-size: 26px;
}
.phrase {
    max-width: 336px;
}
.industry-counterinner-row > div > div > div {
    flex-direction: column;
    align-items: start;
}
.vc_row.introduction-row-header h2 br {
    display: none;
}
.vc_row.wpb_row.vc_row-fluid.home-banner-title h1,section.vc_section.about-banner h1,.vc_row.service-baner-row h1 {
    font-size: 46px;
}
.vc_row.service-baner-row h1 {
    gap: 12px;
}

.vc_row.wpb_row.vc_row-fluid.home-banner-title h1 strong {
    padding: 10px 18px 12px 18px;
}
.vc_row.wpb_row.vc_row-fluid.video-row video {
    height: 100%;
}
.vc_row.video-row .wpb_raw_code .wpb_wrapper {
    height: 420px;
}
.vc_row.introduction-row-header {
    margin-bottom: 30px !important;
}
section.vc_section.about-banner {
    background-image: url(https://lightslategrey-pony-272098.hostingersite.com/wp-content/uploads/2026/03/Artboard.gif?id=701) !important;
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: bottom 20px right;
}
.vc_row.wpb_row.vc_row-fluid.knowledge-row {
    background-image: unset !important;
}
.charity-img img {
    max-height: 100px;
}
.charity-descp p {
    font-size: 18px;
}
.charity-logo img {
    height: 70px;
}
.charity-logo-main {
    gap: 15px;
    flex-direction: column;
    align-items: start;
}
.charity-box {
    padding: 30px 16px;
}
.charity-descp {
    margin-top: 20px;
}
.vc_row.service-baner-row h1 {
    max-width: 350px;
    margin: auto;
}
section.vc_section.services-banner {
    padding-top: 310px;
}
.vc_row.wpb_row.vc_row-fluid.service-baner-row {
    top: 110px;
}
section.vc_section.case-study-sec .case-buton-two {
    display: block;
}
section.vc_section.case-study-sec .case-buton-one {
    display: none;
}
section.vc_section.case-study-sec ul.case-list {
    margin-bottom: 30px !important;
}
.single_job_listing.case-study-inner-row{
.job_description p,.job_description ul li,.get-last-para p {
    font-size: 18px;
}
.job_description h4 {
    font-size: 21px !important;
}
.job_description p {
    margin-bottom: 24px;
}
}
.popup-inner {
    padding: 30px 20px;
}	
.popup-inner .wpcf7 form .wpcf7-response-output {
    padding: 5px 10px;
    line-height: 110%;
}
.popup-inner form > p:nth-of-type(-n+4) input {
    margin: 0px;
}
.get-last-para {
    align-items: center;
    padding: 12px 12px;
}
	.get-last-para p{
		text-align:center;
	}
}

@media(max-width:480px){

	section.vc_section.home-banner .btn-wrapper a {
/* 		display: flex; */
	}
	section.vc_section.home-banner .btn-wrapper a .right-btn {
		flex: 0 0 auto;
	}
	section.vc_section.home-banner .btn-wrapper a .left-btn {
		width: 100%;
	}
	section.vc_section.home-banner .btn-wrapper a>div>div {
		align-items: center;
	}

	.baner-shape-row .rotate-images {
		height: 470px;
	}
	.baner-shape-row .rotate-images {
		width: 130%;
		height: 450px;
		left: -15%;
}
.primary-menu-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
section.vc_section.call-section {
/*     background-image: url(https://lightslategrey-pony-272098.hostingersite.com/wp-content/uploads/2026/02/call-bg-mobile.png) !important; */
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
}
	
.charity-descp p {
	height: auto;
    display: unset;
}
.faq-box p, .faq-box a {
    font-size: 18px;
    line-height: 100%;
	font-weight: 400;
}
.faq-box {
    padding: 30px 15px;
}
	
ul.team-boxes .team-box .team-img {
    max-width: 100%;
}
	
.search_salary > div input {
    width: 100%;
}
}

@media(max-width:420px){
.vc_row.wpb_row.vc_row-fluid.home-banner-title h1,section.vc_section.about-banner h1 ,.vc_row.service-baner-row h1{
    font-size: 38px;
}
}
@media(max-width:360px){
	.vc_row.wpb_row.vc_row-fluid.home-banner-title h1,section.vc_section.about-banner h1,.vc_row.service-baner-row h1 {
    font-size: 34px;
}
}