/*===========================
     01.COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');
body {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #020a11;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

a {
	color: #a1a1d9;
}
a:hover {
	color: #a1a1d9;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #38424d;
	margin: 0px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #747e88;
	margin: 0px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 40px;
	font-size: 16px;
	line-height: 50px;

	color: #000;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	background-color: pink;

	border: 0;
}
.main-btn:hover {
	background-color: rgb(62, 33, 38);
	color: #fff;
}
.main-btn.main-btn-2 {
	background-color: #fff;
	color: #604ff9;
	border-color: #604ff9;
}
.main-btn.main-btn-2:hover {
	background-color: #604ff9;
	border-color: #604ff9;
	color: #fff;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
	outline: 0;
}

/*===== All Section Title Style =====*/
.section_title .sub_title {
	font-size: 20px;
	font-weight: 600;
	color: #604ff9;
}
@media (max-width: 767px) {
	.section_title .sub_title {
		font-size: 16px;
	}
}

.section_title .main_title {
	font-size: 35px;
	font-weight: 700;
	margin-top: 16px;
}
@media (max-width: 767px) {
	.section_title .main_title {
		font-size: 24px;
	}
}

.section_title p {
	margin-top: 20px;
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: rgb(233, 186, 194);
}

.sticky {
	position: fixed;
	z-index: 99;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
	padding: 10px 0;
}

.navbar {
	padding: 15px 0;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-brand {
	padding: 0;
}

.navbar-toggler {
	padding: 0;
}
.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #38424d;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
	}
}

.navbar-nav .nav-item {
	margin-left: 45px;
	position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-item {
		margin-left: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item {
		margin: 0;
	}
}
.navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 600;
	color: #01060b;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 10px 0;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0;
	}
}
.navbar-nav .nav-item.active > a,
.navbar-nav .nav-item:hover > a {
	color: #a1a1d9;
}
.navbar-nav .nav-item:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}
.navbar-nav .nav-item .sub-menu {
	width: 200px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}
.navbar-nav .nav-item .sub-menu li {
	display: block;
}
.navbar-nav .nav-item .sub-menu li a {
	display: block;
	padding: 8px 20px;
	color: #38424d;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
	padding-left: 25px;
	color: #a1a1d9;
}

.navbar-nav .sub-nav-toggler {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #38424d;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 767px) {
	.navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #38424d;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}
.navbar-nav .sub-nav-toggler span {
	width: 8px;
	height: 8px;
	border-left: 1px solid #38424d;
	border-bottom: 1px solid #38424d;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -5px;
}

/*===== Header hero =====*/
.header_hero {
	height: 800px;
	background-color: #a1a1d9;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 1400px) {
	.header_hero {
		height: 900px;
	}
}

.hero_shape {
	position: absolute;
	opacity: 0.39;
}
.hero_shape.shape_1 {
	left: 10%;
	top: 150px;
}
.hero_shape.shape_2 {
	left: 30%;
	top: 150px;
}
.hero_shape.shape_3 {
	top: 200px;
	left: 40%;
}
.hero_shape.shape_4 {
	top: 120px;
	left: 50%;
}
.hero_shape.shape_5 {
	top: 40%;
	left: 14%;
}
.hero_shape.shape_6 {
	top: 34%;
	left: 48%;
}
.hero_shape.shape_7 {
	top: 60%;
	left: 80px;
}
.hero_shape.shape_8 {
	top: 55%;
	left: 38%;
}
.hero_shape.shape_9 {
	bottom: 100px;
	left: 13%;
}
.hero_shape.shape_10 {
	bottom: 200px;
	left: 25%;
}
.hero_shape.shape_11 {
	bottom: 80px;
	left: 35%;
}
.hero_shape.shape_12 {
	bottom: 25%;
	left: 42%;
}

.header_shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.header_shape::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1000%;
	height: 100%;
	background-color: #f5f5fc;
	transform: skewX(-15deg);
}

.header_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_image {
		width: 720px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.header_image {
		width: 100%;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header_image {
		width: 540px;
	}
}
@media only screen and (min-width: 1400px) {
	.header_image .image {
		padding-left: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_hero_content {
		padding-top: 150px;
	}
}

@media (max-width: 767px) {
	.header_hero_content {
		padding-top: 150px;
	}
}

.header_hero_content .hero_title {
	font-size: 45px;
	font-weight: 800;
}
@media (max-width: 767px) {
	.header_hero_content .hero_title {
		font-size: 26px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header_hero_content .hero_title {
		font-size: 36px;
	}
}
.header_hero_content .hero_title span {
	color: #a1a1d9;
}

.header_hero_content p {
	margin-top: 30px;
}

.header_hero_content ul {
	padding-top: 20px;
}
.header_hero_content ul li {
	display: inline-block;
	margin-left: 50px;
	margin-top: 30px;
}
.header_hero_content ul li:first-child {
	margin-left: 0;
}
.header_hero_content ul li .play {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #a1a1d9;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 9;
}
.header_hero_content ul li .play::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #a1a1d9;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	-moz-animation: pulse-border 1500ms ease-out infinite;
	-o-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	z-index: -1;
}

@keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		-o-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		-o-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0;
	}
}

/*===========================
      03.SERVICES css 
===========================*/
.single_services {
	border-radius: 10px;
	padding: 50px 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single_services {
		padding: 25px 15px;
	}
}
.single_services .services_icon {
	position: relative;
	display: inline-block;
}
.single_services .services_icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 52px;
	color: #38424d;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_services .services_icon .services_shape {
	fill: #fff1f1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_services .services_content {
	margin-top: 40px;
}
.single_services .services_content .services_title a {
	font-size: 28px;
	color: #38424d;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_services .services_content .services_title a {
		font-size: 22px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_services .services_content .services_title a {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.single_services .services_content .services_title a {
		font-size: 20px;
	}
}
.single_services .services_content .services_title a:hover {
	color: #a1a1d9;
}
.single_services .services_content p {
	margin-top: 15px;
}

.single_services.active .services_icon i,
.single_services:hover .services_icon i {
	color: #d75c5c;
}
.single_services.active .services_icon .services_shape,
.single_services:hover .services_icon .services_shape {
	fill: #a1a1d9;
}

/*===========================
        04.ABOUT css 
===========================*/
.about_area {
	position: relative;
}

.about_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_image {
		width: 720px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.about_image {
		width: 100%;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 5px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about_image {
		width: 540px;
	}
}
.about_image .image {
	padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_image .image {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.about_image .image {
		padding-right: 0;
	}
}
.about_image .image img {
	max-width: 770px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_image .image img {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.about_image .image img {
		max-width: 100%;
	}
}

.about_content {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_content {
		padding-top: 45px;
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.about_content {
		padding-top: 45px;
		padding-bottom: 0;
	}
}
.about_content .about_list {
	padding-top: 10px;
}
.about_content .about_list li {
	margin-top: 20px;
}
.about_content .about_list li .about_check i {
	font-size: 16px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	background-color: #a1a1d9;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	top: 4px;
}
.about_content .about_list li .about_list_content {
	padding-left: 20px;
}

/*===========================
        05.WORK css 
===========================*/
.work_area {
	background-color: #fbfbff;
}

.single_work {
	-webkit-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	-moz-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
}
.single_work .work_image img {
	width: 100%;
}
.single_work .work_content {
	padding: 30px;
	position: relative;
}
.single_work .work_content .arrow {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	font-size: 18px;
	color: #38424d;
	text-align: center;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
	position: absolute;
	top: -22px;
	right: 30px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_work .work_content .arrow:hover {
	background-color: #a1a1d9;
	color: #fff;
}
.single_work .work_content .work_title a {
	font-size: 28px;
	font-weight: 600;
	color: #38424d;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_work .work_content .work_title a {
		font-size: 22px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_work .work_content .work_title a {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.single_work .work_content .work_title a {
		font-size: 20px;
	}
}
.single_work .work_content .work_title a:hover {
	color: #a1a1d9;
}
.single_work .work_content p {
	margin-top: 8px;
}

.slick-current .single_work .work_content .arrow {
	background-color: #a1a1d9;
	color: #fff;
}

.work_active .slick-dots {
	width: 100%;
	text-align: center;
}
.work_active .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}
.work_active .slick-dots li button {
	font-size: 0;
	padding: 0;
	border: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: rgba(249, 79, 79, 0.25);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.work_active .slick-dots li.slick-active button {
	background-color: #a1a1d9;
}

/*===========================
    06.PRICING PLAN css 
===========================*/
.pricing_menu .nav {
	overflow: hidden;
}
.pricing_menu .nav .nav-item a {
	width: 120px;
	line-height: 55px;
	height: 55px;
	text-align: center;
	padding: 0 15px;
	background-color: #f5f5fc;
	font-size: 16px;
	font-weight: 600;
	color: #38424d;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pricing_menu .nav .nav-item a.active,
.pricing_menu .nav .nav-item a:hover {
	background-color: #a1a1d9;
	color: #fff;
}
.pricing_menu .nav .nav-item:first-child a {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.pricing_menu .nav .nav-item:last-child a {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.single_pricing {
	border-radius: 10px;
	padding: 40px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
	.single_pricing {
		padding: 25px;
	}
}
.single_pricing .pricing_title {
	position: relative;
	display: inline-block;
}
.single_pricing .pricing_title .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-weight: 600;
	color: #38424d;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_pricing .pricing_title .services_shape {
	fill: #fff1f1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_pricing .pricing_content {
	margin-top: 25px;
}
.single_pricing .pricing_content .pricing_price {
	font-size: 35px;
	font-weight: 700;
	color: #38424d;
}
.single_pricing .pricing_content p {
	margin-top: 15px;
	line-height: 37px;
}
.single_pricing .pricing_content .main-btn {
	background-color: #fff1f1;
	padding: 0 25px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #747e88;
	margin-top: 30px;
}
.single_pricing .pricing_content .main-btn:hover {
	background-color: #a1a1d9;
	color: #fff;
}
.single_pricing.active,
.single_pricing:hover {
	-webkit-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
	-moz-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
	box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
}
.single_pricing.active .pricing_title .title,
.single_pricing:hover .pricing_title .title {
	color: #a1a1d9;
}
.single_pricing.active .pricing_title .services_shape,
.single_pricing:hover .pricing_title .services_shape {
	fill: #a1a1d9;
}
.single_pricing.active .pricing_content .main-btn,
.single_pricing:hover .pricing_content .main-btn {
	background-color: #a1a1d9;
	color: #ffffff;
}

/*===========================
         07.TEAM css 
===========================*/
.team_area {
	background-color: #fbfbff;
}

.single_team {
	-webkit-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	-moz-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_team .team_image {
	position: relative;
}
.single_team .team_image img {
	width: 100%;
}
.single_team .team_image .social {
	position: absolute;
	top: 15px;
	right: 30px;
}
.single_team .team_image .social li {
	margin-top: 15px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
}
.single_team .team_image .social li a {
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_team .team_image .social li a:hover {
	background-color: #a1a1d9;
	border-color: #a1a1d9;
}
.single_team .team_content {
	padding: 20px 30px;
	position: relative;
}
.single_team .team_content .team_name a {
	font-size: 28px;
	font-weight: 600;
	color: #38424d;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
	.single_team .team_content .team_name a {
		font-size: 20px;
	}
}
.single_team .team_content p {
	margin-top: 8px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_team:hover {
	background-color: #a1a1d9;
}
.single_team:hover .team_image .social li {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.single_team:hover .team_image .social li:nth-of-type(1) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.single_team:hover .team_image .social li:nth-of-type(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.single_team:hover .team_image .social li:nth-of-type(3) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.single_team:hover .team_image .social li:nth-of-type(4) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.single_team:hover .team_content .team_name a {
	color: #fff;
}
.single_team:hover .team_content p {
	color: #fff;
}

.team_active .slick-dots {
	width: 100%;
	text-align: center;
}
.team_active .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}
.team_active .slick-dots li button {
	font-size: 0;
	padding: 0;
	border: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: rgba(249, 79, 79, 0.25);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.team_active .slick-dots li.slick-active button {
	background-color: #a1a1d9;
}

/*===========================
         08.BLOG css 
===========================*/
.single_blog {
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_blog .blog_image img {
	width: 100%;
}
.single_blog .blog_content {
	padding: 20px;
}
@media (max-width: 767px) {
	.single_blog .blog_content {
		padding: 15px;
	}
}
.single_blog .blog_content .blog_meta li {
	font-size: 16px;
	color: #747e88;
}
@media (max-width: 767px) {
	.single_blog .blog_content .blog_meta li {
		font-size: 14px;
	}
}
.single_blog .blog_content .blog_meta li a {
	color: #747e88;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_blog .blog_content .blog_meta li a:hover {
	color: #a1a1d9;
}
.single_blog .blog_content .blog_title a {
	font-size: 24px;
	color: #38424d;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 600;
}
@media (max-width: 767px) {
	.single_blog .blog_content .blog_title a {
		font-size: 18px;
	}
}
.single_blog .blog_content .blog_title a:hover {
	color: #a1a1d9;
}
.single_blog .blog_content .more {
	color: #38424d;
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_blog .blog_content .more:hover {
	color: #a1a1d9;
}
.single_blog:hover {
	-webkit-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	-moz-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
}

/*===========================
       09.CONTACT css 
===========================*/
.contact_area {
	position: relative;
}

p.form-message.success,
p.form-message.error {
	font-size: 16px;
	color: #333;
	background: #ddd;
	padding: 10px 15px;
	margin-top: 15px;
	margin-left: 15px;
}
p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
	color: #f00;
}

.contact_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_image {
		width: 720px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.contact_image {
		width: 100%;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact_image {
		width: 540px;
	}
}
.contact_image .image {
	padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_image .image {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.contact_image .image {
		padding-right: 0;
	}
}
.contact_image .image img {
	max-width: 770px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_image .image img {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.contact_image .image img {
		max-width: 100%;
	}
}

.single_form {
	margin-top: 30px;
}
.single_form textarea,
.single_form input {
	padding: 0 25px;
	border: 1px solid rgba(116, 126, 136, 0.2);
	height: 50px;
	border-radius: 5px;
	width: 100%;
}
.single_form textarea {
	padding-top: 15px;
	height: 168px;
	resize: none;
}
.single_form .main-btn {
	background-color: #a1a1d9;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	color: #fff;
}
.single_form .main-btn:hover {
	background-color: rgba(249, 79, 79, 0.8);
}

/*===========================
       10.FOOTER css 
===========================*/
.footer_area {
	background-color: rgb(233, 186, 194);
}

.footer_widget .footer_title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.footer_content {
	margin-top: 30px;
}
.footer_content p {
	color: #000;
}

.footer_link {
	width: 50%;
	padding-left: 50px;
}
@media (max-width: 767px) {
	.footer_link {
		padding-left: 0;
	}
}
.footer_link .link {
	padding-top: 15px;
}
.footer_link .link li a {
	font-size: 16px;
	color: #000;
	margin-top: 15px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.footer_link .link li a:hover {
	color: #a1a1d9;
}

.subscribe_form {
	margin-top: 35px;
	position: relative;
}
.subscribe_form input {
	width: 100%;
	padding: 0 25px;
	border: 0;
	background-color: #fff;
	font-size: 15px;
	color: #38424d;
	height: 60px;
}
.subscribe_form .main-btn {
	background-color: #a1a1d9;

	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 5px;
	right: 5px;
}
@media (max-width: 767px) {
	.subscribe_form .main-btn {
		position: relative;
		margin-top: 10px;
		right: 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.subscribe_form .main-btn {
		position: absolute;
		top: 5px;
		right: 5px;
		margin-top: 0;
		width: auto;
	}
}
.subscribe_form .main-btn:hover {
	background-color: rgba(249, 79, 79, 0.8);
}

.footer_copyright {
	padding-bottom: 25px;
	padding-top: 10px;
	border-top: 2px solid rgba(255, 255, 255, 0.09);
}

.footer_social {
	padding-top: 15px;
}
.footer_social .social li {
	display: inline-block;
	margin-right: 10px;
}
.footer_social .social li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.footer_social .social li a:hover {
	color: #a1a1d9;
	background-color: #fff;
}

.footer_copyright_content {
	padding-top: 15px;
}
.footer_copyright_content p {
	font-size: 16px;
	color: #fff;
}

/*===== BACK TO TOP =====*/
.back-to-top {
	font-size: 20px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background-color: #a1a1d9;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: none;
}
.back-to-top:hover {
	color: #fff;
	background-color: #a1a1d9;
}

* {
	scroll-behavior: smooth;
}

#cookie-popup {
	position: fixed;
	bottom: 20px;
	left: 20px;
	transform: translateX(-50%);
	background: #fff;
	color: #333;
	border: none;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

	font-size: 14px;
	max-width: 400px;
	z-index: 1000;
	display: none;
	opacity: 0; /* Start invisible */
	transform: translateY(30px); /* Slide up effect */
	transition:
		opacity 0.4s ease,
		transform 0.4s ease;
}

#cookie-popup.show {
	opacity: 1;
	transform: translateY(0);
}

#cookie-popup p {
	margin: 0;
	padding: 0;
}

#cookie-popup .popup-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#cookie-popup button {
	background: #a1a1d9;
	color: #000;
	border: none;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

#cookie-popup button:hover {
	background: #d4d4e1;
}

#cookie-popup .popup-message {
	max-width: 80%;
}

#cookie-popup .popup-message a {
	color: #a1a1d9;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s ease;
}

#cookie-popup .popup-message a:hover {
	color: #9a3232;
}
