

/*----------------------------------------
General Styles
----------------------------------------*/


h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    display: block;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
    font-weight: 800;
}

a{
	color: #03a9f5;
    transition: all 0.4s ease;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #0582b7;
}
.text-center h1, .text-center h1 a {
    color: #4B4B4C;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
}
.header h1 {
	font-size: 2.7rem;
    margin: 0;
    letter-spacing: 0;
        padding-bottom: 15px;
        font-weight: 600;
}
.header p {
	    color: #818181;

        line-height: 30px;
    font-size: 18px;
    font-weight: 400;

    letter-spacing: 0.01rem;
}
.breadcrumb a {
	font-weight: 500;
}

p{
    margin: 0 0 10px 0;

    font-weight: normal;
    letter-spacing: 0;
font-size: 1.35714286em;
    line-height: 1.68421053em;
    margin: 0;
        color: #808080;
}

p:last-child, p:only-child{
    margin-bottom: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}

.wow {
  visibility: hidden;
}
img{
    max-width: 100%;
    height: auto;
}
.section, header, footer{
    position: relative;
    background-position: center center;
    background-size: cover;
}
.border-sep{
    border-bottom: 1px solid #999999;
}
.section-padding-sm{
    padding: 60px 0;
}
.section-padding{
    padding: 60px 0;
}
.section-padding-extra{
    padding: 112px 0;
}
.section-nude-bg{
        background-color: #FFFCF5;
}
.section-nude-blue-bg{
        background-color: #F6FBFE;
}

.section-green-bg{
        background-color: #5FC58D;
}
/*--.section-bg:before{
    background-color: #5FC58D;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
} --*/
.section-bg.overlay-black:before{
    background-color: #000000;
}
.section-bg > div{
    z-index: 1;
}
.verticle-center {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.social-text p {

    line-height: 2.1em;

}
.social-container {
    padding-bottom: 20px;
}
.display-flex {
    display: flex;
    align-items: center;
}
.section-heading{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 70px;
}
.section-heading:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 1px;
    background-color: #aeaeae;
    margin-left: -100px;
}
.section-bg .section-heading:before{
    background-color: #1193d4;
}
.section-heading:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background-color: #2ba9cd;
    margin-left: -25px;
    transition: all 0.3s ease;
}
.section-bg .section-heading:after{
    background-color: #ffffff;
}
.section-heading:hover:after{
    width: 200px;
    margin-left: -100px;
}
.section-heading.no-sep:before, .section-heading.no-sep:after{
    content: none;
}
.section-title{
    font-size: 2.7rem;
    margin: 0;
    letter-spacing: 0;
}
.section-subtitle{
    color: #818181;
    letter-spacing: 0.3px;
}
.section-bg .section-subtitle{
    color: #f3f3f3;
}
    
.mock-group{
    position: relative;
}
.mock-group .front-mock{
    z-index: 2;
    position: absolute;
    bottom: -20px;
    left: 0;
       
}
.mock-group .middle-mock{
    z-index: 2;
    position: absolute;
    bottom: -80px;
    left: 120px;
       
}

.mock-group .front-mock1{
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
     top: 120px;
}

.mock-group .back-mock{
    z-index: 1;
    position: relative;
        right: -30px;
}

/*** Buttons ***/
.btn{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    white-space: normal;
    color: #ffffff;
    background-color: #1193d4;
    border-radius: 4px;
    padding: 10px 52px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}
.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: #1578aa;
    color: #ffffff;
}
.btn-white, .btn-white:focus, .btn-white:visited{
    color: #1193d4;
    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: #1193d4; 
}
.btn-white: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);
}
.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 ***/
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
----------------------------------------*/
.top-header{
    height: 590px;
        background-color: #5FC58D;
    z-index: 0;
    content: "";

    opacity: 0.8;
}
.logo{
    display: inline-block;
}
.top-header h1, .flex_text {
    margin-top: 0px;
    letter-spacing: 0;
}
.flex_text li{
    font-size: 3.6rem;
    color: #f5f5f5;
    font-weight: 700;

    line-height: 1.33;
}
.flex_text li:before{
    content: none;
}
.top-header p{
    margin-top: 36px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}
.device-download{
    margin-top: 40px;
}
.device-download a{
    font-size: 3.6rem;
    display: inline-block;
    line-height: 100%;
}
.device-download a + a{
    margin-left: 30px;
}
.section-bg .device-download a{
    color: #ffffff;
}
.device-download a:hover{
    color: #416467;
}
.top-header .btn {
    padding: 14px 31px;
    font-size: 1.2rem;
}
.top-header.style-2 .button-group {
    float: none;
    margin: 45px auto 0 auto;
    text-align: center;
}
.top-header.banner-v2 .button-group .btn{
    float: none;
}

/*** Header Image Slider ***/
.bg-slider-v1{
    background-image: none;
}
.header-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
}

.mock-group-header{

    position: relative;
  
}
.mock-group-header .left-mock{
    z-index: 2;
    position: relative;
        top: 170px;
   
  
}
.mock-group-header .front-mock{
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
  
}
.mock-group-header .bottom-mock{
    z-index: 2;
    position: relative;
        top: 50px;
    left: 220px;
  
}
.mock-group-header .right-mock{
    z-index: 2;
    position: relative;
  
}


.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}

.delay-5 {
animation-delay: 1.5s;
}
/*----------------------------------------
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
----------------------------------------*/

.index-header-title h1{
   
    font-size: 3.5em;
    line-height: 1.2em;
    font-weight: 600;
    color: #fff;
}
.index-header-title p{
       margin-top: 0px;
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 400;
    color: #fff;
        margin-bottom: 30px;
}

/*--------------------*/
/* take a tour */
/*--------------------*/
#quicktour-index-header h1 {
    font-size: 3rem;
    color: #666;
    font-weight: 600;
}
.quicktour-header-index{
	    background-image: url(https://online.visual-paradigm.com/images/forms/take-a-tour/quicktour-index-bg.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: center bottom;
    overflow: hidden;
    height: 570px;
}
.section-no-padding {
    padding-top: 0px;
    padding-bottom: 30px;
   background-color: #edf2f6;
background-image: linear-gradient(180deg, #edf2f6 0%, #ffffff 100%);

}
.takeatour-features a {
	color: #969696;
}
.takeatour-features {
	padding-top: 20px;
}
.takeatour-features .box {
    padding: 50px;
    background: #fff;
    border-radius: 0px;
    text-align: left;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 30px;
    cursor: pointer;
	
}
.takeatour-features .box:hover {
    background: #F78D03;
        color: white;
}
.takeatour-features .box .title {
    font-size: 38px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 0.5rem;
    color: #666;
    font-weight: 700;
}
.takeatour-features .box:hover .title, .takeatour-features .box:hover p, .takeatour-features .box:hover a {
    color: #FFF;
}
.takeatour-features-count {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
.tab-content {
    top: 0px !important;
}
}
.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: none !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        
    }
    .panel-heading {
        border: none;
        background-color: #edf2f6;
    
    }
    .panel-body {
        background-color: #fcfcfc;
    }
    .panel-title {
        font-weight: 400;
        color: $white;
    }

/*----------------------------------
laptop mock
    
----------------------------------*/

.laptop-mock {
  display: block;
  width: 55.3125em;
  height: 31.875em;
  font-size: 13px;
  margin: 0 auto;

  @media (max-width:1199px){
    font-size: 11px;
  }
  @media (max-width:1024px){
    font-size: 10px;
  }

  @media (max-width:767px){
    font-size: 7px;
  }

  @media (max-width:320px){
    font-size: 5px;
  }

}
.laptop-mock .md-lid {
  width: 45em;
  height: 30.625em;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 1.875em;
  border: solid 0.1875em #cdced1;
  background: #131313;
}
.laptop-mock .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.0625em;
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.laptop-mock .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}
.laptop-mock .md-screen {
  width: 42.25em;
  height: 26.375em;
  margin: 0 auto;
  position: relative;
  top: 2.0625em;
  // background: #1d1d1d;
  background: #fff;
  overflow: hidden;
}
.laptop-mock .md-screen img {
  width: 100%;
}
.laptop-mock .md-base {
  width: 100%;
  height: 0.9375em;
  position: relative;
  top: -0.75em;
  background: #c6c7ca;
}
.laptop-mock .md-base:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  margin: 0 auto;
  position: relative;
  bottom: -0.1875em;
  background: #b9babe;
  border-radius: 0 0 1.25em 1.25em;
}
.laptop-mock .md-base:before {
  content: "";
  display: block;
  width: 7.6875em;
  height: 0.625em;
  margin: 0 auto;
  position: relative;
  background: #a6a8ad;
  border-radius: 0 0 0.625em 0.625em;
}
.laptop-mock.md-glare .md-lid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}
/* ----------------------------------------------------------------------------------------
*                                   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(https://online.visual-paradigm.com/images/forms/features-index-bg.png);
    background-blend-mode: overlay;
    height: 400px;
      background-color: #0000;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.top-header-features-index .btn {
    padding: 14px 31px;
    font-size: 1.4rem;
        margin-top: 20px;
}
#features-index-header h1{
	font-size: 3rem;
	color: #fff;
	    font-weight: 600;
}
#features-index-header p{
	line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.01rem;
	color: #fff;
}
#features-highlight a{
	
	    font-size: 15px;
}
.forms-feature-sub-title {
    color: #03a9f5;
    transition: all 0.4s ease;
    font-weight: 600;
}
.unit-4 {
    padding: 30px;
        margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.features-index-subnav {
	overflow: hidden;
	transition: all 0.7s ease 0s;
	width: 100%;
	z-index: 2;
}
.features-index-subnav.sticky {
	position: fixed;
	top: 52px;
background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e8e8e8;
}
.features-index-subnav.sticky.noheader {
	top: 0;
}
.anchor-top-space {
	position:absolute;
	z-index:-1;
	left:0;
	margin-top:-260px;
}

.design-feature-info {
	margin-bottom: 20px;
	font-size: 1.25714286em;
	
}
 #features-index-submenu{
    background:#ffffff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
	transition: 1s;
   padding:6px;
    }
    .affix#features-index-submenu{
    position:fixed;
    top:65px;
    background:#fff;
    color:#fff;
        padding-bottom: 0px;
    padding-top: 15px;
    
    z-index:99;
    width: 100%;
        -moz-box-shadow: #F1F5F6 0px 2px 10px;
    -webkit-box-shadow: #F1F5F6 0px 2px 10px;
    box-shadow: #F1F5F6 0px 2px 10px;
    }
.features-index-submenu {
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
	    display: table;
	padding: 0;
	transition: padding 0.5s ease 0s;
	-webkit-transition: padding 0.5s ease 0s;
}
.features-index-submenu li span {
font-size: 16px;
display: block;
    margin-bottom: 5px;
}
.features-index-submenu li.createn span {
	background-position: 0 0;
}
.features-index-submenu li.design span {
	background-position: -30px 0;
}
.features-index-submenu li.publish span {
	background-position: -60px 0;
}
.features-index-submenu li.notify span {
	background-position: -90px 0;
}
.features-index-submenu li.integrate span {
	background-position: -120px 0;
}
.features-index-submenu li.analyze span {
	background-position: -150px 0;
}
.features-index-submenu li.selected.create span, .features-index-submenu li.create:hover span {
	background-position: 0 -30px
}
.features-index-submenu li.selected.design span, .features-index-submenu li.design:hover span {
	background-position: -30px -30px
}
.features-index-submenu li.selected.publish span, .features-index-submenu li.publish:hover span {
	background-position: -60px -30px
}
.features-index-submenu li.selected.notify span, .features-index-submenu li.notify:hover span {
	background-position: -90px -30px
}
.features-index-submenu li.selected.integrate span, .features-index-submenu li.integrate:hover span {
	background-position: -120px -30px
}
.features-index-submenu li.selected.analyze span, .features-index-submenu li.analyze:hover span {
	background-position: -150px -30px
}
.features-index-submenu li {
	color: #666;
	cursor: pointer;

	display: block;
	float: left;
	font-size: 12px;
	margin: 0 25px;
	    padding: 15px 0 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.features-index-submenu li a{
	color: #666;
	
}
.features-index-submenu li:hover, .features-index-submenu .selected {
	box-shadow: 0 -2px 0 0 #5FC58E inset;
	color: #333;
}
.bottom-banner {
	padding: 80px 0;
	text-align: center;
	background: #1eba6e;
}
.bottom-banner h2 {
	margin-bottom: 20px;
	color: #fff
}
.ct-action-btn {
	background: #f0483e none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: "proxima_novasemibold";
	margin: 0 auto;
	padding: 10px 30px;
	text-transform: uppercase;
}
.ct-action-btn:hover {
	color: #fff;
}

.slideanim{
    visibility:hidden;
    opacity:0;
}
/* MEDIA QUERY STARTS */

@media only screen and (min-width : 992px) and (max-width: 1199px) {
.features-index-subnav.sticky {
	top: 49px;
}
}

@media only screen and (max-width: 1140px) {
.features-index-subnav.sticky {
	top: 0;
}
}

@media only screen and (max-width: 767px) {

.features-index-subnav {
	display: none;
}

 }

.fixed-top-2 {
    margin-top: 56px;
}
.features-subnav-icons {
	font-size: 2rem;
	
}
/*----------------------------------------
Features
----------------------------------------*/
.features-per-header h1{
	font-size: 3rem;
color: #4B4B4C;

}
.feature-sub-features {
	padding-top: 10px;
	padding-bottom: 10px;
}
.features-title-hr {
	    content: "";
    position: relative;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1.5px;
    background-color: #2ba9cd;
    margin-left: -25px;
    transition: all 0.3s ease;
        margin-top: 10px;
    margin-bottom: 10px;
	
}
.features-area{
    background-image: url(https://online.visual-paradigm.com/css/img/bg/2.jpg);
}
.feature.box{
   height: 300px;
}
.feature + .feature{
    margin-top: 30px;
}
.feature-icon{
    font-size: 2.3rem;
    border: 3px solid #ffffff;
    color: #5FC58E;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: block;
    line-height: 60px;
    margin: 0 auto 0 auto;
    transition: all 0.3s ease;
}
.feature:hover .feature-icon{
    background-color: #ffffff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    color: #5FC58E;
}
.feature-title{
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 15px 0;
}
@media (max-width: 768px) {
.feature.box{
   height: 200px;
}
}
/*----------------------------------------
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: 100%;
            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 .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;
}

#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-related {
	padding-top: 40px;
}
.template-related h3 {
	text-align: center;
	padding-bottom: 20px;
	font-weight: 600;
}


/*----------------------------------------
Pricing
----------------------------------------*/
.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(https://online.visual-paradigm.com/css/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(https://online.visual-paradigm.com/css/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) {

	
}
/*----------------------------------------
Faq
----------------------------------------*/
.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;
}

/*----------------------------------------
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;
}
.form-control {
    height: 44px;
    font-size: 1.6rem;
    color: #4a4a4a;
    background-color: transparent;
    border: 1px solid #1193d4;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.3s ease;
}
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);
}

/*----------------------------------------
Subscribe
----------------------------------------*/
.subscribe-area{
    background-image: url(https://online.visual-paradigm.com/css/img/bg/7.jpg);
}
.subscribe-area .section-heading{
    margin-bottom: 40px;
}
.subscribe-form input[type="email"] {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
    max-width: 300px;
    vertical-align: middle;
}
.subscribe-form button[type="submit"]{
    padding: 10px 45px;
    border-radius: 0 4px 4px 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    color: #1193d4;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    vertical-align: middle;
}
.newsletter-success, .newsletter-error {
    margin-bottom: 0;
    margin-top: 15px;
    display: none;
}

/*----------------------------------------
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;
}
