
.card {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 6px;
	color: rgba(0, 0, 0, 0.87);
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-image {
	height: 60%;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	border-radius: 6px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	pointer-events: none;
}

.card .card-image .card-caption {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 15px;
	text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
	z-index: 3;
}
.card-caption, .card-caption a{
    font-size: 15px;
}

.card img {
	width: 100%;
	height: auto;
}

.img-raised {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .ftr {
	margin-top: 15px;
}

.card .ftr div {
	display: inline-block;
}

.card .ftr .author {
	color: #888;
}

.card .ftr .stats {
	float: right;
	line-height: 30px;
}

.card .ftr .stats {
	position: relative;
	top: 1px;
	font-size: 14px;
}
.mobile-only{
	display: none;
}

/* ============ Card Table ============ */

.table {
	margin-bottom: 0px;
}

.card .table {
	padding: 15px 30px;
}

.card .table-primary {
	background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card .table-info {
	background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .table-success {
	background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .table-warning {
	background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .table-danger {
	background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .table-rose {
	background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card [class*="table-"] {
	color: #ffffff;
	border-radius: 6px;
}

.card [class*="table-"] .card-caption a,
.card [class*="table-"] .card-caption,
.card [class*="table-"] .icon i {
	color: #ffffff;
}

.card [class*="table-"] .icon i {
	border-color: rgba(255, 255, 255, 0.25);
}

.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
	color: rgba(255, 255, 255, 0.8);
}

.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
	color: #ffffff;
}

.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
	color: rgba(255, 255, 255, 0.8);
}

/* ============ Card Blog ============ */

.card-blog {
	margin-top: 30px;
}

.card-blog .card-caption {
	margin-top: 5px;
}

.card-blog .card-image + .category {
	margin-top: 20px;
}

.card-raised {
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* ============ Card Background ============ */

.card-background {
	background-position: center;
	background-size: cover;
	text-align: center;
}

.card-background .table {
	position: relative;
	z-index: 2;
	min-height: 280px;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 440px;
	margin: 0 auto;
}

.card-background .category,
.card-background .card-description,
.card-background small {
	color: rgba(255, 255, 255, 0.8);
}

.card-background .card-caption {
	color: #ffffff;
	margin-top: 10px;
}

.card-background:after {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	table: "";
	background-color: rgba(0, 0, 0, 0.56);
	border-radius: 6px;
}

/* ============ Card Profile ============ */

.card-profile {
	margin-top: 30px;
	text-align: center;
}

/* ============ Card Category ============ */

.category {
	position: relative;
	line-height: 0;
	margin: 15px 0;
}

.card .category-social .fa {
	font-size: 24px;
	position: relative;
	margin-top: -4px;
	top: 2px;
	margin-right: 5px;
}

/* ============ Card Author ============ */

.card .contact .avatar {
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 30%;
	padding: 5px;
}

.card .logo-i .avatar {
    width: 80px;
    height: auto;
    overflow: hidden;
    border-radius: 12%;
    padding: 10px;
}
.card .contact a {
	color: #333;
	text-decoration: none;
}

.card .contact a .ripple-cont {
	display: none;
}

/* ============ Card Product ============ */

.card-product {
	margin-top: 30px;
}

.card-product .btn-simple.btn-just-icon {
	padding: 0;
}

.card-product .ftr {
	margin-top: 5px;
}

.card-product .ftr .stats {
	margin-top: 4px;
	top: 0;
}

.card-product .ftr h4 {
	margin-bottom: 0;
}

.card-product .card-caption,
.card-product .category,
.card-product .card-description {
	text-align: center;
}

.card-description p {
	color: #888;
}

.card-caption,
.card-caption a {
	color: #333;
	text-decoration: none;
}

.card-caption {
	font-weight: 700;
	font-family:default;
}

/* ============ Card Testimonial ============ */

.card-testimonial {
	margin-top: 0;
	margin-bottom: 60px;
	text-align: center;
}

.card-profile .btn-just-icon.btn-raised,
.card-testimonial .btn-just-icon.btn-raised {
	margin-left: 6px;
	margin-right: 6px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
	max-width: 130px;
	max-height: 130px;
	margin: -50px auto 0;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
		0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
	margin-top: 0;
}

.card-testimonial .card-avatar {
	max-width: 100px;
	max-height: 100px;
}

.card-testimonial .card-description {
	font-style: italic;
}

.card-testimonial .card-description + .card-caption {
	margin-top: 30px;
}

.card-testimonial .icon {
	margin-top: 30px;
}

.card-testimonial .icon {
	font-size: 40px;
}

.card-testimonial .ftr {
	margin-top: 0;
}

.card-testimonial .ftr .card-avatar {
	margin-top: 10px;
	margin-bottom: -50px;
}

/* ============ Text Color ============ */

.text-warning {
	color: #ff9800;
}

.text-primary {
	color: #9c27b0;
}

.text-danger {
	color: #f44336;
}

.text-success {
	color: #4caf50;
}

.text-info {
	color: #00bcd4;
}

.text-rose {
	color: #e91e63;
}

.text-gray {
	color: #888;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn,
.navbar .navbar-nav > li > a.btn {
	border: none;
	border-radius: 3px;
	position: relative;
	padding: 12px 30px;
	margin: 10px 1px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	will-change: box-shadow, transform;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
		background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:focus,
.btn:active,
.btn:active:focus {
	outline: 0;
}

.btn.btn-round,
.navbar .navbar-nav > li > a.btn.btn-round {
	border-radius: 30px;
}

.btn.btn-just-icon,
.navbar .navbar-nav > li > a.btn.btn-just-icon {
	font-size: 20px;
	padding: 12px 12px;
	line-height: 1em;
}

.btn.btn-just-icon i,
.navbar .navbar-nav > li > a.btn.btn-just-icon i {
	width: 20px;
}

/* Button Info */

.btn.btn-info {
	background-color: #00bcd4;
	color: #ffffff;
}

.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:hover {
	box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}

/* Button Danger */

.btn.btn-danger {
	background-color: #f44336;
	color: #ffffff;
}

.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:hover {
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42),
		0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

/* Button Warning */

.btn.btn-warning.btn-simple:hover,
.btn.btn-warning.btn-simple:focus,
.btn.btn-warning.btn-simple:active {
	background-color: transparent;
	color: #ff9800;
}

.btn.btn-warning.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-warning.btn-simple {
	background-color: transparent;
	color: #ff9800;
	box-shadow: none;
}

.btn.btn-warning,
.navbar .navbar-nav > li > a.btn.btn-warning {
	box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14),
		0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}

/* Button Rose */

.btn.btn-rose.btn-simple:hover,
.btn.btn-rose.btn-simple:focus,
.btn.btn-rose.btn-simple:active {
	background-color: transparent;
	color: #e91e63;
}

.btn.btn-rose.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-rose.btn-simple {
	background-color: transparent;
	color: #e91e63;
	box-shadow: none;
}

/* Button White */

.btn.btn-white,
.btn.btn-white:focus,
.btn.btn-white:hover {
	background-color: #ffffff;
	color: #888;
}

.btn.btn-white.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-white.btn-simple {
	color: #ffffff;
	background: transparent;
	box-shadow: none;
}

.fa {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
	font-family: default;
	font-weight: 300;
	line-height: 1.5em;
}

a {
	color: #9c27b0;
	text-decoration: none;
}

a:hover {
	color: #9c27b0;
	text-decoration: underline;
}

p {
	color: #3c4857;
}

header {
	border-bottom: 1px solid #dedede;
	text-align: center;
}

h1,
.h1 {
	font-size: 3.8em;
}

h2,
.h2 {
	font-size: 2em;
	margin: 15px 0 15px;
	font-weight: 500;}

h3,
.h3 {
	font-size: 1.825em;
	line-height: 1.4em;
	margin: 30px 0 30px;
	font-weight: 700;
	text-align: center;
}

h4,
.h4 {
	font-size: 1.3em;
	line-height: 1.55em;
}

h5,
.h5 {
	font-size: 1.25em;
	line-height: 1.55em;
	margin-bottom: 15px;
}

h6,
.h6 {
	font-size: 0.9em;
	font-weight: 500;
}
.contact span{
    font-weight: 700;
}

.overlay-eff{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(62%, rgba(0,0,0,0.36)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.36) 62%, rgba(0,0,0,0) 100%);
    bottom: 0;
	display: block;
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: 1;
}


        /* Modal styles */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            align-items: center;
            justify-content: center;
        }

        .modal-content {
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            animation: modal-show 0.3s ease-in-out;
        }

        @keyframes modal-show {
            0% {
                opacity: 0;
                transform: scale(0.8);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }
		div.contact.mobile-only{
			display: none;
		}

	@media screen and (320px <= width <=767px) {
		.mobile-only{
			display: block;
		}
		div.contact.mobile-only{
			display: block;
		}
		div.contact.desktop-tab{
			display: none;
		}
	}