@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Inter);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
body {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}
.css1{
	font-size: 25px;
    font-weight: bold;
    color: yellow;
    position: absolute;
    top: 72vh;
    text-align: center;
  }
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}
html {
	scroll-behavior: smooth;
  }
a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

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

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

.texts{
	font-size: 17px;
    line-height: 25px;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.calen{
	font-size: 15px;
    line-height: 25px;
    color: #999999;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
}
.view,.view:hover,.view:visited,.view:focus{
	background-color: #4682b4;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
	font-size: 14px;

}
.load,.load:hover,.load:visited,.load:focus{
	background-color: #ff5722;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
   margin: 30px auto;
    display: block;
    width: 10%;
    left: 0;
    right: 0;
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #ffffff;
	margin: 0px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

p {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	color: #121212;
	margin: 0px;
	text-align: justify;
}

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

.main-btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 0 32px;
	font-size: 16px;
	line-height: 48px;
	color: #0067f4;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	position: relative;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.main-btn {
		font-size: 14px;
		padding: 0 20px;
		line-height: 40px;
	}
}

.section-title .title {
	font-size: 15px;
	font-weight: 600;
	line-height: 55px;
	color: #121212;
}

@media (max-width: 767px) {
	.section-title .title {
		font-size: 30px;
		line-height: 40px;
	}
}

.section-title .text {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
}

.navgition {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navgition.navgition-transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 100px;
}

.navgition.sticky {
	position: fixed;
	background-color: #000000;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navgition .navbar {
	position: relative;
	padding: 0;
}

.navgition .navbar .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	margin: 5px 0;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navgition .navbar .navbar-collapse {
		position: absolute;
		top: 73%;
		left: 0;
		width: 100%;
		background-color: #000000e6;
		z-index: 8;
		padding: 10px 0;
		-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	}
	.po {
		width: 90% !important;
		margin: 5px !important
	}
}

@media (max-width: 767px) {
	.navgition .navbar .navbar-collapse {
		position: unset;
		top: 116%;
		left: 0;
		width: 100%;
		background-color: #000;
		z-index: 8;
		padding: 10px 0;
		-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	}
}

.navgition .navbar .navbar-nav .nav-item {
	margin: 0 16px;
	position: relative;
}

.navgition .navbar .navbar-nav .nav-item a {
	font-size: 17px;
	padding: 40px 0 !important;
	color: #ffffff;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-family: 'Poppins';
	font-weight: 500;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navgition .navbar .navbar-nav .nav-item a {
		padding: 10px 0 !important;
		display: block;
		font-size: 15px !important
	}
}

@media (max-width: 767px) {
	.navgition .navbar .navbar-nav .nav-item a {
		padding: 10px 0 !important;
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navgition .navbar .navbar-nav .nav-item a::before,
	.navgition .navbar .navbar-nav .nav-item a::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.navgition .navbar .navbar-nav .nav-item a::before,
	.navgition .navbar .navbar-nav .nav-item a::after {
		display: none;
	}
}

.navgition .navbar .navbar-nav .nav-item a::after {
	left: auto;
	right: 50%;
}

.navgition .navbar .navbar-nav .nav-item.active>a {
	color: #ffffff;
}

.navgition .navbar .navbar-nav .nav-item:hover>a {
	color: #ffffff;
}

.navgition .navbar .navbar-nav .nav-item.active>a::before,
.navgition .navbar .navbar-nav .nav-item.active>a::after,
.navgition .navbar .navbar-nav .nav-item:hover>a::before,
.navgition .navbar .navbar-nav .nav-item:hover>a::after {
	opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navgition .navbar .navbar-social {
		position: absolute;
		right: 70px;
		top: 7px;
	}
}

@media (max-width: 767px) {
	.navgition .navbar .navbar-social {
		position: absolute;
		right: 60px;
		top: 7px;
	}
}

.navgition .navbar .navbar-social span {
	font-size: 16px;
	font-weight: 700;
	color: #6c6c6c;
	line-height: 24px;
	margin-right: 14px;
}

.navgition .navbar .navbar-social ul li {
	display: inline-block;
	margin-right: 5px;
}

.navgition .navbar .navbar-social ul li a {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	color: #6c6c6c;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navgition .navbar .navbar-social ul li a:hover {
	color: #0067f4;
}

.header-hero {
	height: 850px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-hero {
		height: 700px;
	}
}

@media (max-width: 767px) {
	.header-hero {
		height: 295px;
	}
}

.header-hero::before {
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(232, 237, 255, 0), rgba(239, 254, 255, 0) 50%)
}

.header-hero .header-content {
	padding-top: 195px;
	position: relative;
	z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-hero .header-content {
		padding-top: 130px;
	}
}

@media (max-width: 767px) {
	.header-hero .header-content {
		padding-top: 120px;
	}
}

.header-hero .header-content .header-title {
	font-size: 44px;
	line-height: 55px;
	color: #121212;
	font-weight: 600;
}

@media (max-width: 767px) {
	.header-hero .header-content .header-title {
		font-size: 30px;
		line-height: 40px;
	}
}

.header-hero .header-content .text {
	font-size: 20px;
	line-height: 32px;
	color: #6c6c6c;
	margin-top: 16px;
}

@media (max-width: 767px) {
	.header-hero .header-content .text {
		font-size: 16px;
		line-height: 24px;
	}
}

.header-hero .header-content .header-btn {
	margin-top: 22px;
}

.header-hero .header-content .header-btn li {
	display: inline-block;
	margin: 10px 10px 0;
}

.header-hero .header-content .header-btn li a.main-btn {
	border-radius: 50px;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: 0;
	line-height: 50px;
}

.header-hero .header-content .header-btn li a.main-btn i {
	margin-left: 5px;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one {
	color: #fff;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(left, #0067f4, #2bdbdc);
	background-image: -o-linear-gradient(left, #0067f4, #2bdbdc);
	background-image: linear-gradient(to right, #0067f4, #2bdbdc);
	background-position: right center;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header-hero .header-content .header-btn li a.main-btn.btn-one:hover::before {
	background-image: -webkit-linear-gradient(right, #0067f4, #2bdbdc);
	background-image: -o-linear-gradient(right, #0067f4, #2bdbdc);
	background-image: linear-gradient(to left, #0067f4, #2bdbdc);
	background-position: left center;
	-webkit-transition: all none ease-out 0s;
	-moz-transition: all none ease-out 0s;
	-ms-transition: all none ease-out 0s;
	-o-transition: all none ease-out 0s;
	transition: all none ease-out 0s;
}

.header-hero .header-content .header-btn li a.main-btn.btn-two:hover {
	-webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
}

.header-hero .header-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.header-hero .header-shape img {
	width: 100%;
}

.services-area {
	padding-top: 90px;
	position: relative;
	background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-area {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.services-area {
		padding-top: 80px;
	}
}

.services-content .services-icon i {
	font-size: 64px;
	color: #0067f4;
}

.services-content .services-content {
	padding-left: 15px;
}

@media (max-width: 767px) {
	.services-content .services-content {
		padding-left: 0;
		padding-top: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services-content .services-content {
		padding-left: 15px;
		padding-top: 0;
	}
}

.services-content .services-content .services-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	color: #121212;
}

.services-content .services-content .text {
	font-size: 14px;
	line-height: 20px;
	color: #121212;
	margin-top: 8px;
}

.services-image {
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.services-image {
		width: 34%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-image {
		position: relative;
		width: 720px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.services-image {
		position: relative;
		width: 100%;
		padding-left: 15px;
		padding-right: 16px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services-image {
		position: relative;
		width: 540px;
		margin: 0 auto;
	}
}

.services-image .image {
	max-width: 580px;
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-image .image {
		margin: 0 auto;
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
	.services-image .image {
		margin: 0 auto;
		padding-top: 50px;
	}
}

.services-image .image img {
	width: 100%;
	margin-bottom: 20px;
}

.pricing-area {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pricing-area {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.pricing-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.single-pricing {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 24px 20px 50px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.single-pricing .pricing-header .sub-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #121212;
	position: relative;
	padding-bottom: 8px;
}

.single-pricing .pricing-header .sub-title::before {
	position: absolute;
	content: '';
	width: 72px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #2bdbdc;
	margin: 0 auto;
}

.single-pricing .pricing-header .price {
	display: block;
	font-size: 64px;
	font-weight: 600;
	line-height: 80px;
	margin-top: 32px;
	color: #121212;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.single-pricing .pricing-header .price {
		font-size: 50px;
		margin-top: 16px;
	}
}

@media (max-width: 767px) {
	.single-pricing .pricing-header .price {
		font-size: 50px;
		margin-top: 16px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-pricing .pricing-header .price {
		font-size: 64px;
		margin-top: 32px;
	}
}

.single-pricing .pricing-header .year {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	color: #6c6c6c;
	margin-top: 3px;
}

.single-pricing .pricing-list {
	margin-top: 40px;
}

.single-pricing .pricing-list ul li {
	font-size: 16px;
	line-height: 24px;
	color: #121212;
	margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.single-pricing .pricing-list ul li {
		font-size: 14px;
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	.single-pricing .pricing-list ul li {
		font-size: 14px;
		margin-top: 12px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-pricing .pricing-list ul li {
		font-size: 16px;
		margin-top: 16px;
	}
}

.single-pricing .pricing-list ul li i {
	color: #0067f4;
	margin-right: 8px;
}

.single-pricing .pricing-btn {
	margin-top: 42px;
}

.single-pricing .pricing-btn .main-btn {
	background-color: #0067f4;
	border-radius: 50px;
	color: #fff;
	border-color: #0067f4;
}

.single-pricing .pricing-btn .main-btn:hover {
	background-color: #005ad5;
	border-color: #005ad5;
}

.single-pricing .buttom-shape {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 101%;
}

.single-pricing.pro .pricing-header .sub-title::before {
	right: auto;
	left: 0;
	background-color: #0067f4;
}

.single-pricing.pro .pricing-baloon {
	position: absolute;
	top: 0;
	right: -78px;
	width: 156px;
}

.single-pricing.enterprise .pricing-header .sub-title::before {
	right: 0;
	left: auto;
	background-color: #0067f4;
}

.single-pricing.enterprise .pricing-flower {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 144px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.single-pricing.enterprise .pricing-flower {
		width: 110px;
	}
}

@media (max-width: 767px) {
	.single-pricing.enterprise .pricing-flower {
		width: 110px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-pricing.enterprise .pricing-flower {
		width: 144px;
	}
}

.single-pricing.enterprise .pricing-flower img {
	width: 100%;
}

.call-to-action {
	background-color: #0067f4;
	position: relative;
}

.call-action-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-action-image {
		position: relative;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.call-action-image {
		position: relative;
		width: 100%;
	}
}

.call-action-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.call-action-content {
	max-width: 560px;
	margin: 0 auto;
	padding-top: 230px;
	padding-bottom: 236px;
}

@media (max-width: 767px) {
	.call-action-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.call-action-content .call-title {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	line-height: 55px;
}

@media (max-width: 767px) {
	.call-action-content .call-title {
		font-size: 28px;
		line-height: 38px;
	}
}

.call-action-content .text {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-top: 16px;
}

@media (max-width: 767px) {
	.call-action-content .text {
		font-size: 14px;
	}
}

.call-action-content .call-newsletter {
	max-width: 410px;
	position: relative;
	margin: 24px auto 0;
}

.call-action-content .call-newsletter i {
	font-size: 26px;
	color: #0067f4;
	position: absolute;
	left: 18px;
	top: 15px;
}

.call-action-content .call-newsletter input {
	width: 100%;
	height: 56px;
	border: 0;
	border-radius: 50px;
	background-color: #fff;
	padding-left: 60px;
	padding-right: 30px;
}

.call-action-content .call-newsletter input::placeholder {
	opacity: 1;
	color: #6c6c6c;
}

.call-action-content .call-newsletter input::-moz-placeholder {
	opacity: 1;
	color: #6c6c6c;
}

.call-action-content .call-newsletter input::-moz-placeholder {
	opacity: 1;
	color: #6c6c6c;
}

.call-action-content .call-newsletter input::-webkit-input-placeholder {
	opacity: 1;
	color: #6c6c6c;
}

.call-action-content .call-newsletter button {
	border: 0;
	border-radius: 50px;
	height: 48px;
	padding: 0 32px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #0067f4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
	.call-action-content .call-newsletter button {
		position: relative;
		right: auto;
		margin-top: 15px;
		background-color: #fff;
		color: #0067f4;
	}
}

.call-action-content .call-newsletter button:hover {
	background-color: #005ad5;
	color: #fff;
}

.contact-area {
	padding-top: 70px;
	padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-area {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.contact-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.form-group {
	margin: 0;
}

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

p.form-message.error {
	color: #f00;
}

.contact-form .single-form {
	margin-top: 30px;
}

.contact-form .single-form textarea,
.contact-form .single-form input {
	width: 100%;
	height: 56px;
	border: 1px solid #cbced1;
	border-radius: 5px;
	padding: 0 25px;
	background-color: #fff;
	font-size: 16px;
}

.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
	opacity: 1;
	color: #a4a4a4;
}

.contact-form .single-form textarea::-moz-placeholder,
.contact-form .single-form input::-moz-placeholder {
	opacity: 1;
	color: #a4a4a4;
}

.contact-form .single-form textarea::-moz-placeholder,
.contact-form .single-form input::-moz-placeholder {
	opacity: 1;
	color: #a4a4a4;
}

.contact-form .single-form textarea::-webkit-input-placeholder,
.contact-form .single-form input::-webkit-input-placeholder {
	opacity: 1;
	color: #a4a4a4;
}

.contact-form .single-form textarea {
	height: 160px;
	padding-top: 15px;
	resize: none;
}

.contact-form .single-form .main-btn {
	border-radius: 50px;
	background-color: #0067f4;
	color: #fff;
}

.contact-form .single-form .main-btn:hover {
	background-color: #005ad5;
}

.list-unstyled li {
	font-size: 13px;
	margin-left: 2px;
	margin-top: 5px;
	color: #f00;
}

.footer-area {
	background-color: #f4f6f7;
}

.footer-widget {
	padding-top: 90px;
	padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-widget {
		padding-top: 70px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.footer-widget {
		padding-top: 50px;
		padding-bottom: 80px;
	}
}

.footer-logo-support .footer-logo .social {
	margin-left: 35px;
}

.footer-logo-support .footer-logo .social li {
	display: inline-block;
	margin-right: 10px;
}

.footer-logo-support .footer-logo .social li a {
	font-size: 24px;
	color: #6c6c6c;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer-logo-support .footer-logo .social li a:hover {
	color: #0067f4;
}

.footer-logo-support .footer-support span {
	font-size: 20px;
	line-height: 25px;
	color: #6c6c6c;
	font-weight: 600;
}

@media (max-width: 767px) {
	.footer-logo-support .footer-support span {
		display: block;
	}
}

.footer-logo-support .footer-support span.mail {
	margin-left: 32px;
}

@media (max-width: 767px) {
	.footer-logo-support .footer-support span.mail {
		margin-left: 0;
	}
}

.footer-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #6c6c6c;
}

.footer-link {
	margin-top: 32px;
}

.footer-link ul {
	margin-top: 8px;
}

.footer-link ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #121212;
	margin-top: 16px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer-link ul li a:hover {
	color: #0067f4;
}

.footer-newsletter {
	margin-top: 32px;
}

.footer-newsletter .newsletter {
	margin-top: 24px;
	position: relative;
}

.footer-newsletter .newsletter input {
	width: 100%;
	height: 44px;
	border-radius: 50px;
	padding: 0 24px;
	border: 0;
	background-color: rgba(33, 33, 33, 0.12);
	font-weight: 500;
}

.footer-newsletter .newsletter input::placeholder {
	opacity: 1;
	color: #6c6c6c;
}

.footer-newsletter .newsletter input::-moz-placeholder {
	opacity: 1;
	color: #6c6c6c;
}

.footer-newsletter .newsletter input::-moz-placeholder {
	opacity: 1;
	color: #6c6c6c;
}

.footer-newsletter .newsletter input::-webkit-input-placeholder {
	opacity: 1;
	color: #6c6c6c;
}

.footer-newsletter .newsletter button {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	width: 44px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border: 0;
	font-size: 20px;
	color: #121212;
	cursor: pointer;
	background: none;
}

.footer-copyright {
	background-color: #fff;
}

.copyright {
	padding: 10px 0;
	text-align: center;
}

.copyright .text {
	color: #fff;
}

.back-to-top {
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: #3f51b5;
	bottom: 40px;
	right: 20px;
	z-index: 999;
	color: #ffebeb;
	font-size: 20px;
	-webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	display: block;
}

.back-to-top:hover,.back-to-top:focus {
	background-color: #0c6cf1;
	color: #fff;
}

.self {
	width:15%;
	filter: drop-shadow(1px 1px 0px #fff);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.type {
	text-align: center;
	color: #fff;
	padding: 80px;
	font-weight: 500;
	font-size: 40px;
	text-transform: uppercase;
	width: 100%;
}

.span {
	color: #ffd434;
}

.menu,
.nav-icon span {
	transition: all .3s ease-in-out
}

.menu .nav-menu li a,
.nav-menu li a {
	line-height: 56px
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.effectTab-header .caption,
.effectTab-header .title {
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
	color: #555;
	margin: 0 0 20px;
	text-align: center;
}

.effectTab-header .title {
	font-weight: 600;
	line-height: 55px;
	color: #121212;
	font-family: "Poppins", sans-serif;
	color: #000;
}

.effectTab-header .caption {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif
}

.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-7,
.column-8,
.column-9 {
	float: left;
	padding: 15px
}

.effectTab-header .title::after,
.effectTab-header .title::before {
	position: absolute;
}

.effectTab-header .title::before {
	left: 0;
	width: 156%;
	height: 3px;
	margin-left: -28%;
	bottom: -1.5px
}

.effectTab-header .title::after {
	left: 50%;
	width: 25px;
	height: 25px;
	bottom: -26px;
	margin: 0 0 0 -10px;
	-webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
	clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0)
}

body {
	background-color: #F5F5F5;
	filter: alpha(opacity=10);
	background-attachment: fixed;
}

.column-1 {
	width: 8.333333333333333%
}

.column-2 {
	width: 16.66666666666667%
}

.column-3 {
	width: 25%
}

.column-4 {
	width: 33.33333333333333%
}

.column-5 {
	width: 41.66666666666667%
}

.column-6 {
	width: 50%;
	float: left;
	padding: 15px
}

.column-7 {
	width: 58.33333333333333%
}

.column-8 {
	width: 66.66666666666667%
}

.column-9 {
	width: 75%
}

.column-10 {
	width: 83.33333333333333%
}

.column-11 {
	width: 91.66666666666667%
}

.column-12,
.wrapper-full {
	width: 100%
}

.nav-icon,
.navigation {
	float: right
}

.custom-row::after {
	content: "";
	display: table;
	clear: both
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	position: relative
}

.header {
	background-color: #485666;
	padding: 8px 0;
	position: static;
	z-index: 2000
}

.header h1 {
	color: #fff;
	font-family: Poppins;
	font-weight: 400;
	font-size: 2.2rem;
	padding-left: 40px
}

.rotate {
	position: absolute;
	transform: rotate(-20deg);
	left: 0;
	font-size: 2.8rem;
	top: 5px
}

.ex_padd {
	padding-top: 170px!important
}

.nav-icon-container {
	display: block
}

.nav-icon {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	z-index: 100
}

.nav-icon span {
	width: 60%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%)
}

.nav-icon-1 {
	top: 30%
}

.nav-icon-2 {
	top: 50%
}

.nav-icon-3 {
	top: 70%
}

.nav-icon.active .nav-icon-1 {
	top: 50%;
	transform: rotate(45deg);
	left: 22%
}

.nav-icon.active .nav-icon-3 {
	top: 50%;
	transform: rotate(-45deg);
	left: 22%
}

.nav-icon.active .nav-icon-2 {
	width: 0
}

.nav-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.nav-menu li {
	list-style: none;
	position: relative
}

.nav-menu li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px
}

.nav-menu li:after,
.nav-menu li:before {
	content: "";
	position: absolute;
	height: 3px;
	background-color: rgba(255, 255, 255, .2);
	bottom: 0;
	width: 0;
	transition: all .3s ease-in-out
}

.nav-menu li:before {
	left: 0
}

.nav-menu li:after {
	right: 0
}

.nav-menu li:hover:after,
.nav-menu li:hover:before {
	width: 50%
}

.nav-menu li.active:after,
.nav-menu li.active:before {
	background-color: rgba(0, 128, 128, 1)
}

.menu {
	width: 200px;
	background-color: #0B466C;
	text-align: center;
	padding: 40px;
	position: fixed;
	top: 96px;
	right: -200px;
	overflow: scroll;
	height: calc(100% - 96px);
	z-index: 1000
}

.menu.active {
	right: 0
}

.menu .nav-menu {
	flex-direction: column;
	width: 150px
}

.menu .nav-menu li {
	margin: 10px 0;
	width: 80%
}

.box-tab {
	margin: 10px 0
}

.effect {
	margin: auto;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
	background-color: #fff;
	border: 5px solid #f5f5f5
}

.tab-container {
	padding: 75px 0
}

.tab-head {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.tab .effect {
	position: relative;
	overflow: hidden;
	max-height: 240px;
	max-width: 350px;
	background: #3085a3;
	text-align: center;
	cursor: pointer
}

.grid-width3,
.grid-width6 {
	max-height: 270px!important;
	max-width: 530px!important
}

.grid-width8 {
	max-width: 700px!important
}

.tab .effect img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: .8
}

.tab .effect .tab-text {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.tab-text h2 {
	color: #fff;
	margin: 0;
	font-size: 1.5rem
}

.tab-text p {
	color: #fff;
	margin: 0;
	font-size: 1rem
}

.hide {
	display: none
}

@media (max-width:575px) {
	.column-xs-1,
	.column-xs-10,
	.column-xs-11,
	.column-xs-12,
	.column-xs-2,
	.column-xs-3,
	.column-xs-4,
	.column-xs-5,
	.column-xs-7,
	.column-xs-8,
	.column-xs-9 {
		float: left;
		padding: 15px
	}
	.column-xs-1 {
		width: 8.333333333333333%
	}
	.column-xs-2 {
		width: 16.66666666666667%
	}
	.column-xs-3 {
		width: 25%
	}
	.column-xs-4 {
		width: 33.33333333333333%
	}
	.column-xs-5 {
		width: 41.66666666666667%
	}
	.column-xs-6 {
		width: 50%;
		float: left;
		padding: 15px
	}
	.column-xs-7 {
		width: 58.33333333333333%
	}
	.column-xs-8 {
		width: 66.66666666666667%
	}
	.column-xs-9 {
		width: 75%
	}
	.column-xs-10 {
		width: 83.33333333333333%
	}
	.column-xs-11 {
		width: 91.66666666666667%
	}
	.column-xs-12 {
		width: 100%
	}
	.hide-xs {
		display: none
	}
	.effectTab-header .title::before {
		width: 125%;
		left: 15%
	}
	.tab-container {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

@media (min-width:576px) and (max-width:767px) {
	.column-sm-1,
	.column-sm-10,
	.column-sm-11,
	.column-sm-12,
	.column-sm-2,
	.column-sm-3,
	.column-sm-4,
	.column-sm-5,
	.column-sm-7,
	.column-sm-8,
	.column-sm-9 {
		float: left;
		padding: 15px
	}
	.column-sm-1 {
		width: 8.333333333333333%
	}
	.column-sm-2 {
		width: 16.66666666666667%
	}
	.column-sm-3 {
		width: 25%
	}
	.column-sm-4 {
		width: 33.33333333333333%
	}
	.column-sm-5 {
		width: 41.66666666666667%
	}
	.column-sm-6 {
		width: 50%;
		float: left;
		padding: 15px
	}
	.column-sm-7 {
		width: 58.33333333333333%
	}
	.column-sm-8 {
		width: 66.66666666666667%
	}
	.column-sm-9 {
		width: 75%
	}
	.column-sm-10 {
		width: 83.33333333333333%
	}
	.column-sm-11 {
		width: 91.66666666666667%
	}
	.column-sm-12 {
		width: 100%
	}
	.hide-sm {
		display: none
	}
	.visible-sm {
		display: block
	}
	.tab-container {
		padding-top: 80px;
		padding-bottom: 25px
	}
}

@media (max-width:1000px) {
	.header h1 {
		padding-left: 70px
	}
	.rotate {
		left: 30px
	}
	@media (min-width:768px) and (max-width:991px) {
		.column-md-1,
		.column-md-10,
		.column-md-11,
		.column-md-12,
		.column-md-2,
		.column-md-3,
		.column-md-4,
		.column-md-5,
		.column-md-7,
		.column-md-8,
		.column-md-9 {
			float: left;
			padding: 15px
		}
		.column-md-1 {
			width: 8.333333333333333%
		}
		.column-md-2 {
			width: 16.66666666666667%
		}
		.column-md-3 {
			width: 25%
		}
		.column-md-4 {
			width: 33.33333333333333%
		}
		.column-md-5 {
			width: 41.66666666666667%
		}
		.column-md-6 {
			width: 50%;
			float: left;
			padding: 15px
		}
		.column-md-7 {
			width: 58.33333333333333%
		}
		.column-md-8 {
			width: 66.66666666666667%
		}
		.column-md-9 {
			width: 75%
		}
		.column-md-10 {
			width: 83.33333333333333%
		}
		.column-md-11 {
			width: 91.66666666666667%
		}
		.column-md-12 {
			width: 100%
		}
		.hide-md {
			display: none
		}
		.visible-md {
			display: block
		}
	}
}

.effect.effect-one {
	background: #18a367;
	position: relative
}

.effect.effect-one .tab-text {
	padding: 1em
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before {
	position: absolute;
	content: '';
	opacity: 0
}

.effect.effect-one .tab-text::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 2px solid rgba(255, 255, 255, .3);
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.effect.effect-one .tab-text::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.effect.effect-one .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 14px;
	width: 100%;
	left: 0;
	text-align: center
}

.effect.effect-one .icons-block .social-icon-1,
.effect.effect-one .icons-block .social-icon-2,
.effect.effect-one .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-one:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-one:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-one:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-one .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-one h2 {
	padding-top: 20%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	font-weight: 600;
	font-size: 1.7rem;
	font-family: Oswald, sans-serif
}

.effect.effect-one p,
.effect.effect-two h2,
.effect.effect-two p.description {
	font-family: Poppins
}

.effect-one .pt-1 {
	padding-top: 10%!important
}

.effect-one .pt-2 {
	padding-top: 16%!important
}

.effect-one .pt-3 {
	padding-top: 28%!important
}

.effect.effect-one p {
	padding: .5em 2.7em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	font-size: .92rem;
	line-height: 16px;
	color: rgba(255, 255, 255, .9)
}

.effect.effect-one h2,
.effect.effect-one img {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0)
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before,
.effect.effect-one img,
.effect.effect-one p {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.effect.effect-one:hover img {
	opacity: .7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover .tab-text::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.effect.effect-one:hover h2,
.effect.effect-one:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover h2,
.effect.effect-one:hover img,
.effect.effect-one:hover p {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

.effect.effect-two .tab-text {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: rgba(241, 169, 1, .95);
	color: #3c4a50;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.effect.effect-two .col3 {
	height: 5.5rem!important
}

.effect.effect-two h2 {
	float: left;
	font-size: 1.1rem;
	font-weight: 600;
	word-break: break-all;
	width: 50%;
	text-align: left;
	display: inline-block
}

.effect-two .col3-head {
	width: 100%!important;
	padding-bottom: 10px
}

.effect-two .icon-links a {
	font-size: 1.2rem!important
}

.effect.effect-two p.icon-links a {
	float: right;
	color: #f1f8ff;
	font-size: 1.4em;
	line-height: 20px
}

.effect.effect-two:hover p.icon-links a:focus,
.effect.effect-two:hover p.icon-links a:hover {
	color: #252d31
}

.effect.effect-two p.description {
	position: absolute;
	font-size: 1rem!important;
	bottom: 7em;
	color: #fff;
	text-transform: none;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	line-height: 18px;
	padding: 15px 50px;
	background-color: rgba(0, 0, 0, .5);
	right: 30px;
	left: 30px;
	-webkit-clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 2% 100%)
}

.effect.effect-two p.col6 {
	left: 80px!important;
	right: 80px!important;
	bottom: 8rem
}

.effect.effect-two h2,
.effect.effect-two p.icon-links a {
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0)
}

.effect.effect-two:hover p.description {
	opacity: 1
}

.effect.effect-two:hover .tab-text,
.effect.effect-two:hover h2,
.effect.effect-two:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding-right: 10px
}

.effect.effect-two:hover h2 {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms
}

.effect.effect-two:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.effect.effect-two:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

.effect.effect-two:hover p.icon-links a:first-child {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.effect.effect-three {
	background: linear-gradient(-45deg, #0C71E9 0, #034B96, 100%);
	text-align: left
}

.effect.effect-three h2 {
	transform: translate3d(25px, 0, 0);
	-webkit-transform: translate3d(25px, 0, 0);
	transition: all .35s;
	font-family: Oswald;
	font-size: 1.6rem
}

.effect.effect-three h2:before {
	content: "[ ";
	position: absolute;
	left: -15px;
	bottom: 3px;
	font-weight: 400
}

.effect.effect-three:hover h2 {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: .5
}

.effect.effect-three .tab-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border: 140px solid red;
	border-radius: 50% 0 0 50%;
	opacity: 0;
	transform: translate3d(50%, 50%, 0) rotate3d(0, 0, 1, 135deg);
	transition: all .35s .15s;
	border-color: transparent transparent transparent #fff
}

.effect.effect-three:hover .tab-text:before {
	transform: translate3d(50%, 50%, 0) rotate3d(0, 0, 1, 45deg);
	opacity: .8;
	transition-delay: 0s
}

.effect.effect-three p {
	position: absolute;
	width: 31px;
	height: 36px;
	bottom: 70px;
	right: -31px;
	font-size: 120%
}

.effect.effect-three p a {
	width: 31px;
	height: 36px;
	position: absolute;
	opacity: 0;
	transition: all .35s cubic-bezier(.25, .4, .2, .5) 0s
}

.effect.effect-three p a i {
	color: #5d504f;
	transition: transform .35s cubic-bezier(.5, .2, .4, .25) 0s
}

.effect.effect-three p a i:hover {
	color: #cc6055
}

.effect.effect-three:hover p a {
	opacity: 1
}

.effect.effect-three:hover p a:nth-child(1) {
	transform: translate3d(0, 60px, 0);
	-webkit-transform: translate3d(0, 60px, 0);
	transition: all .35s cubic-bezier(.5, .2, .4, .25) .15s;
	-webkit-transition: all .35s cubic-bezier(.5, .2, .4, .25) .15s
}

.effect.effect-three:hover p a:nth-child(1) i {
	transform: translate3d(-100px, 0, 0);
	transition: transform .35s cubic-bezier(.25, .4, .2, .5) .15s;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: transform .35s cubic-bezier(.25, .4, .2, .5) .15s
}

.effect.effect-three:hover p a:nth-child(2) {
	transform: translate3d(0, 30px, 0);
	transition: all .35s cubic-bezier(.5, .2, .4, .25) .25s;
	-webkit-transform: translate3d(0, 30px, 0);
	-webkit-transition: all .35s cubic-bezier(.5, .2, .4, .25) .25s
}

.effect.effect-three:hover p a:nth-child(2) i {
	transform: translate3d(-80px, 0, 0);
	transition: transform .35s cubic-bezier(.25, .4, .2, .5) .25s;
	-webkit-transform: translate3d(-80px, 0, 0);
	-webkit-transition: transform .35s cubic-bezier(.25, .4, .2, .5) .25s
}

.effect.effect-three:hover p a:nth-child(3) {
	transform: translate3d(0, 0, 0);
	transition: all .35s cubic-bezier(.5, .2, .4, .25) .35s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s cubic-bezier(.5, .2, .4, .25) .35s
}

.effect.effect-three:hover p a:nth-child(3) i {
	transform: translate3d(-45px, 0, 0);
	transition: transform .35s cubic-bezier(.25, .4, .2, .5) .35s;
	-webkit-transform: translate3d(-45px, 0, 0);
	-webkit-transition: transform .35s cubic-bezier(.25, .4, .2, .5) .35s
}

.effect.effect-three img {
	transform: scale3d(1.1, 1.1, 1) translate3d(15px, 0, 0);
	transition: all .35s;
	transform-origin: 85% 100%;
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(15px, 0, 0);
	-webkit-transition: all .35s;
	-webkit-transform-origin: 85% 100%
}

.effect.effect-three:hover img {
	transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	opacity: .6
}

.effect.effect-four {
	background: #2e5d5a
}

.effect-four .tab-text h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1em 1.2em;
	font-family: Oswald
}

.effect-four .tab-text p {
	width: 65%;
	font-size: 68%;
	line-height: 1;
	letter-spacing: 1px;
	text-align: left;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translate3d(40px, 0, 0);
	-webkit-transform: translate3d(40px, 0, 0);
	opacity: 0;
	transition: all .35s;
	font-family: "Open sans";
	padding-bottom: 5px
}

.effect-four .tab-text p:after,
.effect-four .tab-text p:before {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	content: "";
	position: absolute
}

.effect.effect-five h2,
.effect.effect-six h2 {
	font-family: Oswald
}

.effect-four .tab-text p:after {
	top: -5px;
	left: -5px;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.effect-four .tab-text p:before {
	right: 0;
	bottom: -6px;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.effect.effect-four .icons-block {
	z-index: 1000;
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 10px;
	padding-top: 9px
}

.effect.effect-four .icon-c3 {
	padding-left: 5px;
	padding-top: 0
}

.effect.effect-four .icons-block .social-icon-1,
.effect.effect-four .icons-block .social-icon-2,
.effect.effect-four .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-four:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-four:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-four:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-four .icons-block i {
	color: rgba(255, 255, 255, .9);
	padding-left: 7px;
	font-size: 1.2rem
}

.effect-four:hover p {
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.effect.effect-four img {
	max-width: none;
	width: calc(100% + 60px);
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1.12);
	transition: all .35s;
	-webkit-transform: translate3d(0, 0, 0) scale(1.12);
	-webkit-transition: all .35s
}

.effect.effect-four:hover img {
	transform: translate3d(-20px, 0, 0) scale(1);
	-webkit-transform: translate3d(-20px, 0, 0) scale(1);
	opacity: .5
}

.effect.effect-five {
	background: #162633;
	text-align: left
}

.col3-block-height {
	min-height: 480px!important
}

.effect.effect-five h2 {
	transform: translate3d(0, 20px, 0);
	transition: all .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	-webkit-transition: all .35s
}

.effect.effect-five:hover h2 {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: .6
}

.effect.effect-five img {
	transition: all .35s
}

.effect.effect-five:hover img {
	opacity: .6;
	transform: translate3d(0, 0, 0) scale(1.16);
	-webkit-transform: translate3d(0, 0, 0) scale(1.16)
}

.effect.effect-five .tab-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 180%;
	background-color: #FFF;
	opacity: .8;
	transform-origin: 0 100%;
	transform: rotate(90deg);
	transition: all .35s;
	-webkit-transform-origin: 0 100%;
	-webkit-transform: rotate(90deg);
	-webkit-transition: all .35s
}

.effect.effect-seven .tab-text:after,
.effect.effect-six .tab-text:before {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	content: ""
}

.effect.effect-five:hover .tab-text:before {
	transform: rotate(67deg);
	-webkit-transform: rotate(67deg)
}

.effect.effect-five p {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 25px 0
}

.effect.effect-five p a {
	color: #5d504f;
	margin: 0 5px
}

.effect.effect-five p a:hover {
	color: #cc6055
}

.effect.effect-five p a i {
	opacity: 0;
	font-size: 120%;
	transform: translate3d(0, 50px, 0);
	transition: all .35s;
	-webkit-transform: translate3d(0, 50px, 0);
	-webkit-transition: all .35s
}

.effect.effect-five:hover p a i {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-five:hover p a:nth-child(1) i {
	transition-delay: .15s;
	-webkit-transition-delay: .15s
}

.effect.effect-five:hover p a:nth-child(2) i {
	transition-delay: .1s;
	-webkit-transition-delay: .1s
}

.effect.effect-five:hover p a:nth-child(3) i {
	transition-delay: .05s;
	-webkit-transition-delay: .05s
}

.effect.effect-six {
	background-color: #3498db
}

.effect.effect-six h2 {
	text-align: left
}

.effect.effect-six img {
	transition: all .35s;
	transform: translate3d(0, 0, 0) scale(1.05);
	-webkit-transition: all .35s;
	-webkit-transform: translate3d(0, 0, 0) scale(1.05)
}

.effect.effect-six:hover img {
	opacity: .4;
	transform: translate3d(-50px, 0, 0) scale(1);
	-webkit-transform: translate3d(-50px, 0, 0) scale(1)
}

.effect.effect-six .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}

.effect.effect-six .icons-block .social-icon-1,
.effect.effect-six .icons-block .social-icon-2,
.effect.effect-six .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-six:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-six:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-six:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-six .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-six p {
	max-width: 130px;
	padding: 0 10px;
	margin: 30px;
	text-align: right;
	font-size: .9rem;
	line-height: 1.1;
	position: absolute;
	bottom: 0;
	right: 0;
	border-right: 3px solid #fff;
	opacity: 0;
	transition: all .35s;
	font-family: Poppins
}

.effect.effect-six:hover p {
	opacity: 1
}

.effect.effect-six .tab-text:before {
	background-color: rgba(255, 255, 255, .4);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
	transition: all .6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
	-webkit-transition: all .6s
}

.effect.effect-six:hover .tab-text:before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}

.effect.effect-seven {
	background: linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%)
}

.effect.effect-eight,
.effect.effect-nine {
	background: linear-gradient(-180deg, #fff 10%, #000 100%)
}

.effect.effect-seven img {
	transition: all .35s;
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: all .35s;
	-webkit-transform: translate3d(0, 0, 0) scale(1)
}

.effect.effect-seven:hover img {
	opacity: .6;
	transform: translate3d(-50px, 0, 0) scale(1.1) rotate(3deg);
	-webkit-transform: translate3d(-50px, 0, 0) scale(1.1) rotate(3deg)
}

.effect.effect-seven h2 {
	padding-top: 20%;
	transform: scale3d(.8, .8, 1);
	transition: all .35s;
	-webkit-transform: scale3d(.8, .8, 1);
	-webkit-transition: all .35s;
	font-family: Oswald
}

.effect.effect-seven .col8-head {
	padding-top: 9%
}

.effect.effect-seven:hover h2 {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1)
}

.effect.effect-seven p {
	font-size: .9rem;
	padding: 10px 5px;
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	opacity: 0;
	transition: all .35s;
	-webkit-transition: all .35s;
	font-family: Poppins
}

.effect.effect-seven:hover p {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-seven .tab-text:after {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	opacity: 0;
	transition: all .35s;
	-webkit-transition: all .35s
}

.effect.effect-seven:hover .tab-text:after {
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-seven .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}

.effect.effect-seven .c4 {
	right: 0;
	text-align: right;
	padding-right: 15px
}

.effect.effect-seven .c3 {
	bottom: 50%;
	margin-bottom: -40px;
	left: 23%
}

.effect.effect-seven .icons-block .social-icon-1,
.effect.effect-seven .icons-block .social-icon-2,
.effect.effect-seven .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-seven:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-seven:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-seven:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-seven .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-eight img {
	transition: all .3s ease-in-out;
	transform: translate3d(0, 0, 0) scale(1, 1);
	-webkit-transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1)
}

.effect.effect-eight:hover img {
	opacity: .6;
	transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
	-webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-eight .tab-text h2 {
	font-family: Oswald;
	transform: scale3d(.9, .9, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(.9, .9, 1);
	-webkit-transition: all .5s ease-in-out
}

.effect.effect-eight .col8-head {
	padding-top: 9%
}

.effect.effect-eight:hover h2 {
	transform: scale3d(1.1, 1.1, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-webkit-transition: all .5s ease-in-out
}

.effect.effect-eight p {
	font-size: .9rem;
	padding: 10px 5px;
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	opacity: 0;
	transition: all .35s;
	-transition: all .35s;
	font-family: Poppins
}

.effect.effect-eight:hover p {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-eight .tab-text:after {
	content: "";
	position: absolute;
	left: -230px;
	top: 0;
	border-top: 208px solid rgba(7, 0, 2, .3);
	border-left: 140px solid rgba(240, 74, 126, .6);
	border-bottom: 188px solid transparent;
	border-right: 160px solid transparent;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.effect.effect-eight:hover .tab-text:after {
	transform: rotate3d(0, 0, 1, 52deg) scale3d(1, 1, 1);
	-webkit-transform: rotate3d(0, 0, 1, 52deg) scale3d(1, 1, 1);
	opacity: 1;
	top: 103px;
	left: -378px;
	border-top: 325px solid rgba(240, 74, 126, .8);
	border-left: 422px solid rgba(240, 74, 126, .8);
	border-bottom: 218px solid transparent;
	border-right: 160px solid transparent
}

.effect.effect-eight .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 5px
}

.effect.effect-eight .icons-block .social-icon-1,
.effect.effect-eight .icons-block .social-icon-2,
.effect.effect-eight .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-eight:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-eight:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-eight:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-eight .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-nine img {
	transition: all .3s ease-in-out;
	transform: translate3d(0, 0, 0) scale(1, 1);
	-webkit-transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1)
}

.effect.effect-nine:hover img {
	opacity: .6;
	transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
	-webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-nine .tab-text h2 {
	font-family: Oswald;
	transform: scale3d(.9, .9, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(.9, .9, 1);
	-webkit-transition: all .5s ease-in-out;
	z-index: 2;
	position: relative;
	padding-top: 18%
}

.effect.effect-nine:hover h2 {
	transform: scale3d(1, 1, 1);
	transition: all .5s ease-in-out;
	-webkit-transform: scale3d(1, 1, 1);
	-webkit-transition: all .5s ease-in-out
}

.effect.effect-nine p {
	font-size: .8rem;
	padding: 10px 5px;
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	font-family: Poppins;
	z-index: 2;
	position: relative
}

.effect.effect-nine:hover p {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	opacity: 1
}

.effect.effect-nine .tab-text:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 0px);
	height: inherit;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.effect.effect-nine:hover .tab-text:after {
	opacity: 1;
	top: 0;
	left: 0;
	border-top: 135px solid rgba(0, 0, 0, .5);
	border-left: 135px solid rgba(0, 0, 0, .5);
	border-bottom: 135px solid rgba(0, 0, 0, .5);
	border-right: 135px solid rgba(0, 0, 0, .5)
}

.effect.effect-nine .icons-block {
	z-index: 1000;
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px
}

.effect.effect-nine .icons-block .social-icon-1,
.effect.effect-nine .icons-block .social-icon-2,
.effect.effect-nine .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-nine:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-nine:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-nine:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-nine .icons-block i {
	color: rgba(255, 255, 255, .9);
	padding-left: 7px;
	font-size: 1.2rem
}

.effect.effect-ten {
	background-color: #162633
}

.effect.effect-ten img {
	transition: all .35s;
	transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
	-webkit-transition: all .35s;
	-webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-ten:hover img {
	opacity: .85;
	transform: translate3d(0, 0, 0) scale(1, 1);
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1)
}

.effect.effect-ten h2 {
	transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transition: all .35s;
	-webkit-transition: all .35s;
	font-family: Oswald;
	z-index: 2;
	position: relative;
	padding-top: 10%
}

.effect.effect-ten:hover h2 {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-ten p {
	font-size: .8rem;
	line-height: 1.1;
	padding-top: 5px;
	transform: translate3d(0, 10px, 0);
	transition: all .35s;
	-webkit-transform: translate3d(0, 10px, 0);
	-webkit-transition: all .35s;
	font-family: Poppins
}

.effect.effect-ten:hover p {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-ten .tab-text {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 300px
}

.effect.effect-ten .tab-text:after {
	content: "";
	width: 180%;
	height: 180%;
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .45) 50%);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.effect.effect-ten .tab-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(132, 132, 132, .45) 50%, rgba(255, 255, 255, .65) 65%);
	transform: rotate3d(-1, 1, 0, 20deg);
	transform-origin: 50% 50%;
	transition: width .2s linear .2s, height .2s linear .2s, bottom .2s linear 0s, right .2s linear 0s;
	-webkit-transform: rotate3d(-1, 1, 0, 20deg);
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: width .2s linear .2s, height .2s linear .2s, bottom .2s linear 0s, right .2s linear 0s
}

.effect.effect-ten:hover .tab-text:after {
	top: -80%;
	left: -80%;
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .45) 60%)
}

.effect.effect-ten:hover .tab-text:before {
	width: 100%;
	height: 100%;
	bottom: 50%;
	right: 50%;
	-webkit-transition: width .2s linear 0s, height .2s linear 0s, bottom .2s linear .2s, right .2s linear .2s;
	transition: width .2s linear 0s, height .2s linear 0s, bottom .2s linear .2s, right .2s linear .2s
}

.effect.effect-ten .icons-block {
	z-index: 1000;
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px
}

.effect.effect-ten .icons-block .social-icon-1,
.effect.effect-ten .icons-block .social-icon-2,
.effect.effect-ten .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-ten:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-ten:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-ten:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-ten .icons-block i {
	color: rgba(255, 255, 255, .9);
	padding-left: 7px;
	font-size: 1.2rem
}

.effect.effect-eleven {
	background-color: #3498db
}

.effect.effect-eleven img {
	transform: translate3d(-10px, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-eleven:hover img {
	opacity: .6;
	transform: translate3d(-30px, 0, 0) scale(1.1, 1.1);
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.1, 1.1)
}

.effect.effect-eleven h2 {
	text-align: left;
	transform: translate3d(-10px, 0, 0);
	transition: all .55s 0s;
	-webkit-transform: translate3d(-10px, 0, 0);
	-webkit-transition: all .55s 0s;
	font-family: Oswald;
	z-index: 2;
	position: relative;
	padding-top: 10%
}

.effect.effect-eleven:hover h2 {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-eleven p {
	text-align: left;
	line-height: 1.2;
	padding-top: 34px;
	padding-left: 1px;
	font-size: .9rem;
	transform: translate3d(15px, 0, 0);
	-webkit-transform: translate3d(15px, 0, 0);
	opacity: 0;
	transition: all .35s 0s;
	z-index: 5;
	position: absolute;
	word-spacing: 3px;
	top: 65px;
	width: calc(100% - 4em);
	font-family: Poppins
}

.effect.effect-eleven:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.effect.effect-eleven .tab-text:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-top: 125px solid rgba(255, 255, 255, .3);
	border-right: 350px solid transparent;
	border-bottom: 125px solid rgba(255, 255, 255, .3);
	transform: translate3d(-100%, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-eleven .tab-text:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-top: 125px solid transparent;
	border-right: 350px solid rgba(255, 255, 255, .3);
	border-bottom: 125px solid transparent;
	transform: translate3d(100%, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(100%, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-eleven:hover .tab-text:after,
.effect.effect-eleven:hover .tab-text:before {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.effect.effect-eleven .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}

.effect.effect-eleven .icons-block .social-icon-1,
.effect.effect-eleven .icons-block .social-icon-2,
.effect.effect-eleven .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-eleven:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-eleven:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-eleven:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-eleven .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

.effect.effect-twelve {
	background: #42b078
}

.effect-twelve .tab-text h2 {
	position: relative;
	padding: .5em 0;
	text-align: left;
	overflow: hidden;
	font-family: Oswald
}

.effect.effect-twelve h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	transform: translate3d(-100%, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-twelve:hover h2:after {
	transform: translate3d(0, 0, 0)
}

.effect-twelve .tab-text p {
	padding: .7em 0;
	font-size: .8rem;
	text-align: left;
	line-height: 1.1;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	opacity: 0;
	transition: all .35s;
	-webkit-transition: all .35s;
	font-family: Poppins
}

.effect-twelve:hover p {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1
}

.effect.effect-twelve img {
	max-width: none;
	opacity: 1;
	transform: translate3d(-10px, 0, 0);
	transition: all .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	-webkit-transition: all .35s
}

.effect.effect-twelve:hover img {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: .4
}

.effect.effect-twelve .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}

.effect.effect-twelve .icons-block .social-icon-1,
.effect.effect-twelve .icons-block .social-icon-2,
.effect.effect-twelve .icons-block .social-icon-3 {
	transition: all .5s ease-in-out;
	opacity: 0
}

.effect.effect-twelve:hover .social-icon-1 {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}

.effect.effect-twelve:hover .social-icon-2 {
	opacity: 1;
	transition-delay: .4s;
	transition-duration: .5s
}

.effect.effect-twelve:hover .social-icon-3 {
	opacity: 1;
	transition-delay: .5s;
	transition-duration: .5s
}

.effect.effect-twelve .icons-block i {
	color: rgba(255, 255, 255, 1);
	padding-left: 10px;
	font-size: 1.3rem
}

@media (max-width:575px) {
	.effect.effect-two p.description {
		bottom: 5.8em
	}
}

@media (min-width:576px) and (max-width:767px) {
	.tab .effect .tab-text h2 {
		font-size: 1.3rem!important;
		font-family: Oswald
	}
	.effect.effect-two p.description {
		bottom: 5.8em
	}
}

@media (min-width:768px) and (max-width:991px) {
	.effect h2 {
		font-size: 1.3rem!important
	}
}

.row {
	flex-wrap: wrap;
	display: flex;
}

@media only screen and (max-width: 768px) {
	[class*="col-"] {
		width: 100%;
	}
}

#present {
	background: #353535;
	color: black;
	border-radius: 5px;
	border: 1px solid #ffd434;
	border-style: dotted;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	text-align: justify;
	margin: 2px;
}

@media (min-width: 768px) {
	.col {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	body {
		background-color: lightblue;
	}
}

.col-sm-2 {
	background: #f93;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	min-height: 150px;
	padding-top: 6px;
}

.col-sm-2:nth-of-type(even) {
	background: #69c;
}

.row-centered {
	text-align: center;
}

.spacer5 {
	height: 5px;
}

.psycho {
	width: 80%;
	max-width: 100%;
}

.icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
}

.icontext {
	text-align: center;
	width: 100%;
	font-family: 'poppins';
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	height: 30px;
}

.metro {
	color: red !important;
}

#equal {
	color: #000;
	margin-bottom: -20px;
}

.ipsum {
	text-align: center;
	color: #e4e4e4;
	font-weight: bold;
	text-transform: none;
	font-family: 'Raleway';
	height: 80px;
	font-size: 10px;
	padding-top: -15px;
}

#but {
	width: 100%
}

.extra {
	margin: 10px;
}

.price {
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background-color: #0674aa;
	border-radius: 3px;
	align-self: flex-end;
}

#courses {
	background-image: url("../images/dot.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	object-fit: cover;
	background-size: cover;
	background-position: top;
}

.feedback {
	background-color: #31B0D5;
	color: white;
	padding: 10px 20px;
	border-radius: 4px;
	border-color: #46b8da;
}

#mybutton {
	position: fixed;
	bottom: -4px;
	right: 10px;
}

.container {
	position: relative;
	overflow: hidden;
}

#map {
	width: 500px;
	height: 300px;
}

.me {
	color: #000;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.border {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

.me {
	font-size: 15px;
	color: #353535;
	font-weight: 500;
	text-align: justify;
}

.move {
	padding-left: 19px;
}

.ico {
	color: #0067f4;
	font-size: 15px;
	font-weight: 900
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.content {
	height: 100%;
	padding: 20px 20px 10px;
	color: #fff;
}

.colour-1 {
	background: #353535;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #ffd434;
	border-style: dotted;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.colour-2 {
	background: #3C6E71;
}

.colour-3 {
	background: #70AE6E;
}

.colour-4 {
	background: #82204A;
}

.colour-5 {
	background: #558C8C;
}

.colour-6 {
	background: #917C78;
}

.content h3 {
	margin-top: 0px;
	font-weight: 300;
}

h1 {
	font-weight: 300;
	margin-bottom: 40px;
}

.write {
	text-align: center;
	color: #fff;
	font-family: 'Poppins';
	margin-top: 0px;
	margin-bottom: 32px;
	height: 205px;
}

#slidy-container {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-size: cover;
	height: 850px;
	position: relative;
	background-color: #fff;
}

.test {
	width: 60% important
}

.mode {
	background-color: #CDDC39;
}

.rounded {
	border-radius: 50%;
}

.ch-grid {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
	display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 8px #ffd434e3, 0 1px 2px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease-in-out;
}

.ch-img-1 {
	background-image: url("../images/Snap.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.ch-img-2 {
	background-image: url("../images/Qgis.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.ch-img-3 {
	background-image: url("../images/engine.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.ch-info {
	position: absolute;
	background: rgba(63, 147, 147, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 140px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 8px 5px;
	font-style: italic;
	margin: -50px 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ch-item:hover .ch-info {
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

.none {
	text-decoration: none;
	color: #CDDC39 !important
}

.slider,
.slider>div {
	background-position: center center;
	display: block;
	width: 100%;
	height: 50vh;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	overflow: hidden;
	-moz-transition: transform .4s;
	-o-transition: transform .4s;
	-webkit-transition: transform .4s;
	transition: transform .4s;
}

.slider>div {
	position: absolute;
}

.slider>i {
	color: #5bbd72;
	position: absolute;
	font-size: 60px;
	margin: 20px;
	top: 40%;
	text-shadow: 0 10px 2px #223422;
	transition: .3s;
	width: 30px;
	padding: 10px 13px;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	cursor: pointer;
	line-height: 0;
	box-sizing: content-box;
	border-radius: 3px;
	z-index: 4;
}

.slider>i svg {
	margin-top: 3px;
}

.slider>.left {
	left: -100px;
}

.slider>.right {
	right: -100px;
}

.slider:hover>.left {
	left: 0;
}

.slider:hover>.right {
	right: 0;
}

.slider>i:hover {
	background: rgb(228, 13, 13);
	background: rgba(255, 255, 255, .8);
	transform: translateX(-2px);
}

.slider>i.right:hover {
	transform: translateX(2px);
}

.slider>i.right:active,
.slider>i.left:active {
	transform: translateY(1px);
}

.slider:hover>div {
	transform: scale(1.01);
}

.hoverZoomOff:hover>div {
	transform: scale(1);
}

.slider>ul {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 4;
	padding: 0;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	display: flex;
}

.slider>ul>li {
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	list-style: none;
	float: left;
	margin: 10px 10px 0;
	cursor: pointer;
	border: 1px solid #fff;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.slider>ul>.showli {
	background-color: #ffd434;
}

.slider>ul>li:hover {
	background-color: #7EC03D;
}

.slider>.show {
	z-index: 1;
}

.hideDots>ul {
	display: none;
}

.showArrows>.left {
	left: 0;
}

.showArrows>.right {
	right: 0;
}

.titleBar {
	z-index: 2;
	display: inline-block;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	width: 100%;
	bottom: 0;
	transform: translateY(100%);
	padding: 20px 30px;
	transition: .3s;
	color: #fff;
}

.titleBar * {
	transform: translate(-20px, 30px);
	transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
	opacity: 0;
}

.titleBarTop .titleBar * {
	transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
	transform: translate(0);
	opacity: 1;
}

.titleBarTop .titleBar {
	top: 0;
	bottom: initial;
	transform: translateY(-100%);
}

.slider>div span {
	display: block;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	padding: 0;
	width: 100%;
}

@keyframes boing {
	0% {
		transform: scale(1.2);
	}
	40% {
		transform: scale(.6);
	}
	60% {
		transform: scale(1.2);
	}
	80% {
		transform: scale(.8);
	}
	100% {
		transform: scale(1);
	}
}

.blink {
	animation: blink 1s linear infinite;
	color: #cddc39 !important;
	text-align: center;
	font-family: 'Poppins';
	margin-top: 0px;
	margin-bottom: 32px;
	height: 110px;
}

.href {
	color: #cebf40
}

.counter_visitor {
	text-align: center;
	background-color: #353535;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #cddc39;
}

.seat {
	background-color: rgb(0, 190, 255);
	color: #fff;
	text-align: center !important;
	font-size: 10px;
	margin-top: 5px;
	padding: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

.author {
	color: cornflowerblue;
}

.tinted-image1 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac1.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image2 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac2.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image3 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac3.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image4 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac4.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image5 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac5.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image6 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac6.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image7 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac7.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image8 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac8.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image9 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac9.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image10 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac10.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image11 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac11.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image12 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac12.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image13 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac13.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image14 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac14.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image15 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac15.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image16 {
	padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac16.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}

.ng {
	position: relative;
	width: auto;
	height: auto;
	cursor: pointer;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	transition: background 0.5s ease;
}

.ng:hover .overlay {
	display: block;
	background-image: linear-gradient(to bottom, rgb(28 125 223) 0%, rgb(2 27 121 / 36%) 51%, rgb(5 117 230 / 75%) 100%);
}

.kl {
	width: 75%;
	height: 36vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ng:hover .title {
	top: 90px;
}

.gh {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease;
}

.gh a {
	/* width: 200px; */
	/* padding: 12px 48px; */
	text-align: center;
	color: white;
	z-index: 1;
}

.ng:hover .gh {
	opacity: 1;
}

@media (max-width: 767px) {
	.tabset>label {
		position: relative;
		display: inline-block;
		padding: 15px 15px 25px;
		border: 1px solid transparent;
		border-bottom: 0;
		cursor: pointer;
		font-weight: 600;
		width: 100% !important;
	}
	.tinted-image1 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac1.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
		
	}
	
	.tinted-image2 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac2.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image3 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac3.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image4 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac4.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image5 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac5.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image6 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac6.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image7 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac7.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image8 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac8.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image9 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac9.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image10 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac10.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image11 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac11.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image12 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac12.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image13 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac13.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image14 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac14.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image15 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac15.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	
	.tinted-image16 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac16.jpg) !important;
		background-position: center;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
	.er {
		font-size: 15px !important;
		color: #333333;
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding: 10px !important;
		border-radius: 5px;
		margin-top: -5px
	}
	.lk {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		color: #3f51b5;
		margin: 0px;
		font-size: 17px !important;
		padding: 5px;
	}
	.lu {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		color: #3f51b5;
		margin: 0px;
		font-size: 17px !important;
	}
	.ij {
		padding: 15px !important;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	.ji,
	.lt {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		color: #e91e63;
		font-size: 15px !important;
		padding: 5px 0px !important;
	}
	.hu {
		font-family: "Poppins", sans-serif;
		font-weight: 500;
		color: #333333;
		margin: 0px;
		font-size: 15px !important;
		text-align: center;
	}
	.iu {
		font-size: 15px !important;
	}
	.dt {
		font-size: 17px !important;
	}
	.days {
		width: 35px !important;
		height: 50px !important;
		padding: 10px 0px !important;
		border: 4px solid #ffd54f !important;
	}
	.hours {
		width: 35px !important;
		height: 50px !important;
		padding: 10px 0px !important;
		border: 4px solid #8bc34a !important;
	}
	.minutes {
		width: 35px !important;
		height: 50px !important;
		padding: 10px 0px !important;
		border: 4px solid #2196f3 !important;
	}
	.second {
		width: 35px !important;
		height: 50px !important;
		padding: 10px 0px !important;
		border: 4px solid #e91e63 !important;
	}
	.smalltext {
		font-size: 15px !important;
	}
	.navgition.navgition-transparent {
		height: 80px !important
	}
	.tu {
		font-size: 20px !important;
		font-weight: 600;
		line-height: 35px !important;
		color: #121212;
	}
	.iconi {
		font-size: 25px !important;
	}
	.section-title .text {
		font-size: 16px !important;
		line-height: 25px !important;
		color: #333;
	}
	.navgition.navgition-transparent {
		background-color: #00000000;
	}
	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img,
	.img-responsive,
	.thumbnail a>img,
	.thumbnail>img {
		display: block;
		max-width: 100%;
	}
	.carousel-caption {
		position: absolute;
		/* right: 5%; */
		bottom: 24px;
		/* left: 5%; */
		z-index: 10;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
		font-size: 15px;
	}
	.lh1 {
		font-size: 16px !important;
		color: #333;
		font-family: 'Inter', sans-serif;
		font-weight: normal;
		text-align: left;
	}
	.carousel-indicators {
		bottom: 5px;
	}
	.ip {
		font-size: 15px !important;
		padding: 0px 10px
	}
	.navgition.sticky {
		background-color: #000 !important;
		position: fixed;
		-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16) !important;
		-moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16) !important;
		box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16) !important;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.dui,
	.dui2,
	.dui3,
	.bhf,
	.v-s {
		padding: 20px 0px !important;
		border-style: dotted;
	}
	.tuio {
		font-size: 15px !important;
	}
	.hui {
		font-size: 15px !important;
	}
	.tui {
		font-size: 16px !important;
		font-weight: 600;
		line-height: 35px !important;
		color: #121212;
	}
	.self {
		width: 50% !important;
		margin-bottom: 0px !important;
	}
	.tuiop {
		font-size: 16px !important;
		font-weight: 600;
		line-height: 35px !important;
		color: #121212;
	}
	.yukio {
		height: auto !important
	}
	.fbu {
		width: 100%;
		height: auto !important
	}
	.via {
		position: absolute;
		top: -7vh !important;
		left: 2vh !important;
		color: #ffff00;
		font-size: 10px !important;
		background-color: #0964edd4;
		font-family: "Poppins", sans-serif;
		margin: 0px;
		text-align: left;
		width: auto;
		padding: 5px !important;
		line-height: 1.3 !important;
		font-weight: 600;
	}
	.nh {
		font-size: 10px !important;
	}
	.tuim {
		font-size: 15px !important;
		font-weight: 600;
		line-height: 40px;
		color: #333;
		text-align: center;
	}
	.po {
		background: #f24516;
		color: #fff !important;
		font-family: 'Poppins';
		font-weight: 600;
		font-size: 14px !important;
		padding: 10px;
		border: none;
		cursor: pointer;
		border-radius: 50px;
		text-align: center;
		margin: 5px;
	}
	.neuim {
		-webkit-text-fill-color: #f24516;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		font-size: 17px !important;
	}
	.po {
		width: 90%;
	}
	.navgition .navbar .navbar-nav .nav-item a {
		font-size: 15px;
		text-align: left;
	}
	.navbar {
		margin-bottom: 0px !important;
	}
	.common {
		margin: 0 !important;
	}
}

.nu {
	color: #ffff00 !important;
}

.ip {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #FFFF00;
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.common {
	background-image: linear-gradient(to right, #00000000, #00000061, #00000000);
	padding: 20px 0px;
	margin: 0 10%;
}

.training {
	background-color: #ffffff;
	text-align: center;
}

.lk {
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-stretch: expanded;
	margin: 0px;
	font-size: 38px;
	text-align: center;
}

.lu {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #3f51b5;
	margin: 0px;
	font-size: 30px;
	padding: 5px 0px 0px 0px;
}

.dt {
	font-weight: 700;
	color: #ff5722;
	font-size: 25px;
}

.iu {
	color: #2196f3;
	font-weight: 700;
	font-size: 25px;
}

.lt {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #ff5722;
	margin: 0px;
	font-size: 25px;
	padding: 10px
}

.title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #3f51b5;
	margin: 0px;
	font-size: 40px;
}

.ji {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 25px;
	text-align: center;
	padding: 5px;
	font-style: italic;
}

.hu {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #FFFF00;
	margin: 0px;
	font-size: 25px;
	text-align: center;
}

.via {
	position: absolute;
	top: -18vh;
	left: -15vh;
	color: #ffff00;
	font-size: 20px;
	background-color: #0964edd4;
	font-family: "Poppins", sans-serif;
	margin: 0px;
	text-align: left;
	width: auto;
	padding: 5px 30px;
	line-height: 1.5;
	font-weight: 600;
}

.nh {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}

.nh:focus,
.nh:hover {
	color: #fff
}

.bg {
	font-weight: 700;
	color: #FFFF00;
	margin: 0px;
	font-size: 28px;
}

.via1 {
	background-color: #559110d9;
	position: absolute;
	top: -17vh;
	color: #fff;
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	margin: 0px;
	font-size: 20px;
	text-align: left;
	width: auto;
	padding: 5px 30px;
	line-height: 1.2;
	font-weight: 600;
}

.hui {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	font-size: 25px;
	text-align: center;
}

.ij {
	padding: 5px 0;
}

.ko {
	background-color: #ffffff;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 10px;
}

#timer {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #999;
	letter-spacing: -1px;
}

#timer span {
	font-size: 60px;
	color: #333;
	margin: 0 3px 0 15px;
}

#timer span:first-child {
	margin-left: 0;
}

.er {
	font-size: 30px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}

.kp {
	color: red;
}

.days {
	width: 70px;
	height: 100px;
	padding: 20px 0px;
	border: 10px solid #f24516;
	background: #0000005c;
	font-weight: bold;
}

.hours {
	width: 70px;
	height: 100px;
	padding: 20px 0px;
	border: 10px solid #8bc34a;
	background: #0000005c;
	font-weight: bold;
}

.minutes {
	width: 70px;
	height: 100px;
	padding: 20px 0px;
	border: 10px solid #2196f3;
	background: #0000005c;
	font-weight: bold;
}

.second {
	width: 70px;
	height: 100px;
	padding: 20px 0px;
	border: 10px solid #ffff00;
	background: #0000005c;
	font-weight: bold;
}

.smalltext {
	font-size: 20px;
}

.dui {
	background-color: #fff;
	padding: 30px;
	/*border-top: 1px solid rgb(204, 204, 204);*/
	border-bottom: 1px solid rgb(204, 204, 204);
	border-style: dotted;
}

.dui2 {
	background-color: #fdf8e4;
	padding: 30px;
}

.tu {
	font-size: 25px;
	line-height: 40px;
	color: #1c1b1b;
	font-family: 'Poppins';
	font-weight: 600;
	text-align: left;
}

.tu::after {
	content: '';
	border-bottom: 1px solid rgb(204, 204, 204);
	width: 100px;
	display: block;
	margin-bottom: 20px !important;
	margin-top: 10px !important;
}
.gy---{
	color: #a52a2a;
}
.lh {
	font-size: 18px;
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    padding: 5px 0px;
}

.lh-- {
	font-size: 20px;
	line-height: 40px;
	color: #333;
	font-family: 'Georgia', sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 5px 0px;
}

.lh1 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
}

.lh::after {
	content: '';
    border-bottom: 2px solid #ff9800;
    width: 100px;
    display: block;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.ht--::after {
	content: '';
    border-bottom: 2px solid #d2691e;
    width: 100px;
    display: block;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.te {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	text-align: left;
}
.ht--{
	color: #000080;
}
.know {
	color: #fff !important;
    text-align: center;
    /* background-image: linear-gradient(to right, #ff00 0%, #f5deb3 51%, #ffeb3b 100%); */
    padding: 8px 10px;
    border-radius: 50px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #4682b4;
	
}
.sbn--{
	color: #f44336 !important;
}
.know:hover {
	color: #333 !important;
	text-align: center;
	background: linear-gradient(to right, #fff, #fff);
	padding: 8px 10px;
	border-radius: 50px;
	font-size: 15px;
	/* border: 2px solid #ffeb3b; */
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	cursor: pointer;
}
.knows {
	color: #333 !important;
    text-align: center;
    background-image: linear-gradient(to right, #ffffff2b 0%, #8bc34a 51%, #4bb550 100%);
    padding: 8px 10px;
    border-radius: 50px;
    font-size: 15px;
    border: 2px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    cursor: pointer;
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.knows:hover {
	color: #333 !important;
	text-align: center;
	background: linear-gradient(to right, #fff, #fff);
	padding: 8px 10px;
	border-radius: 50px;
	font-size: 15px;
	border: 2px solid #8bc34a;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	cursor: pointer;
}
.tui {
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	color: #3f51b5;
}

.fg {
	font-size: 16px;
	color: #333;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	padding-top: 20px;
	text-align: justify;
}

.fg li {
	margin: 0px 0px 20px;
}

.comm {
	background-image: linear-gradient(to right, rgb(150 211 75) 0%, rgb(86, 171, 47) 51%, rgb(86, 171, 47) 100%);
	background-size: 100%;
	background-repeat: repeat;
	font-size: 23px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% auto;
}

.comm1 {
	background-image: linear-gradient(to right, rgb(238, 168, 73) 0%, rgb(244, 107, 69) 51%, rgb(244, 107, 69) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	height: 42px;
	width: 42px;
	float: right;
	padding: 10px;
	font-size: 23px;
	background-size: 200% auto;
}

.dui3 {
	background-color: #f6fbff;
	padding: 30px;
	}

.iconi {
	color: #e91e63;
	font-size: 35px;
}

.tanjiro {
	font-size: 15px;
	line-height: 25px;
	color: #343232;
	font-family: 'Inter', sans-serif;
	padding: 15px;
	text-align: justify;
}

.tanjiro:hover {
	cursor: pointer;
}

.bhf {
	background-color: #ffffff;
	padding: 20px 40px;
}

.tuio {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #ff5722;
}

.tuiop {
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	color: #000080
}

.gu {
	font-size: 14px;
	line-height: 20px;
	color: #121212;
	padding: 5px 0px;
}

.vc {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dbd9d9;
}

.fa-angle-double-right {
	color: #187b26;
	width: 22px;
	height: 22px;
	padding: 0px;
	border-radius: 50px;
	text-align: center;
}

.v-s {
	background-color: #ffffff;
	padding: 20px 40px;
}

.yukio {
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.yukio::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.yukio::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.yukio::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #c1c1c1;
}

.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.okumura {
	font-size: 15px;
	line-height: 20px;
	color: #333;
	padding: 10px;
}

#map {
	width: 100% !important;
	height: 40vh;
	margin: 0;
	padding: 0;
}

#map {
	position: relative;
}

.fbu {
	width: 100%;
	height: 25vh
}

.textk {
	font-size: 16px;
    color: #333;
    padding: 10px;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.fly {
	background-color: red;
	width: 70%;
	float: left;
	padding: 2px;
	margin: 5px
}

.fly-o {
	background-color: blue;
	width: 30%;
	float: right;
	padding: 2px;
}

.tg {
	display: inline-block;
	margin: 2px;
}

#left,
#right {
	width: 49%;
	margin: 1px;
	padding: 1em;
	background: white;
	background-clip: border-box;
	border: 1px solid #c3bfbf;
}

#bottom {
	width: 100%;
	margin: 1px;
	padding: 10px;
	background: white;
	background-clip: border-box;
	border: 1px solid #c3bfbf;
	height: 220px;
	color: red;
}

#left {
	float: left;
}

#right {
	float: right;
}

.lo-- {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 100px !important;
	display: block;
	text-align: center;
	color: #e91e63;
	padding-top: 10px;
}

.bch {
	color: #000;
	padding: 10px 0px;
}

.tuim {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}

.tuim:focus,
.tuim:hover {
	color: #333;
}

.p {}

.container1 {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: background 0.5s ease;
}

.container1:hover .overlay {
	display: block;
	background: rgb(0 0 0 / 73%);
	border: 1px solid #ddd;
}

.title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 120px;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	z-index: 1;
	transition: top .5s ease;
}

.container1:hover .title {
	top: 90px;
}

.button {
	position: absolute;
	width: auto;
	left: 27%;
	top: 150px;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease;
}

.button a {
	width: auto;
	padding: 12px 48px;
	text-align: center;
	color: #fff;
	border: solid 2px white;
	z-index: 1;
}

.button1 {
	position: absolute;
	width: auto;
	left: 27%;
	top: 220px;
	text-align: center;
	opacity: 0;
	transition: opacity .35s ease;
	background: black;
}

.button1 a {
	width: auto;
	padding: 12px 48px;
	text-align: center;
	color: #ffff00;
	border: solid 2px white;
	z-index: 1;
}

.container1:hover .button {
	opacity: 1;
}

.day {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-family: "Poppins", sans-serif;
}

.lku {
	color: #c7c8d1;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #c7c8d1;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 30px;
	height: 30px;
}

.march {
	color: #333;
	text-align: center;
	font-size: 20px;
	position: relative;
	top: -16vh;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	font-family: "Poppins", sans-serif;
	font-weight: 700
}

.uis {
	background-color: #000;
	margin-top: -15vh;
}

.table-bordered {
	border: 1px solid #ddd !important;
}

table caption {
	padding: .5em 0;
}

table tfoot tr td {
	text-align: center !important;
}

@media (max-width: 39.9375em) {
	.tablesaw-stack tbody tr:not(:last-child) {
		border-bottom: 2px solid #0B0B0D;
	}
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 50px;
	line-height: 31px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #2196f3;
	color: #fff;
	overflow: hidden;
	position: relative;
	width: 50%;
	padding: 5px;
	text-align: center;
}

.tab_last {
	border-right: 1px solid #ddd;
}

ul.tabs li:hover {
	background-color: #096bb9;
	color: #fff;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #ddd;
	display: block;
}

.tab_container {
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 480px) {
	.in___ttt {
		color: #ffff00;
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		padding: 5px;
		font-weight: 800;
		margin: 5px 0px;
		border-radius: 5px;
	}
	.main---{
		display: block !important;
	}
	.register--, .register--:focus, .register--:hover{
		margin: 5px !important;
	}
	.text-- {
		font-size: 16px !important;
		line-height: 30px;
		color: #333;
		font-family: 'Inter', sans-serif;
		font-weight: normal;
	}
	.back-to-top {
		position: fixed;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 50%;
		text-align: center;
		background-color: #3f51b5;
		bottom: 40px;
		right: 20px;
		z-index: 999;
		color: #ffebeb;
		font-size: 20px;
		-webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
		-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
		display: block;
	}
	.textk {
		font-size: 14px;
		color: #333;
		padding: 10px;
		text-align: center;
		font-family: 'Inter', sans-serif;
	}
	.sv---{
		float: left !important;
	}
	.lh {
		font-size: 16px;
		color: #333;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		text-align: left;
		padding: 5px 0px;
	}
	.rightto--text {
		font-size: 18px !important;
		padding: 35px 5px !important;
	}
	.rightto--text1 {
		font-size: 18px !important;
	}
	.multi-sg-p {
		font-size: 14px !important;
	}
	.rightto-details {
		font-size: 13px !important;
	}
	.multi-sg {
		background-color: #fff !important;
		color: #333 !important;
		border: 1px solid rgb(204, 204, 204) !important;
		display: flow-root;
		background-color: #fff !important;
		color: #333 !important;
		border: 1px solid rgb(204, 204, 204) !important;
		display: flow-root;
	}
	.multi-sg-p-sp {
		padding: 0px !important;
	}
	table td {
		font-size: 15px !important;
		line-height: 18px !important;
		color: #333 !important;
		font-family: 'Inter', sans-serif !important;
		font-weight: normal !important;
		padding: 5px !important;
	}
	.youtube-video .modal-dialog {
		position: absolute;
		left: 0;
		right: 0;
		top: 200% !important;
		bottom: 0;
		margin: auto;
		width: 100%;
		padding: 0 15px;
		height: 100%;
		max-width: 1000px !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.info-item {
		flex: 1 1 100% !important;
		min-height: 100px;
		padding: 50px;
	}
	.info-box {
		/* margin: 2rem auto 0 auto; */
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		padding: 20px !important;
		color: red;
		border: 1px solid rgb(204, 204, 204);
	}
	.grid1,
	.grid2 {
		border-right: 0px !important;
	}
	.grid4,
	.grid5 {
		border-right: 0px !important;
		border-bottom: 1px solid #ddd;
	}
	.container2 {
		display: block !important;
		/* grid-template-columns: auto auto auto auto; */
		/* padding: 10px; */
		position: relative;
		width: 100%;
		border: 1px solid #ddd;
		margin-top: 16vh;
	}
	.cards-child {
		margin: 0px 5px !important;
	}
	.gh {
		position: absolute;
		width: 100%;
		left: 0;
		top: 140px !important;
		text-align: center;
		opacity: 0;
		transition: opacity .35s ease;
	}
	.cards-parent {
		max-width: 100%;
		margin: 0 auto;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
	}
	.gh {
		position: absolute;
		width: 100%;
		left: 0;
		top: 205px;
		text-align: center;
		opacity: 0;
		transition: opacity .35s ease;
	}
	.cd {
		width: 100%;
		height: 52vh !important;
		line-height: 2em;
		padding: 0;
		margin: 0;
		overflow: scroll;
		overflow-x: hidden;
	}
	.navbar {
		min-height: 70px !important;
	}
	.jo-- {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.navgition .navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #fff;
	}
	.ju {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.obj {
		padding: 20px;
	}
	.pts div a:nth-child(1) {
		position: relative;
		z-index: 1;
		background-color: #eea749;
		text-decoration: underline;
	}
	.pts div a:nth-child(2) {
		position: relative;
		z-index: 3;
		background-color: #8bc34a;
		text-decoration: underline;
		margin-left: -80px !important;
		margin-top: -12vh;
	}
	.circle {
		display: inline-block;
		height: 180px !important;
		width: 180px !important;
		border-radius: 50%;
		color: white;
	}
	.tanjiro {
		font-size: 15px;
		line-height: 20px;
		color: #343232;
		font-family: 'Inter', sans-serif;
		padding: 10px;
		text-align: justify;
	}
	.kl {
		width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.knowz {
		margin-left: 60% !important;
	}
	.card {
		height: auto !important;
	}
	.pointy {
		margin: 0px !important;
		padding-left: 10px !important;
	}
	.pointy:before {
		display: none !important;
	}
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #2196f3;
		color: #fff;
		border-top: 1px solid #ddd;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size: 14px
	}
	.d_active {
		background-color: #fff;
		color: #333;
		font-size: 14px;
		border-bottom: 1px solid #ddd
	}
}

.ind1 {
	color: #a52a2a;
}

.ind2 {
	color: #556b2f;
}

.ind3 {
	color: #000080;
}

.fa-volume-up,
.fa-cutlery {
	color: #2196f3;
	background: #ffffff;
	text-align: center;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.fa-user-circle-o {
	color: #333;
	font-size: 120px !important;
	text-align: center !important;
}

.re {
	background: #ffffff;
	padding: 30px;
	text-align: center;
	height: 100%;
	width: 100%;
}

.selfiu {
	margin: 20px 0px;
}

.layer {
	background-color: rgba(248, 247, 216, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.po {
	background: #0000008c;
	color: #fff !important;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 14px;
	padding: 15px;
	border: none;
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
	margin: 5px;
	border: 2px solid #ddd;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.po:hover {
	background-color: #ffffff;
	color: #000 !important;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 14px;
	padding: 15px;
	border: 2px solid #fff;
}

.hui::after {
	content: '';
	border-bottom: 5px solid #ffff00;
	width: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.neuim {
	-webkit-text-fill-color: #ed4417;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-size: 40px;
}

.jiom {
	flex-direction: center;
	text-align: center;
	color: red
}

#all {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}

#close-video {
	border: 4px solid;
	border-radius: 50%;
	background: transparent;
	font-size: 26px;
	color: #8D908A;
	height: 56px;
	width: 56px;
	text-align: center;
}

.youtube-video .modal-dialog {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	padding: 0 15px;
	height: 100%;
	max-width: 1000px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

iframe#youtubevideo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.youtube-video .modal-footer {
	border: none;
	text-align: center;
	display: block;
	padding: 0;
}

.youtube-video .modal-content {
	background: none !important;
	border: none;
}

.modal-header .close {
	margin: 0;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #1b1c20;
	color: #ffffff;
	font-size: 30px;
	opacity: 1;
	z-index: 10;
	border: 1px solid #585b66;
}

table {
	border: 1px solid rgb(204, 204, 204);
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

table tr {
	border: 1px solid rgb(204, 204, 204);
	padding: 5px !important;
}

table th,
table td {
	padding: 0em;
	border: 1px solid rgb(204, 204, 204);
}

table td {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
}

table th {
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	color: #1c1b1b;
	font-family: 'Poppins';
}

.tabset>input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
	display: block;
}

.tabset>label {
	float: left;
	margin: 0;
	cursor: pointer;
	line-height: 31px;
	border: 1px solid rgb(204, 204, 204);
	color: #72706f;
	overflow: hidden;
	position: relative;
	width: 50%;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-family: 'Poppins';
	font-weight: normal;
}

.tabset>label::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 100px;
	height: 2px;
}

.tabset>input:checked+label {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: 'Poppins';
	background-color: #2196f3;
	font-weight: 600;
}

.tab-panel {
	border-top: 1px solid rgb(204, 204, 204);
}

.tabset {
	max-width: 100%;
	margin-top: 20px;
}

.tech {
	color: #a52a2a;
	font-weight: bold;
}

.bulls {
	color: #896a3a;
	padding: 3px;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
	font-size: 13px;
	border-radius: 50px;
}

.ss {
	color: #896a3a !important
}

.rgt {
	background-image: linear-gradient(to right, rgb(60 141 223) 0%, rgb(2, 27, 121) 51%, rgb(5, 117, 230) 100%);
	background-size: 100%;
	background-repeat: repeat;
	font-size: 23px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% auto;
}

.knowy {
	color: #fff !important;
	text-align: center;
	background-image: linear-gradient(to right, rgb(60 141 223) 0%, rgb(2, 27, 121) 51%, rgb(5, 117, 230) 100%);
	padding: 8px 10px;
	border-radius: 50px;
	font-size: 15px;
	border: 2px solid #f0f8ff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	cursor: pointer;
	background-size: 200% auto;
}

.knowy:hover {
	color: #298ddd !important;
	text-align: center;
	background: linear-gradient(to right, #fff, #fff);
	padding: 8px 10px;
	border-radius: 50px;
	font-size: 15px;
	border: 2px solid #298ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	cursor: pointer;
}

.knowa {
	color: #fff !important;
	background-image: linear-gradient(to right, rgb(238, 168, 73) 0%, rgb(244, 107, 69) 51%, rgb(244, 107, 69) 100%);
	padding: 10px 50px;
	border-radius: 50px;
	font-size: 16px;
	border: 2px solid #fff;
	margin-bottom: 20px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-size: 200% auto;
}

.knowz {
	color: #fff !important;
	text-align: center;
	background-image: linear-gradient(to right, rgb(238, 168, 73) 0%, rgb(244, 107, 69) 51%, rgb(244, 107, 69) 100%);
	padding: 2px 5px;
	border-radius: 50px;
	font-size: 15px;
	border: 2px solid #fff;
	margin-bottom: 20px;
	font-weight: 500;
	cursor: pointer;
	margin-left: 68%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-size: 200% auto;
}

.knowz:hover {
	color: rgb(244, 107, 69) !important;
	text-align: center;
	background: linear-gradient(to right, #fff, #fff);
	padding: 2px 5px;
	border-radius: 50px;
	font-size: 15px;
	border: 2px solid #f07b46;
	margin-bottom: 20px;
	font-weight: 500;
	cursor: pointer;
	margin-left: 68%;
	cursor: pointer;
}

.lij {
	width: 100%;
	height: 36vh !important;
	object-fit: cover;
}

.tom {
	margin-bottom: 10px;
}

h1 {
	font-size: 25px;
	line-height: 50px;
	margin: 0px auto;
	z-index: auto;
	cursor: default;
}

h1:before,
h1:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0;
}

.arrow {
	background-color: #EF71D5;
}

.arrow:after,
.arrow:before {
	border-width: 25px 0 25px 25px;
}

.arrow:before {
	border-color: #EF71D5 transparent;
	left: -25px;
}

.arrow:after {
	border-color: transparent #EF71D5;
	right: -25px;
}

.pointy {
	position: relative;
	margin: 0px 42px;
	display: inline-block;
	line-height: 42px;
	color: #fff;
	background-image: linear-gradient(to right, rgb(238, 168, 73) 0%, rgb(244, 107, 69) 51%, rgb(244, 107, 69) 100%);
	background-size: 200% auto;
}

.pointy:after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 21px solid #f46e45;
}

.pointy:before {
	position: absolute;
	content: "";
	left: -42px;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 21px solid #eea749;
	border-bottom: 21px solid #eea749;
	border-right: 21px solid #eea749;
	border-left: 21px solid transparent;
}

.cd {
	width: 100%;
	height: 36vh;
	line-height: 2em;
	padding: 0;
	margin: 0;
	overflow: scroll;
	overflow-x: hidden;
}

.cd::-webkit-scrollbar {
	width: 11px;
	background-color: #F5F5F5;
}

.cd::-webkit-scrollbar-track {
	background-color: #ffffff;
}

.cd::-webkit-scrollbar-thumb {
	background: url(../images/ar.png) #64b6fd00;
	background-size: 90% 15%;
	background-repeat: no-repeat;
	background-position: top;
	height: 30vh;
}

@media only screen and (min-device-width: 1400px) and (max-width: 1920px) {
	.gh {
		position: absolute;
		width: 100%;
		left: 0;
		top: 160px !important;
		text-align: center;
		opacity: 0;
		transition: opacity .35s ease;
	}
	.hko {
		height: 7vh;
	}
	.dui3 {
		background-color: #f6fbff;
		padding: 30px 100px;
	}
	.dui {
		background-color: #fff;
		padding: 30px 100px;
	}
	.dui2 {
		background-color: #fff5ee;
		padding: 30px 150px;
	}
	.knowz {
		color: #fff !important;
		text-align: center;
		background-image: linear-gradient(to right, rgb(238, 168, 73) 0%, rgb(244, 107, 69) 51%, rgb(244, 107, 69) 100%);
		padding: 2px 5px;
		border-radius: 50px;
		font-size: 15px;
		border: 2px solid #fff;
		margin-bottom: 20px;
		font-weight: 500;
		cursor: pointer;
		margin-left: 70%;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		background-size: 200% auto;
	}
	.knowz:hover {
		color: rgb(244, 107, 69) !important;
		text-align: center;
		background: linear-gradient(to right, #fff, #fff);
		padding: 2px 5px;
		border-radius: 50px;
		font-size: 15px;
		border: 2px solid rgb(244, 107, 69);
		margin-bottom: 20px;
		font-weight: 500;
		cursor: pointer;
		margin-left: 70%;
		cursor: pointer;
	}
	.lk {
		font-family: "Poppins", sans-serif !important;
		font-weight: bold !important;
		color: #ffffff !important;
		font-stretch: expanded !important;
		margin: 0px !important;
		font-size: 50px !important;
		text-align: center !important;
	}
	.ip {
		font-family: "Poppins", sans-serif !important;
		font-weight: 600 !important;
		color: #FFFF00 !important;
		font-size: 28px !important;
		text-align: center !important;
		width: 100% !important;
		padding: 5px 20px !important;
		line-height: 35px !important;
	}
	.po {
		background: #0000008c;
		color: #fff !important;
		font-family: 'Poppins';
		font-weight: 500;
		font-size: 16px;
		padding: 15px;
		border: none;
		cursor: pointer;
		border-radius: 50px;
		text-align: center;
		margin: 5px;
		border: 2px solid #ddd;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.po:hover {
		background-color: #ffffff;
		color: #000 !important;
		font-family: 'Poppins';
		font-weight: 500;
		font-size: 16px;
		padding: 15px;
		border: 2px solid #fff;
	}
	.obj {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
		object-fit: cover !important;
		border-radius: 50% !important;
		padding: 35px !important;
		border: 20px solid #ffffff96 !important;
	}
	.pts {
		width: 100% !important;
		text-align: center !important;
		margin: 0 auto !important;
	}
	.circle {
		display: inline-block !important;
		height: 250px !important;
		width: 250px !important;
		border-radius: 50% !important;
		color: white !important;
	}
	.pts div a {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important
	}
	.pts div a:nth-child(1) {
		position: relative !important;
		z-index: 1 !important;
		background-color: #eea749 !important;
		text-decoration: underline !important;
		margin-top: -13vh !important;
	}
	.pts div a:nth-child(2) {
		position: relative !important;
		z-index: 3 !important;
		background-color: #8bc34a !important;
		text-decoration: underline !important;
		margin-left: -100px !important;
	}
	.pts div {
		margin-top: 10vh !important;
		display: flex !important;
		justify-content: center !important;
	}
	.carousel-caption {
		position: absolute !important;
		bottom: 15% !important;
		z-index: 10 !important;
		display: block !important;
		width: 100% !important;
		font-family: 'Inter', sans-serif !important;
		font-weight: normal !important;
		font-size: 15px !important;
		padding: 5px !important;
	}
	.common {
		background-image: linear-gradient(to right, #00000000, #00000061, #00000000);
		padding: 40px 0px !important;
		margin: 0 10% !important;
	}
	.ji {
		font-family: "Poppins", sans-serif !important;
		font-weight: 700 !important;
		color: #FFF !important;
		font-size: 30px !important;
		text-align: center !important;
		padding: 5px 0px 5px 0px !important;
		font-style: italic !important;
	}
	.hu {
		font-family: "Poppins", sans-serif !important;
		font-weight: 600 !important;
		color: #FFFF00 !important;
		margin: 0px !important;
		font-size: 30px !important;
		text-align: center !important;
	}
	.hui {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		color: #fff;
		margin: 0px;
		font-size: 30px;
		text-align: center;
	}
	.hui::after {
		content: '';
		border-bottom: 5px solid #ffff00 !important;
		width: 100px !important;
		display: block !important;
		margin: 0 auto !important;
		margin-bottom: 20px !important;
		margin-top: 10px !important;
	}
	.tinted-image1 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac1.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image2 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac2.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image3 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac3.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image4 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac4.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image5 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac5.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image6 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac6.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image7 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac7.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image8 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac8.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image9 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac9.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image10 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac10.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image11 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac11.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image12 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac12.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image13 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac13.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image14 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac14.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image15 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac15.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.tinted-image16 {
	/* padding-top: 22rem !important;
    padding-bottom: 22rem !important; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0, rgba(0, 0, 0, 0) 100%), url(../images/nesac16.JPG) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    height: 100% !important;
    min-height: 100% !important;
	}
	.cards-parent {
		max-width: 100%;
		margin: 0 auto;
		display: grid;
		grid-gap: 30px;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
		margin-top: 30px;
		text-align: center;
	}
	.sv---{
		float: right;
	}
}

.obj {
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	border-radius: 50%;
	padding: 35px;
	border: 20px solid #ffffff96;
}

.pts {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.circle {
	display: inline-block;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	color: white;
}

.pts div a {
	display: flex;
	justify-content: center;
	align-items: center
}

.pts div a:nth-child(1) {
	position: relative;
	z-index: 1;
	background-color: #eea749;
	text-decoration: underline;
	margin-top: -15vh;
}

.pts div a:nth-child(2) {
	position: relative;
	z-index: 3;
	background-color: #8bc34a;
	text-decoration: underline;
	margin-left: -75px;
}

.pts div {
	margin-top: 15vh;
	display: flex;
	justify-content: center;
}

.cards-child {
	color: #333;
	height: auto;
}

.cards-parent {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-top: 30px;
	text-align: center;
}

.j-- {
	background-image: linear-gradient(to right, rgb(146 239 253) 0%, rgb(93 131 254) 51%, rgb(78 101 255) 100%)
}

.k-- {
	background-image: linear-gradient(to right, rgb(150 211 75) 0%, rgb(86, 171, 47) 51%, rgb(86, 171, 47) 100%);
}

.mlt {
	background-color: #cddc39;
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
	position: relative;
	top: 0px;
	padding: 6px;
	border-radius: 50px;
	margin-left: -35px;
	color: #333;
	font-size: 18px;
	border: 7px solid #ffffff94;
	font-weight: 500;
	font-family: 'Poppins';
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	z-index: 1;
}

.xc {
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
	font-size: 65px;
	color: #cfc9c9;
	padding-top: 15px;
}

.flw {
	font-size: 25px;
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	position: relative;
	text-align: center;
}

.flip-card {
	background-color: transparent;
	height: 150px;
	perspective: 1000px;
	cursor: pointer;
}

.flip-card p {
	padding: 0px 10px;
	font-size: 15px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front {
	background-color: #fff;
	color: black;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.flip-card-back {
	color: white;
	transform: rotateY(180deg);
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.clock {
	width: 100px;
	float: left;
	padding: 15px;
	height: 100%;
	background-color: #f1f1f1;
}

.di {
	font-size: 16px !important;
	color: #333 !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: normal !important;
	line-height: normal !important;
}

.container2 {
	display: inline-grid;
	grid-template-columns: auto auto auto auto;
	padding: 10px;
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
}

.item1 {
	background-color: #80cbc4;
	border: 1px solid #ddd;
	padding: 40px;
	font-size: 30px;
	text-align: center;
}

.info-box {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	color: red;
	border: 1px solid rgb(204, 204, 204);
}

.info-item h1 {
	color: #333;
	font-family: "Poppins", sans-serif !important;
	line-height: normal;
	font-weight: 500;
}

.info-item {
	flex: 1 1 48.5%;
	margin: 5px;
	min-height: 100px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.grid1 {
	border-left: 5px solid #ffa500;
}

.grid2 {
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.grid3 {
	border-bottom: 1px solid #f3f3f3;
}

.grid4 {
	border-right: 1px solid #f3f3f3;
}

.grid5 {
	border-right: 1px solid #f3f3f3;
}

.subtle {
	color: #888;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	padding: 15px;
}

.subtley {
	color: #888;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	padding: 15px;
}

.flex-container {
	width: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border: 1px solid rgb(204, 204, 204);
}

.content-container {
	height: 75px;
	background: #fff;
	text-align: center;
	color: white;
	max-width: 33.33333333%;
	width: 33%;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	display: inline-block;
}

.column {
	padding: 10px;
	box-sizing: border-box;
	flex: 100%;
	max-width: 100%;
}

@media (max-width: 800px) {
	.column {
		flex: 50%;
		max-width: 50%;
	}
}

@media (max-width: 400px) {
	.column {
		flex: 100%;
		max-width: 100%;
	}
}

.cl {
	float: left;
	padding: 15px;
	background: #ffc107c2;
	height: 75px;
}

.cl1 {
	float: left;
	padding: 15px;
	background: #8bc34ac9;
	height: 75px;
}

.ti {
	color: #888;
	font-size: 16px;
	position: relative;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
}

.isu {
	color: #888;
	text-align: left;
	padding-left: 10vh;
	font-size: 18px;
	font-family: 'Inter', sans-serif;
}

.si {
	background-color: #fff;
}

.cil {
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	color: #888 !important;
}

.ni {
	cursor: pointer;
}

@media (min-width: 768px) {
	.carousel-inner .carousel-item-right.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(50%);
	}
	.carousel-inner .carousel-item-left.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	.carousel-inner .carousel-item-right.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(33%);
	}
	.carousel-inner .carousel-item-left.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-33%);
	}
}

@media (max-width: 768px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}
	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
	transform: translateX(0);
}

.multi-sg {
	background-color: #fff;
	color: #333;
	border: 1px solid rgb(235 235 235);
}

.lefto-- {
	width: 35%;
	float: left;
	background-color: #e3e9ed;
	border-right: 1px solid rgb(235 235 235);
}

.righto-- {
	width: 65%;
	float: right;
}

.rightto--text {
	font-family: 'Georgia', sans-serif;
	font-size: 25px;
	padding: 30px 10px;
	text-align: center;
	font-weight: bold;
	margin: 25px 0px;
	position: absolute;
	color: #3f51b5
}

.rightto--text1 {
	font-family: 'Georgia', sans-serif;
	font-size: 23px;
	padding-top: 50px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	position: absolute;
	color: #3f51b5
}

.rightto-details {
	padding-left: 5px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #444;
	position: absolute;
	padding-top: 75px;
}

.multi-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 15px;
}

.multi-sg-p {
	text-align: center;
	margin-top: 20px;
	color: #333;
	font-size: 15px;
	font-family: 'Poppins';
}

.multi-sg-p-sp {
	padding: 2px;
}

.a- {
	background: radial-gradient(ellipse at center, #fff5ef 0%, #f5a66f 100%);
	padding: 21px 0px;
}

.b- {
	background: radial-gradient(ellipse at center, #fff5ef 0%, #8ece47 100%);
	padding: 21px 0px;
}

.c- {
	background: radial-gradient(ellipse at center, #f0f5f9 0%, #46adff 100%);
	padding: 21px 0px;
}

.d- {
	background: radial-gradient(ellipse at center, #fff5ef 0%, #ff6398 100%);
	padding: 21px 0px;
}

.e- {
	background: radial-gradient(ellipse at center, #fff5ef 0%, #6078fb 100%);
	padding: 21px 0px;
}

.f- {
	background: radial-gradient(ellipse at center, #fff5ef 0%, #df911e 100%);
	padding: 21px 0px;
}

.g- {
	background: radial-gradient(ellipse at center, #fff5ef 0%, #94c8f5 100%);
	padding: 21px 0px;
}

.righto-->a {
	position: absolute;
	bottom: 5px;
	right: 20px;
	clear: both;
	float: right;
	font-size: 14px;
	background-color: #ffffff;
	color: #3f51b5;
	padding: 2px 5px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	border: 1px solid rgb(235 235 235);
}

.cv---{
	padding: 25px;
	margin: 10px;
	border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
	background-color: #f8f8ff;
}

.ky---{
	padding: 20px;
	border: 1px solid rgb(221, 221, 221);
}
.ky--- a{
	color: #333333;
	
}
.nhu---{
	background-color: #ffffff;
    padding: 3px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-left: -44px;
    position: absolute;
    top: 35px;
    font-family: 'Poppins';
    color: #ff9800;
    font-weight: 600;
    font-size: 18px;
    /* border: 1px solid rgb(242 245 249); */
	border-radius: 50px;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.dt---{
	color: #444;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
}
.text li{
	padding: 5px 0px;
	list-style-type: square;
	margin: 0px 40px;
}

.jin{
	margin: 0px 40px;
}

.op---{
	color: #5e5e5e;
}
.text a,.text a:hover,.text a:focus{
	color: #800000;
	font-weight: 700;
}
.text--{
	font-size: 16px;
    line-height: 30px;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
}
.in___ttt{
	color: #ffff00;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    padding: 10px 0px;
    font-weight: 800;
    margin: 5px 0px;
    border-radius: 5px;
}
.cru___uuui{
	text-align: left;
    color: red;
    font-size: 17px;
    font-weight: 700;
}
.blink_me {
	animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
	50% {
	  opacity: 0;
	}
  }
.register,.register:focus,.register:hover{
	text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    background: #ff5722;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 5px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
	margin: 10px auto;
	    text-decoration: none;
}
.a--,.a--:focus,.a--:hover{
	color: #fff;
}
.main--- {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
  }
 
.register--,.register--:focus,.register--:hover{
	text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    background: #ff5722;
   margin: 2px;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
}
.show-off---{
	border: 0px;
    background: #e6e6fa;
	/* background-color: #ffd9de;
background-image: linear-gradient(315deg, #ffd9de 0%, #e99ba6 74%); */
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cord---{
	padding-left: 20px;
}

.blink_me {
	animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
	50% {
	  opacity: 0;
	}
  }
 .three---{
	text-align:center;
	padding: 40px;
	}
 .three--- img{
	display: inline-block;
    width: 20%;
    margin: 0 1% 0 1%;
    border: 1px solid rgb(204,204,204);
    border-radius: 15px;
  }
  .bant---{
	background: #009688 !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
.over{
	color: red;
	font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    padding: 5px 0px;
}