:root{
	--primary-color: #d9534f;	
	--normal-color: #121212;
}
*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
body {
	font-family:'roboto' !important;
	font-size:14px;
	color:#121212;
	position:inherit;
	z-index:-1;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:'Roboto Slab',serif;
}
.bgr {
	background-color: #555;
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#acacac), to(#555));
	background: -webkit-radial-gradient(circle, #acacac, #555);
	background: -moz-radial-gradient(circle, #acacac, #555);
	background: -ms-radial-gradient(circle, #acacac, #555);
}
.mb-0{
	margin-bottom:0 !important;
}
.header{
	box-shadow:0 0 8px rgba(0, 0, 0, 0.15);
}
.menu-header * a:hover,#menu-header * a:active {
	text-decoration:none;
}
.menu-header {
	position: relative;
	z-index: 0;
	background-color: #555;
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#acacac), to(#555));
	background: -webkit-radial-gradient(circle, #acacac, #555);
	background: -moz-radial-gradient(circle, #acacac, #555);
	background: -ms-radial-gradient(circle, #acacac, #555);
	/*height:35px;*/
	box-shadow: 1px 1px 1px #555;
	color: #fff;
	font-size: 0.9em;
	padding:5px 0;
}
.menu-header a {
	color:#fff;
	font-size:0.9em;
}
.menu-header .phone-no {
	height: 14px;
	margin-top: 10px;
	line-height: 16px;
	z-index:10000;
}
.menu-header .phone-no a {
	border-left: 1px solid #e6e6e6;
	margin-left: 10px;
	padding-left: 10px;
}
.menu-header .img-w {
	margin-left: 20px;
	float: right;
	margin-top: 8px;
}
.menu-header .img-w img {
	width:23px;
	margin-right:6px;
}


.top-bar {
	float:left;
	margin:8px;
	margin-left:100px;
	color:#000;
}

.phone-no a {
	color:#fff;
}
.phone-no a:hover {
	color:#d9534f;
	text-decoration:none;
}
.nav li a.img-w {
	background-color:transparent;
	color:#000;
}
.nav li a.img-w:hover {
	background-color:transparent;
	color:#d9534f;
}

/*top-bar*/
#nav-nemu{
	float:right;
	font-weight: 600;
}
#nav-nemu .menu1 {
	padding-right:0px;
}
.nav-h2 {
	margin-top:0px;padding:0px 10px;
}
.nav-h2 a:hover{
	text-decoration:none;
}
.nav-h2 a {
	text-decoration:none;
}
.nav-h2 a span {
	color:#f39d12;
}
#style-navbar  {
	background:#FFF url(/Content/Img/bg-ui-gradient.png) left top repeat-x;
	padding:0px;
}
#scroller-nav{
	margin-bottom:0;
} 
.banner {
	background: url(/Content/Img/banner-abstract.png);
	position:relative;
}
.banner .content:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	
}
.content img {
	width: 100%;
	max-height: 600px;
}


.bar-menu-header {
	position: fixed;
	z-index: 99;
	top:-3px;
	width:100%;
	padding: 0px;
	height: auto;
	line-height: 80px;
	background:#FFF url(/Content/Img/bg-ui-gradient.png) left top repeat-x;
	border: 1px solid rgba(221, 221, 221, 0.66);

}

/*menu*/
.dropdown .drop {
	top:97%;
	border:none;
	padding:0px;
	border-radius:0px;
}
.about-drop .dropdown-menu > li > a {
	padding: 10px 20px;
}
.about-drop .dropdown-menu > li > a:hover {
	background: #d9534f;
	color: #fff;
}
#nav-nemu .dropdown:hover .dropdown-menu {
	display:block;
}
.menu-header * a:hover, #menu-header * a:active {
	color: #d9534f;
	text-decoration: none;
}
ul li a.menu {
	background-color: transparent;
	padding: 0px 10px;
	line-height: 80px;
	color: #555;
	text-transform: uppercase;
}
ul li a.menu:hover,ul li a.menu:active,ul li a.menu:focus {
	background-color: transparent; 
	outline:none;
}
/*#nav-nemu.sub-menu li {
color: #555;
}*/
.sub-menu li :hover {
	/*border-bottom: 5px solid #f39d12;*/
	color: #d9534f;
	border-radius: 0px;
}
.navbar-default .navbar-toggle {
	margin-top: -45px;
}
.one_half .btn-ogre {
	border-radius:0px;
	background: #d9534f;
	border-color:#d9534f;
}
.main__menu{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.img-logo{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	max-width:200px;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.active .slider-text {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	display: block;
}
@-webkit-keyframes fadeInUp {
	from {
		bottom: 0px;
		opacity:0;
	}

	to {
		bottom: 200px;
		opacity:1;
	}
}

@keyframes fadeInUp {
	from {
		bottom: 0px;
		opacity:0;
	}

	to {
		bottom: 200px;
		opacity:1;
	}
}
.slider-text {
	display: none;
	animation-delay: 2.1s, 480ms;
	text-align: center;
	/*background-color: rgba(93,92,92,0.75);
	border: 1px solid rgba(93,92,92,0.75);*/
	position: absolute;
	left: 50%;
	bottom:0%;
	transform: translate(-50%,50%);
	margin: auto;
	max-width: 830px;
	width:80%;
	height: auto;
	padding: 20px;
	text-align: center !important;
	text-shadow: none;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.carousel-logo .img-responsive {
	max-width: 120px;
	margin: 0 auto;

	margin-top: -100px;
}

.br {
	margin-top: 25px;
}
.slider-caption.slider-caption-2 {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	letter-spacing: 1px;
}
.slider-caption-sub-2 {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.banner-slider .slider-item .slider-text .awe-btn {
	margin-top: 30px;
}

.awe-btn.awe-btn-slider {
	font-size: 14px;
	padding: 6px 30px;
	-webkit-transition: none;
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.awe-btn.awe-btn-slider:hover {
	background-color: #d9534f;
	border-color: #d9534f;
	color: #fff;
	text-decoration: none;
}

.awe-btn.awe-btn-slider {
	border-radius: 5px;
	color: #fff;
	background: rgba(37, 86, 133, 0.75);
	width: auto;
	margin: 15px 0;
}
.btn{
	padding:10px 15px;
	font-size:16px;
	font-weight:600;
}
.featured-button.btn{
	background-color: #e6af4b;
    color: #fff;
    border: 1px solid #e6af4b;
}
.btn-primary{
	    color: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: none;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    border-radius: 50px;
}
/*img-shapes*/
.section-heading{
	margin-bottom:30px;
}
.section-heading .title {
	text-align:center;
	margin-bottom:10px;
}
.section-heading .decoration {
    line-height: 0em;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-heading .decoration .decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 1px solid #333333;
    width: 100%;
    max-width: 10%;
}
.section-heading .heading-sub{
	text-align: center;
    line-height: 1.4em;
    margin-top: 25px;
	margin-bottom:0;
}
.process .section-heading .decoration .decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 1px solid #eeeeee;
    width: 100%;
    max-width: 80%;
}
footer {
	font-size: 13px;
	background:#fff;

}
.widget .widgettitle a {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}
.widget .widgettitle a:hover, .widget .widgettitle a:active {
	color:#d9534f;
	text-decoration:none;
}
.widget ul li {
	color: #000;
	display: inline-block;
	position:relative;
}
.widget ul li a {
	color: #000;
	line-height: 27px;
	font-size: 15px;
	font-family: 'Roboto';
	margin-left: 5px;
	padding-right: 10px;
}
.widget ul li a:hover, .widget ul li a:active {
	color:#d9534f;
	text-decoration:none;
}
.footer{
	padding:30px 0;
	padding-bottom:0;
}
.footer-logo {
	margin-bottom:20px;
}
.footer-logo img {
    width: 100%;
    max-width: 255px;
}
.footer .footer-head{
	font-weight: 600;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 17px;
}
.footer .footer-head:after{
	position: absolute;
    content: '\25CF\25CF\25CF\25CF\25CF\25CF\25CF';
    width: 100px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0px;
    font-size: 8px;
    letter-spacing: 6px;
    color: #444;
}
.footer .footer-head a{
	color: #000;
    text-transform: uppercase;
    font-size: 18px;
}
.footer .ft-info ul{
	list-style:none;
	padding:0;
}
.footer a,
.footer ul li{
	color: #000;
    line-height: 27px;
    font-size: 15px;
    font-family: 'Roboto';
}
.product_list_widget li {
	color:#000;
}
.product_list_widget li span {
	color:#000;
}
.widget p {
	color:#000;
	padding-left: 0px;
}
.widget p a {
	color:#000;
}
.widget p a:hover, .widget p a:active {
	color:#d9534f;
	text-decoration:none;
}

.copyright {
	background-color: #555;
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#acacac), to(#555));
	background: -webkit-radial-gradient(circle, #acacac, #555);
	background: -moz-radial-gradient(circle, #acacac, #555);
	background: -ms-radial-gradient(circle, #acacac, #555);
	color: #6a6a6a;
}
.copyright p {
	color:  rgba(255, 255, 255, 0.78);
	line-height: 10px;
	display: block;
	padding-top: 10px;

}

/*footer*/
.ft-bt {
	padding-bottom:10px;
}
footer a{  
	color: #000;

}
footer a:hover, footer a:active {
	color:#d9534f;
	text-decoration:none;
}
#widget  {
	margin-top:15px;
}
#widget  p{
	color: #000;
}
#ft-menu{
	padding-left:12px;list-style-type: none;
}

.widget div a .ia {
	width: 35px;
	padding: 5px;
}
.product_list_widget img {
	width:50px;
}
#col2 .widget {
	margin: 0 auto;
	display: table;
}
.d-flex-prj{
	display: flex;
	flex-wrap: wrap;
}
.ft-info {
	margin-bottom: 40px;
}


/* for 700px or less */
@media screen and (max-width: 500px) {
	.col.mg-border {
		width: 100%;
	}

	section h4.text-center {
		padding: 0 !important;
	}
	#style-navbar #scr-bar h2 {
		/*font-size: 25px;
		width: 200px;*/
		margin-bottom: -35px;
	}
	.col-xs-6 {
		width: 100% !important;
	}

	h2 {
		font-size: 22px;
	}

	#srcoller .phone-no a {
		display: none;
	}

	#icon-language a span {
		display: none;
	}

	#sub-menu #scroller-nav #bs-example-navbar-collapse-1 ul li {
		width: 100%;
		text-align: center;
		border-top: 1px solid #ddd;
	}

	#slider #slidernivo #myCarousel .carousel-inner .item .one_half {
		display: none;
	}

	#slider .slider-text{
		display: none;
	}

	img.shadow {
		display: none;
	}

	#slider-latest #owl-demo1 .disabled {
		display: none !important;
	}

	.navbar-default .navbar-toggle {
		margin-top: -40px !important;
		margin-right: -10px;
	}



	.owl-theme .owl-dots .owl-dot {
		display: block !important;
		float: left;
	}

	.owl-theme .owl-dots {
		margin: auto;
		vertical-align: middle;
		text-align: center !important;
		display: table;
	}

	#slider-latest #owl-demo .disabled {
		display: none !important;
	}

	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		display: none!important;
	}



	footer .container #col2 {
		display: none;
	}

	footer .container #col3 {
		display: none;
	}

	footer .copyright {
		display: block;
	}

	footer .copyright a {
		display: none;
	}

	footer .copyright p{
		line-height: 20px !important;
	}



}

/* for 480px or less */
@media screen and (max-width: 1100px) {
	.col.mg-border {
		width: 33%;
	}

	section h4.text-center {
		padding: 0 !important;
		line-height:1.5em;
	}
	.shape-mr {
		margin-top: 250px;
	}
	.bgr-3 .mr-owl {
		position: absolute !important;
		margin-top: 150px !important;
	}
	.mr-owl .owl-item img {
		width:97% !important;
	}
	h2 {
		font-size:25px;
	}
	#style-navbar #scr-bar h2 {
		font-size: 25px;
		width: 200px;
		margin-left: -10px;
	}
	#sub-menu #scroller-nav #bs-example-navbar-collapse-1 ul {

		width: 545px;
		font-size: 12px;

	}
	#slider-latest #owl-demo1 .disabled {
		margin-top: -340px !important;
	}
	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		margin-top: -180px !important;
	}
	#slider #slidernivo #myCarousel .carousel-inner .item .one_half {
		display:none;
	}
	#slider #slidernivo #myCarousel .carousel-inner .item img {
		width:100vh;
		height:95%;
		margin:0 auto;
		padding-right: 60px;
		/* margin-top: 10px; */
	}
	.slider-caption.slider-caption-2{
		font-size:18px !important;
	}
	#scr-bar .img-logo {
		width: 80%;
		margin-top: 25px;
	}
	ul li a.menu{
		padding: 0px 3px;
		font-size:12px;
	}
	#icon-language {
		margin-top: -35px;
		height: 35px;
	}
}
@media only screen and (max-width: 767.98px) {
	.phone-hotline a span{
		display: none;
	}
	.col.mg-border {
		width:100%;
	}
	section h4.text-center {
		padding: 0 !important;
	}
	#scr-bar .img-logo {
		width: 75%;
	}
	.bgr-about{
		margin-bottom:20px;
	}
	figure.image{
		width:94px;
	} .bgr-3 {
		display: none;
	}
	#sub-menu #scroller-nav #bs-example-navbar-collapse-1 ul {
		width: auto;
		height: auto;
		margin-right: 0px;
	}
	#style-navbar #scr-bar h2 {

		margin-bottom: -35px;
	}
	#srcoller {
		height: 34px;
	}
	#icon-language {
		margin-top: -35px;
	}
	#style-navbar {
		height:auto;
	}
	#style-navbar #sub-menu {
		margin-top: -40px;
	}

	#slider #slidernivo #myCarousel .carousel-inner .item .one_half {
		display:none;
	}
	#slider #slidernivo #myCarousel .carousel-inner .item img {
		width:100vh;
		height:90%;
		margin:0 auto;
		padding-right: 60px;
		/* margin-top: 10px; */
	}

	.navbar-default .navbar-toggle {
		margin-top: 10px !important;
	}
	#slider-latest #owl-demo1 .disabled {
		margin-top: -340px !important;
	}
	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		margin-top: -170px !important;
	}

	.ft-info{
		margin-bottom: 0;
	}
	footer aside.widget{
		margin-top: 0 !important;
	}
}

.dropdown-menu.drop li a{
	line-height:25px;
}

//Phone Call
.phone-call1 {
	position: fixed !important;
	bottom: 15px;
	left: 15px;
}
.phone-call1 a{
	text-decoration: none;
}
.d-flex{
	display: flex;
	align-items: center;
}
.phone-img{
	position: relative;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	z-index:2;
	animation: skewIn 1s ease-in-out infinite;

}
.phone-img:hover{
	background : #fff;
}

.phone-img:hover + .phone::before{
	width: 100%;
	background : #0D73BC;
}
.phone-img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: transparent;
	border: 1px solid red;
	border-radius:50%;
	animation: scaleCricle 1.2s linear infinite;
}

.phone-img img{
	width: 100%;
	object-fit: cover;
}
.phone{
	padding: 8px 30px 8px 50px;
	box-shadow: 0 0 5px #ddd;
	margin-left: -30px;
	border-radius: 15px;
	border:1px solid #ddd;
}
.phone::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: .4s;
	z-index:-1;
	border-radius: 15px;
}

.phone span{
	color: red;
	font-size: 22px;
	font-weight: 600;
}

@keyframes skewIn{
	0%{
		transform: rotate(-15deg);
	}
	50%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(15deg);
	}
}
@keyframes scaleCricle{
	0%{
		transform: scale(1.15);
	}
	100%{
		transform: scale(1.45);
	}
}

.swiper-button-next, .swiper-button-prev{
	width:45px;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-radius:100%;
	box-shadow:0 2px 8px 0px rgba(0, 0, 0, .4);
}
.swiper-button-next:after, .swiper-button-prev:after{
	color:#d9534f;
	font-size:24px;
	font-weight:bold;
}

.features .item{
	position:relative;
	display:flex;
	flex-direction:column;
	text-align:center;
	margin-bottom:30px;
}
.features .item .icon-box{
	width:80px;
	height:80px;
	font-size:80px;
	text-decoration: none;
	margin: auto;
	margin-bottom:10px;
}
.features .item .desc-box{
	margin:auto;
}

.panel-grow{
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 5% 5% 5% 5%;
	height:400px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.process{
	background-color:#8aacae;
	padding:70px 0;
}

.process .item{
	position:relative;
	display:flex;
	flex-direction:column;
	text-align:center;
	margin-bottom:30px;
}
.process .item .icon-box{
	width: 84px;
	height: 84px;
	font-size: 84px;
	text-decoration: none;
	margin: auto;
	margin-bottom:10px;
	background-color:#404040;
	border-radius:100%;
}
.process .item .icon-box .icon-box-image{
	text-decoration: none;
	color: #FFFFFF;
	width: 84px;
	height: 84px;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size:24px;
}

.reviews{
	padding:70px 0;
	background-color:#e5e5e5;
}
.reviews .item{
	position:relative;
}
.reviews .item .item-user{
	padding:10px;
}
.reviews .item .item-desc{
	background: #f0f0f0;
	color: #444444;
	padding: 10px 15px;
	border-radius:4px;
}

.button-primary{
	padding:10px 25px;
	border-radius:6px;
	background-color:var(--normal-color);
	color:#fff;
}
.button-primary:hover{
	background-color:var(--primary-color);
	color:#fff;
	text-decoration:none;
}

.main-slider .no-slider .slides{
	list-style:none;
}
.main-slider .no-slider .slides > li {
    float: left;
    padding: 1px;
    width: 25%;
}
.main-slider .no-slider .slides > li:first-child {
    width: 50%;
}
@media(max-width:767.98px){
	.main-slider .no-slider .slides > li:first-child{
		width:100%;
	}
	.main-slider .no-slider .slides > li{
		float: left;
        width: 50%;
	}
}
.main-slider .image-slider {
    background-position: center center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 600px;
    position: relative;
}
.main-slider .no-slider .image-slider {
    min-height: 220px;
    position: relative;
}
.main-slider .no-slider .slides > li:first-child .image-slider {
    min-height: 442px;
}
@media(max-width:767.98px){
	.main-slider .no-slider .slides > li:first-child .image-slider{
		min-height:380px;
	}
}
.slider-content {
    position: absolute;
    right: 15%;
    text-align: right;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 70%;
}
.main-slider .no-slider .slider-content {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #111);
    bottom: 0;
    max-width: 100%;
    right: 0;
    text-align: left;
    top: inherit;
    transform: none;
    width: 100%;
    z-index: 9;
}
.main-slider .no-slider .slider-text-content {
    padding: 40px 20px 10px;
}
.entry-meta, .entry-meta a {
    color: #949494;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 1.666;
}
.entry-meta span {
    color: #999;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.entry-meta span:last-child {
    margin-right: 0;
}
.main-slider .entry-meta, .main-slider .entry-meta a {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.main-slider .no-slider .slider-text, .main-slider .no-slider .cats-links {
    display: none;
}
.main-slider .no-slider .slides li:first-child .slider-text-content .cats-links {
    display: block;
}
.cats-links a {
    border-width:0 0 2px 0;
    border-style: solid;
    margin-right: 6px;
    font-style: normal;
    text-transform: uppercase;
    padding-bottom: 2px;
}
.post-list{
	display:flex;
	flex-wrap:wrap;
}
.entry-meta span {
    color: #999;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.entry-meta .author {
    display: none;
}
.entry-meta span:last-child {
    margin-right: 0;
}
.entry-title {
    font-size: 22px;
    margin-bottom: 15px;
}
.entry-title, .entry-title a {
    color: #222;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    color: #0C4C8A;
	text-decoration:none;
}
.entry-content .desc{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	line-clamp: 3;
	-webkit-box-orient:vertical;
}
.entry-content .more-link{
	margin-top:10px;
}
a.more-link {
    color: #0C4C8A;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-style: italic;
    margin-top: -10px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a.more-link:after {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 14px;
    font-style: normal;
    left: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: top;
}
a.more-link:hover {
    color: #333;
	text-decoration:none;
}
.main-slider .no-slider .slider-buttons {
    display: none;
}
.slider-text-content .cats-links a {
    border-width:0 0 2px 0;
    border-style: solid;
    margin-right: 6px;
    font-style: normal;
    text-transform: uppercase;
    padding-bottom: 2px;
    /* padding-right: 7px; */
}
.slider-content .slider-title, .slider-content .slider-title a {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 6px;
}
.main-slider .no-slider .slider-content .slider-title, .main-slider .no-slider .slider-content .slider-title a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.388;
}
.main-slider .no-slider .slides li:first-child .slider-content .slider-title, .main-slider .no-slider .slides li:first-child .slider-content .slider-title a {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.363;
}
.slider-content .slider-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
}
.main-slider .no-slider .slider-text, .main-slider .no-slider .cats-links {
    display: none;
}
.site-content{
	padding:60px 0 0;
}
.post-featured-image a {
    display: block;
}
.post-featured-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	aspect-ratio: 6 / 4;
}
.post-image-content figure{
	margin-bottom:5px;
}