﻿/* 00.Variables and Imports */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700|Montserrat:100,400,700");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,400;1,600&family=Raleway:ital,wght@0,400;0,600;0,800;1,400;1,600;1,800&display=swap');


/* 01.Base */
html {
	width: 100%;
	height: 100%;
	background: #f8f8f8;
}

:root {
	--theme-color-1: #922c88;
	--theme-color-2: #4556ac;
	--theme-color-3: #af67a4;
	--theme-color-4: #743c6e;
	--theme-color-5: #4b5480;
	--theme-color-6: #795d75;
	--theme-color-1-10: rgba(146, 44, 136, 0.1);
	--theme-color-2-10: rgba(69, 86, 172, 0.1);
	--theme-color-3-10: rgba(175, 103, 164, 0.1);
	--theme-color-4-10: rgba(116, 60, 110, 0.1);
	--theme-color-5-10: rgba(75, 84, 128, 0.1);
	--theme-color-6-10: rgba(121, 93, 117, 0.1);
	--primary-color: #303030;
	--foreground-color: white;
	--separator-color: #d7d7d7;
}


body {
	/*font-family: "Nunito", sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-size: 0.8rem;
	font-weight: 400;
	color: #303030;
	background: #f8f8f8;
}


body.background {
	height: 100%;
}

body.background main {
	margin: 0 !important;
	height: 100%;
}

body.background main .container {
	height: 100%;
}
.fixed-background {
	background: url("../img/balloon.jpg") no-repeat center center fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.disable-text-selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.scroll {
	margin-right: -15px;
	padding-right: 15px;
	position: relative;
}

.dropdown-menu {
	font-size: 0.8rem;
	border-radius: 0.1rem;
	background: white;
	border-color: rgba(48, 48, 48, 0.15);
}

.dropdown-item {
	padding: 0.75rem 1.5rem;
	color: #303030;
}

.dropdown-item.active,
.dropdown-item:active {
	color: white;
	text-decoration: none;
	background-color: #922c88;
}

::selection {
	background: #d2aacc;
}

::-moz-selection {
	background: #d2aacc;
}

.ps__thumb-y {
	background-color: #d7d7d7;
}

.logo-single {
	width: 110px;
	height: 35px;
	background: url("../img/logo-dark.svg") no-repeat;
	background-position: center center;
	display: inline-block;
	margin-bottom: 60px;
}
h1, h2 {
	font-family: 'Montserrat', sans-serif;
}
h1, h2.h1 {
	font-size: 1.75rem;
	padding-bottom: 10px;
	display: inline-block;
}
.color-highlight {
	color:#0f5d00;
}
@media (max-width: 767px) {
	h1, h2.h1 {
		font-size: 1.3rem;
		padding-top: 0.5rem;
	}
}

h2 {
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	h2 {
		font-size: 1.1rem;
	}
}

h3 {
	font-size: 1.3rem;
}

@media (max-width: 767px) {
	h3 {
		font-size: 1rem;
	}
}

h3 {
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	h3 {
		font-size: 1rem;
	}
}

h4 {
	font-size: 1.15rem;
	line-height: 140%;
}

@media (max-width: 767px) {
	h4 {
		font-size: 1.5rem;
	}
}

h5 {
	font-size: 1.1rem;
	line-height: 155%;
}

@media (max-width: 767px) {
	h5 {
		font-size: 0.9rem;
	}
}

h6 {
	font-size: 1rem;
}

@media (max-width: 767px) {
	h6 {
		font-size: 0.85rem;
	}
}

.depth-1 {
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.depth-2 {
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}

.r-0 {
	right: 0;
}

.l-0 {
	left: 0;
}

.list-item-heading {
	font-size: 1rem;
}

.truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.min-width-zero {
	min-width: 0;
}

.no-transition {
	transition: none !important;
}

button {
	color: #303030;
	outline: initial !important;
}

@media (max-width: 767px) {
	.display-1 {
		font-size: 2.8rem;
	}
}

@media (max-width: 767px) {
	.display-2 {
		font-size: 2.6rem;
	}
}

@media (max-width: 767px) {
	.display-3 {
		font-size: 2.4rem;
	}
}

@media (max-width: 767px) {
	.display-4 {
		font-size: 2.2rem;
	}
}

.lead {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2rem;
}

@media (max-width: 767px) {
	.lead {
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
}

ul.list li{
	line-height:166%;
	margin-bottom:12px;
}

.mb-5,
.my-5 {
	margin-bottom: 2rem !important;
}

@media (max-width: 575px) {
	.float-none-xs {
		float: initial !important;
	}
}

.main-heading {
	border-bottom: 1px solid #d7d7d7;
}

.separator {
	border-bottom: 1px solid #d7d7d7;
}

.alert-dismissible .close {
	padding: 0.5rem 1.25rem;
}

.rounded {
	border-radius: 50px !important;
}
.rounded-left {
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
}
.rounded-right {
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
}



.img-thumbnail {
	border-radius: 0.1rem;
	padding: 0;
	border: initial;
}

.list-thumbnail {
	border-radius: 0.1rem;
	padding: 0;
	border: initial;
	height: auto;
	max-width: unset;
	height: 85px;
	object-fit: cover;
	width: unset !important;
}

@media (max-width: 991px) {
	.list-thumbnail {
		height: 80px;
	}
}

@media (max-width: 575px) {
	.list-thumbnail {
		height: 70px;
	}
}

@media (max-width: 991px) {
	.list-thumbnail.responsive {
		width: unset;
		height: 135px;
	}
}

@media (max-width: 575px) {
	.list-thumbnail.responsive {
		width: 110px !important;
		height: 100%;
	}
}

@media (max-width: 419px) {
	.list-thumbnail.responsive {
		width: 90px !important;
		height: 100%;
	}
}

.list-thumbnail.small {
	height: 60px;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.list-thumbnail.small {
		height: 55px;
	}
}

@media (max-width: 575px) {
	.list-thumbnail.small {
		height: 50px;
	}
}

.list-thumbnail.xsmall {
	height: 40px;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.list-thumbnail.xsmall {
		height: 40px;
	}
}

@media (max-width: 575px) {
	.list-thumbnail.xsmall {
		height: 40px;
	}
}

.list-thumbnail-letters {
	width: 85px;
	height: 85px;
	background: #922c88;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 1.25rem;
	color: #fff;
}

@media (max-width: 991px) {
	.list-thumbnail-letters {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 575px) {
	.list-thumbnail-letters {
		width: 70px;
		height: 70px;
	}
}

.list-thumbnail-letters.small {
	width: 60px;
	height: 60px;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.list-thumbnail-letters.small {
		width: 55px;
		height: 55px;
	}
}

@media (max-width: 575px) {
	.list-thumbnail-letters.small {
		width: 50px;
		height: 50px;
	}
}

a {
	color: #303030;
	transition: color 200ms;
}

a:hover, a:active {
	text-decoration: initial;
	color: #922c88;
}
a.white, a.white:active {
	color: #fff !important;
	text-decoration:underline;
}
a.white:hover{
	color: #eee !important;
}


.white {
	color: #fff !important;
}

p {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #8f8f8f;
}

.text-large {
	font-size: 1.9rem !important;
}

.text-one {
	font-size: 1rem !important;
}

.text-xlarge {
	font-size: 2.7rem !important;
}

.text-small {
	font-size: 0.76rem !important;
	line-height: 0.9rem !important;
}

.text-white {
	color: #fff !important;
}

.text-zero {
	font-size: 0 !important;
}

.text-extra-small {
	font-size: 0.7rem !important;
}

.text-default {
	color: #303030 !important;
}

.text-muted {
	color: #909090 !important;
}

.text-semi-muted {
	color: #8f8f8f !important;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-semibold {
	font-weight: 600;
}

.color-theme-1 {
	/*color: #922c88;*/
	color:#11c3bb;
	color:#922c88;
}

.color-theme-2 {
	color: #45ac4d;
}

#displayOptions a {
	cursor: pointer;
}

#displayOptions a.active i {
	color: #922c88;
}

#displayOptions button {
	border-color: #8f8f8f;
	color: #8f8f8f;
}

#displayOptions button:hover {
	background-color: #922c88;
	border-color: #922c88;
	color: #fff;
}

#displayOptions .btn-outline-dark:not(:disabled):not(.disabled):active,
#displayOptions .btn-outline-dark:not(:disabled):not(.disabled).active,
#displayOptions .show > .btn-outline-dark.dropdown-toggle {
	background-color: #922c88;
	border-color: #922c88;
	color: #fff;
}

#displayOptions > span {
	padding-top: 0.1rem;
}

#displayOptions .view-icon svg {
	width: 19px;
}

#displayOptions .view-icon .view-icon-svg {
	fill: #8f8f8f;
}

#displayOptions .view-icon:hover .view-icon-svg, #displayOptions .view-icon.active .view-icon-svg {
	fill: #922c88;
}

/* 02.Buttons */
button {
	color: #303030;
	outline: initial !important;
}

.btn-arrow {
	display: inline-block;
	text-align: center;
	border-radius: 30px !important;
	width: 42px;
	height: 42px;
	line-height: 24px;
}

.btn-arrow i {
	font-size: 15px;
	display: inline-block;
	text-align: center;
}

.btn-sm.btn-arrow {
	width: 34px;
	height: 34px;
	line-height: 17px;
}

.btn-sm.btn-arrow i {
	font-size: 13px;
	line-height: 10px;
}

.btn {
	border-radius: 50px;
	outline: initial !important;
	box-shadow: none !important;
	box-shadow: initial !important;
	font-size: 0.8rem;
	padding: 0.75rem 1.3rem 0.6rem 1.3rem;
	transition: background-color box-shadow 0.1s linear;
}
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.btn-shadow {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
	transition: background-color box-shadow 0.1s linear;
}

.btn-shadow:hover, .btn-shadow:focus {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 2px rgba(0, 0, 0, 0.15) !important;
}

.btn-empty {
	background: transparent !important;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-sm > .btn {
	border-radius: 50px;
	
}

.btn.default {
	border-radius: 0.1rem;
}

.btn-primary {
	background-color: #922c88;
	border-color: #922c88;
	color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #73236b;
	border-color: #73236b;
}


.check-button {
	cursor: default !important;
}

.check-button.btn-primary {
	background-color: #922c88 !important;
	border-color: #922c88 !important;
	opacity: 1;
}

.check-button .custom-control {
	min-height: 1.1rem;
	margin-top: -7px;
}

.dropdown-menu {
	font-size: 0.8rem;
	border-radius: 0.1rem;
	background: white;
	border-color: rgba(48, 48, 48, 0.15);
}

.dropdown-item {
	padding: 0.75rem 1.5rem;
	color: #303030;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background-color: #f8f8f8;
	color: #303030;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #922c88;
}

.dropdown-divider {
	border-color: #d7d7d7;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	background-color: #631e5c;
	border-color: #631e5c;
	color: #fff;
}

.btn-secondary {
	background-color: #ff6a00;
	border-color: #ff6a00;
	color: #fff;
}

.btn-secondary:hover,.btn-secondary:focus  {
	color: #fff;
	/*background-color: #39478f;
	border-color: #39478f;*/
	background-color: #de6108;
	border-color: #de6108;
	
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	background-color: #de6108;
	border-color: #de6108;
	color: #fff;
}

.btn-primary.btn-primary-gradient {
	background: linear-gradient(to right, #922c88, #571a51);
}

.btn-primary.btn-primary-gradient:hover {
	background: linear-gradient(to right, #922c88, #73236b);
}

.btn-primary-gradient:not(:disabled):not(.disabled):active,
.btn-primary-gradient:not(:disabled):not(.disabled).active,
.show > .btn-primary-gradient.dropdown-toggle {
	background: linear-gradient(to right, #922c88, #571a51);
}

.btn-secondary-gradient {
	background: linear-gradient(to right, #4556ac, #2f3b75);
}

.btn-secondary-gradient:hover {
	background: linear-gradient(to right, #4556ac, #39478f);
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active,
.btn-secondary-gradient:not(:disabled):not(.disabled).active,
.show > .btn-secondary-gradient.dropdown-toggle {
	background: linear-gradient(to right, #4556ac, #2f3b75);
}

.btn-warning {
	background-color: #b69329;
	border-color: #b69329;
}

.btn-success,
.btn-info,
.btn-danger,
.btn-warning {
	color: #fff;
}

.btn-success:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-warning:hover {
	color: #fff;
}

.btn-outline-success:hover,
.btn-outline-info:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover {
	color: white;
}

.btn-light {
	color: #575057;
	background-color: #d4d4d4;
	border-color: #d4d4d4;
}

.btn-light:hover {
	color: #575057;
	background-color: silver;
	border-color: silver;
}

.btn-dark {
	color: #d4d4d4;
	background-color: #575057;
	border-color: #575057;
}

.btn-dark:hover {
	color: #d4d4d4;
	background-color: #4a444a;
	border-color: #4a444a;
}

.btn-outline-dark {
	color: #575057;
	border-color: #575057;
}

.btn-outline-dark:hover {
	color: white;
	background-color: #575057;
	border-color: #575057;
}

.btn-outline-white {
	color: #fff;
	border-color: #fff;
	background-color: initial;
}

.btn-outline-white:hover {
	color: #922c88;
	background-color: #fff;
}
.card-color-1 .btn-outline-white:hover {
	color: #ff9800;
}

.card-color-2 .btn-outline-white:hover {
	color: #e91e63;
}

.card-color-3 .btn-outline-white:hover {
	color: #3f51b5;
}

.card-color-4 .btn-outline-white:hover {
	color: #4556ac;
}

.card-color-5 .btn-outline-white:hover {
	color: #ff8d00;
}





.btn-outline-light {
	color: #d4d4d4;
	border-color: #d4d4d4;
}

.btn-outline-light:hover {
	color: white;
	background-color: #d4d4d4;
	border-color: #d4d4d4;
}

.btn-outline-primary {
	color: #922c88;
	border-color: #922c88;
}

.btn-outline-primary:hover {
	color: white;
	background-color: #922c88;
	border-color: #922c88;
}

.btn-outline-theme-3 {
	background: unset;
	color: #af67a4;
	border-color: #af67a4;
}

.btn-outline-theme-3:hover {
	background-color: #af67a4;
	border-color: #af67a4;
	color: white;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #922c88;
	border-color: #922c88;
	color: white;
}
.btn-primary-game:not(:disabled):not(.disabled),
.btn-primary-game:not(:disabled):not(.disabled):active,
.btn-primary-game:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #73236b;
	border-color: #ffffff;
	border-width: 5px;
	font-size: 24px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6)!important;
}
.btn-outline-secondary {
	color: #4556ac;
	border-color: #4556ac;
}

.btn-outline-secondary:hover {
	background-color: #4556ac;
	border-color: #4556ac;
	color: white;
}

.btn-outline-white {
	color: #fff;
	border-color: #fff;
}

	.btn-outline-white:hover {
		background-color: #fff;
		border-color: #fff;
		color: #333;
	}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	background-color: #4556ac;
	border-color: #4556ac;
	color: white;
}

.btn-header-light {
	color: #d7d7d7;
	border-color: transparent;
	background: transparent;
}

.btn-header-light:hover {
	background-color: transparent;
	border-color: #d7d7d7;
}

.btn-header-primary {
	color: #922c88;
	border-color: transparent;
	background: transparent;
}

.btn-header-primary:hover {
	background-color: transparent;
	border-color: #922c88;
}

.btn-header-secondary {
	color: #4556ac;
	border-color: transparent;
	background: transparent;
}

.btn-header-secondary:hover {
	background-color: transparent;
	border-color: #4556ac;
}

.btn-header-primary-light {
	color: #af67a4;
	border-color: transparent;
	background: transparent;
}

.btn-header-primary-light:hover {
	background-color: transparent;
	border-color: #af67a4;
}
.btn-xxl,
.btn-group-xxl > .btn {
	line-height: 2.5;
	letter-spacing: 0.05rem;
	padding: .7rem 5rem .7rem;
    font-size: 28px!important;
}
@media (max-width: 767px) {
	.btn-xxl,
	.btn-group-xxl > .btn {
		line-height: 1.5;
		letter-spacing: 0.05rem;
		padding: .7rem 2rem;
		font-size: 28px!important;
}

}
.btn-xl,
.btn-group-xl > .btn {
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.05rem;
	padding: 1rem 3.5rem 0.9rem;
}

.btn-lg,
.btn-group-lg > .btn {
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.05rem;
	padding: 0.75rem 2.6rem 0.6rem 2.6rem;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.5rem 1rem 0.5rem 1rem;
	font-size: 0.76rem;
	line-height: 1.5;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	font-size: 0.76rem;
	line-height: 1.3;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #922c88;
	border-color: #922c88;
	color: white;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #4556ac;
	border-color: #4556ac;
	color: white;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.btn-link {
	color: #922c88;
	text-decoration: initial !important;
}

.white-underline-link {
	color: #fff;
	text-decoration: underline;
}

.white-underline-link:hover, .white-underline-link:active {
	color: #fff;
	text-decoration: initial;
}
.underline-link {
	color: #922c88;
	text-decoration: underline;
}

.underline-link:hover, .underline-link:active {
	color: #000;
	text-decoration: initial;
}

.btn-link:hover {
	color: rgba(146, 44, 136, 0.7);
}

.btn-multiple-state {
	position: relative;
	transition: opacity 500ms;
}

.btn-multiple-state .spinner,
.btn-multiple-state .icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 500ms;
	color: #fff;
}

.btn-multiple-state .icon i {
	vertical-align: text-bottom;
	font-size: 18px;
}

.btn-multiple-state .label {
	transition: opacity 500ms;
}

.btn-multiple-state.show-spinner .label {
	opacity: 0;
}

.btn-multiple-state.show-spinner .spinner {
	opacity: 1;
	visibility: visible;
}

.btn-multiple-state.show-success .label {
	opacity: 0;
}

.btn-multiple-state.show-success .icon.success {
	opacity: 1;
	visibility: visible;
}

.btn-multiple-state.show-fail .label {
	opacity: 0;
}

.btn-multiple-state.show-fail .icon.fail {
	opacity: 1;
	visibility: visible;
}

.btn-multiple-state.btn-primary:disabled {
	opacity: 1;
	background: #6b2063;
	border-color: #6b2063;
}

.btn-multiple-state.btn-secondary:disabled {
	opacity: 1;
	border-color: #364488;
}

.icon-button {
	padding: 0;
	font-size: 14px;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.icon-button.large {
	width: 44px;
	height: 44px;
	font-size: 18px;
}

.icon-button.small-icon {
	font-size: 12px;
	line-height: 32px;
}

.top-right-button {
	width: calc(100% - 80px);
}

@media (max-width: 575px) {
	.top-right-button {
		padding-left: 0;
		padding-right: 0;
	}
}

.top-right-button-single {
	width: unset;
}

@media (max-width: 991px) {
	.top-right-button-single {
		width: calc(100%);
	}
}

/* 03.Widths */
.w-10 {
	width: 10% !important;
}

.w-90 {
	width: 90% !important;
}

.w-12 {
	width: 12% !important;
}

.w-88 {
	width: 88% !important;
}

.w-15 {
	width: 15% !important;
}

.w-85 {
	width: 85% !important;
}

.w-20 {
	width: 20% !important;
}

.w-80 {
	width: 80% !important;
}

.w-30 {
	width: 30% !important;
}

.w-70 {
	width: 70% !important;
}

.w-40 {
	width: 40% !important;
}

.w-60 {
	width: 60% !important;
}

@media (max-width: 767px) {
	.w-xs-100 {
		width: 100% !important;
	}
}

@media (max-width: 991px) {
	.w-sm-100 {
		width: 100% !important;
	}
}

/* 04.Borders */
.border {
	border: 1px solid #f3f3f3 !important;
}

.border-right {
	border-right: 1px solid #f3f3f3 !important;
}

.border-left {
	border-left: 1px solid #f3f3f3 !important;
}

.border-top {
	border-top: 1px solid #f3f3f3 !important;
}

.border-bottom {
	border-bottom: 1px solid #f3f3f3 !important;
}

.border-primary,
.border-theme-1 {
	border-color: #922c88 !important;
}

.border-theme-2 {
	border-color: #4556ac !important;
}

.border-theme-3 {
	border-color: #af67a4 !important;
}

.border-secondary {
	border-color: #303030 !important;
}

/* Colors */
.text-theme-2 {
	color: #4556ac !important;
}

.text-theme-3 {
	color: #af67a4 !important;
}

.text-primary,
.text-theme-1 {
	color: #922c88 !important;
}

.text-secondary {
	color: #303030 !important;
}

/* 05.Badges */
.bg-theme-2,
.badge-theme-2 {
	background-color: #4556ac !important;
	color: #fff;
}

.bg-theme-3,
.badge-theme-3 {
	background-color: #af67a4 !important;
	color: #fff;
}

.bg-primary,
.bg-theme-1,
.badge-primary,
.badge-theme-1 {
	background-color: #922c88 !important;
	color: #fff;
}

.bg-secondary,
.badge-secondary {
	background-color: #4556ac !important;
	color: #fff;
}

.badge-warning {
	background-color: #b69329;
}

.badge-success {
	background-color: #3e884f;
}

.badge-info {
	background-color: #3195a5;
}

.badge-danger {
	background-color: #c43d4b;
}

.badge-success,
.badge-danger,
.badge-warning,
.badge-info {
	color: #fff;
}

.badge {
	padding: 0.6em 0.75em;
	font-size: 74%;
}

.badge.badge-pill {
	padding-right: 1.25em;
	padding-left: 1.25em;
}

.badge.badge-top-left {
	top: 10px;
	left: -7px;
}

.badge.badge-top-left-2 {
	top: 40px;
	left: -7px;
}

.badge.badge-top-right {
	top: 8px;
	right: -7px;
}

.badge.badge-top-right-2 {
	top: 40px;
	right: -7px;
}

.badge-light {
	background-color: #d4d4d4;
	color: #575057;
}

.badge-dark {
	background-color: #575057;
	color: #d4d4d4;
}

.badge-outline-primary,
.badge-outline-theme-1 {
	background: unset;
	border: 1px solid #922c88;
	color: #922c88;
}

.badge-outline-secondary,
.badge-outline-theme-2 {
	background: unset;
	border: 1px solid #4556ac;
	color: #4556ac;
}

.badge-outline-theme-3 {
	background: unset;
	border: 1px solid #af67a4;
	color: #af67a4;
}

.badge-outline-success {
	background: unset;
	border: 1px solid #3e884f;
	color: #3e884f;
}

.badge-outline-danger {
	background: unset;
	border: 1px solid #c43d4b;
	color: #c43d4b;
}

.badge-outline-warning {
	background: unset;
	border: 1px solid #b69329;
	color: #b69329;
}

.badge-outline-info {
	background: unset;
	border: 1px solid #3195a5;
	color: #3195a5;
}

.badge-outline-light {
	background: unset;
	border: 1px solid #d4d4d4;
	color: #d4d4d4;
}

.badge-outline-dark {
	background: unset;
	border: 1px solid #575057;
	color: #575057;
}



/* 08.Owl Carousel */
.owl-stage {
	margin-bottom: 1.5rem;
}

.owl-stage {
	display: flex;
}

.owl-item {
	display: flex;
}

.owl-item .card {
	display: flex;
	flex-grow: 1;
}

.owl-item .card .w-50 {
	display: flex;
}

.owl-item .card .card-body {
	flex-direction: column;
	display: flex;
	justify-content: space-between;
}

.slider-nav .left-arrow,
.slider-nav .right-arrow {
	font-size: 20px;
	/*color: #922c88;*/
	color:#6eccf1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	padding-top: 7px;
}

.slider-nav .slider-dot-container {
	display: inline-block;
}

.owl-dot,
.slick-dot {
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #d7d7d7;
	outline: initial !important;
	border: initial;
	margin: 0 5px;
	padding: 0;
}

.owl-dot.active,
.slick-dots li.slick-active button {
	/*background: #922c88;*/
	background:#6eccf1
}

.best-rated-items .owl-stage img {
	max-width: 230px;
}

/* 17.Cards*/
.card {
	/*border: initial;*/
	background: white;
	border-radius: calc(0.15rem - 1px);
	/*box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);*/

}
.card:not(.no-border) {
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2), 0 1px 6px rgba(0, 0, 0, 0.04);
    border: 7px solid #fff;
}

.card .card-header .card-icon {
	right: 5px;
	top: 5px;
}

.card .card-header .card-icon i {
	font-size: 12px;
	color: #d7d7d7;
}

.card .card-header .handle {
	cursor: default;
}

.card .card-body {
	padding: 1.75rem;
}

@media (max-width: 575px) {
	.card .card-body {
		padding: 1.5rem;
	}
}

.card .card-body.sm {
	padding: 1.25rem 1.75rem;
}

.card .card-title {
	margin-bottom: 2rem;
}

.card-img {
	border-radius: calc(0.25rem - 1px);
	height: 100%;
	object-fit: cover;
	max-height: 200px;
	width: unset;
}

.card-img-fluid {
	border-radius: calc(0.25rem - 1px);
	object-fit: cover;
}

.card-img-bottom {
	width: 100%;
	border-bottom-left-radius: calc(0.15rem - 1px);
	border-bottom-right-radius: calc(0.15rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.15rem - 1px);
	border-top-right-radius: calc(0.15rem - 1px);
}

.card-img-left {
	width: 100%;
	border-top-left-radius: calc(0.15rem - 1px);
	border-bottom-left-radius: calc(0.15rem - 1px);
	height: 100%;
	object-fit: cover;
}

.card-img-right {
	width: 100%;
	border-top-right-radius: calc(0.15rem - 1px);
	border-bottom-right-radius: calc(0.15rem - 1px);
	height: 100%;
	object-fit: cover;
}

.card-img-overlay {
	background: rgba(0, 0, 0, 0.5);
	padding: 1.75rem;
}

@media (max-width: 575px) {
	.card-img-overlay {
		padding: 1rem;
	}
}

.card-top-buttons {
	padding: 1.3rem;
	right: 0;
	top: 0;
}

@media (max-width: 575px) {
	.card-top-buttons {
		padding: 0.35rem;
	}
}

.card-header {
	border: initial;
	background: initial;
	padding-top: 0;
}

.card-color-1 {
	background:#ff9800;
	color:#fff;
}

.card-color-2 {
	background: #e91e63;
	color: #fff;
}
.card-color-3 {
	background: #3f51b5;
	color: #fff;
}
.card-color-4 {
	background: #0b676f;
	background: -webkit-gradient(linear, left top, right bottom, from(#4556ac), to(#922c88));
	color:#fff;
}
.card-color-5 {
	background: #ff8d00;
	background: -webkit-gradient(linear, left top, right bottom, from(#ff8d00), to(#ffbc00));
	color:#fff;
}
.card-color-1b {
	background:#ff7600;
	color:#fff;
}
.card-color-2b {
	background: #ff0f61;
	color: #fff;
}
.card-color-3b {
	background: #344dd8;
	color: #fff;
}
.web-page .card-color-1 h2,
.web-page .card-color-2 h2,
.web-page .card-color-3 h2,
.web-page .card-color-4 h2,
.web-page .card-color-5 h2,
.web-page .card-color-1 h5,
.web-page .card-color-2 h5,
.web-page .card-color-3 h5,
.web-page .card-color-4 h5,
.web-page .card-color-5 h5,
.web-page .card-color-1 p,
.web-page .card-color-2 p,
.web-page .card-color-3 p,
.web-page .card-color-4 p,
.web-page .card-color-5 p,
.web-page .card-color-1b h2,
.web-page .card-color-2b h2,
.web-page .card-color-3b h2,
.web-page .card-color-1b h5,
.web-page .card-color-2b h5,
.web-page .card-color-3b h5,
.web-page .card-color-1b p,
.web-page .card-color-2b p,
.web-page .card-color-3b p {
	color:#fff;
}
.web-page .card a.white {
	color:#fff;
}
.web-page .card a.white:hover{
	color:#999;
}

.web-page .owl-carousel .card .card-body  h5,
.web-page .feature-icon-container .card .card-body  h5 {
	font-size:1.7rem;
}




/* 38.Web Page */
.web-page {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #8f8f8f;
}


.web-page .mobile-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	transform: translateX(300px);
	z-index: 25;
	width: 300px;
	background: #f8f8f8;
	box-shadow: initial;
}

.web-page .mobile-menu.default-transition {
	transition: transform 0.5s, box-shadow 0.5s;
}

.web-page .logo-mobile {
	display: block;
	text-align: center;
	padding: 3rem .9rem;
}

.web-page .logo-mobile span {
	display: inline-block;
    width: 200px;
    height: 44px;
	background: url("../img/logo-purple-sm.svg");
	background-repeat: no-repeat;
}

.web-page .main-container {
	overflow: hidden;
}

.web-page.show-mobile-menu .mobile-menu {
	transform: translateX(0);
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}

.web-page.show-mobile-menu .main-container .content-container,
.web-page.show-mobile-menu .main-container nav {
	transform: translateX(-300px);
}

.web-page .content-container {
	transition: transform 0.5s;
}

.web-page p {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #8f8f8f;
}

.web-page .blog-article .body {
	font-size: 18px;
    line-height: 32px;
	color: #8f8f8f;
	font-family:Montserrat,sans-serif;
}
.web-page .blog-article h2 {
	margin-top:2.5rem;
	font-weight:700;
}
.web-page .blog-article h3 {
	color:#870a96;
	font-weight: 700;
}
.web-page .blog-article h3.staff-author-name {
	font-family: Montserrat,sans-serif;
	font-style: normal;
	color: #243d4e;
	display: inline-block;
	font-size: 1.556em;
	font-weight: 700;
	letter-spacing: .139rem;
	line-height: 1.215em;
	margin-bottom: 0;
}
.web-page .blog-article .job-title {
	text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}
.web-page .img-thumbnail-sm {
	width:75px!important;
	height:auto;
}
.web-page .avatar .aurthor {
	font-family: Montserrat,sans-serif;
	font-weight:700;
}
.web-page .side-bar-content h5 {
	font-size:1.3rem;
}
@media (max-width: 767px) {

	.web-page .blog-article ul{
		padding-left: 28px;
	}
	
}


.web-page h2.h1,
.web-page h1 {
	font-size: 3rem;
	color:#11c3bb;
	color:#6eccf1;
	color:#50d619;
	color: #922c88;
	color:#3c3d3e;
	
	margin-bottom: 2rem;
}
.web-page h2.h1 strong,
.web-page h1 strong {
	/*color:#ef1081;*/
	color:#d676cc;
}
@media (max-width: 767px) {
	.web-page h2.h1,
	.web-page h1 {
		font-size: 2rem;
	}
}

.web-page h2 {
	font-size: 2rem;
	color: #922c88;
	/*color:#11c3bb;
	color:#6eccf1;*/
	color:#50d619;
	color:#38c100;
	color:#3c3d3e;
	/*color:#7013d6;*/
	/*color:#B36837;*/
	margin-bottom: 2rem;

}
.web-page h2 strong {
	color:#d676cc;
}




@media (max-width: 991px) {
	.web-page h2 {
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	.web-page h2 {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}
}
.web-page h2.font-small {
	font-size: 1.4rem;
}


@media (max-width: 991px) {
	.web-page h2.font-small {
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	.web-page h2.font-small {
		font-size: 1.0rem;
	}
}
.web-page h3 {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #922c88;
	/*color:#11c3bb;*/
	/*color:#6eccf1;*/
	/*color:#a7a3dc;*/
}

@media (max-width: 767px) {
	.web-page h3 {
		font-size: 1.1rem;
	}
}

.web-page .semi-rounded {
	border-radius: 1.2rem !important;
}

.web-page .dropdown-toggle::after {
	opacity: 0.7;
}

.web-page .btn-outline-semi-light {
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	background: transparent;
}

.web-page .btn-outline-semi-light:hover, .web-page .btn-outline-semi-light:active {
	border: 1px solid #6b2063;
	background: #6b2063;
}

.web-page .web-page-nav {
	z-index: 5 !important;
	transition: top 0.5s, background 0.5s, box-shadow 0.2s, opacity 0.2s, transform 0.5s !important;
	top: 0;
	position: fixed;
	width: 100%;
	background: transparent;
	box-shadow: initial;
}

.web-page .web-page-nav .container {
	height: 120px;
}

@media (max-width: 1439px) {
	.web-page .web-page-nav .container {
		height: 110px;
	}
}

@media (max-width: 1199px) {
	.web-page .web-page-nav .container {
		height: 100px;
	}
}

@media (max-width: 767px) {
	.web-page .web-page-nav .container {
		height: 90px;
	}
}

.web-page .web-page-nav .btn {
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important;
}

.web-page .web-page-nav .navbar-logo {
	width: 300px;
	height: 60px;
}

.web-page .web-page-nav .navbar-logo .white {
	display: inline-block;
	width: 274px;
	height: 60px;
	background: url("../img/logo-light.svg");
	background-repeat: no-repeat;
}


.web-page .web-page-nav .navbar-logo .dark {
	width: 274px;
	height: 60px;
	background: url("../img/logo-purple.svg");
	background-repeat: no-repeat;
	display: none;
}
@media (max-width: 767px) {
	.web-page .web-page-nav .navbar-logo .white  {
		width: 200px;
		height: 44px;
		background: url("../img/logo-light-sm.svg");
	}
	.web-page .web-page-nav .navbar-logo .dark {
		width: 200px;
		height: 44px;
		background: url("../img/logo-purple-sm.svg");
	}
	.web-page .web-page-nav .navbar-logo {
		width: 200px;
		height: 44px;
	}
}

.web-page .web-page-nav .mobile-menu-button {
	font-size: 20px;
	display: none;
}

@media (max-width: 991px) {
	.web-page .web-page-nav .mobile-menu-button {
		display: block;
	}
}

.web-page .web-page-nav .navbar-nav {
	height: 100%;
	position: relative;
}

.web-page .web-page-nav .navbar-nav li {
	height: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: relative;
}

.web-page .web-page-nav .navbar-nav li:last-of-type {
	padding-right: 0;
}

.web-page .web-page-nav .navbar-nav li.active::before {
	content: " ";
	background: #fff;
	border-radius: 10px;
	position: absolute;
	width: calc(100% - 1.5rem);
	height: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}

@media (max-width: 1199px) {
	.web-page .web-page-nav .navbar-nav li {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.web-page .web-page-nav .navbar-nav li:last-of-type {
		padding-right: 0;
	}
}

.web-page .web-page-nav .navbar-nav .nav-item > a,
.web-page .web-page-nav .navbar-nav .nav-item > .dropdown > a {
	color: #fff;
	font-family: Nunito, sans-serif;
	font-size: 1rem;
	display: inline-block;
	transform: translateY(-50%);
	margin-top: 57px;
}

@media (max-width: 1439px) {
	.web-page .web-page-nav .navbar-nav .nav-item > a,
	.web-page .web-page-nav .navbar-nav .nav-item > .dropdown > a {
		margin-top: 53px;
	}
}

@media (max-width: 1199px) {
	.web-page .web-page-nav .navbar-nav .nav-item > a,
	.web-page .web-page-nav .navbar-nav .nav-item > .dropdown > a {
		margin-top: 50px;
	}
}

.web-page .web-page-nav .navbar-nav .nav-item:not(.active) > a:hover:not(.btn), .web-page .web-page-nav .navbar-nav .nav-item:not(.active) > a:active:not(.btn),
.web-page .web-page-nav .navbar-nav .nav-item:not(.active) .dropdown > a:hover:not(.btn),
.web-page .web-page-nav .navbar-nav .nav-item:not(.active) .dropdown > a:active:not(.btn) {
	opacity: 0.8;
}

.web-page .web-page-nav .navbar-nav .dropdown {
	height: 80px;
	position: relative;
}

.web-page .web-page-nav .navbar-nav .dropdown:hover > .dropdown-menu {
	display: block;
}

.web-page .web-page-nav .navbar-nav .dropdown > .dropdown-toggle:active {
	pointer-events: none;
}

.web-page .web-page-nav .navbar-nav .dropdown .dropdown-menu {
	position: absolute;
	margin-top: 0;
}

.web-page .web-page-nav .navbar-nav .dropdown a.dropdown-item {
	font-size: 0.8rem;
	color: #303030;
	padding-bottom: 0.5rem;
}

.web-page .web-page-nav .navbar-nav .dropdown a.dropdown-item.active, .web-page .web-page-nav .navbar-nav .dropdown a.dropdown-item:active {
	color: #fff;
}

.web-page .web-page-nav.headroom--unpinned {
	top: -125px;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned {
	background: white;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-logo .white {
	display: none;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-logo .dark {
	display: inline-block;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-nav a {
	color: #303030;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-nav a:hover, .web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-nav a:active {
	color: #922c88;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-nav a.dropdown-item:focus {
	color: #fff;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-nav li.active::before {
	content: " ";
	background-color: #922c88;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-nav .btn-outline-semi-light {
	border: 1px solid rgba(146, 44, 136, 0.3);
	color: #922c88;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-nav .btn-outline-semi-light:hover, .web-page .web-page-nav.headroom--not-top.headroom--pinned .navbar-nav .btn-outline-semi-light:active {
	border: 1px solid #922c88;
	background: #922c88;
	color: #fff;
}

.web-page .web-page-nav.headroom--not-top.headroom--pinned.headroom--unpinned {
	background: transparent;
}

.web-page .web-page-nav.headroom--top .mobile-menu-button {
	color: #fff;
}

.web-page .breadcrumb {
	background-color: transparent;
}

@media (max-width: 767px) {
	.web-page .breadcrumb-item+.breadcrumb-item {
		padding-left: .15rem;
	}
		.breadcrumb-item+.breadcrumb-item::before {
		padding-right: .15rem;
	}
}


.web-page .section.home {
	background: url("../img/web-page/home-background-purple.png");
	background-repeat: no-repeat;
	background-position-y: 0;
	background-color: transparent;
	/*height: 1440px;*/
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

@media (max-width: 575px) {
	.web-page .section.home {
		background-position-y: -100px;
		height: 1340px;
	}
}

.web-page .section.subpage {
	background: url("../img/sub-background.png");
	height: 690px;
	background-position-y: -250px;
	
	background-repeat: no-repeat;
}

.web-page .section.subpage-gray {
	background-color: #f8f8f8!important;
}


@media (max-width: 1439px) {
	.web-page .section.subpage {
		background-position-y: -400px;
		background-position-x: -80px;
		height: 640px;
	}

}

@media (max-width: 991px) {
	.web-page .section.subpage {
		background-position-y: -540px;
		height: 520px;
	}
}

@media (max-width: 767px) {
	.web-page .section.subpage {
		background-position-y: -620px;
		height: 450px;
	}
}

.web-page .section.subpage-short {
	background: url("../img/sub-background.png");
	height: 310px;
	background-repeat: no-repeat;
	background-position-y: -615px;
	background-color: #fff;
}
.web-page .section.subpage-long {
	background: url("../img/sub-background.png");
	height: 900px;
	background-repeat: no-repeat;
	background-position-y: -180px;
}

@media (max-width: 991px) {
	.web-page .section.subpage-long {
		background-position-y: -220px;
		height: 830px;
	}
}

@media (max-width: 767px) {
	.web-page .section.subpage-long {
		background-position-y: -310px;
		height: 760px;
	}
	.web-page .section.subpage-short {
		background-position-y: -805px;
		height: 120px;
		background-position-x: -147px;
	}
}

.web-page .section.footer {
	/*background-color: #1d2c63;*/
	background-color: #891D7E;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
.web-page .section.footer-wave:before {
	background: #FFF url(../img/wavy-dark.png) no-repeat scroll 0 bottom/100% auto;
	content: "";
	height: 321px;
	width: 100%;
	z-index: 0 !important;
	position: absolute;
	top: -50px;
	left: 0;
}
.footer-links {
	margin:0px;
}
.footer-links li {
	padding: 0 10px;
}
.footer-links li:last-child{
	padding:0px;
}
.footer-links li,
.footer-links li a {
	color:#fff;
}
.footer-links li a:hover {
	color:#ccc;
}


.web-page .section.background {
	background: white;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 150px;
	margin-top: 150px;
}

@media (max-width: 991px) {
	.web-page .section {
		margin-bottom: 100px;
		padding-top: 60px;
	}
	.web-page .section.background {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}


.web-page .section.background::before {
	content: " ";
	width: 100%;
	height: 70px;
	position: absolute;
	top: -70px;
	background: url("../img/white-background-top.png");
	background-size: cover;
	background-position: center;
}

.web-page .section.background::after {
	content: " ";
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: -70px;
	background: url("../img/white-background-bottom.png");
	background-size: cover;
	background-position: center;
}



.web-page .section.background.background-no-bottom {
	margin-bottom:0px;
}
.web-page .section.background.background-no-bottom::after {
	content: "";
	background: initial;
	width: initial;
	height: initial;
}
.web-page .section.background.background-no-top {
	margin-top:0px;
}
.web-page .section.background.background-no-top::before {
	content: "";
	background: initial;
	width: initial;
	height: initial;
}


.web-page .background-white {
	background: #fff;
}

.web-page .mobile-hero {
	margin-left: 50%;
	transform: translateX(-50%);
	max-width: 135%;
	margin-bottom: 3rem;
}

.web-page .home-row {
	padding-top: 180px;
	margin-bottom: 70px;
}

@media (max-width: 1439px) {
	.web-page .home-row {
		padding-top: 120px;
	}
}

@media (max-width: 991px) {
	.web-page .home-row {
		padding-top: 110px;
	}
}

.web-page .home-text {
	margin-top: 20px;
}

.web-page .home-text p {
	color: #fff;
	font-size: 1.1rem;
}

@media (max-width: 767px) {
	.web-page .home-text p {
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
}

.web-page .home-text .display-1 {
	font-size: 3rem;
	line-height: 3.2rem;
	margin-bottom: 1.1em;
	color: #fff;
}

@media (max-width: 991px) {
	.web-page .home-text .display-1 {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

@media (max-width: 767px) {
	.web-page .home-text .display-1 {
		font-size: 1.7rem;
		line-height: 2.3rem;
	}
}

@media (max-width: 575px) {
	.web-page .home-text .display-1 {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

@media (max-width: 767px) {
	.web-page .home-text {
		margin-top: 0;
	}
}

.web-page .review-carousel {
	margin-top: 5rem;
}

.web-page .review-carousel .owl-stage-outer {
	padding-top: 5px;
}

.web-page .home-carousel .owl-stage-outer {
	padding-top: 5px;
}

.web-page .home-carousel .card .detail-text {
	padding: 1rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.web-page .home-carousel .card .detail-text {
		padding: 0.25rem;
	}
}

@media (max-width: 767px) {
	.web-page .home-carousel .card .btn-link {
		padding: 0.25rem;
	}
}

.web-page i.large-icon {
	font-size: 60px;
	line-height: 110px;
	background: -webkit-gradient(linear, left top, left bottom, from(#4556ac), to(#922c88));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: initial;
}
.web-page p.large-icon-text {
	font-size: 60px;
	font-weight:600;
	line-height: 110px;
	background: -webkit-gradient(linear, left top, left bottom, from(#4556ac), to(#922c88));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: initial;
}
.web-page i.large-icon.white {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
	.web-page i.large-icon {
		line-height: 90px;
	}
}

.web-page .btn-circle {
	padding: 0;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
}

.web-page .btn-circle.hero-circle-button {
	/*position: absolute;
	bottom: 80px;*/
	
}

.web-page .btn-circle.hero-circle-button i {
	padding-top: 18px;
	display: inline-block;
}

.web-page .newsletter-input-container {
	margin-top: 5rem;
}

.web-page .newsletter-input-container .input-group {
	border-radius: 50px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}

.web-page .newsletter-input-container input {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-color: transparent !important;
	padding: 0.75rem 1.75rem 0.75rem;
	font-size: 0.9rem;
	height:auto;
}

@media (max-width: 767px) {
	.web-page .newsletter-input-container button {
		padding: 1rem 1.5rem 0.9rem;
	}
}

.web-page .footer .footer-content {
	padding-top: 210px;
}

@media (max-width: 767px) {
	.web-page .footer .footer-content {
		padding-top: 140px;
	}
}

@media (max-width: 575px) {
	.web-page .footer .footer-content {
		padding-top: 80px;
	}
}

.web-page .footer .footer-circle-button {
	margin-top: 180px;
	margin-right: 20px;
}

@media (max-width: 991px) {
	.web-page .footer .footer-circle-button {
		margin-top: 110px;
	}
}

.web-page .footer .footer-circle-button i {
	padding-top: 15px;
	display: inline-block;
}

.web-page .footer .footer-logo {
	margin-bottom: 70px;
}

.web-page .footer .footer-menu p {
	color: #fff;
	font-size: 1rem;
}

.web-page .footer .footer-menu a {
	font-size: 1rem;
	color: #fff;
}

.web-page .footer .footer-menu a:hover, .web-page .footer .footer-menu a:focus {
	color: #d69cd0
}

.web-page .footer .footer-menu .collapse-button i {
	font-size: 0.75rem;
	margin-left: 5px;
}

.web-page .footer .footer-menu .collapse-button:hover, .web-page .footer .footer-menu .collapse-button:focus {
	color: #fff;
}

.web-page .footer .separator {
	opacity: 0.3;
}

.web-page .footer .copyright p {
	color: #fff;
}

.web-page .footer .social-icons ul {
	margin-bottom: 0;
}

.web-page .footer .social-icons li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.web-page .footer .social-icons li a {
	color: #fff;
	font-size: 1.2rem;
}

.web-page .footer .social-icons li a:hover, .web-page .footer .social-icons li a:active {
	color: rgba(255, 255, 255, 0.7);
}


.web-page .feature-image-left {
	float: right;
}
.web-page .feature-image-bump-right {
	margin-right:-150px;
	max-width:none;
}

@media (max-width: 767px) {
	.web-page .feature-image-left,
	.web-page .feature-image-right {
		/*margin-left: 50%;
		transform: translateX(-50%);
		max-width: 115%;*/
		float: initial;
		height: auto;
		width: 100%;
	}

	.web-page .feature-image-bump-right {
		margin-left:-15px;
		margin-right:0px;
		max-width: 100%;
		
	}
}
/* ipad pro portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.web-page  .img-ipad-max-610  {
		/*margin-left:-15px;
		margin-right:0px;
		max-width: 100%;*/
		max-width:610px;
	}
	.web-page .feature-image-bump-left-sm {
	margin-left:-75px;
	max-width:none;
}
}
@media (max-width: 767px) {
	.web-page .heading-team {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.mx-sm-neg {
		margin-left: -15px;
		margin-right:-15px;
	}
}
.web-page .mobile-menu {
	text-align: center;
}

.web-page .mobile-menu img {
	width: 100px;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.web-page .mobile-menu ul {
	text-align: left;
}

.web-page .mobile-menu ul li {
	padding: 0.5rem 2.5rem;
}

.web-page .mobile-menu ul li a {
	font-size: 0.9rem;
}

.web-page .mobile-menu .dropdown .dropdown-menu {
	position: static !important;
	background: initial;
	border: initial;
	padding: initial;
	margin: initial;
	transform: initial !important;
	margin-top: 0.5rem;
}

.web-page .mobile-menu .dropdown a.dropdown-item {
	color: #303030;
	padding-bottom: 0.5rem;
}

.web-page .mobile-menu .dropdown a.dropdown-item.active, .web-page .mobile-menu .dropdown a.dropdown-item:active {
	color: #fff;
}

@media (max-width: 991px) {
	.web-page .side-bar {
		margin-top: 5rem;
	}
}

.web-page .side-bar .side-bar-content {
	margin-bottom: 5rem;
}

@media (max-width: 767px) {
	.web-page .side-bar h2 {
		margin-bottom: 1rem;
	}
}

.web-page .listing-card-container {
	background: initial;
	/*box-shadow: initial;*/
}

.web-page .listing-card-container .listing-heading {
	height: 65px;
	overflow: hidden;
	color:#922c88;
}

.web-page .listing-card-container .listing-desc {
	height: 68px;
	overflow: hidden;
	line-height: 1.4;
	font-size: 1rem;
}

@media (max-width: 1199px) {
	.web-page .listing-card-container .listing-desc {
		height: 46px;
	}
}

.web-page .video-heading {
	height: 38px;
	overflow: hidden;
}

.web-page .table-heading {
	box-shadow: initial;
	background: initial;
}

.web-page form.dark-background input:-webkit-autofill {
	color: white !important;
	-webkit-text-fill-color: white !important;
}

.web-page form.dark-background .has-float-label > span,
.web-page form.dark-background .has-float-label label,
.web-page form.dark-background .has-top-label > span,
.web-page form.dark-background .has-top-label label {
	color: rgba(255, 255, 255, 0.6);
}

.input-group-lg input[type="text"].form-control  {
	padding-left:20px;
}

.web-page form.dark-background .bootstrap-tagsinput,
.web-page form.dark-background .form-control {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.web-page form.dark-background .bootstrap-tagsinput:focus, .web-page form.dark-background .bootstrap-tagsinput:active,
.web-page form.dark-background .form-control:focus,
.web-page form.dark-background .form-control:active {
	border-color: rgba(255, 255, 255, 0.6);
}

.web-page .has-float-label > span,
.web-page .has-float-label label,
.web-page .has-top-label > span,
.web-page .has-top-label label {
	font-size: 64%;
}

.web-page .video-js.blog-video {
	width: 100%;
	height: 442px;
	background-color: #f8f8f8;
}

@media (max-width: 991px) {
	.web-page .video-js.blog-video {
		height: 280px;
	}
}

.web-page .video-js.blog-video .vjs-poster {
	background-size: cover;
}

.web-page .video-js.side-bar-video {
	width: 100%;
	height: 300px;
	background-color: #f8f8f8;
}

.web-page .video-js.side-bar-video .vjs-poster {
	background-size: cover;
}

.web-page .feature-icon-container .detail-text {
	/*min-height: 100px;*/
}

/*@media (max-width: 991px) {
	.web-page .feature-icon-container .detail-text {
		min-height: 70px;
	}
}
.web-page .feature-icon-container .card {
	display: flex;
    flex-grow: 1;
}
.web-page .feature-icon-container .card .card-body {
	flex-direction: column;
    display: flex;
    justify-content: space-between;
	flex: 1 1 auto;
    min-height: 1px;
}*/

/* REDUCE COL GUTTER ON CARDS */
.web-page .feature-icon-container div[class^="col"]{padding-left:7px; padding-right:7px;}

@media (max-width: 767px) 
{ 
    .web-page .feature-icon-container div[class^="col"]{padding-left:15px; padding-right:15px;}
}


/**** Copied Animation ****/
a.js-copy {position:relative;} 
.copied::after,
.sky-form a.copied::after			{ 
	position: absolute; 
	top: 0px; 
	right: 10px; 
	display: block; 
	content: "Copied"; 
	font-size: 14px; 
	padding: 4px 12px; 
	border-radius: 15px; 
	opacity: 0; 
	will-change: opacity, transform; 
	animation: showcopied 1.5s ease; 
	color:#fff; 
	background-color:#73236b; 

}
.light.copied::after,
.sky-form a.light.copied::after		{ background-color:#fff; color:#531d7b; right:12px; font-size: 11px; padding: 3px 11px;  }

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(-130%);
  }
  100% {
    opacity: 0;
	transform: translateY(-130%);
  }
}




.web-page .screenshots .nav-tabs {
	margin-bottom: 0 !important;
	border: initial;
}

.web-page .screenshots .nav-tabs .nav-link {
	border: initial;
	background: initial !important;
	padding-right: 40px;
	padding-left: 40px;
}

.web-page .screenshots .nav-tabs .nav-item.show .nav-link:before,
.web-page .screenshots .nav-tabs .nav-link.active:before {
	top: initial;
	bottom: 0;
}

.web-page .app-image {
	width: 100%;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
	border-radius: 1.2rem;
}

.web-page .doc-search {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	border-radius: 40px;
	padding: 0.85rem 0.75rem 0.8rem;
	max-width: 360px;
}

.web-page .doc-search input {
	color: #fff;
	background: transparent;
	width: 93%;
	padding: 0 0.75rem;
	outline: initial !important;
	border: initial;
}

.web-page .doc-search input::placeholder {
	color: #fff;
	opacity: 0.7;
}

.web-page .doc-search i {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.web-page .feedback-container a {
	font-size: 1.3em;
	color: #8f8f8f;
	margin: 0.5rem;
}

.web-page .feedback-container a:hover, .web-page .feedback-container a:active {
	color: #922c88;
}

.web-page .video-play-icon {
	width: 100%;
	height: 100%;
	position: absolute;
}

.web-page .video-play-icon span {
	position: absolute;
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
	background: rgba(255, 255, 255, 0.7);
	height: 1.25em;
	border-radius: .75em;
	line-height: 1.25em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.75em;
	width: 2em;
	text-align: center;
}

.web-page .video-play-icon span:before {
	color: #922c88;
	content: "\f101";
}

.web-page .video-play-icon:hover span, .web-page .video-play-icon:active span {
	background: rgba(255, 255, 255, 0.85);
}

.web-page .page-item .page-link {
	line-height: 15px;
}

/*Prices*/
.price-container .price-item .card {
	height: 100%;
}

.price-container .price-item .card-body {
	text-align: center;
}

@media (max-width: 991px) {
	.price-container .price-item .card-body {
		text-align: left;
	}
}

@media (max-width: 575px) {
	.price-container .price-item .card-body {
		text-align: center;
	}
}

.price-container .price-item .price-top-part {
	text-align: center;
}

@media (max-width: 991px) {
	.price-container .price-item .price-top-part {
		padding-left: 0;
		padding-right: 0;
		width: 40%;
	}
}

@media (max-width: 575px) {
	.price-container .price-item .price-top-part {
		width: initial;
	}
}

.price-container .price-item .price-feature-list {
	justify-content: space-between;
}

@media (max-width: 991px) {
	.price-container .price-item .price-feature-list {
		min-height: 220px;
	}
}

.price-container .price-item .price-feature-list ul {
	margin: 0 auto;
	align-self: flex-start;
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
	.price-container .price-item .price-feature-list ul {
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.price-container .price-item .price-feature-list ul {
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.price-container .price-item .price-feature-list a {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.price-container .price-item .price-feature-list a {
		padding-left: 2.6rem;
	}
}

.feature-row {
	margin-top: 80px;
}

@media (max-width: 767px) {
	.feature-row {
		margin-top:100px;
	}
}

/* Timeline */
.timeline {
	list-style: none;
	padding: 10px 0;
	position: relative;
	font-weight: 300;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background: white;
	left: 50%;
	margin-left: -1.5px;
}

@media (max-width: 991px) {
	.timeline:before {
		left: 45px;
	}
}

.timeline > li {
	margin-bottom: 120px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}

@media (max-width: 991px) {
	.timeline > li {
		width: 100%;
		margin-bottom: 30px;
	}
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: calc(100% - 60px);
	float: left;
	position: relative;
}

@media (max-width: 991px) {
	.timeline > li > .timeline-panel {
		float: right;
		width: calc(100% - 120px);
		margin-right: 15px;
	}
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 16px;
	right: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-left: 7px solid white;
	border-right: 0 solid white;
	border-bottom: 7px solid transparent;
	content: " ";
}

@media (max-width: 991px) {
	.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 7px;
		left: -7px;
		right: auto;
	}
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 7px;
	left: -7px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 7px;
	left: -7px;
	right: auto;
}

.timeline .timeline-badge > a {
	color: white !important;
}

.timeline > li.timeline-inverted {
	float: right;
	clear: right;
}

.timeline > li:nth-child(2) {
	margin-top: 120px;
}

@media (max-width: 991px) {
	.timeline > li:nth-child(2) {
		margin-top: 0;
	}
}

.timeline .no-float {
	float: none !important;
}

.timeline > li > .timeline-badge {
	color: white;
	width: 60px;
	height: 60px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	background-color: #922c88;
	right: -30px;
	border-radius: 30px;
	padding-top: 18px;
}

@media (max-width: 991px) {
	.timeline > li > .timeline-badge {
		left: 15px;
		right: initial;
	}
}

.timeline > li.timeline-inverted > .timeline-badge {
	right: initial;
	left: -30px;
}

@media (max-width: 991px) {
	.timeline > li.timeline-inverted > .timeline-badge {
		left: 15px;
	}
}




/* Pagenation */
.page-item {
  padding: 10px; }
  @media (max-width: 767px) {
    .page-item {
      padding: 3px; } }
  .page-item .page-link {
    outline: initial !important;
    box-shadow: initial !important;
    line-height: 1.7;
    border-radius: 40px !important;
    min-width: 38px;
    text-align: center;
    height: 38px;
    padding: 0.55rem 0; }
    @media (max-width: 575px) {
      .page-item .page-link {
        min-width: 30px;
        height: 30px;
        line-height: 0.9;
        font-size: 0.76rem; } }
    .page-item .page-link.next {
      background: #922c88;
      color: #fff;
      border: 1px solid #922c88; }
    .page-item .page-link.prev, .page-item .page-link.prev {
      background: #922c88;
      border: 1px solid #922c88;
      color: #fff; }
    .page-item .page-link.first, .page-item .page-link.last {
      background: transparent;
      color: #922c88;
      border: 1px solid #922c88;
      border-radius: 30px; }
      .page-item .page-link.first:hover, .page-item .page-link.last:hover {
        background: #922c88;
        color: white;
        border: 1px solid #922c88; }
    .page-item .page-link:hover {
      background-color: transparent;
      border-color: #922c88;
      color: #922c88; }
  .page-item.active .page-link {
    background: transparent;
    border: 1px solid #922c88;
    color: #922c88; }
  .page-item.disabled .page-link {
    border-color: #d7d7d7;
    color: #d7d7d7;
    background: transparent; }

.page-link {
  background-color: transparent;
  border-color: transparent;
  color: #212121; }

.btn-sm.page-link {
  padding: 0.5rem 0.5rem; }

.pagination-lg .page-item {
  padding: 15px; }
  @media (max-width: 767px) {
    .pagination-lg .page-item {
      padding: 3px; } }
  .pagination-lg .page-item .page-link {
    min-width: 50px;
    height: 50px; }
    @media (max-width: 767px) {
      .pagination-lg .page-item .page-link {
        min-width: 38px;
        height: 38px;
        padding: 0.55rem 0;
        line-height: 1.5;
        font-size: 0.8rem; } }
    @media (max-width: 575px) {
      .pagination-lg .page-item .page-link {
        min-width: 30px;
        height: 30px;
        line-height: 0.9;
        font-size: 0.76rem; } }

.pagination-sm .page-item {
  padding: 6px; }
  @media (max-width: 767px) {
    .pagination-sm .page-item {
      padding: 3px; } }
  .pagination-sm .page-item .page-link {
    min-width: 30px;
    height: 30px;
    line-height: 0.9;
    font-size: 0.76rem; }


.modal-header button.close {     position: absolute;
    right: 15px;
    top: 5px;}
.modal-content {
	background-color: #bd0b6d;
	color:#fff!important;
	border: 5px #fff solid;
    border-radius: 16px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6)!important;
}
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.web-page .modal-content p,
.modal-content a:not(.btn) {
	color:#fff!important;
}
.modal-content a.btn.btn-outline-white:hover {
	color:#922c88!important;
}
.modal-header {
	border-bottom:none;
}
.modal-footer {
	border-top:none;
}

.form-control.has-error {
    border-color: red;
}
label.has-error ,
.validate-checkbox-group.has-error .form-check .label-text,
.validate-radio-group.has-error .form-check .label-text,
div.has-error label.show-validation-error {
    color: red;
	
}
.validate-error-msg {    
	font-size: 12px;
    color: #f00;
    margin: 0;
    padding: 0;
	padding-left: 3px;
    display: flex;
	margin-bottom:-1rem;

}
.validate-on-green .validate-error-msg,
.modal-content .validate-error-msg {
	color:#ffffff;
}


/*********************CUSTOM BOOTSTRAP CHECK/RADIO BOXES *******************/

label.checkbox,
label.radio {
	position: relative;
	cursor: pointer;
}


input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\f0c8";
	font-family: "Font Awesome 5 Pro";
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	font-family: "Font Awesome 5 Pro";
	color: #2980b9;
	animation: effect 250ms ease-in;
	font-weight: 900;
}
input[type="checkbox"]:checked + .label-text.chk-purple:before{
	color:#922c88
}
.text-white input[type="checkbox"]:checked + .label-text.chk-purple:before {
    color: #ffffff;
}
input[type="checkbox"]:checked + .label-text.chk-white:before{
	color:#ffffff
}
.text-white input[type="checkbox"]:checked + .label-text.chk-white:before {
    color: #ffffff;
}
input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	vertical-align:text-bottom;
	margin-bottom: 2px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #8e44ad;
	font-family: "Font Awesome 5 Pro";
	font-weight:900;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "Font Awesome 5 Pro";
	speak: none;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}


.img-arrows {
	max-height: 80px;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.img-arrows {
		max-height: 120px;
	}
}