/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1735911236
Updated: 2025-01-03 05:33:56

*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
	
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #40B082;
}
a:hover, a:active {
  color: #40B082;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


/* header-section-rf */
.header-btn-sticky a span {
	align-items: center;
}

html {
    scroll-behavior: unset !important;
}


/* hero-section-rf */

.hero-sec {
    position: relative;
    overflow-y: hidden;
	overflow-x: hidden;
	z-index: 2;
}

.hero-line-text {
    position: relative;
}

.hero-line-text h5:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    height: 1px;
    background: #C4E7D8;
}

.hero-sec-right {
    position: relative;
}

.hero-right-sec-inner {
     position: absolute;
    left: -180px;
    top: -490.97px;
    z-index: 1;
}

/*Styles for the falling drops of the Home Hero section*/

.moving-input {
	opacity:0; /*initial state of the drops changes by function*/  
}

.hero-sec-right .swipe-right-heading-hero-one {
    left: 170px;
    top: 1195px;
	opacity:0;
    transition: all .5s linear;
}
.hero-sec-right .swipe-right-heading-hero-two {
    left: 100px;
    top: 1153px;
	opacity:0;
    transition: all .5s linear;
}
.hero-sec-right:hover .swipe-right-heading-hero-one,
.hero-sec-right:hover .swipe-right-heading-hero-two {
    left: 373px;
	opacity:1;
}

.hero-right-sec-inner:hover .image-7 {
	 top: 240px;
}

span.hero-span {
    color: #40B082;
    font-weight: 700;
}

.projects-carousel .swiper-slide{
	filter: drop-shadow(-5.14px 4.486px 14.519px rgba(29, 79, 58, 0.29));
}

.projects-carousel .elementor-image-carousel-wrapper.swiper {
	overflow: visible;
}
/*------------- Commented Out by Agustin

 .img-out-slider:before {
		margin-top: -270px !important;
	}*/

/* wht-rf-differnt */

.hero-sec {
    z-index: 3;
}

.rf-different {
	position: relative;
}

.rf-different h2 {
	position: relative;
	z-index: 2;
}

.rf-different h2 span {
	display: block;
}

.rf-different h2 span.inner-txt {
	position: relative;
}

.rf-different h2 span.inner-txt:before {
	content: "Different";
	font-size: 233.648px;
    line-height: 120%;
	color: #F4F4F4;
	position: absolute;
	top: -65%;
    left: 0px;
    z-index: -1;
}

.text-mail {
	min-width: 477px !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.text-mail h5 span.or {
	color: #1A1A1A !important;
}

.text-mail h5 {
	margin: 0 !important;
}

.why-rf-sec {
	position: relative;
}



span.every-stage {
	color: #40B082;
	display: inline-block !important;
}

body {
	overflow-x: hidden !important;
}

h5 span.over-text {
	color: #40B082;
    font-weight: 700;
}

.trusted-by-line {
	max-width: 1192px;
}

.trusted-by-line .trusted-left {
	position: relative;
}

.trusted-by-line .trusted-left:after {
	content: "";
	position: absolute;
	height: 120%;
	width: 1px;
	background: #266A4E;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	
}

.ready-txt-box {
	border: 1px solid #ECF7F3;
	border-radius: 25px;
	padding: 20px;
	max-width: 698px !important;
}

.ready-txt-box .bold-txt {
	font-weight: 700;
}

span.under-txt {
	text-decoration: underline;
}

.unlock-sec {
	position: relative;
}

.unlock-sec:after {
	content: "";
	position: absolute;
    height: 100%;
    width: 1px;
    background: #266A4E;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

/* Testimonials */

.testimonial-slider .elementor-swiper-button {
	width: 134px;
	height: 84px;
	background: #ECF7F3;
	border-radius: 64px;
	justify-content: center;
    align-items: center;
}

.testimonial-slider .elementor-swiper-button svg {
	fill: #C4E7D8 !important;
}

.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
	top: unset !important;
    bottom: -188px !important;
    right: 33% !important;
    left: unset !important;
}

.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
	top: unset !important;
    bottom: -188px !important;
    right: 26.5% !important;
    left: unset !important;
}

.testimonial-slider .elementor-swiper-button:hover {
	background: transparent;
	border: 2px solid #40B082 !important;
}

.out-slider {
	z-index:39;
	min-width: 2292px;
}

/* .testimonial-slider .elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide {
	box-shadow: 22.92px 9.18px 140.56px rgba(29, 79, 58, 0.13);
    border-radius: 25px;
} */

.testimonial-slider .swiper {
	overflow: unset !important;
}

.testimonial-slider {
	overflow: hidden !important;
}

.testimonial-slider .swiper-slide {
	overflow: unset !important;
}

.testimonial-slider .elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con {
	box-shadow: 22.92px 9.18px 140.56px rgba(29, 79, 58, 0.13);
    border-radius: 25px;
	background: #fff;
}

.testimonial-body p{
		line-height: 1.6 !important;
}

.rf-testimonial-cards-name h5 span {
    color: #8ccaaf;
    font-size: 20px;
    margin-top: 10px;
    display: block;
}

/* accordion */

.common-misconceptions .e-n-accordion details:first-child summary {
    border: none !important;
}

.common-misconceptions .e-n-accordion details {
	border-bottom: 1px solid #1C1C1C;
}

.common-misconceptions .acc-number {
	font-family: 'Indivisible';
    font-size: 161px;
    line-height: 161px;
	color: #F4F4F4;
	margin-right: -40px;
}

.common-misconceptions .e-n-accordion-item-title-text {
    display: flex;
    align-items: center;
	
}

.common-misconceptions .e-n-accordion-item-title:hover .acc-heading {
    margin-left: 15px;
}

.common-misconceptions span.acc-heading, span.e-closed {
    transition: all .5s ease;
}

.common-misconceptions .e-n-accordion-item-title .e-opened {
	transform: rotate(-90deg);
	transition: all .5s ease;
}
.common-misconceptions .e-n-accordion-item-title[aria-expanded="true"] .e-opened {
	transform: rotate(0deg);
}

.common-misconceptions summary.e-n-accordion-item-title:hover .acc-number {
    color: #ECF7F3;
}

.common-misconceptions span.acc-number {
    transition: all .5s ease;
}
@media(min-width: 1025px) {
	.common-misconceptions summary.e-n-accordion-item-title .e-opened,
	.common-misconceptions summary.e-n-accordion-item-title:hover .e-closed {
		margin-right: 25px;
	}
	.common-misconceptions .e-n-accordion-item-title[aria-expanded="true"] .e-opened {
		transform: translateX(25px) rotate(0deg);
	}
}

.common-misconceptions .e-n-accordion details:last-child {
    border: none;
}

/* footer */

.rf-new-footer {
	overflow: unset !important;
}

.rf-new-footer .tow-type-color h2 {
	 display: inline-block;
    background: linear-gradient(to bottom, #f2f2f2 54%, #C4E7D8 54%);
    -webkit-background-clip: text;
    color: transparent !important;
     margin-top: -182px;
	letter-spacing: -0.08em;
	width: 1225px;
}

.rf-new-footer .elementor-widget-container {
	overflow: unset !important;
}

.elementor-element.rf-new-footer  {
	overflow: unset !important;
}

.rf-new-footer .footer-menu ul li a {
	padding: 0 !important;
}

.rf-new-footer .footer-menu ul li {
	margin-right: 117px !important;
}

.rf-new-footer .footer-make-it p {
	min-width: 477px !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 !important;
}

.rf-new-footer h5 span.or {
	color: #fff !important;
}

.rf-new-footer .main-make-it {
	position: relative;
}

.rf-accordion .elementor-shape-bottom {
	bottom: 0 !important;
}

.out-slider .e-n-carousel {
    margin-left: 100px !important;
}
.case-study-tag-post-list {
	position:relative;
}
.case-study-tag-post-list .case-study-thumbnail-slider {
		display: none;
	}

.case-study-thumbnail-slider-mains {
	display: none;
}

.testimonial-slider .elementor-swiper-button:hover svg {
    fill: #40B082 !important;
}

.rf-new-footer .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	display: none !important;
}
.footer-email-link{
	color:#FFFFFF; 
	font-weight: 500;
}
.footer-email-link:hover{
	color:#41B082; 
	transition: color 1s ease-in-out;
}

/* responsive */
	
	.rf-hero-lt .hero-line-text .elementor-widget-container {
	  margin: 0px 0px 0px 370px !important;
	}
@media(max-width: 1600px) {
	.rf-hero-lt {
		padding-left: 40px;
	}

	
	.hero-line-text h5:before {
		width: 350px;
	}
	
	.hero-h1 h2 {
		font-size: 46px !important;
        line-height: 60px !important;
	}
	
	.rf-different h2 {
		font-size: 80px !important; 
	}
	
	.rf-different h2 span.inner-txt:before {
		font-size: 195.648px !important;
	}
	
	.every-stage h2 {
		font-size: 80px !important;
        line-height: 100px !important;
	}
	
	.unlock-sec h3 {
		font-size: 29px !important;
	}
	
	.out-slider {
     min-width: 1800px;
    }
	
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
		right: 32% !important;
	}
	
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
		right: 23.5% !important;
	}
	
	.rf-new-footer .tow-type-color h2 {
		font-size: 260px !important;
	}
	
	.rf-new-footer .tow-type-color h2 {
		margin-top: -141px;
	}
	
	.main-make-it {
		margin-top: -245px;
	}
	
	/*----  Commented Out by Agustin

	.hero-img-slider .elementor-widget-image-carousel .swiper-slide {
		max-width: 250px !important;
       width: 250px !important;
	}*/
	
	.hero-sec-right .image-6 {
    width: 460.56px;
    height: 449.86px;
    left: 670.53px;
    top: 200.37px;
}


	.hero-sec-right .image-7 {
		width: 336.91px;
		height: 353.53px;
		left: 325.05px;
		top: 195.18px;
	}

	.hero-sec-right .image-5 {
		width: 330.26px;
		height: 380px;
		left: 490.95px;
		top: 503.15px;
	}

	.hero-sec-right .image-3 {
		width: 389.56px;
		height: 500.86px;
		left: 336.28px;
		top: 510.44px;
	}


	.hero-sec-right .image-4 {
		width: 420.91px;
		height: 500.53px;
		left: 600.57px;
		top: 585.83px;
	}


	.hero-sec-right .image-2 {
		width: 310.29px;
		height: 369.26px;
		left: 456.69px;
		top: 806.68px;
	}


	.hero-sec-right .image-1 {
		width: 380.56px;
		height: 500.86px;
		left: 125.75px;
		top: 725.73px;

	}
	.team-sec-heading h2 {
		max-width: 448px !important;
		width: 448px !important;
	}
	
	
}

@media(max-width: 1400px) {
	    .hero-line-text h5:before {
        width: 280px;
    }
	
	    .rf-hero-lt .hero-line-text .elementor-widget-container {
        margin: 0px 0px 0px 300px !important;
    }
	
	.hero-h1 h2 {
        font-size: 40px !important;
        line-height: 56px !important;
    }
	
	.hero-sec-right .image-2 {
    left: 310.69px;
    top: 735.68px;
}
	
	
	
	    .hero-sec-right .image-3 {
        left: 135.28px;
        top: 593.44px;
    }
	
	.hero-sec-right .image-4 {
    width: 425.91px;
    height: 439.53px;
    left: 435.57px;
    top: 610.83px;
}
	
	.hero-sec-right .image-5 {
    width: 290.26px;
    height: 300px;
    left: 351.95px;
    top: 500.15px;
}
	
	.hero-sec-right .image-6 {
    width: 372.56px;
    height: 333.86px;
    left: 567.53px;
    top: 323.37px;
}
	
	.hero-sec-right .image-7 {
    width: 288.91px;
    height: 400.53px;
    left: 205.05px;
    top: 268.18px;
}
	
	.hero-sec-right .image-1 img {
		width: 320px;
    height: 440px;
    object-fit: contain;
	}
	
	.hero-sec-right .image-2 img {
		width: 320px;
    height: 440px;
    object-fit: contain;
	}
	
	.hero-sec-right .image-3 img {
		width: 320px;
    height: 440px;
    object-fit: contain;
	}
	
	.hero-sec-right .image-4 img {
		width: 260px;
        height: 395px;
    object-fit: contain;
	}
	
	
	.hero-sec-right .image-5 img {
		width: 230px;
        height: 425px;
    object-fit: contain;
	}
	
	
	.hero-sec-right .image-6 img {
		width: 320px;
    height: 440px;
    object-fit: contain;
	}
	
	.hero-sec-right .image-7 img {
		width: 320px;
    height: 440px;
    object-fit: contain;
	}
	
	 .rf-hero-lt a.elementor-button-link {
		padding: 20px 40px 20px 40px !important;
	}
	
	.rf-hero-lt h3.elementor-icon-box-title {
    font-size: 22px !important;
    margin: 0 !important;
}
	
	.rf-hero-lt {
		padding-top: 200px;
        padding-bottom: 215px;
	}
	
	    .rf-different h2 {
        font-size: 65px !important;
    }
	
	.rf-different h2 span.inner-txt:before {
        font-size: 170.648px !important;
    }
	
	.why-rf-sec a.elementor-button-link {
		padding: 20px 40px 20px 40px !important;
	}
	
	.rf-why-lt h4 {
		font-size: 30px !important;
        line-height: 40px !important;
	}
	
	.every-stage h2 {
        font-size: 66px !important;
        line-height: 85px !important;
    }
	
	.growth-col-3 h3 {
		font-size: 25px !important;
        line-height: 35px !important;
	}
	
	.growth-col-3 p {
		font-size: 18px !important;
		line-height: 25px !important;
	}
	
	.ready-icon-txt h5{
		font-size: 18px !important; 
	}
	
	    .unlock-sec h3 {
        font-size: 24px !important;
    }
	
	.unlock-sec-rt h5 {
		font-size: 20px !important;
	}
	
	.unlock-sec-rt p {
		font-size: 18px !important;
	}
	
	.testimonial-slider h2 {
		font-size: 80px !important;
	}
	
	 .out-slider {
        min-width: 1600px;
    }
	
	.out-slider img {
		height: 100px;
        width: 100px;
	}
	
	.testimo-slider.e-con-boxed {
		padding-bottom: 50px;
       padding-right: 50px;
	}
	
	.testimo-slider .e-con-inner {
		column-gap: 20px;
		padding-top: 20px;
	}
	
	.out-slider .swiper-slide {
		margin-right: 80px !important;
	}
	
	.testimo-slider .e-con-full {
	margin-top: 20px;	
	}
	
	    .testimo-slider .e-con-inner {
        column-gap: 2px;
	   padding-bottom: 0;
	}
	
	.testimo-slider p {
		font-size: 18px !important;
	}
	
	a.elementor-button-link {
		padding: 20px 40px 20px 40px !important;
	}
	
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
		bottom: -168px !important;
		
    right: 35% !important;
    height: 72px;
	}
	
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
		bottom: -168px !important;
    right: 26.3% !important;
    height: 72px;
	}
	
	.testimonial-slider h2 {
        font-size: 65px !important;
    }
	
	.common-misconceptions .acc-number {
        font-size: 130px;
		line-height: 130px;
	}
	
	.common-misconceptions .e-n-accordion-item-title-text {
		font-size: 30px !important;
	}
	
	.rf-new-footer .tow-type-color h2 {
        font-size: 200px !important;
        margin-top: -109px;
        margin-left: 12px;
    }
	
	.main-make-it {
        margin-top: -200px;
    }
	
	.footer-make-it p {
		font-size: 32px !important;
	}
	
	.rf-new-footer .footer-menu ul li {
    margin-right: 80px !important;
   }
	
	.rf-new-footer .footer-menu {
		margin-top: 10px;
	}
	
	.hero-img-slider .elementor-widget-image-carousel .swiper-slide {
		max-width: 220px !important;
       width: 220px !important;
	}
	
	.out-slider .e-n-carousel {
       margin-left: 80px !important;
   }
	
}

@media(max-width: 1200px) {
	    
	.rf-hero-lt .hero-line-text .elementor-widget-container {
        margin: 0px 0px 0px 200px !important;
    }
	
	    .hero-line-text h5:before {
        width: 185px;
    }
	
	.hero-img-slider .elementor-widget-image-carousel .swiper-slide {
		max-width: 250px !important;
       width: 250px !important;
	}
	/*------------- Commented Out by Agustin
	.img-out-slider .swiper-slide {
		max-width: 250px !important;
       width: 250px !important;
	}*/
	
	
	
	    .every-stage h2 {
        font-size: 60px !important;
        line-height: 75px !important;
    }
	
	.growth-col-3 h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
	
	.growth-col-3 p {
        font-size: 16px !important;
        line-height: 25px !important;
    }
	
	.ready-make-it .e-con-inner {
		column-gap: 20px;
	}
	
	.ready-make-it h2 {
		font-size: 45px !important;
		line-height: 60px !important;
	}
	
	.ready-make-it .elementor-icon-box-icon {
		margin-right: 10px !important;
	}
	
	    .ready-icon-txt h5 {
        font-size: 15px !important;
    }
	
	    .unlock-sec h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
	
	.unlock-main .e-con-inner {
		column-gap: 50px !important;
	}
	
	.unlock-sec:after {
		right: -25px;
	}
	
	    .unlock-sec-rt h5 {
        font-size: 18px !important;
    }
	
	    .unlock-sec-rt p {
        font-size: 16px !important;
    }
	
	    .testimonial-slider h2 {
        font-size: 50px !important;
    }
	
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
		right: 37% !important;
	}
	
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
		right: 46% !important;
	}
	
	    .rf-new-footer .tow-type-color h2 {
        font-size: 160px !important;
        margin-top: -88px;
        margin-left: 20px;
	    width: 900px;
    }
	
	.copy-right p {
		font-size: 14px !important;
	}
	
}

@media(max-width: 1025px) {
	  .rf-hero-lt .hero-line-text .elementor-widget-container {
        margin: 0px 0px 0px 40px !important;
    }
	
	    .hero-line-text h5:before {
        width: 30px;
    }
	
	    .hero-h1 h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }
	
	.rf-hero-lt p {
		font-size: 16px !important;
		line-height: 25px;
	}
	
	    .rf-hero-lt a.elementor-button-link {
        padding: 14px 30px 14px 30px !important;
			font-size: 20px !important;
    }
	
	.rf-hero-lt h3.elementor-icon-box-title {
        font-size: 18px !important;
        margin: 0 !important;
    }
	
	.rf-hero-lt .elementor-icon {
		font-size: 35px;
	}
	
	    .rf-different h2 {
        font-size: 55px !important;
	    line-height: 65px !important;
    }
	
	    .rf-different h2 span.inner-txt:before {
        font-size: 110.648px !important;
    }
	
	    .why-rf-sec a.elementor-button-link {
        padding: 14px 30px 14px 30px !important;
    }
	
	a.elementor-button-link {
        padding: 14px 30px 14px 30px !important;
    }
	
	.text-mail {
    min-width: 351px !important;
	}
	
	.rf-why-lt h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
	
	.why-rf-sec:before {
    top: -120px;
    width: 480px;
    height: 900px;
   z-index: 1;
}
	
	.every-stage h2 {
        font-size: 40px !important;
        line-height: 55px !important;
    }
	
	.ready-make-it h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }
	
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
        bottom: -143px !important;
        right: 62% !important;
        height: 55px;
    }
	
	    .testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
        bottom: -143px !important;
       right: 53% !important;
        height: 55px;
    }
	
	    .common-misconceptions .e-n-accordion-item-title-text {
        font-size: 20px !important;
    }
	
	    .common-misconceptions .acc-number {
        font-size: 100px;
        line-height: 100px;
    }
	
	.main-make-it {
		margin-top: 0;
	} 
	
	.rf-new-footer .footer-make-it p {
    min-width: 351px !important;
	}
	
	.rf-new-footer .elementor-nav-menu--dropdown  {
		background: transparent !important;
	}
	
	.rf-new-footer .elementor-nav-menu--dropdown ul {
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
    }
	
	.rf-new-footer .footer-menu ul li {
        margin-right: 10px !important;
    }
	
	.rf-new-footer .footer-menu ul li a {
		color: #fff !important;
	}
	
	    .out-slider .e-n-carousel {
        margin-left: 10px !important;
    }
	
	.rf-new-footer .tow-type-color h2 {
        font-size: 150px !important;
        margin-top: -81px;
        margin-left: 20px;
		width: 700px;
    }
	
	
	
}

@media (max-width: 767px) {
    .rf-different h2 span.inner-txt:before {
       font-size: 75px !important;
        line-height: 90px !important;
        margin-top: 28px;
    }
	
	.rf-new-footer .tow-type-color h2 {
       font-size: 75px !important;
        margin-top: -40px;
        margin-left: 28px;
		width: 92%;
    }
	
	.copy-right p {
        font-size: 18px !important;
    }
	
	.why-rf-sec:before {
        top: -120px;
        width: 320px;
        height: 700px;
    }

	.rf-hero-lt {
        padding-left: 20px;
    }
	
	    .hero-h1 h2 {
        font-size: 30px !important;
        line-height: 39px !important;
    }
	
	span.elementor-button-icon {
    display: none !important;
}
	
	    .rf-hero-lt {
        padding-bottom: 60px;
    }
	
	.rf-hero-lt a.elementor-button-link {
        padding: 24px 35px 24px 35px !important;
	}
	
	    .hero-img-slider .elementor-widget-image-carousel .swiper-slide {
        max-width: 190px !important;
        width: 190px !important;
    }
	
	    .rf-different h2 {
        font-size: 45px !important;
        line-height: 54px !important;
    }
	
	.text-mail {
        min-width: 100% !important;
    }
	
	    .rf-why-lt h4 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
	
	    .every-stage h2 {
        font-size: 45px !important;
        line-height: 54px !important;
    }
	
	    .ready-make-it h2 {
        font-size: 45px !important;
        line-height: 54px !important;
    }
	
	    .ready-icon-txt h5 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
	
	.ready-make-it .elementor-icon-box-icon {
        margin-right: 20px !important;
    }
	
	.unlock-sec-rt h5 {
        font-size: 24px !important;
    }
	
	    .unlock-sec-rt p {
        font-size: 18px !important;
        line-height: 27px !important;
    }
	
	    .testimonial-slider h2 {
        font-size: 45px !important;
    }
	
	.testimonial-slider h2 {
        font-size: 45px !important;
    }
	
	    .common-misconceptions .acc-number {
        font-size: 48px;
        line-height: 50px;
    }
	
	.common-misconceptions .e-n-accordion-item-title-text {
        font-size: 22px !important;
        line-height: 26px !important;
    }
	
	    .rf-new-footer .elementor-nav-menu--dropdown ul {
        row-gap: 45px;
    }
	
	.rf-new-footer .footer-menu ul li {
        margin-right: 2px !important;
    }
	
	.rf-new-footer .footer-make-it p {
    min-width: 100% !important;
	}
	
	    .footer-make-it p {
        font-size: 28px !important;
    }
	
	  .rf-new-footer a.elementor-button-link {
        padding: 24px 25px 24px 25px !important;
    }
	
	.rf-new-footer .hero-btn {
		width: 100%;
        text-align: center;
	}
	
	.rf-new-footer .footer-make-it {
    width: 100%;
 }
	
	.rf-new-footer .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden !important;
 }
	h5 span.over-text{
		display: inline-block;
	}
	
	
	.common-misconceptions .e-n-accordion-item-title:hover .acc-heading {
    margin-left: 0;
}
	
	.common-misconceptions summary.e-n-accordion-item-title:hover .acc-number {
    color: #F4F4F4;
}
	
	.out-slider .e-n-carousel {
        margin-left: 0 !important;
    }
	
}



/* Meet the Team */

.map-world-text {
    position: absolute;
    width: 100% !important;
    top: 50%;
    left: 180px;
    transform: translateY(-50%);
}

.map-world-text h2 {
	width: 1200px;
}

.make-it-rain-text {
	position: absolute;
    width: 100% !important;
    top: 48px;
    right: 50px;
}

.make-it-rain-text h2 {
	width: 1500px;
}

.ready-make-sec:before {
	margin-top: -230px;
	z-index: -1;
}


@media(max-width: 1600px) {
	.make-it-rain-text h2 {
    width: 1200px;
   font-size: 180px !important;
   line-height: 200px !important;
}
	
	.make-it-rain-text {
    position: absolute;
    width: 100% !important;
    top: 56px;
    right: -10px;
}
	
}



@media(max-width: 1400px) {
	.map-world-text h2 {
    width: 900px;
	font-size: 100px !important; 
}
	
	    .make-it-rain-text h2 {
        width: 900px;
        font-size: 120px !important;
        line-height: 120px !important;
    }
	
	.face-about-box .elementor-widget-container {
		padding-left: 28px !important;
		padding-right: 28px !important;
	}
	.ready-icon-txt h5 {
        font-size: 18px !important;
    }
	
}

@media(max-width: 1200px) {
	.meet-hero-sec .inner-box h2 {
		font-size: 45px !important;
	}
	
	.meet-hero-sec .inner-box p {
		font-size: 18px !important;
	}
	
	.world-sec .world-box-lt h2 {
		font-size: 52px !important;
		line-height: 60px !important;
	}
	
	.world-sec .world-box-lt .map-world-text h2 {
		font-size: 80px !important;
		width: 800px !important;
	}
	
	.face-about-box h3 {
		font-size: 20px !important; 
	}
	
	.ready-make-sec .ready-heading h2 {
		font-size: 52px !important;
		line-height: 60px !important;
		text-align: end;
	}
	
	.ready-make-sec .ready-heading .make-it-rain-text h2 {
		font-size: 80px !important;
        width: 800px !important;
	}
	
	.ready-icon-txt h5 {
        font-size: 15px !important;
    }
	
	   .ready-make-sec .unlock-sec h3 {
        font-size: 19px !important;
	}
	
	
}

@media(max-width: 1025px) {
	    .world-sec .world-box-lt .map-world-text h2 {
        font-size: 55px !important;
        width: 500px !important;
    }
	
	    .ready-make-sec .ready-heading .make-it-rain-text h2 {
        font-size: 55px !important;
        width: 500px !important;
    }
	
	    .meet-hero-sec .inner-box h2 {
        font-size: 38px !important;
    }
	
	    .meet-hero-sec .inner-box p {
        font-size: 16px !important;
    }
	
	    .world-sec .world-box-lt h2 {
        font-size: 40px !important;
        line-height: 55px !important;
    }
	
	.header-for-mobile {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	
   .header-for-mobile nav.elementor-nav-menu--dropdown {
    background: transparent !important; 
	}
	
	.header-for-mobile nav.elementor-nav-menu--dropdown li a { 
		font-size: 18px;
		/*coor: #ffffff !important; ------ Commented out by Agustin*/
	}
	
	/*.header-for-mobile .elementor-menu-toggle__icon--close svg {
		width: 45px !important;
	}  ------ Commented out by Agustin*/
	
	.case-study-buttons-tag .swiper-button-next.case-study-tag-next {
		bottom: 0 !important;
	}
	
	.case-study-buttons-tag .swiper-button-prev.case-study-tag-prev {
		bottom: 0 !important;
	}
	
	/*----------Custom animation for the toggle button (by Agustin)----------*/

	/*1.- Show the same icon on both expanded and collapsed situations (by Agustin)---*/ 
	.elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--open{
		display:block!important;
	}
	.elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--close{
		display:none!important;
	}
	/*2.-Apply changes to the svg and animate the transition (by Agustin) ---*/ 
	
	.elementor-menu-toggle .elementor-menu-toggle__icon--open svg{
		transition: all 0.3s ease-in-out;
	}
	
	.elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--open svg{
		overflow:visible;
		transform: rotate(-65deg);
	}
	.elementor-menu-toggle[aria-expanded="true"] .elementor-menu-toggle__icon--open svg rect:first-child{
		y:18;
  		transition: y 1s ease-in-out;

	}
	
}





/* case study */

main{
	overflow: hidden;
}


.list-all-category-post .case-study-slider-content {
   max-width: 1018px;
    margin-left: 490px;
	margin-top: 25px;
}

 .titile-green {
	color: #40B082 !important;
	font-weight: 700;
}



.list-all-category-post .case-study-repeater{
	padding: 0px;
	margin-bottom: 40px;
}

.list-all-category-post .case-study-repeater .repeater-item{
	display: flex;
	align-items: center;
    width: fit-content;
    border: 1px solid #338D68;
    border-radius: 50px;
    padding: 10px 21px;
	max-width: 300px !important;
}

.list-all-category-post .case-study-repeater .repeater-item span.repeater-text {
    color: #338D68;
    font-family: 'Indivisible';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.list-all-category-post .case-study-repeater .repeater-item img{
	margin-right: 10px;
}

.list-all-category-post .case-study-title{
	color: #000000;
	font-family: 'Indivisible';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}

.list-all-category-post .wp-block-heading {
	color: #000000;
	font-family: 'Indivisible';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
}

.list-all-category-post .wp-block-list li{
	color: #000000;
	font-family: 'Indivisible';
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}



/* Slick slider css */

.list-all-category-post .case-study-item.slick-slide {
    left: unset !important;
    top: unset !important;
    opacity: 1 !important;
}

.list-all-category-post ul.case-study-repeater {
    display: flex;
	display: -webkit-flex;
    gap: 10px;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.list-all-category-post .swiper-container {
    display: block; /* Ensure the sliders are shown */
}
.list-all-category-post .thumbnail-slider{
	margin: 0px !important;
}

.list-all-category-post .case-study-category-title{
    color: #000000;
    font-family: 'Indivisible';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    margin-bottom: 110px;
}

.list-all-category-post .case-study-thumbs {
    display: flex;
}

.list-all-category-post .case-studymain-image-slider {
    width: 25%;
}

.list-all-category-post .case-studymain-image-slider .case-study-thumbnail {
    text-align: center;
}

.list-all-category-post .case-studymain-image-slider .case-study-thumbnail img.case-study-image.wp-post-image {
    transform: scale(2);
    height: 670px;
    object-fit: contain;
}

.list-all-category-post .case-study-thumbnail-slider {
    width: 100%;
	position: relative;
}

.list-all-category-post .case-study-thumbnail-slider .swiper-button-next, .swiper-button-prev{
	top: 30% !important;
}

/* .case-study-thumbnail-slider .swiper-slide {
    margin: 0 !important;
} */


.list-all-category-post .case-study-thumbs .case-study-buttons .swiper-button-prev:after, 
.list-all-category-post .case-study-thumbs .case-study-buttons .swiper-button-next:after{
	font-size: 24px;
    font-weight: 900;
	color: #40B082;
}
.list-all-category-post .case-study-thumbs .case-study-buttons .case-study-prev{
	width: 134px;
    height: 84px;
    background: #ECF7F3;
    border-radius: 64px;
    justify-content: center;
    align-items: center;
}

.list-all-category-post .case-study-thumbs .case-study-buttons .case-study-next{
	width: 134px;
    height: 84px;
    background: #ECF7F3;
    border-radius: 64px;
    justify-content: center;
    align-items: center;
}

.list-all-category-post .case-study-thumbs .case-study-buttons .swiper-button-prev{
	right: 50%;
    top: 27% !important;
}
.list-all-category-post .case-study-thumbs .case-study-buttons .swiper-button-next{
	right: 0%;
    top: 27% !important;
}

.swiper-button-prev.case-study-prev:hover {
    background: transparent !important;
    border: 2px solid #40B082;
}

.swiper-button-next.case-study-next:hover {
    background: transparent !important;
    border: 2px solid #40B082;
}

.case-study-buttons {
    position: absolute;
	bottom:0;
    right: 15%;
    width: 290px;
    height: 84px;
    display: flex;
}

.list-all-category-post .content-slider .case-study-content{
	margin: 0 auto !important;
}


.Rainmakers {
    position: absolute;
        width: 100% !important;
       top: 110px;

}

.meet-content-main.gallery-bottom {
    display: flex;
}

.team-sec .e-con-inner {
    width: 1760px
}

.meet-content-main .meet-team-thumbnail {
    width: 800px !important;
}
.team-member-thumbnsil #team-thumbnail-slider,
.team-member-thumbnsil .meet-team-thumbnail {
	overflow: visible;	
}
.case-study-thumbnail-slider .case-study-item,
.team-member-thumbnsil .meet-team-thumbnail {
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.team-multiple-image-slider {
	margin-bottom: 65px;
}
.meet-content-main .meet-team-thumbnail img {
    width: 100%;
}

h3.meet-team-title {
    display: none;
}


.meet-team-content {
    display: flex;
    display: -webkit-flex;
}

.team-member-image {
    width: 35%;
}

.team-member-content-right {
    width: 65%;
}

.team-member-image img {
    width: 100%;
    height: auto;
}

.meet-team-content-text h2 {
    font-size: 50px;
    color: #1C1C1C;
    font-weight: 700;
}

.team-member-content-right h4 {
    font-size: 26px;
    color: #1C1C1C;
    font-weight: 500;
}

.team-member-email a {
    color: #40B082;
    font-weight: 500;
    font-size: 23px;
    text-decoration: underline;
}

.team-member-email img {
    margin-right: 10px;
}

.team-member-content-right p {
    font-size: 20px;
    line-height: 28px;
    color: #1C1C1C;
}

.team-member-bio {
    padding: 30px;
    border: 2px solid #40B082;
    border-radius: 25px;
}

.team-member-bio h5 {
    font-weight: 700;
    color: #40B082;
    font-size: 24px;
}
.team-member-bio p span,
.team-member-bio p {
    font-size: 20px;
    color: #40B082;
    line-height: 24px;
    font-weight: 500;
}
.team-member-bio a {
	text-decoration: underline!important;
}
.team-member-email {
    margin: 15px 0 20px;
}

/* CSS case Study post tag */

.case-study-tag-post-list .case-study-tags-post-lists {
    display: flex;
}
.case-study-tag-post-list .case-study-tag-post-thumbnail {
    width: 32.76%;
   
}

.case-study-tag-post-list .case-study-tag-right {
    display: flex;
	gap: 40px;
}

.case-study-tag-post-list h2.tag-post-title {
    color: #000000;
    font-family: 'Indivisible';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
	margin-bottom: 40px;
}

.case-study-tag-post-list li.repeater-item {
    list-style: none;
}

.case-study-tag-post-list ul.case-study-repeater {
    padding: 0;
}
.case-study-tag-post-list li.repeater-item img{
	margin-right: 12px;
	display: inline-block;
    vertical-align: middle;
}

.case-study-tag-post-list li.repeater-item {
     display: inline-block;
    vertical-align: top;
    border: 1px solid #338D68;
    border-radius: 50px;
    padding: 10px 21px;
	margin: 0 10px 10px 0;
	/*min-width: 160px !important;*/
}
.case-study-tag-post-list .texnomy_content p.sub-title {
    color: #000000;
    font-family: 'Indivisible';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    max-width: 494px;
	margin-bottom: 40px;
}

.case-study-tags-post-lists .texnomy_name.texnomy_image {
    display: flex;
    align-items: center;
}

.case-study-tags-post-lists .texnomy_name.texnomy_image img{
		margin-right: 23px;
}

.case-study-tags-post-lists .texnomy_name.texnomy_image .repeater-text,
.case-study-tags-post-lists .texnomy_name.texnomy_image .repeater-text span{
	color: #000000;
	font-family: 'Indivisible';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0px;
}

.case-study-tags-post-lists .texnomy_name.texnomy_image .repeater-text span {
	color: #737373;

}

.case-study-tags-post-lists .case_study_tag_texnomy_content{
	width: 555px;
	max-width: 555px;
}

.case-study-tags-post-lists .case_study_tag_texnomy_content ul.case-study-repeater {
	 display: inline-block;
	margin-bottom: 50px;
}

.case-study-tags-post-lists .case-study-tag-content .case-study-tag-right .right-content {
    border: 1px solid #3A9E75;
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.05));
    border-radius: 20px;
    padding: 40px 30px;
	max-width: 510px;
	height:100%;
}

.case-study-tags-post-lists .tag-right-content .partnership img{
	margin-right:10px
}

.case-study-tags-post-lists .tag-right-content .partnership span.repeater-text {
    color: #40B082;
    font-family: 'Indivisible';
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}

.case-study-tags-post-lists .tag-right-content .list-text ul.case-study-tag-repeater {
    padding-left: 30px;
	max-width: 450px;
}

.case-study-tags-post-lists .tag-right-content .partnership {
    padding-bottom: 30px;
}

.case-study-tags-post-lists  .tag-right-content .list-text .case-study-tag-repeater li.item-sub-text:not(:last-child){
	margin-bottom: 13px;
}

.case-study-tags-post-lists  .tag-right-content .list-text .case-study-tag-repeater li.item-sub-text {
    color: #3A9E75;
    font-family: 'Indivisible';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.case-study-buttons-tag {
    position: absolute;
    top: 100px;
    width: 100%;
}
.case-study-buttons-tag .swiper-button-prev.case-study-tag-prev {

    width: 134px;
    height: 84px;
    background: #ECF7F3;
    border-radius: 64px;
}
.case-study-buttons-tag .swiper-button-prev.case-study-tag-prev:after{
	content: 'prev';
    font-size: 24px;
    font-weight: 900;
    color: #40B082;
}

.case-study-buttons-tag .swiper-button-next.case-study-tag-next {

    width: 134px;
    height: 84px;
    border-radius: 64px;
    margin-left: 72px;
    background: #ECF7F3;
    border-radius: 64px;
    justify-content: center;
    align-items: center;
}

.case-study-buttons-tag .swiper-button-next.case-study-tag-next:hover {
	    background: transparent ;
    border: 2px solid #40B082;
}

.case-study-buttons-tag .swiper-button-prev.case-study-tag-prev:hover { 
	 background: transparent ;
    border: 2px solid #40B082;
}


.case-study-buttons-tag .swiper-button-next.case-study-tag-next:after{
	content: 'next';
    font-size: 24px;
    font-weight: 900;
    color: #40B082;
}

.case-study-tag-post-list .case-study-tags-post-lists .case-study-tag-post-thumbnail img{
	width: 460px !important;
}

.case-study-tag-post-list .case-study-tag-right .case_study_tag_texnomy_content .case-study-repeater .repeater-item span.repeater-text {
		font-family: 'Indivisible';
		font-weight: 400;
		font-size: 20px;
		line-height: 32px;
		color: #338D68;
	}




.rf-header-menu {
   /*display: none !important;*/
}

.rf-header-menu.fixed-nav {
    display: flex !important;
}

.rf-header-logo.header-logo-fixed {
    display: none !important;
}

@media(max-width: 1025px) {
    .rf-header-menu.fixed-nav {
    display: none !important;
  }
    
    .header-for-mobile {
        display: none !important;
    }
    
    .header-for-mobile.fixed-nav {
    display: flex !important;
        position: fixed;
        width: 100%;
        top: 0;
}
	
	.list-all-category-post .case-study-thumbs .case-study-buttons .swiper-button-prev {
		top: 40% !important;
	}
	
	.list-all-category-post .case-study-thumbs .case-study-buttons .swiper-button-next {
    top: 40% !important;
   }
	
}


.swiper-button-next.team-pagination-next {
   width: 134px;
    height: 84px;
    background: #ECF7F3;
    border-radius: 64px;
    justify-content: center;
    align-items: center;
   right: 60px;
    left: auto;
    bottom: 0;
     top: unset !important;
}



 .team-pagination-buttons .swiper-button-next:after {
    font-size: 24px;
    font-weight: 900;
    color: #40B082;
}

.swiper-button-prev.team-pagination-prev {
    width: 134px;
    height: 84px;
    background: #ECF7F3;
    border-radius: 64px;
    justify-content: center;
    align-items: center;
   right: 210px;
    left: auto;
    bottom: 0;
     top: unset !important;
}

.swiper-button-prev.team-pagination-prev:hover {
    background: transparent;
    border: 2px solid #40B082;
}

.swiper-button-next.team-pagination-next:hover {
    background: transparent;
    border: 2px solid #40B082;
}

 .team-pagination-buttons .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 900;
    color: #40B082;
}

.team-member-thumbnsil {
    position: relative;
}

div#team-main-image-slider {
    position: absolute;
    top: 50%;
    width: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.team-pagination-buttons {
    margin-top: 50px;
}

h3.meet-team-title {
    display: block !important;
    color: #1C1C1C;
    font-size: 50px;
    font-weight: 700;
}


#team-main-image-slider .swiper-slide img {
    transform: scale(1);
    filter: unset !important;
    
}

h5.team-member-position {
    font-size: 26px;
    color: #1C1C1C;
}

.meet-team-content-text {
    margin-bottom: 60px;
}

.team-member-image img {
    vertical-align: middle;
}

.team-member-content-right {
    max-width: 870px;
}

.team-sec-heading-lt .e-con-inner {
    margin-left: 0 !important;
}

.team-e-con-boxed .e-con-inner {
   margin-right: 0 !important; 
}


.team.hero-btn .elementor-button-wrapper {
        text-align: end;
 }

@media(max-width: 1700px) {
    .meet-rainmakers-conn  {
        padding-left: 20px !important;
         padding-right: 20px !important;
    }
    
}

.list-all-category-post .case-study-slider-content {
	max-width: 900px;
	margin-left: 415px;
	margin-top: 100px;
}

@media(max-width: 1600px) {
    .swiper-button-prev.team-pagination-prev {
        right: 210px;
    }
    .meet-team-content-text {
    margin-bottom: 40px;
}
    
    .team-member-bio {
    margin-bottom: 40px;
}
    
    .team-sec-heading h2 {
        font-size: 80px !important;
       line-height: 100px !important;
    }
    
     .team-sec-heading h3 {
        font-size: 200px !important;
    }
    
    .team.hero-btn {
        min-width: 477px !important;
    }
    
     .team.hero-btn a {
      padding: 26px 45px 26px 45px !important;
    }
    
    .team-sec-heading {
    min-width: 500px !important;
}
    
	
	.list-all-category-post .case-studymain-image-slider .case-study-thumbnail img.case-study-image.wp-post-image {
       transform: scale(1.6);
     }
	
	
	.case-study-action-heading .team-sec-heading-lt {
		padding-left: 0 !important;
	}
	
	.case-study-action-heading .case-study-email-rt {
		padding-right: 0 !important;
	}
    
}


@media(max-width: 1400px) {
    .swiper-button-prev.team-pagination-prev {
        height: 72px;
    }
    .swiper-button-next.team-pagination-next {
         height: 72px;
    }
    
    .out-slider .swiper-wrapper {
    margin-left: 72px !important;
}
	
	.list-all-category-post .case-study-thumbs .case-study-buttons .case-study-prev {
		height: 72px;
	}
	
	.list-all-category-post .case-study-thumbs .case-study-buttons .case-study-next {
		height: 72px;
	}
	
	.case-study-buttons-tag .swiper-button-prev.case-study-tag-prev {
		height: 72px;
	}
	
	.case-study-buttons-tag .swiper-button-next.case-study-tag-next {
		height: 72px;
	}
	.list-all-category-post .case-study-slider-content {
        max-width: 800px;
        margin-left: 300px;
    }
	
	.list-all-category-post .case-studymain-image-slider .case-study-thumbnail img.case-study-image.wp-post-image {
        transform: scale(1.5);
		height: 490px;
    }
    
}

@media(max-width: 1300px) {
    div#team-main-image-slider {
    margin-top: -10px;
}
}

@media(max-width: 1200px){
    .Rainmakers h3 {
        font-size: 140px !important;
    }
    
    .Rainmakers {
        top: 75px;
    }
    
        .Rainmakers h3 {
        font-size: 122px !important;
    }
    
    .team-sec-heading h2 {
        font-size: 70px !important;
        line-height: 90px !important;
    }
    
    .team.hero-btn {
        min-width: 100% !important;
    }
    
    .team-e-con-boxed .text-mail {
        min-width: 453px !important;
    }
    
      
    
       div#team-main-image-slider {
        margin-top: 0px;
    }
	
	.list-all-category-post .case-studymain-image-slider .case-study-thumbnail img.case-study-image.wp-post-image {
        transform: scale(1.3);
        height: 490px;
    }
	
	.list-all-category-post .case-study-slider-content {
        max-width: 690px;
        margin-left: 260px;
    }
}




@media (max-width: 1025px) {
     .swiper-button-prev.team-pagination-prev {
       height: 55px;
    }
    .swiper-button-next.team-pagination-next {
        height: 55px;
    }
    
        .Rainmakers {
        top: 55px;
    }
    
    h3.meet-team-title {
    	font-size: 35px;
    }
    
    h5.team-member-position {
   	 font-size: 20px;
    }
    
    .team-member-email a {
    	font-size: 20px;
    }
    
    .team-member-content-right p {
        font-size: 18px;
        line-height: 25px;
    }
    
    .team-member-bio {
      padding: 15px 20px;
    }
    
        .team-member-content-right p {
        font-size: 16px;
        line-height: 25px;
    }
    
    .team-member-bio h5 {
      font-size: 22px;
    }
    
    .header-for-mobile .elementor-menu-toggle {
        padding: 0;
        margin-right: 0 !important;
    }
    
    .header-for-mobile .mobile-logo img {
        margin-top: 20px;

    }
    
    .header-for-mobile .elementor-menu-toggle svg {
        margin-top: 10px;
    }
    
        .why-rf-sec a.elementor-button-link {
        padding: 24px 30px 24px 30px !important;
    }
    
    .team.hero-btn .elementor-button-wrapper {
    text-align: center;
    }
	
	.case-study-tag-post-list .case-study-tag-post-thumbnail {
    width: 25% !important;
}
	
	.case-study-tag-content {
    width: 75% !important;
}
	
	.case-study-tag-post-list h2.tag-post-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}
	
	.case-study-tag-post-list .case-study-tag-right {
    gap: 20px;
   align-items: flex-start;
		-webkit-align-items: flex-start;
}
	
	
	
	.case-study-tag-post-list .case-study-tag-right .case_study_tag_texnomy_content .case-study-repeater .repeater-item span.repeater-text {
     font-size: 16px;
    }
	
	.case-study-tags-post-lists .case_study_tag_texnomy_content ul.case-study-repeater {
      margin-bottom: 25px;
    }
	
	.case-study-tag-post-list .texnomy_content p.sub-title {
    font-size: 16px;
    line-height: 28px;
}
	
	.case-study-tags-post-lists .texnomy_name.texnomy_image .repeater-text, .case-study-tags-post-lists .texnomy_name.texnomy_image .repeater-text span {
    font-size: 18px;
    line-height: 25px;
}
	
	.case-study-tags-post-lists .case-study-tag-content .case-study-tag-right .right-content {
    padding: 25px 15px;
    max-width: 513px;
}
	
	.case-study-tags-post-lists .tag-right-content .partnership span.repeater-text {
    font-size: 20px;
    line-height: 30px;
}
	
	.case-study-tags-post-lists .tag-right-content .list-text ul.case-study-tag-repeater {
    padding-left: 20px;
}
	
	.case-study-tags-post-lists .tag-right-content .list-text .case-study-tag-repeater li.item-sub-text {
    font-size: 16px;
    line-height: 24px;
}
	
	.case-study-tags-post-lists .tag-right-content .list-text .case-study-tag-repeater li.item-sub-text:not(:last-child) {
    margin-bottom: 10px;
}
	
	    .case-study-buttons-tag .swiper-button-prev.case-study-tag-prev {
        height: 55px;
    }
	
	    .case-study-buttons-tag .swiper-button-next.case-study-tag-next {
        height: 55px;
    }
	
	    .list-all-category-post .case-study-thumbs .case-study-buttons .case-study-prev {
        height: 55px;
    }
	
	.list-all-category-post .case-study-thumbs .case-study-buttons .case-study-next {
        height: 55px;
    }
	
	.list-all-category-post .case-studymain-image-slider .case-study-thumbnail img.case-study-image.wp-post-image {
		transform: scale(1.2);
        height: 330px;
	}
	
	    .list-all-category-post .case-study-slider-content {
        max-width: 690px;
        margin-left: 200px;
    }
	
	.case-study-buttons {
      height: 60px;
    }
	
	.list-all-category-post .case-study-repeater .repeater-item span.repeater-text {
     font-size: 16px;
    }
	
	.list-all-category-post .case-study-repeater {
      margin-bottom: 25px;
     }
	
	.list-all-category-post .case-study-title {
      margin-bottom: 20px;
     }
	
	.list-all-category-post .wp-block-heading {
		font-size: 22px;
		line-height: 32px;
      }
	
	ul.wp-block-list {
     padding-left: 20px;
    }
	
	.list-all-category-post .wp-block-list li {
		font-size: 16px;
		line-height: 25px;
    }
	
	.header-btn-sticky {
	display: none;
}



	
.header-for-mobile.active .header-btn-sticky {
	display: block;
}
.header-for-mobile .rounded-wrapper-mobile {
	transition: all 0.3s ease-in-out;
}

.header-for-mobile.active .rounded-wrapper-mobile {
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px; ------ Commented Out by Agustin.*/
	padding-top:5px;
}

.header-btn-sticky {
    min-width: calc(100% + 100%) !important;
    text-align: end;
    margin-top: 30px;
}

.humburger-menu ul li a {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.header-btn-sticky a {
	min-width: 270px !important;
}
    
}

@media(max-width: 991px) {
     

    
        .hero-sec-right .image-6 {
        width: 190.56px;
        height: 224.86px;
        left: 450.53px;
        top: 290.37px;
    }
    
        .hero-sec-right .image-4 {
        width: 203.91px;
        height: 300.53px;
        left: 390.57px;
        top: 492.83px;
    }
    
        .hero-sec-right .image-5 {
        left: 325.95px !important;
        top: 415.15px !important;
         width: 158.26px !important;
        height: 272px !important;
    }
    
        .hero-sec-right .image-3 {
        left: 229.28px !important;
        top: 441.44px !important;
            width: 200.56px;
        height: 213.86px;
    }
    
        .hero-sec-right .image-7 {
        left: 228.05px;
        top: 264.18px;
            width: 170.91px;
        height: 395.53px;
    }
    
    .hero-sec-right .image-2 {
        left: 284.69px;
        top: 548.68px;
        width: 180.29px;
        height: 355.26px;
    }
    
    .hero-sec-right .image-1 {
        width: 186.56px;
        height: 454.86px;
        left: 125.75px;
        top: 534.73px;
    }
    
        .hero-right-sec-inner:hover .image-6 {
        top: 305.37px !important;
        left: 423.53px !important;
    }
    
    
}

@media(max-width: 767px){
        .team-sec-heading h2 {
        font-size: 45px !important;
        line-height: 54px !important;
    }
    
        .team-sec-heading {
        min-width: 100% !important;
    }
    
        .Rainmakers h3 {
        font-size: 84px !important;
    }
    
    .Rainmakers {
        top: 20px;
    }
    
    .team.hero-btn a {
        padding: 24px 35px 24px 35px !important;
    }
    
    .team-e-con-boxed .text-mail {
       min-width: 100% !important;
        justify-content: center !important;
    }
    
        .swiper-button-prev.team-pagination-prev {
        height: 61px;
        width: 97px;
        right: 125px;
    }
    
        .swiper-button-next.team-pagination-next {
        height: 61px;
        width: 97px;
        right: 20px;
    }
    
    #team-main-image-slider .swiper-slide img {
    transform: scale(1.3);
    }
    
     div#team-main-image-slider {
        height: 190px;
        width: 110px;
        object-fit: contain;
    }
    
        .meet-team-content {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    
    .team-member-content-right {
    	width: 100%;
    	max-width: 100%;
		padding: 25px;
	}
    
    .team-member-image {
    width: 100%;
}
    
        h3.meet-team-title {
        font-size: 30px;
        margin-bottom: 5px;
    }
    
        h5.team-member-position {
        font-size: 22px;
		margin-bottom: 5px;	
    }
    
        
    .team-member-email a {
        font-size: 22px;
    }
    
        .team-member-content-right p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
    }
    
        .team-member-bio {
        padding: 10px 20px;
    }
    
    .team-member-bio p {
        font-size: 16px !important;
        line-height: 19px !important;
        font-weight: 500 !important;
    }
    
        .meet-team-content-text {
        margin-bottom: 20px;
		margin-top: 20px;
    }
    
    .team-member-bio {
        margin-bottom: -18px;
    }
    
    .team-member-email {
    margin: 5px 0 20px;
}
    
   .team-pagination-buttons .swiper-button-next:after {
    font-size: 18px;
    }
    
    .team-pagination-buttons .swiper-button-prev:after {
    font-size: 18px;
    }
   
    
}



/********************* home page ***************************/
@media(min-width: 1600px) {
	.hero-sec-right .swipe-right-heading-hero-one {
		left: 170px;
		top: 1300px;
	}
	.hero-sec-right .swipe-right-heading-hero-two {
		left: 100px;
		top: 1258px;
	}
	.hero-sec-right:hover .swipe-right-heading-hero-one,
	.hero-sec-right:hover .swipe-right-heading-hero-two {
		left: 470px;
	}
}
@media(max-width: 1600px) {
    .hero-right-sec-inner:hover .image-6 {
    top: 301.37px !important;
    left: 670.53px !important;
  }
	
	#elementor-popup-modal-52009 .dialog-message {
		width: 80rem !important;
	}

}

@media (max-width: 1400px) {
        .hero-right-sec-inner:hover .image-6 {
       top: 360.37px !important;
        left: 588.53px !important;
    }
    
     .hero-sec-right .image-5 {
        left: 387.95px;
        top: 475.15px;
    }
    
        .hero-sec-right .image-7 {
        left: 240.05px;
        top: 245.18px;
    }
    
    .hero-sec-right .image-3 {
        left: 210.28px;
        top: 521.44px;
    }
	
	    #elementor-popup-modal-52009 .dialog-message {
        width: 70rem !important;
    }
}

@media(max-width: 1200px) {
	#elementor-popup-modal-52009 .dialog-message {
        width: 60rem !important;
    }
}

@media(max-width: 1025px) {
	    #elementor-popup-modal-52009 .dialog-message {
        width: 43rem !important;
    }
}


@media(max-width: 767px) {

	.case-study-tag-post-list li.repeater-item span.repeater-text{
		white-space: nowrap!important;
	}
       	/* ------------commented out by Agustin 
	.img-out-slider .swiper-slide {
        max-width: 250px !important;
        width: 250px !important;
        margin-right: 0 !important;
    } */
    
    .growth-col-3 {
		position: relative;
	}
    

    
    .growth-img-line:before {
		content: "";
		width: 26px;
		height: 1px;
		background: #C4E7D8;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -35px;
	}
    
    .growth-img-line {
		position: relative;
	}

    .growth-col-3::after {
		content: "";
		width: 8px;
		height: 8px;
		left: -4px;
		position: absolute;
		bottom: 14%;
		border-top: 2px solid #C4E7D8;
		border-left: 2px solid #C4E7D8;
		transform: rotate(-136deg);

	}

    .growth-col-3::before {
		content: ""!important;
		left: 0;
		width: 1px!important;
		height: 86%!important;
		background-color: #C4E7D8;
	}
    
    .mobile-hero-sec-right {
        position: relative;
    }
    
    .mobile-hero-right-sec-inner .image-1 {
        position: absolute;
        width: 177px;
        height: 195px;
        top: -50px;
        left: -50px;
    }
    
       .mobile-hero-right-sec-inner .image-2 {
        position: absolute;
        width: 190px;
        height: 210px;
        top: 60px;
        left: -15px;
        z-index: 5;
    }
    
     .mobile-hero-right-sec-inner .image-3 {
        position: absolute;
        width: 190px;
        height: 210px;
        top: -30px;
        left: 70px;
         z-index: 3;
    }
    
     .mobile-hero-right-sec-inner .image-4 {
         position: absolute;
         width: 122px;
         height: 134px;
         top: 90px;
         left: 160px;
         z-index: 2;
    }
    
    .mobile-hero-right-sec-inner .image-5 {
         position: absolute;
         width: 134px;
         height: 148px;
         top: 0;
         left: 180px;
    }
    
    .mobile-hero-right-sec-inner .image-6 {
         position: absolute;
         width: 177px;
         height: 195px;
         top: 20px;
         right: -10px;
    }
    
    .mobile-hero-right-sec-inner .image-7 {
         position: absolute;
         width: 190px;
         height: 210px;
         top: 77px;
         right: -40px;
    }
    
    .out-slider .swiper-slide {
        margin-right: 20px !important;
        width: 323px !important;
    }
    
    .testimo-slider .e-con-inner {
    flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
}
    
    .testimo-slider h5 span {
    display: block;
}
    
    .testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev, .testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
        display: none !important;
    }
    
    .mobile-hero-right-sec-inner:before {
    content: "";
    width: 100%;
   height: 150px;
    z-index: 9;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
    
    .mobile-hero-right-sec-inner {
    position: relative;
}
    
    .unlock-line {
        border-bottom: 1px solid #1D4F3A;
    }
    
        .testimonial-slider h2 {
        font-size: 45px !important;
    }
    
        a.elementor-button-link {
        padding: 24px 30px 24px 30px !important;
    }
    
        .unlock-sec h3 {
        font-size: 30px !important;
        line-height: 42px !important;
    }
    
 
    
    .world-map img {
        width: 100%;
        height: auto;
    }
    
    .world-map {
    width: calc(100% + 40px) !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
}
    
    .unlock-sec-rt .elementor-icon-box-icon {
        margin-top: 4px;
    }
    
    .ready-make-sec:before {
        margin-top: 0;
    }
    
    .team-sec:before {
        margin-top: -100px;
    }
    
    .main-thumbnail:before {
    content: "";
    background: url('https://stagingrfweb.wpengine.com/wp-content/uploads/2025/01/Group-16-2-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 304px;
    height: 304px;
    position: absolute;
    left: -70px;
    z-index: -1;
}
    
    .main-thumbnail {
    position: relative;
}
    
    
    .case-study-tag-post-list h2.tag-post-title{
		font-size: 30px;
		line-height: 35px;
	}
	
	
	.meet-aco-mobile-sec .e-n-accordion-item-title {
		justify-content: space-between !important;
	}
	
	span.acc-top-line {
    color: #C4E7D8;
    font-size: 16px;
    display: block;
    position: relative;
    padding-left: 85px;
}
	
	span.acc-top-line:before {
    content: "";
    width: 62px;
    height: 1px;
    background: #C4E7D8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
	
	.world-sec, .ready-make-sec {
		overflow: hidden;
	}
	
	.world-sec .world-box-lt h2 {
        font-size: 45px !important;
        line-height: 54px !important;
    }
	
	.world-sec .world-box-lt .map-world-text h2 {
        font-size: 92px !important;
        width: 900px !important;
	}
	
	.map-world-text {
    top: 37.5%;
    left: 22px;
	}
	
	    .face-about-box h3 {
        font-size: 16px !important;
        text-align: center;
        line-height: 21px !important;
    }
	
	    .ready-make-sec .ready-heading h2 {
        font-size: 45px !important;
        line-height: 54px !important;
        text-align: start;
    }
	
	.ready-make-sec .ready-heading .make-it-rain-text h2 {
        font-size: 103px !important;
        width: 900px !important;
    }
	
	    .ready-icon-txt h5 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
	
	.ready-icon-txt .elementor-icon-box-wrapper {
		align-items: center !important;
	}
	
	.ready-make-sec .unlock-sec h3 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
	
	.unlock-main .elementor-icon-box-wrapper {
		align-items: center !important;
	}
	
	.unlock-next h3 {
		border-bottom: 1px solid #1D4F3A;
		padding-bottom: 25px;
	}
	
	.unlock-sec:after {
		display: none !important;
	}
	
	
	/* case study css */
	
	.case-study-tag-post-list .case-study-tag-post-thumbnail {
        width: 50% !important;
        margin: 0 auto;
    }
	    .case-study-tag-content {
        width: 100% !important;
        padding: 10px;
    }
	.case-study-tag-post-list .case-study-tags-post-lists {
    	display: unset;
	}
	.case-study-tag-post-list .case-study-tag-right {
		display: unset;
	}

	.case-study-tag-post-list .case-study-tag-right .case_study_tag_texnomy_content .case-study-repeater .repeater-item span.repeater-text,
	.list-all-category-post .case-study-repeater .repeater-item span.repeater-text{
		font-size: 12px;
		line-height: 22px;
	}
	.case-study-tag-post-list .texnomy_content p.sub-title{
		font-size: 16px;
		line-height: 30px;
		max-width: 100%;
	}
	.case-study-tags-post-lists .case_study_tag_texnomy_content {
		width: 100%;
		max-width: 100%;
	}
	.case-study-tag-post-list .texnomy_content {
		margin-top: -30px;
	}
	.case-study-tags-post-lists .texnomy_name.texnomy_image .repeater-text, .case-study-tags-post-lists .texnomy_name.texnomy_image .repeater-text span{
		font-size: 20px;
		line-height: 30px;
		max-width: 245px;
	}
	.case-study-tags-post-lists .texnomy_name.texnomy_image{
		margin-bottom: 16px;
	}
	.case-study-tags-post-lists .texnomy_name.texnomy_image img{
		margin-right: 0px;
	}
	.case-study-tags-post-lists .texnomy_name.texnomy_image {
		display: flex;
		align-items: flex-start;
		gap: 23px;
	}
	.case-study-tags-post-lists .tag-right-content .partnership {
		display: flex;
    	align-items: center;
	}
	.case-study-tags-post-lists .tag-right-content .partnership span.repeater-text {
		font-size: 22px;
		line-height: 30px;
	}
	.case-study-tags-post-lists .tag-right-content .list-text .case-study-tag-repeater li.item-sub-text {
		font-size: 16px;
		line-height: 21px;
	}
	.list-all-category-post .case-study-buttons,
	.case-study-tag-post-list .case-study-buttons-tag {
		display: none;
	}
	.list-all-category-post .case-study-category-title{
		font-size: 30px;
		line-height: 36px;
	}
	.list-all-category-post .case-study-title{
		font-size: 30px;
    	line-height: 36px;
	}
	.list-all-category-post .content-slider .case-study-content{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.list-all-category-post .case-study-content-text {
		margin-top: -35px;
	}
	.list-all-category-post .wp-block-list li{
		font-size: 16px;
		line-height: 24px;
	}
	.list-all-category-post .case-studymain-image-slider .case-study-thumbnail img.case-study-image.wp-post-image{
		transform: scale(1);
    	height: 278px;
		object-fit: contain;
	}

	
	.list-all-category-post .list-all-category-post .case-study-thumbs {
		height: 300px;
	}
	.list-all-category-post div#main-image-slider {
		width: 200px;
		height: 300px;
		object-fit: contain;
		z-index: 2;
	}
	.list-all-category-post .thumbnail-slider {
		height: 290px;
	}

	 .case-study-thumbnail-slider .thumbnail-slider .swiper-wrapper .case-study-item {
		display: flex;
		align-items: center;
	}
	
	
	.list-all-category-post .case-studymain-image-slider {
   		 width: 100%;
	}
	
	.list-all-category-post .case-study-thumbs {
      margin-left: -20px;
     }
	
	.list-all-category-post .case-study-thumbnail img {
      transform: scale(1.1);
     }

        .list-all-category-post .case-study-slider-content {
        max-width: 100%;
        margin-left: 0;
    }
	
	.list-all-category-post .case-study-thumbnail-slider {
    width: 100%;
   }
	
	.list-all-category-post .case-study-category-title {
		margin-bottom: 20px;
	}
	
	.testimo-slider p {
		font-size: 16px !important;
	}
	
	.out-slider .swiper-wrapper {
        margin-left: 0px !important;
    }
	
	.case-study-tag-post-list .case-study-thumbnail-slider {
		display: inline-block;
		height: 100% !important;
	}
	
	.case-study-thumbnails-slide .swiper-wrapper {
		width: 100% !important;
	}
	
	.case-study-thumbnails-slide .swiper-slide {
		width: 33.33% !important;
	}
	
	.case-study-thumbnail-slider-mains {
	display: block;
}
	
	.case-study-tag-thumbnails-main .case-study-thumbnail {
    width: 50% !important;
    margin: 0 auto !important;
}
	
	.case-study-tag-post-thumbnail {
    display: none;
}
	
	div#case-study-tag-thumbnails-main {
    position: relative;
    z-index: 2;
}
	
	#elementor-popup-modal-52009 .dialog-message {
        width: 22rem !important;
        height: 90vh !important;
    }
	
	.cta-popup-main .ready-icon-txt h5 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
	
	.cta-popup-main .ready-make-it h2 {
        font-size: 40px !important;
        line-height: 48px !important;
    }
	
	.case-study-thumbnail-slider img {
    transform: scale(1) !important;
}
	
	.humburger-menu .elementor-nav-menu--dropdown .elementor-item:hover, .humburger-menu .elementor-nav-menu--dropdown .elementor-item:focus  {
		background: transparent !important;
		color: #338D68;
	}
	
	.humburger-menu .elementor-nav-menu--dropdown .elementor-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	
}

/* ------- Commented out by Agustin.
.copy-right p {
     color: #545454 !important;
}

.copy-right p a {
    color: #545454 !important;
}*/


@supports (-webkit-touch-callout: none) {
	.copy-right p {
     color: #545454 !important;
}

.copy-right p a {
    color: #545454 !important;
}
}

/*
div#case-study-thumbnails-slide {
    position: absolute;
    top: 25px;
}


 .case-study-tag-post-list-slider .case-study-tag-post-thumbnail {
    display: none !important;
} */

@media(max-width: 475px) {
	.list-all-category-post .case-study-thumbnail-slider {
		width: 94%;
	}
}

@media(max-width: 460px) {
	.list-all-category-post .case-study-thumbnail-slider {
		width: 96%;
	}
}

@media(max-width: 445px) {
	  .list-all-category-post .case-study-thumbnail-slider {
        width: 98%;
    }
}

@media(max-width: 425px) {

	
	 .list-all-category-post .case-study-thumbnail-slider {
        width: 100%;
    }
}

@media(max-width: 410px) {
	 .list-all-category-post .case-study-thumbnail-slider {
        width: 102%;
    }
}


@media(max-width: 400px) {
	    .list-all-category-post .case-study-thumbnail-slider {
        width: 105%;
    }
}
    