/*
Theme Name: Conventus Polymers Theme
Theme URI: http://www.conventuspolymers.com
Text Domain: conventuspolymersTheme
Description: WordPress them for Conventus Polymers
Author: the Conventus Polymers team
Author URI: https://papaadvertising.com/
*/
rs-module-wrap#rev_slider_3_1_wrapper {
    background: transparent !important;
}
.core_carousel .slide .title a {color: #fff;}
.breadcrumb li.breadcrumb-item.active {
    color: #f26722 !important;
}
.pdf-slide .pdf-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pdf-slide .pdf-btn {
    width: 85px;
    height: 85px;
    background: url(images/pdf-icon.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.8;
}
.slider-nav .slick-slide {
    position: relative;
}
.slider-nav .pdf-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/pdf-icon.png) no-repeat center center;
    background-size: 50px auto;
    transition: 0.15s ease-in;
}
.slider-nav .play-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/play.png) no-repeat center center;
    background-size: 50px auto;
    transition: 0.15s ease-in;
}

.su-row {
    margin-bottom: 1.8em;
    clear: both;
    color: #000000;
    font: 400 21px "agenda",sans-serif;;
	line-height: 25px;
}
.news_details .page_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    margin-top: 50px;
    border-top: 1px solid #e1e3e4;
}

#chartdiv {
    position: absolute;
    margin: -30% 0 0 25%;
}
#chartdiv > canvas {

    /*width: 90% !important;
    height: 90% !important;*/
    margin-left: auto;
    margin-right: 0;
}

/*blog css starts here*/
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}
.news_details  figcaption {
    font-size: 18px;
    padding: 10px;
}
/*blog css ends here*/
.blog_date {
    color: #f26722 !important;
    font-size: 24px;
}
.blog_date i.fa-calendar-days {
    margin-right: 5px;
}
.two_columns .col {
    padding: 5px 25px;
    border-left: 3px solid #e9e9e9;
	margin-bottom: 50px;
}