﻿@charset "utf-8";
/* CSS Document */

/* ========================================================
					NAV TABS
=========================================================*/
.nav {
	margin-left: 0;
	/*margin-bottom: 18px;*/
	list-style: none;
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:hover {
	text-decoration: none;
	background-color:#f5f5f5;
}

.highlight{
	font-size:15px;
	color:#000;
	font-weight:600;
}

.nav-tabs, .nav-pills {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
	display: table;
	content: "";
}
.nav-tabs:after, .nav-pills:after {
	clear: both;
}
.nav-tabs>li, .nav-pills>li {
	float: left;
	line-height: 20px;
}
.nav-tabs>li>a, .nav-pills>li>a {
	margin-right:5px;
	line-height: 14px;
}
.nav-tabs {
	/*border-bottom: 1px solid #ddd;*/
}
.package_section .nav-tabs{
	text-align:center;
}
.package_section .nav-tabs>li{
}
.nav-tabs>li {
	margin-bottom:0px;
}
.nav-tabs>li>a {	
    font-family: "Calibri";
    display:inline-block;
    padding:10px 15px;
	font-size:17px;
    color:#2d3e52;
    border:none !important;
	cursor:default;
	background:#fafafa;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.nav-tabs>li>a:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.nav-tabs>li>a:hover {
	border-color:#ddd;
	color:#ff7519;
}
.nav-tabs>.active>a{
	color:#d60617 !important;
	border:none !important;
	cursor:default;
	background:#fafafa !important;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.tab-pane h4{
	font-family: "Calibri";
	font-size:18px;
	margin-bottom:5px;
}
.tab-content{
    border:1px solid #eee;
    width:100%;
    margin-top:-1px;
	font-size:12px;
    color:#666;
    margin-bottom:20px;
}
.tab-content{
    padding:15px 15px 30px;
}
.tab-content > .tab-pane {
	display:none;
}

.tab-content > .active {
	display:block;
}
.tab-content p{
	font-family:"Calibri";
	font-size:16px;
    color:#313131;
	margin-bottom:0px;
}

 @media only screen and (max-width:480px) {
.nav-tabs > li > a, .nav-pills > li > a {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	font-size: 12px;
	line-height: 14px;
}
}

.prds-spec-review-tab{
	margin-top:30px;
	margin-bottom:30px;
}

.prds-spec-sec:last-child {
    border-bottom: 1px dotted #ddd;
}
.prds-spec-sec {
    display: table;
    width: 100%;
}
.prds-spec-sec> div {
    display: table-row;
}
.prds-spec-data, .prds-spec-heading {
    padding: 5px 10px;
    font-size: 12px;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
    border-top: 1px dotted #ddd;
}
.prds-spec-heading {
	font-family: "Calibri";
    font-size:15px;
	color:#000;
	border-right:1px solid #ddd;
}

.prds-spec-data {
    width: 75%;
	text-align:justify;
}
.prds-spec-data ul{
	list-style: none;
    padding: 0 0 0 20px;
}
.prds-spec-data ul li{
	font-family:"Calibri";
    list-style:disc;
    margin-bottom:5px;
	font-size:15px;
}
.prds-spec-data ul li:last-child{
    margin-bottom:0px;
}



.homepage-service .tab-content{
	padding:40px 60px;
	border:0px;
	background:#e6e6e6;
}
.homepage-service .tab-content article.box{
	background:#fff;
	-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,.1);
    box-shadow:1px 1px 4px 0 rgba(0,0,0,.1);
}
.homepage-service .post-body{
	padding:20px 15px;
	min-height:250px;
}
.homepage-service h3.post-title{
	margin-top:0px;
	margin-bottom:10px;
}
.homepage-service h3.post-title a{
	font-size:15px;
    color: #ff6351;
}

.homepage-service .post-excerpt{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
	font-weight:300;
}

ul.link_list{
	margin:15px 0px 0px;
	padding:0px;
	list-style:none;
}
ul.link_list li{
	display:inline-block;
}
ul.link_list li a {
	display:block;
    font-size: 12px;
    font-size:12px;
    line-height:20px;
    color: #848484;
}
ul.link_list li a:after {
    content: '|';
	color: #ff6351;
    display: inline-block;
    margin: 0 5px;
}
ul.link_list li:last-child a:after {
	display:none;
}

.post-body .icon {
    padding:10px;
    position:absolute;
    top:-20px;
	right:30px;
    width: 40px;
    height: 40px;
	background:#ff6351;
    border-radius:100%;
    overflow:hidden;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.post-body .icon img{
	height:25px;
	width:25px;
	position:absolute;
	left:8px;
    top:8px;
    -webkit-transition:.2s ease-out;
    transition:.2s ease-out;
}
.post-body .icon img + img {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}
.homepage-service .tab-content article.box:hover .icon img {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}
.homepage-service .tab-content article.box:hover .icon img + img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.homepage-service .nav-tabs>li{
	margin-bottom:40px;
}
.homepage-service .nav-tabs>li>a{
	margin:0px;
	padding:0px;
	color:#fff !important;
}
.homepage-service .nav-tabs > li.active > a, .homepage-service .nav-tabs > li.active > a:hover, .homepage-service .nav-tabs > li.active > a:focus{
	    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.homepage-service .nav-tabs > li.active:after, .homepage-service .nav-tabs > li:focus:after {
    /*content: '';*/
    position: absolute;
    top: 100%;
    left: 42%;
    width: 0;
    height: 0;
    border-top: 30px solid #dddddd;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: rotate(0deg);
}
.homepage-service .nav-tabs:hover>li>a{
	color:#fff !important;
}
.tab_header, .list_header{
	position:relative;
    min-height:100px;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
    line-height:30px;
    padding:20px 150px 20px 40px;
	font-weight:500;
}
.package_section .tab_header{
	position:relative;
    min-height:20px;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
    line-height:30px;
    padding:0px;
	font-weight:500;
}
.package_section .nav-tabs > li.active > a,
.package_section .nav-tabs > li.active > a:hover,
.package_section .nav-tabs > li.active > a:focus{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.package_section .nav-tabs > li  a,
.package_section .nav-tabs > li.active > a,
.package_section .nav-tabs > li.active > a:hover,
.package_section .nav-tabs > li.active > a:focus{
	border-radius:0px;
}
.package_section .nav-tabs > li a{
	border:solid 1px #A12C2F !important;
	margin:0px;
}
.package_section .nav-tabs > li.active > a,
.package_section .nav-tabs > li.active > a:hover,
.package_section .nav-tabs > li.active > a:focus{
	background-color: #A12C2F !important;
	color:#fff !important;
	/*background-color: #337ab7 !important;*/
}
.homepage-service .nav-tabs li:nth-child(1) .tab_header{
    background:#00b8d4;
}
.homepage-service .nav-tabs li:nth-child(2) .tab_header{
    background:#ff8f00;
}
.homepage-service .nav-tabs li:nth-child(3) .tab_header{
    background:#a3db00;
}
.tab_header:before, .list_header:before{
	content:'';
    position: absolute;
    right: 25px;
    top: 46px;
    width: 100px;
    height: 100px;
	border-radius:100%;
}


.homepage-service .nav-tabs li:nth-child(1) .tab_header:before{
	background:#fff url(../images/marketing.svg) no-repeat center center;
	background-size:60px;
}
.homepage-service .nav-tabs li:nth-child(2) .tab_header:before{
	background:#fff url(../images/revenue.svg) no-repeat center center;
	background-size:60px;
}
.homepage-service .nav-tabs li:nth-child(3) .tab_header:before{
	background:#fff url(../images/marketing.svg) no-repeat center center;
	background-size:60px;
}


.list_header:before{
    width:60px;
    height:60px;
	top:21px;
	background-size:44px !important;
}

.homepage-service .nav-tabs>li>a:after{
	content: "\f061";
	font-family: 'FontAwesome';
	font-size:18px;
	color:#434343;
    bottom: 15px;
    display: block;
    opacity: 0;
    position: absolute;
    right: 45px;
	-webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}
.homepage-service .nav-tabs>li:hover>a:after{
    opacity: 1;
    right: 25px;
}

.tab_desc{
	display: block;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
	color:#777777;
        padding: 44px 30px 30px 22px;
        background-color:indianred;
}

@media (min-width:992px) and (max-width:991px) {

.tab_header {
    padding: 10px;
	min-height:80px;
}
.tab_header:before {
    top: 46px;
    width:60px;
    height: 60px;
}
.tab_desc {
    font-size: 14px;
    line-height: 1.5;
    padding: 40px 10px 20px 10px;
}

.homepage-service .tab-content article.box img{
	width:100%;
}

}


@media only screen and (max-width: 767px) {
	
.tab_desc{
	display:block;
}
.tab_header{
	min-height:20px;
	padding:10px 20px;
}
.homepage-service .tab-content {
    padding: 40px;
}
.tab_header:before {
	display:none;
}
	
}
@media (min-width:768px) and (max-width:991px) {

.tab_header {
    padding: 10px;
	min-height:80px;
}
.tab_header:before {
    top: 46px;
    width:60px;
    height: 60px;
}
.tab_desc {
    font-size: 14px;
    line-height: 1.5;
    padding: 40px 10px 20px 10px;
}
.post-body .icon {
    top: 10px;
    left: -36px;
}
.homepage-service .tab-content article.box{
	margin-bottom:20px;
}
.homepage-service .tab-content article.box img{
	width:100%;
	left:0px;
}

}
@media (min-width:481px) and (max-width:767px) {
.homepage-service .tab-content {
    padding: 40px 20px;
}
.homepage-service .post-body {
    min-height: 100px;
	padding:20px 0px;
}
.homepage-service .post-excerpt {
    font-size: 14px;
    line-height: 20px
}
.homepage-service .tab-content article.box {
    margin-bottom: 30px;
}
.homepage-service .tab-content article.box > .row{
	display:table;
}
.homepage-service .tab-content article.box > .row > div{
	display:table-cell;
	height:100%;
}
.tab_header {
	font-size:14px;
	line-height:20px;
	min-height:60px;
}
}
/*@media only screen and (max-width: 480px) {
	
.tab_desc{
	display:none;
}*/
.tab_header{
	min-height:20px;
	padding:10px 20px;
}
.homepage-service .tab-content {
    padding:40px 20px;
}
.tab_header:before {
	display:none;
}
.homepage-service .tab-content article.box{
	margin-bottom:30px;
}
.homepage-service .post-body {
    min-height: 100px;
}

ul.top-bar li, ul.top-bar li a {
    color: #434343 !important;
	line-height:20px !important;
}
ul.top-bar li{
	display:block !important;
}
}

ul.list_body{
	/*padding-top:40px;*/
}
ul.list_body li {
    background: #ebebeb;
	font-family: 'Roboto-Regular';
	font-size:14px;
	text-align:center;
    border-top: solid 1px #FFF;
    min-height: 17px;
    line-height: 16px;
    list-style: none;
    margin:0;
    padding:20px;
}
.package_list > div:nth-child(1) .list_header{
    background:rgba(156, 39, 176, 1);
}
.package_list > div:nth-child(2) .list_header {
    background: #ff8f00;
}
.package_list > div:nth-child(3) .list_header{
    background:#a3db00;
}


.package_list > div:nth-child(1) .list_header:before{
	background:#fff url(../images/marketing.svg) no-repeat center center;
	background-size:60px;
}
.package_list > div:nth-child(2) .list_header:before{
	background:#fff url(../images/revenue.svg) no-repeat center center;
	background-size:60px;
}
.package_list > div:nth-child(3) .list_header:before{
	background:#fff url(../images/marketing.svg) no-repeat center center;
	background-size:60px;
}


.package_list > div:nth-child(1) .list_header,
.package_list > div:nth-child(2) .list_header,
.package_list > div:nth-child(3) .list_header{
	color:#fff;
}

ul.list_body li:nth-child(odd){
    background: #f5f5f5;
}

ul.list_body li span{
    display: inline-block;
	margin-left:5px;
	height:20px;
    width:20px;
    margin-bottom:-8px;
}

.icon-ok {
    background:url(../images/check-marks1.png) 50% 50% no-repeat;
	background-size: cover;
}
.icon-cross {
    background:url(../images/check-marks2.png) 50% 50% no-repeat;
	background-size: cover;
}

.action_footer{
	padding:30px 0px;
	text-align:center;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.package_list > div:hover .action_footer{
	padding:60px 0px;
}
.pricing-item-inner {
    vertical-align: middle;
    border-radius: 7px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pricing-item-inner.fresher{
    border: 2px solid rgba(156, 39, 176, 0.4);
}
.pricing-item-inner.fresher:hover {
    border-color:rgba(156, 39, 176, 0.8);
}
.pricing-item-inner.For_Professional{
    border: 2px solid rgba(255, 143, 0, 0.4);
}
.pricing-item-inner.For_Professional:hover {
    border-color:#ff8f00;
}
.pricing-item-inner.For_Business_owner{
    border: 2px solid rgba(163, 219, 0, 0.4);
}
.pricing-item-inner.For_Business_owner:hover {
    border-color:#a3db00;
}
.package_list > div{
	-moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.package_list > div:hover{
	margin:-20px 0px;
}
.link_btn{
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 15px;
    font-weight: 400;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
	background-color: #9c27b0;
    color: #fff;
	box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
    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);
}
.For_Professional .link_btn{
	background-color:#ff8f00;
}
.For_Business_owner .link_btn{
	background-color:#a3db00;
}
.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}
.link_btn:hover {
	color:#fff;
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}