/*
 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;

}


body, button, input, select, textarea {
  color: #000!important;
  font-family: Montserrat, sans-serif;
	background: #fff!important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.entry-content, .entry-summary {
  color: #000!important;
}
p {
  overflow-wrap: break-word;
  line-height: 30px;
}
body:lang(ml){
	color: #000;
	font-family:Meera!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: 30px;

}
h2:Lang(ml) {

	font-size: 30px;

}


h3 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}


h3:Lang(ml) {

	font-size: 25px;

}


h4 {

	font-size: 20px;

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

}

h5 {

	font-size: 18px;

}
h5:lang(ml) {

	font-size: 18px;

}

h6 {
	font-size: 16px;

}
h6:lang(ml) {
	font-size: 14px;

}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500!important;

}

h1, h2, h3, h4, h5, h6:Lang(ml) {

	font-weight: 500;

}



/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/

.logo {

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

}

.logo:lang(ml){
	
	float: left;
	padding: 0;
	background-image: url(images/agrilogo_ml.png);
	display: block;
	background-repeat: no-repeat;
	width: 328px;
	height: 65px;
	line-height: 65px;
	margin: 5px 0px;
	
	
}
.customClassForNavMenu{
/*	    background-color: #ccb892;*/
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #efefef;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
}
#site-navigation {
	float: left;
}

#site-navigation ul li {
	float: left;
	padding: 15px 15px 15px 15px;
	position: relative;
	
}

#site-navigation ul li a {
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
	color: #002c42;
}

#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: #ec202c; 
}



#site-navigation ul li:last-child {
	padding-right: 0;
}

#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: 5px 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;
	font-size:14px;
}
#site-navigation ul.sub-menu li:hover > a {
	color: #ec202c;
}


/*--------------------------------------------------------------
TEAM
--------------------------------------------------------------*/
#home {
    font-size: 30px;
	
    margin: 20px 100px 20px 100px;
    display: inline-block;
}
#home a {background: #ffffff;
    border: 4px solid #00a651;
    padding: 10px 20px 10px 20px;
         color: #00a651; 
         text-align: center;
}
#home a:hover {background: #00a651;
               color: #ffffff;
}


.team{
	color:#1d1d1d;
	position: relative;
	text-align: center;

}

.team img{
	/*float: left;*/
  	border-radius: 50%;
  	border:5px solid rgba(255,255,255,0.4);
}
.team p{
	position: relative;
  	top: 50%;
  	transform: translateY(-20%);

	
}
.team h4{
	font-family: Arial;
	font-size: 1.0em;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}



.header-bottom {
	background: #fff;
	border-bottom: 1px solid #dddddd!important;
    padding: 0px;
}


.header-bottom .search-icon {
    cursor: pointer;
    color: red;
}


/*--------------------------------------------------------------
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;
	/*position: relative;*/
}


.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;
}


.greengrid{
	color: #f3f3d4;
}

.greengrid .widget-title{
	margin-top: 0;
	color: #fff;
	border-bottom:1px solid #b0b11c;
}

.greengrid .widget a{
	color: #b7ec62;
}

.greengrid .widget a:hover{
	color: #ffdf04;

}
.greengrid .widget ul {
	margin: 0;
	list-style: none;

}

/*---------------------------------------------------------------
ICONS   
----------------------------------------------------------------*/

/*-----------------tg-service-layout-2 -----------------*/
.tg-service-layout-4 {
	margin: 20px 0;
}

.tg-service-widget.tg-service-layout-4 .service-content-wrap {
	margin: 0 0 10px;
}

.tg-service-widget .service-more {
	font-weight: 600;
	font-size: 13px;
	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;
}

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

.tg-service-widget.tg-service-layout-4 .service-icon-wrap {
	background:#000 none repeat scroll 0 0!important;
	border-radius: 50%;
	color: #000;
	display: block;
	float: none;
	font-size: 22px;
	height: 72px;
	line-height: 72px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 72px;
	transition: all 0.5s ease;
	padding: 20px;
}

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

.tg-service-widget.tg-service-layout-4 .service-icon-wrap:before {
	border: 2px solid #000;
	border-radius: 100%;
	content: "";
	height: 82px;
	left: 50%;
	margin-left: -41px;
	margin-top: -41px;
	position: absolute;
	top: 50%;
	width: 82px;
}

.tg-service-widget.tg-service-layout-4 .service-icon-wrap:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}

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

/*--------------------------------------------------------------
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;
}


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

.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius:2px;
  border: 1px solid #ea6153;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
  background-color: #ededed;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #9baf7c;
  color: #FFFFFF;
  padding: 1em;
}
.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 #D9E4E6;
}
@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;
  }
}


.logo .logo-image {
    float: left;
    padding: 10px 0;
}

.header-top {
	background-color: #f5f5f5;

}
.social-menu li a {
	background-color: #fff!important;
	border-radius: 100%;
	font-size: 12px;
	font-family: fontawesome;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #00a97e!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;
}

.header-top .contact-info li {
	float: left;
	font-size: 12px;
/*	color: #888888;*/
	margin-right: 20px;
	padding: 0px!important;
}
.header-top .contact-info li a {
	color: #6ea424;
}

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

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

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

.header-bottom .search-icon:hover {
	border-color: #fe6563;
	color: #fe6563;
}

/*.breadcrumb-trail.breadcrumbs {
	background: #ebecee none repeat scroll 0 0;
	margin-bottom: 30px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
	float: left;
	font-weight: 600;
	font-size: 1.5em;
	padding: 6px 0;
	line-height: 150px;
	color: #ffffff;
}*/


.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: #67693e;
	  height: 250px;
	  color:#ba0027;
	  font-weight:700;
	  background-blend-mode:multiply;
}
.breadcrumb-trail.breadcrumbs .trail-title {
    float:none!important;
    font-weight: 600;
    font-size: 23px;
    padding: 30px 0px 0px 0px;
	color: #fff;
	margin-bottom: 10px;
/*	width:50%;*/
	line-height:25px;
	text-align: center;
}
.breadcrumb-trail.breadcrumbs .trail-items {
	/*float: left;*/
	padding: 1px 0;
	list-style: none;
	color: #d5a590;
	width:100%;
	display: flex;
  justify-content: center;
}
.breadcrumb-trail.breadcrumbs .trail-items li span {
    font-size: 15px;
    color: #d5a590!important;
    position: relative;
    line-height: 18px;
    padding: 0px 14px;
	font-weight:normal;
}

#flash-breadcrumbs a, #flash-breadcrumbs span, .breadcrumb-trail.breadcrumbs .trail-items li span::before {
    color: #d5a590!important;
}

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


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

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






#top-footer .widget ul li {
	position: relative;
	padding: 0 20px 1px 10px!important;
	font-size: 14px;
}
#top-footer {
	background-color: #282828;
/*	background-image: linear-gradient(to bottom, #6f6f6f , #606060);*/
	padding: 30px 0 25px!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, #top-footer .textwidget p {
	font-size: 13px;
	color: #7e7e7e;
	font-weight: 400;
	line-height:20px!important;
}

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

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

#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: #0f0f0f;
}
#schemes{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#schemes {
  z-index: 10;
}
	
.historypic {
	display:table-cell;
}
.historypic img{
	vertical-align: bottom!important;

}

.pic-wrap {
    align-content: flex-end;
    align-items: flex-end;
}

.pic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pic-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.abouttext{
	border-style: solid;
	border-width: 2px;
	border-color: rgba(12,12,12,.12);
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
/*	margin: 20px 120px 20px 20px;
	padding: 60px;*/
}

.abouttext p {
	font-size:18px;
    margin: 0 0 15px;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}
.aboutpic{
	margin: -370px 0 0 150px;
	border-style: solid;
	border-width: 10px;
	border-color: #fff;
	display:inline-block;
}
#fh-box{
	position:relative;
	margin-top:-100px;
	
}	

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

}
#fh-icon-box-2.radius {
  border-radius: 185px;
}
#fh-icon-box-2 .item-box {
  padding: 10px 10px;
  transition: 0.3s;
    /*height:250px;
	  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13);*/
	  border-radius: 5px;
	background-color:#ffffff;
	margin-bottom:15px;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0,0,0,.15);
}
#fh-icon-box-2 .item-box a img {
  	transition: 0.3s;
	border-radius: 5px;
	padding: 0px;
}

#fh-icon-box-2 h3 {
	margin: 0;
    font-size: 20px;
    font-weight: 600 !important;
	transition: 0.5s;
	padding: 15px 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffaa01;
    letter-spacing: normal;
}

#fh-icon-box-2 .item-box:hover {
   /*background-color: #ffaa01;*/
	background-color: #c21111;
	color:#FFF;
	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);
	padding: 10px;

}

#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: #FFFFFF!important;
}

#fh-icon-box-2 .item-box:hover img {
filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
/*	-webkit-transform: scale(1.1) rotate(0.1deg);
        transform: scale(1.1) rotate(0.1deg);*/
	transform: translate(-20px, -10%);
	-webkit-transform: translate(-20px, -10%);
	
	border-radius:5px;

}

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

#fh-icon-box-2 i:before {
  font-size: 34px;
}

#fh-icon-box-2 p {
  margin-bottom: 0;
  transition: 0.5s;
}

/* fh icon box 3   */

#fh-icon-box-3 {
  text-align: center;
  background-color: transparent;
  padding: 0 10px;
/*  overflow: hidden;*/

}

#fh-icon-box-3 .item-box {
  	padding: 7px 10px;
	transition: 0.5s;
	background: #f3f3f3;
	height:200px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13);
	line-height:1.2;
}
#fh-icon-box-3 .item-box h3 a{
	color: #ffaa01;
	font-size: 19px;
	line-height: 19px;
}


#fh-icon-box-3 .item-box:hover {
   background-color: #002c42;
  /* background-image: linear-gradient(to right, rgba(137,0,180,1), rgba(0,101,179,1));*/
	color:#FFF;
	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);
	border-bottom: 4px solid #ffaa01;
}

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

#fh-icon-box-3 .item-box:hover img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.2;

	
	
	-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
	overflow: hidden;
}

#fh-icon-box-3 i {
  color: #e49f37;
  font-size: 34px;
  transition: 0.5s;
}

#fh-icon-box-3 i:before {
  font-size: 34px;
}
#fh-icon-box-3 h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  padding-bottom: 10px;
}
#fh-icon-box-3 p {
  margin-bottom: 0;
  transition: 0.5s;
}


#navcontainer ul
{
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { 
	display: inline;
	
}

#navcontainer ul li a
{
text-decoration: none;
padding: 0.9em 1.8em;
color: #353535;
background-color: #ececec;
font-size:1.2em;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}	

[class^="hvr-"] {
  margin: .2em;
  padding: 0.5em;
  cursor: pointer;
  background: #f3f3f3;
  text-decoration: none;
  color: #666;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #e49f37, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.tg-team-widget img {
    width:auto!important;
}

.team-wrapper .team-content-wrapper {
    padding-top: 10px;
    position: relative;
    text-align: center;
}

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



.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;
}


/* css for headline with right border above title   */

.bt-headline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt-headline h3{
    font-size: 1.4em!important;
	font-weight:normal;
	display: block;
    margin-bottom: 0;
	letter-spacing: 0;
    margin-top: 0;
    padding: 0;
	}
.bt-headline:before{
    content: ' ';
    width: 2.1875rem;
    border-top: 2px solid #c21111;
    margin-top: -1px;
    margin-bottom: 0;
    display: block;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
	margin-right:10px;
    }

.lsow-heading.lsow-alignleft .lsow-title, .lsow-heading.lsow-alignright .lsow-title {
    margin-bottom: 0px!important;
}

/* css for headline with right border above title ends   */

.aboutpicborder{
	color: #e1e1e1;
}

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

}

/*.n2-ss-slider .n2-ss-layers-container>* {
	background: url(images/iftkdd.png) repeat!important;
	visibility:visible
}
*/

.phgallery{
	color:#fff;
}
.phgallery .entry-title a{
	font-size:1.0em;
	color:#fff!important;
	font-weight:600;

}
.phgallery h3{
	font-size:1.4em;
	color:#fff;
}
.phgallery a img{
	padding:0px;
}

.prospectous{
	color:#fff;
}
.prospectous a img{
	padding:0px;
}

.testimonial-container .testimonial-title {
    color: #d42007!important;
    font-size: 16px;
}
.testimonial-container .testimonial-degicnation {
    color: #333;
    font-size: 14px!important;
    font-weight: 600!important;
}
.testimonial-container .testimonial-content-wrapper {
    background: #fff;
    padding: 20px 30px;
    position: relative;
}
.testimonial-container .testimonial-content-wrapper:after {
	 z-index: -1;
	  position: absolute;
	  content: "";
	  bottom: 15px;
	  right: 10px;
	  left: auto;
	  width: 50%;
	  top: 80%;
	  max-width:300px;
	  background: #777;
	  -webkit-box-shadow: 0 15px 10px #777;
	  -moz-box-shadow: 0 15px 10px #777;
	  box-shadow: 0 15px 10px #777;
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
}

.box h3{
  text-align:center;
    position:relative;
    top:80px;
}
.box {
    width:70%;
    height:200px;
    background:#FFF;
    margin:40px auto;
}
/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.pt-cv-wrapper [class*="pt-cv-"] a {
    box-shadow: none;
    color: #fff;
}
.pt-cv-content, .pt-cv-content * {
    font-weight: 400;
    font-size: 14px;
	color:#fe998b;
}
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
}

.pt-cv-wrapper .btn-success:hover, .btn-success a:hover {
    color: #d42007;
    background-color: #ffffff;
    border-color: #ffffff;
}

.fun-facts-section .counter-wrapper {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
}

.fun-facts-section .fa {
	display:none;
}

input.lsow-button, button.lsow-button, a.lsow-button, .lsow-button:active, .lsow-button:visited {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 16px 40px;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #ffaa01;
    color: #fefefe;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.lsow-testimonials-slider {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    color: #666;
	background: #fff;
    padding: 20px 30px;
    position: relative;
}


.lsow-testimonials-slider:after {
	 z-index: -1;
	  position: absolute;
	  content: "";
	  bottom: 15px;
	  right: 10px;
	  left: auto;
	  width: 50%;
	  top: 80%;
	  max-width:300px;
	  background: #777;
	  -webkit-box-shadow: 0 15px 10px #777;
	  -moz-box-shadow: 0 15px 10px #777;
	  box-shadow: 0 15px 10px #777;
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
}


.lsow-testimonial-text {
    text-align: center;
    max-width: 800px!important;
    margin: 0 auto 40px;
    font-size: 13px!important;
    line-height: 18px!important;
    font-style: italic;
    color: #666;
    .lsow-dark-bg & {
      color: #ccc;
    }
    i {
      color: #ccc;
      font-size: 32px;
      display: block;
      margin-bottom: 35px;
      background: none;
      width: auto;
      height: auto;
      .lsow-dark-bg & {
        color: #ddd;
      }
    }
    }
  .lsow-testimonial-user {
    display: table;
    margin: 0 auto;
    .lsow-image-wrapper {
      display: table-cell;
      img {
        max-width: 64px;
        border-radius: 50%;
        margin-right: 15px;
        }
      }
    .lsow-text {
      display: table-cell;
      vertical-align: middle;
      color: #888;
      .lsow-dark-bg & {
        color: #909090;
      }
      .lsow-author-name {
        @include lsow-heading-style();
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
        .lsow-dark-bg & {
          color: #e5e5e5;
        }        
        }
      }
    }
  }
.psac-post-carousel.psac-design-1 .psac-post-title {
    font-size: 20px;
    line-height: 20px;
		color: #c21111!important;
}
.vsrp_div{
    font-size: 18px!important;
    font-size: 1.5em;
	color: #c21111!important;
    padding: 10px!important;
    line-height: 1.5!important;
    position: relative;
    vertical-align: top;
	background-color: #FFF;
	
}


.vsrp li a {
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
color: #c21111!important;
}


.vrsp_date {
    font-size: 14px!important;
    display:inherit;
	color: #c21111!important;
	font-style: italic;
}
.lsow-accordion.style2 .lsow-panel .lsow-panel-title {
    position: relative;
    display: block;
    border-radius: 0px;
    border: 0px solid transparent!important;
    overflow: hidden;
    padding: 20px 50px 20px 30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: bold;
    color: #666;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
    background: #eee;
}
.lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title, .lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title::after {
    color: #ffb515!important;
    border-color: #333;
}

.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: #c21111;
    color: #fff;
    border-color: #c21111;
}

.flash_inherit_color h4, .flash_inherit_color h5, .flash_inherit_color h6, .flash_inherit_color p, .flash_inherit_color span, .flash_inherit_color div.service-content-wrap, .flash_inherit_color .entry-summary {
    /*color: !important;*/
}

.lsow-accordion.style1 .lsow-panel .lsow-panel-title {
  position: relative;
  display: block;
  padding: 10px 50px 10px 30px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: bold;
  color: #666;
  margin: 0;
  border: 1px solid #bdbbbb;
}
h4 {
  	font-size: 22px;
	color: #2b86cb;
}

.psac-post-title a {
  text-decoration: none !important;
  border-bottom: 0px !important;
  color: #ce041a;
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}
.psac-post-title a:hover {
  color:#ff4055;
}
.psac-widget-wrp h4.psac-post-title {
  margin: 0 0 2px 0 !important
}
.psac-widget-wrp ul li {
  list-style: none !important;
  color: #1D0909;
}
.psac-widget-wrp ul {
  line-height: 18px;
}
.psac-post-title a:after {
  content: url(images/new.gif);
  margin-left: 10px;
}

.psac-widget-wrp .psac-post-left-img{width:13%;float:left;}