

/*----------------------------------------
General Styles
----------------------------------------*/
.breadcrumb-container {
	position: relative;
	z-index: 2;
}
.section-nude-bg{
        background-color: #F4F9F8;
}
.section-nude-blue-bg{
        background-color: #F6FBFE;
}

.section-green-bg{
        background-color: #40C4B5;
}
.section-light-green-bg{
        background-color: #f4f9f8;
}
#features-heading {
    background-color: #f4f9f8;
    padding-top: 60px;
    padding-bottom: 5px;
}
.vp-header-dot {
    border-radius: 0;
    height: 3px;
    width: 100px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #3BC4B4;
        position: relative;
}
.text-center h1, .text-center h1 a {
    color: #4B4B4C;

}
h3 {
	    font-size: 2.35714286em;
    line-height: 1.36363636em;
    padding-bottom: 15px;
}
/*** Buttons ***/
.btn{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    white-space: normal;
    color: #ffffff;
    background-color: #F66F6C;
    border-radius: 4px;
    padding: 10px 52px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
     border: 0px solid transparent;
}
.btn:hover {
    background-color: #db6462;

}
.btn-readmore {
padding: 5px 22px;
    background-color: #F66F6C;
        margin-top: 20px;

}
.btn-readmore:hover {

    background-color: #db6462 !important;


}

.btn:focus, .btn:visited{
    color: #ffffff;
}
.btn:before{
    transition: all 0.4s ease;
    z-index: -1;
}
.btn:hover, .btn:focus:hover, .btn:visited:hover{
    background-color: #db6462;
    color: #ffffff;
}
.btn-white, .btn-white:focus, .btn-white:visited{
    color: #db6462;
    background-color: #ffffff;
}
.btn-white:hover, .btn-white:focus:hover, .btn-white:visited:hover, .btn-orange:hover, .btn-orange:focus:hover, .btn-orange:visited:hover{
    background-color: #db6462; 
}
.btn-white:before{
    content: "";
    position: absolute;
    background-color: #db6462;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
}
.btn-white:hover:before{
    transform: scale(1);
}
.btn-orange, .btn-orange:focus, .btn-orange:visited{
    background-color: #3581B8;
}
.button-group {
    margin-top: 45px;
    float: left;
    width: 100%;
}
.button-group .btn{
    float: left;
}
.button-group .btn + .btn{
    margin-left: 30px;
}

/*** Form and Input ***/
#tabular-support-form input, select, textarea{
    width: 100%;
    font-size: 1rem;
    color: #666666;
    border: 0px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    line-height: 2px;
    padding: 10px 0px;
    letter-spacing: 0.3px;
}
input, select, textarea{
    width: 100%;
    font-size: 1.4rem;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    line-height: 24px;
    padding: 10px 15px;
    letter-spacing: 0.3px;
}
::-webkit-input-placeholder { 
  color: #4a4a4a;
}
::-moz-placeholder { 
  color: #4a4a4a;
}
:-ms-input-placeholder { 
  color: #4a4a4a;
}
:-moz-placeholder { 
  color: #4a4a4a;
}
.section-bg input, .section-bg select, .section-bg textarea{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.section-bg ::-webkit-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg ::-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-ms-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
[class*=col] > input, [class*=col] > select, [class*=col] > textarea{
    margin-bottom: 30px;
}
input:focus, select:focus, textarea:focus{
    outline: none;
}
button.btn {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 8px 56px;
}



/*----------------------------------------
Header
----------------------------------------*/
.logo{
    display: inline-block;
}


/*----------------------------------------
CTA / Free Trial
----------------------------------------*/
.cta-section{
  
    padding: 40px 0;
}
.cta-heading{
    color: #ffffff;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    margin: 0;
}
.trial-form{
    text-align: right;
    float: left;
    width: 100%;
}
.trial-form input {
    border-radius: 3px;
    width: calc(100% - 245px);
    max-width: 300px;
    margin-right: 40px;
    padding: 7px 15px;
}
.trial-form .btn{
    float: right;
    letter-spacing: 0.6px;
}
/*----------------------------------------
Listing Styles
----------------------------------------*/
.list-style-default {
    position: relative;
     color: #808080;
     padding-top: 10px;
}

.list-style-default li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-weight: 400;

}
.list-style-default li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    left: 0px;
    top: 4px;
    color: #fff;
    display: inline-block;
    background-color: #51bcda;
    width: 18px;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*----------------------------------------
Index
----------------------------------------*/
.tabular-banner .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tabular-header-bg {
background-image: url(/images/tabular/banner-bg.png);
    background-blend-mode: normal;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.xs-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.curve-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background: linear-gradient(to right, #72D2C9, #79e5da);
}
.tabluar-header h1{
	font-weight: 700;
	letter-spacing: -0.18rem;
    font-size: 3.5rem;
}
.tabluar-header p{
	    color: #526B54 !important;
    margin-top: 0px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.01rem;
padding-top: 20px;
padding-bottom: 20px;
}

/* ----------------------------------------------------------------------------------------
*                                   Toolkits
* --------------------------------------------------------------------------------------- */
.toolsets-bg {
background-image: url(/images/tabular/toolkits-index-bg.png);
    background-blend-mode: overlay;
    height: 350px;
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}


.blog-feed-area .single-blog-item {
    margin: 0;
    margin-bottom: 30px;
}
.single-blog-item {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    -webkit-box-shadow: 7px 7px 20px rgba(185, 178, 178, 0.3);
    box-shadow: 7px 7px 20px rgba(185, 178, 178, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 50px;
}
.tabluar-toolsets-header{
	text-align: center;
}
.tabluar-toolsets-header h1{
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.18rem;
    font-size: 3.5rem;
}
.tabluar-toolsets-header p{
	    color: #fff !important;
    margin-top: 0px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.01rem;
padding-top: 20px;
padding-bottom: 20px;
}
.sidebar .category li a {
    color: #4A4545;
}
.sidebar__item h4 {
    color: #4A4545;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 2px solid #E9E9EA;
    margin: 30px 0;
}
.sidebar .category li {
    position: relative;
    font-size: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #E9E9EA;
    margin-bottom: 10px;
}
.sidebar .category li span {
    position: absolute;
    top: -2px;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #F5F9FE;
    color: #4A4545;
    font-size: 0.75rem;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
}
.blog-title {
	    font-size: 16px;
    text-align: left;
    color: #2d3942;
	
}
.blog-details {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;

	
}
.edit-this-template {
	text-align: center;
	    margin-top: 20px;
	        padding-bottom: 20px;
}
.btn-use-template-index {
width: 100%;
margin-bottom: 50px;
}
.btn-use-template {
    border: 1px solid #F66F6C;
    background-color: #fff;
    color: #F66F6C;
    font-weight: 600;
padding: 7px 22px;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.btn-use-current-template  {
    border: 0px solid #fff;
    background-color: #5FC58D;
    color: #fff;
    padding: 12px 46px;
    font-weight: 600;
   padding: 10px 22px;
       position: relative;
    float:right;
}
.btn-use-current-template:hover, .btn-use-current-template:focus, .btn-use-current-template:visited{
    background-color: #4da575;
}
.btn-use-template:focus, .btn-use-template:visited{
    color: #F66F6C;
    background-color: #fff;
}
.btn-use-template:hover{
    color: #fff !important;
    background-color:  #F66F6C !important;
}
/* ----------------------------------------------------------------------------------------
*                                   Toolkits templates
* --------------------------------------------------------------------------------------- */
.template-main-content h1 {
    padding-bottom: 20px;
        float: none;
}
.tabular-template-main-content h1{
	    text-align: left;
    font-size: 2.6em;
    padding-bottom: 10px;
}
.tabular-template-content {
margin-left: 15px;
    margin-top: 20px;
}


/*----------------------------------------
Templates
----------------------------------------*/
.embedded-example #templates-index .btn {
	margin-top:30px;
}
.form-embeded {
	height: 720px;
}
@media only screen and (max-width: 991px) {
.template-main-content h1 {
  font-size: 2.5rem;
}

}
.template-main-content h1{
    font-size: 2.9em;
    line-height: 1.31818182em;
}

.templates-features-index-header{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd9aa+0,ffffff+100 */
background: rgb(255,217,170); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,217,170,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,217,170,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,217,170,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd9aa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#templates-index-header h1{
	font-size: 2.7rem;
	color: #4B4B4C;
	    font-weight: 600;
}
#templates-index-header p{
	line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.01rem;
	color: #4B4B4C;
}
#templates-index .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
#templates-index .btn{
	    padding: 14px 31px;
    font-size: 1.4rem;
      line-height: 10px;
      background: #f4a737;
	
}
#templates-index .btn:hover, button.btn:focus {
      background: #db9432;
          opacity: 1;
	
}
.template-description-padding {
	margin-bottom: 60px;
}
.templates-dropdown-menu {
	margin-bottom:20px;
	    position: relative;
    top: -7px;

}

templates-sidebar-nav p{

}
.template-category-name {
	display: block;
    padding: 15px 10px 15px 10px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e6720d !important;
    border-bottom: 1px solid #1d2e3b;
    position: relative;
}
.templates-sidebar-nav-title {
	padding: 5px 10px;	    
	font-weight: 600;
    font-size: 12px ;
}
.sidebar .dropdown-toggle {
	width: 100%;
}
.sidebar .dropdown-menu {
	width: 100%;
}

	@media (max-width: 768px) {
.dropdown-menu>li>a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;

}
.templates-sidebar-nav-title {
	padding: 3px 15px;
	
}
	}
	
@media (min-width: 1200px) {
	.sidebar.sidebar-sm .dropdown-toggle {
		display: none;
	}
	.sidebar.sidebar-sm .dropdown-menu {
		border-width: 0px;
		box-shadow: none;
		display: block;
		position: relative;
		width: 100%;
		z-index: 0;
	}
	.sidebar.sidebar-sm .dropdown-menu .dropdown-header {
		font-size: 16px;
		font-weight: 600;
    padding: 15px 10px 10px;
	}
	.sidebar.sidebar-sm .dropdown-menu .dropdown-header:first-child {
		padding-top: 0px;	
	}
	.sidebar.sidebar-sm .dropdown-menu .divider {
		display: none;	
	}
	.sidebar.sidebar-sm .dropdown-menu li a {
		position: relative;
    display: block;
    padding: 10px 10px;
    margin-bottom: -1px;
    background-color: #fff;
color: #333;
font-weight: 400;
	}
	.sidebar.sidebar-sm .dropdown-menu li a:focus, 
	.sidebar.sidebar-sm .dropdown-menu li a:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
        margin-bottom: -1px;
	}
	.sidebar.sidebar-sm .dropdown-menu li a:focus, 
	.sidebar.sidebar-sm .dropdown-menu li a:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
	}
	.sidebar.sidebar-sm .dropdown-menu li.active a:hover {
    z-index: 2;
    color: #333;
    background-color: #f5f5f5;
    border-color: #337ab7;

	}
	.sidebar.sidebar-sm .dropdown-menu li.active a, 
	.sidebar.sidebar-sm .dropdown-menu li.active a:focus, 
 {
    z-index: 2;
    color: #333;

    border-color: #337ab7;
    font-weight: 600;
	}


}
@media (min-width: 992px) {
	.sidebar.sidebar-md .dropdown-toggle {
		display: none;
	}
	.sidebar.sidebar-md .dropdown-menu {
		border-width: 0px;
		box-shadow: none;
		display: block;
		position: relative;
		width: 100%;
		z-index: 0;
	}
	.sidebar.sidebar-md .dropdown-menu .dropdown-header {
		font-size: 16px;
		font-weight: 600;
    padding: 15px 10px 10px;
	}
	.sidebar.sidebar-md .dropdown-menu .dropdown-header:first-child {
		padding-top: 0px;	
	}
	.sidebar.sidebar-md .dropdown-menu .divider {
		display: none;	
	}
	.sidebar.sidebar-md .dropdown-menu li a {
		position: relative;
    display: block;
    padding: 10px 10px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	}
	.sidebar.sidebar-md .dropdown-menu li a:focus, 
	.sidebar.sidebar-md .dropdown-menu li a:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
	}
	.sidebar.sidebar-md .dropdown-menu li a:focus, 
	.sidebar.sidebar-md .dropdown-menu li a:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
	}
	.sidebar.sidebar-md .dropdown-menu li.active a, 
	.sidebar.sidebar-md .dropdown-menu li.active a:focus, 
	.sidebar.sidebar-md .dropdown-menu li.active a:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
	}
}
@media (min-width: 1200px) {
	.sidebar.sidebar-lg .dropdown-toggle {
		display: none;
	}
	.sidebar.sidebar-lg .dropdown-menu {
		border-width: 0px;
		box-shadow: none;
		display: block;
		position: relative;
		width: 100%;
		z-index: 0;
	}
	.sidebar.sidebar-lg .dropdown-menu .dropdown-header {
		font-size: 16px;
		font-weight: 600;
    padding: 15px 10px 10px;
	}
	.sidebar.sidebar-lg .dropdown-menu .dropdown-header:first-child {
		padding-top: 0px;	
	}
	.sidebar.sidebar-lg .dropdown-menu .divider {
		display: none;	
	}
	.sidebar.sidebar-lg .dropdown-menu li a {
		position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	}
	.sidebar.sidebar-lg .dropdown-menu li a:focus, 
	.sidebar.sidebar-lg .dropdown-menu li a:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
	}
	.sidebar.sidebar-lg .dropdown-menu li a:focus, 
	.sidebar.sidebar-lg .dropdown-menu li a:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
	}
	.sidebar.sidebar-lg .dropdown-menu li.active a, 
	.sidebar.sidebar-lg .dropdown-menu li.active a:focus, 
	.sidebar.sidebar-lg .dropdown-menu li.active a:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
	}
}

.noScroll {
overflow: hidden;
}
.templates-side-menu-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 1);
    overflow-y: hidden;
    transition: 0.5s;
}

.templates-side-menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    height: 75%;
    overflow: scroll;
}

.templates-side-menu-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.templates-side-menu-overlay a:hover, .templates-side-menu-overlay a:focus {
    color: #f1f1f1;
}

.templates-side-menu-overlay .closebtn {
    position: absolute;
    top: 90px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .templates-side-menu-overlay {overflow-y: auto;}
  .templates-side-menu-overlay a {font-size: 20px}
  .templates-side-menu-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.template-example .bg-img{
    max-width: 100%;
    
}
.template-example .board-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.template-example .box-img{
    width:100%;
    overflow: hidden;
    padding:0%;
    -o-object-fit:contain;
    object-fit:contain;
    mix-blend-mode:undefined;
    cursor:pointer;
    vertical-align:top;
    margin-right:30px;
       margin-bottom: 10px;
    float:left;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: transform 0.5s;
}
.template-example .box-img:hover{
   transform: translate(0px, -10px);
    
}
.template-example .box-img figure{
    position:relative;
       display: block;
    width: 100%;
    height: 270px;
       
}
.template-example .box-img figure:hover .actions{
    background-color:#3a4d68;
    top:55%;
    font-weight:bold;

}
.template-index-description {
	font-size: 12px !important;
	font-weight: 400 !important;
}
.template-example .box-img figure:hover .actions .style-text{
    overflow:hidden
}
.template-example .box-img figure .actions{
    display:table-cell;
    position:absolute;
    bottom:0px;
    top:85%;
    left:0;
    right:0;
    z-index:1;
    opacity:1;
    background-color:#000;
    -ms-transition:all 0.5s ease-out;
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
    color:white;
    padding:3%;
    text-align:center;
    vertical-align:middle
}
.template-example .box-img figure .actions .style-text{
    overflow:hidden;
    height:100%;

    opacity:unset;
    font-weight:900
}
.template-example .box-img figure .actions i{
    height:0;
    overflow:hidden
}
.template-category-title {
	background-color: #E5E9EC !important;
	font-weight: 600 !important;
}
.style-text p{
font-size: 16px;
font-weight: 600;
    color: #666666;
        white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}
.style-text p:hover{
 text-overflow: inherit;
    overflow: visible;
        padding-bottom: 8px;

}
.btn-use-template-index {
width: 100%;
margin-bottom: 50px;
}
.btn-use-template {
    border: 1px solid #e6720d;
    background-color: #fff;
    color: #e6720d;
    padding: 12px 46px;
    font-weight: 600;
   padding: 10px 22px;
       position: relative;
    top: 10px;
}

.btn-use-current-template  {
    border: 0px solid #fff;
    background-color: #5FC58D;
    color: #fff;
    padding: 12px 46px;
    font-weight: 600;
   padding: 10px 22px;
       position: relative;
    top: 15px;
    float:right;
}
.btn-use-current-template:hover, .btn-use-current-template:focus, .btn-use-current-template:visited{
    background-color: #4da575;
}
.btn-use-template:focus, .btn-use-template:visited{
    color: #e6720d;
    background-color: #fff;
}
.btn-use-template:hover{
    color: #fff !important;
    background-color:  #e6720d !important;
}
.form-control.templates-search-input {
    background: #FFF;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 22px;
    color: #455560;
    border-radius: .1875rem;
    border: 2px solid #f3f3f3;
}
.input-group-addon.templates-search-button {
	    background-color: #15232B;
	        border: 0px solid #1193d4;
	
}

.input-group-addon button {
	border-color: #15232B;
    border-width: 0px;
    padding: 1px 7px 2px;
    background-color: #15232B;
	
}
.templates-expand-icon {
float: right;
font-weight: 600;
    margin-top: 7px;
	
}
.templates-search-icon {
color: #fff;
	
}
.templates-search-icon:hover {
color: #5FC58E;
	
}
.templates-count-badge {
	    color: #B2B2B2;
	        background-color: #fff;
}
#templates-search-input {
    margin-top: 20px;
}
	@media (max-width: 768px) {
	.template-example .box-img figure .actions{
    top:79%;

}
	}
	
@media (max-width: 767px) {
.template-example .box-img figure .actions {
    top: 77%;
}
}


/* template-accordion TAB CONTENT */
.template-accordion-tab-content {

 -webkit-transition: max-height 0.35s;
 -o-transition: max-height 0.35s;
 transition: max-height 0.35s;
}

/* template-accordion TAB CONTENT ITEM A */
.template-accordion-tab-content a {
 margin: 0.3em auto;
 font-size: 1em;
     line-height: 2rem;
 color: #999;
 transition-duration: 0.6s;
 display: block;
 text-decoration: none;
 text-transform: capitalize;
}
.activeMenuItem {
 font-weight: bold;
 color: #03a9f5;
 cursor: pointer;
}
/* template-accordion TAB CONTENT ITEM A : HOVER */
.template-accordion-tab-content a:hover {
 padding-left: 0.5em;
 font-weight: bold;
 color: #0582b7;
 cursor: pointer;
}

/* Sub-Categories */
.template-accordion-tab-content .sub-cat-block .sub-cat-title {
    margin: 0.3em auto;
    font-size: 1em;
    line-height: 2rem;
    color: #6b6b6b;
    transition-duration: 0.6s;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
}
.template-accordion-tab-content .sub-cat-list a.sub-cat {
    margin: 0.3em auto 0.3em 20px;
    font-size: .95em;
    line-height: 2rem;
    color: #999;
    transition-duration: 0.6s;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
}
.template-accordion-tab-content .sub-cat-list a.sub-cat .activeMenuItem {
    font-weight: bold;
    color: #03a9f5;
    cursor: pointer;
}
.template-accordion-tab-content .sub-cat-list a.sub-cat:hover {
    padding-left: 0.5em;
    font-weight: bold;
    color: #0582b7;
    cursor: pointer;
}

#template-sidebar-accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}
#template-sidebar-accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#template-sidebar-accordion .panel-title a{
    display: block;
    padding: 15px 70px 15px 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e6720d;
    border-bottom: 1px solid #1d2e3b;
    position: relative;
}
#template-sidebar-accordion .panel-title a.collapsed{ color: #1d2e3b; }
#template-sidebar-accordion .panel-title a.collapsed:hover{ color: #e6720d; }
#template-sidebar-accordion .panel-title a:before,
#template-sidebar-accordion .panel-title a:after{
    content: "";
    width: 3px;
    height: 10px;
    background: #e6720d;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
#template-sidebar-accordion .panel-title a:after{
    right: 29px;
    transform: rotate(45deg);
}
#template-sidebar-accordion .panel-title a.collapsed:before{
    transform: rotate(45deg);
    background: #1d2e3b;
}
#template-sidebar-accordion .panel-title a.collapsed:after{
    transform: rotate(-45deg);
    background: #1d2e3b;
}
#template-sidebar-accordion .panel-title a.collapsed:hover:before,
#template-sidebar-accordion .panel-title a.collapsed:hover:after{ background: #e6720d; }
#template-sidebar-accordion .panel-body{
    padding: 10px 10px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}


.template-breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    font-size: 1em;
}
.template-breadcrumb a{
color: #777;
    font-weight: 400;
}
.template-breadcrumb.breadcrumb>.active {
    color: #333;
    font-weight: 600;
}
.template-main-content {
	padding-left: 10px;
		padding-right: 10px;
}
.template-main-content h1{
	padding-bottom: 20px;
	float:left;
	
}
.template-main-content-description {
	padding-top: 20px;
	
}
.template-main-content-footer p{
	padding-top: 20px;
	
}
.template-main-content-description p{
	padding-top: 20px;
	
}
.template-main-content-description ul{
	padding-top: 10px;
	font-size: 16px;
}
.template-main-content-description li{
	padding-top: 5px;
padding-bottom:5px
}
.template-related {
	padding-top: 40px;
}
.template-related h3 {
	text-align: center;
	padding-bottom: 20px;
	font-weight: 600;
}



/* ----------------------------------------------------------------------------------------
*                                   05. Tab area css
* --------------------------------------------------------------------------------------- */
.tab-area {}

.tab-area .tab-contents {
    position: relative;
}

.tab-area .tab-nav-pos {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-design-tab {
    display: inline-block;
    background-color: #fff;
    list-style: none;
    margin-left: 15px;
    padding: 15px 10px;
    border-radius: 50px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 5px 10px 0px #ddd;
}

.nav-design-tab li {
    float: left;
}

.nav-design-tab li a {
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
}

.nav-design-tab li.active>a {
    color: #fff;
   background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(255,171,0,1) 0%, rgba(255,139,0,1) 90.1% );
font-weight: 700;
}

.tab-content img {
    width: 100%;
}


@media (max-width: 991px) {
    .tab-area .tab-nav-pos {
        width: 100%;
        float: left;
        margin-top: 0px;
    }
    .nav-tab {
        margin-left: 0px;
    }
    .tab-content img {
        margin-bottom: 30px;
    }
}

/*----------------------------------------
Features Index
----------------------------------------*/
.top-header-features-index{
    background-image: url(/images/tabular/features-index-bg.png);
    background-blend-mode: overlay;
    height: 350px;
      background-color: #0000;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

#features-index-header h1{
	font-size: 3rem;
margin-bottom: 10px;
	    font-weight: 700;
}
#features-index-header p{
	line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.01rem;

}
.box{
	border: 1px solid #e5e5e5;
}

.box:hover,
.box-colored{
	background-color: #f4f9f8;
	border-color: #f4f9f8;
}

.box:hover h4{
	color: #333;
}

.box:hover p{
	color: #333;
}
.radius-5px {
    border-radius: 5px;
}
.mt-25px {
    margin-top: 25px;
}

.p-50px{padding: 50px;}

.pr-50px{padding-right: 50px;}
.pt-5px{padding-top: 5px;}

.pt-15px{padding-top: 15px;}
.pt-20px{padding-top: 20px;}
.pt-30px{padding-top: 30px;}
.pt-50px{padding-top: 50px;}
.pt-100px{padding-top: 100px;}

.pb-10px{padding-bottom: 10px;}
.pb-30px{padding-bottom: 30px;}
.pb-40px{padding-bottom: 40px;}
.pb-50px{padding-bottom: 50px;}
.pb-150px{padding-bottom: 150px;}

/*----------------------------------------
feature pages
----------------------------------------*/
.feature-pages-header-bg {
    position: relative;
    padding: 90px 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.feature-pages-header-bg:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background: url(/images/tabular/banner-shape-2.png) left bottom repeat;
}
.banner-3 {
    overflow: visible;
    margin-bottom: 80px;
}
.feature-pages-header-bg .image-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    left: 50%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
        background-image: url(https://purplecoder.com/templates/html/apexa/assets/img/agency_welcome.png);
}
#feature-pages .features-title {
    text-align: left;
    margin-bottom: 40px;
}
#feature-pages .sec-title-two h2:before {
    left: 0%;
     margin-left: 0px; 

}
.headline-intro {
    font-weight: 700;
    color: #111;
}
.feature-headline-description {
    display: inline;
    color: #888;
}
.feature-headline {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0em;
}
.feature-pages-heading-area {
    text-align: left;
    padding: 0 15px;
    width: 100%;
}
.feature-pages-heading-title {
    color: #1c1b1b;
    margin-bottom: 15px;
    position: relative;
}
.feature-pages-heading-title h1{
font-weight: 700;
    letter-spacing: -.03rem;
}
.feature-pages-heading-area p{
position: relative;
z-index: 9;
}
/*----------------------------------------
main index Features
----------------------------------------*/
#features .features-item-one {
    text-align: center;
    position: relative;
    margin: 20px 0px;
}
#features .features-title h3 {
    margin-bottom: 10px;
}
#features .features-title h6 {
    color: #999;
    font-weight: 400;
}
.features-title {
    text-align: center;
    margin-bottom: 40px;
}
#features .features-item-one h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;

}
.features-icons {
	    font-size: 2rem;
    background-color: #40C4B5;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 1;
        margin-bottom: 20px;
	
}
.sec-title-two h2 {
    position: relative;
    font-size: 30px;
    color: #3b566e;
    font-weight: 400;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.sec-title-two h2:before {
	    left: 50%;
    margin-left: -25px;
    content: '';
    position: absolute;
margin-bottom: 7px;
    bottom: 0px;
    width: 50px;
    border-bottom: 3px solid #3BC4B4;
}
.sec-title-two. {
    margin-bottom: 70px;
}
.sec-title-two {
    position: relative;
    margin-bottom: 40px;
}
.features-use-case-examples .tab-navigation {
    display: block;
    height: auto;
    margin-bottom: 30px;
    min-height: auto;
}
.features-use-case-examples .nav-pills li a {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    color: #323a45;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.features-use-case-examples .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #F66F6C;
    color: #fff;
}
.features-use-case-examples .nav-pills li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}
.features-listing li {
    position: relative;
    line-height: 1.65em;
    font-size: 16px;
    display: table;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: inside;

}
/*--------------------------------------------------
[5. Start Services]
--------------------------------------------------*/
.main-index-toolset {

}
.main-index-toolset .heading {
    margin-bottom: 50px;
}
.main-index-toolset .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.main-index-toolset .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.main-index-toolset .box {
padding: 30px 20px;
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
}
.main-index-toolset .box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333448;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
}
.main-index-toolset .box p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
}

.style-text p{
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    white-space: normal;
    overflow: unset;
    text-overflow: ellipsis;
    width: 100%;
    display: unset;
}
.style-text p:hover{
 text-overflow: inherit;
    overflow: visible;
        padding-bottom: 8px;

}

.form-control.templates-search-input {
    background: #FFF;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 22px;
    color: #455560;
    border-radius: .1875rem;
    border: 2px solid #f3f3f3;
}
.input-group-addon.templates-search-button {
	    background-color: #15232B;
	        border: 0px solid #1193d4;
	
}

.input-group-addon button {
	border-color: #15232B;
    border-width: 0px;
    padding: 1px 7px 2px;
    background-color: #15232B;
	
}
.templates-expand-icon {
float: right;
font-weight: 600;
    margin-top: 7px;
	
}
.templates-search-icon {
color: #fff;
	
}
.templates-search-icon:hover {
color: #5FC58E;
	
}
.templates-count-badge {
	    color: #B2B2B2;
	        background-color: #fff;
}
#templates-search-input {
    margin-top: 20px;
}
	@media (max-width: 768px) {
	.template-example .box-img figure .actions{
    top:79%;

}
	}
	
@media (max-width: 767px) {
.template-example .box-img figure .actions {
    top: 77%;
}
}


/* template-accordion TAB CONTENT */
.template-accordion-tab-content {

 -webkit-transition: max-height 0.35s;
 -o-transition: max-height 0.35s;
 transition: max-height 0.35s;
}

/* template-accordion TAB CONTENT ITEM A */
.template-accordion-tab-content a {
 margin: 0.3em auto;
 font-size: 1em;
     line-height: 2rem;
 color: #999;
 transition-duration: 0.6s;
 display: block;
 text-decoration: none;
 text-transform: capitalize;
}
.activeMenuItem {
 font-weight: bold;
 color: #03a9f5;
 cursor: pointer;
}
/* template-accordion TAB CONTENT ITEM A : HOVER */
.template-accordion-tab-content a:hover {
 padding-left: 0.5em;
 font-weight: bold;
 color: #0582b7;
 cursor: pointer;
}

#template-sidebar-accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}
#template-sidebar-accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#template-sidebar-accordion .panel-title a{
    display: block;
    padding: 15px 70px 15px 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e6720d;
    border-bottom: 1px solid #1d2e3b;
    position: relative;
}
#template-sidebar-accordion .panel-title a.collapsed{ color: #1d2e3b; }
#template-sidebar-accordion .panel-title a.collapsed:hover{ color: #e6720d; }
#template-sidebar-accordion .panel-title a:before,
#template-sidebar-accordion .panel-title a:after{
    content: "";
    width: 3px;
    height: 10px;
    background: #e6720d;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
#template-sidebar-accordion .panel-title a:after{
    right: 29px;
    transform: rotate(45deg);
}
#template-sidebar-accordion .panel-title a.collapsed:before{
    transform: rotate(45deg);
    background: #1d2e3b;
}
#template-sidebar-accordion .panel-title a.collapsed:after{
    transform: rotate(-45deg);
    background: #1d2e3b;
}
#template-sidebar-accordion .panel-title a.collapsed:hover:before,
#template-sidebar-accordion .panel-title a.collapsed:hover:after{ background: #e6720d; }
#template-sidebar-accordion .panel-body{
    padding: 10px 10px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}


.template-breadcrumb {
    padding: 8px 0px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    font-size: 1em;
    margin-left: 15px;
}
.template-breadcrumb a{
color: #777;
    font-weight: 400;
}
.template-breadcrumb.breadcrumb>.active {
    color: #333;
    font-weight: 600;
}
.template-main-content {
	padding-left: 10px;
		padding-right: 10px;
}
.template-main-content h1{
	padding-bottom: 20px;
	float:left;
	
}
.template-main-content-description {
	padding-top: 20px;
	
}
.template-related {
	padding-top: 40px;
}
.template-related h3 {
	text-align: center;
	padding-bottom: 20px;
	font-weight: 600;
}


/*----------------------------------------
Pricing
----------------------------------------*/
#subfeatures-titles li{
    position: relative;
    line-height: 1.65em;
        border: 0px #d5dadf solid;
    font-size: 16px;
    display: inline-block;
text-align: left;
    padding-left: 1.5em;
    margin-bottom: 15px;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.5em;
}

#subfeatures-titles{
    display: list-item;
}
.panel-group .panel{
    border-radius: 0;
}
.panel-default{
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default>.panel-heading {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.panel-default>.panel-heading.active{
    background-color: #5FC58D;
}
.panel-title{
    color: #1193d4;
    text-transform: none;
  
}
.panel-title a{
    color: #03a9f5;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.panel-title a:focus{
    text-decoration: none;
}
.active .panel-title a{
    color: #ffffff;
}
.panel-title a:after{
    content: "\f107";
    font-family: "FontAwesome";
    right: 0;
    position: absolute;
}
.active .panel-title a:after{
    content: "\f106";
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
    background-color: #f7f7f7;
    padding: 25px 40px 25px 20px;
}
.panel-body p{
    border-left: 4px solid #1193d4;
    padding-left: 18px;
    margin: 0;
}
.panel-body p + p{
    margin-top: 25px;
}
.pricing-row {
	    height: 80px;
}
.pricing-btn-row {
	    height: 80px;
}
.pricingTable{
    text-align: center;
    background: #fff;
    padding: 30px 0;
}
.pricingTable .title{
    font-size: 22px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.pricingTable .price-value{
    padding: 30px 0;
    background: #ba5289;
    margin-bottom: 30px;
    position: relative;
}
.pricingTable .price-value:before{
    content: "";
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 46%;
}
.pricingTable .month{
    display: block;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.pricingTable .amount{
    display: inline-block;
    font-size: 50px;
    color: #fff;
    position: relative;
}
.pricingTable .currency{
    position: absolute;
    top: -1px;
    left: -35px;
}
.pricingTable .value{
    font-size: 20px;
    position: absolute;
    top: 21px;
    right: -27px;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.pricingTable .pricing-content li{
    font-size: 16px;
    color: #868686;
    line-height: 35px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 40px;
    background: #fca4a7;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    border: 2px solid #fca4a7;
    border-radius: 30px;
    transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    background: #fff;
    color: #fca4a7;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}


 #pricing-header-float{
    background:#ffffff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
	transition: 1s;
   padding-top:10px;
	transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
	transition: all 0.7s ease 0s;
    }
.affix#pricing-header-float{
    position:fixed;
    top:65px;
    background:#fff;
    color:#666;
        padding-bottom: 0px;
    padding-top: 10px;
    z-index:99;
    width: 100%;
        -moz-box-shadow: #F1F5F6 0px 2px 7px;
    -webkit-box-shadow: #F1F5F6 0px 2px 7px;
    box-shadow: #F1F5F6 0px 2px 7px;

    }
    
.affix#pricing-header-float th {
transition: height 0.5s ease 0s;
    height: 50px;
        font-size: 16px;
}

.btn-pricing, .btn-pricing:focus{
    color: #1193d4;
    background-color: #ffffff;
}
.btn-pricing:hover, .btn-pricing:focus:hover, .btn-pricing:visited:hover{
    background-color: #3581B8; 
}
.btn-pricing {
font-weight: 700;
font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    color: #ffffff;
    background-color: #1193d4;
    border-radius: 4px;
    padding: 7px 22px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}
.btn-pricing:before{
    content: "";
    position: absolute;
    background-color: #1193d4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
}

.btn-white:hover:before{
    transform: scale(1);
}
.pricing-header-float {
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
	padding: 0;
transition: all 0.7s ease 0s;
}
#pricing-header-float table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    }
    
#pricing-header-float .hide {
  border:0;
  background:none;
  display: block !important;
}
#pricing-header-float td.default {
  display:table-cell;
}
#pricing-header-float .bg-basic {
  border-top:3px solid #A32362;
}
#pricing-header-float .bg-express {
  border-top:3px solid #0097CF;
}
#pricing-header-float  th {
    background: #F5F5F5;
    display: none;
    height: 100px;
font-size: 2.35714286em;
}



.pricing-tr {
display: flex;
}
#forms-pricing-table button {
    width: 100%;
    border: 1px solid #DDD;

    border-top: 0;
    padding: 10px;
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999;
}
#forms-pricing-table table { border-collapse:collapse; table-layout:fixed; width:100%; }
#forms-pricing-table th { background:#F5F5F5; display:none; }
#forms-pricing-table td, th {
  height:53px
}
#forms-pricing-table td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
#forms-pricing-table td,th {
  text-align:left;
}
#forms-pricing-table td+td, th+th {
  text-align:center;
  display:none;
}
#forms-pricing-table td.default {
  display:table-cell;
}
#forms-pricing-table .bg-basic {
  border-top:5px solid #F05D23;
}
#forms-pricing-table .pricing-tr .bg-basic {
  border-top:3px solid #A32362;
  width: 100%;
}
#forms-pricing-table .pricing-tr .bg-express {
  border-top:3px solid #0097CF;
  width: 100%;
}
#forms-pricing-table .bg-express {
  border-top:5px solid #84B593;
}
#forms-pricing-table .sep {
  background:#F5F5F5;
  font-weight:bold;
}
#forms-pricing-table .txt-l { font-size:28px; font-weight:bold; }
#forms-pricing-table .txt-top { position:relative; top:-9px; left:-2px; }
#forms-pricing-table .tick { font-size:18px; color:#2CA01C; }
#forms-pricing-table .hide {
  border:0;
  background:none;
  display: block !important;
}

@media (min-width: 640px) {
  #forms-pricing-table .pricing-tr {
    display:none;
  }
  #forms-pricing-table td,th {
    display:table-cell !important;
  }
  #forms-pricing-table td,th {
   /* width: 390px; */
  
  }
  #forms-pricing-table td+td, th+th {
    width: auto;
  }
}



@media only screen and (max-width: 767px) {
.pricing-header-float-menu {
  
}
}
.pricing-header-float-menu {
    overflow: hidden;
    transition: all 0.7s ease 0s;
    width: 100%;
    z-index: 2;
}

.pricing-price {
	    padding-top: 10px;
	
}

.featurecategory a {
	    color: #fff;
	     text-decoration: underline;
}   
.featurecategory a:hover {
	    color: #F2A738;
	     text-decoration: underline;
} 

/*----------------------------------------
More Features
----------------------------------------*/
.mock-group-2 .front-mock{
   
        top: 50px;
    position: absolute;

}
.mock-group-2 .back-mock{
   
     z-index: 1;
    position: relative;
    right: -85px;
}
.more-features{
    float: left;
    width: 100%;
    margin-bottom: -25px;
}
.more-feature{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.more-feature-icon{
    display: inline-block;
    font-size: 2.4rem;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #51bcda;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
    transition: all 0.3s ease;
}
.more-feature:hover .more-feature-icon {
    box-shadow: 0 0 0 10px rgba(0, 168, 224, 0.2);
    color: #2ba9cd;
    background-color: #ffffff;
}
.more-feature-content{
    float: left;
    width: calc(100% - 78px);
    display: inline-block;
}
.more-feature-title{

    font-weight: 500;
    margin-bottom: 5px;
}

/*----------------------------------------
Icons colors
----------------------------------------*/
.template-icon {

    font-size: 2.4rem !important;
    color: #f79479;
    line-height: 60px;
    text-align: center;
   transition: all 0.3s ease;
margin-bottom: 20px;
}

/*----------------------------------------
Description
----------------------------------------*/
.description-tab{
    float: left;
    width: 100%;
        height: 500px;
}
.description-tab .nav-tabs {
    float: left;
    display: inline-block;
    width: 80px;
    border: none;
    margin: -15px 70px -15px 0;
}
.description-tab .nav-tabs>li {
    float: left;
    margin-bottom: 0;
    display: block;
    margin: 15px 0;
}
.nav-tabs>li:before{
    content: none;
}
.description-tab .nav-tabs>li>a{
    display: block;
    height: 60px;
    width: 60px;
    border: 3px solid #51bcda;
    border-radius: 50%;
    font-size: 2rem;
    color: #51bcda;
    line-height: 56px;
    padding: 0;
    text-align: center;
    position: relative;
}
.description-tab .nav-tabs>li>a:focus, .description-tab .nav-tabs>li>a:hover {
    background-color: #1193d4;
    color: #ffffff;
}
.description-tab .nav-tabs>li>a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -59px;
    top: 50%;
    transform: translate(-20px, -50%);
    border-width: 15px 25px 15px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #F79479;
    opacity: 0;
    transition: none;
}
.description-tab .nav-tabs>li.active>a, .description-tab .nav-tabs>li.active>a:focus, .description-tab .nav-tabs>li.active>a:hover{
    background-color: #F79479;
    border: 3px solid #F79479;
    box-shadow: 0 0 0 10px #F79479;
    color: #ffffff;
}
.description-tab .nav-tabs>li.active>a:after, .description-tab .nav-tabs>li.active>a:focus:after, .description-tab .nav-tabs>li.active>a:hover:after{
    opacity: 1;
    transform: translate(0, -50%);
    transition: all 0.5s ease 0.2s;
}
.description-tab .tab-content{
    float: left;
    display: inline-block;
    width: calc(100% - 190px);
}
.description-title{

    font-size: 1.8rem;
    margin-bottom: 20px;
}
.description-tab .tab-content p{
    margin-bottom: 15px;
}
.mock-group-3{
    max-width: 345px;
    float: right;
}
.mock-group-3 .front-mock{
    position: relative;
    z-index: 2;
}
.mock-group-3 .back-mock {
    position: absolute;
    right: 0;
    top: 0;
}

/*----------------------------------------
How it works
----------------------------------------*/
.how-it-works{
    background-image: url(../img/bg/4.jpg);
    padding: 200px 0;
}
.video-play-icon{
    display: block;
    margin: 0 auto;
    width: 116px;
    height: 116px;
    line-height: 116px;
    font-size: 6rem;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.how-it-works .video-play-icon{
    margin-top: 50px;
}
.video-play-icon i{
    margin-left: 12px;
}


/*----------------------------------------
Price Table
----------------------------------------*/
.price-tables{
    float: left;
    width: 100%;
    margin-bottom: -30px;
}
.price-table{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.price-heading{
    border-radius: 4px;
    transition: all 0.3s ease;
}
.price-heading-starter{
    background: #51cbce;

}
.price-heading-advance{
    background: #51bcda;

}
.price-heading-express{
    background: #6bd098;

}
.price-table:hover .price-heading, .price-table.active .price-heading{
    background-color: #f79479;
}
.price-plan {
    font-weight: 800;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.11);
    margin: 0;
    padding: 33px 20px;
}
.plan-price {
    font-size: 2rem;

    color: #ffffff;
    margin: 0;
    padding: 19px 20px;
}
.price-ammount{
    display: inline-block;
    vertical-align: baseline;
}
.price-cycle{
    display: inline-block;
    vertical-align: baseline;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: lowercase;
}
.plan-features {
    color: #878686;
    padding: 21px 0;
}
.plan-feature {
    line-height: 3.2;
    margin: 19px 0;
    padding: 0 20px;
}
.plan-feature:before{
    content: none;
}
.plan-feature:nth-child(2n+1){
    background: #f7f7f7;
}
.btn-get-plan {
    border: 1px solid #1193d4;
    background-color: transparent;
    color: #1193d4;
    padding: 12px 46px;
}
.btn-get-plan:focus, .btn-get-plan:visited{
    background-color: transparent;
    color: #1193d4;
}
.price-table.active .btn-get-plan, .btn-get-plan:hover{
    background-color: #1578aa;
    color: #ffffff;
}

/*----------------------------------------
Download
----------------------------------------*/
.download-area{
    background-image: url(../img/bg/6.jpg);
    padding: 60px 0 100px 0;
}
.download-area .section-heading{
    margin-bottom: 50px;
}
.download-area .button-group{
    margin: 0;
}
.download-area .button-group .btn{
    float: none;
    font-size: 2rem;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 16px 56px;
}
.download-area .button-group .btn:hover{
    background-color: #ffffff;
    color: #1193d4;
}
.download-area .button-group .btn + .btn {
    margin-left: 50px;
}


/*----------------------------------------
CTA / Purchase
----------------------------------------*/
.cta-2 .cta-heading{
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 50px;
}
@media screen and (max-width: 63.9375em) {

	
}

/*----------------------------------------
Bootstrap Form
----------------------------------------*/
.input-group{
    width: 100%;
}
.input-group + .input-group{
    margin-top: 10px;
}
.input-group-addon {
    font-size: 1.6rem;
    width: 44px;
    color: #1193d4;
    background-color: transparent;
    border: 1px solid #1193d4;
    border-radius: 0;
}

button.form-control {
    background-color: #1193d4;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.input-group .btn {
    width: 100%;
}
.form-control ::-webkit-input-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control ::-moz-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control :-ms-input-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}
.form-control :-moz-placeholder { 
  color: rgba(74, 74, 74, 0.33);
}

.btn-submit {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    margin-bottom: 0px !important;
}
.btn-submit:hover {

    background-color: #4C974C;

}

/*----------------------------------------
Contact Area
----------------------------------------*/
.contact-form button.btn {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 43px;
}
.input-success, .input-error {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}
.input-success{
    border: 1px solid #1193d4;
}
.input-error{
    border: 1px solid #ff0000;
}
.contact-infos {
    float: left;
    width: 100%;
    margin-top: 90px;
    margin-bottom: -30px;
}
.contact-item{
    margin-bottom: 30px;
}
.contact-icon{
    font-size: 2.4rem;
    color: #1193d4;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-detail{
    font-size: 1.4rem;
    color: #6c6c6c;
}

/*----------------------------------------
Footer
----------------------------------------*/
footer{
    background-color: #1193d4;
    padding-top: 80px;
    padding-bottom: 50px;
}
.logo-footer{
    display: inline-block;
    opacity: 0.22;
}
.logo-footer:hover{
    opacity: 1;
}
footer .socials{
    margin-top: 70px;
}
footer .social{
    font-size: 2.5rem;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    color: #1193d4;
}
footer .social + .social{
    margin-left: 16px;
}
footer .social:hover{
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.copyright{
    line-height: 100%;
    color: #ffffff;
    margin-top: 70px;
}
.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    font-size: 2rem;
    background-color: #1193d4;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    border-radius: 4px;
    display: none;
}
