@charset "utf-8";

/*

Theme Name: Clownvill - HTML5 Circus Template.

Author: Slidesigma

Author URL: https://themeforest.net/user/slidesigma

Version: 1.0.0

*/

/*=========================

= Table of CSS

	1.General code

		1.1 Typography

		1.2	Space margins and padding

		1.3 background-colors and bg-img

		1.4 forms

		1.5 Buttons

	2.Homepages

		2.1 Navigation

		2.2 Banner Section

		2.3 About Section

		2.4 Services Section

		2.5 Product Sucesss

		2.6 Portfolio Section

		2.7 Achivements Section

		2.8	Testimonial-section

		2.9 Pricing Section

		2.10 Blog Section

		2.11 Contact us Section

		2.12 Footer Section

			2.12.1 footer-bottom

	3.About us

	4.Our Services

	5.Project Gallery

	6.Team Memebers

	7.Pricing

	8.Blog

	9.Blog Dettails

	10.FAQ

	11.Comming Soon

	12.404

	13.Contact us

===================================*/

/*======================

	1.General Code

==========================*/

/*--------animation---------*/

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.75);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2);
		opacity: 0;
	}
}
@keyframes ripple {
	0% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.75);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
/*twinkling stars*/

@keyframes move-twink-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -10000px 5000px;
	}
}
@keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}
html {
	overflow-x: hidden;
}
body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 28px;
	overflow-x: hidden;
	font-weight: 400;
	color: #555b62;
	left: 0;
	background-color: #000000;
	transition: 0.3s;
}
.section-padding {
	padding: 120px 0;
}
.section-title-center {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	word-break: break-word;
}
.section-title-center p {
	font-size: 15px;
}
.primary-overlay {
	position: relative;
	z-index: 1;
}
.primary-overlay:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
}
.col-content-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.seperator {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}
.slick-slide:focus {
	outline: none;
}
.exp-img-wrapper {
	margin: 20px 0;
}
.mfp-fade {
	animation: fadeIn .3s ease-in;
}
.mfp-fade.mfp-removing {
	animation: fadeInOut .3s ease-out;
}
.slick-modified-dots {
	text-align: center;
	padding: 50px;
}
.slick-modified-dots li {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.slick-modified-dots li button:focus {
	outline: 0;
}
.slick-modified-dots li button {
	border-radius: 50%;
	border: none;
	width: 15px;
	height: 15px;
	color: transparent;
	vertical-align: middle;
	transition: .3s;
	cursor: pointer;
	background-color: #d33776;
	opacity: .5;
}
.slick-modified-dots li.slick-active button {
	width: 35px;
	height: 7px;
	border-radius: 10px;
	opacity: 1;
}
.exp-stylish-border {
	position: relative;
	width: 100%;
}
.exp-stylish-border:before {
	position: absolute;
	content: "";
	top: -95px;
	left: 90px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 200px solid #d81362;
	transform: rotate(88deg);
	border-radius: 50px;
	z-index: 2;
}
.shadow-hover:hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.before-none:before {
	display: none;
}
.tab-pane {
	animation: fadeIn .3s ease-in;
}
.border-l-r {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.stars-1,
.twinkling-1,
.clouds-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.stars-1 {
	background: #000 url('../img/dark-theme/circus/stars.png') repeat top center;
	z-index: 0;
}
.twinkling-1 {
	background: transparent url('../img/dark-theme/circus/twinkling.png') repeat top center;
	z-index: 1;
	animation: move-twink-back 200s linear infinite;
}
.ticket-content {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
}

/* Fixes */
/* Custom Panel */
.custom-builder-panel {
    position: fixed;
    top: 35%;
    z-index: 3333;
    left: -150px;
    transition: 0.5s all;
}
.custom-builder-panel:hover {
    left: 0;
}
.builder-switch {
    position: absolute;
    right: -50px;
    top: 0;
    background-color: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9b38c' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");

}
.custom-builder-panel:hover .builder-switch{
  animation: bounceRight 0s;
  -webkit-animation: bounceRight 0s;
}
.builder-slide-panel{
    width: 150px;
    height: 50px;
    background-color: #000000;
    padding: 6px 6px;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9b38c' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");

}
.builder-slide-panel h4{
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: center;
  line-height: 2.8;
}
.builder-slide-panel h4{
  font-size: 14px;
  font-weight: bold!important;
  color: #3eff01!important;
  vertical-align: middle;
  text-transform: uppercase;
}
.switch {
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch i{
  vertical-align: middle;
  color: #3eff01;
}
.custom-builder-panel:hover .builder-switch:before{
  animation: box_ripple 3s cubic-bezier(.18,.74,.72,1);
  text-decoration: none;
}
.builder-switch:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.44);
  opacity: 0;
  transform: scale(1,1) translate(-50%);
  transform-origin: 50% 50%;
  z-index: 1;
  animation: box_ripple 2s cubic-bezier(.18,.74,.72,1) infinite;
  text-decoration: none;
}

.custom-builder-panel:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 5px;
    background: rgba(0, 0, 0, 0.44);
    opacity: 0;
    transform: scale(1,1) translate(-50%);
    transform-origin: 50% 50%;
    z-index: 1;
}
.custom-builder-panel:hover:before{
    animation: box_ripple 1s cubic-bezier(.18,.74,.72,1);
    text-decoration: none;
}
@keyframes box_ripple{
    0%{
        transform:scale(0,0);
        opacity:.3
    }
    40%{
        transform:scale(15,15);
        opacity:.3
    }
    100%{
        opacity:0;
        transform:scale(40,40)
    }
}
/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

/*----------------------

	1.1. Typography

------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	margin: 0 auto 20px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	width: 100%;
	word-break: break-word;
	line-height: 1.4;
}
h1 {
	font-size: 45px;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.2;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
	font-weight: 500;
}
h6 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #555b62;
}
p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: normal;
	word-break: break-word;
	font-family: 'Rubik', sans-serif;
}
a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
	word-break: break-word;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #d33776;
}
blockquote {
	background: #f4f4f4;
	position: relative;
	padding: 20px;
	line-height: 25px;
	border-left: 5px solid #eee;
}
blockquote p {
	color: #022147;
	font-size: 16px;
	font-weight: normal;
	word-break: break-word;
}
blockquote h6 {
	color: #ff6a48;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}
ul,
ol {
	padding: 0;
	margin-bottom: 0;
}
li {
	list-style: none;
}
article {
	margin: 0 auto 40px;
}
article h2 a {
	color: #000;
}
select {
	background: #fff4d9 none repeat scroll 0 0;
	border: 1px solid #eeecec;
	color: #555555;
	font-size: 14px;
	height: 38px;
	padding: 0 20px;
	width: 100%;
}
table th,
table td {
	border: 1px solid #ccc;
	padding: 15px;
}
table {
	border: 1px solid #ccc;
	padding: 15px;
}
/*color and background

============================================*/

.exp-primary-color {
	color: #d81362;
}
.exp-txt-color {
	color: #b6c0d1;
}
.light-color {
	color: #c3d0e4;
}
.exp-primary-bg {
	background-color: #000000;
}
.exp-secondary-bg {
	background-color: #0b090a;
}
.light-bg {
	background-color: #0b0a0a;
}
.exp-gold {
	color: #d33776;
}
.exp-dark-bg {
	background-color: #000000;
}
.shout-color {
	color: #889ef7;
}
.code-color {
	color: #ff9a5d;
}
.bulb-color {
	color: #8568ff;
}
.cart-color {
	color: #5baff8;
}
.shout-icon-block:before {
	background-color: #f0f3fd;
}
.code-icon-block:before {
	background-color: #fff6f0;
}
.bulb-icon-block:before {
	background-color: #f3f0ff;
}
.code-icon-block.cart-icon-block:before {
	background-color: #edf6fe;
}
.blue-gradient {
	background: linear-gradient(to left, #627eec, #9baefd);
}
.orange-gradient {
	background: linear-gradient(to left, #d81362, #dc6193);
}
.purple-gradient {
	background: linear-gradient(to left, #711bf3, #9f66f1);
}
.green-gradient {
	background: linear-gradient(to left, #a4ea0e, #7b9740);
}
.video-btn i {
	color: #000000;
}
/*Spacing and alignment

============================================*/

.inline-block li {
	display: inline-block;
}
.btn-top-20 {
	margin-top: 20px;
}
.btn-top-30 {
	margin-top: 30px;
}
.btn-top-70 {
	margin-top: 70px;
}
.btn-top-50 {
	margin-top: 50px;
}
.margin-top-20 {
	margin-top: 22px;
}
.padding-right-0 {
	padding-right: 0;
}
.title-padding-right {
	padding-right: 60px;
}
/*Buttons

==========================================*/

.btn-primary {
	background: #a4ea0e;
	border-color: #a4ea0e;
	box-shadow: none;
	color: #000;
	transition: .3s;
	padding: 10px 30px;
	border-radius: 50px;
	-webkit-transition: .3s;
}
.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}
button:focus,
button:hover {
	cursor: pointer;
	outline: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.ms-btn-icon-outline.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
	background-color: #7fb40e;
	border-color: #7fb40e;
	color: #fff;
	box-shadow: 0 0 10px rgba(255, 132, 0, 0.5);
}
.btn-secondary {
	color: #ff6a48;
	background-color: #ffdbd3;
	border-color: #ffdbd3;
}
.btn-secondary:hover,
.btn-secondary:focus,
.ms-btn-icon-outline.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #ff6a48;
	border-color: #ff6a48;
}
.exp-slick-dots li {
	display: inline-block;
	border-radius: 50%;
}
.exp-slick-dots li button {
	border-radius: 50%;
	border: 0;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	color: transparent;
	opacity: .5;
	transition: .3s;
}
.exp-slick-dots li button:focus {
	outline: none;
}
.circle {
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: height .25s ease, width .25s ease;
	transition: height .25s ease, width .25s ease;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	z-index: 99;
}

.circle:before,
.circle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.circle:before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
}
.circle:after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}
.circle:hover:before,
.circle:hover:after {
	-webkit-animation: none;
	animation: none;
}
.video-btn {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	background-color: inherit;
}
/* #Navigation

================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: transparent;
	padding: 20px 0;
	padding-top: 0;
}
.start-header.scroll-on {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	background-color: #000000;
	padding: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-light .navbar-nav .nav-link {
	padding: 25px 15px;
}
.start-header.scroll-on .seperator {
	display: none;
}
.row:before,
.row:after {
	display: inline-block;
}
.start-header .navbar ul {
	top: 30px;
}
.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar-brand img {
	width: auto;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #d81362;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #d81362;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-weight: 400;
	letter-spacing: .5px;
	padding: 30px 15px;
	position: relative;
	transition: all 200ms linear;
}
.navbar-light .dropdown-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	padding: 10px;
	color: #e3e3e3;
}
.navbar-light .dropdown-item:hover {
	color: #d81362;
	background-color: transparent;
}
.navbar-light .dropdown-item:last-child {
	border: 0;
}
#searchLink .dropdown-toggle:after {
	display: none;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	color: #d81362;
}
.navbar-light .dropdown-menu {
	padding: 0;
	border-radius: 0;
	border: 0;
	margin-top: 0;
	background-color: rgba(211, 55, 118, 0.99);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.v-none {
	visibility: hidden;
}
.white {
	color: #fff;
}
/*---------Mega Menu--------------*/

.mega-menu {
	left: 0;
	width: 100%;
	background: rgba(211, 55, 118, 0.99);
}
.mega-menu .mega-menu-inner {
	padding: 20px;
}
.mega-menu .mega-menu-inner .dropdown-item {
	padding: 10px 0;
	color: #e3e3e3;
}
/*----------END Mega Menu-------------------*/

.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after {
	opacity: 0;
}
.nav-item {
	position: relative;
	transition: all 200ms linear;
}
.nav-item.mega-menu-link {
	position: static;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #d81362;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #d81362;
}
.close-search {
	display: none;
}
button#searchsubmit {
	line-height: inherit;
	border-radius: 0;
	background-color: #d81362;
	color: #fff;
}
#searchLink a {
	color: #fff;
	padding: 5px 15px;
}
#searchbox {
	box-shadow: none;
	padding: 8px 14px;
	border-radius: 0px;
}
#searchbox:hover {
	box-shadow: none;
}
#searchform .form-control:focus {
	border-color: #ccc;
	outline: 0;
}
/* #Banner

================================*/



.exp-banner-head,
.exp-banner-head-about-1,
#exp-inner-banner,
.exp-banner-b-left,
.exp-banner-head-details-r,
.exp-banner-blog-g,
.exp-banner-head-bl,
.exp-banner-head-blog-r,
.exp-banner-contact,
.exp-banner-contact-2,
.exp-banner-head-p,
.exp-banner-pricing,
.exp-banner-pricing-3,
.exp-banner-head-project-1,
.exp-banner-head-project-2,
.exp-banner-head-project-3,
.exp-banner-head-team1,
.exp-banner-head-team-3,
.exp-banner-head-team-4{
	background-image: url(../img/about-1.jpg);
	background-size: cover;
	background-position: center;
}


.exp-banner-head .section-title-center h1 {
	margin-bottom: 10px;
}
.exp-banner-head .exp-banner-title {
	padding: 200px 0;
}
.exp-banner-head .exp-banner-title p {
	margin-bottom: 0;
}
.exp-banner-head .exp-banner-title p span:before {
	content: ".";
	font-size: 25px;
	vertical-align: text-bottom;
	padding: 0 10px;
	color: #fff;
}
/*Homepage 1

================================================*/

.exp-home1-header img {
	max-width: inherit;
}
.exp-home1-header .slick-modified-dots {
	text-align: left;
	width: 100%;
	padding: 30px 0;
	position: relative;
	bottom: -50px;
}
.exp-home1-header .slick-modified-dots li button {
	background-color: #fff;
}
.exp-home1-header .btn-primary {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.exp-home1-header .exp-slick-dots {
	position: relative;
	bottom: -120px;
	left: 20%;
	width: 100%;
}
.exp-home1-header .exp-slick-dots li.slick-active button {
	width: 35px;
	opacity: 1;
	border-radius: 50px;
}
/*---Services--*/

.exp-services-a .exp-services-item .exp-icon-block {
	position: relative;
}
.exp-services-a h6 {
	margin-bottom: 10px;
}
.exp-services-a p {
	margin-bottom: 0;
}
.exp-services-a a {
	color: #d81362;
	font-weight: 600;
	transition: .3s;
}
.exp-services-a a:hover,
.exp-services-a a:focus {
	padding: 5px 10px;
}
.exp-services-a .exp-services-item .exp-icon-block i {
	font-size: 38px;
}
.exp-services-a .exp-services-item .exp-icon-block span:before {
	content: "";
	position: absolute;
	top: -35px;
	left: 5px;
	z-index: -1;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.exp-services-a .exp-services-item .exp-services-content {
	margin: 30px 0;
}
.exp-services-a .exp-services-item {
	padding: 20px;
}
/*------Product Section-------*/

.exp-product-section .container-wrapper {
	position: relative;
	z-index: 1;
}
.container-wrapper .exp-img-wrapper {
	padding: 20px 0;
}
.container-wrapper .exp-img-wrapper.left-side:after {
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: -1;
	border-radius: 15px;
}
.container-wrapper .exp-img-wrapper.right-side:after {
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: -1;
	background-color: #a4ea0e;
	border-radius: 15px;
}
.container-wrapper .exp-img-wrapper.left-triangle:after {
	content: "";
	position: absolute;
	left: -25px;
	bottom: 0;
	width: 0;
	height: 0;
	z-index: -1;
	border-bottom: 300px solid #a4ea0e;
	border-right: 300px solid transparent;
}
.container-wrapper .exp-img-wrapper.right-triangle:after {
	content: "";
	position: absolute;
	right: -25px;
	bottom: 0;
	width: 0;
	height: 0;
	z-index: -1;
	border-bottom: 300px solid #a4ea0e;
	border-left: 300px solid transparent;
}
.exp-img-wrapper.right-triangle img {
	float: right;
}
.exp-img-wrapper.right-side {
	float: right;
}
.exp-product-section .exp-product-points {
	margin-top: 20px;
}
.exp-product-section .exp-product-points li {
	margin-bottom: 30px;
	display: flex;
	width: 95%;
	word-break: break-word;
}
.exp-product-section .exp-product-points li i {
	color: #61d09f;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
}
.exp-product-section .exp-designation {
	margin: 30px 0;
}
.exp-product-section .exp-designation h6 {
	margin-bottom: 5px;
}
/*----Portfolio---*/

.exp-portfolio .exp-home1-grid {
	margin: 0 auto;
}
.exp-portfolio .exp-home1-grid img {
	border-radius: 15px;
	width: 100%;
	height: 100%;
}
.exp-portfolio .grid-sizer,
.exp-portfolio .grid-item {
	width: 450px;
	height: 280px;
	margin-bottom: 30px;
}
.exp-portfolio .grid-item--width2 {
	width: 450px;
	height: 590px;
}
/*-----Achievments----------*/

.exp-achievments .achievments-counter {
	padding: 30px 20px;
	background-color: #4770b1;
	border-radius: 15px;
	color: #fff;
	margin-top: 25px;
}
.video-img .img-wrap {
	position: relative;
	z-index: 2;
}
.video-img .video-btn-wrapper {
	position: absolute;
	width: 90%;
	height: 100%;
	display: flex;
	left: 0;
	top: 0;
	margin-right: 20px;
	justify-content: center;
	align-items: center;
}
.exp-achievments .achievments-counter .counter {
	font-size: 40px;
	font-weight: 600;
}
.exp-achievments .achievments-counter .icon-block {
	margin-right: 20px;
	font-size: 35px;
	color: #c3d0e4a8;
}
.exp-achievments p {
	margin-bottom: 50px;
}
.exp-achievments .exp-achievments-wrap {
	height: 100%;
}
.exp-achievments .achievments-counter p {
	margin-bottom: 0;
	color: #c3d0e4;
}
.exp-achievments .counter-number span:nth-child(2) {
	font-size: 25px;
}
/*-----------Testimonial-------*/

.exp-testimonial-1 .exp-img-wrapper {
	position: relative;
}
.exp-testimonial-1 .exp-testimonial-item {
	position: relative;
}
.exp-testimonial-1 .exp-testimonial-content {
	padding: 20px;
	position: absolute;
	bottom: 50px;
	left: 50px;
	margin-right: 30px;
	background-color: rgba(54, 52, 53, 0.95);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.exp-testimonial-1 .exp-testimonial-content.margin-right-10 {
	margin-right: 10px;
}
.exp-testimonial-1 .exp-testimonial-content:before {
	content: "\f100";
	font-family: 'Flaticon';
	position: absolute;
	right: 20px;
	top: -20px;
	font-size: 45px;
	color: #ffe6cc;
}
.exp-testimonial-1 .exp-testimonial-content ul {
	margin: 15px 0;
}
.exp-testimonial-1 .exp-testimonial-content h6,
.exp-testimonial-1 .exp-testimonial-content p {
	margin-bottom: 0;
	color: #e1e1e1;
}
/*---------Pricing and Plans-----------*/

.exp-pricing-plans .exp-tab-wrap {
	display: flex;
	justify-content: center;
	margin: 80px 0;
}
.exp-pricing-plans .section-title-center {
	padding-bottom: 0;
}
.exp-pricing-plans .tab-pane {
	padding: 0 30px;
	animation: fadeIn .3s ease-in;
}
.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item {
	position: relative;
	padding: 10px 0;
}
.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link.active {
	background-color: #a6f114;
	color: #000000;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 999;
	padding: 10px 40px;
}
.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link {
	padding: 10px 30px;
	text-align: center;
	border-radius: 50px;
	font-size: 18px;
	margin: 0;
}
.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link:before {
	content: "";
	position: absolute;
	top: 0;
	width: 200px;
	height: 100%;
	border: 1px solid silver;
	left: -40px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}
.exp-pricing-plans .exp-tab-wrap .nav-pills .nav-item .nav-link.active:before {
	display: none;
}
.exp-pricing-plans .exp-pricing-plans-inner {
	text-align: center;
	position: relative;
	border: 2px solid #ffffff;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
	transition: .3s;
	margin: 20px 0;
}
.exp-pricing-plans .exp-pricing-plans-inner.shadow-hover:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.exp-pricing-plans .exp-pricing-plans-inner:before {
	position: absolute;
	content: "";
	top: -72px;
	left: 65px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 150px solid #d81362;
	transform: rotate(88deg);
	border-radius: 50px;
	z-index: 2;
}
.exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-top {
	padding: 30px 0;
}
.exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-top h6 {
	margin-bottom: 10px;
	color: #fff;
}
.exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-mid {
	padding: 30px 0;
	border-top: 1px solid #ffffff;
}
.exp-pricing-plans .exp-pricing-plans-inner .exp-pricing-plans-mid ul li {
	margin: 30px 0;
	color: #e1e1e1;
}
.exp-pricing-btn .btn.theme-bg-btn i {
	background-color: #e57700;
	color: #fff;
}
.exp-pricing-btn .btn i {
	float: right;
	padding: 15px;
	background-color: #eee;
	border-radius: 50%;
	color: #d81362;
}
.exp-pricing-btn .theme-border-btn {
	width: 80%;
	line-height: 40px;
	text-align: center;
	padding: 5px;
	border: 1px solid #d81362;
	background-color: inherit;
	color: #eeeeee;
	border-color: #fff;
	font-weight: 500;
	border-radius: 50px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.exp-pricing-btn .theme-border-btn span {
	width: 100%;
}
.exp-pricing-plans .exp-price-mrp {
	font-size: 50px;
	color: #d81362;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	padding: 20px 0;
}
.exp-pricing-btn .theme-border-btn:hover,
.exp-pricing-btn .theme-border-btn:focus {
	background-color: #d81362;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.exp-pricing-btn .theme-border-btn:hover i,
.exp-pricing-btn .theme-border-btn:focus i {
	background-color: #e57700;
	color: #fff;
}
.exp-pricing-plans.exp-pricing-plans-2.blue-bottom {
	margin-top: 0;
}
.exp-pricing-plans .btn-custom-color {
	border: 1px solid #d81362;
	background-color: inherit;
	color: #d81362;
	border-color: #d81362;
}
.exp-pricing-plans .btn-custom-color:hover i {
	background-color: #a6f114;
	color: #000000;
}
/*----Contact Us-------*/

.exp-contact-us {
	position: relative;
}
.exp-contact-us h6 {
	font-weight: normal;
}
/* #END Homepage 1

=====================================*/

/* #Homepage 2

=====================================*/

.exp-home2-header {
	position: relative;
}
.exp-home2-header .exp-home2-banner {
	padding: 295px 0;
}
.exp-home2-header .banner-title {
	max-width: 900px;
	margin: 0 auto;
}
.exp-home2-header .exp-home2-thumbnail {
	position: absolute;
	right: 5px;
	bottom: 20px;
	z-index: 2;
	width: 27%;
}
.exp-home2-banner.bg-1 {
	background-image: url('../img/hp-4/banner.jpg');
	background-size: cover;
	background-position: center;
}
.exp-home2-banner.bg-2 {
	background-image: url('../img/hp-4/banner-2.jpg');
	background-size: cover;
	background-position: center;
}
.exp-home2-banner.bg-3 {
	background-image: url('../img/hp-4/banner.jpg');
	background-size: cover;
	background-position: center;
}
.exp-home2-header .slick-modified-dots {
	position: absolute;
	bottom: 5%;
	width: 72%;
	padding: 0;
	z-index: 999;
	text-align: right;
}
.exp-home2-header .exp-home2-thumbnail ul li {
	margin: 0px;
	padding-right: 2px;
}
.exp-home2-header .exp-home2-thumbnail img {
	border-radius: 5px;
	margin: 0 auto;
}
.exp-home2-header .slick-modified-dots li button {
	background-color: #fff;
}
.exp-home2-about .exp-about-title {
	padding-right: 40px;
}
.exp-home2-about.section-padding {
	padding: 200px 0;
}
.exp-home2-about {
	position: relative;
}
.exp-home2-about .exp-about-title a {
	margin-top: 30px;
}
.exp-home2-about .exp-about-item .about-content {
	padding: 30px;
}
.exp-home2-about .exp-about-item a {
	color: #d81362;
	vertical-align: middle;
	font-weight: 500;
}
.exp-home2-about .exp-about-item {
	border-radius: 10px;
	overflow: hidden;
	margin: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.exp-home2-about .exp-about-item a:hover {
	font-weight: 600;
}
.exp-home2-about .exp-about-item a i {
	vertical-align: middle;
	margin-left: 5px;
}
.exp-home2-about .col-lg-8 {
	position: absolute;
	width: 100%;
	right: -50px;
	top: 70px;
}
.exp-home2-about .exp-about-wrapper {
	padding: 40px 20px 0 120px;
}
.exp-home2-about img {
	width: 100%;
}
.exp-home2-product-a .exp-product-points li {
	margin-bottom: 15px;
	font-family: 'Rubik', sans-serif;
}
.exp-home2-product-a .exp-ceo {
	margin-top: 30px;
}
.exp-home2-product-a .exp-primary-color:nth-child(1) {
	margin-bottom: 5px;
}
.exp-home2-product-a .exp-ceo h6 {
	margin-bottom: 5px;
}
.exp-home2-product-b .exp-points .exp-num-block {
	margin-right: 30px;
}
.exp-home2-product-b .exp-points-txt h6 {
	margin-bottom: 5px;
}
.exp-home2-product-b .exp-points {
	margin: 20px 0;
}
.exp-home2-product-b .exp-primary-color {
	margin-bottom: 0;
}
.exp-home2-product-b .exp-points .exp-num-block p {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.exp-home2-product-b .exp-product-content .exp-product-title {
	padding: 5px 0;
}
.exp-home2-product-b .container-wrapper .exp-img-wrapper {
	padding: 0;
	margin: 0;
}
.exp-home2-video {
	background-image: url('../img/hp-4/solution-banner.jpg');
	background-size: cover;
	background-position: center;
}
.exp-home2-video .exp-video-main {
	display: flex;
	justify-content: center;
	padding: 100px 0;
}
.exp-home2-testimonial .exp-testimonial-slider2 {
	padding: 0 228px;
}
.exp-home2-testimonial .exp-testimonial-item {
	padding: 0 30px;
	margin: 20px 0;
}
.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-item-inner {
	display: flex;
	padding: 30px 20px;
	width: 200px;
	margin: 0 auto;
	align-items: center;
	z-index: 1;
	position: relative;
}
.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content:after {
	content: '\f100';
	font-family: 'Flaticon';
	font-size: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #d81362;
	opacity: .3;
}
.exp-home2-testimonial .slick-modified-dots li button,
.exp-home2-portfolio .slick-modified-dots li button,
.exp-about1-slider .slick-modified-dots li button {
	border-radius: 0;
	opacity: .3;
}
.exp-home2-testimonial .slick-modified-dots li.slick-active button,
.exp-home2-portfolio .slick-modified-dots li.slick-active button,
.exp-about1-slider .slick-modified-dots li.slick-active button {
	width: 15px;
	height: 15px;
	opacity: 1;
}
.exp-home2-testimonial .slick-arrow,
.exp-about1-slider .slick-arrow {
	width: 70px;
	height: 50px;
	border: 1px solid rgba(216, 19, 98, 0.3);
	color: #d81362;
	display: flex;
	align-items: center;
	z-index: 99;
	justify-content: center;
}
.exp-home2-testimonial button.slick-next {
	right: 150px;
	top: 140px;
}
.exp-home2-testimonial button.slick-prev {
	left: 150px;
	top: 140px;
}
.exp-home2-testimonial button.slick-next:before,
.exp-home2-testimonial button.slick-prev:before,
.exp-about1-slider button.slick-prev:before,
.exp-about1-slider button.slick-next:before {
	color: #d81362;
	font-weight: 700;
}
.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content {
	display: none;
	width: 70%;
	padding: 0 20px;
	margin-left: 20px;
}
.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content p:nth-child(1) {
	font-style: italic;
}
.exp-home2-testimonial .exp-testimonial-item.slick-center .exp-testimonial-content {
	display: block;
}
.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content h6 {
	margin-bottom: 5px;
}
.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author {
	position: relative;
	display: flex;
	flex-direction: column;
}
.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author p {
	margin-bottom: 0;
}
.exp-home2-testimonial .exp-testimonial-item .exp-testimonial-content .exp-author div {
	margin-left: 70px;
}
.exp-home2-testimonial .exp-testimonial-item .exp-author span {
	width: 50px;
	height: 2px;
	top: 13px;
	position: absolute;
	background-color: #d81362;
}
.exp-home2-testimonial .exp-testimonial-item.slick-center .exp-testimonial-item-inner {
	-webkit-transform: translate(-160px, -10px);
	transform: translate(-160px, -10px);
	width: calc(100% + 320px);
	max-width: initial;
	z-index: 2;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.exp-home2-updates .post-meta {
	display: flex;
	align-items: center;
	padding: 20px;
	padding-bottom: 0;
}
.exp-home2-updates .author-meta h6 {
	font-size: 18px;
}
.exp-home2-updates .author-meta p a {
	color: #e1e1e1;
}
.exp-home2-updates .author-meta p a:hover {
	color: #d81362;
}
.exp-home2-updates .author-meta {
	margin-left: 20px;
}
.exp-home2-updates .author-img img {
	border-radius: 50%;
}
.exp-home2-updates .post-img img {
	width: 100%;
}
.exp-home2-updates .author-meta h6,
.exp-home2-updates .author-meta p {
	margin-bottom: 0;
	color: #fff;
}
.exp-banner-head-service {
	background-image: url('../img/Services/service-3.html');
	background-size: cover;
	background-position: center;
}
.exp-services-1.exp-home2-updates .exp-services-wrapper .post-content {
	padding: 20px;
}
.exp-services-1.exp-home2-updates .exp-services-wrapper .post-content h5 a {
	font-weight: 500;
	color: #fff;
}
.exp-services-1.exp-home2-updates .exp-services-wrapper .post-content p{
	color: #e1e1e1;
}
.exp-services-1.exp-home2-updates .exp-services-wrapper .post-content h5 a:hover {
	font-weight: 500;
	color: #d81362;
}
.exp-services-1.exp-home2-updates .exp-services-wrapper .exp-link-wrap a {
	font-weight: 500;
	color: #d81362;
}
.exp-home2-download .download-circle {
	width: 590px;
	height: 590px;
	border-radius: 50%;
	background-color: #eee;
	overflow: hidden;
	position: relative;
}
.exp-home2-download .download-circle .download-img-1 {
	transform: translateY(150px) translateX(20px);
	z-index: 2;
	position: absolute;
	box-sizing: border-box;
}
.exp-home2-download .download-circle .download-img-2 {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(20px);
	z-index: 1;
}
.exp-home2-download .download-wrap {
	margin-bottom: 20px;
}
.exp-home2-portfolio .home2-portfolio .item {
	margin-left: 20px;
}
.exp-home2-portfolio .home2-portfolio .item img {
	width: 100%;
	height: 100%;
}
.exp-home2-portfolio .home2-portfolio .item.slick-current.slick-active {
	height: 550px;
}
.exp-project-2.exp-home2-portfolio {
	padding-bottom: 120px;
	position: relative;
}
.exp-project-2.exp-home2-portfolio:before {
	content: "";
	width: 100%;
	height: 250%;
	top: 0;
	position: absolute;
	z-index: -1;
	background-color: #f9fbff;
}
.exp-home2-portfolio .portfolio-cont .col-12 {
	position: absolute;
	z-index: 999;
	padding: 0;
}
.exp-home2-portfolio .slick-modified-dots {
	width: 80%;
	margin-top: -100px;
}
.exp-values.blue-top:after {
	width: 100%;
	height: 500px;
}
/* #HomePage 3
==========================================*/

.exp-home3-header {
	border-radius: 0;
	border-bottom-left-radius: 8%;
	position: relative;
}
.exp-home3-header svg {
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 5vw;
	right: 0;
}
.exp-about-product2.exp-home3-product2 .exp-product-title {
	margin-bottom: 60px;
}
.container-wrapper .exp-img-wrapper.right-side.height-50:after {
	height: 50%;
}
.container-wrapper .exp-img-wrapper.right-side.height-50.bottom:after {
	top: auto;
	bottom: 0;
}
.container-wrapper .exp-img-wrapper.left-side.height-50:after {
	height: 50%;
	bottom: 0;
	top: auto;
}
.exp-about-product2 .exp-points.margin-l-30 {
	margin-left: 30px;
}
.exp-about-product2 .exp-points.margin-l-50 {
	margin-left: 50px;
}
.exp-about-product2.exp-home3-product2 .exp-points {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-top: 20px;
	background-color: #fff;
}
.exp-about-product2.exp-home3-product2 .exp-points p {
	margin-bottom: 0;
}
.exp-about-product2.exp-home3-product2 .exp-num-block p {
	width: 60px;
	height: 60px;
	font-size: 25px;
}
.exp-home3-project .exp-tab-wrap {
	display: flex;
	justify-content: flex-start;
	align-content: center;
}
.exp-home3-project .exp-tab-wrap a {
	position: relative;
	color: #6b6d73;
	margin: 0 30px 0 0;
	padding: 5px 0;
	overflow: hidden;
}
.exp-home3-project .exp-tab-wrap a.active {
	background-color: #fff;
	color: #000;
	font-weight: 600;
}
.exp-home3-project .exp-tab-wrap a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	transform: translateX(-100px);
	left: 0;
	transition: .3s;
	background-color: #d81362;
}
.exp-home3-project .exp-tab-wrap a.active:after {
	transform: translateX(0);
}
.exp-home3-project .top-wrapper {
	height: 400px;
	margin-top: 50px;
}
.exp-home3-project .top-wrapper .col-12 {
	position: absolute;
	padding: 0;
}
.exp-home3-project .top-wrapper .content a {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	background: linear-gradient(to right, #d81362 50%, white 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
.exp-home3-project .top-wrapper .content a:hover {
	background-position: left bottom;
}
.exp-home3-project .top-wrapper .content a:hover .item-inner .img img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.exp-home3-project .top-wrapper .content a:hover>p,
.exp-home3-project .top-wrapper .content a:hover>span i {
	color: #fff;
}
.exp-home3-project .top-wrapper .item-inner {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.exp-home3-project .top-wrapper .content p {
	margin-bottom: 0;
	font-weight: 500;
	color: black;
}
.exp-home3-project .top-wrapper .content i {
	vertical-align: middle;
	color: #d81362;
	font-size: 22px;
}
.exp-home3-video,
.exp-home3-newsletter {
	background-image: url('../img/homepage-3/work-banner.html');
	background-size: cover;
	background-position: center;
}
.exp-home3-video:after {
	content: "";
	background-color: rgba(20, 54, 108, 0.8);
	position: absolute;
	height: 100%;
	width: 75%;
	top: 0;
	left: 0;
	z-index: -1;
}
.exp-home3-video h6,
.exp-home3-video h3 {
	color: #fff;
}
.exp-home3-video p {
	color: #cdd1da;
}
.exp-home3-video .video-title {
	max-width: 500px;
	margin-bottom: 50px;
}
.exp-home3-video .video-points {
	display: flex;
	margin: 20px 0;
}
.exp-home3-video .video-points .content {
	padding: 0 20px;
}
.exp-home3-video .video-points span {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: #fff;
	border-radius: 50%;
	background-color: #335180;
}
.exp-home3-video .col-lg-3 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.exp-home3-video.primary-overlay:before {
	background-color: rgba(20, 54, 108, 0.5);
}
.exp-home3-testimonial .testimonial-item {
	box-shadow: 0 0 8px .5px rgba(0, 0, 0, .1);
	text-align: center;
	padding: 30px;
	margin: 10px;
	background-color: #fff;
	border-radius: 10px;
}
.exp-home3-testimonial .testimonial-item .img-cover {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
.exp-home3-testimonial .testimonial-item .img-cover img {
	border-radius: 50%;
}
.exp-home3-testimonial .testimonial-item .img-cover a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #1da1f2;
	position: absolute;
	bottom: 5px;
	color: #fff;
	right: 0;
}
.exp-home3-testimonial .testimonial-item .img-cover a i {
	vertical-align: middle;
	line-height: 2.3;
}
.exp-home3-testimonial .testimonial-item .img-cover,
.exp-home3-testimonial .testimonial-item ul {
	margin-bottom: 15px;
}
.exp-home3-testimonial .testimonial-item ul li {
	margin: 0 3px;
}
.exp-home3-testimonial .slick-prev {
	left: -150px;
	top: 40%;
}
.exp-home3-testimonial .slick-next {
	right: -150px;
	top: 40%;
}
.exp-home3-testimonial .slick-prev:before {
	content: "<";
	vertical-align: middle;
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	color: #d81362;
	font-weight: 500;
	z-index: 2;
}
.exp-home3-testimonial .slick-next:before {
	content: ">";
	vertical-align: middle;
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	color: #d81362;
	font-weight: 500;
	z-index: 2;
}
.exp-home3-testimonial .slick-arrow {
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	border: 1px solid #d81362;
}
.exp-home3-testimonial .slick-arrow:focus {
	background-color: #d81362;
}
.exp-home3-testimonial .slick-arrow.slick-next:focus:before,
.exp-home3-testimonial .slick-arrow.slick-prev:focus:before {
	color: #fff;
}
.exp-home3-price .exp-tab-wrap {
	margin-top: 20px;
	display: block;
	margin-bottom: 0;
	margin-left: 40px;
}
.exp-home3-price .exp-product-points {
	padding: 20px 0;
}
.exp-home3-price .exp-product-points li {
	margin-bottom: 10px;
	color: #000;
	font-size: 17px;
}
.exp-home3-price .exp-product-points li i {
	color: #61d09f;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
}
.exp-home3-price .tab-content .price-block {
	text-align: center;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.exp-home3-price .tab-content .price-block.top-50 {
	margin: 50px 0;
}
.exp-home3-price .tab-content .price-block .price-mid {
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.exp-home3-price .tab-content .price-block .price-bottom {
	padding-top: 30px;
}
.exp-home3-price .tab-content .price-block .price-mid ul li {
	margin-bottom: 20px;
}
.exp-home3-price .tab-content .price-block .price-top i {
	font-size: 40px;
	color: #d81362;
	opacity: .3;
}
.exp-home3-price .tab-content .tab-pane {
	padding: 0;
}
.exp-home3-price .tab-content .price-block .price-top p {
	color: #222;
	font-weight: 500;
	font-size: 18px;
}
.exp-home3-price .tab-content .price-block .btn-outline-primary {
	border: 1px solid #d81362;
	color: #d81362;
	padding: 10px 30px;
	border-radius: 50px;
}
.exp-home3-price .tab-content .price-block .btn-outline-primary:hover {
	color: #fff;
}
.exp-home3-newsletter form .input-group {
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 50px;
}
.exp-home3-newsletter .input-group input {
	padding: 15px 30px;
	color: #fff;
	background-color: inherit;
	border: 0;
}
.exp-home3-newsletter .input-group input:focus {
	box-shadow: none;
	border: none;
}
.exp-home3-newsletter .input-group input::placeholder {
	color: #fff;
}
.exp-home3-newsletter .input-group button {
	border: 0;
	padding: 0 30px;
	border-radius: 50px;
}
.exp-home3-newsletter .input-group button:hover {
	background-color: #d81362;
	color: #d81362;
}
.exp-home3-newsletter .input-group button i {
	transform: rotate(55deg);
	color: #fff;
	font-size: 20px;
}
.exp-home3-newsletter ul {
	text-align: center;
	padding-top: 50px;
}
.exp-home3-newsletter ul li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #5c7085;
	border-radius: 50%;
	color: #fff;
	margin: 0 10px;
}
.exp-home3-newsletter ul li a:hover {
	background-color: #d81362;
	color: #fff;
}
.exp-home3-blog .post-article .post-img {
	border-radius: 5px;
	overflow: hidden;
}
.exp-home3-blog .post-article .post-img img {
	width: 100%;
}
.exp-home3-blog .post-article {
	padding: 0 8px;
}
.exp-home3-blog .post-article h5 {
	margin-bottom: 8px;
}
.exp-home3-blog .post-article h5 a {
	font-weight: 500;
}
.exp-home3-blog .post-article .post-img:hover .exp-link-wrap,
.exp-home3-blog .post-article .post-content:hover .exp-link-wrap {
	display: block;
	opacity: 1;
}
.exp-home3-blog .post-article .post-content:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.exp-home3-blog .post-article .post-content {
	padding: 25px 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
	bottom: 70px;
	background-color: #fff;
	left: 20px;
	transition: .3s;
	height: auto;
}
.exp-home3-blog .post-article .post-content p {
	margin-bottom: 0;
}
.exp-home3-blog .post-article .post-content .author-meta {
	padding-bottom: 10px;
}
.exp-home3-blog .post-article .exp-link-wrap {
	display: none;
	padding-top: 8px;
	transition: all .2s ease-in;
}
.exp-home3-blog .post-article .exp-link-wrap a {
	font-weight: 500;
}
/* Banners */

.hero-banner-02 {
	webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
}
.hero-banner-triangle {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
	clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
}
.hero-banner-rouned-curve {
	border-bottom-left-radius: 20%;
	border-bottom-right-radius: 40%;
}
.hero-banner-split:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #133569;
}
.hero-banner-zigzac:after {
	content: '';
	width: 100%;
	height: 20px;
	background: linear-gradient(-45deg, transparent 33.33%, #103268 33.33%, #103268 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #103268 33.33%, #103268 66.66%, transparent 66.66%);
	position: absolute;
	background-size: 20px 50px;
	transform: rotateX(180deg);
}
.p-relative {
	position: relative;
}
.hero-banner-tilt svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10vw;
	/* set height to pixels if you want angle to change with screen width */
}
/* #Homepage 4
=============================================*/

.exp-home4-header-solid .exp-header-item .exp-home4-header .exp-header-item {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.exp-home4-header {
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}
.exp-home4-header-solid {
	background-color: #0f2952;
	overflow: hidden;
	position: relative;
	background-image: none;
}
.exp-home4-header-solid svg,
.exp-home4-header svg {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.exp-home4-header .slick-modified-dots {
	position: absolute;
	left: 0;
	width: 300px;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
	top: 25%;
	padding: 30px;
}
.exp-home4-header .slick-modified-dots li button {
	background-color: #fff;
}
.banner-padding {
	padding: 300px 0;
}
.exp-home4-about .about-content,
.exp-home4-about .about-quote .author {
	position: relative;
}
.exp-home4-about .about-img img {
	float: right;
}
.exp-home4-about .about-content span,
.exp-home4-about .about-quote .author span {
	width: 40px;
	height: 2px;
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #d81362;
}
.exp-home4-about .about-quote .small-title {
	margin-bottom: 0;
	margin-left: 50px;
}
.exp-home4-about .about-content .small-title {
	margin-left: 50px;
	color: #d81362;
}
.exp-home4-about .about-quote {
	background-color: #fff;
	position: absolute;
	bottom: 40px;
	right: 70px;
	padding: 30px;
	max-width: 450px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.exp-home4-about .about-quote i {
	font-size: 40px;
	color: #d81362;
	opacity: .3;
}
.exp-services-4.exp-home4-services {
	padding-top: 0;
}
.exp-services-4.exp-home4-services .exp-services-item .exp-icon-block span {
	background-color: #d81362;
	color: #fff;
}
.exp-home4-countdown .section-title-center {
	max-width: 780px;
}
.exp-home4-countdown .col-content-center {
	margin-left: 45px;
	padding: 0;
}
.exp-home4-countdown .col-content-center:nth-child(1) {
	margin-left: 0;
}
.progress-circle-prog.prog-1.fill-mode {
	stroke: #d81362;
	stroke-dasharray: 800;
	transition: stroke-dasharray 2s ease-in;
}
.exp-home4-video .video-box {
	background-image: url('../img/homepage-4/video-banner.jpg');
	background-size: cover;
	background-position: center;
	padding: 80px;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: -250px;
	position: relative;
}
.exp-home4-video .content {
	padding: 50px 70px;
}
.exp-home4-video .content h4 {
	line-height: 1.6;
}
.exp-home4-video .col-content-center {
	align-items: center;
}
.exp-home4-values .container {
	padding-bottom: 0;
}
.exp-home4-pricing.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid ul li {
	display: flex;
	align-items: center;
	padding: 20px;
}
.exp-home4-pricing.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid ul li:last-child {
	border-bottom: 0;
}
.exp-home4-pricing .exp-pricing-plans-mid ul li i {
	margin-right: 20px;
	color: #61d09f;
}
.exp-home4-pricing .exp-pricing-plans-mid ul li .flaticon-checkmark {
	color: #61d09f;
	font-weight: 600;
}
.exp-home4-pricing .exp-pricing-plans-mid ul li .line-through {
	text-decoration: line-through;
	color: #b9b9b9;
}
.exp-home4-pricing .exp-pricing-btn .theme-border-btn {
	width: 70%;
	border-radius: 10px;
}
.exp-home4-pricing .exp-pricing-btn {
	margin: 30px 0;
}
.exp-home4-pricing .exp-price-mrp {
	margin-bottom: 0;
}
.exp-pricing-plans-2.exp-home4-pricing .exp-pricing-plans-inner:after {
	display: none;
}
.exp-home4-pricing .faq-banner {
	background-image: url('../img/homepage-4/check-faq.jpg');
	background-size: cover;
	background-position: center;
	margin-top: 100px;
	border-radius: 10px;
	overflow: hidden;
}
.exp-home4-pricing .faq-banner.primary-overlay:before {
	background-color: rgba(100, 103, 221, 0.9);
}
.exp-home4-pricing .faq-banner .inner-content {
	padding: 30px;
}
.exp-home4-pricing .faq-banner a {
	padding: 15px 40px;
	border: 1px solid #eee;
	margin: 0 auto;
	border-radius: 50px;
	color: #fff;
}
.exp-home4-contact .video-img .video-btn-wrapper {
	width: 90%;
	height: 100%;
	right: 0;
	left: auto;
}
.exp-home4-contact .contact-img {
	margin: 50px 0;
}
/* #Homepage 5
==========================================*/

.exp-home5-header .slick-modified-dots {
	transform: translateY(150%) translateX(-150px);
	text-align: right;
	position: relative;
	padding: 30px;
	top: 100px;
}
.exp-home5-header .slick-modified-dots button {
	background-color: #fff;
}
.exp-home5-header form {
	margin-top: 70px;
}
.exp-home5-header p {
	padding-right: 70px;
}
.exp-home5-header .col-lg-4.col-content-center {
	align-items: flex-end;
}
.exp-home5-header form .input-group input {
	width: 300px;
	border: 1px solid #a7a7ad;
	background-color: inherit;
	padding: 10px 15px;
	margin-top: 20px;
	border-radius: 0;
}
.exp-home5-header form .input-group input::placeholder {
	color: #a7a7ad;
}
.exp-home5-header form .input-group-append {
	margin-left: 10px;
}
.exp-home5-header form .input-group-append button {
	border-radius: 0;
	margin-top: 20px;
}
.exp-home5-values {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.exp-home5-values {
	padding-bottom: 0;
}
.exp-home5-video {
	position: relative;
	bottom: -150px;
}
.exp-home5-video .video-content {
	max-width: 900px;
	margin: 0 auto;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 20px 5px -6px #fff, 0 20px 6px -6px rgba(0, 0, 0, 0.2);
}
.secondary-overlay {
	position: relative;
	z-index: 1;
}
.secondary-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.exp-home5-testimonial.section-padding {
	padding-top: 280px;
}
/* #Homepage 6
==========================================*/

.start-header.scroll-on.exp-home6-nav {
	background-color: #eee;
}
.exp-home6-nav .navbar-light .navbar-nav .nav-link,
.exp-home6-nav #searchLink a {
	color: #2e2e2e;
	font-weight: 400;
}
.exp-home6-nav .seperator {
	background-color: rgba(46, 46, 46, 0.1);
}
.exp-home6-project .row {
	min-height: 700px;
}
.exp-home6-project {
	overflow: hidden;
}
.container-wrapper .exp-img-wrapper.left-side.height-50.top-0:after {
	bottom: auto;
	top: 0;
}
.exp-home6-services.exp-services-2 .exp-services-wrapper .exp-icon-block span {
	width: 50px;
	height: 50px;
	font-size: 20px;
}
.exp-home6-services.exp-services-2 .exp-services-wrapper {
	padding: 40px 10px;
}
.exp-home6-services.exp-services-2 .exp-services-wrapper .exp-services-content {
	padding-bottom: 0;
}
.exp-home6-services .exp-product-content {
	padding-left: 40px;
}
.exp-home6-project.exp-project-2.exp-home2-portfolio:before {
	display: none;
}
.exp-home6-pricing.exp-pricing-plans-3 .exp-pricing-plans-mid {
	padding: 30px 0;
	margin-bottom: 0;
	position: relative;
}
.exp-home6-pricing.exp-pricing-plans-3 .exp-pricing-plans-mid:before {
	content: "";
	position: absolute;
	top: 15px;
	width: 70%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #eee;
}
.exp-home6-pricing.exp-pricing-plans-3 .exp-pricing-btn {
	border-radius: 50px;
	width: 70%;
}
.exp-home6-pricing.exp-pricing-plans-3 .exp-pricing-btn .theme-border-btn {
	padding: 8px 30px;
}
/* #About Us Page 1

==========================================*/

.exp-about-product2 .exp-num-block {
	margin-right: 20px;
}
.exp-about-product2 .exp-num-block p {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.exp-about-product2 .exp-points {
	padding-top: 30px;
	padding-right: 10px;
}
.exp-about-product2 .exp-points h6 {
	margin-bottom: 10px;
}
.exp-about-video .exp-product-points {
	padding: 20px 0;
}
.exp-about-video .exp-product-points li i {
	color: #a6f114;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
}
.exp-about-video .exp-product-points li {
	margin-bottom: 10px;
	font-weight: 500;
}
.exp-about-video .exp-tab-wrap {
	margin-top: 20px;
	display: block;
	margin-bottom: 0;
	margin-left: 40px;
}
.exp-about-video .video-item {
	position: relative;
	margin: 0 10px;
}
.exp-about-video .vid-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.exp-about-video .about-video-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
	position: absolute;
	left: 49%;
	top: 0;
	justify-content: center;
	transform: translate(-49.9%, 0%);
	align-self: center;
}
.exp-about-video .tab-pane {
	padding: 0;
}
.exp-about-video .vid-btn .video-btn {
	width: 90px;
	height: 90px;
	background-color: #fff;
}
.exp-about-video .col-lg-8 {
	position: absolute;
	right: -15px;
	width: auto;
	left: 45%;
}
.blue-top {
	position: relative;
	width: 100%;
}
.blue-top:after {
	content: '';
	position: absolute;
	top: -50px;
	right: 0;
	width: 100%;
	z-index: -1;
	height: 200px;
	background-color: #d33776;
}
.exp-about-workflow .workflow-item {
	padding: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: #000;
	border: 2px solid #ffffff;
	margin-top: 20px;
}
.exp-about-workflow .workflow-item h6{
	color: #fff;
}
.exp-about-workflow .workflow-item p {
	margin-bottom: 0;
	color: #e1e1e1;
}
.exp-about-workflow .exp-workflow-content {
	margin: 20px 0;
}
.exp-about-workflow .container-wrapper .exp-img-wrapper.left-side:after {
	z-index: 0;
}
.exp-about-workflow .video-img .img-wrap {
	z-index: 1;
}
.exp-about-workflow .video-img .video-btn-wrapper {
	z-index: 2;
	margin-right: 0;
}
.exp-about-workflow .workflow-item .icon-block {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d33776;
	border-radius: 10px;
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
}
.exp-about-testimonial .testimonial-item {
	width: 100%;
	display: flex;
	justify-content: center;
}
.exp-about-testimonial .testimonial-item .testimonial-content .author span {
	width: 50px;
	height: 2px;
	margin-top: 12px;
	opacity: 1;
	background-color: #d33776;
}
.exp-about-testimonial .testimonial-item .author {
	display: flex;
	position: relative;
	margin: 20px 0;
}
.exp-about-testimonial .testimonial-item .author div {
	margin-left: 20px;
}
.exp-about-testimonial .testimonial-item .author div p {
	margin: 0;
}
.exp-about-testimonial .testimonial-item .testimonial-content {
	max-width: 650px;
	padding: 0 70px;
}
.exp-about-testimonial .testimonial-item .testimonial-content p {
	margin: 20px 0;
}
.exp-about-testimonial .testimonial-item .testimonial-content span {
	font-size: 40px;
	color: #d33776;
	opacity: .3;
}
.exp-about-testimonial .slick-modified-dots {
	padding: 0;
	bottom: 20px;
	position: absolute;
	width: 100%;
}
.exp-about-testimonial .exp-about1-slider .slick-arrow:before,
.exp-home2-portfolio .slick-arrow:before {
	color: #fff;
}
.exp-about-testimonial .exp-about1-slider .slick-arrow {
	position: absolute;
	right: 20%;
	margin-top: 13%;
	width: 80px;
	height: 60px;
	border: 1px solid silver;
}
.exp-about-testimonial .exp-about1-slider .slick-arrow:focus,
.exp-home2-portfolio .slick-arrow:focus {
	border: 1px solid #d81362;
}
.exp-about-testimonial .testimonial-content ul li {
	margin-right: 5px;
}
.exp-about-testimonial .exp-about1-slider .slick-arrow:focus:before,
.exp-home2-portfolio .slick-arrow:focus:before {
	color: #d81362;
}
.exp-about1-slider .slick-prev {
	left: 65.6%;
}
.
/* #About Us Page 2

==========================================*/

.exp-about2-video .video-img .video-btn-wrapper {
	left: auto;
}
/* #Pricing Page 1

========================================*/
.exp-values .section-title-center {
	z-index: 999;
}
.exp-values .exp-values-item {
	text-align: center;
	padding: 60px 20px;
	border-radius: 5px;
	background-color: #000;
	border: 2px solid #ffffff;
	margin: 20px 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.exp-values .exp-values-item p {
	line-height: 30px;
	margin-bottom: 0;
	color: #e1e1e1;
}
.exp-values .exp-values-item h6 {
	margin-bottom: 5px;
	color: #fff;
}
.exp-values .exp-values-item .icon {
	font-size: 40px;
	color: #d33776;
}
.exp-values .exp-values-item .exp-values-content {
	padding-top: 40px;
}
/* #Pricing Page 2

========================================*/

.blue-bottom {
	position: relative;
	z-index: 1;
}
.blue-bottom:before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 310px;
	width: 100%;
	background-color: #d81362;
}
.exp-pricing-plans.blue-bottom.exp-pricing-plans-2.big-margin {
	margin-top: 620px;
}
.exp-pricing-plans-2 .tab-pane.padding-0 {
	padding: 0;
}
.exp-pricing-plans-2 .exp-pricing-plans-inner.top-80 {
	margin-top: 90px;
}
.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-top {
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}
.exp-pricing-plans-2 .exp-pricing-plans-inner {
	position: relative;
	overflow: hidden;
}
.exp-pricing-plans-2 .exp-pricing-plans-inner:after {
	font-family: 'Flaticon';
	position: absolute;
	opacity: .1;
	z-index: 1;
	color: #d81362;
	font-size: 110px;
	top: 45px;
	left: 0;
}
.exp-pricing-plans-2 .exp-pricing-plans-inner.pencil-bg:after {
	content: "\f113";
}
.exp-pricing-plans-2 .exp-pricing-plans-inner.rocket-bg:after {
	content: "\f103";
}
.exp-pricing-plans-2 .exp-pricing-plans-inner.building-bg:after {
	content: "\f116";
}
.exp-pricing-plans-2 .exp-pricing-btn .theme-border-btn span {
	text-align: left;
	padding-left: 20px;
}
.exp-pricing-plans-2 .exp-pricing-btn .theme-border-btn i {
	background-color: inherit;
	padding-right: 20px;
}
.exp-pricing-plans-2 .exp-pricing-plans-top h3 {
	font-weight: 700;
	padding: 10px 0;
	margin-bottom: 0;
	color: #d81362
}
.exp-pricing-plans-2 .exp-pricing-plans-top p {
	color: #ffffff;
	font-size: 40px;
}
.exp-pricing-plans-2 .exp-pricing-plans-top span {
	font-size: 18px;
	font-weight: 400;
}
.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid {
	padding: 0;
	border: 0;
}
.exp-pricing-plans-2 .exp-pricing-plans-inner .exp-pricing-plans-mid ul li {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
.exp-pricing-plans-2 .exp-pricing-plans-inner .pricing-icon {
	font-size: 40px;
	color: #d81362;
}
.exp-pricing-plans-2 .exp-price-mrp {
	padding: 10px 0;
}
.exp-pricing-plans-2 .section-title-center {
	padding-bottom: 50px;
}
/* #Pricing page 3

====================================*/

.exp-pricing-plans-3 .section-title-center {
	padding-bottom: 0;
}
.exp-pricing-plans-3 .exp-tab-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 70px 0;
}
.exp-pricing-plans-3 .tab-pane {
	animation: fadeIn .3s ease-in;
}
.exp-pricing-plans-3 .exp-tab-wrap .nav-pills {
	border: 1px solid #d81362;
	border-radius: 20px;
	height: 30px;
	position: relative;
}
.exp-pricing-plans-3 .exp-tab-wrap .nav-pills .nav-link {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin-top: -4px;
	color: rgba(0, 0, 0, 0);
	transition: .3s;
}
.exp-pricing-plans-3 .exp-tab-wrap .nav-pills .nav-link.active {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
	background-color: #d81362;
	transition: .3s;
}
.exp-pricing-plans-3 .exp-tab-wrap .nav-pills .nav-link.active:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	left: -2px;
	top: -5px;
	border-radius: 50%;
	background-color: #d81362;
}
.exp-pricing-plans-3 .tab-switch-text {
	padding-top: 30px;
	font-size: 17px;
}
.exp-pricing-plans-3 .tab-switch-text span:nth-child(2) {
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 22px;
	color: gray;
}
.exp-pricing-plans-3 .exp-tab-wrap .annualy-txt.active-color,
.exp-pricing-plans-3 .exp-tab-wrap .monthly-txt.active-color {
	color: #d81362;
	font-weight: 500;
}
.exp-pricing-plans-3 .exp-pricing-plans-inner {
	text-align: center;
	padding: 30px 20px;
}
.exp-pricing-plans-3 .exp-price-mrp {
	font-size: 36px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	color: #ffff;
}
.exp-pricing-plans-3 .exp-pricing-plans-top h6 {
	color: #d81362;
}
.exp-pricing-plans-3 .quantity-box {
	display: flex;
	justify-content: center;
	border: 1px solid #eee;
	width: 60%;
	border-radius: 5px;
	margin: 30px auto;
}
.exp-pricing-plans-3 .quantity-box .form-control {
	width: 100%;
	border-radius: 0;
	border: 0;
	padding: 10px 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.exp-pricing-plans-3 .quantity-box button {
	border: 0;
	padding: 0 15px;
	background-color: inherit;
	color: #ffffff;
}
.exp-pricing-plans-3 .exp-pricing-plans-mid {
	margin-bottom: 30px;
}
.exp-pricing-plans-3 .exp-pricing-plans-mid ul li {
	padding: 15px 0;
	font-family: 'Rubik', sans-serif;
	color: #ffffff;
}
.exp-pricing-plans-3 .exp-pricing-btn {
	width: 60%;
	border-radius: 5px;
	border: 1px solid #d81362;
	padding: 0;
	margin: 0 auto;
	justify-content: center;
}
.exp-pricing-plans-3 .exp-pricing-btn .theme-border-btn {
	margin: 0;
	border: 0;
	width: 100%;
	padding: 5px 10px;
	justify-content: space-around;
	border-radius: 0;
}
.exp-pricing-plans-3 .exp-pricing-btn .theme-border-btn span {
	width: auto;
}
.exp-pricing-plans-3 .exp-tab-wrap .nav-item:before {
	background-color: inherit;
}
.exp-pricing-plans-3 .exp-pricing-btn .theme-border-btn i {
	background-color: inherit;
	padding: 5px;
	float: none;
}
.exp-pricing-accordion .card {
	border: 0;
	margin: 10px 0;
	background-color: #000;
}
.exp-pricing-accordion .card .card-header {
	border: 1px solid #eee;
	border-radius: 5px;
}
.exp-pricing-accordion .card .card-header button {
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.exp-pricing-accordion .card .card-body p {
	width: 75%;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	margin-bottom: 0;
}
.exp-pricing-accordion .card .card-body {
	margin: 10px 0;
	transition: .3s;
}
.exp-pricing-accordion .card .collapse.show .card-body {
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
	color: #e1e1e1;
}
.exp-pricing-accordion .card .collapse.show .card-body h6{
	color: #fff;
}
.exp-pricing-accordion .card-header button:after {
	content: "-";
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}
.exp-pricing-accordion .card-header button.collapsed:after {
	content: "+";
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}
.exp-pricing-accordion .card-header {
	padding: 5px;
}
/* #Blog-grid-2

========================================*/

#exp-blog5 .exp-blog-wrapper {
	margin-bottom: 40px;
	background: #000;
    border: 2px solid #ffffff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 7px;
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
	text-align: left;
	font-family: 'Rubik', sans-serif;
}
#exp-blog5 .exp-blog-wrapper .blog-meta {
	width: 80px;
	height: 80px;
	padding: 15px 10px;
	border-radius:  0 0 0 7px;
	position: absolute;
	background: #d33776;
	right: 0;
	color: #fff;
	text-align: center;
}
#exp-blog5 .exp-blog-wrapper .exp-blog-content {
	padding: 30px;
}
#exp-blog5 .exp-blog-wrapper .exp-blog-content h5 a {
	font-weight: 500;
	color: #fff;
}
#exp-blog5 .exp-blog-wrapper .exp-blog-content p{
	color: #e1e1e1;
}
#exp-blog5 .exp-blog-wrapper .exp-blog-content h5 a:hover {
	font-weight: 500;
	color: #d33776
}
#exp-blog5 .exp-blog-wrapper .exp-blog-content .exp-primary-color {
	font-weight: 500;
}
#exp-blog5 .exp-blog-wrapper a.anchor-btn {
	color: #d81362;
	font-weight: 500;
}
#exp-blog5 .exp-blog-wrapper .blog-meta span {
	display: block;
}
#exp-blog5 .exp-blog-wrapper .blog-meta span.date {
	font-size: 25px;
}
.exp-blog-content a i {
	margin-left: 15px;
	vertical-align: middle;
}
/* #Blog  Details

==================================*/

#exp-blog-details {
	background-color: #000000;
}
.widget_title h4 {
	display: inline-block;
	margin: 0 auto 25px;
	font-size: 24px;
	font-weight: 500;
	position: relative;
}
#exp-blog5 .exp-blog-wrapper.exp-blog-post-wrap {
	box-shadow: none;
}
.sidebar_widget:first-child {
	padding: 0px;
}
.sidebar_wrap {
	padding-right: 10px;
}
.categories_widget ul li a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	padding: 15px 0;
	border-bottom: #e6e5e5 solid 1px;
}
.categories_widget ul li a span {
	float: right;
	font-weight: normal;
}
.categories_widget ul li a {
	font-weight: 500;
}
.search_widget {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.search_widget .mycustom {
	padding: 5px;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #000;
}
.search_widget .mycustom input{
	background-color: transparent;
}
.search_widget .mycustom .btn-primary {
	box-shadow: none;
	border-radius: 5px;
}
.search_widget .mycustom input {
	border: 0;
}
.search_widget .mycustom input:focus {
	outline: none;
	box-shadow: none;
}
.sidebar_widget {
	padding: 30px 0 0 0;
	overflow: hidden;
}
.recent_post_widget li {
	position: relative;
	padding-left: 90px;
	padding-bottom: 20px;
	overflow: hidden;
	margin: 0 auto 20px;
	border-bottom: 1px solid #DADADA;
}
.post_thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 70px;
	background: #000;
}
.recent_post_widget h6 {
	font-size: 16px;
}
.recent_post_widget h6 a {
	font-weight: 500;
	margin: 0 0 6px;
}
.recent_post_widget p {
	color: #838383;
	font-size: 14px;
	margin: 0 auto;
	letter-spacing: 0.5px;
}
.exp-blog-wrapper-2 .exp-blog-video-post {
	position: relative;
}
.exp-blog-wrapper-2 .video-btn-wrapper {
	position: absolute;
	top: 0;
	left: 45%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exp-blog-wrapper-2 .video-btn-wrapper .video-btn {
	border-radius: 50%;
	background-color: #fff;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.exp-avatar {
	width: 100px;
	margin-right: 20px;
	float: left;
	height: 100px;
	overflow: hidden;
}
.exp-tag-social {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 30px;
}
.exp-blog-post-wrap .exp-blog-content {
	background-color: #000;
}
.exp-blog-post-wrap .exp-blog-imag img,
.exp-blog-video-post img {
	width: 100%;
	height: 100%;
}
.exp-tag-social .tag-list li {
	position: relative;
	display: inline-block;
	padding-right: 5px;
}
.social-share .social-icons li {
	margin-right: 5px;
}
.exp-tag-social span {
	margin-right: 50px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}
.exp-tag-social .social-icons a {
	height: 30px;
	width: 30px;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	line-height: 31px;
	font-size: 16px;
}
.exp-tag-social li {
	display: inline-block;
}
.exp-tag-social .fb a {
	background-color: #3B5999;
}
.exp-tag-social .tweet a {
	background-color: #399FED;
}
.exp-tag-social .messenger a {
	background-color: #0084FF;
}
.exp-tag-social .pintrist a {
	background-color: #BD081C;
}
.exp-tag-social .whastsapp a {
	background-color: #25D366;
}
.comment-form label {
	color: #ffffff;
}
.comment-text p {
	color: #ffffff;
}
.comment.the-comment {
	overflow: hidden;
	margin: 0 auto 40px;
}
.comment-avatar {
	width: 100px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 100px;
}
.comment-content {
	float: right;
	width: calc(100% - 130px);
}
.comment-time {
	color: #d33776;
	font-size: 14px;
	display: block;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0 auto 5px;
}
#comments h4 {
	margin: 10px 0 40px;
	font-size: 26px;
}
.comment-author a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
#comments ul.comment-answer {
	padding-left: 40px;
}
.comment-respond,
.all_comments {
	padding-top: 30px;
}
.comment-respond {
	border-top: #eaeaea solid 1px;
}
.comment-form .form-control {
	border: #ffffff solid 2px;
    background: #000;
	padding: 15px 25px;
	border-radius: 50px;
}
.comment-form .form-control:focus {
	box-shadow: none;
}
#exp-blog5 .comment-respond .msg_input textarea {
	border-radius: 25px;
}
/* #Blog Left Side

=======================================*/

.exp-pegination {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.exp-pegination .exp-pegi a {
	padding: 10px 30px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 2.7;
}
.exp-num-pegination li a {
	margin: 0 5px;
	color: #222;
	border-radius: 5px;
}
.exp-num-pegination li a:hover,
.exp-num-pegination li a:focus {
	color: #d81362;
}
.exp-num-pegination li a.active {
	background-color: #d81362;
	color: #fff;
	border: 0;
}
/* #FAQ Page 1

=======================================*/

.exp-faq-1 .exp-tab-wrap {
	padding: 0 10px 120px;
	margin: 0 auto;
}
.exp-faq-1 .exp-tab-wrap ul {
	display: flex;
	justify-content: space-around;
}
.exp-faq-1 .exp-tab-wrap ul li {
	width: 220px;
	height: 160px;
	border: 1px solid #fff;
	margin-top: 20px;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.exp-faq-1 .exp-tab-wrap ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: .3s;
}
.exp-faq-1 .exp-tab-wrap ul li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-size: 25px;
	margin-bottom: 5px;
	color: #d81362;
	background-color: #fff2e5;
	border-radius: 50%;
	transition: .3s;
}
.exp-faq-1 .exp-tab-wrap ul li a.active {
	background-color: #000;
	color: #d81362;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.exp-faq-1 .exp-tab-wrap ul li a.active span {
	background-color: #d81362;
	color: #fff;
}
.exp-faq-1 .exp-tab-wrap ul li a p {
	margin-bottom: 0;
	font-weight: 500;
}
.exp-faq-1 .tab-content {
	padding: 0 30px;
}
/* #Faq Page 2

================================*/

.exp-faq-2 .exp-tab-wrap ul li a.active {
	border: 1px solid rgba(255, 132, 0, 0.5);
}
.exp-faq-2 .card .card-header {
	background-color: #000000;
	border-bottom: 1px solid #eee;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.exp-faq-2 .card {
	margin: 0;
	background-color: transparent;
}
.exp-faq-2 .card .card-body {
	margin: 0;
}
.exp-faq-2 .card .collapse.show .card-body {
	box-shadow: none;
	border-bottom: 1px solid #eee;
	transition: none;
	margin: 0;
	background-color: #000000;
}
.exp-faq-2 .card .card-header button {
	color: #ffffff;
}
.exp-faq-2 .card .card-body p {
	color: #ffffff;
}
.exp-faq-2 .card-header button:after {
	color: #ffffff;
}
/* #Services Page 2

===============================*/

.exp-services-1 .exp-services-wrapper {
	margin: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
	border: 2px solid #ffffff;
    background-color: #000;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}
.exp-services-1 .exp-services-wrapper .exp-services-content {
	padding: 30px;
}
.exp-services-1 .exp-services-wrapper .exp-services-img img {
	border-radius: 10px;
	width: 100%;
}
.exp-services-1 .exp-services-wrapper .exp-link-wrap a i {
	margin-left: 10px;
	vertical-align: middle;
}
.exp-services-1 .exp-services-wrapper .exp-link-wrap a {
	color: #a4ea0e;
	vertical-align: middle;
	font-weight: 500;
}
.exp-services-1 .exp-services-wrapper .exp-link-wrap a:hover {
	font-weight: 600;
}
/* #Services Page 2

===============================*/

.exp-services-2 .exp-services-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 15px 0;
	padding: 40px 30px;
	border-radius: 10px;
	transition: .3s;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.1);
}
.exp-services-2 .exp-services-wrapper:after {
	content: "";
	position: absolute;
	top: -160px;
	right: -160px;
	background-image: url('../img/dots.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	opacity: .1;
	display: none;
	transform: rotate(220deg);
}
.exp-services-2 .exp-services-wrapper:before {
	content: "";
	position: absolute;
	bottom: -160px;
	left: -160px;
	background-image: url('../img/dots.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	display: none;
	opacity: .1;
	transform: rotate(220deg);
}
.exp-services-2 .exp-services-wrapper:hover:before,
.exp-services-2 .exp-services-wrapper:focus:before,
.exp-services-2 .exp-services-wrapper:hover:after,
.exp-services-2 .exp-services-wrapper:focus:after {
	display: block;
}
.exp-services-2 .exp-services-wrapper:hover,
.exp-services-2 .exp-services-wrapper:focus {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.exp-services-2 .exp-services-wrapper:hover .exp-arrow a,
.exp-services-2 .exp-services-wrapper:focus .exp-arrow a {
	border: 1px solid #d81362;
	color: #d81362;
}
.exp-services-2 .exp-services-content h6 .exp-services-2 .exp-services-content p {
	margin-bottom: 0;
}
.exp-services-2 .exp-services-wrapper .exp-icon-block span {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.exp-services-2 .exp-services-wrapper .exp-services-content {
	padding: 30px 0;
}
.exp-services-2 .exp-services-wrapper .exp-arrow a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #969697;
	border: 1px solid #969697;
	transition: .3s;
}
/* #Services Page 3

================================*/

.exp-services-3 .exp-services-item {
	padding-right: 10px;
	padding-left: 0;
	margin-top: 30px;
}
/* #Services Page 4

=================================*/

.exp-services-4 .exp-services-item {
	padding: 30px 20px;
	margin-top: 30px;
	transition: .3s;
	border-radius: 10px;
}
.exp-services-4 .exp-services-item:hover,
.exp-services-4 .exp-services-item:focus {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.exp-services-4 .exp-services-item:hover .exp-icon-block span,
.exp-services-4 .exp-services-item:focus .exp-icon-block span {
	background-color: #d81362;
	color: #fff;
}
.exp-services-4 .exp-services-item .exp-icon-block span {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #d81362;
	transition: .4s;
}
.exp-services-4 .exp-services-item .exp-icon-block span i {
	font-size: 28px;
}
.exp-services-4 .exp-services-item .exp-link-wrap span {
	vertical-align: middle;
	margin-left: 10px;
	color: #d81362;
}
/* #Services Page 5

======================================*/

.exp-services-5 .exp-services-item {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.exp-services-5 .exp-services-item .exp-icon-block span {
	box-shadow: none;
	justify-content: flex-start;
	width: 30px;
	height: 30px;
}
.exp-services-5 .exp-services-item .exp-services-content {
	margin-bottom: 20px;
}
.exp-services-5 .exp-services-item .exp-icon-block span i {
	font-size: 40px;
}
.exp-services-4.exp-services-5 .exp-services-item:hover .exp-icon-block span {
	background-color: #fff;
	color: #d81362;
}
/* #Services  Page 6

================================*/

.exp-services-6 .exp-services-item {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	padding: 50px 20px;
}
.exp-services-6 .exp-services-item .exp-icon-block span {
	width: 100%;
}
.exp-services-6 .exp-services-item .exp-services-content {
	margin-top: 30px;
	margin-bottom: 0;
}
/* #Team Page 1

======================================*/

.exp-team-1 .exp-team-item img {
	width: 100%;
}
.exp-team-1 .exp-team-item {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: 15px 0;
	border: 1px solid #fff;
}
.exp-team-1 .exp-team-item .team-img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.exp-team-1 .exp-team-item .team-content {
	padding: 20px 0;
	background-color: #000000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.exp-team-1 .exp-team-item .team-content h6 {
	color: #ffffff;
}
.exp-team-1 .exp-team-item .team-content p {
	margin-bottom: 5px;
}
/* #Team Page 2

======================================*/

.exp-team-2 .exp-team-item {
	margin: 15px 0;
}
.exp-team-2 .exp-team-item img {
	width: 100%;
}
.exp-team-2 .exp-team-item .exp-team-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.exp-team-2 .exp-team-item:hover .exp-team-content {
	transform: translateY(0);
	opacity: 1;
}
.exp-team-2 .exp-team-item:hover .exp-team-img img {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}
.exp-team-2 .exp-team-item .exp-team-content {
	text-align: center;
	background-color: #fff;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
	padding: 30px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
	transform: translateY(180px);
	transition: .3s;
	opacity: 0;
	border: 1px solid #eee;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.exp-team-2 .exp-team-item .exp-team-content h6 {
	color: #555b62;
}
.exp-team-2 .exp-team-item .exp-team-content p {
	margin-bottom: 5px;
}
.exp-team-2 .exp-team-item .exp-team-content ul li a {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #d81362;
	border-radius: 50%;
	margin: 10px 5px;
	border: 1px solid rgba(216, 19, 98, 0.3);
}
.exp-team-2 .exp-team-item .exp-team-content ul li a:hover {
	background-color: #d81362;
	color: #fff;
}
/* #Team Page 2

======================================*/

.exp-team-3 .exp-team-item img {
	width: 100%;
}
.exp-team-3 .exp-team-item {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: 15px 0;
	background-color: #fff;
	padding: 30px;
	transition: .3s;
	-webkit-transition: .3s;
}
.exp-team-3 .exp-team-item:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.exp-team-3 .exp-team-item .exp-team-img {
	border-radius: 50%;
	overflow: hidden;
}
.exp-team-3 .exp-team-item .exp-team-content h6 {
	color: #555b62;
}
.exp-team-3 .exp-team-item .exp-team-content p {
	margin-bottom: 5px;
}
.exp-team-3 .exp-team-item .exp-team-content {
	text-align: center;
	padding-top: 20px;
}
.exp-team-3 .exp-team-item .exp-team-content ul {
	padding-top: 10px;
}
.exp-team-3 .exp-team-item .exp-team-content ul li a {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #d81362;
	border-radius: 50%;
	margin: 10px 5px;
	border: 1px solid rgba(216, 19, 98, 0.3);
}
.exp-team-3 .exp-team-item .exp-team-content ul li a:hover {
	background-color: #d81362;
	color: #fff;
}
/* #Team Page 4

======================================*/

.exp-team-4 .exp-team-item img {
	width: 100%;
	border-radius: 50%;
}
.exp-team-4 .exp-team-item {
	margin: 30px 0;
}
.exp-team-4 .exp-team-item .exp-team-img {
	border-radius: 50%;
	padding: 0 30px;
}
.exp-team-4 .exp-team-item .exp-team-content {
	text-align: center;
	padding: 30px 0;
}
.exp-team-4 .exp-team-item .exp-team-content h6{
	color: #ffffff;
}
.exp-team-4 .exp-team-item .exp-team-content h6,
.exp-team-4 .exp-team-item .exp-team-content p {
	margin-bottom: 5px;
}
/* #Portfolio Page 1

======================================*/

.exp-project-1 .container {
	max-width: 1200px;
}
.exp-portfolio-1 {
	margin: 0 auto;
	width: 100%;
}
.exp-portfolio-1:after {
	content: '';
	display: block;
	clear: both;
}
.exp-portfolio-1 .grid-item {
	width: 265px;
	height: 250px;
	padding: 0;
}
.exp-portfolio-1 .grid-item img,
.exp-portfolio-2 img,
.exp-project-3 img,
.exp-project-4 img,
.exp-project-5 img {
	width: 100%;
	height: 100%;
}
.exp-portfolio-1 .height-1 {
	height: 500px;
}
.exp-portfolio-1 .width-1 {
	width: 370px;
}
.exp-portfolio-1 .width-2 {
	width: 530px;
}
.exp-portfolio-1 .width-3 {
	width: 535px;
}
.exp-portfolio-1 .width-4 {
	width: 270px;
}
/* #Project 2

===================================*/

.exp-project-2 {
	padding-bottom: 0;
}
.exp-project-2 .exp-tab-wrap {
	display: flex;
	justify-content: center;
	align-content: center;
}
.exp-project-2 .exp-tab-wrap ul {
	border: 1px solid #eee;
	padding: 0 30px;
	border-radius: 50px;
}
.exp-project-2 .exp-tab-wrap ul li a {
	padding: 15px 20px;
	border-radius: 0;
	transition: .3s;
	color: #ffffff;
	border-bottom: 1px solid transparent;
}
.exp-project-2 .exp-tab-wrap a.active {
	background-color: inherit;
	color: #d81362;
	border-bottom: 3px solid #d81362;
}
.exp-project-2 .container-fluid,
.exp-project-3 .container-fluid {
	padding: 0;
}
.exp-project-2 .project-img {
	padding: 0;
}
.exp-project-2 .exp-portfolio-2 {
	margin: 0 auto;
}
.exp-project-2 #myTabContent {
	margin-top: 100px;
}
/* #Project -3

=======================================*/

.exp-project-3 .pro-img {
	width: auto;
	height: 550px;
	padding: 0;
}
.exp-project-3 .project-gallery .gallery-size {
	column-width: 32em;
	column-gap: 1px;
}
.exp-project-3 .height-1 {
	height: 550px;
}
.exp-project-3 .height-2 {
	height: 650px;
}
/* #Contact 1

================================*/

.exp-contact-1 .exp-contact-form {
	margin-top: 50px;
}
.exp-contact-1 .exp-contact-form .form-group {
	margin-bottom: 30px;
}
.exp-contact-1 .exp-contact-form .form-control {
	padding: 20px;
	border-radius: 50px;
	background-color: #000;
    margin: 10px 0;
    border: 2px solid #ffffff;
	transition: box-shadow .3s ease-in;
}
.exp-contact-1 .exp-contact-form .form-control:focus {
	border: 2px solid #d81362;
	box-shadow: 0 0 25px .5px rgba(0, 0, 0, 0.1);
}
.exp-contact-1 .exp-contact-form .form-control.contact {
	border-radius: 20px;
}
.exp-contact-1 button.send {
	padding: 15px 40px;
}
.exp-contact-1 .exp-contact-card {
	display: flex;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #eee;
	width: 70%;
	height: 76%;
	padding: 20px 57px;
	margin: 0 auto;
	border-radius: 20px;
}
.exp-contact-1 .exp-contact-info p {
	margin-bottom: 25px;
}
.exp-contact-1 .exp-contact-info span {
	margin-bottom: 30px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #d81362;
	border: 1px solid #d81362;
	border-radius: 50%;
}
.exp-contact-1 .exp-contact-icons {
	margin-top: 30px;
}
.exp-contact-1 .exp-contact-icons li a {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #d81362;
	border-radius: 50%;
	margin: 10px 2px;
	border: 1px solid rgba(255, 132, 0, 0.3);
}
.exp-contact-1 .exp-contact-icons li a:hover {
	background-color: #d81362;
	color: #fff;
}
.exp-home4-contact .video-img .video-btn-wrapper {
	width: 90%;
	height: 100%;
	right: 0;
	left: auto;
}
.exp-home4-contact .contact-img {
	margin: 50px 0;
}
/* #Coming Soon 1

===================================*/

.exp-coming-1 {
	background-image: url('../img/coming-soon/coming-soon-bg.jpg');
	background-size: cover;
	background-position: center;
}
.exp-coming-2 {
	background-image: url('../img/coming-soon/banner-3.jpg');
	background-size: cover;
	background-position: center;
}
.exp-coming-1 .col-content-center {
	align-items: center;
}
.exp-coming-1 .exp-logo {
	margin-bottom: 50px;
}
.exp-coming-1 .section-title-center {
	padding-bottom: 0;
}
.exp-coming-1 .section-title-center h1 {
	margin-bottom: 10px;
}
.exp-coming-1 .section-title-center p {
	color: #8c98b1;
}
.exp-coming-1 .circle-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.exp-coming-1 .circle-wrap p {
	margin-top: 10px;
	color: #fff;
}
.exp-coming-1 .countdown .col-content-center:after {
	content: ".";
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 100%;
	top: 100px;
}
.exp-coming-1 .countdown .col-content-center:last-child:after {
	display: none;
}
.exp-coming-1 .countdown {
	margin: 150px auto;
}
.exp-coming-1 .circle-fill {
	position: relative;
}
.exp-coming-1 .circle-fill .progress-circle {
	transform: rotate(-90deg);
	margin-left: 50px;
}
.progress-circle-back {
	fill: none;
	stroke: #d81362;
	opacity: .3;
	stroke-width: 3px;
}
.progress-circle-prog {
	fill: none;
	stroke-width: 5px;
	stroke-dasharray: 0;
	stroke-dashoffset: 0px;
}
.progress-circle-prog.prog-2.fill-mode {
	stroke: #d81362;
	stroke-dasharray: 250;
	transition: stroke-dasharray 2s ease-in;
}
.progress-circle-prog.prog-3.fill-mode {
	stroke: #d81362;
	stroke-dasharray: 350;
	transition: stroke-dasharray 2s ease-in;
}
.progress-circle-prog.fill-mode {
	stroke: #d81362;
	stroke-dasharray: 400;
	transition: stroke-dasharray 2s ease-in;
}
.progress-text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 5px;
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.exp-coming-1 .exp-footer-social {
	display: flex;
	justify-content: center;
}
.exp-coming-1 .exp-footer-social li a:hover {
	color: #fff;
	background-color: #d81362;
}
/* #Coming Soon 2

===================================*/

.exp-coming-2 {
	padding: 30px 0;
	min-height: 100vh;
}
.exp-coming-2 .wrapper {
	padding: 150px 0;
}
.exp-coming-2 .section-title {
	padding: 30px 0;
	max-width: 500px;
}
.exp-coming-2 .section-title p {
	padding-top: 20px;
}
.exp-coming-2 .section-title h1 a {
	text-decoration: underline;
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	text-underline-position: under;
}
.exp-coming-2 .counterup {
	display: flex;
	margin: 30px 0;
}
.exp-coming-2 .counterup .wrap {
	margin-right: 20px;
}
.exp-coming-2 .counterup .wrap p {
	text-align: center;
	color: #a76580;
}
.exp-coming-2 .counterup div .num {
	width: 70px;
	height: 60px;
	display: flex;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 10px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	justify-content: center;
	align-items: center;
	background-color: #d33776;
}
.exp-coming-2 form .form-control {
	padding: 15px;
	width: 360px;
	margin-right: 10px;
	border-radius: 0;
	color: #fff;
	border-bottom-left-radius: 30px;
	background-color: transparent;
}
.exp-coming-2 form .form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color: inherit;
}
.exp-coming-2 form .form-control::placeholder {
	color: #8c98b1;
}
.exp-coming-2 form .btn-primary {
	border-radius: 0;
	padding: 15px 40px;
	border-top-right-radius: 30px;
	box-shadow: none;
}
.exp-coming-2 .exp-footer-social li a {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#exp-404 {
	height: 100vh;
}
#exp-404 section {
	display: flex;
	justify-content: center;
	height: 100vh;
	text-align: center;
	align-items: center;
	width: 100%;
}
#exp-404 .content h6 {
	margin: 50px 0;
}
#exp-404 .content h6 a {
	text-decoration: underline;
	text-underline-position: under;
	color: #fff;
}
.exp-404-bg {
	background-image: url(../img/coming-soon/banner-3.jpg);
	background-size: cover;
	background-position: center;
}
/* #Footer

=======================================*/

.exp-footer-style-2.section-padding {
	padding-bottom: 0;
}
#exp-home6-footer .exp-wrapper li a:hover,
#exp-home6-footer .exp-wrapper li a:focus {
	color: #d81362;
}
.exp-footer-wrapper {
	padding: 120px 0;
}
.exp-footer-style-2 p,
.exp-footer-style-2 h6,
.exp-footer-style-2 a {
	color: #fff;
	letter-spacing: .5px;
}
.exp-footer-style-2 .exp-logo {
	margin-bottom: 15px;
}
.exp-footer-style-2 .exp-wrapper li a,
.exp-footer-style-2 .exp-wrapper p {
	color: #b6c0d1;
}
.exp-footer-style-2 .exp-wrapper li a:hover {
	color: #d81362;
}
.exp-footer-style-2 .exp-footer-item-left {
	padding-right: 50px;
}
.exp-footer-style-2 .exp-footer-item-right {
	padding-left: 50px;
}
.exp-footer-style-2 .exp-footer-item-center-2 {
	margin-left: 10px;
}
.exp-footer-style-2 .exp-footer-item-center li,
.exp-footer-style-2 .exp-footer-item-center-2 li {
	margin-bottom: 10px;
}
.exp-footer-style-2 .exp-footer-social {
	margin-top: 50px;
}
.exp-footer-social li a {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(255, 30, 102);
	margin-right: 5px;
	color: #b6c0d1;
	border-radius: 5px;
}
.exp-footer-style-2 .exp-footer-social li a:hover,
.exp-footer-style-2 .exp-footer-social li a:focus,
#exp-home6-footer .exp-footer-social li a:hover,
#exp-home3-footer .exp-footer-social li a:hover,
#exp-home6-footer .exp-footer-social li a:focus {
	background-color: #d81362;
	color: #fff;
}
.exp-footer-style-2 .exp-footer-item-right form .form-control {
	line-height: 40px;
	padding: 8px 16px;
	margin-top: 8px;
	border-radius: 50px;
	border: #ffffff solid 2px;
    background: #000;
	font-family: 'Rubik', sans-serif;
}
.exp-footer-style-2 .exp-footer-item-right form .exp-btn-wrapper button {
	float: right;
	border-radius: 50px;
	width: 140px;
	height: 56px;
}
.exp-footer-style-2 .seperator {
	margin: 80px 0;
}
.exp-footer-style-2 .exp-footer-contact span i {
	margin-right: 20px;
	color: #fff;
}
.exp-footer-style-2 .exp-footer-contact ul {
	margin-bottom: 15px;
}
.exp-footer-style-2 .exp-footer-contact span {
	color: #fff;
}
.exp-footer-style-2 .exp-insta-feed ul {
	margin-bottom: 0;
}
.exp-footer-style-2 .exp-footer-contact li a {
	color: #fff;
}
.exp-footer-style-2 .exp-insta-feed ul li {
	margin: 2px 0;
}
.exp-footer-copyright .exp-copyright-left,
.exp-footer-copyright .exp-copyright-right {
	padding: 30px 0;
}
.exp-footer-copyright .exp-copyright-left a:hover,
.exp-footer-copyright .exp-copyright-left a:focus,
.exp-footer-copyright .exp-copyright-right ul li a:hover,
.exp-footer-copyright .exp-copyright-right ul li a:focus,
#exp-home6-footer .exp-footer-copyright a:hover,
#exp-home3-footer .exp-footer-copyright a:hover,
#exp-home6-footer .exp-footer-copyright a:focus {
	color: #d81362;
}
.exp-footer-copyright .exp-copyright-right {
	float: right;
}
.exp-footer-copyright .exp-copyright-right ul li {
	margin-left: 20px;
}
.exp-footer-copyright .exp-copyright-left p,
.exp-footer-copyright .exp-copyright-right ul {
	margin-bottom: 0;
}
#exp-home6-footer h6,
#exp-home3-footer h6 {
	color: #000;
}
#exp-home6-footer form .form-control,
#exp-home3-footer form .form-control {
	border: 1px solid rgba(105, 105, 105, 0.2);
}
#exp-home6-footer p,
#exp-home3-footer p,
#exp-home6-footer a,
#exp-home3-footer a,
#exp-home6-footer span,
#exp-home3-footer span {
	color: #5e5e5e;
}
#exp-home6-footer span i,
#exp-home3-footer span i {
	color: #d81362;
}
#exp-home6-footer .seperator,
#exp-home3-footer .seperator {
	background-color: rgba(105, 105, 105, 0.2);
}
#exp-home6-footer .exp-footer-social ul li a,
#exp-home3-footer .exp-footer-social ul li a {
	background-color: #fff2e5;
	color: #d81362;
}
#exp-home6-footer .exp-footer-copyright .container,
#exp-home3-footer .exp-footer-copyright .container {
	border-top: 1px solid rgba(105, 105, 105, 0.2);
}
#exp-home3-copyright .container {
	border: 0;
}
#exp-home6-footer .exp-footer-wrapper {
	padding-top: 0;
}
#exp-home6-footer .exp-footer-wrapper .seperator:nth-child(1) {
	margin-top: 0;
}
/* Counter js */

.exp-event-counter ul li {
	display: inline-block;
	font-size: 1.5em;
	list-style-type: none;
	padding: 1em;
	text-transform: uppercase;
}
.exp-event-counter ul li span {
	display: block;
	font-size: 4.5rem;
}
/* Custom-color =============================*/

.exp-banner-head .exp-banner-title p span:before {
	content: "/\00a0";
	font-size: 15px;
	vertical-align: top;
	padding: 0 10px;
	color: #fff;
}
.exp-primary-color {
	color: #d81362;
}
.start-header.scroll-on {
	background: #000000;
}
.btn-primary:hover {
	color: #fff;
	background-color: #7fb40e;
	border-color: #7fb40e;
	box-shadow: none;
}
/* navigation */

.navbar-light .navbar-nav .nav-link:hover {
	color: #a6f114;
}
.navbar-light .dropdown-item:hover {
	color: #a6f114;
}
/* about 1 */

/* footer */

.exp-footer-style-2 .exp-wrapper li a:hover {
	color: #a6f114;
}
.exp-footer-style-2 .exp-footer-social li a:hover {
	color: #ffffff;
	background-color: #a6f114;
}
.exp-footer-copyright .exp-copyright-left a:hover,
.exp-footer-copyright .exp-copyright-left a:focus,
.exp-footer-copyright .exp-copyright-right ul li a:hover {
	color: #a6f114;
}


