h2 {
	    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.6px;
}
h3 {
font-weight: 600;
    letter-spacing: -0.5px;
}
@media (max-width: 1199px) {
	.jump-anim {
 margin-top: 30px;
}
	
}
.jump-anim {
    animation-name: fetureanimate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: fetureanimate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: fetureanimate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: fetureanimate;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: fetureanimate;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes fetureanimate {
    0%, 100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,20%,0);
      }

      to {
        opacity: 1;
        transform: none;
      }

}
/* ============================================================== 
     # Process 
=================================================================== */
.process-area {
  position: relative;
  z-index: 1;
}

.process-area.left-half-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 30%;
  background: #edf5ff;
  z-index: -1;
}

.process-area .info h2 {
  font-weight: 700;
  margin-bottom: 50px;
}

.process-area .info ul li {
  display: flex;
  margin-bottom: 50px;
}

.process-area .info ul li .icon:not(:last-child):before
 {
    background-color: #40afef;


}
.process-area .info ul li .icon:not(:last-child):before {
	    content: "";
    height: 100%;
    left: 34px;
    position: absolute;
    top: 73%;
    width: 4px;
        -webkit-transition: background-color .5s 1.3s ease;
    -moz-transition: background-color .5s 1.3s ease;
    transition: background-color .5s 1.3s ease;
	
}
.process-area .info ul li .icon.last-li::before {

    width: 0px;
}

.process-area .info ul li .icon:after {
 width: 0px;
}
.process-area .info {
  padding-left: 35px;
}

.process-area .info .info {
  padding-left: 0;
}

.process-area .info ul li:last-child {
  margin-bottom: 0;
}

.process-area .info ul li .icon {
  margin-right: 40px;
}

.process-area .info ul li .icon i {
    display: inline-block;
    font-size: 24px;
    height: 68px;
    width: 68px;
    line-height: 70px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 40px;
    color: #68bff1;
background: #fcfcfc;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 25px 0 rgba(79,180,234,0.3);
}

.process-area .info ul li h4 {
  font-weight: 700;
}

.process-area .info ul li p {
  margin: 0;
}

.process-area .info ul li .icon span {
    display: inline-block;
    position: absolute;
    right: -20px;
    top: -10px;
    background: #40afef;
    height: 40px;
    width: 40px;
    z-index: 1;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    color: #ffffff;
}

.process-area .info ul li .icon {
  position: relative;
  z-index: 1;
}

.section2 {
    background: #f0f5f7 url(/images/infoart/charts/explore/chart-wave.png) no-repeat bottom center;
    padding-bottom: 20px;
    padding-top: 80px;
}

.key-features .content-area {
padding-right: 20px;
}
.key-features h3 {
font-size: 19px;
}
#sub-feature-landing-pages .description{
font-size: 15px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}
.feature-icon, .process-icon i {
	font-size: 21px;
	color: #40afef;
}
.feature-icon, .process-icon {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
   box-shadow: 0 5px 20px rgba(97, 105, 140, 0.12);
}
.feature-text {
    overflow: hidden;
    padding-left: 30px;
}
.more-great-features-wrapper {
	padding-top:10px;
	padding-bottom: 10px;
	    display: inline-block;
	
}

.sub-features-center-description {
     max-width: 900px;
    clear: both;
    float: inherit;
    text-align: center;

    margin-left: auto;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-right: auto;
    margin-bottom: 30px;
}
/*=====================
FAQ AREA CSS
*/
#comparsion-table h1 {
letter-spacing: -0.7px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.anchor-feature{
    position: relative;
    top: -100px;
}
.faq_area {
    position: relative;
    z-index: 4;
}

button.btn.btn-link {
    position: relative;
    z-index: 2;
        background: #fff;
}
button.btn.btn-link:hover {
    background: #fff;
    color: #565968;
}
button.btn.btn-link:before {
    position: absolute;
    content: "\f107";
    right: 0;
    top: 10px;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    transition: all .3s;
}

button.btn.btn-link[aria-expanded="true"]:before {
    transform: rotate(180deg);
    transition: all .3s;
}

.card-header {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.card-body {
    padding: 0;
    color: #565968;
    font-size: 16px;
    padding-bottom: 20px;
}

.card {
    border: none;
    box-shadow: 0 5px 20px rgba(97, 105, 140, 0.12);
    padding:0px 20px 0px 20px;
    margin-bottom: 20px;
        background-color: #fff;
}
button.btn.btn-link {
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    text-align: left;
    color: #282d47;
    font-size: 18px;
    font-weight: 700;
        line-height: 26px;
}
.related-templates-masonry-wrapper, .search-template-wrapper {
    padding: 0px;
    max-width: unset;
    margin-right: auto;
    margin-left: auto;
}
.infoart-templates-types {
    display: inline-block;
    text-align: center;
}
.infoart-templates-types .item {
	display: inline-block;
	width: 18%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
.infoart-templates-types .infoart-templates-item {
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}
@media only screen and (max-width: 600px) {
    .infoart-templates-types .item {
        
	}
}
@media only screen and (min-width: 600px) {
    .infoart-templates-types .item {
        
	}
}
@media only screen and (min-width: 768px) {
    .infoart-templates-types .item {
        
	}
}
@media only screen and (min-width: 992px) {
    .infoart-templates-types .item {
        
	}
}
.template-caption-front .caption-box {
	width: 100%;
padding: 10px;
    display: inline-block;
    text-align: left;
    color: #546A7B;
    background: #f2f2f2;
    opacity: 1;
    border-radius: 0px 0px 3px 3px;
    font-size: 13px;
    font-weight: 600;
    margin-left: auto;
    line-height: 16px;
    margin-right: auto;
    position: relative;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;

}

.template-caption-front a {
	color: inherit;
	text-decoration: none;
}


.template-caption {
	margin-top: 15px;
padding-right: 10px;
    padding-left: 10px;
    display: table;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 5px;
}
.item {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.sub-feature-title-icon {
    text-align: center;
    display: block;
    }
    
.sub-feature-title-icon-style {
     color: #F0C50E;
      font-size: 21px;
    }  
    
.other-type-section {
    padding: 100px 0;
    background: #1080f2 url(/images/infoart/charts/explore/charts-overlay.png) no-repeat;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.other-type-section p {
	color: #fff;
}
.other-type-section h2 {
	color: #fff;
}
.how-to-steps-bg {
    padding: 100px 0;
    background: #1080f2 url(/images/infoart/charts/explore/base_bg.png) no-repeat;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-polar {
    background-color: #FAFCFD!important;
}
.vertical-tabs{
    font-size:15px;
    padding:10px;
    color:#000
}
 .nav-sidebar { 
    width: 100%;
    padding: 0px 0; 
 
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #ffffff; 
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
}
.nav-sidebar .active a:hover {
    background-color: #ffffff ;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}
.nav-sidebar a:focus {
	    text-decoration: none;
    background-color: #fff !important;
	
}
.nav-sidebar a:hover {
	    text-decoration: none;
    background-color: #fff !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
	
}
.tab-content {
position: inherit;
    top: 0px;
}