.full-container {
width: 100%;
}

/* slider css */

.slides {
    overflow: hidden;
    clear: both;
}

.slides .owl-carousel .owl-stage-outer {
    overflow: visible
}

.slide-list {
    width: 1040px;
    margin: 0 auto;
}

.single-slide {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slide-bg {
 cursor: pointer;
 display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center right;
}
.slide-11 {
    background-image: url(/images/index2/many-diagrams.png)
}
.slide-12 {
    background-image: url(/images/index2/collage-maker-index-slider.png)
}
.slide-13 {
    background-image: url(/images/index2/flipbook-maker-index-slider.png)
}
.slide-14 {
    background-image: url(/images/index2/pdf-editor-index-slider.png)
}
.slide-1 {
    background-image: url(/images/index2/form-builder.png)
}

.slide-2 {
    background-image: url(/images/index2/data.png)
}

.slide-3 {
    background-image: url(/images/index2/rtc-collaboration-animated-slide.gif)
}

.slide-4 {
    background-image: url(/images/index2/process-map.png)
}
.slide-5 {
    background-image: url(/images/index2/bmc.png)
}
.slide-6 {
    background-image: url(/images/index2/cjm.png)
}
.slide-7 {
    background-image: url(/images/index2/tabular-slide.png)
}
.slide-8 {
    background-image: url(/images/index2/spreadsheet_designer.png)
}
.slide-9 {
    background-image: url(/images/index2/powerful_calculation_engine.png)
}
.slide-10 {
    background-image: url(/images/index2/instant_leadership_management.png)
}
.slide-0 {
    background-image: url(/images/index2/infographics.png)
}
.slides .owl-nav {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
pointer-events:none;
}
.slides .splide, .index-feature-sub-slider_box .splide {
	padding: 0;
}
.slides .splide .splide__track {
	overflow: visible;
}
.slides .owl-nav .fa, .slides .splide__arrows svg {
font-size: 1.6rem;
}
.slides .splide__arrows button svg {
	border-radius: 50%;
	padding: 15px;
	display: inline-block;
	text-align: center;
	fill: #666666;
}
.slides .owl-nav > button, .slides .splide__arrows > button {
    background: none repeat scroll 0 0 #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 15px #c8c8c8;
    -webkit-box-shadow: 0 0 15px #c8c8c8;
    box-shadow: 0 0 15px #c8c8c8;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    margin-top: -22.5px;
    padding-top: 3px;
    text-align: center;
    width: 60px;
    border: 0px;
}
.slides .splide__arrows > button {
	margin-top: 10.5px;
}
.slides .owl-nav > button:focus {
outline:0;
}
.slides .splide .splide__arrow--prev {
	left: -2em;
}
.slides .splide .splide__arrow--next {
    right: -2em;
    z-index: 2;
}
.slides .owl-nav > button.owl-prev {
    float: left;
    margin-left: -50px;
    pointer-events: visible;
}

.slides .owl-nav > button.owl-next {
    float: right;
    margin-right: -50px;
    pointer-events: visible;
}
.index-feature-sub-slider_box .splide img {
	display: block;
	width: 100%;	
}

.slide-list::before,
.slide-list::after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=80);
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: 1;
}

.slide-list::before {
    left: -1000%
}

.slide-list::after {
    right: -1000%
}

.slide-text {
    bottom: 0;
    color: #fff;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    width: 420px;

}

.slide-text h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    padding-right: 0px;
        letter-spacing: -0.06rem;
}
.slide-text p {
font-size: 1.3rem;
    line-height: 2rem;
    color: #666;
}

.slider-btn-learn-more {
color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;
    margin-top: 30px;
    margin-bottom: 4px;
    text-transform: capitalize;
    background: #38d16a;
    border-radius: 3px;
  
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}
.slider-btn-learn-more:hover{
    background: #2EAC57;
   
    color: #fff;
}
/* Medium Layout: 1280px. */
@media only screen and (max-width: 992px) { 
    .slide-text p {
    opacity: 0.8;
    background-color: #f7f7f7;
}
    .slide-text h2 {
    opacity: 0.8;
    background-color: #f7f7f7;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
   
    .slide-list {
      width: 680px;
    }    
    .single-slide {
      height: 390px;
    }    
   
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .slider-btn-learn-more {

    margin-top: 20px;
    margin-bottom: 10px;


}
    .slide-list {
      width: 280px;
    }
    

.slides .owl-nav > button {

    height: 40px;

    width: 40px;
}
.slider-btn-learn-more {
    font-size: 15px;
    font-weight: 700;
    padding: 8px 9px;
    margin-bottom: 2px;


}
.slides .owl-nav > button.owl-prev {
  margin-left: -22px;
  
}   
.slides .owl-nav > button.owl-next {
  margin-right: -22px;
}  
    
.single-slide {
  height: inherit;
} 
.slide-bg {
  height: 240px;
  position: relative;
}  
.slide-text {
  position: relative;
  width: auto;
      background-color: #f9f9f9;
}    
.slide-text h2 {
  font-size: 20px;
  line-height: 28px;
}    

    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    .slide-list {
      width: 400px;
    } 
}
.slider-btn-learn-more:active{
	border: 1px solid transparent;
}
.slider-btn-learn-more:focus{
	border: 1px solid transparent;
}
.slider-btn-learn-more:active{
	border: 1px solid transparent;
}
.btn-action {
display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: baseline;

}
.slider-note {
	    display: inline-block;
    margin-bottom: 15px;
    height: 15px;
    line-height: 10px;
    vertical-align: middle;
    border-left: 1.5px solid #ccc;
    position: relative;
    top: 10px;
	
}
.slider-note p{
    font-size: 1.1rem;
    color: #666;
        font-weight: 700;
        top: -7px;
    position: relative;
        margin-left: 7px;
}
.note-highlight-blue{

    color: #4DA2FA;
    font-weight: 700;

}
.note-highlight-pink{

    color: #E75A7C;
    font-weight: 700;

}
.note-highlight-lightgrey{
font-size: 1rem;
    color: #b5b5b5;
margin-right: 5px;
}
.infoart-image-name {
	display: none !important;
	position: absolute;
    overflow: hidden;
    z-index: -1;
}
#template-page-slides a {
    color: #7b8190;
}
.related-templates-masonry-wrapper, .search-template-wrapper {
    padding: 0px;
    max-width: unset;
    margin-right: auto;
    margin-left: auto;
}
.templates-page-gallery .related-templates-masonry-wrapper {
	padding: 2rem;
}
.infoart-templates {
		display: inline-grid;
	  	/*grid-template-columns: auto auto auto auto auto auto;*/
	 	padding: 5px;
	}
@media only screen and (max-width: 600px) {
	.infoart-templates {
	  	grid-template-columns: auto auto auto;
	}
}
@media only screen and (min-width: 600px) {
	.infoart-templates {
	  	grid-template-columns: auto auto auto;
	}
}
@media only screen and (min-width: 768px) {
  .infoart-templates {
	  	grid-template-columns: auto auto auto auto;
	}
}
@media only screen and (min-width: 992px) {
	.infoart-templates {
	  	grid-template-columns: auto auto auto auto auto auto;
	}
}

.infoart-templates-types {
	line-height: normal;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
.item {
	display: inline-block;
	width: 100%;
	padding: 10px;
}
.templates-page-gallery .item {
	padding: 5px;
}
.infoart-templates-types img {
	width: 100% !important;
  	height: auto !important; 
}
@media only screen and (max-width: 600px) {
	.infoart-templates-types {
		-webkit-column-count: 2;
		-moz-column-count: 2;
	  	column-count: 2;
	}
}
@media only screen and (min-width: 600px) {
	.infoart-templates-types {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (min-width: 768px) {
  .infoart-templates-types {
	  	-webkit-column-count: 3;
	  	-moz-column-count: 3;
	  	column-count: 3;
	}
}
@media only screen and (min-width: 1024px) {
	.infoart-templates-types {
		-webkit-column-count: 4;
		-moz-column-count: 4;
	  	column-count: 4;
	}
}
@media only screen and (min-width: 1200px) {
	.infoart-templates-types {
		-webkit-column-count: 6;
		-moz-column-count: 6;
	  	column-count: 6;
	}
}
.hover-buttons {
    border-radius: 4px;
    background: rgba(14,19,24,.7);
    cursor: pointer;
    padding: 0;
    border: none;}
    
.infoart-divider-empty {
margin-top: 60px;
margin-bottom: 60px;
	
}
.template-content-box {
    position: absolute;
    top: 0;   
    width: 100%;
    height: 100%;
}

.template-content-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}
.template-content-overlay .template-content-overlay-buttons {
    transform: translateY(-50px)
   
}
.template-content-overlay-buttons, .template-content-overlay.template-content-overlay-buttons-set:hover .template-content-overlay-buttons {
    -webkit-transform: translateY(16px);
      opacity: 1;
}
.template-content-overlay.template-content-overlay-buttons-set .template-content-overlay-buttons {

    transition: 0.3s;
    display: flex;
    float: right;
    opacity: 0;

}
.templates-count.activeMenuItem {
	color: #fff;
}
.infoart-templates-item {
    padding: 0;

}

.related-templates-masonry-item, .related-templates-masonry-content {
    margin-left: -1px !important;
        margin-top: -4px;
            margin-bottom: -5px;
}
.template-content-overlay:hover {
    opacity: 1;
}

.custom-content h1, .custom-content h2, .custom-content h3, .custom-content h4, .custom-content h5{
	margin-bottom:20px;
	margin-top:20px;
}

.infoart-templates-item {
filter: drop-shadow(-2px 1px 2px rgba(0,0,0,0.1));
-webkit-filter: drop-shadow(-2px 1px 2px rgba(0,0,0,0.1));
-moz-filter: drop-shadow(-2px 1px 2px rgba(0,0,0,0.1));
  transition: filter .25s ease-in-out;
}
.infoart-templates-item:hover {
  filter: drop-shadow(-2px 1px 2px rgba(0,0,0,0.3));
}
.template-caption-front .caption-box {
padding: 10px;
    display: block;
    text-align: center;
    color: #546A7B;
    background: #f2f2f2;
    opacity: 1;
    border-radius: 0px 0px 3px 3px;
    font-size: 13px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    position: relative;
     white-space: nowrap;
  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;
}

.newFeatureTag{
	background-color: rgb(252, 181, 76);
	color:#FFF;
    font-family:'Open Sans', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 0.01rem;
    font-weight: 700;
    font-size:16px;
	position:absolute;
	width:25%;
	text-align:center;
	top:11%;
	left:-5%;
	transform: rotate(-40deg);
}

@media only screen and (max-width: 991px){
	.newFeatureTag{
		font-size: 16px;
		width:30%;
	}
}

@media only screen and (max-width: 767px){
	.newFeatureTag{
		top:8%;
		left:-8%;
		width:45%;
	}
}

@media only screen and (max-width: 479px){
	.newFeatureTag{
		top:6%;
		left:-8%;
		width:55%;
		font-size:14px;
	}
}
   