/*
Theme Name: Indutri
Theme URI: https://gaviaspreview.com/wp/indutri/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: The 2020 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: indutri

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
.single-overview img{
	width: 100%;

}
.single-overview {
	position: relative;
	overflow: hidden;
}
.dscroll {
    height: 70px;
    width: 200px;
    background-color: #FF5316;
    top: 72px;
    left: -110px;
    position: absolute;
    transform: rotate(-76deg);
	  animation-name: example;
	  animation-duration: 10s;
	  animation-iteration-count: infinite;
}


@keyframes example {
  
  0%   {top:64px;}
  25%   {top:230px;}
  75%   {top:-2px;}
  100% {top:-4px;}
}

.overview-section-conetnt h2 {
    color: #055CC4;
    font-weight: 600;
    font-size: 30px;
    margin-top: 0px;
}
.overview-section-conetnt h6 {
    color: #003995;
    font-weight: 600;
    font-size: 22px;
    margin-top: 0px;
}
.overview-section-conetnt h4{
	color: #FF5316;
	font-size: 29px;
}
.overview-section-conetnt p {
    color: #768492;
    font-size: 18px;
    line-height: 30px;
}
.overview-section-conetnt ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.overview-section-conetnt ul li{
	color: #768492;
    font-size: 17px;
    display: block;
    font-weight: 400;
    padding: 5px 0px;
}
.overview-section-conetnt ul li i{
	color:#055CC4;
	margin-right: 10px;
}
.business-slider {
	width: 100%;
	height: auto;
	border-top: 5px solid blue;
	margin-top: -60px;
	background-color: #fff;
	padding: 20px 0px;
}
.business-slider-package{
	background: #fff;
	border: 1px solid #ececec;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;

}
.business-slider-package img{
	width: 100%;
	height: auto;
}
.business-slider-content {
	background-color: rgba(0,0,0,.8);
	position: absolute;
	top:0;
	left: -100%;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.5s;
}
.business-slider-package:hover .business-slider-content{
	left: 0;
}
.business-slider-content h3{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.business-slider-content p{
	color: #DCD4C9;
    font-size: 14px;
}
.business-slider-content a{
	color: #FF5316;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	transition: all ease .3s;
}
.business-slider-content a i{
	margin-right: 5px;
	transition: all ease .3s;

}

.business-slider-content a:hover i {
    margin-right: 5px;
    transform: rotate(90deg);

}
.business-slider-content a:hover {
    color: #fff;
   
}