/*
	Author       : html.design
	Template Name: Pricing Table - Responsive Template
	Version      : 1.0
*/
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');


body{
	margin: 0px;
	padding: 0px;
	font-family: 'Rubik', sans-serif;
	background: url(../images/bg-1.jpg) no-repeat top center;
	background-size: cover;
	
}

.alltrans,
a, 
input[type="button"], 
input[type="submit"], 
button, 
table th, 
table td,
.navigation-menu > li > a span:after,
.btn,
.btn:after,
.section-title:after,
.service-icon,
.owl-dot,
.owl-nav > div,
.blog-img img,
.owl-nav > div:before,
.portfolio-box:after,
.portfolio-box img,
.portfolio-content {	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a {
	color: #e52225;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #e52225;
	outline: none;
	text-decoration: underline;
}
.link-dark {
	color: #0f0f0f;	
}
.link-dark:hover, .link-dark:focus {
	color: #e52225;
	text-decoration: none;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
a:active {
	background-color: transparent;
}
}
strong {
	font-weight: 700;
}
small, 
.small {
	font-size: 85%;
}
sub, 
sup {
	font-size: 80%
}
p {
	margin: 0 0 20px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1.3;
	margin: 0 0 15px;
	font-weight: 700;
	color: #0f0f0f;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
}
h1, 
h2 {
	font-size: 60px;
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
h4 {
	font-size: 24px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}
h6 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

/*--- Pricing Table ---*/

.main-pricing-table{
	padding: 40px 0px;
	height: auto;
	min-height: 100vh;
}

.main-pricing-table .card{
	border: none;
}
.pricingTable{
    padding: 10px 0 30px;
    background: #fff;
    text-align: center;
	box-shadow: -18px 19px 31px rgba(0, 0, 0, 0.2);
}
.pricingTable .pricingTable-header{
    color: #333;
}
.pricingTable i{
    display: block;
    font-size: 50px;
}
.pricingTable .title{
    font-size: 22px;
    margin-bottom: 0px;
}
.pricingTable .price-value{
    padding: 20px 0 14px;
    margin: 23px -10px 23px;
    background: #eee;
    color: #333;
    position: relative;
	border-radius: 3px;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(0,0,0,.4);
    transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover .price-value{
    background: #FF4000;
    color: #fff;
}
.pricingTable .amount{
    display: inline-block;
    font-size: 50px;
    position: relative;
	font-weight: 500;
}
.pricingTable .currency{
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 65px;
}
.pricingTable .month{
    font-size: 20px;
    position: absolute;
    top: 32px;
    right: -70px;
	font-weight: 400;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}
.pricingTable .pricing-content li{
    font-size: 14px;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color:  #858585;
    text-transform: uppercase;
    border-top: 1px solid #e0dcdc;
    border-bottom: 1px solid #e0dcdc;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-signup{
    background: #FF4000;
    border-top: 1px solid  #f91942;
    border-bottom: 1px solid #f91942;
    color: #fff;
	box-shadow: 0 14px 26px -12px rgba(249, 25, 66, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(249, 25, 66, 0.2);
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}

.pri-title{
	position: relative;
}
.pri-title h3{
	color: #FF4000;
	position: relative;
	z-index: 2;
}
.pri-title span{
	font-size: 38px;
	font-weight: 500;
	z-index: 1;
	margin: auto;
	position: absolute;
	top: -17px;
	left: 0;
	bottom: 0;
	right: 0;
	color: #e1e1e1;
}

.pricingTable.hover-table .price-value {
    background: #f91942;
    color: #fff;
}
.pricingTable.hover-table .pricingTable-signup {
    background: #f91942;
    border-top: 1px solid #f91942;
    border-bottom: 1px solid #f91942;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(249, 25, 66, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(249, 25, 66, 0.2);
}








/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #FD5800;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}




a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #FD5800;
  color: white;
}

.round {
  border-radius: 50%;
}







