/*
 Theme Name:   flash-child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     flash
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/* definition */
@font-face {
    font-family:' Meera';
    src: url('fonts/meera.eot?#iefix') format('embedded-opentype'),
         url('fonts/meera.woff2') format('woff2'),
         url('fonts/meera.woff') format('woff'),
         url('fonts/meera.ttf') format('truetype'),
         url('fonts/meera.svg#meera') format('svg');
    font-weight: normal;-webfont
    font-style: normal;

}

@font-face {
  font-family:"ML-NILA01";
  src: url("fonts/ML-NILA01.eot");
  src: url("fonts/ML-NILA01.woff2") format("woff2"),
       url("fonts/ML-NILA01.woff") format("woff"),
       url("fonts/ML-NILA01.ttf") format("truetype"),
       url("fonts/ML-NILA01.svg#ML-NILA01") format("svg"),
       url("fonts/ML-NILA01.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
	}

body {
	background: #fff!important;
}

body:lang(ml){
	color: #333;
	font-family:"ML-NILA01"!important;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

small {

	font-size: 75%;
}

small:Lang(ml) {

	font-size: 75%;
}

big {

	font-size: 125%;

}big:Lang(ml) {

	font-size: 125%;

}

h1 {
	font-size: 36px;
}

h1:Lang(ml) {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}
h2:Lang(ml) {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}
h3:Lang(ml) {
	font-size: 25px;
}

h4 {
	font-size: 20px;
	color: #c90024;
}
h4:Lang(ml) {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}
h5:lang(ml) {
	font-size: 20px;
	font-family:"ML-NILA01"!important;
}

h6 {
	font-size: 16px;
}
h6:lang(ml) {
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6:Lang(ml) {
	font-weight: 500;
}
/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/
.logo {

	float: left;
	padding: 0;
	background-image: url(images/fds-logonu2.png);
	display: block;
	background-repeat: no-repeat;
	line-height: 65px;
	margin: 0px 0px;
}
.logo:lang(ml){
	float: left;
	padding: 0;
	background-image: url(images/agrilogo_ml.png);
	display: block;
	background-repeat: no-repeat;
	height: 65px;
	line-height: 65px;
	margin: 0px 0px;
}
.logo .logo-image {
    float: left;
    padding: 5px 0;
}

.entry-content, .entry-summary {
    color: #181818;
}

.customClassForNavMenu{
	    background-color: #f7f0ea;

}
.transparent #site-navigation ul li a {
    color: #2e3d44;
    display: inline-block;
}
#site-navigation {
	float: right;
}
#site-navigation ul li {
	float: left;
	padding: 20px 7px 16px 7px;
	position: relative;
}

#site-navigation ul li:last-child {
	padding-right: 0;
	font-family:"ML-NILA01";
	font-size:23px;
	line-height:20px;
}
.transparent #site-navigation ul li:last-child:lang(ml) {
	font-family:Arial!important;
	font-size:14px;
	line-height:20px;
}
#site-navigation ul li:lang(ml):last-child {
	padding-right: 0;
	font-family: Arial!important;
	font-size:14px;
	line-height:20px;
}

#site-navigation ul li a {
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	text-transform:uppercase;
	color: #404a3d;
}
#site-navigation ul li a:lang(ml) {
	font-size: 20px;
	font-family:"ML-NILA01";
	font-weight:500;
	text-transform:none;
	color: #404a3d;

}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-ancestor > a {
	color: #e13833!important;
}

#site-navigation ul li:last-child:Lang(ml) {
	padding-right: 0;
	font-family:Arial;
	font-size:12px!important;
}



#site-navigation ul.sub-menu {
	background-color: #fff;
	min-width: 250px;
	padding: 0;
	position: absolute;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 8px solid #dddcdc;
	border-top: 4px solid #ec202c;
}

.menu ul li ul.children {
	background-color: #fff;
	min-width: 200px;
	padding: 0;
	position: absolute;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul li ul li {
	padding: 10px 10px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

#site-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#site-navigation ul.sub-menu li a {
	color: #454545;
	text-transform: none;
	font-weight: 500;
}

#site-navigation ul.sub-menu li:last-child {
	color: #454545;
	text-transform: none;
	font-weight: 500;
	font-family: inherit!important;
}
#site-navigation ul.sub-menu li:hover > a {
	color: #e49f37;
}
.header-bottom {
    background: #fff;
    height: 100px;
}
/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/

.section-title-wrapper {
	margin-bottom: 30px !important;
}

.section-title {
	color: #e49f37;
	font-weight: 700;
	text-align: left;
	text-transform:none;
	position: relative;
	margin-bottom: 20px;
}

.section-title:before {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 1%;
	margin-left: 0px;
	position: absolute;
	width: 200px;
}

.section-title:after {
	content: "";
	left: 1%;
	position: absolute;
	background: #e49f37 none repeat scroll 0 0;
	bottom: -6px;
	height: 2px;
	margin-left: -1px;
	width: 40px;
}

.section-description {
	text-align: left;
	color: #26272a;
	text-transform: none;
	line-height: 1em;
	letter-spacing: -.03em;
	font-weight: 600;
	font-size: 23px;
}

.header-top {
	background-color:transparent;
	border-bottom: 1px solid #f7f0ea;
	color: #878989;

}
.social-menu li a {
	background-color: transparent!important;
	border-radius: 100%;
	font-size: 14px;
	font-family: fontawesome;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #ffffff!important;
}

.transparent .social-menu li a {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	height: auto;
	width: auto;
}

.social-menu li a[href*="twitter.com"]:hover, .social-menu li a[href*="plus.google.com"]:hover, .social-menu li a[href*="linkedin.com"]:hover, .social-menu li a[href*="facebook.com"]:hover, .social-menu li a[href*="youtube.com"]:hover {
	color: #f2fbf8!important;
	background-color: transparent!important;
}

.transparent .header-bottom {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    background-color: rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent .header-bottom:lang(ml) {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    background-color: rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height:100px;
	line-height:35px;
}
.tg-container:lang(ml) {
    max-width: 1200px;
    margin: 0 auto;
}


@media (max-width: 480px) {
	.transparent .header-bottom {
		 background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	}
	
	.transparent .header-bottom:lang(ml) {
	background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);	
	}
	#fh-box{
		position:relative;
		margin-top:0px;
		box-shadow: 0px 15px 10px -15px #111;
		border-radius:15px;
	
	}	

}
@media (max-width: 480px) {
	.logo:lang(ml) {
    	line-height: 65px;
		transform: scale(0.6);
}
}



@media (max-width: 320px) {
	.transparent .header-bottom {
		 background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	}
	.transparent .header-bottom:lang(ml) {
	background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);	
	}
}

@media (max-width: 600px) {
	.transparent .header-bottom {
		 background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	}
	.transparent .header-bottom:lang(ml) {
	background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);	
	}
}

@media (max-width: 768px) {
	.transparent .header-bottom {
		 background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	}
	.transparent .header-bottom:lang(ml) {
	background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);	
	}
}
@media (max-width: 980px) {
	.transparent .header-bottom {
		 background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);
	}
	.transparent .header-bottom:lang(ml) {
	background-color: rgba(255,255,255,0.0);
    	 border-bottom: 1px solid rgba(255, 255, 255, 0.0);	
	}
}


.header-top .contact-info li {
	float: left;
	font-size: 13px;
	color: #6f706f;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #f7f0ea;
}
.header-top .contact-info li a {
	color: #6f706f;
}

.header-top .contact-info li a:hover {
	color: #ffe363!important;
}

.header-bottom .search-wrap {
	float: right;
	padding: 10px 5px 5px 10px;
	position: relative;
}

.header-bottom .search-icon {
	cursor: pointer;
	color: #ff1949;
	font-size: 14px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ff1949;
	border-radius: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transparent .search-wrap .search-icon {
    color: #e13833!important;
    border-color: #fff;
}
.header-bottom .search-icon:hover {
	border-color: #fe6563;
	color: #fe6563;
}

.breadcrumb-trail.breadcrumbs {
 	  margin-bottom: 20px!important;
	  padding: 25px;
	  background-image: url(images/ushus.jpg);
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
	  background-position:right;
	  background-color: #2f4b56;
	  height: 250px;
	  color:#ba0027;
	  font-weight:700;
}
.breadcrumb-trail.breadcrumbs .trail-title {
    float: left;
    font-weight: 900;
    font-size: 30px;
    padding: 30px 0px 0px 0px;
	text-transform:uppercase;
	color: #fff;
	margin-bottom: 10px;
	width:50%;
	line-height:25px;
}
.breadcrumb-trail.breadcrumbs .trail-title:lang(ml) {
    float: left;
    font-weight: 600;
    font-size: 30px;
	font-family:"ML-NILA01";
    padding: 30px 0px 0px 0px;
	color: #fff;
	margin-bottom: 10px;
	width:80%;
	line-height:25px;
}

.breadcrumb-trail.breadcrumbs .trail-items {
	float: left;
	margin-left: -10px;
	padding: 1px 0;
	list-style: none;
	clear:left;
	color: #d5a590;
	width:50%
}
.breadcrumb-trail.breadcrumbs .trail-items li span {
    font-size: 15px;
    color: #4b4b4b;
    position: relative;
    line-height: 18px;
    padding: 0px 14px;
	font-weight:normal;
}
.breadcrumb-trail.breadcrumbs .trail-items li span:lang(ml) {
    font-size: 20px;
    color: #d5a590;
    position: relative;
    line-height: 18px;
    padding: 0px 14px;
	font-weight:normal;
	font-family:"ML-NILA01";
}
#flash-breadcrumbs a, #flash-breadcrumbs span, .breadcrumb-trail.breadcrumbs .trail-items li span::before {
    color: #4f4f4f;

}
#flash-breadcrumbs a:lang(ml), #flash-breadcrumbs span:lang(ml), .breadcrumb-trail.breadcrumbs:lang(ml) {
    color: #4f4f4f;
	font-family: arial;
	font-size:14px;

}

#flash-breadcrumbs a:hover {
    color: #3b3b3b!important;
}

#top-footer .widget ul li a:hover {
	color: #81ca00;
}

#top-footer .widget-title {
	font-size: 18px;
	border-left: 3px solid #26272a;
}
#top-footer .widget-title:first-letter {
	color: #26272a;
	
}

#top-footer .widget ul li {
	position: relative;
	padding: 0 20px 1px 10px!important;
	font-size: 14px;
}


#top-footer {
    margin: 0;
    position: relative;
	background-color:#e0e0e0;
    background-size: auto, auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 0px 0 0px!important;
}


#top-footer .widget {
	margin-bottom: 0px!important;
}
#top-footer .widget a {
	color: #aa4204;
}
#top-footer .widget a:hover {
	color: #30afb8;
}

#top-footer .widget ul li:after {
	color: #fff;
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: -2px;
}

#top-footer .textwidget {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}

#top-footer .widget ul li a {
	font-size: 14px;
	color: #ffffff;
	/*text-transform: uppercase;*/
}

#top-footer .widget ul li a:hover {
	color: #26272a;
}

#top-footer .widget_tag_cloud .tagcloud a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 6px 4px;
	padding: 0 5px;
}

#top-footer .widget_tag_cloud .tagcloud a:hover {
	background-color: #30afb8;
	border-color: #30afb8;
}


#top-footer .widget ul li:after {
	color: #fff;
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
	display:none;
}

#bottom-footer {
    padding: 20px 0;
    background-color: #8e9291;
	text-align:center;
}


.tg-team-widget img {
    width:auto!important;
	border-radius: 0px;
	
}
.team-wrapper .team-content {
	color: #777;
	margin: 10px 0 15px;
}
.team-wrapper .team-designation {
    position: relative;
    font-size: 16px;
	color:#ff6f61;
}
.team-wrapper .team-content-wrapper {
    padding-top: 1px;
    position: relative;
    text-align: center;
	font-size:0.9em!important;
}

.team-wrapper .team-title {
    font-size: 1.5em!important;
	color:#000000!important;
	letter-spacing: 0px;
	font-weight: 700;
}

.team-wrapper .team-social {
    background: rgba(255,255,255,0.45) none repeat scroll 0 0;
    left: 0!important;
    margin-left: 0!important;
    padding: 0px 0!important;
    position: absolute;
    top: -20px;
    width: 100%!important;
}

.team-wrapper .team-designation:after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #ff1949;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

}



.lsow-team-members.lsow-style2 .lsow-team-member-wrapper .lsow-image-wrapper img {
    max-width: 320px;
    border-radius:none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper img {
    max-width: 100%;
    margin: 0 auto 15px;
    border-radius:0%!important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper:hover img {
-webkit-transform: scale3d(1.1,1.1,1.1);
-moz-transform: scale3d(1.1,1.1,1.1);
-ms-transform: scale3d(1.1,1.1,1.1);
transform: scale3d(1.1,1.1,1.1);

}

.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-title {
    font-size: 18px;
    line-height: 15px;
    letter-spacing:0px;
    font-weight: bold;
    color: #333;
    text-transform:none;
    clear: none;
    margin-top: 0;
    margin-bottom: 0px;
}

.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-team-member-position {
    font-size: 13px;
    line-height: 14px;
    font-style:normal;
    color: #888;
    margin-bottom: 0px;
}


#fh-box{
	position:relative;
	margin-top:-50px;
	box-shadow: 0px 15px 10px -15px #111;
	border-radius:15px;
	
}	

#fh-icon-box-2 {
  text-align: center;
  padding: 0 15px;
	position:relative;
/*  overflow: hidden;*/

}
#fh-icon-box-2.radius {
  border-radius: 185px;
}
#fh-icon-box-2 .item-box {
  padding: 10px 20px;
  transition: 0.5s;
    height:160px;
	background-color: #FFF;
	border-radius:15px;
	margin-bottom:10px;
}
#fh-icon-box-2 .item-box:hover {
  background-color: rgba(255,255,255);
	 

}
#fh-icon-box-2 .item-box:hover i,
#fh-icon-box-2 .item-box:hover h3,
#fh-icon-box-2 .item-box:hover h3 a,
#fh-icon-box-2 .item-box:hover p {
  color: #e93a3a;
}

#fh-icon-box-2 .item-box:hover img {
	  -webkit-transform: translateY(-8px) skewY(2deg);
-ms-transform: translateY(-8px) skewY(2deg);
transform: translateY(-8px) skewY(2deg);
}

#fh-icon-box-2 i {
  color: #414b3e;
  font-size: 34px;
  transition: 0.5s;
}

#fh-icon-box-2 i:before {
  font-size: 34px;
}
#fh-icon-box-2 h3 {
  margin: 0;
  font-size: 18px;
  font-weight:bold;
  transition: 0.5s;
  padding-bottom: 10px;
	color: #888888 ;
}
#fh-icon-box-2 p {
  margin-bottom: 0;
  transition: 0.5s;
}

/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
.tg-service-widget .service-icon-wrap {
	background: transparent!important;
	/*width: 60px; */
	color: #00a97e!important; 
	float: left;
	font-size: 26px;
	height: 35px;
	line-height: 60px;
	margin-right: 10px;
	text-align: center;
	position: relative;
}

.tg-service-widget .service-icon-wrap:after {
	position: absolute;
	left: 50%;
/*	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #30afb8;*/
	content: "";
/*	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	
}

.tg-service-widget .service-title-wrap {
/*	color: #0b3d2c!important;*/
	font-size: 15px;
	font-weight: 700;
	line-height: 1.0;
	margin-top: 10px;
}

.tg-service-widget .service-title-wrap:lang(ml) {
	color: #0b3d2c!important;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 5px!important;
}

.tg-service-widget .service-title-wrap a:hover {
	color: #30afb8;
}

.tg-service-widget .service-content-wrap {
	margin: 10px 0;
	color: #777;
}

.tg-service-widget .service-content-wrap:lang(ml) {
	margin: 10px 0;
	color: #777;
	line-height: 16px;
}
/*-----------------tg-service-layout-2 -----------------*/
.tg-service-layout-2 {
	margin: 20px 0;
}

.tg-service-widget.tg-service-layout-2 .service-content-wrap {
	margin: 0 0 10px;
}
.tg-service-widget .service-more {
	font-weight: 600;
	font-size: 13px;
	color: #30afb8;
	display: inline-block;
}

.tg-service-widget .service-more:lang(ml) {
	font-weight: 500;
	font-size: 18px;
	color: #30afb8;
	display: inline-block;
	position: relative;
}

.tg-service-widget .service-more:hover {
	color: #1c9ba4;
}

.tg-service-widget .service-more:after {
	content: "\" /*rtl:"\"*/;
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: -22px;
	top: 0;
	visibility: hidden;
}

.tg-service-widget.tg-service-layout-2 {
	text-align: center;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	/*color: #000;*/
	display: block;
	float: none;
	font-size: 2.5em;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
	display: none;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:before {
	border: 0px!important;
	border-radius: 100%;
	content: "";
	height: 42px;
	left: 50%;
	margin-left: -41px;
	margin-top: -41px;
	position: absolute;
	top: 50%;
	width: 42px;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
	background: transparent none repeat scroll 0 0!important;
	color: #393939!important;
}

.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
	line-height: 15px;
}

.tg-service-widget.tg-service-layout-3 .service-title-wrap {
	line-height: 24px;
	margin-top: 20px;
}

.tg-service-widget.tg-service-layout-3 .service-content-wrap {
	margin: 15px 0;
}

/*-----------------tg-service-layout-3 -----------------*/
.tg-service-layout-2 .service-title-wrap {
	margin: 15px 0 15px;
}

.service-image-wrap img {
	width:auto!important;
}

.videosldier_bg{
	  background-image: url(images/media-handler.jpg);
	  background-repeat: no-repeat;
	  background-size:cover;
	  background-color: #4d3726;
	  background-blend-mode: multiply;
	  color:#ba0027;
	  font-weight:700;
}

.videosldier_bg img{
	  opacity: 0.3;
}

.so-widget-sow-headline-default-c8d5dc12666d .sow-headline-container h1.sow-headline {
    font-weight: 600;
    text-align: left;
    color: #232323;
    line-height: 50px;
    font-size: 50px;
    letter-spacing: -1.5px!important;
}

.aboutpic{
	margin: -270px 0 0 290px;
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	display:inline-block;
}
.aboutpicborder{
	color: #e1e1e1;
}

.aboutpicborder img{
	border:1px solid #c6a89d;

}
scroll-up {
    background-color: #e93a3a;
    border-radius: 3px;
    bottom: 20px;
    color: #fff;
    display: none;
    padding: 10px 16px;
    position: fixed;
    opacity: 0.5;
    z-index: 9999;
    filter: alpha(opacity=50);
    right: 20px;
}
.psac-post-title a{text-decoration:none !important; border-bottom:0px !important; color:#5e5e5e!important;}
.psac-post-carousel.psac-design-1 .psac-post-image-bg::before{content:""; opacity:0.8; background: -webkit-linear-gradient(bottom,transparent,#eee);}


.psac-post-carousel.psac-design-1 .psac-post-carousel-content {
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.95);
	border-bottom:2px solid #ee3b36
}

.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover, .psac-slider-and-carousel .owl-nav .owl-next:focus, .psac-slider-and-carousel .owl-nav .owl-prev:focus {
    background: #ee3b36;
    color: #fff;
    border-color: #c72f2b;
}
.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
    display: inline-block;
    text-align: center !important;
    background: rgba(255,255,255,0.4);
    color: #000;
    border: 2px solid #ee3b36;
    line-height: normal !important;
    font-size: 25px;
    padding: 2px 15px 4px 15px !important;
    border-radius: 0px;
    box-shadow: none;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*--------------------------------------------------------------
Responstable
--------------------------------------------------------------*/

.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius:2px;
  border: 1px solid #d7d7d7;
}
.responstable tr {
  border: 1px solid #eaeaea;
}
.responstable tr:nth-child(odd) {
  background-color: #f1f0ee;
}
.responstable th {
  display: none;
  border: 1px solid #eaeaea;
  background-color: #ea6153;
  color: #FFF;
  padding: 1em;
  font-weight:600;
  text-transform:uppercase;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  /*max-width: 7em;*/
}
.responstable td:first-child {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #eaeaea;
	width: 7%;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 0.5em;
	  
	  
  }
}
.pt-cv-view .pt-cv-ifield {
    margin-bottom: 0 !important;
    background: #FFF;
	padding: 5px 10px;
	border-radius:5px;
    min-height: 140px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pt-cv-content, .pt-cv-content * {
    font-weight: 400;
    font-size: 12px;
}
.pt-cv-content, .pt-cv-content:lang(ml) * {
    font-weight: 400!important;
    font-size: 14px;
	line-height:16px;
}
.pt-cv-wrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent!important;
    white-space: nowrap;
    padding: 0px;
    font-size: 12px;
	color: #f13c1f;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pt-cv-wrapper .col-lg-1, .pt-cv-wrapper .col-lg-10, .pt-cv-wrapper .col-lg-11, .pt-cv-wrapper .col-lg-12, .pt-cv-wrapper .col-lg-2, .pt-cv-wrapper .col-lg-3, .pt-cv-wrapper .col-lg-4, .pt-cv-wrapper .col-lg-5, .pt-cv-wrapper .col-lg-6, .pt-cv-wrapper .col-lg-7, .pt-cv-wrapper .col-lg-8, .pt-cv-wrapper .col-lg-9, .pt-cv-wrapper .col-md-1, .pt-cv-wrapper .col-md-10, .pt-cv-wrapper .col-md-11, .pt-cv-wrapper .col-md-12, .pt-cv-wrapper .col-md-2, .pt-cv-wrapper .col-md-3, .pt-cv-wrapper .col-md-4, .pt-cv-wrapper .col-md-5, .pt-cv-wrapper .col-md-6, .pt-cv-wrapper .col-md-7, .pt-cv-wrapper .col-md-8, .pt-cv-wrapper .col-md-9, .pt-cv-wrapper .col-sm-1, .pt-cv-wrapper .col-sm-10, .pt-cv-wrapper .col-sm-11, .pt-cv-wrapper .col-sm-12, .pt-cv-wrapper .col-sm-2, .pt-cv-wrapper .col-sm-3, .pt-cv-wrapper .col-sm-4, .pt-cv-wrapper .col-sm-5, .pt-cv-wrapper .col-sm-6, .pt-cv-wrapper .col-sm-7, .pt-cv-wrapper .col-sm-8, .pt-cv-wrapper .col-sm-9, .pt-cv-wrapper .col-xs-1, .pt-cv-wrapper .col-xs-10, .pt-cv-wrapper .col-xs-11, .pt-cv-wrapper .col-xs-12, .pt-cv-wrapper .col-xs-2, .pt-cv-wrapper .col-xs-3, .pt-cv-wrapper .col-xs-4, .pt-cv-wrapper .col-xs-5, .pt-cv-wrapper .col-xs-6, .pt-cv-wrapper .col-xs-7, .pt-cv-wrapper .col-xs-8, .pt-cv-wrapper .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.pt-cv-wrapper img {
    border: 0;
    padding: 0px 10px 0px 0px;
}

.pt-cv-thumbnail.pull-left {
    margin-right: 0px !important;
}

.pt-cv-wrapper .btn-success {
    background-color: transparent;
    border-color: #4cae4c;
}
.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open > .dropdown-toggle.btn-success {
    color: #1f87f1;
    background-color: transparent!important;
    border-color: #398439;
}
.pt-cv-view .pt-cv-title {
    margin-bottom: 3px;
}
.pt-cv-title a {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.23232;
	color: #183d6a;
}
.pt-cv-title a:lang(ml) {
    font-weight: 600;
    font-size: 0.8em;
    line-height: 0.7!important;
    color: #183d6a;
}

.pt-cv-pagination-wrapper {
    clear: both;
    position: relative;
    text-align: center;
}
.pt-cv-readmore {
    color: #fff;
    margin: 5px 0;
    max-width: 100%;
}
.pt-cv-meta-fields {
    font-size: 12px;
    color: #888;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container {
    background: transparent;
    width: 60%;
    padding: 5px 10px;
    margin-top: 0px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
    float: left;
    color: #8e8e8e;
    display: none;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
    font-size: 14px;
    color: #fefcea;
	font-weight:600;
	
}
.blog-section .tg-blog-widget-layout-2 .entry-title a:hover, .blog-section .tg-blog-widget-layout-2 .tg-blog-widget:hover .blog-content .entry-title a:hover, .blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover a {
    color: #8be4fe;
}
.layout-1835 .layer-content {
    padding: 5px!important;
}

.post-grid .item .layer-media img {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 0px;
}

.layout-1835 .element_1587187714568 {
    margin: 0px!important;
}
.layout-1835 .element_1587187895341 a {
    font-size: 14px!important;
}
.layout-1835 .element_1587187895341 {
    font-size: 18px;
    margin: 5px 0px;
    text-align: left;
    line-height: 18px;
}