/*================================================
Template name: Rdsto App Landing HTML Template
Version: 1.0.0
Author: Design Expert        
Author url: https://themeforest.net/user/designexpart260
Developer: Najmul Huda Eimon 
==================================================*/
/* variables */
:root {
	--light-orange: #ffab6b;
	/*    --deep-orange: #fb6d62; */
	--deep-orange: #1e61ba;
	--gradient: linear-gradient(to bottom, #fb6d62, #ffab6b);
	--gradient0: linear-gradient(to bottom, rgba(251, 109, 98, 0.75), rgba(255, 171, 107, 0.75));
	--gradienta: linear-gradient(to bottom, #ffab6b, #fb6d62);
	--gradienta2: linear-gradient(to bottom, #73b0ff, #1e61ba);
	--gradienta3: linear-gradient(to bottom, #ff9395, #ff102a);
	--gradienta4: linear-gradient(to bottom, #a994e6, #8b68ef);
	/*    --dark: #061738; */
	--dark: #73b0ff;
	--grey: #606060;
	--white: #fff;
	--josefin: 'Josefin Sans', sans-serif;
	--heebo: 'Heebo', sans-serif;
}

/* common css */
html {
	width: 100%;
	height: 100%;
}

body {
	overflow-x: hidden !important;
	width: 100%;
	max-width: 100%;
	background-color: #eef5ff;
}

* {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

.clr {
	clear: both;
}

button:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

button {
	outline: none;
	border: 0;
	cursor: pointer;
	background: transparent;
}

button:focus {
	outline: none;
}

.clearfix {
	clear: both;
	display: block;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}

::-moz-selection {
	background: var(--deep-orange);
	color: var(--white);
	text-shadow: none;
}

::selection {
	background: var(--deep-orange);
	color: var(--white);
	text-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

textarea {
	resize: none;
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* 1.3: headings */

h1 {
	font-size: 64px;
	line-height: 90px;
	color: var(--dark);
}

h2 {
	font-size: 48px;
	line-height: 64px;
	color: var(--dark);
}

h3 {
	font-size: 36px;
	line-height: 50px;
	color: var(--deep-orange);
}

h4 {
	font-size: 28px;
	line-height: 40px;
	color: var(--dark);
}

h5 {
	font-size: 24px;
	line-height: 32px;
	color: var(--dark);
}

h6 {
	font-size: 20px;
	line-height: 28px;
	color: var(--dark);
}

p {
	font-size: 16px;
	line-height: 26px;
	color: var(--grey);
	font-family: var(--heebo);
	font-weight: 400;
}

/* 1.4: padding margin */

.p-10 {
	padding: 10px 0;
}

.pt-10 {
	padding-top: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.p-20 {
	padding: 20px 0;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.p-30 {
	padding: 30px 0;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.p-40 {
	padding: 40px 0;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.p-50 {
	padding: 50px 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.p-60 {
	padding: 60px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.p-70 {
	padding: 70px 0;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.p-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.p-90 {
	padding: 90px 0;
}

.pt-90 {
	padding-top: 90px;
}

.pb-90 {
	padding-bottom: 90px;
}

.p-100 {
	padding: 100px 0;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.p-110 {
	padding: 110px 0;
}

.pt-110 {
	padding-top: 110px;
}

.pb-110 {
	padding-bottom: 110px;
}

.p-120 {
	padding: 120px 0;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.m-10 {
	margin: 10px 0;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.m-20 {
	margin: 20px 0;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.m-30 {
	margin: 30px 0;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.m-40 {
	margin: 40px 0;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.m-50 {
	margin: 50px 0;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.m-60 {
	margin: 60px 0;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.m-70 {
	margin: 70px 0;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.m-80 {
	margin: 80px 0;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.m-90 {
	margin: 90px 0;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.m-100 {
	margin: 100px 0;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.m-110 {
	margin: 110px 0;
}

.mt-110 {
	margin-top: 110px;
}

.mb-110 {
	margin-bottom: 110px;
}

.m-120 {
	margin: 120px 0;
}

.mt-120 {
	margin-top: 120px;
}

.mb-120 {
	margin-bottom: 120px;
}

/* section title */
.section-title {
	text-align: center;
	padding-bottom: 55px;
	margin-top: -8px;
}

.section-title h2 {
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--josefin);
	padding-bottom: 15px;
}

/* cursor */
.custom-cursor {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	pointer-events: none;
	z-index: 10000;
	transition: opacity 0.2s ease-in-out 0.5s;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	-ms-transition: opacity 0.2s ease-in-out 0.5s;
	-o-transition: opacity 0.2s ease-in-out 0.5s;
}

#cursor {
	position: fixed;
	width: 40px;
	height: 40px;
	border: 2px solid var(--deep-orange);
	pointer-events: none;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#cursor::after {
	position: absolute;
	content: "";
	top: calc(50% - 2px);
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--deep-orange);
	z-index: 100;
	pointer-events: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#cursor-ball {
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid var(--deep-orange);
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
	border-radius: 50px;
	box-sizing: border-box;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: translate(-9px, -9px) rotate(0deg);
	-webkit-animation: rotating 0.8s ease-in-out infinite;
	animation: rotating 0.8s ease-in-out infinite;
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s;
}

@-webkit-keyframes rotating {
	0% {
		-webkit-transform: translate(-7px, -7px) rotate(0deg);
		transform: translate(-7px, -7px) rotate(0deg);
	}

	95% {
		-webkit-transform: translate(-7px, -7px) rotate(350deg);
		transform: translate(-7px, -7px) rotate(350deg);
	}

	100% {
		-webkit-transform: translate(-7px, -7px) rotate(360deg);
		transform: translate(-7px, -7px) rotate(360deg);
	}
}

@keyframes rotating {
	0% {
		-webkit-transform: translate(-7px, -7px) rotate(0deg);
		transform: translate(-7px, -7px) rotate(0deg);
	}

	95% {
		-webkit-transform: translate(-7px, -7px) rotate(350deg);
		transform: translate(-7px, -7px) rotate(350deg);
	}

	100% {
		-webkit-transform: translate(-7px, -7px) rotate(360deg);
		transform: translate(-7px, -7px) rotate(360deg);
	}
}

/* preloader */
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	background: var(--white);
}

.preloader .circle1,
.preloader .circle2 {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid var(--light-orange);
	animation: anim12 1.2s ease-in infinite;
}

.preloader .circle2 {
	width: 100px;
	height: 100px;
	animation: anim12-2 1.2s ease-out infinite;
	border: 2px solid var(--deep-orange);
}

@keyframes anim12 {
	100% {
		width: 100px;
		height: 100px;
		opacity: 0;
	}
}

@keyframes anim12-2 {
	0% {
		opacity: 0;
	}

	100% {
		width: 20px;
		height: 20px;
		opacity: 1;
	}
}

/* top-btn */
.top-btn {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	background: var(--gradienta2);
	position: fixed;
	right: 40px;
	bottom: 40px;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	outline: none;
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	-ms-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
	transition: all linear 0.4s;
	cursor: pointer;
	-webkit-animation: witr_bounce 1000ms ease-out infinite;
	animation: witr_bounce 1000ms ease-out infinite;
}

.top-btn::before {
	content: '';
	height: 5px;
	width: 25px;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: -5px;
	box-shadow: 0px 5px 5px #ccc;
}

.top-btn:hover {
	background: var(--deep-orange);
}

@keyframes witr_bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}


.top-btn i {
	font-size: 14px;
	color: #fff;
}

.top-btn.show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

/* menubar.sticky */
.menubar.sticky {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	background: var(--deep-orange);
	z-index: 999;
	animation: mymove 0.4s linear;
	-webkit-box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
	box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
}

.menubar.sticky .navbar {
	/* width: 96%; */
}

@keyframes mymove {
	0% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* menubar css Style */
.menubar {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.menubar .header-menu {
	margin-left: auto;
}

.menubar .right-part ul li {
	padding-left: 50px;
}

.menubar .right-part button i {
	font-size: 16px;
	color: var(--white);
}

.menubar .right-part a {
	font-family: var(--heebo);
	font-weight: 600;
	display: inline-block;
	padding: 0 30px;
	line-height: 50px;
	color: var(--white);
	background: transparent;
	text-transform: capitalize;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid var(--white);
	border-radius: 30px;
}

.menubar .right-part a:hover {
	background: var(--gradient);
}

/* banner css Style */
.home1.banner {
	padding-top: 250px;
	padding-bottom: 300px;
}

.home1.banner .content {
	margin-left: -35px;
	margin-right: -35px;
	position: relative;
}

.home1.banner .text-area h1 {
	font-weight: 700;
	color: var(--white);
	font-family: var(--josefin);
}

.home1.banner .text-area h2 {
	font-weight: 500;
	color: var(--white);
}

.home1.banner .text-area p {
	color: var(--white);
	width: 80%;
	padding-top: 15px;
}

.home1.banner .text-area ul {
	margin-top: 40px;
}

.home1.banner .text-area ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 0px;
	color: var(--white);
}

.home1.banner .text-area ul li:not(:last-child) {
	margin-right: 30px;
}

.home1.banner .text-area ul li span {
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
}

.home1.banner .image-area {
	position: absolute;
	right: 0;
	bottom: -160px;
}

/* function */
.home1.function .item {
	background: var(--white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	padding: 70px;
	position: relative;
	z-index: 1;
	border-radius: 60px;
	overflow: hidden;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	transition: 1s clip-path;
}

.home1.function .item:before {
	content: '';
	height: 100%;
	width: 100%;
	background: var(--gradienta2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.home1.function .item:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
}

.home1.function .item:hover:before {
	opacity: 1;
}

.home1.function .item .icon {
	opacity: 0;
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-end;
}

.home1.function .item .icon i {
	font-size: 60px;
	background: var(--gradienta2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home1.function .item span {
	display: inline-block;
	font-family: var(--josefin);
	font-size: 60px;
	font-weight: 600;
	color: var(--light-orange);
	position: absolute;
	top: 45px;
	left: 50%;
	z-index: 5;
	margin-left: -35px;
}

.home1.function .item h5 {
	font-family: var(--josefin);
	font-weight: 700;
	text-transform: capitalize;
}

.home1.function .item p {
	padding-top: 10px;
	padding-bottom: 35px;
}

.home1.function .item a {
	float: right;
}

.home1.function .item a i {
	font-size: 30px;
	color: var(--dark);
}

.home1.function .item:hover {
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
}


.home1.function .item,
.home1.function .item:before,
.home1.function .item .icon i,
.home1.function .item h5,
.home1.function .item p,
.home1.function .item a i {
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.home1.function .item:hover h5,
.home1.function .item:hover p,
.home1.function .item:hover a i {
	color: var(--white);
}

.home1.function .item:hover .icon i {
	background: var(--white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* counter */
.home1.counter .item .icon {
	height: 180px;
	width: 180px;
	border: 8px solid var(--white);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	margin: auto;
	text-align: center;
}

.home1.counter .item .icon i {
	font-size: 65px;
	color: var(--white);
	line-height: 164px;
}

.home1.counter .item1 .icon {
	/* 	background: #f084dc; */
	background: var(--gradienta);
}

.home1.counter .item2 .icon {
	background: var(--gradienta2);
}

.home1.counter .item3 .icon {
	/* 	background: #69ccff; */
	background: var(--gradienta3);
}

.home1.counter .item4 .icon {
	/* 	background: #8b68ef; */
	background: var(--gradienta4);
}

.home1.counter .item h4 {
	font-family: var(--josefin);
	font-weight: 700;
	text-transform: capitalize;
	padding-top: 15px;
	padding-bottom: 20px;
}

.home1.counter .item h2 {
	font-family: var(--heebo);
	font-weight: 300;
	font-size: 70px;
	color: #a6a6a6;
}

/* introduce */
.home1.introduce .content {
	padding-right: 100px;
}

.home1.introduce .content h3,
.home1.introduce .content h6 {
	font-family: var(--josefin);
	font-weight: 700;
}

.home1.introduce .content h3 {
	padding-bottom: 35px;
}

.home1.introduce .content h6 {
	text-transform: capitalize;
}

.home1.introduce .content p {
	width: 80%;
}

.home1.introduce .content ul li {
	padding-top: 25px;
}

.home1.introduce .content .text {
	width: 100%;
}

.home1.introduce .content .icon {
	padding-right: 25px;
}

.home1.introduce .content .icon i {
	font-size: 40px;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* products */
.home1.portfolio {
	background: #f9f8ff;
}

.home1.portfolio .project-menu {
	margin-bottom: 60px;
}

.home1.portfolio .project-menu li a {
	display: inline-block;
	font-family: var(--heebo);
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 400;
	color: var(--grey);
	text-align: center;
	/* 	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%); */
	background: transparent;
	padding: 13px 40px;
	border-radius: 20px;
}

.home1.portfolio .project-menu .active a {
	font-weight: 700;
	/* 	background: var(--gradienta2); */
	color: var(--deep-orange);
	border-bottom: 4px solid var(--deep-orange);
}

.home1.portfolio .item {
	position: relative;
	margin-bottom: 30px;
	border-radius: 20px;
}

.home1.portfolio .item img {
	width: 100%;
}

.home1.portfolio .item .overlay {
	position: absolute;
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--gradient0);
	text-align: center;
}

.home1.portfolio .item .overlay .text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 9;
}

.home1.portfolio .item .overlay span {
	position: absolute;
	bottom: 20px;
	right: 30px;
	z-index: 9;
}

.home1.portfolio .item h6 {
	font-weight: 700;
	font-family: var(--josefin);
	color: var(--white);
	text-transform: capitalize;
}

.home1.portfolio .item p {
	font-weight: 500;
	font-family: var(--heebo);
	color: var(--white);
	text-transform: capitalize;
}

.home1.portfolio .item span i {
	font-size: 28px;
	color: var(--white);
	margin-left: 10px;
}

/* download */
.home1.download .bg {
	background: var(--gradienta2);
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	position: relative;
}

.home1.download .image {
	position: absolute;
	bottom: 0;
	left: 50px;
}

.home1.download .content {
	padding: 55px 100px 60px 30px;
}

.home1.download .content h3 {
	font-family: var(--josefin);
	font-size: 45px;
	color: var(--white);
	font-weight: 700;
	width: 90%;
	margin-bottom: 40px;
}

.home1.download .content p {
	color: var(--white);
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
}

.home1.download .content ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home1.download .content ul li span {
	display: inline-block;
	width: 106px;
	height: 106px;
	border-radius: 8px;
	overflow: hidden;
}

.home1.download .content ul li:not(:last-child) {
	padding-right: 30px;
}

/* team */
.home1.team .shape {
	height: 280px;
	width: 280px;
	font-size: 50px;
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--josefin);
	padding-bottom: 15px;
	color: var(--deep-orange);
	display: flex;
	align-items: center;
	justify-content: center;

}

.home1.team .shape::before {
	content: '';
	height: 280px;
	width: 280px;
	background: #bdd4ff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	/* 	top: -20px;
	left: 50px; */
	z-index: -1;
}

.home1.team ul li {
	position: relative;
	padding-left: 35px;
	margin: 20px 0;
}

.home1.team ul li::before {
	content: '';
	height: 20px;
	width: 20px;
	background: #bdd4ff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	left: 0;
	z-index: -1;
}

.home1.team .item {
	text-align: center;
	box-shadow: 3px 0 50px rgba(0, 0, 0, 0.15);
	padding: 30px;
	border-radius: 20px;
}

.home1.team .item:hover {
	background: var(--gradienta2);
}

.home1.team .item h6 {
	position: relative;
	font-family: var(--josefin);
	font-weight: 700;
	text-transform: capitalize;
	padding: 30px 0;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.home1.team .item:hover h6 {
	color: var(--deep-orange);
}

.home1.team .item h6::before {
	content: '';
	height: 40px;
	width: 40px;
	background: #bdd4ff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.home1.team .item:hover h6::before {
	opacity: 0.6;
	content: '';
	height: 40px;
	width: 40px;
	background: var(--white);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 88;
}

.home1.team .item p {
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom: 15px;
}

.home1.team .flow {
	margin-top: 80px;
}

.home1.team .flow .item {
	background: var(--gradienta2);
	position: relative;
}

.home1.team .flow .item:hover {
	background: var(--white);
}

.home1.team .flow .item h6 {
	color: var(--white);
}

.home1.team .flow .item i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--dark);
	color: var(--light-orange);
	font-size: 36px;
	position: absolute;
	right: -42px;
	top: 45px;
	z-index: 99;
}

.home1.team .flow .item:hover h6,
.home1.team .flow .item:hover i {
	color: var(--deep-orange);
}


/* partners */
.home1.partners {
	background: var(--gradienta);
}

.home1.partners .section-title h2 {
	color: #ffffff;
}

.home1.partners .partners-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
	background-color: var(--white);
	padding: 5px 10px;
	border-radius: 10px;	
	box-sizing: border-box;
}

.home1.partners .partners-logo .partners-name {
	font-size: 20px;
	font-weight: 500;
	color: var(--deep-orange);
}

.home1.partners .partners-logo::after,.home1.partners .partners-logo::before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: var(--deep-orange);
	transform: rotate(45deg);
	opacity: 0.5;
}

/* footer */
.footer .footer-top .title {
	padding-bottom: 25px;
}

.footer .footer-top .title h5 {
	font-family: var(--josefin);
	font-weight: 700;
	text-transform: capitalize;
}

.footer .footer-top .address {
	padding-top: 20px;
}

.footer .footer-top .address li:not(:last-child) {
	padding-bottom: 15px;
}

.footer .footer-top .address li i {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: var(--dark);
	font-size: 14px;
	color: var(--white);
	text-align: center;
	margin-right: 20px;
	position: relative;
	z-index: 1;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.footer .footer-top .address li i:after {
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: var(--gradient);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.footer .footer-top .address li:hover i {
	background: transparent;
}

.footer .footer-top .address li:hover i:after {
	opacity: 1;
}

.footer .footer-top .navigation li {
	padding-left: 20px;
	position: relative;
}

.footer .footer-top .navigation li:before {
	content: '';
	height: 5px;
	width: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #ddd;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
}

.footer .footer-top .navigation li:hover:before {
	background: var(--gradient);
}

.footer .footer-top .navigation li:not(:last-child) {
	margin-bottom: 10px;
}

.footer .footer-top .navigation li a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--heebo);
	font-weight: 400;
	text-transform: capitalize;
	color: var(--grey);
}

.footer .footer-top .navigation li a:hover {
	color: var(--deep-orange);
}

/* footer-bottom */
.footer .footer-bottom .bg {
	border-top: 1px solid #ebebeb;
	padding: 25px 0;
	text-align: center;
}

.footer .footer-bottom ul li {
	padding-left: 30px;
}