body {
	font-family: "Montserrat", sans-serif;
	color: #000;
	overflow-x: hidden;
}

body.rtl {
	margin: 0;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EB0D8C;
	border-radius:10px
}


p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

ul {
	margin: 0;
	list-style: none;
}

.btn:focus {
	box-shadow: none;
	outline: none;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #EB0D8C;
}

::selection {
	color: #fff;
	background: #EB0D8C;
}

.navbar-toggler {
    border-color: #fff;
    color: #EB0D8C;
}

.navbar-toggler:focus {
	color: #EB0D8C;
	border-color: #EB0D8C;
	outline: none;
}

header.masthead {
	color: #fff;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	height: 100vh;
}

.main-menu-transparent {
	position: absolute !important;
	top: 0;
	width: 100%;
	z-index: 99;
}


.menu-item-1210 a {
    border: 1px solid #EB0D8C;
    border-radius: 30px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.main-menu .menu-item-1210 a {
    border: 1px solid #EB0D8C;
    border-radius: 30px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.ideas-section {
    padding: 180px 0 20px;
}

.main-navbar {
	padding: 40px 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	transition: all ease 0.5s;
	background-color: transparent;
}

.main-navbar .custom-logo {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.main-navbar.inner-nav {
	padding: 20px 0;
	background-color: rgba(255,255,255,0.8);
}

.main-navbar.inner-nav .custom-logo {
	filter: none;
}

.main-navbar.scrolled {
	background-color: #000;
	padding: 15px 0;
	transition: all ease 0.5s;
}

.main-navbar.scrolled.inner-nav .custom-logo{
	filter: invert(100%);
}

.main-navbar.scrolled.inner-nav .navbar-nav a, .main-navbar.scrolled .social-block li a {
	color: #fff;
}

.masthead-subheading {
	font-size: 90px;
	font-family: 'MaisonNeueExt-Bold';
	background: linear-gradient(to right, #F44E2A 1%, #FCD833 15%, #fff, #40def9 20%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	line-height: 90px;
	height: 294px;
	margin: 0;
}

.header-subHead {
	font-size: 40px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

.header-heading-item img {
    max-width:500px;
}

.header-heading-item {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.masthead .container {
	position: relative;
	height: 100%;
}

.main-navbar .navbar-nav li {
	padding: 10px 20px;
}

.main-navbar .navbar-nav>li:last-child a {
	border: 1px solid #EB0D8C;
	border-radius: 20px;
	padding: 9px 23px;
}

.main-navbar .navbar-nav>li:last-child {
	padding: 10px 0 10px 20px;
}

.main-navbar .navbar-nav a {
	font-size: 15px;
	color: #fff;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	position: relative;
	text-decoration: none;
}

.main-navbar.inner-nav .navbar-nav a,
.inner-nav .social-block li a {
	color: #000;
}

.main-navbar .navbar-nav li>a:after {
	height: 2px;
	width: 0;
	background: #EB0D8C;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
	transition: all 0.3s;
}

.main-navbar .navbar-nav li>a:hover:after {
	width: 100%;
	transition: all 0.3s;
}

.main-navbar .navbar-nav>li:last-child a:after {
	position: static;
}

.main-navbar .navbar-nav li>a:hover {
	color: #EB0D8C;
}

.social-block li {
	display: inline-block;
}

.social-block li a {
	color: #fff;
	display: inline-block;
	padding: 0 8px;
}

.social-block li a:hover {
	color: #EB0D8C;
}

.gradient-container {
	position: relative;
	height: 100vh;
}

.gradient-section {
	color: #fff;
	background-image: url(../images/gradient-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	position: absolute;
	background-size: 100%;
	height: 100%;
	width: 100%;
	transition: all ease 0.1s;
}

.gradient-section .container {
	height: 100vh;
	display: flex;
	align-items: center;
}

.gradient-text p {
	font-size: 50px;
	line-height: 50px;
}

.main-heading {
	font-family: "Montserrat", sans-serif;
	font-size: 75px;
	color: #000;
	line-height: 95px;
	position: relative;
}

.main-heading span {
	font-size: 15px;
	position: absolute;
	top: -50px;
	left: 0;
	color: #EB0D8C;
	text-transform:uppercase;
}

.light-heading {
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	color: #000;
	line-height: 45px;
	margin-bottom: 105px;
}

.portfolio-item {
	border-top: 1px solid #EB0D8C;
	padding-top: 30px;
	position: relative;
}

.port-item {
	position: relative;
}

.port-item img {
	width: 100%;
}

.hover-text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	color: #fff;
	opacity: 0;
	transition: all ease 0.3s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%);
}

.hover-text h3 {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #fff;
	transition: all ease 0.5s;
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
}

.hover-text h3 span {
	display: block;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
}

.port-item:hover .hover-text {
	transition: all ease 0.2s;
	opacity: 1;
}

.port-item:hover h3 {
	transition: all ease 0.3s;
	bottom: 40px;
}

.port-item-heading {
	font-size: 30px;
	font-family: "Montserrat", sans-serif;
	position: relative;
	padding-left: 60px;
	margin-bottom: 55px;
}

.port-item-heading span {
	font-size: 15px;
	display: block;
	font-family: "Montserrat", sans-serif;
}

.port-item-heading:before {
	height: 35px;
	width: 35px;
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	background-image: url(../images/heading-icon.png);
	background-size:
	contain;
	background-repeat:
	no-repeat;
}

.port-item-heading.port-1:before {
	background-image: url(../images/maa-award.png);

}

.port-item-heading.port-2:before {
	background-image: url(../images/effie-gold.png);

}

.port-item-heading.port-3:before {
	background-image: url(../images/effie-silver.png);

}

.port-item figcaption {
	font-size: 15px;
	line-height: 20px;
	margin-top: 20px;
}

.portfolio-logo-boxes {
	text-align: center;
	padding: 40px 0px;
	margin-top: 60px;
	border-top: 1px solid #EB0D8C;
	border-bottom: 1px solid #EB0D8C;
}

.ice-box {
	margin-top: 125px;
}

.projects-section {
	padding-bottom: 100px;
}

.project-box {
	position: relative;
	margin-bottom: 120px;
}

.project-content {
	position: absolute;
	top: 50%;
	left: 12%;
	transform: translate(0, -50%);
	color: #fff;
	z-index: 1;
}

.project-content p {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 45px;
}

.project-content h3 {
	font-size: 40px;
	font-family: "Montserrat", sans-serif;
	line-height: 38px;
	position: relative;
	margin-bottom: 15px;
}

.project-logo {
	margin-bottom: 40px;
}

.clients-boxes>.row {
	margin-bottom: 80px;
}

.clients-boxes {
	border-bottom: 1px solid #EB0D8C;
}

.main-btn {
	border: 1px solid #EB0D8C;
	border-radius: 30px;
	font-size: 15px;
	padding: 10px 30px;
}

.main-btn:hover {
	background-color: #EB0D8C;
}

footer.footer {
	padding-top: 130px;
	background-color: #0b0b0b;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	padding-bottom: 40px;
}

.footer-content h3 {
	font-size: 70px;
	color: #EB0D8C;
	line-height: 70px;
}

.footer-right h3 {
	color: #fff;
}

.footer-content .main-btn {
	color: #fff;
}

.footer-contact h4 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

.footer-contact p {
	font-size: 15px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	line-height: 18px;
}

.footer-content-box {
	padding-bottom: 100px;
	border-bottom: 1px solid #fff;
}

.footer-links {
	padding: 0;
}

.footer-links li {
	display: inline-block;
}

.footer-links li:first-child {
	margin-right: 50px;
}

.footer-links li a {
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
	letter-spacing: 1.3px;
	color: #fff;
	position: relative;
	padding-left: 20px;
	transition: background 250ms ease;
}

.footer-links li a:hover {
	text-decoration: none;
	color: #EB0D8C;
	transition: background 250ms ease;
}

.footer-links li a:hover:before {
	background-color: #EB0D8C;
	transition: background 250ms ease;
}

.footer-links li a:before {
	content: '';
	width: 8px;
	position: absolute;
	height: 8px;
	background: #fff;
	left: 0;
	top: 3px;
	border-radius: 50%;
	transition: background 250ms ease;
}

.footer-social {
	padding: 30px 0;
}

.footer-social-list {
	float: right;
}

.footer-social-list li {
	display: inline-block;
}

.footer-social-list li:last-child a {
	padding-right: 0;
}

.footer-social-list li a {
	display: inline-block;
	color: #fff;
	padding: 0 25px;
}

.footer-social-list li a:hover {
	color: #EB0D8C;
}

.footer-copyRight {
	padding: 30px 0;
	text-align: center;
	background-color: #000000;
	margin-top: 0;
}

.footer-copyRight p {
	font-size: 10px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.5px;
}

.footer-copyRight a {
	color: #EB0D8C;
}

#animLogo {
	z-index: 9999999999;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.introAnim {
	display: block;
	height: 25%;
	background: #000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #000 0%, #000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000 0%, #000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000 0%, #000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000", endColorstr="#000", GradientType=0);
	/* IE6-9 */
	width: 100%;
	z-index: 9999999;
	top: 0;
}

.animA {
	position: absolute;
	top: 0;
	border-right: 0.0625em solid #000;
}

.animB {
	position: absolute;
	top: 25%;
	border-right: 0.0625em solid #000;
}

.animC {
	position: absolute;
	top: 50%;
	border-right: 0.0625em solid #000;
}

.animD {
	position: absolute;
	top: 75%;
}

#main-scrollbar {
	width: auto;
	height: 100%;
	overflow: auto;
	margin: 0;
}

/* Project section Animations */

.work-item {
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
	height: 75vh;
	overflow: hidden;
}

.work-item:hover {
	text-decoration: none;
}

.work-item::before, .work-item::before {
	content: " ";
	position: absolute;
	width: 100vw;
	height: 75vh;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .1);
	z-index: 1;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

.work-item__image, .work-item__image {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-75vh);
	-ms-transform: translateY(-75vh);
	transform: translateY(-75vh);
	top: 0;
	left: 0;
}

.text--white {
	color: #fff;
}

.work-item:hover::before, .work-item:hover::before {
	background: rgba(0, 0, 0, .4);
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

.work-item__image img {
	transform: scale(1.3, 1.3);
}

/* Reveal Animation */

.reveal-text {
	position: relative;
	color: #fff;
	font-size: 4rem;
	left: -10%;
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 0.2s;
}

.anim-reveal-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.anim-text {
	position: relative;
	color: #000;
	transform-origin: left;
	transform: scaleX(0);
	transition: 0.3s;
	transition-delay: 0.5s;
}

.anim-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #000;
	transform-origin: right;
	transition: 0.3s;
	transition-delay: 0.5s;
}

.anim-reveal-box.active .anim-text {
	transform: scaleX(1);
	transition-delay: 0;
}

.anim-reveal-box.active .anim-text:before {
	transform: scaleX(0);
	transition-delay: 0.7s;
}

.reveal img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.reveal {
	visibility: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

/*Begin Agency Page*/

/*header section*/

.masthead-agency {
	color: #000;
	padding-top: 120px;
	margin-bottom: 100px;
}

.masthead-subheading-agency {
	font-size: 100px;
	font-family: 'MaisonNeueExt-Bold';
	color: #000 !important;
	font-weight: 700;
	line-height: 125px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: -55px;
	transform: translate(0, -50%);
}

.header-heading-item-agency {
	position: relative;
}

.text-greenBg {
	background-color: #EB0D8C !important;
	padding: 0 50px 0 20px;
	margin-left: -20px;
}

/*Team Reactivate Section */

.gradient-container-agency {
	position: relative;
}

.gradient-section-agency {
	color: #000;
	background-color: #fff;
	height: 100%;
	width: 100%;
	transition: all ease 0.1s;
}

.gradient-section-agency .container {
	display: flex;
	align-items: flex-start;
}

.gradient-text-agency p {
	font-size: 34px;
	line-height: 42px;
}

.gradient-subtext-agency p {
	font-size: 20px;
	line-height: 36px;
}

.p-name {
	font-weight: bold;
}

.p-founder {
	color: #EB0D8C;
	font-weight: bold;
}

/*Our site section*/

.oursite-bg {
	color: #000;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: contain;
}

.oursite {
	padding: 0 0 125px !important
}

.oursite-heading{
	font-size:90px;
}
/*our team section*/

.ourteam-container {
	border-bottom: 1px solid #000;
}

.slider-card {
	background-color: #EB0D8C;
	min-height: 415px;
}

.slider-card span {
	font-weight: bold;
}

.slider-card p {
	position: absolute;
	bottom: 20px;
	left: 30px;
	text-transform:uppercase;
}

/*target section*/

.target-bg {
	color: #000;
	background-image: url("../images/sectionTarget.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: 700px;
	height: 100vh;
}

.target {
	padding: 0 0 80px 0;
}

.target-list {
	list-style-image: url("../images/targetBullet.png");
	font-size: 20px;
}

.target-list-div {
	margin-top: 100px;
	margin-left: -60px;
}

.target-list-border:first-child {
	border-bottom: 1px solid black;
}

.target-list-border {
	padding: 10% 0 3% 0;
}

/*Business Vision Section*/

.gradient-bv-container .gradient-section {
	background-size: cover;
}

.gradient-text>.p-head {
	font-size: 20px;
	color: #EB0D8C;
}

.gradient-text>.p-head {
	font-size: 15px;
	line-height: 10px;
	color: #EB0D8C;
	font-weight: 500 !important;
}

.gradient-text>.p-bv {
	font-size: 30px;
	line-height: 30px;
}

/*Expertise section and Co creation Section*/

.expertise {
	padding: 150px 0 80px;
}

.expertise-div {
	background-image: url("../images/expertise.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	height: 75vh;
}

ul.expertise-list li {
	font-size: 18px;
	color: #000;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #000;
}

.expertise-text {
	margin-bottom: 30px;
	margin-top: 30px;
}

a.expertise-link:hover {
	color: #EB0D8C;
}

a.expertise-link {
	color: #000;
	text-decoration: none;
}

.co-expertise-headinglight {
	font-size: 90px;
	display: inline-block;
}

.co-expertise-headinglight span {
	font-family: "Montserrat", sans-serif;
}

.cocreation-div {
	background-image: url("../images/cocreation.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	height: 20vh;
}

/*Life at TR section*/

.lifeatTR-bg {
	color: #000;
	background-image: url("../images/lifeatTR.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: cover;
	height: 82vh;
	margin-bottom: 20%;
}

.gradient-text-lifeatTR {
	margin-top: 30%;
	margin-left: 5%;
}

.gradient-subtext-lifeatTR {
	margin-top: 30%;
	color: #fff;
}

.lifeTR-headinglight {
	font-size: 50px !important;
	line-height: 50px !important;
	font-weight: 100 !important;
	font-family: 'ProductSans-Light' !important;
	color: #fff !important
}
.light-sec-heading {
	font-size: 60px;
	line-height: 60px;
	font-weight: 100;
	font-family: "Montserrat", sans-serif;
}
.light-sec-heading span {
	font-family: "Montserrat", sans-serif;
}
.first-col {
	padding-left: calc((100% - 1200px) / 2);
}
.team-heading {
	font-size: 70px;
	line-height: 80px;
}
.ourteam .container-fluid {
	padding: 0;
}

.ourteam .owl-nav button {
	color: #7E7E7E !important;
	font-size: 22px !important;
}
.ourteam .owl-nav {
	text-align: left;
}

.ourteam .owl-nav button:hover {
	background: none !important;
	color: #000 !important;
}

/*End Agency Page*/

/*Begin Work Page*/
.main-headdiv{
	padding-top: 150px;
}
.workmain-div .heading-icon {
	display: inline-block;
	background-image: url(../images/cocreation.png);
	height: 136px;
	width: 136px;
	left: auto;
	top: -30px;
	margin: auto;
	z-index: -1;
	background-size: contain;
    background-repeat: no-repeat;
}

/*End Work Page*/


/* Projects Work Page */

.project-post-banner {
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.project-post-banner:before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%,
	rgba(0, 0, 0, 0) 34.38%, rgba(0, 0, 0, 0) 65.1%, rgba(0, 0, 0, 0.85) 100%),
	linear-gradient(107.17deg, #FF1A55 3.24%, #0FDBEF 96.03%), url(.png);
	mix-blend-mode: hard-light;
}

.single-category-list{
	padding:0 70px 0 70px;
}

.single-category-list h3 {
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.work-post-details ul {
	padding: 0;
}

.work-post-details ul li a {
	text-decoration: none;
	color: #000;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
}

.work-post-details ul li a:hover {
	color:#EB0D8C;
}
/* Post Styling  */

.post-content h1 {
	font-family: "Montserrat", sans-serif;
}

.post-content h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #EB0D8C;
}

.post-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 30px;
}

.post-content p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #5B5B5B;
}

.filter-heading h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	line-height: 65px;
}
.video-demo-heading h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	line-height: 55px;
}

.filter-heading.font-40 h2 {
	font-size: 40px;
	line-height: 55px;
}

.promo-content ul li {
	position: relative;
	padding-left: 30px;
	color: #5B5B5B;
	font-family: "Montserrat", sans-serif;
	line-height:40px;
}

.promo-content ul li:after {
	position:absolute;
	left:0;
	top: 20px;
	background: #5B5B5B;
	content:"";
	height: 1px;
	width: 15px;
}

.project-post-banner .container{
	position: relative;
	height: 100%;
}

.post-heading {
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-60%);
}

.post-heading img {
	max-width: 130px;
	height: auto;
	margin-bottom: 50px;
}

.post-heading h2 {
	font-size: 70px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	line-height: 70px;
}

.related-post {
	position: relative;
	display: block;
	text-decoration: none;
	height: 100%;
	min-height: 320px;
}

.related-post:before {
	position:absolute;
	height:60%;
	bottom:0;
	width:100%;
	content:"";
	background: rgb(0,11,11);
	background: linear-gradient(0deg, rgb(0 11 11 / 81%) 0%, rgba(253,187,45,0) 100%);
}

.related-post img {
	width: 100%;
	height: 100%;
}

.post-heading-cont {
	position: absolute;
	color: #fff;
	bottom: -15px;
	width: 100%;
	padding: 0 20px;
	transition:all 0.3s;
}

.projects-showcase {
	margin-bottom: 120px;
}

.projects-showcase .wpbm-grid-template-28 .wpbm-wrap-all {
	position:absolute;
	color: #fff;
	bottom: -30px;
	transition:all 0.3s;
}

.post-heading-cont h3,
.projects-showcase .wpbm-grid-template-28 .wpbm-title a,
.projects-showcase .wpbm-grid-template-28 .wpbm-title {
	font-family: "Montserrat", sans-serif;
	position:relative;
	display:block;
	width:100%;
	padding-bottom: 6px;
	text-transform: unset;
	margin-bottom: 6px;
	font-size: 35px;
}

.projects-showcase .wpbm-grid-template-28 .wpbm-title a {
	margin-bottom:0;
}

.post-heading-cont h3:before,
.projects-showcase .wpbm-grid-template-28 .wpbm-title a:before {
	height: 1px;
	width:0;
	position:absolute;
	content:"";
	background:#fff;
	bottom:0;
	left: -1px;
	transition:all 0.4s;
	transition-duration: 1s;
}

.post-heading-cont ul,
.projects-showcase .wpbm-category-list {
	opacity:0;
	transition-duration: 1s;
}

.projects-showcase img {
    max-height: 320px;
    width: 100%;
}

.projects-showcase .wpbm-ajax-loader {
	height: 50px;
	width: 50px;
}

.wpbm-content-outer-wrap .wpbm-content {
	display:none;
}

.post-heading-cont ul li {
	display:inline-block;
	margin-right:10px;
	font-family: "Montserrat", sans-serif;
}

.related-post:hover .post-heading-cont{
	transform:translateY(-30px);
	transition:all 0.5s;
}

.projects-showcase .wpbm-grid-template-28 .wpbm-inner-wrap:hover .wpbm-wrap-all {
	transform:translateY(-35px);
	transition:all 0.5s;
}

.projects-showcase .wpbm-image-content {
	position:relative;
}

.projects-showcase .wpbm-image-content:after {
	position:absolute;
	content:"";
	background: rgb(0,11,11);
    background: linear-gradient(0deg, rgba(0,11,11,0.9363095580028886) 0%, rgba(253,187,45,0) 100%);
	width:100%;
	height:110px;
	left:0;
	bottom:0;
}

.related-post:hover h3:before,
.projects-showcase .wpbm-grid-template-28 .wpbm-inner-wrap:hover .wpbm-title a:before {
	width:100%;
}

.related-post:hover ul,
.projects-showcase .wpbm-inner-wrap:hover .wpbm-category-list {
	opacity:1;
	transition-duration: 1.5s;
}

.bold-heading-icon {
	margin: 70px 0 90px;
	display: inline-block;
	position:relative;
}

.bold-heading-icon:after {
	height:136px;
	width:136px;
	position:absolute;
	right: -95px;
	top: 35px;
	content:"";
	background: url('../images/cocreation.png') no-repeat;
	background-size:contain;
}

.bold-heading-icon h3 {
    font-size: 105px;
    line-height: 90px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}

.projects-showcase .wpbm-wrap-all {
	text-align: left;
}

.projects-showcase .wpbm-grid-template-28 .wpbm-category-list a {
	font-family: "Montserrat", sans-serif;
	border:none;
	padding:0;
	text-transform:none;
	font-size:15px;
}

.projects-showcase .wpbm-grid-template-28 .wpbm-category-list a:hover {
	background: transparent !important;
	color: #EB0D8C;
}

.projects-showcase .wpbm-grid-template-28 .wpbm-inner-wrap-contain .wpbm-image:before,
.projects-showcase .wpbm-grid-template-28 .wpbm-inner-wrap-contain .wpbm-image:after {
	display: none;
}

.projects-showcase .wpbm-grid-template-28 .wpbm-inner-wrap:hover .wpbm-image img {
	opacity: 1 !important;
}

.projects-showcase .wpbm-load-more-template-1 a.wpbm-load-more-trigger,
.news-showcase .wpbm-load-more-template-1 a.wpbm-load-more-trigger {
	border-color: #EB0D8C;
	color: #EB0D8C;
	font-family: "Montserrat", sans-serif;
}

.projects-showcase .wpbm-load-more-template-1 a.wpbm-load-more-trigger:hover,
.news-showcase .wpbm-load-more-template-1 a.wpbm-load-more-trigger:hover {
	background: #EB0D8C;
	color: #fff;
}

/* Experties Page Styling  */

.expert-heading-over h3 {
    font-size:15px;
    letter-spacing:1px;
    color:#EB0D8C;
    font-family: "Montserrat", sans-serif;
}

.expert-heading-over p {
	font-size: 45px;
	line-height: 55px;
	font-family: "Montserrat", sans-serif;
}

.expert-text-over p {
	font-family: "Montserrat", sans-serif;
	font-size:20px;
	line-height:35px;
}

.experties-list-section {
	padding: 100px 0 100px;
}

.exp-cat-link {
	display: flex;
	color: #000;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	font-size: 20px;
	margin: 0 15px;
	border-bottom: 2px solid #000;
	font-family: "Montserrat", sans-serif;
}

.exp-cat-link:hover {
	color:#EB0D8C;
}
.exp-cat-link span {
    transform: translate(0, 3px);
    transition: color 400ms ease, transform 400ms ease;
}

.exp-cat-link:hover span {
	transform: translate(10px, 3px);
}

.exp-heading-icon:after {
    right: -20px;
    top: 0px;
}

/* News Page Styling */

.news-showcase .wpbm-grid-template-9 .wpbm-main-wrap {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}

.news-showcase .wpbm-grid-template-9 .wpbm-meta-wrap {
	border:none;
}

.news-showcase .wpbm-grid-template-9 .wpbm-date {
	color:#556480;
	text-transform:none;
	font-size: 12px;
	letter-spacing:0.5px;
	margin-bottom: 20px;
}

.news-showcase .wpbm-grid-template-9 .wpbm-title, .news-showcase  .wpbm-grid-template-9 .wpbm-title a {
	font-family: "Montserrat", sans-serif;
	font-size:20px;
	text-transform: uppercase;
	line-height: 28px;
}

.news-showcase .wpbm-grid-template-9 .wpbm-title a:hover,
.news-showcase .wpbm-grid-template-9 .wpbm-inner-wrap-contain:hover .wpbm-title a{
	color:#EB0D8C;
}

.news-showcase .wpbm-grid-template-9 .wpbm-content {
	font-family: "Montserrat", sans-serif;
	font-size:16px;
}

.news-showcase .wpbm-filter-template-3 {
	text-align:left;
	border-bottom: 1px solid #000;
	margin: 0 15px 50px;
	padding-bottom: 40px;
}

.news-showcase .wpbm-filter-template-3 ul li a {
	font-family: "Montserrat", sans-serif;
	text-transform:none;
	font-weight:normal;
	color:#AFAFAF;
	padding: 0 10px 0 10px;
}

.news-showcase .wpbm-filter-template-3 ul li a:before {
	display:none;
}

.news-showcase .wpbm-filter-template-3 ul li a.wpbm-active-filter, .news-showcase .wpbm-filter-template-3 ul li a:hover {
	color:#EB0D8C;
}

.news-showcase .wpbm-grid-template-9 .wpbm-image:before {
	display:none;
}

.news-showcase .wpbm-grid-template-9 .wpbm-inner-wrap-contain .wpbm-image img {
	transform: scale(1);
}

.news-showcase .wpbm-grid-template-9 .wpbm-inner-wrap-contain:hover .wpbm-image img {
	opacity:1;
	transform: scale(1);
}

.news-showcase .wpbm-load-more-block {
	margin-bottom: 120px;
}

.news-post ul li a {
	color:#000;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.rel-post-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
	color: #000;
}

.rel-post-content .post-date {
    color: #556480;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 20px 0;
    display: block;
}

.rel-post-content .post-excerpt {
	color: #000;
	font-size: 16px;
}

.news-rel-post:hover h3 {
	color: #EB0D8C;
}

.news-rel-heading.bold-heading-icon:after {
	right: -82px;
	top: -57px;
}

/*////////////////////// Contact Us Page ///////////////////*/
.contact-headdiv {
	padding-top: 200px;
}

.contactmain-div {
	background-image: url(../images/cocreation.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	padding: 10px 15px 30px 15px;
}

.masthead-subheading-contact {
	font-style: normal;
	font-weight: bold;
	font-size: 105px;
	letter-spacing: -0.02em;
	color: #000000;
}

section.contact-us {
	padding-bottom: 100px;
	padding-top: 30px;
}

.contact-us h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: -0.02em;
	padding: 40px 0 50px 0;
	color: #000000;
}

.contact-us .quform .input-form {
	border-radius: 3px;
	height: 48px;
	border-color:#ced4da;
}

.contact-us .quform textarea.input-form {
	border-radius: 3px;
	min-height: 120px !important;
}

.contact-us .quform .input-form:focus {
	border-color: black;
	box-shadow: none;
}

.contact-us .quform .quform-options-style-button.quform-options-inline>.quform-option {
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: "Montserrat", sans-serif;
}

.contact-us .quform .quform-options-style-button .quform-field-radio:checked+label {
	background:#000;
	color: #EB0D8C;
}

.contact-us .quform .quform-options-style-button .quform-field-radio:checked+label .quform-option-icon-selected {
	color:#EB0D8C;
	display:none;
}
.contact-us .quform .quform-options-style-button .quform-option-label {
	border-radius:30px;
}

.contact-us .quform .quform-options-style-button .quform-option-label .quform-option-icon {
	color:#EB0D8C;
	display:none;
}

.quform-spacer .quform-label-text {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing:1px;
	color: #333333;
	margin:50px 0 30px;
}

.contact-us .quform .quform-button-submit {
    margin-top:30px;	
}

.contact-us .quform .quform-button-submit button[type=submit].quform-submit {
	border: 1px solid #EB0D8C;
	border-radius: 30px;
	background: #EB0D8C;
	font-size: 15px;
	padding: 10px 30px;
}

.contact-us .quform .quform-button-submit button[type=submit].quform-submit:hover {
	background: transparent;
	border: 1px solid #EB0D8C;
}

.contact-us .nav-tabs {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.business-email p {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #333333;
}

.business-email span {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
}


.nav-tabs .contact-tab {
	color: #000 !important;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	border: none !important;
}

.nav-tabs .contact-tab.active,
.nav-tabs .contact-tab:hover {
	color: #EB0D8C !important;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align:center;
}



.ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: 3px solid #EB0D8C;
  border-radius: 50%;
}


.scrolldown {
	width: 2px;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
	background: linear-gradient(to bottom, #EB0D8C 50%, rgba(78, 225, 92,0) 50%);
	background-position: 0 -90px;
	background-size: 100% 200%;
	animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
	0% {
		background-position: 0 -90px;
	}
	75% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 90px;
		
	}
}


.team-carousel {
	margin-top: 80px;
}

.team-carousel #teamSlider .owl-nav button {
    font-size: 22px !important;
    position: relative;
    z-index: 3;
    line-height: 0;
}

.team-carousel .owl-nav button:hover {
    background: none !important;
    color: #EB0D8C !important;
}

.owl-stage-outer {
	padding: 25px 0 0;
}

.owl-item.center > div {
    cursor: auto;
    margin: 0;
}

.owl-item > div {
    cursor: pointer;
    margin: 6% 4%;
    transition: margin 0.4s ease;
}


.whatWeDo-section {
	padding: 100px 0 0;
}

.core-value {
	margin-top: 100px;
}

.word-item {
	display: flex;
	align-items: flex-start;
	margin-bottom:40px;
}

.word-item:last-child .work-right-content{
	border:none;
}

.work-right-content {
	margin-left:30px;
	border-bottom:1px solid #000;
	padding-bottom:10px;
}

.work-right-content h3 {
    font-size:22px;
    font-family: "Montserrat", sans-serif;
}

.work-right-content p {
	line-height:27px;
	font-size:16px;
}

.values-list {
	padding:0;
}

.values-list li {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 22px;
    margin-bottom: 30px;
    position:
    relative;
    padding-left: 30px;
}

.values-list li i {
	position:
	absolute;
	left:0;
	top: 2px;
	color: #EB0D8C;
}

.employee-slider {
	border-bottom: 1px solid #000;
}

.employee-slider .slide-content p {
	color: #121212;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	margin-bottom: 25px;
	position:relative;
}

.employee-slider .slide-content p i {
	position:absolute;
	top: -2px;
	right: -40px;
	font-size: 35px;
	color: #EB0D8C;
}

.employee-slider .slide-content h3 {
	color: #121212;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 23px;
}

.employee-slider .slide-content h3 span {
	display:block;
	color:#878787;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

.employee-slider .slick-slide img {
	display:inline-block;
}

.employee-slider .slick-arrow {
	position:absolute;
	top: 49%;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 21px;
	z-index: 99;
}

.employee-slider .slick-arrow:hover {
	color:#EB0D8C;
}

.employee-slider .slick-arrow.next-arrow {
	left:30px;
}

.employee-feedback .expert-heading-over {
	position:absolute;
	top: 100px;
}

.slide-content {
	margin-bottom: 60px;
}


/* Jobs section  */

.jobs-section {
	padding: 80px 0 0;
	position: relative;
}

.job-block {
	text-align: center;
	border: 1px solid #E3E3E3;
	height: 100%;
	position: relative;
	border-radius: 6px;
	min-height: 370px;
}

.job-block:hover {
	border-color:#EB0D8C;
}

.job-block h3 {
	font-size:21px;
	line-height: 58px;
	font-family: "Montserrat", sans-serif;
}

.job-block p {
	font-size:14px;
	line-height:22px;
	margin-bottom: 35px;
}

.job-block .btn {
	font-size:14px;
	border:1px solid #EB0D8C;
	border-radius:30px;
	padding: 8px 25px;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: auto;
	width: 140px;
}

.job-block .btn:hover {
	background:#EB0D8C;
	color:#fff
}

/* Benifites section  */
.benefits-section {
	text-align: center;
	padding: 50px 0 40px;
}

.benefits-section h3 {
	font-size:45px;
	font-family: "Montserrat", sans-serif;
	margin-bottom:25px;
}

.benefits-section p {
	font-size:16px;
	max-width:750px;
	margin: 0 auto 50px;
	font-family: "Montserrat", sans-serif;
}

.bf-icon {
	background: #F7F8F7;
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
}

.bf-icon img {
	width:35px;
}

.bf-box {
	padding: 0 17px;
	margin-bottom: 45px;
	opacity: 0;
	transform: scale(0.8);
}

.bf-box h3 {
	font-size:16px;
	color:#121212;
	font-family: "Montserrat", sans-serif;
	margin: 25px 0 10px;
}

.bf-box p {
	font-size:14px;
	color:#3A3B3A;
	line-height:22px;
	font-family: "Montserrat", sans-serif;
}

.jobs-details-section {
	padding-top: 120px;
	position: relative;
}

.jobs-details-section:before {
	position: absolute;
	width: 50%;
	content: "";
	height: 100%;
	background: #F7F8F7;
	right: 0;
	top: 0;
}

.job-hilight {
	display:flex;
}

.col-jb:first-child .job-set {
	margin-left:0;
}

.job-set {
	display: flex;
	align-items: center;
	margin-left:25px;
}

.job-set h3 {
	font-size: 14px;
	margin-left:20px;
	font-family: "Montserrat", sans-serif;
}

.jobs-details-section h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
}

.job-list ul {
	padding: 0;
	margin: 35px 0 5rem!important;
}

.job-list ul li {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 18px;
	padding-left: 25px;
}

.job-list ul li:before {
	position: absolute;
	background: url('../images/arrow.png');
	content: "";
	height: 13px;
	width: 13px;
	left: 0;
	top: 5px;
}

.cr-form-heading{
	font-family: "Montserrat", sans-serif;
}

.submit-button .quform-submit {
	background:#EB0D8C !important;
	border-color:#EB0D8C !important;
	border-radius:5px;
	color:#000 !important;
	display: block !important;
}

.career-form-wrap .quform-theme-minimal .quform-field-text,
.career-form-wrap .quform-theme-minimal .quform-field-email,
.career-form-wrap .quform .quform-field-select {
	font-family: "Montserrat", sans-serif;
	margin-top: 7px;
	border-radius: 5px;
	border-color: #DADADA !important;
}

.career-form-wrap .quform-button-style-bootstrap .quform-upload-button {
	background:#999999 !important;
    color:#fff;
    font-family: "Montserrat", sans-serif;
    margin-top: 10px;
}


.scroll-scenes-wrappe {
    padding:50px 0 100px;
}

.full-screen {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url('../images/bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.panel canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.scroll-scenes-wrappe {
	padding-top: 50px;
}

.team-heading span,
.heading-text-green span {
    position: absolute;
    top: -30px;
    font-size: 15px;
    font-weight: bold;
    color: #EB0D8C;
    text-transform: uppercase;
}

.center-text h4 {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: #EB0D8C;
	text-transform: uppercase;
	font-weight: 600;
}

.center-text h3 {
	font-size: 22px;
	font-family: "Montserrat", sans-serif;	
}

.trusted-clients img {
	max-width: 160px !important;
}


.blok:nth-of-type(odd) {
background-color:white;
}
    
.blok:nth-of-type(even) {
background-color:black;
}


@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}


/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset  0 0 0 2px #ccc;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: FontAwesome;
  font-weight:300;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #ccc; /* --- Pijl kleur --- */
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  opacity: 0;
  background: #EB0D8C; /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path { 
  fill: none;
}


.progress-wrap svg.progress-circle path {
  stroke: #EB0D8C; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


body.rtl .main-heading span {
    left: auto;
    right: 0;
}


body.rtl p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

body.rtl .exp-heading-icon:after {
    left: -20px;
    top: 0px;
    right: auto;
}

body.rtl .co-expertise-headinglight,
body.rtl .post-content h3,
body.rtl .post-content h4,
body.rtl .main-heading,
body.rtl .project-content h3,
body.rtl .bold-heading-icon h3 {
	font-family: inherit;
}

body.rtl .co-expertise-headinglight .heading-icon{
	right: auto;
	left: -12%;
}

body.rtl .project-content {
	left: auto;
	right: 12%;
}

body.rtl .post-heading-cont h3,
body.rtl .projects-showcase .wpbm-grid-template-28 .wpbm-title a,
body.rtl .projects-showcase .wpbm-grid-template-28 .wpbm-title,
body.rtl .projects-showcase .wpbm-grid-template-28 .wpbm-category-list a {
	text-align: right;
	font-family: inherit;
}

body.rtl .contact-us .quform .quform-options-style-button.quform-options-inline>.quform-option,
body.rtl .quform-spacer .quform-label-text {
	font-family: inherit;
}

.service-link h2 {
    position:relative;
    z-index:9;
    display:inline-block;
    cursor:pointer;
}
.service-link h2:after {
    height: 6px;
    width: 0;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    margin: auto;
    bottom: -5px;
    transition: all 0.5s;
}
.service-link h2:hover:after {
	width: 100%;
	transition: all 0.5s;
}

.service-link h2 small {
    font-size:15px;
    margin-right:10px;
}

.left-column {
	position: absolute;
	bottom: 15%;
}
.col-inner {
	display: flex;
}

.hero-img img {
	border-radius: 10px !important;
}

.hero-col-1 {
    transform: scale(0.9);
    margin-top: -30px;
}

.hero-col-3 {
    transform: scale(1);
    margin-top: -60px;
}

.hero-video {
    height: 998px;
    width: 536px;
    background: url(../images/hero-phone-frame.png);
    background-size: contain;
}

.service-section .col-5 {
	position: relative;
}

.right-column {
	position: relative;
	left: 0;
}

.social-col {
    display: flex;
    position: absolute;
    right: -32%;
    bottom: 40%;
}

.social-hero {
	width: 200px;
}

.social-hero img {
	border-radius: 10px !important;
	transform: scale(0.95);
}

.hero-col-4 {
	margin-right: 20px;
}

.hero-col-5 {
	position: relative;
	top: 50px;
}

.hero-video-inner {
	width: 336px;
	height: 752px;
	position: absolute;
	left: 51px;
	top: 50px;
	border-radius: 20px;
	overflow: hidden;
}

.hero-video-inner video {
	width: 100%;
	height: 752px;
	object-fit: fill;
}

.service-link .elementor-icon-list-text small {
    font-size: 15px;
    margin-right: 10px;
}

.commet-list .elementor-icon-list-icon {
    position: absolute;
    top:8px;
    left:0;
}

.commet-list li {
    padding-left:20px !important;
}

#craft-slider .swiper-slide {
    min-height: 330px;
    position:relative;
}
.elementor-widget-reviews .swiper-slide:nth-child(1){
	background-color:#19FF26;
}
.elementor-widget-reviews .swiper-slide:nth-child(2){
	background-color:#0520C7;
}
.elementor-widget-reviews .swiper-slide:nth-child(3){
	background-color:#FFED1A;
}
.elementor-widget-reviews .swiper-slide:nth-child(4){
	background-color:#FF1392;
}
.elementor-widget-reviews .swiper-slide:nth-child(2) .elementor-testimonial__title, 
.elementor-widget-reviews .swiper-slide:nth-child(2) .elementor-testimonial__text a,
.elementor-widget-reviews .swiper-slide:nth-child(2) .elementor-testimonial__text i{
	color:#fff !important;
}
	.elementor-widget-reviews .swiper-slide:nth-child(4) .elementor-testimonial__name, 
.elementor-widget-reviews .swiper-slide:nth-child(4) .elementor-testimonial__text a,
.elementor-widget-reviews .swiper-slide:nth-child(4) .elementor-testimonial__text i{
	color:#fff !important;
}
#craft-slider .elementor-testimonial__text {
    position: absolute;
    bottom: 45px;
    right: 40px;
    font-size: 18px;
}

#craft-slider .elementor-testimonial__text a {
    color:#000;
}

#craft-slider .elementor-testimonial__text i {
    color:#EB0D8C;
}

 .flowers-section {
    height: 100vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.fllowers-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 1000px;
  margin: auto;
  transform: scale(0.1);
  top:0;
  bottom:0;
}

.comfort-img {
  height: 600px !important;
}

.comfort-img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.comfort-img  {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}