<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Rovast
Description: Rovast Multipurpose WordPress Theme
Theme URI:http://hastech.company
Author: BootExperts
Author URI: http://hastech.company
Text Domain: rovast
Tags: slider, site-builder, WordPress Theme, Rovast WP Theme, Rovast WordPress Theme, Business WordPress Theme, HasTech WP Theme, Theme Builder, WP Builder
Version: 1.0.0
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: layerswp
*/
/*========================
*--------------------
	#Main CSS
---------------------*
	[Table of contents]
 

	1. Defualt css
	2. global  css
	3. unit test style
	4. Header area style
		4.1 Header menu dropdown
	5. Slider area style
	6. breadcrumb style
	7. Blog Style
	8. button style
	9. single blog comment style
	10. Blog sidbar style
	11. call to action area
	12. Service area
	13. features area
	14. Portfolio area
	15. single portfolio
	16. pricing area
	17. testimonial area
	18. Brand area
	19. Footer style
	20. Contact page
	21. About us page
	22. fun fact style
	23. scroll to top
	24. Rovast responsive view
		24.1 desktop :992px
		24.2 desktop :768px
		24.3 Small mobile :768px
		24.4 Small mobile :320px
		24.5 Large Mobile :480px
		24.6 Large Mobile :600px
		24.7 Horizontal :640px
		24.8 Large Mobile :720px
		24.9 Large Mobile :840px
		24.10 Large Mobile :721px to 767px
	/*-------------------------
	Specific section class:
	Contact info : contact-info
	Contact form : rovast-contact
	About section : about-section
	Circle skill : circle-skill

=====Theme style.css customization starts here====*/

/*--------------
* 1. Defualt css
---------------*/



html{
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}
[class*="column"] {
    margin-bottom: 0px;
}
.container {
    max-width: 1240px;
}
.container.list-masonry {
    max-width: 1200px;
}
.content-vertical-massive, .content-main{
    padding-bottom: 110px;
    padding-top: 110px;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
a {
    text-decoration: none !important;
    color: #6b6b6b;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #EF4023;
}
a:focus, select:focus, input:focus, button:focus, a:active, select:active, input:active, button:active{
	outline:none;
}
body {
    color: #333;
    /* font-family: sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
p {
	color: #424242;
	/* font-family: "Poppins",sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5b5b5b;
	/* font-family: "Montserrat"; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
dt {
    font-weight: bold;
}
address {
    font-style: normal;
}
pre {
    overflow: auto;
}
.alignleft {
    margin-right: 15px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #999;
    height: 40px;
    outline: medium none;
    padding: 0 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
input[type="email"], input[type="text"], input[type="url"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], input[type="date"] {
	max-width: 100%;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus{
	border-color:#EF4023;
	outline:none;
}
textarea{
	-webkit-transition: 0.3s;
	transition:0.3s;
}
table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 0px
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    border-radius: 4px 0 0 0
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 0 4px 0 0
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 4px 0
}
blockquote {
    border-left: 6px solid #2d3e50;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 26px;
    padding: 20px;
}
.push-top-large {
    margin-top: 0;
}
.copy blockquote {
    color: #fff;
    /* font-family: montserrat; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}
input[type="button"],
input[type="submit"],
button,
.button,
.form-submit input[type="submit"] {
    margin-bottom: 32px;
}
.copy ul li {
    margin: 0 0 6px 18px;
}
.content {
	padding: 20px 0 20px 20px;
}
textarea, input{
	color:#333333;
}
/*--------------
* 2. global  css
---------------*/
.section-title{
	position: relative;
	margin-bottom:75px;
	text-align:center;
}
.title-divider:before {
	background: #EF4023 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
	width: 30px;
	z-index: 9;
}
.title-divider:after {
	background: #dbd9da none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
	width: 82px;
}
.section-title.title-divider:before, .section-title.title-divider:after {
	bottom: -16px;
	top: inherit;
}
.section-title .heading {
	color: #333333;
	font-size: 30px;
	font-weight: 700;
	line-height: 22px;
	text-transform:uppercase;
	margin:0 0 15px;
}
.section-title .excerpt{
	margin:0 0 15px;
}
.text-center{
	text-align:center;
	width:100%;
}
.layers-control-title-marker {
	background: #0289c0 none repeat scroll 0 0;
	border-radius: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
	padding: 1px 7px 2px;
	text-transform: capitalize;
	vertical-align: middle;
}
#menu-top-menu li{
	margin-right:15px;
}
#menu-top-menu li a i{
	margin-right:5px;
}
.product-pages{
	padding-top:75px;
	padding-bottom:90px;	
}
.single-product-page{
	padding-top:75px;
	padding-bottom:90px;	
}
/*-------------------
/* 3. unit test style
---------------------*/
.single-blog-post{
	line-height:0;
}
.page .single-title-heading{
	font-weight: 700;
	font-size:30px;
	margin-bottom:20px;
}
.single .single-title-heading{
	margin-bottom: 0;
	margin-top: 30px;
}
.story h1,
.comment h1,
.story h2,
.comment h2,
.story h3,
.comment h3,
.story h4,
.comment h4,
.story h5,
.comment h5,
.story h6,
.comment h6
{
	font-weight: 700;
	margin-bottom: 15px;
}
.story h1,
.comment h1
{
	font-size: 54.4px;
	font-size: 3.4rem;
}
.story h2,
.comment h2
{
	font-size: 48px;
	font-size: 3rem;
}
.story h3,
.comment h3
{
	font-size: 43.2px;
	font-size: 2.7rem;
}
.story h4,
.comment h4
{
	font-size: 41.6px;
	font-size: 2.6rem;
}
.story h5,
.comment h5
{
	font-size: 38.4px;
	font-size: 2.4rem;
}
.story h6,
.comment h6
{
	font-size: 35.2px;
	font-size: 2.2rem;
	font-weight: 700;
}
pre {
	overflow-x: scroll;
}
pre {
	overflow-x: scroll;
}
.single .post-info-left {
	padding-left: 80px;
	text-align: left;
}
.not-found-area{
	text-align: center;
}
.not-found-title{}
.not-found-title h1{
	color: #EF4023;
	font-size: 200px;
	font-weight: bold;
	line-height: 140px;	
}
.not-found-text-bg{
	color:#EF4023;
}
.not-found-title h1 span.error-text{
	font-size: 75px;
	font-weight: 100;	
	display:block;
	text-transform:uppercase;
	/* font-family:"Poppins",sans-serif; */
	font-family: 'Open Sans', sans-serif;
	color:#333333;
}
.not-found-subtitle p{}
.not-found-area .sidebar-widget {
	margin: auto;
	max-width: 500px;
}
.copy a.comment-reply-link{
	color:#333;
}
.tags-and-links.fix {
	border-bottom: 1px solid #dcd9d9;
	border-top: 1px solid #dcd9d9;
	margin: 30px 0 20px;
	overflow: hidden;
	padding: 15px 0;
}
.related-tag {
	overflow:hidden;
}
.related-tag span.mr-10{
	float:left;
}
.tags-and-links ul{
	float: left;
	margin-left: 10px;	
}
.tags-and-links ul li{
	display: inline-block;
	line-height: 1;
	margin-right: 5px;	
}
.tags-and-links ul li a{
	display: inline-block;
	line-height: 18px;	
}
.social-links {
	overflow: hidden;
	text-align: right;
}
.social-links a{
	display: inline-block;
	margin: 0 5px;	
}
.tags-and-links ul li a:hover{}
/* comment css */
.grid.comments-nested.push-top {
	border-top: 0px solid #ddd;
}
.push-top-large .children {
	margin-left: 20px;
}
.comment.even.content.well,
.comment-list .even.content.well {
	background-color: transparent;
	display: block;
	padding-right: 20px;
	width: 100%;
	margin-top:0;
	padding-top:0;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
	display: block;
	width: 100%;
	background-color: transparent;
	padding-right: 20px;
	margin-top:0;
	padding-top:0;	
}
.comment-respond {
	width: 100%;
}
.push-top-large {
	margin-top: 0;
}
.form-submit input[type="submit"] {
	padding: 10px 14px;
}
.avatar .avatar-body {
	padding: 0;
}
/* menu css */
.nav-horizontal li:hover &gt; a{
	color: #303030;
}
.sub-menu, .nav .children {
	background-color: #fff;
	border: 1px solid #ddd;
	left: 0;
	line-height: normal;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 50px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	visibility: hidden;
	z-index: 5;
}
.sub-menu li a, .nav .children li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
}
.sub-menu li a:hover, .nav .children li a:hover { 
	color: #303030; 
 } 
.nav li:hover &gt; .sub-menu,
.nav li:hover &gt; .children {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	visibility: visible;
}
.nav-horizontal ul.menu li ul.children li ul.children {
	left: -100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	top: 0;
}
.nav-horizontal ul.menu li ul.children li:hover ul.children {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
body.blog .header-site{
	border-bottom:1px solid #ddd;
}
.sitename {
	line-height: 1;
}
.tagline {
	line-height: 1;
}
.header-site .container {
	padding:20px 20px 0;
}
.header-site .nav-horizontal &gt; ul &gt; li {
	margin: 0 2px;
	padding-bottom:20px;
}
/* mobile menu css */
.menu-hitarea {
	cursor: pointer;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 5px;
	width: 20px;
}
#menu-main-menu li ul {
	display: none;
}
/* page image aligment */
.alignleft {
	margin-right: 15px;
}
.wp-caption {
	background:transparent;
}
.avatar .avatar-body .avatar-name {
	display: block;
	font-size: 20px;
	font-weight: 500;
}
.post-password-form{}
.post-password-form input[type="submit"] {
	margin-left: 76px;
	margin-top: 10px;
	padding: 7px 20px;
}
.conmment-title_quick .heading.comment-title {
	font-size: 43.2px;
	font-size: 2.7rem;
	font-weight: 700;
	margin: 20px 0  13px 0;
}
.copy blockquote {
	font-size: 24px;
	font-size: 1.5rem;
}
.single-article .story blockquote p {
	margin: 0;
}
.post-password-form input[type="password"] {
	width: 35%;
}
.site-description {
	padding-bottom: 0;
}
.site-description p.tagline, .site-description h3.sitename.sitetitle a {
	margin-top: 6px;
}
/*---------------------
/* 4. Header area style
----------------------*/
.header-site, .header-site.header-sticky {
	background-color: #ffffff;
	box-shadow: 0 1px 0 0 #f1f1f1;
}
.header-block.main_header {
	padding: 0 15px;
}
.header-secondary.invert .nav &gt; li &gt; a {
	color: #fefefe;
	/* font-family: montserrat; */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
}
.header-secondary {
	padding: 16px 0;
}
.pagination li {
	border-right: 0 none;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li {
	margin: 0;
	padding: 0 15px;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li &gt; a {
	color: #323232;
	display: block;
	/* font-family: montserrat; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 100px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
.site-description p.tagline , .site-description h3.sitename.sitetitle a{
	color: #323232;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li:hover &gt; a {
	color:#EF4023 ;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li.menu-item-has-children &gt; a:before{
	content: "ï„‡";
	float: right;
	/* font-family: fontawesome; */
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-left: 5px;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li &gt; ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ffffff none repeat scroll 0 0;
	border-color: #EF4023 #dedede #dedede;
	-o-border-image: none;
	   border-image: none;
	border-radius: 6px;
	border-style: solid;
	border-width: 9px 1px 1px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 10px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: center top 0;
	        transform-origin: center top 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 218px;
	z-index: 999;
}
.sub-menu li, .nav .children li {
	width: 100%;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li:hover &gt; ul{
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.nav ul.menu li ul.sub-menu li {
	border: 0 none;
	display: block;
	width: 100%;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li &gt; ul li a {
	/* font-family: "Poppins",sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 32px;
	padding-bottom: 3px;
	font-weight: 400;
	padding-top: 3px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li &gt; ul li:hover &gt; a {
	margin-left: 5px;
	background:transparent;
	color:#EF4023;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li &gt;a:hover:after, .header-site .nav.nav-horizontal &gt; ul &gt; li.active &gt;a:after {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	visibility: visible;
}
.header-site .container {
	padding: 0 20px;
}
/*-------------------------
/* 4.1 Header menu dropdown
--------------------------*/
.header-site .nav.nav-horizontal &gt; ul &gt; li &gt; a:after {
	background: #EF4023 none repeat scroll 0 0;
	content: "";
	display: none;
	height: 4px;
	left: 0;
	position: absolute;
	top: 96%;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li &gt; ul:before {
	border-bottom: 8px solid #EF4023;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	left: 20px;
	position: absolute;
	top: -16px;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li &gt; ul &gt; li.menu-item-has-children &gt; a:after {
	margin-top: -23px;
	top: 52%;
}
.header-site .nav.nav-horizontal .menu ul li ul {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	border-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	left: auto;
	padding: 12px 0;
	position: absolute;
	right: -216px;
	width: 215px;
}
.header-site .sub-menu .menu-item-has-children &gt; a:after {
	font-size: 11px;
	margin-top: -20px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	padding: 5px 0 0;
	position: absolute;
	right: 8px;
	top: 52%;
}
.header-site .nav.nav-horizontal .menu li.last-elements ul li ul {
	left: -216px;
	right: auto ;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li.last-elements &gt; ul li a {
	text-align: right;
}
.header-site .nav.nav-horizontal &gt; ul &gt; li.last-elements &gt; ul &gt; li.menu-item-has-children &gt; a:after {
	left: 8px;
	right: auto;
	top: 62%;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.header-site  li.last-elements  .sub-menu .menu-item-has-children &gt; a:after {
	left: 8px;
	right: auto;
	top: 62%;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
/*---------------------
/* 5. Slider area style
----------------------*/
.section-title .rovast-ani-heading {
	color: #fff;
	font-weight: 400;
}
.swiper-slide .section-title .slider-subtitle  {
	font-weight: 700;
	color: #fff;
}
.swiper-slide .section-title .slider-subtitle span.bold_color_text {
	font-weight: 700;
	color: #EF4023;
}
.swiper-slide .button-set.at-slider-btn-grp {
	clear: both;
	display: block;
	overflow: hidden;
}
.swiper-wrapper .button, .swiper-wrapper .invert .button {
	color: #ffffff;
	font-weight: 600;
	padding: 5px 52px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/*overlay*/
[data-overlay] {
	position: relative;
}
[data-overlay]:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay]:before {
	background: #1879fd;
}
[data-overlay="1"]:before {
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
[data-overlay="2"]:before {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
[data-overlay="3"]:before {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
[data-overlay="4"]:before {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
[data-overlay="5"]:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
[data-overlay="6"]:before {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
[data-overlay="7"]:before {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
[data-overlay="8"]:before {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
[data-overlay="9"]:before {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
[data-overlay="10"]:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
[data-overlay="0"]:before {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
[data-overlay] &gt; div {
    z-index: 99;
    position: relative;
}
/*Black overlay*/
[data-black-overlay] {
	position: relative;
}
[data-black-overlay]:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-black-overlay]:before {
	background: #000;
}
[data-black-overlay="1"]:before {
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
[data-black-overlay="2"]:before {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
[data-black-overlay="3"]:before {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
[data-black-overlay="4"]:before {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
[data-black-overlay="5"]:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
[data-black-overlay="6"]:before {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
[data-black-overlay="7"]:before {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
[data-black-overlay="8"]:before {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
[data-black-overlay="9"]:before {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
[data-black-overlay="10"]:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
[data-black-overlay="0"]:before {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
[data-black-overlay] &gt; div {
    z-index: 99;
    position: relative;
}
[data-black-overlay] &gt; div {
    z-index: 99;
    position: relative;
}
[data-black-overlay]  .section-title .heading {
  color: #fff;
}
[data-black-overlay]  .section-title .excerpt, [data-black-overlay]  .section-title .excerpt p{
	color: #fff;
}
.rovast_call_to_action h3.heading {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.hs-item .hs-content {
  margin-top: 260px;
}
/*Hero Slider*/
.hero-slider .slick-dots {
	margin: 0 auto;
	position: absolute;
	z-index: 999;
	text-align: center;
	bottom: 74px;
	left: 0;
	right: 0; 
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider .slick-dots {
		width: 940px;
		bottom: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .slick-dots {
        width: 720px;
        bottom: 30px; 
	} 
}
.hero-slider .slick-dots li {
	display: inline-block;
	line-height: 0;
	margin: 0 5px;		
}
.hero-slider .slick-dots li button {
	background: #ffffff none repeat scroll 0 0;
	display: block;
	height: 5px;
	margin: 0;
	padding: 0;
	text-indent: -999999px;
	width: 23px;		
}
.hero-slider .slick-dots li.slick-active button, .hero-slider .slick-dots li button:hover {
	background:#EF4023;
}
/*Hero Slide Item*/
.hero__slider {
	padding-bottom: 0;
	padding-top: 0;
}
.hs-item {
	background-color: #2d3e50;
	background-position: center right;
	background-size:cover;
	min-height:758px;
	margin: 0; 
}
.hs-item .hs-item-wrapper {
	position: relative;
	z-index: 3; 
}
.hs-item .hs-image {
	position: relative;
	margin-left: -70px;
	margin-top: 90px; 
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hs-item .hs-image {
		width: 320px;
		margin-left: 0;
		margin-right: 50px;
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hs-item .hs-image {
		margin-right: 40px;
		width: 220px;
		margin-left: 0;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.hs-item .hs-image {
		margin-right: 15px;
		margin-top: 40px;
		margin-left: 0;
		width: 170px; 
	} 
}
@media only screen and (max-width: 479px) {
	.hs-item .hs-image {
		margin-right: 15px;
		width: 100px; 
	} 
}
.hs-item .hs-image img {
	width: 100%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; 
}
.hs-item .hs-content {
	margin-top: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hs-item .hs-content {
		margin-top: 200px; 
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hs-item .hs-content {
		margin-top: 120px; 
	} 
}
@media only screen and (max-width: 767px) {
	.hs-item .hs-content {
		margin-top: 90px; 
	} 
}
@media only screen and (max-width: 479px) {
	.hs-item .hs-content {
		margin-top: 80px;
	}
}
.hs-item .hs-content * {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; 
}
.hs-item .hs-content h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height:1;
}
.hs-item .hs-content h2 span{
	color:#EF4023;
}
.hs-item .hs-content h3 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 400;
	text-transform: uppercase; 
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.hs-item .hs-content h3 {
		font-size: 32px;
	} 
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.hs-item .hs-content h3 {
		font-size: 32px;
	} 
}
@media only screen and (min-width: 1024px) {
	.single-portfolio-image{
		width:50%;
		float:right;
	}
	.portfolio-single-content{
		width:50%;
		padding-right:50px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hs-item .hs-content h3 {
		font-size: 26px;
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hs-item .hs-content h3 {
		font-size: 20px; 
	} 
}
@media only screen and (max-width: 767px) {
	.hs-item .hs-content h3 {
		font-size: 20px; 
	} 
}
@media only screen and (max-width: 479px) {
	.hs-item .hs-content h3 {
		font-size:24px !important;
		margin-bottom: 5px; 
	} 
}
.hs-item .hs-content p {
	/* font-family:"Poppins",sans-serif; */
	font-family: 'Open Sans', sans-serif; 
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
	max-width: 850px;	  
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.hs-item .hs-content p {
		font-size: 16px;
		max-width: 680px; 
	} 
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hs-item .hs-content p {
		font-size: 14px;
		margin-bottom: 25px;
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hs-item .hs-content p {
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 20px;
	}
}
.hs-item .hs-content a {
	padding: 10px 35px;
	color: #fff;
	background-color: #9f8447;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 13px;
	/* font-family: Montserrat; */
	font-family: 'Open Sans', sans-serif;
	position: relative;
	overflow: hidden;
	font-weight: 400;
	z-index: 1;
	letter-spacing: 0.5px;
}
.hs-item .hs-content a i {
	line-height: 18px;
	margin-left: 8px;
	position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hs-item .hs-content a i {
		top: 3px; 
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hs-item .hs-content a i {
		font-size: 19px;
		top: 3px; 
	} 
}
@media only screen and (max-width: 767px) {
	.hs-item .hs-content a i {
		font-size: 15px; 
	} 
}
@media only screen and (max-width: 479px) {
	.hs-item .hs-content a i {
		font-size: 12px;
		margin-left: 3px; 
	} 
}
.hs-item.slick-current .hs-image img {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.hs-item.slick-current .hs-content h3 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s; 
	line-height:45px;
}
.hs-item.slick-current .hs-content h2 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
	margin-bottom:15px;	
}
.hs-item.slick-current .hs-content p {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
	  margin-bottom: 10px;
}
.hs-item.slick-current .hs-content a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s; 
}
/* slider */
.slider_text_left {
	-ms-flex-flow: row-reverse wrap;
	    flex-flow: row-reverse wrap;
}
.slider_text_left .hs-content {
	padding-left: 0;
	padding-right: 70px;
}
.hero-slider .slick-list {
	margin: 0;
}
.add_your_class.thumbnail-body{
	padding:0px;
	background:transparent !important;
}
.slick-arrow {
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 100px;
	line-height: 100px;
	margin-top: -50px;
	padding-left: 0;
	padding-top: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 42px;
	z-index: 99;
}
i.slick-arrow:before {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	display: block;
	height: 100%;
}
.slick-arrow:hover{
	background:#EF4023;
}
.slick-arrow.slider_nev_left{
	left:-50px;
}
.slick-arrow.slider_nev_right{
	right: -50px;
}
.hero-slider:hover .slick-arrow.slider_nev_left{
	left:0px;
}
.hero-slider:hover .slick-arrow.slider_nev_right{
  right: 0px;
}
.hs-item.slick-slide:before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	position: absolute;
	top: 0;
	width: 100%;
}
.button-primary.button.effect-sweep {
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 6px 33px;
}
.letToRight-overlay:after {
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.hs-content .button-primary.button.effect-sweep{
	background:transparent;
}
.slider-btns &gt; .button.button-primary.transparent.effect-sweep:hover{
	color:#fff;
}
.slider-btns &gt; .button.button-primary.transparent.effect-sweep:hover:after, .slider-btns &gt; .button.button-primary.transparent.effect-sweep:after{
	background: #EF4023;
}
/*--------------------
/* 6. breadcrumb style
---------------------*/

.breadcrumb-area {
	background-color: #f7f7f7;
	background-size: cover;
	padding: 110px 0;
	position: relative;
}
.breadcrumb-list li {
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
}
.breadcrumb-list li a {
  color: #fff;
}
.breadcrumb-title {
	margin-bottom: 3px;
}
.breadcrumb-title h1 {
	color: #EF4023;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.breadcrumb-list {
	line-height: 100%;	
}
.breadcrumb-padding.pages-p {
  text-align: left;
}
.breadcrumb-list a:hover {
  color: #EF4023;
}
.not-found-title {
  font-size: 23px;
  margin-bottom: 7px;
}

/*--------------
/* 7. Blog Style
---------------*/
.home.blog .wrapper-content{
	padding-top:110px;
	padding-bottom:110px;
}
.post-wrapper {
	margin-bottom: 40px;
}
.format-standard.sticky .post-wrapper , .format-standard.tag-sticky-2 .post-wrapper{
	border: 1px solid #EF4023;
	padding: 10px;
}
.blog-carousel .post-wrapper {
	margin-bottom: 0px;
}
.semi-title, .semi-title a {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: capitalize;
}
.semi-title:hover, .semi-title a:hover{
	color: #EF4023;
}
.post-info span i {
	margin-right: 3px;
	font-size: 14px;
}
.post-info {
	padding-top: 16px;
	position: relative;
}
aside.content.well {
	padding-top: 0;
}
.page-area header.single-post-title &gt; .single-title-heading {
	margin-top: 0;
}
/* img Hover effect */
.blog-heffect {
	line-height: 11px;
	overflow: hidden;
	position: relative;
}
.blog-heffect:before,.blog-heffect:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    /* background: rgba(18, 147, 212, .50); */
	background: rgba(239, 64, 35, .50);
}
.blog-heffect:after{
    -webkit-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%);
}
.blog-heffect:before{
    -webkit-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%);
    z-index: 9;
}
 .blog-heffect:hover:before, .blog-heffect:hover:after {
    -webkit-transform: skew(45deg) translateX(0px);
    transform: skew(45deg) translateX(0px);
}
.blog-heffect &gt; a {
	color: #fff;
	font-size: 25px;
	height: 40px;
	left: 50%;
	line-height: 46px;
	margin-left: -20px;
	margin-top: -12px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 40px;
	z-index: 9;
}
.blog-heffect:hover a{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.blog-heffect a {
	display: block;
	line-height: 0;
}
.blog-heffectn &gt; iframe {
	min-height: 228px;
}
.blog-heffectn {
	line-height: 10px;
	margin-bottom: 0px;
}
.blog-heffect .overlay-effect a img {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.blog-heffect:hover .overlay-effect a img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.pagination a, .pagination span {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	color: #454545;
	display: inline-block;
	float: left;
	/* font-family: "Montserrat",sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	min-width: 38px;
	padding: 8px 15px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pagination .current,.pagination a:hover {
	background-color: #EF4023;
	border-color: #EF4023;
	color: #fff;
}
.blog-pagination {
	text-align: center;
}
.pagination {
	margin: 0;
}
.post-info:after{
    content: "";
    display: block;
    clear: both;
}
.post-info span, .post-info .post-like{
	position:relative;
	/* font-family:"Montserrat",sans-serif; */
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: 0.3s;
	transition:0.3s;
	color: #424242;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;	
}
.post-categories &gt; li {
	display: inline-block;
}
.post-like {
	margin-right: 10px;
	float:left;
}
.post-like i{
	float:left;
	margin-right:5px;
	margin-top:2px;
}
.post-categories {
	float: left;
}
.post-date {
	background: #EF4023 none repeat scroll 0 0;
	color: #fefefe;
	font-size: 14px;
	font-weight: 400;
	height: 70px;
	left: 0;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 70px;
	z-index: 99;
	/* font-family: "Poppins",sans-serif; */
	font-family: 'Open Sans', sans-serif;
}
.post-date span {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 25px;
	color:#ffffff;
}
.post-author:hover,
.post-like:hover,
.post-comment:hover{
	color: #EF4023;
}
.post-info-left,
.post-info-right,
.post-date {
    display: inline-block;
}
.post-info-left {
	float: left;
	padding-left: 85px;
	text-align: left;
	width: 50%;
}
.post-info-right {
	float: right;
	text-align: right;
}
.post-content {
	margin-top: 20px;
}
.post-content .semi-title,
.post-content .semi-title a{
    text-transform: capitalize;
}
.post-content .semi-title{
    margin-bottom: 5px;
}
.post-content p{
    margin-bottom: 0;
}
.rovast-home-blog .pagination-button, .pagination-area{
	text-align:center;
}
.blog-carousel [class*="span-"]{
	width:100%;
}
.blog-carousel.owl-theme .owl-controls .owl-dots {
	line-height: 0;
	margin-top: 45px;
	text-align: center;
}
.blog-carousel.owl-theme .owl-controls .owl-dot {
	display: inline-block;
	margin: 4px 5px;
}
.blog-carousel.owl-theme .owl-controls .owl-dots .owl-dot span {
	background: #fff;
	border-radius: 0;
	display: block;
	height: 5px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 23px;
	margin:0;
	border:1px solid #EF4023;
}
.blog-carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span{
	background: #EF4023;
}
/*-----------------
/* 8. button style
------------------*/
.effect-sweep {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transform: translateZ(0px);
	        transform: translateZ(0px);
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}
.button-primary.effect-sweep {
	background: #EF4023 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	/* font-family: "Montserrat",sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 40px;
	padding: 0 25px;
	text-align: center;
	text-transform: uppercase;
	z-index:2;
}
.button-primary.effect-sweep:after {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0 50% 0;
	        transform-origin: 0 50% 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	z-index: -1;
}
.button-primary.effect-sweep:hover{
	color: #EF4023;
}
.button-primary.effect-sweep:hover:after{
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}
.transparent.effect-sweep {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.transparent.effect-sweep:after {
	background: #EF4023 none repeat scroll 0 0;
}
.transparent.effect-sweep:hover, .transparent.effect-sweep:focus, .transparent.effect-sweep:active {
	color: #ffffff;
	border-color: #EF4023;
}
.transparent.effect-sweep:hover:after{
	background: #EF4023 none repeat scroll 0 0;
}
/*----------------------------
* 9. single blog comment style
-----------------------------*/
.comment-area{
	margin-top:40px;
}
.comment-form .form-submit {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background: #EF4023 none repeat scroll 0 0;
	border: medium none;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	/* font-family: "Montserrat",sans-serif; */
font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 40px;
	margin-top: 8px;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	        transform: translateZ(0px);
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	margin-bottom:0;
}
.comment-form .form-submit:after {
	background: #fff none repeat scroll 0 0 !important;
	border-radius: 6px;
	bottom: 0;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0 50% 0;
	        transform-origin: 0 50% 0;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	z-index: -1;
}
.comment-form  .form-submit:hover{
	color: #EF4023;
}
.comment-form  .form-submit:hover:after{
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}
.comment-form  input[type="button"],.comment-form  input[type="submit"],.comment-form  button,.comment-form  .button,.comment-form  .form-submit input[type="submit"] {
	margin-bottom: 0px;
}
.comment-form  .form-submit input[type="submit"]:hover {
	color: #EF4023;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
.comment-form  .submit {
	background: transparent!important;
}
.comment-form .form-submit input[type="submit"] {
	font-weight: 400;
	padding: 8px 22px 9px;
	text-transform: uppercase;
}
label {
	clear: both;
	color: #333333;
	display: block;
	/* font-family: "Montserrat",sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 4px;
}
.comment-form-url &gt; input {
	border: 1px solid #ddd;
	height: 40px;
	padding: 0 20px;
}
.comment-form-url &gt;textarea {
	border: 1px solid #ddd;
	padding: 0 20px;
}
textarea {
	border: 1px solid #eee;
	padding: 10px 20px;
}
.comment-reply-title {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: uppercase;
}
p[class*="comment-form"] {
	margin-bottom: 24px;
}
.comment-list li .grid {
	margin: 20px 0 0;
}
.avatar .avatar-image img {
	border-radius: 0;
}
.avatar .avatar-image {
	margin-right: 15px;
}
.avatar .avatar-body .avatar-name {
	color: #333333;
	display: block;
	/* font-family: "Montserrat",sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.comment-area .push-bottom{
	margin-bottom:0;
}
.avatar-body .copy.small{
	margin-top:10px;
}
small {
	color: #777;
	font-size: 19.2px;
	font-size: 1.2rem;
}
.copy a {
	border-bottom: 0 none;
}
.copy.small {
	color: #424242;
	font-size: 20.8px;
	font-size: 1.3rem;
}
h5.avatar-name a {
	color: #333;
}
.comment-respond {
	margin-top: 40px;
}
.conmment-title_quick .heading.comment-title {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
.single-title-heading {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 3px;
	margin-top: 15px;
	text-transform: uppercase;
}
.single-article .story p {
	margin-bottom: 20px;
	margin-top: 28px;
}
.story .blog-single-content blockquote p {
	margin-top: 0;
}
.story blockquote {
	background: #f1f1f1 none repeat scroll 0 0;
	border-left: 3px solid #EF4023;
	color: rgba(0, 0, 0, 0.55);
	margin-bottom: 26px;
	padding: 20px;
}
/*---------------------
* 10. Blog sidbar style
-----------------------*/
.search-form .form-control {
	float: left;
	height: 45px;
	max-width: 100%;
	padding-right: 60px !important;
}
.search-form .search-form-btn {
	background: #EF4023 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	width: 60px;
}
.input-group.search-form {
	position: relative;
}
.search-form .search-form-btn:hover {
    background: #337ab7;
}
.widget .section-nav-title {
    background: #EF4023 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
div[class*=" off-canvas-"] .section-nav-title {
    color: #ffffff;
}
.sidebar .widget ul li a:before {
    content: "î¬§";
    /* font-family: "icofont"; */
	font-family: 'Open Sans', sans-serif;
    margin-right: 5px;
}
.sidebar .widget ul li a {
    color: #333333;
    display: inline-block;
    /* font-family: "Poppins", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-right: 4px;
    text-transform: capitalize;
}.sidebar .widget li:not(:last-child) {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sidebar .widget li {} .sidebar .widget ul li {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}
.sidebar .widget ul li .url:hover {
    color: #333333;
}
.sidebar .widget ul li a:hover {
    color: #EF4023;
}
.sidebar .widget .menu-main-menu-container ul li {
    margin: 0;
}
.sidebar .well {
    background-color: transparent;
}
table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 0px
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    border-radius: 0px 0 0 0
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 0 0px 0 0
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 0px
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 0px 0
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
#wp-calendar {
    font-size: 13px;
}
#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
    color: #333333;
    display: block
}
table#wp-calendar td {
    border: 1px solid #e5e5e5;
    color: #444444;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}
#wp-calendar th,
#wp-calendar td {
    padding: 5px;
}
table#wp-calendar th {
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
table#wp-calendar td#today {
    background-color: #EF4023;
    color: #fff;
}
table#wp-calendar td a:hover {
    color: #EF4023;
}
aside.widget select option {
    padding: 9px;
}
.content-main .sidebar &gt; aside.widget {
    padding-left: 0;
    padding-right: 0px;
}
.content-main .sidebar &gt; aside.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* tag */
.tagcloud a {
    display: inline-block;
}
.tagcloud a {
    border: 1px solid #dcd9d9;
    border-radius: 0;
    color: #343434;
    display: inline-block;
    font-size: 14px !important;
    line-height: 23px;
    margin: 0 6px 10px 0;
    padding: 8px 29px 5px;
    text-align: center;
    text-transform: capitalize;
}
.pro-arch .ht-portfolio.thumbnail-body {
  margin-bottom: 20px;
}
.pro-arch .portfolio-icon::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.pro-arch .ht-portfolio-thumb::before {
  bottom: 11px;
  left: 11px;
  opacity: 0;
  right: 11px;
  top: 11px;
}
.pro-arch .ht-portfolio-content2 &gt; h2 {
  text-transform: uppercase;
}
.pro-arch .ht-portfolio-content2 &gt; h2:hover a{
	color: #EF4023;
}
.ht-portfolio-content &gt; h2, .ht-portfolio-content2 &gt; h2 {
  text-align: center;
}
.tagcloud a:hover {
    border-color: #EF4023;
    background: #EF4023;
    color: #fff
}
.rsswidget {
    color: #fff;
}
.textwidget img {
    margin-top: 10px;
}
.widget .comment-author-link {
    display: block;
    padding-bottom: 15px;
}
ul li.recentcomments a:before {
    display: none;
}
.comment-form textarea {
    max-width: 100%;
}
#comments input {
    max-width: 100%;
}
.header-secondary nav.pull-left ul.nav li {
    margin-left: 0;
}
#comments input:focus,
#comments textarea:focus {
    border-color: #66afe9;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(239, 64, 35, 0.6);
    outline: 0 none;
}
input[type="button"],
input[type="submit"],
button {
    font-size: 14px;
}
.not-found-title {
    font-size: 50px;
    font-weight: bold;
}
/*-----------------------
* 11. call to action area
------------------------*/
.rovast_call_to_action .heading &gt; a {
    color: #fff;
}
.rovast_call_to_action .excerpt &gt; p {
    color: #fff;
}
.media.medium .heading + .excerpt {
    margin-top: 8px;
}
.rovast_call_to_action_area:before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rovast_call_to_action_area {
    padding-top: 102px;
    position: relative;
}
.rovast_call_to_action .excerpt {
    margin-bottom: 30px;
}
.call_us_btn:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
}
/*-----------------
/* 12. Service area
/*----------------*/
.service-area {
    padding-bottom: 50px;
    padding-top: 110px;
}
.single-service {
    margin-bottom: 60px;
}
.info-box-top {
    margin-bottom: 11px;
}
.info-box-style-1 span:before,
.info-box-style-1 span:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.info-box.info-box-style-1:hover span:after {
    border-bottom: 3px solid #EF4023;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}
.info-box span,
.info-box span i {
    display: inline-block;
}
.info-box-style-1 span {
    background-color: #fff;
    border: 1px solid #343434;
    border-radius: 50%;
    color: #343434;
    font-size: 30px;
    height: 55px;
    line-height: 52px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
    z-index: 99;
}
.info-box.info-box-style-1:hover span {
    background-color: #EF4023;
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
.info-box-style-1 span:before,
.info-box-style-1 span:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.info-box.info-box-style-1:hover span:before {
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
}
.info-box-style-1 span:after {
    left: -1px;
    width: 103%;
}
.service-title.heading {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
}
.single-service .excerpt {
    line-height: 23px;
}
.single-service .excerpt p {
    line-height: 23px;
}
/*------------------
/* 13. features area
/*-----------------*/
.features-area {} .single__feature .info-box-style-1 span {
    background-color: #fff;
    border: 1px solid #343434;
    border-radius: 50%;
    color: #343434;
    font-size: 18px;
    height: 40px;
    line-height: 39px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 99;
}
.single__feature .info-box-top {
    display: inline-block;
    float: left;
    margin-right: 14px;
}
.single__feature .service-title.heading {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 8px;
}
/*-------------------
/* 14. Portfolio area
/*------------------*/
.filter_menu {
    margin-bottom: 60px;
    text-align: center;
    line-height: 100%;
}
.filter_menu_left {
    text-align: left;
}
.filter_menu_right {
    text-align: right;
}
.filter_menu li {
    border: 0 solid #ccc;
    border-radius: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    /* font-family: "Poppins", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.filter_menu li:hover {
    color: #EF4023;
}
.cols {
    margin-bottom: 20px;
}
.column-flush.cols {
    margin-bottom: 0px;
}
.ht-portfolio {
    position: relative;
}
@media only screen and (min-width: 721px) and (max-width: 768px) {
    .portfolio-hover[class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
}
.portfolio-effect &gt; a {
    display: block;
}
.portfolio-effect img {
    width: 100%;
    display: block;
}
.ht-portfolio-thumb {
    position: relative;
}
.ht-portfolio-thumb:before {
    background: #EF4023 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover-effect {
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio:hover .portfolio-hover-effect {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio:hover .ht-portfolio-thumb:before {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio-content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover:hover .ht-portfolio-content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio-content &gt; h2,
.ht-portfolio-content2 &gt; h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin: 0px 0px 3px 0px;
    text-transform: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.ht-portfolio-content2 &gt; h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.ht-portfolio-content2 .category-name {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio-content &gt; h2 a,
.ht-portfolio-content2 &gt; h2 a {
    color: #333333;
    font-size: 14px;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover:hover .ht-portfolio-content &gt; h2,
.portfolio-hover:hover .ht-portfolio-content2 &gt; h2 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-icon {
    border: 0px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    width: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(0);
            transform: scale(0);
    position: relative;
    box-shadow: 0 0 0 0px rgba(246, 249, 250, 0.42);
    font-size: 30px;
}
.portfolio-icon:before {
    background: #ffffff;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    width: 100%;
}
.portfolio-icon i {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-hover:hover .ht-portfolio-content .portfolio-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
.category-name {
    display: block;
    color: #424242;
    /* font-family: "Poppins", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 0px;
    text-transform: capitalize;
}
.category-name:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}
.category-name:last-child:before {
    content: "";
}
.portfolio-hover:hover .category-name {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht-portfolio.thumbnail-body {
    padding: 0;
}
.ht-portfolio-content2 {
    padding: 25px 15px;
    background: #ffffff;
    border-style: solid;
    border-width: 0 1px 2px 1px;
    border-color: #dcd9d9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ht-portfolio:hover .ht-portfolio-content2 {
    border-bottom-color: #EF4023;
}
.pagination {
    margin: 0 0 0px;
    vertical-align: top;
}
.pagination a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pagination-content.pagination2 {
    margin-top: 40px;
}
.ht-portfolio-3 .ht-portfolio-content-deltails h2 {
    margin: 0 0 5px;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
}
.ht-portfolio-3 .ht-portfolio-content-deltails {
    padding: 30px 0;
    position: absolute;
    top: inherit;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.ht-portfolio-3 .ht-portfolio-content-deltails h2 a,
.ht-portfolio-content-deltails span {
    color: #fff;
}
.ht-portfolio-3 .category-name {
    bottom: 0px;
}
.ht-portfolio-3 .ht-portfolio-content-deltails:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
/*---------------------
/* 15. single portfolio
/*--------------------*/
.portfolio-cat-list li {
    display: block;
}
.portfolio-cat-list li a {
    display: block;
    /* font-family: "Poppins", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #333333;
}
.portfolio-cat-list li a:hover,
.portfolio-cat-list li.current a {
    color: #EF4023;
}
.portfolio-cat-list li a:before {
    content: "\eb27";
    font-family: "icofont";
    margin-right: 5px;
}
.portfolio-single-content {
    margin-top: 30px;
    margin-bottom: 50px;
}
.portfolio-single-content h4,
.portfolio-meta h4,
.retated-portfolio-title,
.related-portfolio-content h4,
.portfolio-widget h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.portfolio-meta {
    border-top: 1px solid #d5d0d0;
    margin-top: 25px;
    padding-top: 25px;
}
.portfolio-meta h4 {
    margin-bottom: 20px;
}
.portfolio-info-table table,
.portfolio-info-table table thead:first-child tr:first-child th:first-child,
.portfolio-info-table table tbody:first-child tr:first-child td:first-child,
.portfolio-info-table table thead:last-child tr:last-child th:first-child,
.portfolio-info-table table tbody:last-child tr:last-child td:first-child {
    border-radius: 0px;
}
.retated-portfolio-title {
    margin-bottom: 30px;
}
.portfolio-img {
    position: relative;
}
.portfolio-img img {
    width: 100%;
}
.img-overlay {
    line-height: 0;
    position: relative;
}
.img-overlay:before {
    background: #EF4023 none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    display: block;
    left: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.portfolio-img a {
    bottom: 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    z-index: 110;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.portfolio-item:hover .img-overlay:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    visibility: visible;
}
.portfolio-item:hover .portfolio-img a {
    -webkit-transform: scale(1);
            transform: scale(1);
}
.related-portfolio-content {
    padding-top: 30px;
}
.related-portfolio-content h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.portfolio-widget h4 {
    margin-bottom: 20px;
}
.single-portfolio-page.content-vertical-massive {
    padding-bottom: 95px;
    padding-top: 110px;
}
/*----------------
/* 16. pricing area
/*---------------*/
.rovast-pricing-area {} .single-pricing-table {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-pricing-table-head {
    border-color: #dcd9d9;
    border-style: solid;
    border-width: 2px 2px 1px;
    padding-bottom: 30px;
    padding-top: 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-head &gt; h4 {
    display: inline-block;
    margin-bottom: 20px;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.single-pricing-table-head &gt; h4,
.single-pricing-table-head &gt; h5 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-head &gt; h5 {
    color: #333333;
    display: block;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}
.single-pricing-table-head h5 span b {
    font-size: 30px;
}
span.monthly {
    /* font-family: "Poppins", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 20px;
}
.single-pricing-table-body {
    border-bottom: 2px solid #dcd9d9;
    border-left: 2px solid #dcd9d9;
    border-right: 2px solid #dcd9d9;
    padding: 35px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing-table-body ul {
    margin-bottom: 35px;
}
.single-pricing-table-body li {
    margin-bottom: 25px;
    /* font-family: "Poppins", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.single-pricing-table-body .order {
    background-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    border: 1px solid #dcd9d9;
    color: #333333;
    display: inline-block;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    min-width: 140px;
}
.single-pricing-table-body .order:after {
    background: #EF4023 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: -1;
}
.single-pricing-table-body .order:hover:after,
.single-pricing-table-body .order:focus:after,
.single-pricing-table-body .order:active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.single-pricing-table-body .order:hover,
.single-pricing-table-body .order:focus,
.single-pricing-table-body .order:active {
    color: #ffffff;
}
.single-pricing-table-body .order:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}
.single-pricing-table:hover .single-pricing-table-head {
    border-color: transparent;
}
.active .single-pricing-table-head {
    background: #EF4023 none repeat scroll 0 0;
    border-color: transparent;
}
.single-pricing-table.active,
.single-pricing-table:hover {
    box-shadow: 0 3px 12px rgba(220, 217, 217, 0.9);
}
.active .single-pricing-table-body {
    border-color: transparent;
}
.active .single-pricing-table-head h4,
.active .single-pricing-table-head h5 {
    color: #ffffff;
}
.active .single-pricing-table-body .order {
    background: #EF4023 none repeat scroll 0 0;
    border: 1px solid #EF4023;
    color: #ffffff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
.single-pricing-table:hover .single-pricing-table-head {
    background: #EF4023 none repeat scroll 0 0;
}
.single-pricing-table:hover .single-pricing-table-head h4,
.single-pricing-table:hover .single-pricing-table-head h5 {
    color: #ffffff;
}
.single-pricing-table:hover .single-pricing-table-body {
    border-color: transparent;
}
/*---------------------
/* 17. testimonial area
/*-------------------*/
.testimonial-area {
    position: relative;
    background-image: url('assets/preset-images/testimonial-bg.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
.testimonial-area:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    display: block;
}
.speech-text {
    background: rgba(0, 0, 0, 0) url("assets/preset-images/t-shape.png") no-repeat scroll left top / 100% 99%;
    padding: 35px;
    position: relative;
}
.speech-text p {
    font-size: 14px;
    color: #ffffff;
    line-height: 23px;
    margin-bottom: 30px;
}
.client-speech-details {
    margin-top: 10px;
    overflow: hidden;
}
.testimonial-image {
    float: left;
    text-align: center;
    width: 70px;
}
.testimonial-image img {
    width: 100%;
}
.client-info {
    left: 20px;
    overflow: hidden;
    position: relative;
    top: 13px;
}
h3.testimonial-title {
    font-size: 14px;
    margin: 0px 0 5px;
    padding: 0;
    text-transform: uppercase;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
}
.client-designation {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    display: block;
    line-height: 18px;
    /* font-family: "Poppins", sans-serif; */
	font-family: 'Open Sans', sans-serif;
}
.client-speech-content .testimonial-carousel .owl-wrapper-outer .owl-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.client-speech-content .owl-theme .owl-controls .owl-dots {
    line-height: 0;
    margin-top: 45px;
    text-align: center;
}
.client-speech-content .owl-theme .owl-controls .owl-dot {
    display: inline-block;
    margin: 4px 5px;
}
.client-speech-content .owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 0;
    display: block;
    height: 5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 23px;
    margin: 0;
}
.client-speech-content .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #EF4023;
}
.testi-thumbnail.column.span-12 {
    max-width: 98%;
    width: 100%;
}
/*---------------
/* 18. Brand area
/*--------------*/
.brand-carousel .column.span-12 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}
.brand-carousel .owl-item {
    border-style: solid;
    border-color: #dcd9d9;
    border-width: 1px;
    border-right-width: 0px;
}
.brand-carousel .owl-item:last-child {
    border-right-width: 1px;
}
.ht-brand {
    overflow: hidden;
    padding: 0px;
    position: relative;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ht-brand:before,
.ht-brand:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.ht-brand:before {
    right: 100%;
    top: 0;
    -webkit-animation-name: bor-top-out;
            animation-name: bor-top-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
/*
.ht-brand:hover:before {
    -webkit-animation-name: bor-top;
            animation-name: bor-top;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
} */

.ht-brand:after {
    left: 100%;
    bottom: 0;
    -webkit-animation-name: bor-bottom-out;
            animation-name: bor-bottom-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
/*
.ht-brand:hover:after {
    -webkit-animation-name: bor-bottom;
            animation-name: bor-bottom;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
} */

.single-brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.single-brand:before,
.single-brand:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
}
.single-brand:before {
    right: 0;
    bottom: 100%;
    -webkit-animation-name: bor-right-out;
            animation-name: bor-right-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}

/*
.ht-brand:hover .single-brand:before {
    -webkit-animation-name: bor-right;
            animation-name: bor-right;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
} */

.single-brand:after {
    left: 0;
    top: 100%;
    -webkit-animation-name: bor-left-out;
            animation-name: bor-left-out;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}

/*
.ht-brand:hover .single-brand:after {
    -webkit-animation-name: bor-left;
            animation-name: bor-left;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
} */

@-webkit-keyframes bor-top {
    0% {
        right: 100%;
    }
    25% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}
@keyframes bor-top {
    0% {
        right: 100%;
    }
    25% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}
@-webkit-keyframes bor-right {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 100%;
    }
    50% {
        bottom: 0px;
    }
    100% {
        bottom: 0px;
    }
}
@keyframes bor-right {
    0% {
        bottom: 100%;
    }
    25% {
        bottom: 100%;
    }
    50% {
        bottom: 0px;
    }
    100% {
        bottom: 0px;
    }
}
@-webkit-keyframes bor-bottom {
    0% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
@keyframes bor-bottom {
    0% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}
@-webkit-keyframes bor-left {
    0% {
        top: 100%;
    }
    75% {
        top: 100%;
    }
    100% {
        top: 0px;
    }
}
@keyframes bor-left {
    0% {
        top: 100%;
    }
    75% {
        top: 100%;
    }
    100% {
        top: 0px;
    }
}
@-webkit-keyframes bor-top-out {
    0% {
        right: 0px;
    }
    75% {
        right: 0px;
    }
    100% {
        right: 100%;
    }
}
@keyframes bor-top-out {
    0% {
        right: 0px;
    }
    75% {
        right: 0px;
    }
    100% {
        right: 100%;
    }
}
@-webkit-keyframes bor-right-out {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 0px;
    }
    75% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
@keyframes bor-right-out {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 0px;
    }
    75% {
        bottom: 100%;
    }
    100% {
        bottom: 100%;
    }
}
@-webkit-keyframes bor-bottom-out {
    0% {
        left: 0;
    }
    25% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
@keyframes bor-bottom-out {
    0% {
        left: 0;
    }
    25% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes bor-left-out {
    0% {
        top: 0px;
    }
    25% {
        top: 100%;
    }
    10% {
        top: 100%;
    }
}
@keyframes bor-left-out {
    0% {
        top: 0px;
    }
    25% {
        top: 100%;
    }
    10% {
        top: 100%;
    }
}
/*----------------
/* 19. Footer style
-----------------*/
.footer-site {
    padding-bottom: 0;
    padding-top: 0;
}
.footer-site h5.section-nav-title {
    background: transparent none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 45px;
    padding: 0;
}
.footer-site .footer-top-grid ul.menu li a {
    display: block;
    /* font-family: "Poppins", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 4px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-site .footer-top-grid ul.menu li a:before {
    content: "\eb27";
    font-family: icofont;
    margin-right: 5px;
}
.footer-site .footer-top-grid ul.menu li a:hover {
    margin-left: 5px;
}
.footer-add-info {
    margin-bottom: 25px;
    padding-left: 30px;
}
.footer-add-icon {
    display: inline-block;
    float: left;
    font-size: 23px;
    line-height: 3px;
    margin-right: 0;
    margin-top: -2px;
}
.footer-logo &gt; img {
    margin-bottom: 25px;
    margin-top: 4px;
}
.footer-site .widget li {
    border: 0 none;
    margin-bottom: 8px;
    padding: 0;
}
.rovast-instagram-widget .item {
    float: left;
    margin-right: 6px;
    width: 30%;
    position: relative;
}
.rovast-instagram-wrapper.columns-3,
.ts-instagram-wrapper.columns-3 {
    margin-left: 0;
    margin-right: 0;
}
.rovast-instagram-widget .item &gt; a {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.rovast-instagram-widget .item &gt; a:after {
    content: "î؛¶";
    font-family: icofont;
    left: 42%;
    position: absolute;
    top: 39%;
    z-index: 99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.rovast-instagram-widget .item:hover &gt; a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.rovast-instagram-widget .item:after {
    /* background: rgba(18, 147, 212, 0.85) none repeat scroll 0 0; */
	background: rgba(239, 64, 35, 0.85) none repeat scroll 0 0;
    content: "";
    height: 93%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.rovast-instagram-widget .item:hover:after {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    visibility: visible;
}
.copyright-footer-bg .container.content.clearfix {
    padding: 0;
}
.copyright .site-text {
    margin: 0;
}
.footer-icon li {
    display: inline-block;
}
.footer-icon li a {
  color: #fefefe;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0 8px;
}
.footer-icon ul li a {
  height: 100%;
  line-height: 26px;
  width: 100%;
}
.rovast-mailchimp input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
}
.rovast-mailchimp span {
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/*------------------
/* 20. Contact page
/*-----------------*/
.contact-info i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #EF4023;
    border-radius: 0 20px;
    color: #333333;
    display: block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 70px;
    margin-bottom: 15px;
}
.contact-info i:hover {
    background-color: #EF4023;
    color: #fff;
}
.contact-info .media-body .excerpt p {
    margin-bottom: 0;
}
.rovast-contact .content {
    padding-left: 0;
    padding-top: 0;
}
.rovast-contact .copy p {
    margin-bottom: 0;
}
.rovast-contact textarea {
    height: 137px;
}
.rovast-contact input.wpcf7-form-control {
    height: 34px;
}
.rovast-contact .wpcf7-form p {
    margin-bottom: 20px;
}
.wpcf7-form p:last-child {
    margin-bottom: 0;
    font-size: 100px;
}
.rovast-contact input[type=submit] {
    background: #EF4023 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
}
.rovast-contact input[type=submit]:hover {
    background: #ffffff;
    color: #EF4023;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
div.wpcf7 .ajax-loader {
    margin: 6px 0 0 5px;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(assets/preset-images/preload-circle-dark.png);
    -webkit-animation: cf7Loader 2s steps(18) infinite;
    animation: cf7Loader 2s steps(18) infinite;
}
@-webkit-keyframes cf7Loader {
    from {
        background-position: 0px;
    }
    to {
        background-position: -576px;
    }
}
@keyframes cf7Loader {
    from {
        background-position: 0px;
    }
    to {
        background-position: -576px;
    }
}
/*------------------
/* 21. About us page
/*-----------------*/
.about-section .button {
    background: #EF4023 none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    font-weight: normal;
    margin-bottom: 4px;
}
.about-section .button:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
            transform-origin: 0 50% 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: -1;
}
.about-section .button:hover,
.about-section .button:focus {
    color: #EF4023;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    background-color: #EF4023;
}
.about-section .button:hover:after,
.about-section .button:focus:after,
.about-section .button:active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.about-section .media-body .heading,
.video-section .media-body .heading {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    line-height: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.about-section .media-body .heading a {
    color: #333333;
}
.about-section .media-body .heading:after {
    background: #dbd9da none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    width: 82px;
}
.about-section .media-body .heading:before {
    background: #EF4023 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 100%;
    width: 30px;
    z-index: 9;
}
.video-section .excerpt p {
    margin-bottom: 0;
}
.video-section {
    position: relative;
    background-size: cover;
}
.video-section:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.video-section .media-body .heading {
    padding-bottom: 0;
}
.video-section .media-body .heading,
.video-section .media-body .excerpt,
.video-section .media-body .excerpt p {
    color: #ffffff;
}
.video-section .first.column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.circle-skill {
    position: relative;
    background-size: cover;
}
.circle-skill:before {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.circle-skill {} .text_content {} .text_content p {
    color: #ffffff;
}
.circle-skill .excerpt,
.circle-skill .excerpt p {
    color: #ffffff;
}
.progress-h4 {
    margin: 10px 0;
    color: #ffffff;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.ht_team {
    padding: 0 0 20px;
}
.ht_thumb {
    position: relative;
    line-height: 0;
}
.ht_thumb:before {
    background-color: #EF4023;
    content: "";
    left: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: scaleY(1) scaleX(0);
            transform: scaleY(1) scaleX(0);
}
.ht_team:hover .ht_thumb:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
}
.team-style-1 .ht_team {
    padding-bottom: 0;
}
.ht_thumb &gt; img {
    width: 100%;
    z-index: -1;
}
.ht_hover_content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.ht_team_social {
    margin-bottom: 10px;
    margin-top: 15px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.ht_team_social a {
    color: #ffffff;
    display: inline-block;
    height: 20px;
    line-height: 22px;
    text-align: center;
    width: 20px;
}
.ht_team_social a:hover {
    color: #343434;
}
.ht_team_social a + a {
    margin-left: 5px;
}
.ht_team_name {
    line-height: 21px;
    padding: 20px 0;
    text-align: center;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.ht_team_name h3 {
    margin: 0 0 6px;
    color: #ffffff;
}
.ht_team:hover .ht_team_name,
.ht_team:hover .ht_team_social {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ht_team.thumbnail-body.t2 {
    padding-bottom: 0;
}
.ht_team.thumbnail-body {
    margin-bottom: 23px;
}
.column-flush .ht_team.thumbnail-body. {
    margin-bottom: 0px;
}
.team-style-4 [class*="span-"] {
    width: 100%;
}
.team-style-2 .ht_team_social {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.team-style-2 .ht_team,
.team-style-4 .ht_team {
    padding: 0 0 0px;
}
.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    padding: 0px 10px 0;
}
.team-style-2 .ht_team_name h3,
.team-style-4 .ht_team_name h3 {
    margin: 0px 0 6px;
    color: #333333;
    /* font-family: "Montserrat", sans-serif; */
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.team-style-2 .degi,
.team-style-4 .degi {
    margin-bottom: 0px;
    display: block;
    color: #424242;
    display: inline-block;
    text-transform: capitalize;
}
.team-style-2 .ht_team_name,
.team-style-4 .ht_team_name {
    padding: 20px 0;
    border-top: 0;
    border-width: medium 1px 2.5px;
    border-style: none solid solid;
    border-color: #dcd9d9;
    -o-border-image: none;
       border-image: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ht_team:hover .ht_team_name {
    border-bottom-color: #EF4023;
}
.team-area .thumbnail-body p {
    color: #ffffff;
    margin: 10px 0 0;
    padding: 0 20px;
}
.team-style-3 .ht_team:hover .ht_thumb:before {
    -webkit-transform: skewX(25deg);
            transform: skewX(25deg);
}
/*--------------------
/*	22. fun fact style
/*-------------------*/
.fun-factor-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 110px 0 110px;
    position: relative;
    z-index: 1;
}
.fun-factor-area:after {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.fun-factor-icon {
    color: #ffffff;
    font-size: 60px;
}
.single-fun-factor &gt; h2 {
    line-height: 100%;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
}
.fun-text p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    /* font-family: "Montserrat"; */
	font-family: 'Open Sans', sans-serif;
    margin: 20px 0 34px;
    padding-bottom: 15px;
    position: relative;
}
.fun-text p:after {
    background: #fff none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
}
.small .fun-text p {
    font-size: 20px;
}
.medium .fun-text p {
    font-size: 30px;
}
.large .fun-text p {
    font-size: 50px;
}
.small .single-fun-factor h2 {
    font-size: 20px;
}
.medium .single-fun-factor h2 {
    font-size: 30px;
}
.large .single-fun-factor h2 {
    font-size: 50px;
}
.small .fun-factor-icon {
    font-size: 40px;
}
.medium .fun-factor-icon {
    font-size: 60px;
}
.large .fun-factor-icon {
    font-size: 80px;
}
.call_us_btn:before {
    content: "";
    background: none;
}
.call_us_btn a.button-primary {
    float: right;
    margin-top: -8px;
}
.call_us_btn .media-body .heading {
    max-width: 700px;
}
.call_us_btn .media-body .excerpt {
    max-width: 700px;
    float: left;
    margin-bottom: 0;
}
.call_us_btn .transparent.effect-sweep:after {
    background: #ffffff;
    z-index: -1;
}
.call_us_btn a.button-primary:hover {
    color: #EF4023;
    border-color: #ffffff;
}
.call_us_btn a.button-primary:focus {
    color: #ffffff;
    border-color: #ffffff;
}
/*-----------------
* 23. scroll to top
------------------*/
/* #scrollUp {
    background: #333333 none repeat scroll 0 0;
    bottom: 30px;
    color: #ffffff;
    height: 40px;
    right: 30px;
    text-align: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 40px;
}
#scrollUp i {
    font-size: 16px;
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#scrollUp:hover {
    background: #EF4023 none repeat scroll 0 0;
}
*/
/*----------------------------
*	24. Rovast responsive view
-----------------------------*/
/*---------------------
*	24.1 desktop :992px
----------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content {
        padding-left: 40px;
    }
    .hs-item .hs-content h2 {
        font-size: 50px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 97%;
    }
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 4 - 20px)
    }
    .medium .fun-text p {
        font-size: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1169px) {
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .widget .section-nav-title {
        font-size: 14px;
    }
}
/*---------------------
*	24.2 desktop :768px
-----------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .hs-item .hs-content {
        text-align: center;
    }
    .hs-item .hs-content p {
        font-size: 14px;
    }
    .hs-item .hs-content h2 {
        font-size: 40px;
    }
    .header-site,
    .header-site.header-sticky {
        padding: 15px 0;
    }
    .brand-carousel .owl-item:nth-child(3) {
        border-right-width: 1px !important;
    }
    #layers-widget-rovast_call_to_action-3 {
        background-size: cover;
    }
    .hs-item .hs-content {
        margin-top: 180px;
    }
    .footer-site .grid .column:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-site h5.section-nav-title {
        margin-bottom: 20px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 97%;
    }
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 4 - 20px)
    }
    .copyright .grid .column {
        margin-bottom: 0px !important;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .column.pull-right.sidebar {
        margin-top: 0px;
    }
    .column.pull-left.sidebar {
        margin-bottom: 0px;
    }
    .column.pull-right.sidebar aside:last-child {
        margin-bottom: 0;
    }
    .section-title.small .heading.comment-title {
        font-size: 20px;
        padding-top: 25px;
    }
    .push-top-large .children {
        margin-left: 25px;
    }
    .call_us_btn .media-body .excerpt {
        max-width: 100%;
    }
    .call_us_btn a.button-primary {
        float: none !important;
        margin-top: 0 !important;
    }
    .medium .fun-text p {
        font-size: 22px;
    }
    .breadcrumb-area {
        padding-bottom: 80px !important;
        padding-top: 80px !important;
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .widget .section-nav-title {
        font-size: 13px;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"] {
        width: calc(100% / 12 * 6 - 20px);
    }
}
/*--------------------------
*	24.3 Small mobile :768px
--------------------------*/

@media (max-width: 768px) {
    .header-secondary .pull-left {
        float: left;
    }
    .header-secondary .pull-right {
        float: right;
    }
    .widget .section-nav-title {
        font-size: 18px;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
}
/*--------------------------
*	24.4 Small mobile :320px
---------------------------*/
@media (max-width: 767px) {
    html.js {
        margin-top: 0px!important;
    }
    html .logged-in {
        margin-top: 0px!important;
    }
    .hidden-xs {
        display: none !important
    }
    /* Header */
    .off-canvas-right.open {
        padding-top: 20px;
    }
    .close-canvas {
        margin-top: 0px;
    }
    .logged-in .wrapper-site {
        margin-top: 45px;
    }
    .logged-in .off-canvas-right.open {
        padding-top: 50px;
    }
    .logged-in .off-canvas-right.open .close-canvas {
        margin-right: 10px;
        margin-top: 10px;
    }
    .header-site,
    .header-site.header-sticky {
        padding: 10px 0;
    }
    .slick-arrow.slider_nev_left {
        left: 0px;
    }
    .slick-arrow.slider_nev_right {
        right: 0px;
    }
    .hs-item .hs-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .hs-item .hs-content {
        text-align: center;
    }
    .hs-item .hs-content h2 {
        font-size: 24px;
    }
    .section-title .heading {
        font-size: 25px;
        line-height: 32px;
    }
    #layers-widget-rovast_call_to_action-3 {
        background-size: cover;
    }
    .rovast_call_to_action_area:before {
        background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%) repeat scroll 0 0;
        background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%) repeat scroll 0 0;
    }
    .call_us_btn:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        content: "";
    }
    .filter_menu li {
        padding: 0 9px;
    }
    .testi-thumbnail.column.span-12 {
        max-width: 96%;
    }
    .speech-text {
        padding: 15px;
    }
    .rovast-pricing-area .grid .column:not(:last-child) {
        margin-bottom: 25px;
    }
    .post-info-left {
        padding-left: 80px;
        width: 54%;
    }
    .post-info-left &gt; span.post-author {
        top: -2px;
    }
    .post-like {
        margin-right: 10px;
    }
    .brand-carousel .owl-item {
        border-right-width: 1px;
    }
    .footer-site h5.section-nav-title {
        margin-bottom: 20px;
    }
    .footer-site .grid .column:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-site .copyright-footer-bg .grid &gt; .column:nth-child(2) {
        margin-bottom: 0;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .copytest p,
    .center-logo,
    .social-foo-flex-center {
        text-align: center;
    }
    .hs-item .hs-content h2 {
        line-height: 1.2;
    }
    .rovast_call_to_action_area .span-6.first {
        margin-bottom: 50px;
    }
    .call_us_btn a.button-primary {
        float: none;
        margin-top: 0px;
    }
    .fun-factor-area [class*="span-"]:not(:last-child) {
        margin-bottom: 35px;
    }
    .medium .fun-text p {
        font-size: 25px;
    }
    .fun-text p {
        margin: 10px 0 30px;
    }
    .rovast_call_to_action_area [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .breadcrumb-list {
        text-align: center;
    }
    .breadcrumb-area {
        padding-bottom: 70px !important;
        padding-top: 70px !important;
    }
    .contact-info .grid [class*="column"]:not(:last-child) {
        margin-bottom: 25px;
    }
    .rovast-contact {
        padding-top: 80px;
    }
    .rovast-contact .container [class*="column"] {
        margin-bottom: 50px;
    }
    .about-section .grid [class*="column"]:not(:last-child),
    .video-section .grid [class*="column"]:not(:last-child),
    .circle-skill .grid [class*="column"]:not(:last-child) {
        margin-bottom: 50px;
    }
    .team-area .grid [class*="column"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .breadcrumb-title h1 {
        text-align: center;
    }
    .not-found-title h1 {
        font-size: 154px;
        line-height: 125px;
    }
    .content-main .pull-right.sidebar {
        margin-top: 50px;
    }
    .content-main .pull-left.sidebar {
        margin-bottom: 50px;
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .page-template .pull-right.sidebar {
        margin-top: 50px;
    }
    .social-links {
        float: left;
        padding-top: 15px;
    }
    .replay-edit.pull-right {
        position: absolute;
        right: 0;
    }
    .retated-portfolio-title {
        margin-top: 50px;
    }
    .single-portfolio-page .grid.related_portfolio [class*="span-"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .header-secondary {
        text-align: center;
        display: block;
    }
    #menu-top-menu li {
        float: none;
        margin-bottom: 5px;
    }
    .header-secondary .pull-left {
        float: none;
        margin-bottom: 10px;
    }
    .header-secondary .pull-right {
        float: none;
    }
}
/*--------------------------
*	24.5 Large Mobile :480px
---------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-carousel [class*="span-"] {
        width: 100%;
    }
}
/*--------------------------
*	24.6 Large Mobile :600px
---------------------------*/
@media only screen and (min-width: 481px) and (max-width: 640px) {
    .rovast-pricing-area [class*="column"],
    .portfolio-area [class*="column"],
    .service-area [class*="column"] {
        width: calc(100% / 12 * 12 - 20px)
    }
    .features-area [class*="column"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .service-title.heading {
        font-size: 16px;
    }
    .info-box-top {
        margin-bottom: 8px;
    }
    .brand-carousel .owl-item {
        border-right-width: 0px;
    }
    .rovast-contact .container [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .column.sidebar .widget {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .header-secondary {
        text-align: center;
    }
    .header-secondary .pull-left {
        float: none;
        margin-bottom: 10px;
    }
    .header-secondary .pull-right {
        float: none;
    }
}
/*------------------------
*	24.7 Horizontal :640px
-------------------------*/

@media (width: 640px) {
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}
/*--------------------------
*	24.8 Large Mobile :720px
---------------------------*/

@media only screen and (min-width: 641px) and (max-width: 720px) {
    .rovast-pricing-area [class*="column"],
    .portfolio-area [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .features-area [class*="column"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .info-box-top {
        margin-bottom: 8px;
    }
    .brand-carousel .owl-item {
        border-right-width: 0px;
    }
    .rovast-contact .container [class*="column"] {
        margin-bottom: 0px;
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .column.sidebar .widget {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% / 12 * 12 - 20px);
                flex: 0 0 calc(100% / 12 * 12 - 20px);
    }
    .column .widget.widget_calendar {
        overflow: auto;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
        ;
    }
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}
/*--------------------------
*	24.9 Large Mobile :840px
----------------------------*/

@media only screen and (min-width: 769px) and (max-width: 840px) {
    .header-site,
    .header-site.header-sticky {
        padding: 0;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .medium .fun-text p {
        font-size: 20px;
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
}
/*------------------------------------
*	24.10 Large Mobile :721px to 767px
-------------------------------------*/

@media only screen and (min-width: 721px) and (max-width: 767px) {
    .rovast-pricing-area [class*="column"] {
        width: calc(100% / 12 * 12 - 20px)
    }
    .features-area [class*="column"],
    .portfolio-area [class*="column"],
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px)
    }
    .hs-item .hs-content h2 {
        font-size: 35px;
    }
    .header-secondary .pull-left {
        float: left;
    }
    .header-secondary .pull-right {
        float: right;
    }
    .brand-carousel .owl-item {
        border-right-width: 1px;
    }
    .footer-site [class*="span-"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .rovast-instagram-widget .item {
        width: 19%;
    }
    .copyright .column:nth-child(1),
    .copyright .column:nth-child(2) {
        width: calc(100% / 12 * 6 - 20px);
    }
    .copyright .column:nth-child() {
        width: calc(100% / 12 * 12 - 20px);
    }
    .copyright .grid .column {
        margin-bottom: 0 !important;
    }
    .rovast-contact .container [class*="column"] {
        margin-bottom: 0px;
    }
    .circle-skill .grid [class*="column"]:last-child,
    .circle-skill .grid [class*="column"]:nth-child(3),
    .team-area .grid [class*="column"]:last-child,
    .team-area .grid [class*="column"]:nth-child(3) {
        margin-bottom: 0px;
    }
    .ht_team.thumbnail-body {
        margin-bottom: 0px;
    }
    .about-section .grid [class*="column"],
    .video-section .grid [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .blog .home-blog [class*="span-"] {
        width: calc(100% / 12 * 6 - 20px);
    }
    .related-tag.pull-left {
        float: left;
    }
    .social-links {
        float: right;
        padding-top: 0;
    }
    .single-portfolio-page .single-portfolio-content [class*="column"],
    .single-portfolio-page .grid.related_portfolio [class*="column"] {
        width: calc(100% / 12 * 12 - 20px);
    }
    .header-secondary {
        text-align: center;
    }
    .header-secondary .pull-left {
        float: left;
        margin-bottom: 0px;
    }
    .header-secondary .pull-right {
        float: right;
    }
    #menu-top-menu li {
        float: left;
        margin-bottom: 0;
    }
}


#layers-widget-rovast-portfolios-2 .ht-portfolio-content2 &gt; h2 a {
    color: #333333!important;
    font-size: 14px;
}

#layers-widget-rovast-portfolios-2 .ht-portfolio-content2 &gt; h2 a:hover {
    color: #EF4023!important;
    font-size: 14px;
}


#layers-widget-rovast-portfolios-2 .category-name {
    color: #333333!important;
    font-size: 14px;
}

#layers-widget-rovast-portfolios-2 .ht-portfolio:hover .ht-portfolio-content2 {
    border-bottom-color: #EF4023!important;
}

#layers-widget-ht_sliders-2 .thumbnail-body a.button:hover {
    color: #ffffff;
    border-color: #EF4023!important;
}

.brand-carousel .owl-item {
    border-style: solid;
    border-color: #dcd9d9;
    border-width: 1px;
    border-right-width: 0px;
}

/* .brand-carousel .owl-item:hover {
    border-style: solid;
    border-color: #EF4023!important;
    border-width: 1px;
    border-right-width: 0px;
} */
.attachment-rovast_single_portfolio_image.size-rovast_single_portfolio_image {
  width: 100%;
}

.site-logo-link img, .custom-logo-link img, .mark img {

    max-height: 50px!important;
}

.ht-portfolio-content2 {
  text-align: center;
}

.ht-portfolio-thumb &gt; a {
  position: relative;
  z-index: 9;
}
.home-blog{padding-top:110px;}

/* MY CUSTOM FONTS */

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
}

.header-site .nav.nav-horizontal &gt; ul &gt; li &gt; a {
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

/* FEW OTHER MODIFICATIONS */

#layers-widget-rovast-portfolios-7 .ht-portfolio:hover .ht-portfolio-content2 {
    border-bottom-color: #EF4023!important;
}</pre></body></html>