.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

@font-face {
  font-family: 'CabinetGrotesk-Thin';
  src: url('fonts/CabinetGrotesk-Thin.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Thin.woff') format('woff'),
       url('fonts/CabinetGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Extralight';
  src: url('fonts/CabinetGrotesk-Extralight.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Extralight.woff') format('woff'),
       url('fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap; 
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Light';
  src: url('fonts/CabinetGrotesk-Light.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Light.woff') format('woff'),
       url('fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Regular';
  src: url('fonts/CabinetGrotesk-Regular.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Regular.woff') format('woff'),
       url('fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Medium';
  src: url('fonts/CabinetGrotesk-Medium.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Medium.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Bold';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Bold.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Extrabold';
  src: url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'CabinetGrotesk-Black';
  src: url('../fonts/CabinetGrotesk-Black.woff2') format('woff2'),
       url('../fonts/CabinetGrotesk-Black.woff') format('woff'),
       url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Inter';
	font-size: 18px; 
	line-height: 150%;
	font-weight: 300;
}

.h1, .h2, .h3, h1, h2, h3, h4 {
    line-height: 120%;
    font-family: 'CabinetGrotesk-Regular';
    letter-spacing: .5px;
}

header.header .topheader {
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 16px;    
	z-index: 999;
	padding-bottom: 15px;
	backdrop-filter: blur(10px);
    /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	background: rgb(0 0 0 / 35%);*/
}

header.header .topheader {
	position: fixed;
    height: auto;
    top: 0;
    width: 100%;
    transition: all .3s ease;
}

header.header .topheader.mwc {
    bottom: 0;
    height: 100%;
}

header.header .topheader.hidee {
    transform: translateY(-80px);
}

header.header .right-head a svg.icon {
    height: 20px;
}

header.header .logo a img {
    max-width: 117px;
}

header.header .topheader > .container {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

header.header .topheader .container::before,header.header .topheader .container::after {
    display: none;
}

header.header .nav ul {
    display: flex;
    margin: 0;
}

header.header .nav ul li {
    list-style: none;
    margin-right: 30px;
}

header.header .nav ul li a {
    color: #fff;
    font-family: inter;
	font-size: 16px;
	text-decoration: none;
}

header.header .right-head {
    display: flex;
    align-items: center;
}

header.header .right-head button {
    background: transparent;
    border: 0;
    margin-left: 20px;
    display: flex;
}

header.header .right-head > a {
    background: #33cec1;
    color: #fff;
    display: flex;
    padding: 12px 16px;
    border-radius: 40px;
    font-size: 14px;
    text-decoration: none;
    width: auto;
    font-weight: 500;
    font-family: 'Inter';
	text-decoration: none;
}

header.header .right-head a:hover {
	background: #02BFA1;
	transition: .3s ease;
}

.inner-header .button--bestia .button__bg::before, .inner-header .button--bestia .button__bg::after {
    background: #008f83;
}
.inner-header .button--bestia:hover span {
    color: #fff;
}

header.header .nav-right {
    display: flex;
    align-items: center;
}


.inner-header {}

.inner-header header.header .topheader {
    background: transparent;
    box-shadow: none;
}

.inner-header header.header  .topheader .nav ul li a {
    color: #333;
}

.inner-header .right-head button svg {
    color: #333;
}

.inner-header .right-head button svg path {
    stroke: #333;
}

.inner-header header.header.fixed .topheader{
    background: rgb(255 255 255 / 71%);
}


/*.inner-header header.header.fixed .nav ul li a {
    color: #fff;
}

.inner-header .fixed .right-head button svg {
    color: #fff;
}

.inner-header .fixed .right-head button svg path {
    stroke: #fff;
}*/

header.header .logo a img.white-logo {
    display: block;
}

header.header .logo a img.black-logo {
    display: none;
}

.inner-header header.header .logo a img.black-logo {
    display: block;
}


header.header.fixed .topheader .logo a img.white-logo {
    display: block;
}

header.header.fixed .topheader .logo a img.black-logo {
    display: none;
}

.inner-header header.header .logo a img.white-logo {
    display: none;
}

.inner-header header.header.fixed .topheader .logo a img.white-logo {
    display: none;
}

.inner-header header.header.fixed .topheader .logo a img.black-logo {
    display: block;
}

body.our-partners .inner-header header.header.fixed .topheader {
    background: rgb(0 0 0 / 35%);
}

body.our-partners .inner-header header.header .nav ul li a {
    color: #fff;
}

body.our-partners .inner-header .right-head button svg {
    color: #fff;
}

body.our-partners .inner-header .right-head button svg path {
    stroke: #fff;
}

body.our-partners header.header .logo a img.white-logo {
    display: block;
}

body.our-partners header.header .logo a img.black-logo {
    display: none;
}

body.our-partners header.header.fixed .topheader .logo a img.white-logo {
    display: block;
}

body.our-partners header.header.fixed .topheader .logo a img.black-logo {
    display: none;
}

body .inner-header.wbg header.header .logo a img.white-logo {
    display: block;
}

body .inner-header.wbg header.header .logo a img.black-logo {
    display: none;
}

body .inner-header.wbg header.header.fixed .topheader .logo a img.white-logo {
    display: block;
}

body .inner-header.wbg header.header.fixed .topheader .logo a img.black-logo {
    display: none;
}

section.banner-section {
    position: relative;
    overflow: hidden;
}

section.banner-section .info-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    color: #fff;
    text-align: center;
}

section.banner-section .info-top h1 {
    font-size: 56px;
    font-family: CabinetGrotesk-Regular;
    padding-bottom: 20px;
}

section.banner-section .info-top p {
    font-size: 18px;
	line-height: 150%;
}

section.banner-section .info-top {
    padding-bottom: 60px;
}

section.banner-section .info-btm p {
    font-size: 24px;
}
section.banner-section .info-btm {
    padding-bottom: 80px;
}

section.banner-section .clients {
  padding: 200px 0;
}

section.banner-section .box {
  display: flex;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 8px auto;
}
section.banner-section .box img {
  width: auto;
}
section.banner-section .box:hover {

}


:root {
	--light: #fff;
	--dark: #071B1A;
}

section.experience-section {
    background:var(--dark);
    color: #fff;
}

section.experience-section1 .row {
    align-items: center;
    display: flex;
}

section.experience-section1 .info p {
    font-size: 18px;
	line-height: 150%;
}

section.experience-section1 .info p.midd {
    font-weight: 500;
}



.title-head h2 span {
    /*font-weight: 600;*/
    font-family: CabinetGrotesk-Regular;
}

.title-head h2 {
    font-size: 56px;
    font-family: CabinetGrotesk-Regular;
    padding-bottom: 20px;
}

.title-head.big h2 {
    font-size: 72px;	
    line-height: 90px;
	display: inline-block;
}

/*.section-wrapper1 {
    background: #071B1A;
}*/

body .whitee-bg {
    background: #fff;
}

body .whitee-bg .title-head h2,
body .whitee-bg .title-head p,
body .whitee-bg .info p,
body .whitee-bg .info p.midd{
    color: #000;
}

.section-wrapper1 .section{
	height:auto;
	display: flex;
	align-items:center;
	justify-content:center;
	overflow: hidden
}
.section-wrapper1 .section .title-head {
    text-align: left;
}

.section-wrapper2 {
    padding: 80px 0 100px;
    background-image: linear-gradient(90deg, #051111, #062322, #06302f);
}

.section-wrapper2 .section{
	display: flex;
	align-items:center;
	justify-content:center;
	overflow: hidden
}
.color-dark{
	color:#fff;
}
.color-light {
    color: #fff;
}

section.section.experience-section2 {
    flex-direction: column;
}

section.section.experience-section2 .containerbtm {
	max-width: 1100px;
	margin: auto;
}

section.section.experience-section2 .containerbtm .row{
    align-items: center;
    display: flex;
    padding: 15px 0;	
    justify-content: space-between;
}

section.section.experience-section2 .containerbtm .left {
    
}

section.section.experience-section2 .containerbtm .left .info {
    padding-left: 175px;
}

section.section.experience-section2 .containerbtm .right .info {
    padding-right: 175px;
}

section.section.experience-section2 .containerbtm .row.right {
    justify-content: end;
}

section.section.experience-section2 .title-head {
	text-align: center;
}

section.section.experience-section2 .title-head h2 {
    padding-bottom: 0;
    margin-bottom: 15px;
}

section.section.experience-section2 .containerbtm .image img {
    border-radius: 12px;
}

ection.section.experience-section2 .containerbtm p {
    font-size: 16px;
}

section.section.experience-section2 .containerbtm h4 {
    font-size: 20px;
}

.hm-section-wrapper2 section.section.experience-section2 .info h4 {
    font-weight: 700;    
}

section.section.experience-section2  .btm-content .info h4 {
    font-size: 32px;
    font-family: 'CabinetGrotesk-Regular';
}

section.section.experience-section2 .containerbtm h4 {
	font-size: 20px;
}

section.section.experience-section2 .info p {
    font-size: 16px;
}

section.section.experience-section2  .btm-content .info h4 {
    font-size: 32px;
    font-family: 'CabinetGrotesk-Regular';
}  

section.section.experience-section2  .btm-content{
	padding-top: 50px
}

.btm-content .info p {
    font-size: 20px;
}

body .whitee-bg .filter-tabs button:hover {
    background: #33cec1;
    color: #fff;
    transition: .3s ease;
}

header.header .nav ul li a:hover,
.inner-header header.header .topheader .nav ul li a:hover{
    color: #33cec1;
}

a.white-bg {
    background: #fff;
    color: #121212;
    display: flex;
    padding: 13.5px 22px;
    border-radius: 40px;
    font-size: 16px;
    text-decoration: none;
    width: auto;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: none;
    border: 1px solid #fff;
    margin-right: 7px;
}

a.blue-bg {
    background: #33cec1;
    color: #fff;
    display: flex;
    padding: 14px 22px;
    border-radius: 40px;
    font-size: 16px;
    text-decoration: none;
    width: auto;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: none;
    border: 0px solid #fff;
    margin-right: 7px;
}

.btm-links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

a.outline-btn {
    background: transparent;
    color: #fff;
    display: flex;
    padding: 14.5px 22px;
    border-radius: 40px;
    font-size: 16px;
    text-decoration: none;
    width: auto;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: none;
    border: 1px solid #fff;
    margin-left: 7px;
    align-items: center;
}

.title-head {
    text-align: center;
    padding-bottom: 30px;
}

.title-head h2 {
    padding-bottom: 0;
}

.title-head p {
    font-size: 20px;
}

.section-wrapper3 {
    background: #071b1a;
    padding: 50px 0 100px;
}

.section-wrapper3 .containerbtm {
    /*width: 100%;
    max-width: 100%;*/
}

.section-wrapper3 .containerbtm .row {
    display: flex;
    justify-content: space-between;
	padding: 15px 0;
	gap: 20px;
}

a.green-outline.outline-btn {
    color: #33cec1;
    border-color: #33cec1;
}

.section-wrapper3 .containerbtm .btm-links {
    margin-top: 20px;
}

.section-wrapper3 .section3 span.swiper-button-prev {
    background: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    font-size: 30px;
    border-radius: 40px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    transition: .3s ease;
    box-shadow: 0 3px 8px 2px #000;
	left: 50px;
}

.section-wrapper3 .section3 span.swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
}

.section-wrapper3 .section3 span.swiper-button-next {
    background: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    font-size: 40px;
    border-radius: 40px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    transition: .3s ease;
    box-shadow: 0 3px 8px 2px #000;
	right: 50px;
}

.section-wrapper3 .section3 span.swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
}


.section-wrapper3 .containerbtm .owl-nav button:hover,
.section-wrapper3 .section3 span.swiper-button-next:hover {
    background: #33cec1;
	color:#fff;
}

.section-wrapper3 .containerbtm .owl-nav button span {
    line-height: 0;
    height: auto;
    width: auto;
    display: inline-block;
	position: relative;
    top: -2px;
}

.section-wrapper3 .section3 {
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;	
}
.filter-tabs {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
    border: 0;
}
.ourwork-page.section-wrapper2 .filter-tabs {
    display: flex;
    justify-content: start;
    padding-bottom: 25px;
    border: 0;
}


.filter-tabs button.active {
    background: #33cec1;
    color: #fff;
    display: flex;
    padding: 9px 25px;
    border-radius: 40px;
    /*font-size: 14px;*/
    width: auto;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: none;
    border: 0;
}

.filter-tabs button {
    background: #093836;
    color: #fff;
    display: flex;
    padding: 9px 25px;
    border-radius: 40px;
    font-size: 16px;
    width: auto;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: none;
    border: 0;
    margin: 0 3px;
}

body .whitee-bg .filter-tabs button {
    background: rgba(156, 180, 178, .24);
    color: #333;
}

body .whitee-bg .filter-tabs button.active {
    background: #33cec1;
    color: #fff;
}

.section-wrapper4 {
    background: #fff;
    padding: 50px 0 70px;
}

body .whitee-bg.section-wrapper4 {
    padding-top: 0;
}


.section-wrapper4 .containerbtm {
    width: 100%;
    max-width: 100%;
}

.section-wrapper4 .containerbtm .row {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    gap: 20px;
    align-items: center;
    max-width: 1100px;
    margin: auto;
}

.section-wrapper4 .section4{
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;	
}

.section-wrapper4 section.section.section4 .title-head h2,
.section-wrapper4 section.section.section4 .title-head p {
    color: #000;
}
.section-wrapper4 section.section.section4 .title-head h2 {
    line-height: 120%;
}

.section-wrapper4 section.section.section4 .title-head.big {
    padding-bottom: 0;
}

.section-wrapper4 .containerbtm .row .col-sm3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
}

.section-wrapper4 .containerbtm .row .col-sm3 .image {
    margin: 20px 7px;
}

.section-wrapper4 .containerbtm .row .col-sm3 .image img {
    transition: .3s ease;
    position: relative;
    bottom: 0;
}

.section-wrapper4 .containerbtm .row .col-sm3 .image:hover img {
    /* transform: scale(1.02); */
    transition: .3s ease;
    filter: drop-shadow(10px 10px 10px #ccc);
    bottom: 10px;
}


.section-wrapper5 {
    padding: 50px 0 70px;
    background-image: linear-gradient(90deg, #051111, #062322, #06302f);
}

.section-wrapper5 .container-full {
    max-width: 100%;
}

.section-wrapper5 .section{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
}


section.section.experience-section5 {
    flex-direction: column;
}

.section-wrapper5 section.section.section5 .title-head h2,
.section-wrapper5 section.section.section5 .title-head p {
    color: #fff;
}

.section-wrapper5 .box {
    text-align: center;
    border: 1px solid #4d5858;
    border-radius: 20px;
    padding: 20px 70px 50px 70px;
    background: #ffffff14;
    backdrop-filter: blur(10px);
	min-height: 400px;
	height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
}

.section-wrapper5 .box .image {
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
}

.section-wrapper5 .box .image img.icon { 
    max-width: 160px;
}

.section-wrapper5 .box h4 {
    font-size: 20px;
    font-family: 'CabinetGrotesk-Regular';
    font-weight: bold;
}

.section-wrapper5 .box .info p {
    font-size: 14px;
}

.section-wrapper5 .btm-content {
	padding-top: 50px;
}

.section-wrapper5 .box1 {
    padding: 20px;
}

.section-wrapper5 .box1 .image {
    display: flex;
    justify-content: center;
}

.section-wrapper5 .box1 .info p {
    font-size: 12px;
}

.section-wrapper5 .btm-row {
    max-width: 1000px;
    margin: auto;
}

.section-wrapper5 .logo-slider .bx {
  display: flex;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
    transition: transform 0.5 ease-in;
    margin: 8px auto;
}
.section-wrapper5 .logo-slider .bx img {
  width: auto;
  
}

.section-wrapper5 .btm-content .logo-slider {
    padding: 20px 0 0px 0;
}

.section-wrapper6 {
    padding: 50px 0 100px;
    background: #fff;
	color: #000;
}
.section-wrapper6 .container.container-full {
    max-width: 100%;
}

.section-wrapper6 .section{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
}


section.section.experience-section6 {
    flex-direction: column;
}

.section-wrapper6 .box1 .image img {
	width: auto
	
}

.section-wrapper6 section.section.section6 .title-head h2,
.section-wrapper6 section.section.section6 .title-head p {
    color: #000;
}

.section-wrapper6 .btm-content .btm-content-flex {
    display: flex;
	justify-content: space-between;
}

.section-wrapper6 .box {
    text-align: left;
    border: 1px solid #4d5858;
    border-radius: 20px;
    padding: 20px 70px 50px 70px;
    background: #ffffff14;
    backdrop-filter: blur(10px);
	min-height: 400px;
}

.section-wrapper6 .box .image {
    display: flex;
    justify-content: start;
    height: 200px;
    align-items: center;
}

.section-wrapper6 .box h4 {
    font-size: 20px;
    font-family: 'CabinetGrotesk-Regular';
    font-weight: bold;
}

.section-wrapper6 .box .info p {
    font-size: 14px;
}

.section-wrapper6 .btm-content {
	padding-top: 30px;
}
.section-wrapper6 .box1 {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 13px 6px #eee;
    margin: 40px 0;
}

.section-wrapper6 .btm-content .title-head {
    text-align: left;
}

.section-wrapper6 .box1 .image {
    display: flex;
    justify-content: start;
}

.section-wrapper6 .box1 .info p {
    font-size: 14px;
	color: #000;
}

.testimonial-slider .owl-stage-outer{
    padding: 0 0px 0 5px;
}

.section-wrapper6 .btm-row {
    /*max-width: 1000px;
    margin: auto;    */
	
}

.section-wrapper6 .logo-slider .bx {

  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 0
}
.section-wrapper6 .logo-slider .bx img {
  width: auto;
  max-width: 200px;
  
}

.section-wrapper6 .logo-slider {
    padding: 20px 0 0px 0;
}


.section-wrapper6 .btm-content {
    padding-top: 30px;
    flex-direction: column;
    display: flex;
}
.section-wrapper6 .container-fluid-flex {
    width: 100%;
    max-width: 100%;
	padding:0
}

.section-wrapper6 .box1 .logo {
    text-align: left;
}

.section-wrapper6 .box1 .logo img.client-img {
    display: inline-block;
    width: auto;
}

.section-wrapper6 .box1 .info {
    padding: 30px 0 20px;
}

.section-wrapper6 .box1 .info .logo {
    margin-top: 20px;
}

.section-wrapper6 .btm-content .logo-slider {
    padding: 20px 0 0px 0;
}

.section-wrapper6 .btm-content.btm-content-nw .title-head {
    text-align: center;
}

.item.bxs {
    display: flex;
    justify-content: center;
}

.logo-slider .keyw01 {
    font-size: 16px;
    color: #454545;
    display: inline-block;
    border: 1px solid #AEAEAE;
    text-align: center;
    border-radius: 50px;
    padding: 8px 20px;
    text-decoration: none;
}


.logo-slider a.keyw {
    color: #454545;
    display: inline-block;
    border: 1px solid #AEAEAE;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
	text-decoration: none;	
}

header.header.fixed .topheader {
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	background: rgb(0 0 0 / 35%);
}

header.header.fixed .topheader .nav ul li a {

}


footer.footer-section {
    background: #071b1a;
    padding: 50px 0 50px;
}

footer.footer-section .container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

footer.footer-section .container-flex h2 {
    color: #fff;
    font-size: 72px;
}

footer.footer-section .container-flex img.logo-img {
    max-width: 200px;
}

footer.footer-section .info h4, footer.footer-section .info p, footer.footer-section .info a,footer.footer-section .info h3 {
    color: #fff;
}

footer.footer-section .info h4 {
    font-size: 32px;
    font-family: 'CabinetGrotesk-Regular';
}

footer.footer-section .info p {
    font-size: 14px;
	margin: 0;
	padding: 10px 0;
}

footer.footer-section .info a {
    font-size: 16px;
	text-decoration: none;
	font-family: inherit;
    font-weight: 300;
    margin-top: 0;
}

footer.footer-section .info h3 {
    font-size: 16px;
    line-height: 150%;
    font-family: inherit;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: 0;
}

.footer-btm-mid {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 80px;
    background: url(../images/footer-line.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.footer-btm-mid ul li {
    list-style: none;
    margin-right: 25px;
}

.footer-btm-mid ul {
    padding: 0;
    display: flex;
}

.footer-btm-mid .footer-mid-left ul li a i {
    font-size: 20px;
    color: #fff;
}

.footer-mid-right {}

.footer-mid-right li a {
    color: #fff;
	text-decoration: none;
}

.footer-mid-right ul li {
    list-style: none;
	color: #fff;
}

.footer-mid-right ul {
    padding-left: 40px;
}

.header #nav {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: fixed;
}
.header #nav .footer-btm-mid {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #0000004f;
    backdrop-filter: blur(4px);
    display: block;
    padding: 10px 20px;
    margin: 0;
}
.header #nav .footer-btm-mid .in-mid {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
}
.header #nav .footer-btm-mid .in-mid {
    padding: 10px 0;
}
.header #nav.leftslide {
  width: 250px;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-300px, 0px, 0px);
}
.header #nav .footer-btm-mid .in-mid ul {
    padding: 0;
    margin: 0;
}

.header #nav .footer-btm-mid .in-mid .footer-mid-right ul {
    display: flex;
    justify-content: end;
}

.header #nav.fadein {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.header #nav.topslide {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(0px, -100%, 0px);
  text-align: center;
}
.header #nav.btmslide {
  /*width: 100%;
  height: 100vh;
  background-image: linear-gradient(45deg, #0c2020, #0a3c3a, #095b57);
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(0px, 100%, 0px);
  text-align: center;*/
  
  width: 100%;
    height: 100vh;
    background-image: linear-gradient(45deg, #0c2020, #0a3c3a, #095b57);
    position: fixed;
    top: 0;
    left: 0;
    /* transform: translate3d(0px, 100%, 0px); */
    text-align: center;
    bottom: 0;

}
.header #nav.btmslide .footer-mid-left ul li a,
.header #nav.btmslide .footer-mid-right ul li a{
    background: transparent;
}
.header #nav.open-hide {
    transform: translate3d(0px, 100%, 0px);
}

.header #nav.pushslide {
  width: 250px;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(0px, 0px, 0px);
}
.header #nav.open {
  /*transform: translate3d(0px, 0px, 0px);*/
  opacity: 1;
  z-index: 999;
  /*transition: transform .5s ease-in-out, opacity 0.3s ease-in-out;*/
}
.header #nav .container {
    position: relative;
    height: 100%;  
    /*max-width : 100%; */ 
}
.header #nav .nav-close {
    position: absolute;
    right: 0;
    top: 24px;
    cursor: pointer;
    right: 17px;
    z-index: 99;
}
.header #nav.open .nav-inner li {
  /*animation: fadeInRight 0.4s ease forwards;
  animation-delay: 0.3s; */
}
.header #nav.open .nav-inner li {
  /*animation: fadeInRight 0.4s ease forwards;
  animation-delay: 0.3s; */
  background: url(../images/footer-line.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0 0;
    padding: 10px 0 7px;
    line-height: 150%;
    background-size: contain;
}
.header #nav.open .nav-inner li:last-child {
    background: transparent;
}

.header #nav .footer-btm-mid .in-mid {
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
}

.header #nav .footer-btm-mid .in-mid:before,.header #nav .footer-btm-mid .in-mid:after {
    display: none;
}


.header #nav .nav-inner li {
  position: relative;
  margin-bottom: 30px;
  /*opacity: 0;
  transition: transform 0.3s ease-in-out;   */
}
.header #nav .nav-inner li a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 4px 8px;
  transition: all 0.2s ease-in-out;
}
.header #nav ul.nav-inner {
    padding: 50px 50px 100px;
    text-align: left;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
	width: 100%;
}

.header #nav ul.nav-inner li {
    list-style: none;
}

.header #nav ul.nav-inner li a {
    background: transparent;
    color: #fff;
    font-family: 'CabinetGrotesk-Regular';
    font-weight: 300;
    font-size: 56px;
    line-height: 120%;
    padding: 0;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    width: auto;
}

.header #nav ul.nav-inner li a svg.icon {
    height: 60px;
    width: 60px;
    margin-left: 0px;
	transform: translateY(80px);
	transition: .3s ease;
}

.work-carousel-inn {
    display: flex;
    flex-direction: column;
}



.header #nav ul.nav-inner li a:hover svg.icon {
	transform: translateY(10px);
	transition: .3s ease;
    
}

.header #nav ul.nav-inner li a:hover {
    background: transparent;
	color: #02bfa1;
}

/*.header #nav .nav-inner li a:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3bd9b5;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}    */

.section-wrapper3 .swiper {  
  width: 100%;

}
.section-wrapper3 .swiper-slide{

}

.section-wrapper3 .swiper-slide {
    display: flex;
    flex-direction: column;
}

.section-wrapper3.whitee-bg {
    padding-bottom: 20px;
}

body .whitee-bg.section-wrapper3 .image > img{
    /*box-shadow: 0 0 5px 1px #00000045;*/
    border-radius: 8px;
    /*overflow: hidden;*/
}

body .whitee-bg.section-wrapper3 .link a {
    color: #000;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
}

section.section.experience-section2 .title-head p br {
    display: none;
}

.section-wrapper1 .section .mob.btm {
    display: none;
    position: relative;
}
.section-wrapper1 .section .swiper-pagination {
    bottom: -30px;

}
.banner-image.mob {
    display: none;
}

.banner-image.desktop {
    display: block;
}

body .whitee-bg.section-wrapper3 .image > img.img-responsive {
    width: 100%;
}

.section-wrapper2 {}

.section-wrapper1.inner-page {
    padding: 150px 0 80px 0;
}

section.experience-section1 .row.btm-content {
    align-items: start;
    padding-top: 100px;
}

.section-wrapper1 .section .info {}

.title-head {}

.section-wrapper1.inner-page .info {}

.section-wrapper1.inner-page .info .title-head h2 {
    font-size: 80px;
}

.section-wrapper1.inner-page .image.desktop {
    display: flex;
    justify-content: end;
}

.section-wrapper1.inner-page .image.desktop img {
    max-width: 350px;
}

.section-wrapper1.inner-page .info p {
    font-size: 24px;
}

.section-wrapper1.inner-page .info p.midd {
    font-size: 32px;
    font-weight: 300;
}

.section-wrapper1.inner-page .info  .title-head {
    padding: 0;
}

section.experience-section1 .row.btm-content .info .title-head h2 {
    font-size: 56px;
}

section.experience-section1 .row.btm-content .info .title-head  p.textcenter {
    font-size: 28px;
}

section.experience-section1 .row.btm-content .info .title-head p {
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}

section.experience-section1 .row.btm-content .info .title-head p span.strong {
    font-weight: 400;
}

section.experience-section1 .row.btm-content .info {
    padding: 0 40px;
}

section.experience-section1 .row.btm-content {
    align-items: center;
}

section.experience-section1 .btm-content-02 {
    padding-top: 10px;
    justify-content: end;
    display: flex;
}

section.experience-section1 .btm-content-02 .btm-links a.blue-bg {
    margin: 0;
}

section.experience-section1 .btm-content-02 .btm-links {
    justify-content: start;
}

.section-wrapper2.inner-page {
    background: #071B1A;
}

.section-wrapper2.inner-page .containerbtms {}

.section-wrapper2.inner-page .containerbtms > .row .row {
    align-items: center;
    display: flex;
}

.section-wrapper2.inner-page .containerbtms > .row .row .info {
    display: flex;
    justify-content: start;
}

.section-wrapper2.inner-page .containerbtms > .row .right .row  .info {
    justify-content: end;
}

.section-wrapper2.inner-page .containerbtms h2 {
    font-size: 40px;
    font-weight: 200;
    font-family: 'CabinetGrotesk-Light';
}

.section-wrapper2.inner-page .containerbtms h2 span {
    font-family: 'CabinetGrotesk-Medium';
}

.section-wrapper2.inner-page .containerbtms .right {
    padding-top: 0px;
}

p.trusted-line {
    font-family: 'CabinetGrotesk-Light';
    font-size: 24px;
}

.section-wrapper2.inner-page .containerbtms > .row {
    max-width: 1200px;
    margin: auto;
}

.section-wrapper2.inner-page .top-content.top-contentwbg {}

.section-wrapper2.inner-page .top-content.top-contentwbg .row {
    align-items: center;
    display: flex;
    padding: 100px 0;
}

.section-wrapper2.inner-page  .title-head h2 {
    font-family: 'CabinetGrotesk-Light';
}

.section-wrapper2.inner-page .title-head {
    padding: 0;
}

.section-wrapper2.inner-page .containerbtms-02 .info p {
    font-size: 20px;
    font-family: 'CabinetGrotesk-Regular';
    line-height: 150%;
    padding: 10px 0;
}

.section-wrapper2.inner-page .containerbtms {
    padding-top: 60px;
}

.section-wrapper2.inner-page .section .containerbtms-02 .info h4 {
    font-size: 34px;
    padding: 10px 0;
}
/*
.section-wrapper2.inner-page .top-content.top-contentwbg .image {
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
}

.section-wrapper2.inner-page .top-content.top-contentwbg .row > div {
    position: unset;
}

.section-wrapper2.inner-page .top-content.top-contentwbg .row {
    position: relative;
}*/


.section-wrapper2.inner-page .top-content.top-contentwbg .info {
    position: relative;
    left: -150px;
}

.section-wrapper4.inner-page section.section.section4 {
    padding-top: 30px;
} 

.section-wrapper2.inner-page .containerbtms-002 {
    background: url(../images/abt-bg2.png);
    background-position: right bottom -10px;
    width: 100%;
    background-repeat: no-repeat;
}

.ourwork-page.section-wrapper1  .row {
    display: block;
}

.ourwork-page.section-wrapper1 .row .info-ri.desktp {
    display: flex;
    justify-content: end;
}

.ourwork-page.section-wrapper1 .title-head h2 {
    margin: 0;
}

.ourwork-page.section-wrapper1 .info-ri.desktp p.midd {
    color: #000;
    font-size: 28px;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

.ourwork-page.section-wrapper2 {
    padding: 0;
    background: #fff;
}
.ourwork-page.section-wrapper2 .portfolio__filter {border:0px solid #F1F1F1;border-radius:0px;width:100%;text-align: left;}
.ourwork-page.section-wrapper2 .portfolio__filter .filter-button{display:inline-block;padding:2px 23px;background:transparent;border:none;color:#9B9B9B;letter-spacing:0;font-size:13px;cursor:pointer;font-weight:300;}
.ourwork-page.section-wrapper2 .portfolio__filter .filter-button.active{background:transparent;border-radius:0px;color:#000;box-shadow:none;font-weight: 600; font-style: italic;}
.ourwork-page.section-wrapper2 .portfolio__filter .filter-button:focus {outline:0;}
.ourwork-page.section-wrapper2 .portfolio__filter{ display:inline-block;text-align:left;margin:10px 0 35px 0;}
.ourwork-page.section-wrapper2 .portfolio__img img {width: 100%;height: auto;object-fit: cover;padding: 3px 3px;}
.ourwork-page.section-wrapper2 .btn__load {display: inline-block;margin:40px 0 0;width:100%;}
.ourwork-page.section-wrapper2 .portfolio__filter .filter-button {
    color: #000;
    font-size: 16px;
    border-right: 2px solid #000;
    text-transform: uppercase;
}

.ourwork-page.section-wrapper2 .filter-tabs {

}
.ourwork-page.section-wrapper2 .gallery-section a img {
    border-radius: 16px;
}

.ourwork-page.section-wrapper2 .portfolio__img {
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.ourwork-page.section-wrapper2 .gallery-section .btm-links{
    padding-bottom: 70px;
}

.ourwork-page.section-wrapper2 .portfolio__img a {
    overflow: hidden;
    min-height: auto;
    display: inline-block;
    margin-bottom: 15px;
}

.ourwork-page.section-wrapper2 .portfolio__filter .filter-button:last-child {
    border: 0;
}

.ourwork-page.section-wrapper2 .portfolio__img a {
    text-decoration: none;
}

.ourwork-page.section-wrapper2 .portfolio__img a .title h4 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.ourwork-page.section-wrapper2 section.section.section4 {
    display: block;
    padding-bottom: 100px;
}

.ourwork-page.section-wrapper2 section.section.section4 .title-head {
    padding: 0;
}

section.section.ourwork-page {}


section.section.ourwork-page .title-head.big .right {
    font-size: 28px;
    text-align: right;
    line-height: normal;
}

section.section.ourwork-page .title-head.big h2 .left {
    padding-right: 120px;
    padding-bottom: 10px;
}

.our-partners .ourwork-page.section-wrapper1 .row {
    display: flex;
    flex-direction: column;
    align-items: end;
}

body.our-partners {
    background: #071b1a;
}

body.our-partners .whitee-bg {
    background: transparent;
    color: #fff;
}

body.our-partners .whitee-bg .title-head h2 {
    color: #fff;
}

body.our-partners .whitee-bg .info-ri.desktp p.midd,body.our-partners .whitee-bg .title-head  p {
    color: #fff;
}

.our-partners .ourwork-page.section-wrapper2 .portfolio__img img {
    width: auto;
    margin: auto;
    display: block;
}

.our-partners .ourwork-page.section-wrapper2 .portfolio__img .image {
    border: 1px solid #fff;
    border-radius: 12px;
    margin-bottom: 30px;
    min-height: 200px;
    display: flex;
    align-items: center;
}

body.our-partners .whitee-bg .portfolio__filter button.filter-button {
    color: #fff;
    border-color: #fff;
}

body.our-partners .whitee-bg .portfolio__filter button.filter-button.active {
    color: #fff;
}

body.our-partners .gallery-section .portfolio__img .logo-bx {
    width: 18%;
}

body.our-partners .gallery-section .portfolio__img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
}

.our-partners .ourwork-page.section-wrapper2 .portfolio__filter {
    margin-bottom: 70px;
    margin-top: 0;
}

.our-service.section-wrapper1 {}

.our-service.section-wrapper1 .row.top-content {
    display: block;
}

.our-service.section-wrapper1 p.midd {
    font-size: 28px;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
    color: #000;
}

.our-service.section-wrapper1 .image.desktop {
    align-items: center;
}

.our-service.section-wrapper1 a.keyw {
    font-size: 16px;
    color: #454545;
    display: inline-block;
    border: 1px solid #AEAEAE;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 15px;
    pointer-events: none;
}

.our-service.section-wrapper1 .btm-links {
    justify-content: start;
    margin-top: 0px;
}

.our-service.section-wrapper1 h2.textcenter span {
    text-transform: uppercase;
    font-family: 'CabinetGrotesk-Medium';
    font-weight: bold;
}

.our-service.section-wrapper1 h2.textcenter {
    margin: 0;
}

.our-service.section-wrapper1 .info-head p {
    margin-bottom: 25px;
}

.our-service.section-wrapper1 .info .btm-links a.blue-bg {
    color: #08BEAF;
    background: transparent;
    padding: 0;
    margin-top: 20px;
    font-size: 20px;
}
.our-service.section-wrapper1 img.round-img {
    border-radius: 12px;
}

.our-service.section-wrapper1 .row.btm-content {
    align-items: start;
}

.ourwork-page.section-wrapper2 div#video-production .portfolio__img .image,
.ourwork-page.section-wrapper2 div#website .portfolio__img .image{
    min-height: auto;
}

div#video-production .image {
    margin-bottom: 20px;
}

.ourwork-page.section-wrapper2 .portfolio__img a.nbtn-bg {
    color: #000;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    min-height: auto;
}

.ourwork-page.section-wrapper2 #logos .portfolio__img .image {
    margin-bottom: 25px;
}

.our-service.section-wrapper1 section.section.section4.btm-content.ourwork-page {
    display: flex;
    padding-top: 100px;
    text-align: center;
    flex-direction: column;
}

.beardcrumb-ni {
    display: flex;
    padding-bottom: 20px;
}

.beardcrumb-ni ul {
    display: flex;
    padding: 0 0 0 10px;
}

.beardcrumb-ni ul li {
    list-style: none;
    font-size: 20px;
    color: #121212;
    font-weight: 300;
}

.beardcrumb-ni ul li a {
    font-size: 20px;
    color: #121212;
    font-weight: 200;
}

.beardcrumb-ni ul li span.sepr {
    margin-right: 5px;
}

.beardcrumb.case {}

.beardcrumb.case ul li, .beardcrumb.case ul li a {
    color: #fff;
}

.beardcrumb.case .arw-left svg path {
    stroke: #fff;
}

.beardcrumb.case .beardcrumb-ni {
    padding-bottom: 40px; 
}

.our-service.our-service-detail.section-wrapper1 .btm-content {
    padding-top: 150px;
}

.our-service.our-service-detail.section-wrapper1 .btm-content h2.textcenter {
    font-size: 72px;
}

.our-service.our-service-detail.section-wrapper1  section.experience-section1 .row.btm-content .info h4 {
    font-size: 32px;
    font-family: 'CabinetGrotesk-Medium';
    color: #000;
    font-weight: 700;
}

.our-service.our-service-detail.section-wrapper1 section.experience-section1 .row.btm-content .info p {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 300;
}

.our-service.our-service-detail.section-wrapper1 p {
    font-weight: 300;
}

.our-service.our-service-detail.section-wrapper1 section.experience-section1 .row.btm-content .info .img img {
    border-radius: 12px;
}

.our-service.our-service-detail.section-wrapper1 section.experience-section1 .row.btm-content .info {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
}

.our-service.our-service-detail.section-wrapper1 section.experience-section1 .row.btm-content .info.last {
    padding: 0 0 0px 0;
    border-bottom: 0px solid #dddddd;
    margin-bottom: 0px;
}

.our-contact-detail.section-wrapper1 {}

.our-contact-detail.section-wrapper1 .btm-content {
    justify-content: center;
}

.our-contact-detail.section-wrapper1 .info p {
    font-weight: 300;
    margin: 0;
}

.our-contact-detail.section-wrapper1 .btm-content {}

.our-contact-detail.section-wrapper1 .btm-content .info-head p {
    font-size: 32px;
}

.our-contact-detail.section-wrapper1 .btm-content .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 300;
    padding: 11px 0;
    height: auto;
}

.our-contact-detail.section-wrapper1 .btm-content .form-control::placeholder {
    color: #000;
}

.our-contact-detail.section-wrapper1 .btm-content form.form-horizontal {
    padding-top: 10px;
}

.our-contact-detail.section-wrapper1 .btm-content textarea.form-control {
    background: transparent;
    border-radius: 16px;
    padding: 25px;
    border: 1px solid #cccccc;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #000;
}

.our-contact-detail.section-wrapper1 .btm-content .form-group {
    margin-bottom: 30px;
}

.our-contact-detail.section-wrapper1 .btm-content  label {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 17px;
}

.our-contact-detail.section-wrapper1 .info p.text {
    margin-bottom: 25px;
    font-size: 16px;
}

.our-contact-detail.section-wrapper1 .btm-content .form-group.top-space {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.our-contact-detail.section-wrapper1 .info .d-flex {
    display: flex;
    align-items: center;
}

.our-contact-detail.section-wrapper1 .info input[type="file"] {
    width: 100%;
    border-radius: 60px;
    border: 1px solid #DEDEDE;
    padding: 9px 20px;
    height: 100%;
    margin-right: 20px;
}

.our-contact-detail.section-wrapper1 .info  small {
    font-size: 15px;
}

.our-contact-detail.section-wrapper1 .btm-content button.btn-primary {
    background: #33cec1;
    color: #fff;
    display: flex;
    padding: 12px 16px;
    border-radius: 40px;
    font-size: 14px;
    text-decoration: none;
    width: auto;
    font-weight: 500;
    font-family: 'Inter';
    text-decoration: none;
    border: 0;
    align-items: center;
    outline: none;
    min-width: 160px;
    justify-content: center;
}

.our-contact-detail.section-wrapper1 .btm-content button.btn-primary span.send-text {
    display: flex;
    align-items: center;
}

.submit-btn {}

.our-contact-detail.section-wrapper1 .btm-content .submit-btn {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}




.text {
color: hsl(0 0% 10% / 0.2);
      background-clip: text;
      -webkit-background-clip: text;
      background-repeat: no-repeat;
      background-size: 0% 100%;
      background-image: linear-gradient(90deg, #000, #000);
      transition: background-size 2s cubic-bezier(0.77, 0, 0.175, 1); /* Smooth & slow */
    }

    .text.revealed {
      background-size: 100% 100%;
    }

.section-wrapper2.hm-section-wrapper2 .text,
.white-text .text{
color: hsl(0 0% 100% / 0.2);
      background-image: linear-gradient(90deg, #fff, #fff);
      
    }

    .text.revealed {
      background-size: 100% 100%;
    }
/*
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}*/

header.header .right-head .button--bestia {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.button--bestia:hover .button__bg {
    transform: scale3d(1.2, 1.2, 1);
}
.button--bestia:hover .button__bg::before {
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.button--bestia:hover .button__bg::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}
.button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #33cec1;
    border-radius: 0.85rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button--bestia .button__bg::before, .button--bestia .button__bg::after {
    content: '';
    position: absolute;
    background: #fff;
}
.button--bestia .button__bg::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.button--bestia .button__bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.button--bestia span {
    display: flex;
    position: relative;
    padding: 1.5rem 3rem;
    /* mix-blend-mode: difference; */
}

.button--bestia:hover span {
    color: #000;
}

.btm-links .blue-bg.button--bestia {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.btm-links .blue-bg.button--bestia:hover .button__bg {
    transform: scale3d(1.2, 1.2, 1);
}
.btm-links  .blue-bg.button--bestia:hover .button__bg::before {
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.btm-links .blue-bg.button--bestia:hover .button__bg::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}
.btm-links .blue-bg.button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #33cec1;
    border-radius: 0.85rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btm-links .blue-bg.button--bestia .button__bg::before, .btm-links .blue-bg.button--bestia .button__bg::after {
    content: '';
    position: absolute;
    background: #fff;
}
.btm-links .blue-bg.button--bestia .button__bg::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.btm-links .blue-bg.button--bestia .button__bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.btm-links .blue-bg.button--bestia span {
    display: flex;
    position: relative;
    padding: 1.5rem 3rem;
    /* mix-blend-mode: difference; */
}

.btm-links .blue-bg.button--bestia:hover span {
    color: #000;
}


.btm-links .whbg.blue-bg.button--bestia .button__bg::before, .btm-links .whbg.blue-bg.button--bestia .button__bg::after {
    content: '';
    position: absolute;
    background: #008f83;
}

.btm-links .whbg.blue-bg.button--bestia:hover span {
    color: #fff;
}

.btm-links .outline-btn.button--bestia.green-outline.outline-btn:hover {
    border-color: #008f83;
}

.btm-links .outline-btn.green-outline.button--bestia .button__bg::before, .btm-links .outline-btn.green-outline.button--bestia .button__bg::after {
    background: #008f83;
}

.btm-links .outline-btn.green-outline.button--bestia:hover span {
    color: #fff;
}


.btm-links .white-bg.button--bestia {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.btm-links .white-bg.button--bestia:hover {
    border-color: #33cec1;
}

.btm-links .white-bg.button--bestia:hover .button__bg {
    transform: scale3d(1.2, 1.2, 1);
}
.btm-links .white-bg.button--bestia:hover .button__bg::before {
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.btm-links .white-bg.button--bestia:hover .button__bg::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}
.btm-links .white-bg.button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0.85rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btm-links .white-bg.button--bestia .button__bg::before, .btm-links .white-bg.button--bestia .button__bg::after {
    content: '';
    position: absolute;
    background: #33cec1;
}
.btm-links .white-bg.button--bestia .button__bg::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    /* border-radius: 50%; */
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.btm-links .white-bg.button--bestia .button__bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.btm-links .white-bg.button--bestia span {
    display: flex;
    position: relative;
    padding: 1.5rem 3rem;
    /* mix-blend-mode: difference; */
}

.btm-links .white-bg.button--bestia:hover span {
    color: #fff;
}



.btm-links .outline-btn.button--bestia {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.btm-links .outline-btn.button--bestia:hover .button__bg {
    transform: scale3d(1.2, 1.2, 1);
}
.btm-links .outline-btn.button--bestia:hover .button__bg::before {
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.btm-links .outline-btn.button--bestia:hover .button__bg::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}
.btm-links .outline-btn.button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 0.85rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btm-links .outline-btn.button--bestia .button__bg::before, .btm-links .outline-btn.button--bestia .button__bg::after {
    content: '';
    position: absolute;
    background: #fff;
}
.btm-links .outline-btn.button--bestia .button__bg::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    /* border-radius: 50%; */
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.btm-links .outline-btn.button--bestia .button__bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.btm-links .outline-btn.button--bestia span {
    display: flex;
    position: relative;
    padding: 1.5rem 3rem;
    /* mix-blend-mode: difference; */
}

.btm-links .outline-btn.button--bestia:hover span {
    color: #000;
}

.info p.midd span.btm-line {
    position: absolute;
    right: 0;
    bottom: -26px;
}

section.experience-section1 .info p.midd {
    display: inline-block;
    position: relative;
}

/* demo code start */
:root {
    --gap: 15px;
    --duration: 15s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}
.marquee {
    /* display: flex
; */
    /* overflow: hidden; */
    /* gap: var(--gap); */
    flex-direction: column;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    max-height: 800px;
    height: 100%;
    transform: rotate(4deg);
}

.marquee--group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    flex-direction: column;
    animation: scroll-y var(--duration) linear infinite;
    max-width:660px;
}

.marquee--group img {
    width: 100%;
}
@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}




:root {
	--blob-color: linear-gradient(to right, #4f967e, #09e4ff);
	--blob-size: 400px;
}

#blob {
	animation: rotate360 20s infinite;
	background: var(--blob-color);
	filter: blur(calc(var(--blob-size)/2.15));
	
	width: var(--blob-size);
	height: var(--blob-size);
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	border-radius: 50%;
}

@keyframes rotate360 {
	from { rotate: 0deg; }
	50% { scale: 1 1.15; }
	to { rotate: 360deg; }
}

#blob-blur {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	backdrop-filter: blur;
}


.banner-logo {
    position: absolute;
    z-index: 999;
    top: calc(50% - 27%);
    left: calc(50% - 23%);
    text-align: center;
}

.banner-logo {}

.banner-logo img.img-plugin {
    width: 48vw;
    margin: auto;
}

section.section.case-studies {}

section.section.case-studies .info-head h2.textcenter .text {
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}

section.section.case-studies .info-head h2.textcenter {
    font-weight: normal;
}

.info-head {}

section.section.case-studies .info-head {
    padding-bottom: 15px;
}

section.section.case-studies .info-btm p {
    margin: 0;
    font-size: 16px;
}

section.section.case-studies .info .btm-links a.blue-bg {
    margin-top: 10px;
}

body section.section.case-studies .row.btm-content {
    align-items: center;
    display: flex;
}

body section.section.case-studies .image.info {
    padding: 0;
    position: relative;
}

body section.section.case-studies .image.info .info {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    border-radius: 30px;
    padding: 5px 15px;
}

body section.section.case-studies .image.info .info p {
    font-size: 16px;
    margin: 0;
}

section.section.top-bg.blue-bg {
    padding: 140px 0 50px 0;
    background: #076BAE;
    color: #fff;
}

.ourwork-page.case-study-detail.inner-page .info {
    padding: 0;
}

.ourwork-page.case-study-detail.inner-page {
    padding-top: 0;
}

section.section.top-bg.blue-bg .info {
    padding: 0;
}

section.section.top-bg.blue-bg .info p {
    color: #fff;
    font-size: 20px;
    font-family: 'CabinetGrotesk-Regular';
}

section.section.top-bg.blue-bg .info .logo {
    padding-bottom: 15px;
}

.inner-header.wbg {}

.inner-header.wbg  header.header .topheader .nav ul li a {
    color: #fff;
}

.inner-header.wbg header.header.fixed .topheader .nav ul li a {
    color: #333;
}

.inner-header.wbg .right-head button svg path{
    stroke: #fff;
}
.inner-header.wbg header.header.fixed .topheader  button svg path{
    stroke: #333;
}

section.section.top-bg.blue-bg .info-ri h2.midd {
    font-size: 40px;
}

.case-study-detail.inner-page section.section.top-bg.blue-bg .row {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

section.section.image-section .row {
    display: flex;
    justify-content: center;
}

section.section.image-section {
    padding: 60px 0;
}

.case-study-detail section.section.blue-bg.content-info {
    padding: 60px 0;
    background: #076BAE;
    color: #fff;
    margin-bottom :60px;
}

.case-study-detail section.section.blue-bg.content-info p,.case-study-detail section.section.blue-bg.content-info ul li {
    color: #fff;
    font-size: 18px;
    line-height: 160%;
    
}

.case-study-detail section.section.blue-bg.content-info h2 {
    /* font-size: 40px; */
    padding-bottom: 15px;
    margin: 0px;
}
.case-study-detail section.section.blue-bg.content-info .info-bx {
    padding-bottom: 20px;
}
.case-study-detail section.section.blue-bg.content-info > ul ul {
    padding: 0;
}

.case-study-detail section.section.blue-bg.content-info .btm-rw .bx > ul {
    padding: 0px 0 0 20px;
}

.case-study-detail section.section.blue-bg.content-info .btm-rw .bx {
    background: #ffffff21;
    border-radius: 12px;
    padding: 20px 30px;
    border: 1px solid #ffffff45;
    min-height: 330px;
}

.case-study-detail section.section.blue-bg.content-info .btm-rw  .col-sm-4 {
}

.case-study-detail section.section.blue-bg.content-info .btm-rw .row {
    /* display: flex; */
}

.case-study-detail section.section.blue-bg.content-info .row {
    display: flex;
    justify-content: space-between;
}

.case-study-detail section.section.blue-bg.content-info .row.btm-rw {
    padding-top: 40px;
    padding-bottom: 30px;
}

.case-study-detail section.section.blue-bg.content-info .row::before,.case-study-detail section.section.blue-bg.content-info .row::after {
    display: none;
}

.case-study-detail section.section.blue-bg.content-info .btm-rw .bx h4 {
    font-size: 24px;
}

.case-study-detail section.section.blue-bg.content-info .btm-rw .row.no-wrap {
    flex-wrap: wrap;
}

.case-study-detail section.section.blue-bg.content-info .btm-rw .row.no-wrap .bx {
    margin-bottom: 30px;
    background: #b51419;
    border: 0;
}

.case-study-detail .sidebar.right h4 {
    font-family: 'CabinetGrotesk-Extralight';
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.ourwork-page.case-study-detail.inner-page section.section.section4 {
    padding-bottom: 60px;
}

.case-study-detail.inner-page .counter-info h2 {
    font-size: 40px;
    color: #000;
}

.case-study-detail.inner-page .counter-info .info-btm {
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}

.case-study-detail.inner-page .counter-info .info-btm .bx {
    width: 20%;
    padding: 0 25px;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.case-study-detail.inner-page .counter-info .info-btm .bx:first-child {
    padding-left: 0;
}

.case-study-detail.inner-page .counter-info .info-btm .bx:last-child {
    padding-right: 0;
    border: 0;
}

.case-study-detail.inner-page .counter-info .info-btm .bx h4 {
    font-size: 24px;
    font-weight: bold;
    min-height: 55px;
    margin-top: 0;
    color: #000;
    line-height: 100%;
    margin: 0;
}

.case-study-detail.inner-page .counter-info .info-btm .bx .btml p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.case-study-detail.inner-page .counter-info .info-btm .bx p {
    font-size: 20px;
}

.case-study-detail.inner-page .counter-info .info-btm .infc {
    min-height: 60px;
}

.case-study-detail.inner-page .counter-info .btm-rw {
    padding-bottom: 40px;
}

.case-study-detail.inner-page .counter-info .btm-rw ul {
    padding-left: 25px;
}

.case-study-detail.inner-page .counter-info .btm-rw ul li b {
    font-weight: 500;
}

.case-study-detail.inner-page .counter-info .btm-rw ul li {
}

.case-study-detail.inner-page .counter-info .btm-rw ul li b {
    font-weight: 500;
}
section.section.top-bg.blue-bg .info .title-head {
    text-align: left;
}
.case-study-detail.inner-page .counter-info .image-section {}

.case-study-detail.inner-page .counter-info .image-section .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case-study-detail.inner-page .counter-info .image-section .inf p {
    font-size: 40px;
    font-weight: 200;
}

.case-study-detail.inner-page .counter-info .image-section .inf {
    padding-top: 100px;
    padding-bottom: 50px;
}

.case-study-detail .sidebar.right {
    position: sticky;
    top: 50px;
}

.case-study-detail  .btm-rw .bx .d-flex {
    display: flex;
}

.case-study-detail .btm-rw .bx .d-flex .colm {
    width: 100%;
}

.case-study-detail .btm-rw .bx .d-flex .colm p.fi {
    text-decoration: underline;
}

.case-study-detail section.section.content-info .too-btm h2 {
    font-size: 24px;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.case-study-detail section.section.content-info .too-btm {
    padding-top: 20px;
    padding-bottom: 10px;
}

.case-study-detail section.section.blue-bg.content-info.avon {
    padding-bottom: 20px;
}

.case-study-detail .cl-logo {
    display: flex;
    padding: 25px 0 30px;
}

.case-study-detail .cl-logo a {
    color: #000;
    text-decoration: underline;
}

.case-study-detail .cl-logo .bx {
    margin-right: 30px;
}

.case-study-detail .cl-logo a p.ttl {
    padding-top: 10px;
}

.case-study-detail .cl-logo .bx:last-child {
    margin: 0;
}

.case-study-detail.inner-page .counter-info.avon .info-btm .bx h4 {
    min-height: 45px;
}

.bx.journey p a {
    color: #000;
    text-decoration: underline;
}
.case-study-detail.inner-page .video-space {}

.case-study-detail.inner-page .video-space iframe {
    border-radius: 20px;
}

.case-study-detail.inner-page .video-space {
    padding-top: 20px;
}

@media screen and (min-width: 1681px){
    .case-study-detail.inner-page .counter-info .info-btm .bx h4 {
        font-size: 32px;
        min-height: 75px;
    }
    body.our-partners .gallery-section .portfolio__img .logo-bx {
    width: 15%;
}
    section.section.ourwork-page .title-head.big h2 {
    font-size: 70px;
}

	body .container {width: 100%; max-width: 1600px;}
	
	body .section .container {
	    /*max-width: 1480px;*/
	}
	
	.section-wrapper3 .containerbtm {
    /*max-width: 1320px;*/
}

.ourwork-page.section-wrapper2 .portfolio__img a {
    min-height: auto;
}

}

@media screen and (min-width: 1200px){
section.section.experience-section2 .containerbtm h4 {
    font-size: 26px;
}

section.section.experience-section2 .info p {
    font-size: 20px;
    line-height: 150%;
}

}

@media screen and (min-width: 1000px){
    /*body .whitee-bg, .hm-section-wrapper2, .section-wrapper3.whitee-bg, .section-wrapper4.sectionclass, .section-wrapper5.sectionclass, .section-wrapper6.sectionclass {
    background: transparent;
}*/

.hm-section-wrapper2 {
    position: relative;
}

.hm-section-wrapper2:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/elm3.png);
    top: 100px;
    left: 0;
    width: 500px;
    height: 1111px;
    background-position: left top;
    background-repeat: no-repeat;
}

.hm-section-wrapper2:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/elm1.png);
    bottom: 200px;
    right: 0;
    width: 500px;
    height: 1111px;
    background-position: left top;
    background-repeat: no-repeat;
}

.hm-section-wrapper2 section.section.experience-section2 {
    position: relative;
    z-index: 9;
}

.hm-section-wrapper2 section.section.experience-section2:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/elm2.png);
    top: 100px;
    right: 0;
    width: 294px;
    height: 547px;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: .4;
}

.hm-section-wrapper2 section.section.experience-section2:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/elm4.png);
    bottom: 100px;
    left: 0;
    width: 294px;
    height: 861px;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: .7;
}

    .section-wrapper3 .swiper .swiper-wrapper {

        flex-wrap: wrap;
        justify-content: space-between;
        gap: 33px;
    }
    
    .section-wrapper3 .swiper-slide {
        width: 31.3%;
    }
    div#logos {}

div#logos .swiper .swiper-wrapper {
    justify-content: center;
    gap: 16px;
}

div#logos .swiper .swiper-wrapper .swiper-slide {
    width: 18%;
}
    
    
    .section-wrapper3 .section3 span.swiper-button-prev,
    .section-wrapper3 .section3 span.swiper-button-next {display:none;}
    
}

@media screen and (max-width: 1680px){
    body .container {width: 100%; max-width: 1320px;}
    
    
.section-wrapper1.inner-page .info .title-head h2 {
    font-size: 50px;
}

.section-wrapper1.inner-page .info p.midd {
    font-size: 28px;
}

.section-wrapper1.inner-page .info p {
    font-size: 20px;
}

section.experience-section1 .row.btm-content .info .title-head p.textcenter {
    font-size: 22px;
}

section.experience-section1 .row.btm-content .info {
    padding: 0;
}

section.experience-section1 .row.btm-content .info .title-head p {
    font-size: 18px;
}

.section-wrapper1 .section .container {
    max-width: 1220px;
}

.section-wrapper1.inner-page .section .container .info {
    padding-left: 0;
}

.section-wrapper2.inner-page .containerbtms h2 {
    font-size: 32px;
}

.section-wrapper2.inner-page .top-content.top-contentwbg .info {
    /* left: -60px; */
}

.section-wrapper2.inner-page .section .containerbtms-02 .info h4 {
    font-size: 32px;
}
}

@media screen and (max-width: 1440px){
    .case-study-detail section.section.blue-bg.content-info .btm-rw .bx {
    min-height: 370px;
}
    section.section.ourwork-page .title-head.big h2 {
    font-size: 70px;
}

    body .container {width: 100%; max-width: 1280px;}
    
	section.banner-section .info-btm {
    padding-bottom: 50px;
}

.section-wrapper1 .section .container {
    max-width: 1220px;
}

.section-wrapper1 .section .container .info {
    padding: 0 60px;
}

	body .container {width: 100%; max-width: 1220px;}
	.title-head h2 {
		font-size: 38px;
	}
	section.experience-section1 .info p {
		font-size: 16px;
		line-height: 150%;
	}
	section.experience-section1 .info p br {
		display: none;
	}
	.section-wrapper3 .containerbtm .row {    
		padding: 15px 0;
	    gap: 20px;
	}
	
	.title-head.big h2 {
    font-size: 48px;
    line-height: 60px;
}

.title-head p {
    font-size: 16px;
}

.section-wrapper5 .box {
    padding: 20px 30px 20px 30px;
    min-height: 310px;
}

.section-wrapper5 .box .image {
    height: 150px;
}

.section-wrapper6 .btm-content .btm-content-flex {
    display: flex;
    align-items: center;
}

.section-wrapper6 .btm-content .btm-content-flex .title-head.big {
    padding-bottom: 0;
    padding-right: 30px;
    width: 30%;
}

.section-wrapper6 .btm-row {
    width: 70%;
}

.ourwork-page.section-wrapper2 .portfolio__img a {
    min-height: auto;
}

}

@media (max-width: 991px) {
    section.section.experience-section2 .containerbtm .left .info {
    padding-left: 0px;
}

section.section.experience-section2 .containerbtm .right .info {
    padding-right: 0px;
}
    .mobile-tabs .nav-item {
        display:none;
    }

    .mobile-tabs .nav-item.active {
        display: block;
    }

    .nav-tabs.mobile-tabs .nav-item.active > a:before {
        content: "\e259";
        position: absolute;
        top: 15px;
        right: 15px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    .mobile-tabs .nav-item {
        float: none;
    }
}

@media screen and (max-width: 600px){
    
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 24px;
    padding-left: 24px;
}


	header.header .nav {
    display: none;
}

.banner-image.mob {
    display: block;
}

.banner-image.desktop {
    display: none;
}

section.banner-section .banner-image > img {
    height: 500px;
    object-fit: cover;
}

section.banner-section .info-btm {
    padding-bottom: 0;
}

section.banner-section .info-top {
    padding-bottom: 0;
}

section.banner-section .info-top h1 {
    font-size: 30px;
    padding-bottom: 0;
}

section.banner-section .info-top p {
    font-size: 16px;
    line-height: 120%;
}

section.banner-section .info-top p br {
    display: none;
}

section.banner-section .box > img {
}

section.banner-section .info-top h1 {
    font-size: 23px;
}

.title-head h2 {
    font-size: 32px;
    line-height: 120%;
}

.section-wrapper1 .section {
    height: auto;
    padding: 15px 0 45px;
   /* display: inline-block;*/
}

section.experience-section1 .info p {
    font-size: 16px;
    line-height: 150%;
}

.section-wrapper1 .section .title-head {
    padding-bottom: 0;
}
section.banner-section .info-btm p {
    font-size: 16px;
    position: relative;
    top: 24px;
}


.header #nav ul.nav-inner li a {
    font-size: 35px;
    line-height: normal;
    height: auto;
    display: block;
    padding: 8px 0;
}

.header #nav .footer-btm-mid .in-mid .footer-mid-left {
    width: 100%;
}
.header #nav .footer-btm-mid .in-mid {
    justify-content: center;
}
.header #nav .footer-btm-mid .footer-mid-left li {
    margin: 0 10px;
}

.header #nav .footer-btm-mid .in-mid .footer-mid-right ul {
    padding: 10px 0 0 0;
    width: 100%;
}

.header #nav .footer-btm-mid .in-mid .footer-mid-right {
    width: 100%;
    display: none;
}

.header #nav.open .nav-inner li {
    line-height: normal;
    height: auto;
    padding: 7px 0;
}

.header #nav ul.nav-inner {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

header.header .logo a img {
    max-width: 100px;
}

header.header .right-head > a {
    padding: 9.5px 18px;
}

header.header .right-head button {
    margin-left: 10px;
    padding-right: 0;
}

.header #nav ul.nav-inner li a svg.icon {
    width: 30px;
    height: 30px;
    line-height: normal;
    top: 0;
}
.header #nav ul.nav-inner li a:hover svg.icon {
    transform: translateY(3px);
}
.title-head.big h2 {
    font-size: 32px;
}

.title-head p {
    font-size: 16px;
    line-height: 150%;
}

.title-head.big {
    padding: 0 20px;
}

.section-wrapper1 .section .container .info {
    padding: 0;
}

.section-wrapper2 {
    padding: 15px 0 20px;
}

section.section.experience-section2 .containerbtm h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
}

section.section.experience-section2 .info p {
    font-size: 16px;
    line-height: 150%;
}
.section-wrapper2 .title-head.big {
    padding-bottom: 12px;
}

section.section.experience-section2 .containerbtm .row {
    padding: 10px 0;
}

section.section.experience-section2 .btm-content .info h4 {
    font-size: 18px;
    line-height: 150%;
}

section.section.experience-section2 .btm-content .info h4 br {
    display: none;
}

.section-wrapper3 .swiper-slide .image > img {
    border-radius: 10px;
}
.section-wrapper3 .containerbtm .row .col-sm3 {
    min-width: 50%;
    /* float: left; */
}

.section-wrapper3 .section3 .image img {
    width: 100%;
}

.section-wrapper3 .containerbtm .row {
    gap: 5px;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* display: grid; */
    padding: 0;
    margin: auto;
    /* border-radius: 10px; */
    overflow: hidden;
    grid-template-columns: 50% 50%;
    align-items: start;
    justify-content: start;
}

.section-wrapper3 .containerbtm .row .col-sm-4 {
    /* width: 100%; */
    /* max-width: 100%; */
    padding: 0;
}

body .whitee-bg.section-wrapper3 .image {
    margin-bottom: 7px;
}

.section-wrapper3.whitee-bg {
    padding-bottom: 0;
}

.header #nav .container {
    
}

.section-wrapper3 .containerbtm .row .col-sm3:first-child {
    display: none;
}

.section-wrapper3 .containerbtm .row::before {
    display: none;
}

.section-wrapper3 .section3 span.swiper-button-next {
    height: 30px;
    width: 30px;
    right: 10px;

}

.section-wrapper3 .section3 span.swiper-button-prev {
    height: 30px;
    width: 30px;
    left: 10px;

}

.header #nav .footer-btm-mid .in-mid {
    /* grid-template-columns: 100% 100%; */
    grid-column: 1 / span 2;
    grid-column: 1 / 3;
}

.header #nav .footer-btm-mid .in-mid {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;
    align-items: start;
}




a.white-bg {
    padding: 8px 12px;
}

a.outline-btn {
    padding: 7px 12px;
}

.filter-tabs button {
    white-space: nowrap;
    margin: 0 1px;
}

.filter-tabs {
    overflow: scroll;
    padding-bottom: 16px;
    padding-top: 10px;
    justify-content: start;
    scrollbar-width: none;
}

.filter-tabs button {
    font-size: 14px;
    padding: 10px 18px;
}
.filter-tabs button.active {
    padding: 10px 18px;
    font-size: 14px;
}
.section-wrapper3 {
    padding: 10px 0 35px;
}

.section-wrapper3 .section3 h2 {
    line-height: 127%;
}

.title-head.big h2 {
    line-height: 120%;
}

.section-wrapper4 {
    padding: 5px 0 20px;
}

.section-wrapper4 .containerbtm .row .col-sm3 .image {
    margin: 0 0 15px 0;
}

.section-wrapper4 .containerbtm .row {
    padding-bottom: 0;
    gap: 7px;
}

.section-wrapper4 .containerbtm .row .col-sm3 a {}

.section-wrapper4 .containerbtm .row .col-sm3 .image img.img-responsive {
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.section-wrapper4 .containerbtm .row .col-sm3:nth-child(3n) {}

.section-wrapper4 .containerbtm .row .col-sm3:nth-child(3n)  .image:nth-child(2n) {}

.section-wrapper4 .containerbtm .row .col-sm3:nth-child(3n) .image:nth-child(2n) img.img-responsive {
    height: 160px;
}

.section-wrapper4 .containerbtm .row .col-sm3 .image {
    height: 150px;
    margin-bottom: 20px;
}

.section-wrapper4 .containerbtm .row .col-sm3 {}

a.blue-bg {
    padding: 14px 22px;
    align-items: center;
    font-size: 16px;
}
a.blue-bg svg.icon {
    margin-left: 6px;
}
.section-wrapper5 {
    padding: 20px 0px 20px;
}

.section-wrapper5 .container-full .container > .row {
    flex-wrap: wrap;
    display: flex;
}

.section-wrapper5 .container-full .container .col-sm-3 {
    /* width: 50%; */
}

.section-wrapper5 .box {
    padding: 0px 32px 10px 32px;
    min-height: auto;
    margin-bottom: 15px;
    max-width: 80%;
    margin: 10px auto;
}

.section-wrapper5 .box .image {
    height: 100px;
}

.section-wrapper5 .box .image img.img-responsive {
    width: auto;
    max-width: 80px;
}



.section-wrapper5 .btm-content {
    padding-top: 0;
}

.section-wrapper5 .btm-content .logo-slider {
    padding: 0;
}

.section-wrapper6 section.section.section6 .title-head h2 span br {
    display: none;
}

.section-wrapper6 .btm-content {
    padding-top: 0;
}

.section-wrapper6 {
    padding: 25px 0 50px;
}

.logo-slider .keyw {
    font-size: 13px;
    padding: 6px 10px;
}


.logo-slider a.keyw {
    font-size: 13px;
    padding: 6px 10px;
}



.section-wrapper6 .logo-slider {
    padding: 10px 0 0;
}

section.section.experience-section2 .containerbtm .row {
    flex-direction: column;
}

section.section.experience-section2 .containerbtm .row .image {
    max-width: 300px;
    padding-bottom: 10px;
}

section.section.experience-section2 .containerbtm .row .info {}

section.section.experience-section2 .containerbtm {
    max-width: 340px;
}

section.section.experience-section2 .containerbtm .row.right .col-sm-5 {
    order: 1;
}

section.section.experience-section2 .containerbtm .row.right {
    flex-direction: column-reverse;
}

section.experience-section1  .image.desktop {
    display: none;
}

.section-wrapper1 .section .mob.btm {
    display: block;
    padding: 40px 0 0;
}

section.experience-section1 .container > .row {
    flex-direction: column;
}

section.experience-section1 .row .mob.btm {}

section.experience-section1  .mob.btm {}

section.experience-section1  .mob.btm .row {
    flex-wrap: wrap;
}

section.experience-section1 .mob.btm .row {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    padding: 5px 10px;
}

section.experience-section1 .mob.btm .row .col-sm-4 {
    width: 31%;
    padding: 0;
}

.banner-section .logo-slider .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

section.banner-section .logo-slider .box > img {
    max-width: 150px;
}

.section-wrapper5 .logo-slider .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

.section-wrapper5 .logo-slider .bx img {
    max-width: 150px;
}

section.section.experience-section2 .btm-content .info {
    padding: 0 20px;
}

section.section.experience-section2 .btm-links {
    padding-bottom: 0;
}

section.section.experience-section2 .btm-content {
    padding: 20px 10px 30px 10px;
}

div#website {}

.section-wrapper3 .containerbtm div#website .row {
    flex-direction: row;
    margin: 0;
    overflow: auto;
    scrollbar-width: none;
}
.section-wrapper3 .containerbtm div#website .row .col-sm3 {
    min-width: 100%;
}

section.experience-section1 .info p.midd {
    padding-bottom: 10px;
}

section.section.experience-section2 .title-head p br {
    display: block;
}


section.section.experience-section2 .btm-links {
    flex-direction: column;
}

section.section.experience-section2 .btm-links a.white-bg {
    margin-bottom: 24px;
    margin-right: 0;
    /*padding: 14.5px 22px;*/
    align-items: center;
    font-size: 16px;
}

section.section.experience-section2 .btm-links a.outline-btn {
    margin-left: 0;
    min-width: 200px;
    justify-content: center;
    /*padding: 13px 22px;*/
    align-items: center;
    font-size: 16px;
}

section.section.experience-section2 .btm-links a.outline-btn svg.icon {
    margin-left: 6px;
}

.abt-page.section-wrapper1 {}

.abt-page.section-wrapper1 section.experience-section1 .btm-content,.abt-page.section-wrapper1 section.experience-section1 .btm-content-02 {
    max-width: 1480px;
    margin: auto;
}

.section-wrapper3 .containerbtm .btm-links {
    flex-direction: column;
    margin-top: 0;
}

.section-wrapper3 .containerbtm .btm-links a.blue-bg {
    margin: 0 0 19px 0;
    min-width: 240px;
}

.section-wrapper3 .containerbtm .btm-links a.green-outline.outline-btn {
    margin: 0;
    /*padding: 14.5px 22px;*/
    min-width: 255px;
    justify-content: center;
}

.section-wrapper1 .section .SDA-swiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
}

.tab-content>.tab-pane {
    position: relative;
}

header.header > .container {
    padding: 0 24px;
}


.section-wrapper1.inner-page .info p {
    font-size: 20px;
}

.section-wrapper1.inner-page .info .title-head h2 {
    font-size: 30px;
}

.section-wrapper1.inner-page {
    padding-top: 60px;
}

.section-wrapper1.inner-page .info p.midd {
    font-size: 18px;
}

.section-wrapper1.inner-page .image.desktop img {
    max-width: 240px;
}

section.experience-section1 .row.btm-content {
    padding-top: 30px;
}

section.experience-section1 .row.btm-content .info .title-head h2 {font-size: 30px;}

section.experience-section1 .row.btm-content .info .title-head p.textcenter {
    font-size: 18px;
}

.section-wrapper1.inner-page {
    padding-bottom: 0;
}

.section-wrapper2.inner-page section.section.experience-section2 .title-head {
    padding: 0 20px;
}

.section-wrapper2.inner-page .containerbtms h2 {
    font-size: 22px;
}

.section-wrapper2.inner-page .containerbtms h2 br {
    display: none;
}

.section-wrapper2.inner-page .containerbtms > .row .row {
    flex-direction: column;
}

.section-wrapper2.inner-page .containerbtms > .row .right .row {
    flex-direction: column-reverse;
}

.section-wrapper2.inner-page .containerbtms .right {
    padding-top: 30px;
}

.section-wrapper2.inner-page .containerbtms .right h2 {
    text-align: center;
}

.section-wrapper2.inner-page .top-content.top-contentwbg .info {
    left: auto;
}

.section-wrapper2.inner-page .top-content.top-contentwbg .row {
    flex-direction: column;
    padding-bottom: 0;
    text-align: center;
}

.section-wrapper2.inner-page section.section.experience-section2 .title-head h2.text-left {
    text-align: center;
}

.section-wrapper2.inner-page .section .containerbtms-02 .info h4 {
    font-size: 22px;
}

.section-wrapper2.inner-page .containerbtms-02 .info p {
    padding: 5px 0;
    font-size: 16px;
}

.section-wrapper4.inner-page {
    padding: 0;
}

.section-wrapper4.inner-page .containerbtm .row .col-sm3 a {}

.section-wrapper4.inner-page .containerbtm .row .col-sm3 a img.img-responsive {
    height: auto;
}

.section-wrapper6.inner-page {}

.section-wrapper6.inner-page  .btm-content .btm-content-flex {
    flex-direction: column;
    align-items: start;
}

.section-wrapper6.inner-page .btm-content .btm-content-flex .title-head.big {
    width: 100%;
}

.section-wrapper6.inner-page .btm-content .btm-content-flex .title-head.big h2 br {
    display: none;
}

.section-wrapper6.inner-page .btm-content .btm-content-flex .btm-row {
    width: 100%;
}

.section-wrapper6 .item.bx {
    padding: 0 10px;
}

.ourwork-page.section-wrapper2 .portfolio__img a {
    min-height: auto;
    margin: 0;
}

.ourwork-page.section-wrapper2 .portfolio__filter {
    margin: 15px 0 25px 0;
    display: flex;
    overflow: auto;
    scrollbar-width: none;
}

.ourwork-page.section-wrapper1 .info-ri.desktp p.midd {
    font-size: 18px;
}

.ourwork-page.section-wrapper1 .info-ri.desktp p.midd br {
    display: none;
}

.ourwork-page.section-wrapper1 .title-head h2 {
    margin: 15px 0 10px;
}

.ourwork-page.section-wrapper1 section.section.experience-section1 {
    padding-bottom: 10px;
}

.ourwork-page.section-wrapper2 .portfolio__filter .filter-button {
    padding: 2px 14px;
}

.ourwork-page.section-wrapper2 .portfolio__img {
    margin: auto;
}

.ourwork-page.section-wrapper2 .portfolio__img .filter.p0 {
    padding: 0;
}

section.section.ourwork-page .btm-links {
    flex-direction: column;
    margin-top: 0;
    margin: 0;
    padding-bottom: 0;
}

section.section.ourwork-page .btm-links a.blue-bg {
    margin: 0 0 19px 0;
    min-width: 240px;
}

section.section.ourwork-page .btm-links a.green-outline {
    margin: 0;
    /*padding: 14.5px 22px;*/
    min-width: 230px;
    justify-content: center;
    padding: 12px 22px;
}

.button--bestia span {
    padding: 1rem 3rem;
}

.ourwork-page.section-wrapper2 section.section.section4 {
    padding: 0 25px 55px 25px;
    text-align: center;
}

section.section.ourwork-page .title-head.big h2 .left {
    padding: 0;
}

.ourwork-page.section-wrapper2 .gallery-section .btm-links {
    padding-bottom: 35px;
}

section.section.ourwork-page .title-head.big h2 {
    font-size: 40px;
}

.ourwork-page.section-wrapper2 .portfolio__img .filter.p0 {
    width: 46%;
}

.our-partners .ourwork-page.section-wrapper2 .portfolio__img img {
    width: 100%;
    max-width: 150px;
}

.our-partners .ourwork-page.section-wrapper2 .portfolio__img .image {
    min-height: 120px;
    margin-bottom: 0;
}

.our-partners .ourwork-page.section-wrapper2 .portfolio__filter {
    margin: 20px 0 25px 0;
}

.ourwork-page.section-wrapper2 .portfolio__img a .title h4 {
    font-size: 16px;
}

.ourwork-page.section-wrapper2 div#video-production .portfolio__img .image, .ourwork-page.section-wrapper2 div#website .portfolio__img .image {
    min-height: auto;
}

.ourwork-page.section-wrapper2 div#website .portfolio__img .fllter {
    margin-bottom: 20px;
    display: block;
}

.ourwork-page.section-wrapper2 div#website .portfolio__img .filter {
    margin-bottom: 20px;
}

.ourwork-page.section-wrapper2 #logos .portfolio__img .image {
}

.ourwork-page.section-wrapper2 #creatives .portfolio__img,
.ourwork-page.section-wrapper2 #logos .portfolio__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ourwork-page.section-wrapper2 #creatives .portfolio__img:before,
.ourwork-page.section-wrapper2 #creatives .portfolio__img:after,
.ourwork-page.section-wrapper2 #logos .portfolio__img:before,
.ourwork-page.section-wrapper2 #logos .portfolio__img:after {
    display: none;
}

.our-service-detail.section-wrapper1 .info .info-head .row {
    display: block;
}

.our-service.our-service-detail.section-wrapper1 .btm-content {
    padding-top: 40px;
}

.our-service.our-service-detail.section-wrapper1 .btm-content h2.textcenter {
    font-size: 43px;
    padding-bottom: 15px;
}

.our-service.our-service-detail.section-wrapper1 section.experience-section1 .row.btm-content .info h4 {
    font-size: 22px;
    padding: 10px 0 5px 0;
}

.our-service.our-service-detail.section-wrapper1 section.experience-section1 .row.btm-content .info {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.our-service.our-service-detail.section-wrapper1 section.experience-section1 .row.btm-content .info .img img {
    max-width: 210px;
}

.section-wrapper1.inner-page {
    padding-top: 100px;
}

.beardcrumb-ni ul li {
    font-size: 14px;
}

.beardcrumb-ni ul li a {
    font-size: 14px;
}

.beardcrumb-ni {
    padding: 0;
}

.section-wrapper1.inner-page .info p {
    font-size: 16px;
}

.our-contact-detail.section-wrapper1 .info .d-flex {
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.our-contact-detail.section-wrapper1 .info input[type="file"] {
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 13px;
}

.our-contact-detail.section-wrapper1 .btm-content .form-group.top-space {
}

.our-contact-detail.section-wrapper1 .info p.text {
    margin-bottom: 0px;
    font-size: 15px;
}

.our-contact-detail.section-wrapper1 .btm-content label {
    font-size: 16px;
}

.our-contact-detail.section-wrapper1 .btm-content .info-head p {
    font-size: 18px;
}

.our-contact-detail.section-wrapper1 {}

.our-contact-detail.section-wrapper1 .row.top-contents .info {
    margin-bottom: 30px;
}

.our-service.section-wrapper1 a.keyw {
    padding: 6px 15px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.our-service.section-wrapper1 h2.textcenter span {
    font-size: 26px;
    padding-bottom: 10px;
    display: inline-block;
}

.our-service.section-wrapper1 .info-head p {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.our-service.section-wrapper1 section.section.section4.btm-content.ourwork-page {
    padding-top: 20px;
}

.our-service.section-wrapper1 .info .btm-links a.blue-bg {
    font-size: 18px;
}

.our-partners .ourwork-page.section-wrapper1 .row {
    align-items: start;
}

body.our-partners .section-wrapper1.inner-page {
    padding-top: 70px;
}

.row.top-contents {}

.our-contact-detail.section-wrapper1 .btm-content {
    margin-top: 30px;
}

.abt-page.section-wrapper1 section.experience-section1 .btm-content  > div, 
.abt-page.section-wrapper1 section.experience-section1 .btm-content-02 > div {
    margin: 0;
    padding: 0 10px;
}

.our-service.section-wrapper1 .image.desktop {
    flex-direction: column;
    align-items: start;
}

.our-service.section-wrapper1 p.midd {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.our-service.section-wrapper1 p.midd br {
    display: none;
}

footer.footer-section .container-flex {
    /* flex-direction: column; */
    padding-bottom: 10px;
    align-items: center;
}

footer.footer-section .container-flex img.logo-img {
    max-width: 120px;
}

footer.footer-section .container-flex h2 {
    font-size: 50px;
    line-height: 110%;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 33px;
}

footer.footer-section .container-flex .title-head.big {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

footer.footer-section .container-flex .title-head.big {
    padding-bottom: 0;
}

footer.footer-section {
    padding-top: 32px;
        padding-bottom: 20px;
}

footer.footer-section .info h4 {
    font-size: 22px;
    margin-bottom: 0;
}

footer.footer-section .info p {
    padding: 5px 0;
    font-size: 14px;
}

.footer-btm-mid {
    margin-top: 14px;
    flex-direction: column;
    padding-top: 15px;
}

footer.footer-section .info h3 {
    font-size: 14px;
}

.footer-mid-right ul {
    padding: 0 0 5px 32px;
    flex-direction: column;
}

footer.footer-section .info a {
    font-size: 14px;
}

.footer-btm-mid .footer-mid-left ul li a i {
    font-size: 24px;
}

.footer-mid-right ul li {
    list-style: none;
    color: #fff;
    font-size: 12px;
}

.footer-mid-right ul li {
    list-style: none;
    margin: 0;
}

.footer-mid-right ul {
    align-items: center;
    text-align: center;
    padding: 0 70px;
}

.footer-btm-mid ul {
    justify-content: center;
}

.footer-btm-mid ul li:last-child {
    margin: 0;
}

.footer-btm-mid {
    padding-top: 32px;
    margin-top: 24px;
}

footer.footer-section .container-mid {}

footer.footer-section .container-mid .info {
    padding: 10px 0;
}

footer.footer-section .container-flex {
    padding: 0 6px;
}

.footer-mid-right ul li {
    font-size: 14px;
    padding: 5px 0;
}

.abt-page.section-wrapper1 {
    
}

.abt-page.section-wrapper1 .image.desktop {
    display: none;
}

.abt-page.section-wrapper1 .info p.midd {
    margin-bottom: 0;
    padding-bottom: 0;
}

.inner-header header.header.fixed .topheader {
    background: rgb(255 255 255 / 91%);
    /* mix-blend-mode: difference; */
}

.section-wrapper6 section.section.section6 .title-head h2 br {
    display: none;
}

.section-wrapper6 section.section.section6 .title-head h2 {
    padding: 0 15px;
}

body section.section.case-studies .row.btm-content .col-sm-7 {
    order: 1;
}

body section.section.case-studies .row.btm-content .image.info {
    padding-bottom: 20px;
}

section.section.case-studies .info-head h2.textcenter .text {
    font-size: 20px;
    line-height: normal;
}

.case-study-detail.inner-page section.section.top-bg.blue-bg .row {
    display: block;
}

section.section.top-bg.blue-bg .info .title-head {
    padding-bottom: 0;
}

section.section.top-bg.blue-bg .info-ri h2.midd {
    font-size: 24px;
}

section.section.top-bg.blue-bg {
    padding: 120px 0 30px 0;
}

section.section.top-bg.blue-bg .info .logo img {
    max-width: 200px;
}

section.section.image-section {
    padding: 30px 30px 50px 30px;
}

.case-study-detail section.section.blue-bg.content-info {
    padding: 29px 0;
}

.case-study-detail section.section.blue-bg.content-info .row {
    display: block;
}

.case-study-detail section.section.blue-bg.content-info h2 {
    font-size: 24px;
    padding-bottom: 15px;
}
.case-study-detail section.section.blue-bg.content-info h2 {}

.case-study-detail section.section.content-info .too-btm h2 {
    font-size: 18px;
}

.case-study-detail section.section.content-info .too-btm h2 br {
    display: none;
}

.case-study-detail section.section.content-info .too-btm {
    padding-top: 5px;
    padding-bottom: 0;
    text-align: center;
}

.case-study-detail section.section.blue-bg.content-info p, .case-study-detail section.section.blue-bg.content-info ul li {
    font-size: 16px;
    line-height: 150%;
}

.case-study-detail section.section.blue-bg.content-info .info-bx {
    padding-bottom: 10px;
}

.case-study-detail section.section.blue-bg.content-info .btm-rw .bx {
    margin-bottom: 20px;
    min-height: auto;
}

.case-study-detail section.section.blue-bg.content-info .row.btm-rw {
    padding-top: 0;
    padding-bottom: 0;
}

.case-study-detail.inner-page .counter-info .info-btm {
    display: block;
}

.case-study-detail.inner-page .counter-info .info-btm .bx {
    width: 100%;
}

.case-study-detail.inner-page .counter-info .info-btm .bx:first-child {
    padding-left: 25px;
}

.case-study-detail section.section.blue-bg.content-info .btm-rw .bx h4 {
    font-size: 20px;
}

.case-study-detail section.section.blue-bg.content-info ul li {
    margin: 7px 0;
}

.case-study-detail.inner-page .counter-info h2 {
    font-size: 24px;
}

.case-study-detail section.section.blue-bg.content-info {
    margin-bottom: 20px;
}

.case-study-detail.inner-page .counter-info .info-btm {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.case-study-detail.inner-page .counter-info .info-btm .infc {
    min-height: auto;
}

.case-study-detail.inner-page .counter-info .info-btm .bx h4 {
    min-height: auto;
    font-size: 22px;
}

.case-study-detail.inner-page .counter-info .info-btm .bx p {
    font-size: 16px;
    margin: 0;
}

.case-study-detail.inner-page .counter-info .info-btm .bx {
    padding: 0;
    /* width: 50%; */
    border: 0px solid #eee;
    padding: 10px !important;
}

.case-study-detail.inner-page .counter-info .info-btm .bx:first-child {
    padding: 0;
}

.case-study-detail.inner-page .counter-info .btm-rw ul li {
    font-size: 16px;
}

.case-study-detail.inner-page .counter-info .btm-rw {
    padding-bottom: 15px;
}

.case-study-detail.inner-page .counter-info .image-section {
    padding: 0 24px;
}

.case-study-detail.inner-page .counter-info .image-section .inf {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
}

.case-study-detail.inner-page .counter-info .image-section .inf p {
    font-size: 24px;
}

.case-study-detail .cl-logo {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.case-study-detail .cl-logo .bx {
    width: 43%; 
    margin: 0 0px 30px 0;
    text-align: center;
}

.case-study-detail .cl-logo .bx .image.view {
    display: flex;
    justify-content: center;
}

.case-study-detail .bx.journey {
    text-align: center;
}

.case-study-detail.inner-page .counter-info.avon .info-btm .bx h4 {
    min-height: auto;
}

.our-contact-detail.careee-page.section-wrapper1 {}

.our-contact-detail.careee-page.section-wrapper1 .row.btm-content {
    margin-top: 0;
    padding-top: 0 !important;
}

.our-contact-detail.careee-page.section-wrapper1 .image.desktop {
    display: none;
}

.our-contact-detail.careee-page.section-wrapper1 .form-group {
    margin-bottom: 0;
}

.our-contact-detail.careee-page.section-wrapper1 .row.top-contents .info {
    margin-bottom: 14px;
}

.our-contact-detail.careee-page.section-wrapper1  textarea.form-control {
    margin-bottom: 0;
}

.case-study-detail section.section.blue-bg.content-info .row {
    flex-direction: column-reverse;
    display: flex;
}

.case-study-detail.inner-page .video-space iframe {
    height: 250px;
    border-radius: 12px;
}
}

@media screen and (max-width: 450px) {
    section.banner-section .banner-image > img {
        /*height: 450px;*/
        height: auto;
        object-fit: cover;
    }
    header.header .logo a img {
        max-width: 90px;
    }
    header.header > .container {
        padding: 0 15px;
    }
    header.header .right-head > a {
        padding: 7px 10px;
    }
    
    :root {
    	--blob-size: 200px;
    }
}

@media screen and (max-width: 400px) {
    section.banner-section .banner-image > img {
        /*height: 370px;*/
        height: auto;
    }
}