.hero .feat-item:hover .text-center {
    height: 100%;
}
.hero .feat-item .text-center {
    background-color: rgba(72,176,229,0.56);
    padding: 17px 15px 15px;
    position: absolute;
    bottom: 0;
    height: 50px;
    width: calc(100% - 16px);
    transition: all 0.3s;
    z-index: 10;
}
.hero .feat-item .text-center a.butn.butn-bg {
    position: static;
    left: 50%;
    transform: translateX(0%);
    bottom: 22px;
    margin: 15px auto;
    padding: 10px 25px;
    z-index: 1;
}
.hero .feat-item .text-center ul li {
    list-style-type: disc;
    text-align: left;
    margin: 0 25px 0 25px;
    line-height: 22px;
    color: #999;
    font-weight: 400;
}
.hero .feat-item .text-center ul {
    margin-top: 15px;
}
.feature-block .feature_right {
    float: left;
    width: 60%;
}
.feature-block .feature_left {
    float: left;
    width: 40%;
}
.feature-block {
    overflow: hidden;
    margin: 0 0 20px;
}
.feature-block .feature_left p {
    margin: 10px 0;
}
.feature-block .feature_left h5 {
    margin: 10px 0 20px;
}
section.team.section-padding .section-head {
    margin-bottom: 50px;
}
.process .item .icon {
    display: inline-block;
    text-align: center;
}
.process .item .icon img.sp_img0 {
    width: 36px;
    vertical-align: sub;
    height: auto;
    max-height: 50px;
}
.process .item .icon img {
    position: static;
    opacity: 1;
    padding: 0;
    margin: 0;
}
.process .item .icon img.sp_img1 {
    width: 40px;
    height: auto;
    max-height: 60px;
    vertical-align: text-bottom;
}
.process .item .icon img.sp_img2 {
    width: 42px;
    vertical-align: text-bottom;
    height: auto;
    max-height: 50px;
}
.process.section-padding.bg-img.bg-fixed.pos-re.text-center:before {
    opacity: 0.2;
}
/*header.header.valign.bg-img:before {
    opacity: 0.3;
}*/

.hero .feat-item .icon.print_soft:before {
    background-image: url(../img/printer_b.png);
}
.hero .feat-item .icon.edit_slips:before {
    background-image: url(../img/edit_b.png);
    background-size: 45px auto;
}
.hero .feat-item .icon.mail_post:before {
    background-image: url(../img/upload_b.png);
    background-size: 43px auto;
}
.hero .feat-item .icon.payments:before {
    background-image: url(../img/dollar-symbol_b.png);
}
.hero .feat-item .icon.cash_log:before {
    background-image: url(../img/checklist_b.png);
    background-size: 45px auto;
}
.hero .feat-item .icon.ic_cloud:before {
    background-image: url(../img/cloud-computing_b.png);
    background-size: 45px auto;
}
.hero .feat-item:hover .icon.print_soft:before {
    background-image: url(../img/printer_white.png);
}
.hero .feat-item:hover .icon.edit_slips:before {
    background-image: url(../img/edit_white.png);
}
.hero .feat-item:hover .icon.mail_post:before {
    background-image: url(../img/upload_white.png);
}
.hero .feat-item:hover .icon.payments:before {
    background-image: url(../img/dollar-symbol_white.png);
}
.hero .feat-item:hover .icon.cash_log:before {
    background-image: url(../img/checklist_white.png);
}
.hero .feat-item:hover .icon.ic_cloud:before {
    background-image: url(../img/cloud-computing_white.png);
}

.hero .feat-item .icon:before {
    background-size: 50px auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    transition: all 0.4s
}

/*tarot card css*/

/*.module-content {
    height: 310px;
    width: 774px;
    position: relative;
    margin: 0 auto 20px;
}*/
.module-content {
    height: 188px;
    width: 900px;
    position: relative;
    margin: 0 auto 20px;
    max-width: 100%;
}
.module-content .card {
    background: transparent;
    background-image: url(../img/tarot-card.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 13%;
    height: 188px;
    cursor: pointer;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    transition: .5s ease 0s;
    text-decoration: none;
    border: none;
}
.module-content .card:hover {
    /*background-position: 0 -170px;*/
    /*transition: none;*/
    top: -20px;
}
.module-content .card:nth-child(1) {
    z-index: 30;
    left: 0;
}
.module-content .card:nth-child(2) {
    z-index: 29;
    left: 3%;
}
.module-content .card:nth-child(3) {
    z-index: 28;
    left: 6%;
}
.module-content .card:nth-child(4) {
    z-index: 27;
    left: 9%;
}
.module-content .card:nth-child(5) {
    z-index: 26;
    left: 12%;
}
.module-content .card:nth-child(6) {
    z-index: 25;
    left: 15%;
}
.module-content .card:nth-child(7) {
    z-index: 24;
    left: 18%;
}
.module-content .card:nth-child(8) {
    z-index: 23;
    left: 21%;
}
.module-content .card:nth-child(9) {
    z-index: 22;
    left: 24%;
}
.module-content .card:nth-child(10) {
    z-index: 21;
    left: 27%;
}
.module-content .card:nth-child(11) {
    z-index: 20;
    left: 30%;
}
.module-content .card:nth-child(12) {
    z-index: 19;
    left: 33%;
}
.module-content .card:nth-child(13) {
    z-index: 18;
    left: 36%;
}
.module-content .card:nth-child(14) {
    z-index: 17;
    left: 39%;
}
.module-content .card:nth-child(15) {
    z-index: 16;
    left: 42%;
}
.module-content .card:nth-child(16) {
    z-index: 15;
    left: 45%;
}
.module-content .card:nth-child(17) {
    z-index: 14;
    left: 48%;
}
.module-content .card:nth-child(18) {
    z-index: 13;
    left: 51%;
}
.module-content .card:nth-child(19) {
    z-index: 12;
    left: 54%;
}
.module-content .card:nth-child(20) {
    z-index: 11;
    left: 57%;
}
.module-content .card:nth-child(21) {
    z-index: 10;
    left: 60%;
}
.module-content .card:nth-child(22) {
    z-index: 9;
    left: 63%;
}
.module-content .card:nth-child(23) {
    z-index: 8;
    left: 66%;
}
.module-content .card:nth-child(24) {
    z-index: 7;
    left: 69%;
}
.module-content .card:nth-child(25) {
    z-index: 6;
    left: 72%;
}
.module-content .card:nth-child(26) {
    z-index: 5;
    left: 75%;
}
.module-content .card:nth-child(27) {
    z-index: 4;
    left: 78%;
}
.module-content .card:nth-child(28) {
    z-index: 3;
    left: 81%;
}
.module-content .card:nth-child(29) {
    z-index: 2;
    left: 84%;
}
.module-content .card:nth-child(30) {
    z-index: 1;
    left: 87%; 
}
section.tarrot-card.hero {
    padding: 60px 0;
    /*background: rgba(72,176,228,0.44);*/
}
section.tarrot-card.hero .section-head {
    margin-bottom: 50px;
}
.loaded-card {
    margin-top: 40px;
}
.card-box {
    text-align: center;
}
a.logo {
    font-size: 30px;
    color: #48b0e5;
    font-weight: 500;
}
button.btn-reveal-meaning.butn.butn-bg:hover span {
    color: #48b0e5;
}
button.btn-reveal-meaning.butn.butn-bg i {
    margin-left: 5px;
    vertical-align: middle;
}
button.btn-reveal-meaning.butn.butn-bg {
    margin-top: 50px;
}
a.call-link {
    display: flex;
    align-items: center;
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    margin: 15px 0;
    color: #333;
	justify-content:center;
}
a.call-link img {
    width: 35px;
    height: 30px;
    margin-right: 15px;
}
.modal-body.cust-padding {
    padding: 15px 25px;
}
body {
    color: #fff;
}
header.header.other-page {
    min-height: inherit;
    padding: 140px 15px 95px;
}
/*.cards-cont .curve.curve-gray-t:after, .cards-cont .curve.curve-gray-t:before {
    border-top: 50px solid #f9f9f9;
}*/
.cards-cont .curve.curve-gray-t:after, .cards-cont .curve.curve-gray-t:before {
    border-top: 50px solid rgba(72,176,228,0.44);
}
section.cards-cont.hero .curve.curve-gray-t.curve-top {
    top: 0;
}
section.cards-cont.hero {
    position: relative;
    padding: 30px 0 70px;
}
h6.card-title {
    font-size: 24px;
    margin-bottom: 55px;
}
header.header.other-page .text-center.caption h2 {
    margin-bottom: 20px;
}
.about-box p {
    color: #ddd;
    margin-bottom: 10px;
}
.about-box {
    padding: 25px;
    background: rgb(72 176 229 / 56%);
    border-radius: 6px;
}
.section-padding.pos-re.about-sec {
    padding: 0;
}
section.team.hero.section-padding {
    padding-top: 30px;
}
.card-box.cards-container {
    /* background: rgba(72,176,228,0.44); */
    /* padding: 30px; */
    /* border-radius: 6px; */
}
button.btn-shuffle.butn.butn-bg {
    margin-top: 30px;
    padding: 10px 30px;
}
h6.modal-title {
    color: #333;
}
.module-content .card.card-added {
    top: -20px;
}
/*.show-card .col-md-4 {
    top: -70px;
    position: relative;
    transition: all 0.3s;
}
.show-card .row.animate-card .col-md-4 {
    top: 0;
}*/
.loaded-card.animated-card {
    top: 0;
}
/*.loaded-card {
    margin-top: 40px;
    display: none;
    position: relative;
    top: -70px;
    transition: all 0.5s;
}*/
.module-content.shake .card:nth-child(28) {
    z-index: 30;
    left: 0;
}
.module-content.shake .card:nth-child(12) {
    z-index: 29;
    left: 3%;
}
.module-content.shake .card:nth-child(30) {
    z-index: 28;
    left: 6%;
}
.module-content.shake .card:nth-child(27) {
    z-index: 27;
    left: 9%;
}
.module-content.shake .card:nth-child(24) {
    z-index: 26;
    left: 12%;
}
.module-content.shake .card:nth-child(13) {
    z-index: 25;
    left: 15%;
}
.module-content.shake .card:nth-child(18) {
    z-index: 24;
    left: 18%;
}
.module-content.shake .card:nth-child(7) {
    z-index: 23;
    left: 21%;
}
.module-content.shake .card:nth-child(26) {
    z-index: 22;
    left: 24%;
}
.module-content.shake .card:nth-child(23) {
    z-index: 21;
    left: 27%;
}
.module-content.shake .card:nth-child(22) {
    z-index: 20;
    left: 30%;
}
.module-content.shake .card:nth-child(20) {
    z-index: 19;
    left: 33%;
}
.module-content.shake .card:nth-child(8) {
    z-index: 18;
    left: 36%;
}
.module-content.shake .card:nth-child(4) {
    z-index: 17;
    left: 39%;
}
.module-content.shake .card:nth-child(19) {
    z-index: 16;
    left: 42%;
}
.module-content.shake .card:nth-child(16) {
    z-index: 15;
    left: 45%;
}
.module-content.shake .card:nth-child(9) {
    z-index: 14;
    left: 48%;
}
.module-content.shake .card:nth-child(25) {
    z-index: 13;
    left: 51%;
}
.module-content.shake .card:nth-child(5) {
    z-index: 12;
    left: 54%;
}
.module-content.shake .card:nth-child(3) {
    z-index: 11;
    left: 57%;
}
.module-content.shake .card:nth-child(10) {
    z-index: 10;
    left: 60%;
}
.module-content.shake .card:nth-child(17) {
    z-index: 9;
    left: 63%;
}
.module-content.shake .card:nth-child(15) {
    z-index: 8;
    left: 66%;
}
.module-content.shake .card:nth-child(29) {
    z-index: 7;
    left: 69%;
}
.module-content.shake .card:nth-child(6) {
    z-index: 6;
    left: 72%;
}
.module-content.shake  .card:nth-child(14) {
    z-index: 5;
    left: 75%;
}
.module-content.shake  .card:nth-child(21) {
    z-index: 4;
    left: 78%;
}
.module-content.shake  .card:nth-child(11) {
    z-index: 3;
    left: 81%;
}
.module-content.shake  .card:nth-child(1) {
    z-index: 2;
    left: 84%;
}
.module-content.shake .card:nth-child(2) {
    z-index: 1;
    left: 87%;
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
@media (max-width: 767px) {
	 .header {
		min-height: inherit;
		position: relative;
		padding: 130px 0 90px;
	 }
	 .hero .feat-item .text-center {
		min-height: inherit;
	 }
	 .module-content .card {
		width: 13%;
		height: 69px;
	 } 
	 .module-content .card.card-added {
		top: -10px;
	 }
	 .module-content {
		height: 69px;
	 }
	 h6.card-title {
		font-size: 20px;
		margin-bottom: 35px;
	}
	header.header.other-page .text-center.caption h2 {
		margin-bottom: 20px;
		font-size: 27px;
		line-height: 38px;
	}
	header.header.other-page {
		min-height: inherit;
		padding: 110px 15px 15px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.module-content .card {
		height: 144px;
	}
	.module-content {
		height: 144px;
	}
	header.header.other-page {
		min-height: inherit;
		padding: 154px 15px 80px;
	}
}
@media (min-width:768px) and (max-width: 1024px) and (orientation: landscape) {
	.module-content .card {
		height:162px;
	}
	.module-content {
		height: 162px;
	}
}

@media (min-width:1024px) and (max-width:1366px) and (orientation: portrait) {
	.module-content .card {
		height:162px;
	}
	.module-content {
		height: 162px;
	}
}