/*
Theme Name:   flash-child
Description:  flash Child Theme
Template:     flash
*/

@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;
}
html {
	font-size: 100%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff!important;
	color: #333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif!important;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

body:lang(ml){
	color: #333;
	font-family:'Meera';
	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%;
}
, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
* {
    padding: 0;
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	 line-height:1.2;
	 font-weight:600!important;
	 color:#333;
	 letter-spacing: -0.5px;
	 margin-top:20px;
	 margin-bottom:20px;
	 -webkit-transition:color .3s ease-in-out;
	 -o-transition:color .3s ease-in-out;
	 transition:color .3s ease-in-out
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
 color:inherit
}
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
 font-weight:100;
	color: #9bc03c;
}
.h1,
h1 {
 font-size:54px!important;}
.h2, h2 {
 font-size:44px!important;}
.h3, h3 {
 	font-size:34px!important;
	text-transform: none!important;
	letter-spacing: -0.5px;
}
.h4,
h4 {
 	font-size:24px!important;
	text-transform: capitalize!important;
}
.h5,
h5 {
 font-size:20px;
}
.h6,
h6 {
 font-size:1.4rem;
}
.team-wrapper .team-title {
  font-size: 18px!important;
	letter-spacing:0.5px;
	padding-top: 5px;
}
.team-wrapper .team-title:lang(ml) {
    font-size: 16px!important;
	letter-spacing:0.5px;
	padding-top: 5px;
	font-family:'Meera';
}
.team-wrapper h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.team-wrapper .team-content-wrapper {
  padding-top: 0px!important;
}
.team-wrapper .team-designation {
  position: relative;
  font-size: 12px;
	letter-spacing:0.5px;
}

.team-wrapper .team-designation:after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #30afb8;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	padding:0px;
	margin:0px;
}

/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/
.logo {

	float: left;
padding: 0;
background-image: url(images/ah_logo2.png);
display: block;
background-repeat: no-repeat;
width: 360px;
  height: 59px;
  line-height: 59px;
  margin: 8px 0px;
} 

.boardmeeting {
	background-image: url(images/boardofdirectorss.jpg);
	background-position: bottom;
	display: block;
	background-repeat: no-repeat;
}
.customClassForNavMenu{
    background-color: #08364b;
}

div.custom-menu-class {
	float: right!important;
	margin-bottom: 10px;
	padding: 0;
}

div.custom-menu-class ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
}

div.custom-menu-class li {
    padding-right: 5px;
    display: inline;
}
div.custom-menu-class img {
    height: auto;
/*    max-width: 100%;*/
    vertical-align: middle;
}

div.custom-menu-class a img {
    border: 0;
    padding: 0px!important;
}

div.custom-menu-class ul li {
	float: left;
	position: relative;
}

div.custom-menu-class ul li a {
	display: inline-block;
	height: 30px;
	border: 2px dashed #6ab42f;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
	color: #6ab42f;
	font-size: 12px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0 20px;	

}

div.custom-menu-class ul li a:lang(ml) {
	font-family: Meera!important;
	display: inline-block;
	height: 30px;
	border: 2px dashed #6ab42f;
	color: #6ab42f;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0 20px;

}

div.custom-menu-class ul li:hover > a,
div.custom-menu-class ul li.current-menu-item > a,
div.custom-menu-class ul li.current_page_item > a,
div.custom-menu-class ul li.current_page_ancestor > a,
div.custom-menu-class ul li.current-lang > a,
div.custom-menu-class ul li.current-menu-ancestor > a {
	background-color:#6ab42f;
	color:#fff;
	border-style: solid;


}

#site-navigation {
	float: left!important;
}

#site-navigation ul li {
	float: left;
	padding: 20px 9px 20px 9px;
	position: relative;
}
#site-navigation ul li:lang(ml) {
	float: left;
	padding: 20px 6px 20px 6px;
	position: relative;
}
#site-navigation ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
}

#site-navigation ul li a:lang(ml) {
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
}

#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: #9bc03c;

}

#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: 5px solid #dddcdc;
border-top: 0px solid #759e2d;
}

.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;
	line-height:20px;
}

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

#site-navigation ul.sub-menu li:hover > a {
color: #1fa12e;
}

.entry-content,.entry-summary {
	margin-top: 0px!important;
	color: #606060;
}

.header-bottom {
background: #ffffff;
/*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: 0px 70px;
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: 24px;
}

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

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

.site {
	background-color: #ffffff;
}
/*-----------------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: #99cf1f;
font-weight: 700;
text-align: center;
text-transform: uppercase;
position: relative;
margin-bottom: 10px;
}

.section-title:before {
background: #e1e1e1 none repeat scroll 0 0;
bottom: -5px;
content: "";
height: 1px;
left: 50%;
margin-left: -50px;
position: absolute;
width: 100px;
}
.section-title:after {
content: "";
left: 50%;
position: absolute;
background: #f2d300 none repeat scroll 0 0;
bottom: -6px;
height: 3px;
margin-left: -15px;
width: 50px;
}
.section-description {
	text-align: center;
	color: #fff;
	font-size:20px;
}
.counter .section-description {
	text-align: center;
	color: #fff!important;
	font-size:20px;
}

.cashewindustry table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
}

.cashewindustry p{
	padding: 0px!important;
}
.cashewindustry td {
  text-align: left;
  padding: 8px;
}
.cashewindustry th {
  text-align: left;
  padding: 8px;
  background: #81807e;
  color: #FFFFFF;
}

.cashewindustry tr:nth-child(even){
	background-color: #f2f2f2;
}
.cashewindustry tr:nth-child(odd){
	background-color: #FFF;
}
.logo .logo-image {
   float: left;
   padding: 10px 0;
}

.header-top {
background-color: #eeeeee;
}
.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: 13px;
color: #787878;
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 .site-navigation-wrapper {
	-webkit-box-flex: 6;
	-ms-flex: 6;
	flex: 6;
	float: left;
	background: transparent;
}
.header-bottom .tg-container {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width:95%;
}

.header-bottom .poly-navigation-wrapper {
	-webkit-box-flex: 6;
	-ms-flex: 6;
	flex: 6;
	float: left;
	background: transparent;
}

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

.header-bottom .search-icon {
cursor: pointer;
color: #759e36;
font-size: 14px;
height: 15px;
width: 15px;
line-height: 15px;
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 {
 	  margin-bottom: 20px!important;
	  padding: 25px;
	  background-image: url(images/ushus.jpg);
	  background-repeat: no-repeat;
	  /*background-size: 100% 100%;*/
	  background-position:right;
	  height: 250px;
	  color:#ba0027;
	  font-weight:700;
	  background-blend-mode:multiply;
}
.breadcrumb-trail.breadcrumbs .trail-title {
    float:none!important;
    font-weight: 900;
    font-size: 30px!important;
	font-family: Arial;
    padding: 30px 0px 0px 0px;
	text-transform:uppercase;
	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 {
position: relative;
padding: 0 20px 1px 10px!important;
font-size: 12px;
display: inline;
}

#top-footer {
background-color: #424242;
padding: 0px 0 15px!important;
	background-image: url(images/footer_bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#top-footer .widget {
margin-bottom: 0px!important;
}
#top-footer .widget a {
color: #77b81e;
}
#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 .widget-title {
	  font-size: 20px!important;
	  border-left: 3px solid #77b81e!important;
	  border-left-color: rgb(48, 175, 184);
	  font-weight: 600;
	  line-height: 24px;
	  color: #fff;
	  margin-bottom: 20px;
	  padding-left: 20px;
}
#top-footer .widget-title:first-letter {
	color: #77b81e!important;
}
#top-footer .textwidget {
	font-size: 13px;
	color: #a4a4a4;
	line-height: 15px;
	font-weight: 400;
	}
#top-footer .textwidget p {
	margin: 0px;
}

#top-footer .widget ul li a {
font-size: 13px;
color: #77b81e!important;
/*text-transform: uppercase;*/
}

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

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

#fh-icon-box-2 {
  text-align: center;
   background-color: #fff; 
  padding: 0 35px;
	transition: 0.5s;
}

#fh-icon-box-2.radius {
  border-radius: 185px;
}

#fh-icon-box-2 .item-box {
  padding: 4px;
  transition: 0.5s;
 height: 270px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	overflow: hidden;
	transition: 0.5s;
}

#fh-icon-box-2 .item-box:hover {
  background-color: #9bc03c;
}

#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 a,
#fh-icon-box-2 .item-box:hover p {
  color: #ffffff!important;
}
#fh-icon-box-2 .item-box:hover img {
	  -moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0); 
	transition: 0.5s;

}



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

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

#fh-icon-box-2 h3 {
  margin: 0;
  font-weight: 500;
  transition: 0.5s;

}

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

#fh-row {
	margin-top: -100px !important;
	padding-bottom: 65px !important;
	z-index: 3;
	position: relative;
    margin-bottom: 0px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#fh-icon-box-3 {
  text-align: center;
 padding: 0 15px; 
  overflow: hidden;
}

#fh-icon-box-3.radius {
  border-radius: 185px;
}

#fh-icon-box-3 .item-box {
  border: 1px solid #f0eef9;
	background-color: #fff; 
 padding: 5px; 
   margin: 0 auto 0px; 
	height:240px;
/*border-radius: 5px;*/
transition: all 700ms ease;
}

#fh-icon-box-3 .item-box:hover {
  /*background-color: #f0ac1a;*/
	background-color: #FFF;
  box-shadow: 0px 2px 10px 3px #f0eef9;
	transform: rotateY( 360deg );
      -webkit-transform: rotateY(360deg);
}

#fh-icon-box-3 .item-box i,
#fh-icon-box-3 .item-box h3,
#fh-icon-box-3 .item-box h3 a,
#fh-icon-box-3 .item-box a {
  color: #505050;
	font-weight: 600;
}

#fh-icon-box-3 .item-box p {
  color: #505050;
}
#fh-icon-box-3 .item-box:hover i,
#fh-icon-box-3 .item-box:hover p {
  color: #9bc03c;
}

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

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

#fh-icon-box-3 h3 {
  margin: 0;
  font-size: 20px!important;
  font-weight: 500;
  transition: 0.5s;
  /* padding-bottom: 15px; */
}

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


#fh-row {
	margin-top: -100px !important;
	padding-bottom: 65px !important;
	z-index: 3;
	position: relative;
	margin-top: -100px;
    margin-bottom: 0px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

#fh-icon-box-4.radius {
  border-radius: 185px;
}

#fh-icon-box-4 .item-box {
  border: 1px solid #eeeeee;
  background-color: #fff; 
  padding: 10px 10px 10px 10px; 
  margin: 0 auto 0px; 
	min-height:200px;
/*border-radius: 5px;*/
transition: all 700ms ease;
}

#fh-icon-box-4 .item-box:hover {
	border: 1px dashed #6aaf08;
}

#fh-icon-box-4 .item-box i{
	color: #9bc03c;
}
#fh-icon-box-4 .item-box h3,
#fh-icon-box-4 .item-box h3 a,
#fh-icon-box-4 .item-box a {
    color: #505050;
	font-weight: 600;
}

#fh-icon-box-4 .item-box p {
  color: #505050;
}

#fh-icon-box-4 .item-box:hover i,
#fh-icon-box-4 .item-box:hover p {
  color: #9bc03c;
}

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

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

#fh-icon-box-4 h3 {
  margin: 0;
  font-size: 22px!important;
  font-weight: 500;
  transition: 0.5s;

}

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

#fh-row {
	margin-top: -100px !important;
	padding-bottom: 65px !important;
	z-index: 3;
	position: relative;
	margin-top: -100px;
    margin-bottom: 0px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inkedblog {
    border: 4px solid 
    #f2f2f2;
    padding: 10px 10px;
}

#bottom-footer {
	padding: 50px 0px 20px 0px;
	background-color: #1d1d1d;
}

.photogallery{
	color: #606060;
}
.photogallery h3{
	font-size:16px;
	margin-bottom: 20px;
}

.map{
	color:#222;
}

.map p{
	margin: 0px;
}
.contactpic{
	background-image: url(images/contactimg.jpg); 
	background: no-repeat;
	background-position: bottom;
	height:500px;
	background-size: contain;
}

.services-bg{
	background-image: url(images/servicebg.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;	
	background-size: 100% 100%;
box-sizing: border-box;
width: 100%;
}	

.announcement{
	color: #312525;
}

.announcement h6{
	font-size: 0.875em!important;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0px;
}
.announcement h3{
	font-size: 1.5em!important;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #9bc03c;
	padding: 10px 15px;
	margin-bottom:1px;
	text-transform: none;
	letter-spacing: 0px;
}
.announcement .readmore a{
	font-size: 0.8em;
	font-weight: 600;
	color: #9bc03c;
}

.servicetext{ 
   display: table-cell;
  vertical-align: middle!important;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}


.middle > * {
  vertical-align: middle;
}

.footerinnerbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -45px;
    z-index: 210;
    position: relative;
    width: 100%;
    min-height: 90px;
    box-shadow: 0 1px 2px 
rgba(0, 0, 0, 0.1);
}

.team{
	color: #222222;
}

.team h4{
	letter-spacing: 0px;
	font-size: 1.4rem;
	text-transform: none;
	color: #222222;
}

.announcements{
	color: #222222;
}

.announcements h6{
	letter-spacing: 0px;
	font-size: 1.4rem;
	text-transform: none;
	color: #222222;
}

.so-widget-sow-tabs-default-e4c3ec3e16cb-719 .sow-tabs .sow-tabs-tab-container {
  background-color: #828282;
  display: flex;
  padding: 2px 10px 0px 10px;
  flex-wrap: wrap;
}
.so-widget-sow-tabs-default-4b622a2540ab-719 .sow-tabs .sow-tabs-tab-container {
  background-color: #009688;
  display: flex;
  padding: 1px 10px 0px 10px;
  flex-wrap: wrap;
}

.so-widget-sow-tabs-default-e4c3ec3e16cb-719 .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
  padding: 10px 15px 30px 15px;
}

.so-widget-sow-tabs-default-4b622a2540ab-719 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0px 1px 0px 0px;
  padding: 16px 15px 16px 15px;
  transition: all 0.3s;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry {
  margin: 0;
  padding-top: 0px!important;
  background: #FFF!important;
	border-radius: 10px;
	overflow:hidden;
	transition: 0.5s;
	border: 1px solid #eee!important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px!important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry:hover{
	transition: 0.5s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary {
  margin: 0px auto 0;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap {
  text-align: center;
  max-width: 650px;
  margin: auto 0;
	padding:5px 10px;
	transition: 0.5s;
	margin-top:0px!important;
}


.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:hover p,
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:hover h3,
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:hover h3 a,
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:hover entry-content{
	 color: #009688;
	
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item:hover img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a{
	color: #333;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title {
  font-size: 18px!important;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #e49f37;
	margin-top:0px;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image img {
  display: block;
	margin-left: auto;
  margin-right: auto;
	margin-top:20px;
  width: 50%;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  max-width: 30%;
}

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

.abouttext p {
	font-size:18px;
    margin: 0 0 15px;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}
.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;
}
/*--------------------------------------------------------------
Responstable
--------------------------------------------------------------*/
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius:2px;
  border: 1px solid #dfdfdf;
}
.responstable tr {
  border: 1px solid #dfdfdf;
}
.responstable tr:nth-child(odd) {
  background-color: #f5f8fd;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #6382b5;
  color: #FFF;
  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: left;
  white-space: nowrap;
  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;
  }
}

.pt-cv-view .pt-cv-title {
  margin-bottom: 10px;
  font-size: 15px;
}
.pt-cv-content, .pt-cv-content * {
  font-weight: 400;
  font-size: 13px;
}

.pt-cv-colsys .pt-cv-content-item {
  flex: none;
  max-width: initial;
	background: #fff !important; 
	border: 1px solid #d1d0d0; 
	border-bottom:0px!important;
  padding-top: 20px;
	position: relative;
    overflow: hidden;
}

.pt-cv-colsys .pt-cv-content-item:last child {
	border-bottom:1px!important;
}

.pt-cv-wrapper [class*="pt-cv-"] a {
  box-shadow: none;
  color: #505050;
}
.pt-cv-wrapper a:active, .pt-cv-wrapper a:hover {
  outline: 0;
 color:#3377c4;
}
.pt-cv-colsys .pt-cv-content-item a:hover {	
	
}
.psac-post-title a {
  text-decoration: none !important;
  border-bottom: 0px !important;
	font-size: 16px;
	letter-spacing:0.5px;
	
}
.psac-widget-wrp h4.psac-post-title {
  margin: 0 0 8px 0 !important;
	line-height: 18px!important;
}

.psac-slider-and-carousel *, .psac-columns *, .psac-widget-wrp * {
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;

}

.psac-widget-wrp ul {
  margin: 0 !important;
  padding: 0px 20px !important;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container {
  display: none;
}

.blog-section .tg-blog-widget-layout-2 .blog-content {
  text-align: center;
}

.tg-column-wrapper .tg-column-1, .tg-column-wrapper .tg-column-2, .tg-column-wrapper .tg-column-3, .tg-column-wrapper .tg-column-4, .tg-column-wrapper .tg-column-5 {
  float: left;
  margin-left: none!important;
}
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
  background: #30afb8;
    background-color: rgb(48, 175, 184);
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  display: none;
}

.fun-facts-section .counter-wrapper {
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  display: block;
  margin-bottom: 15px;
	position:relative;
}
.fun-facts-section .counter-wrapper i {
	font-size:16px!important;
	line-height:20px!important;
	position:absolute;
	top:10px;
	padding-left:5px;
}

.fun-facts-section .fun-facts-title-wrap {
  display: block;
  font-size: 22px!important;
  font-weight: 400;
  color: #a4c64a;
  margin-top: 0px!important;
  