/*
 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");
  src: 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"),
       url("fonts/Meera.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;

}
body, button, input, select, textarea {
    color: #000;
    /* font-family: Arial,Helvetica,sans-serif!important;*/
    font-size: 16px;
    line-height: 1.5;
	letter-spacing: 0.5px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

body:lang(ml){
	color: #000;
  	font-family:"Meera";
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.site-content{
	padding-top:-50px;
}
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;
	letter-spacing:-0.5px;
}
h2:Lang(ml) {
	font-size: 30px;
}

h3 {
	font-size: 28px;
	letter-spacing: -0.5px;
	font-weight:600;
}
h3:Lang(ml) {
	font-size: 25px;
	font-weight:600;
	letter-spacing: -0.5px;
}

h4 {
	font-size: 20px;
	color: #da860f;
}
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;
}

/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/
.logo:lang(en) {
	float: left;
	padding: 0;
	background-image: url(images/eit-logo-english-nu.png);
	display: block;
	background-repeat: no-repeat;
	width: 395px;
	height: 82px;
	line-height: 65px;
	margin: 5px 0px;
}
.logo:lang(ml){
	float: left;
	padding: 0;
	background-image: url(images/eit-logo-mal-nu.png);
	display: block;
	background-repeat: no-repeat;
	width: 395px;
	height: 82px;
	line-height: 65px;
	margin: 5px 0px;
}
 .entry-content:lang(en), .entry-summary:lang(en) {
    color: #000;

}
.entry-content:lang(ml), .entry-summary:lang(ml) {
    color: #000;
	font-family:"Meera";
	margin:0px;
} 

#abouthome{
	color:#333333;
}
#abouthome h4{
	font-size: 20px;
	color: #777777!important;
	letter-spacing: 0px;
	line-height: 20px;
}
#abouthome p{
	font-size: 16px;
	letter-spacing: 0px;
}

.customClassForNavMenu {
	background-color: #f5f8fd;
	border-top: 1px solid #dde9fb;	
}

#site-navigation {
	float: left;
}
#site-navigation ul li {
	float: left;
	padding: 12px 10px 12px 10px;
	position: relative;
}
#site-navigation ul li a {
	font-size: 15px;
	font-weight: 500;
	text-transform:uppercase;
	color: #02336f;
}
#site-navigation ul li a:lang(ml){
	font-weight: 500;
	font-family:"Meera";
	font-size: 20px;
}

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

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

.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: 7px 10px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	letter-spacing:0px;
	background-color:#eef1f5;
}

#site-navigation ul li ul li:hover {
	background-color:#FFFFFF;
}
#site-navigation ul li ul li:lang(ml) {
  padding: 8px 10px;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 18px;

}

#site-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
		border-left:5px solid #178bff;
}
#site-navigation ul.sub-menu li a {
	color: #454545;
	text-transform: none;
	font-weight: 500;
	transition: all 0.3s ease;
}
#site-navigation ul.sub-menu li a:lang(ml) {
  font-weight: 500;
  font-family: "Meera";
  font-size: 17px;
 
}



#site-navigation ul.sub-menu li:hover > a {
	color: #178bff !important;
	padding-left:10px;

}
.sub-toggle {
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#language-menu {
	float: right;
}
#language-menu select {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
    padding: 7px 10px;
	border: 1px solid #e2e2e2;
}

#language-menu select:lang(ml) {
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
    padding: 7px 10px;
	border: 1px solid #e2e2e2;
	font-weight: 600;
	  font-family:"Meera";

}

#language-menu ul li {
	float: right;
	position: relative;
	border-radius:3px;

}
#language-menu ul li:lang(ml) {
	float: right;
	position: relative;
	border-radius:3px;
	font-size: 11px!important;
	/*font-family: Arial!important;*/
	font-family: 'Poppins', sans-serif !important;

}
#language-menu ul li a {
	font-size: 15px;
	padding: 5px 20px 5px 20px;
	background: #8ec1da;
	font-weight: 600;
	letter-spacing: 1px;
	color: #FFF;


}
#language-menu ul li a:lang(ml) {
	/*font-family:Arial, Helvetica, sans-serif!important;*/
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px;
	padding: 5px 20px 10px 20px;
	background: #8ec1da;
	font-weight: 600;
	text-transform:none!important;
	color: #FFF;
}
#language-menu ul li:hover > a,
#language-menu ul li.current-menu-item > a,
#language-menu ul li.current_page_item > a,
#language-menu ul li.current_page_ancestor > a,
#language-menu ul li.current-menu-ancestor > a {
	color: #f14e49!important;
	background: #fff;
}

#language-menu 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 #d5a353;
}

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

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

#language-menu ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#language-menu ul.sub-menu li a {
	color: #454545;
	text-transform: none;
	font-weight: 500;
}
#language-menu ul.sub-menu li:hover > a {
	color: #e49f37!important;
}
.sub-toggle {
    color: #02336f;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	font-size:12px;
}
/*
#site-navigation {
	float: left;
}
#site-navigation ul li {
	float: left;
	padding: 12px 10px 12px 10px;
	position: relative;
}

#site-navigation ul li:lang(ml) {
	float: left;
	padding: 10px 10px 10px 10px;
	position: relative;
}
#site-navigation ul li a {
	font-size: 14px;
	font-weight: 400;
	text-transform:none;
	color: #1b7091;
}
#site-navigation ul li a:lang(ml) {
	font-size: 20px;
	font-weight: 400;
	text-transform:none;
	color: #1b7091;
	font-family:"Meera";
}
#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: #d94813!important;
}

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

#site-navigation ul.sub-menu {
	background-color: #fff;
	min-width: 200px;
	padding: 0;
	position: absolute;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 10%;
	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: 3px solid #d94813;
}

.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: 7px 10px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height:15px!important;
}
#site-navigation ul li ul li:lang(ml) {
	padding: 7px 10px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height:12px;
}
#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:hover > a {
	color: #d94813!important;
}
.sub-toggle {
    color: #000!important;
	font-size:11px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#language-menu {
	float: right;
}
#language-menu select {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
    padding: 7px 10px;
	border: 1px solid #e2e2e2;
}

#language-menu select:lang(ml) {
    font-size: 14px;
    margin: 0;
    vertical-align: middle;
    padding: 7px 10px;
	border: 1px solid #e2e2e2;
}

#language-menu ul li {
	float: right;
	position: relative;
	border-radius:3px;

}
#language-menu ul li: lang(ml) {
	float: right;
	position: relative;
	border-radius:3px;
	font-size: 11px!important;
	font-family: Arial!important;

}
#language-menu ul li a {
	font-size: 15px;
	padding: 5px 20px 5px 20px;
	background: #8ec1da;
	font-weight: 600;
	letter-spacing: 1px;
	color: #FFF;


}
#language-menu ul li a:lang(ml) {
	font-family:Arial, Helvetica, sans-serif!important;
	font-size: 13px;
	padding: 5px 20px 10px 20px;
	background: #8ec1da;
	font-weight: 600;
	text-transform:none!important;
	color: #FFF;
}
#language-menu ul li:hover > a,
#language-menu ul li.current-menu-item > a,
#language-menu ul li.current_page_item > a,
#language-menu ul li.current_page_ancestor > a,
#language-menu ul li.current-menu-ancestor > a {
	color: #f14e49!important;
	background: #fff;
}

#language-menu 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 #d5a353;
}

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

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

#language-menu ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#language-menu ul.sub-menu li a {
	color: #454545;
	text-transform: none;
	font-weight: 500;
}
#language-menu ul.sub-menu li:hover > a {
	color: #e49f37!important;
}
.sub-toggle {
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
} */
/*--------------------------------------------------------------
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;
    padding: 0px;

}
/*
.header-bottom:lang(ml) {
	background: #fff;
    padding: 0px;
	height:133px;
}*/

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

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: 0px;
    padding: 10px 40px;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #b1afaf;
    color: #FFF;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
	clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*--------------------------------------------------------------
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%;
	content: "";	
}

.tg-service-widget .service-title-wrap {
	color: #ffffff!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: #000;
}

.tg-service-widget .service-content-wrap:lang(ml) {
	margin: 10px 0;
	color: #000;
	line-height: 16px;
	font-family: "meera";
	font-size: 16px;
	letter-spacing: 1px;
}
/*-----------------tg-service-layout-2 -----------------*/
.tg-service-layout-2 {
	margin: 20px 0;
}

.tg-service-widget.tg-service-layout-2 .service-content-wrap {
	margin: 0 0 1px;
}
.tg-service-widget .service-more:lang(en) {
	font-weight: 600;
	font-size: 13px;
	color: #30afb8;
	display: inline-block;
	text-transform:lowercase;
}

.tg-service-widget .service-more:lang(ml) {
	font-weight: 600;
	font-size: 16px;
	color: #30afb8;
	display: inline-block;
	position: relative;
	font-family:"Meera";
	text-transform:lowercase;
	letter-spacing:0px;
}

.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: #fff;
	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: 1px 0 5px;
}

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

.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: #f7f8f9;
}
.responstable th {
	  display: none;
	  border: 1px solid #FFF;
	  background-color: #d5e6ee;
	  color: #4c4c4c;
	  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;
	  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
		border: 1px solid #D9E4E6;
  }
}
.responstable th {
	  text-align: center;
	  margin: .5em 1em;
}
.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: 0px;
}

.header-top {
		background-color:#0b3655;
		color: #fffffd;
}
.header-top h1 {
	font-size: 13px;
	float:left;
	display: inline;
	margin-right:8px;
}

.header-top button, input, select {
    font-size: 100%;
	font-size: 13px;
    margin: 0;
    vertical-align: middle;
    /* background: transparent;
    color: #fafafa; */
    border: 1px solid slategray;
}
.header-top .right-content {
	/*-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;*/
	display: flex;
    flex-direction: row-reverse;

}

.header-top button, input, select a:hover {
	color: #137bc6;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #fff;
}


.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: #fff!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: #f14e52!important;
		background-color: transparent!important;
}

.header-top .contact-info li {
		float: left;
		font-size: 13px;
		color: #fff;
		margin-right: 10px;
		padding-right: 10px;
}
.header-top .contact-info li a {
		color: #fff;
}

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



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

.header-bottom .search-icon {
		cursor: pointer;
		color: #1b7091;
		font-size: 14px;
		height: 25px;
		width: 25px;
		line-height: 25px;
		text-align: center;
		border: 1px solid #1b7091;
		border-radius: 100%;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
.header-top .social-menu li {
    float: left;
    margin-left: 1px;
    font-size: 12px;
    padding: 5px 0;
    background: #1c66a0;
}

.header-bottom .search-icon:hover {
		border-color: #f14e52;
		color: #f14e52;
}
.header-bottom .searchform .btn:hover {
    background-color: #1b7091;
}
.navigation .nav-links a, .bttn, button {
    background: #333;
        background-color: rgb(51, 51, 51);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px;
    border: none;
    padding: 12px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.breadcrumb-trail.breadcrumbs {
		  margin-bottom: 30px!important;
		  padding: 15px 0px;
		  background-image: url(images/ushus.jpg);
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		  background-position:right;
		  background-color: rgba(17,11,68,0.5);
		  color:#ba0027;
		  font-weight:700;
		  background-blend-mode:multiply;
}
.breadcrumb-trail.breadcrumbs .trail-title {
		float:none!important;
		font-weight: 500;
		font-size: 22px;
		font-family: Arial;
		padding: 5px 0px 0px 0px;
		
		color: #fff;
		margin-bottom: 5px;
		line-height:22px;
		text-align: center;
}
.breadcrumb-trail.breadcrumbs .trail-items {
		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;
		position: relative;
		line-height: 18px;
		padding: 0px 14px;
		font-weight:normal;
}




.breadcrumb-trail.breadcrumbs .trail-title:lang(ml) {
		float:none!important;
		font-weight: 500;
		font-size: 22px;
		font-family: "Meera";
		padding: 5px 0px 0px 0px;
		text-transform:uppercase;
		color: #fff;
		margin-bottom: 5px;
		line-height:22px;
		text-align: center;
}
.breadcrumb-trail.breadcrumbs .trail-items:lang(ml) {
		padding: 1px 0;
		list-style: none;
		color: #d5a590;
		width:100%;
		display: flex;
		justify-content: center;
}
.breadcrumb-trail.breadcrumbs .trail-items li span:lang(ml) {
		font-size: 15px;
		position: relative;
		line-height: 18px;
		padding: 0px 14px;
		font-weight:normal;
		font-family:"Meera";
}

/* #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-title {
		font-size: 18px;
		border-left: 3px solid #178bff!important;
		font-weight: 600;
		line-height: 24px;
		color: #f5f5f5;
		margin-bottom: 30px;
		padding-left: 20px;
}
#top-footer .widget-title:lang(ml) {
  font-size: 18px;
  border-left: 3px solid #178bff !important;
  font-weight: 600;
  line-height: 24px;
  color: #f5f5f5;
  margin-bottom: 30px;
  padding-left: 20px;
	font-family: arial;
}



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

#top-footer .widget-title:first-letter {
		color: #178bff!important;
	
}

#top-footer .widget ul li {
		position: relative;
		padding: 0 20px 1px 10px!important;
		font-size: 14px;
		color: #a5a9a9;
}
#top-footer {
		padding: 30px 0 25px!important;
		/* background-image: url(images/footer-bg.png);*/
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		  background-position:right;
		  background-color: #253044;
}


#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: #c7c7c7;
		line-height: 24px;
		font-weight: 400;
}

#top-footer .widget ul li a {
		font-size: 14px;
		color: #a9aaac;
}

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

#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: #1d293e;
	text-align:center;
}
#bottom-footer:lang(ml) {
    padding: 20px 0;
    background-color: #1d293e;
	text-align:center;
	font-family: arial;
}
.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: -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:320px;
	  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13);
	  border-radius: 10px;
	border: 1px solid #767daf;
	background-color: rgba(255,255,255,0.1);
	margin-bottom:15px;

}
#fh-icon-box-2 .item-box h3 a {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  padding: 15px 0px;
  line-height:16px;
	text-transform:normal!important;
	color:#FFFFFF!important;
}

#fh-icon-box-2 .item-box h3 a:hover {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  padding: 15px 0px;
  line-height:16px;
	text-transform:uppercase;
	color:#212529 !important;
}




#fh-icon-box-2 .item-box:hover {
   background-color: #FFFFFF;
   /* background-image: linear-gradient(to right, rgba(137,0,180,1), rgba(0,101,179,1));*/
	color:#212529;
	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);
}

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

#fh-icon-box-2 .item-box:hover img {
	  -webkit-transform: translateY(-8px) skewY(0deg);
-ms-transform: translateY(-8px) skewY(0deg);
transform: translateY(-8px) skewY(0deg);
	  -webkit-filter: invert(100%);

}
#fh-icon-box-2 .item-box img {
	width:100%;

}
#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;
	color:#f0f0f0;
}
#fh-icon-box-2 p:lang(ml) {
  margin-bottom: 0;
  transition: 0.5s;
	color:#f0f0f0;
	font-family:"Meera";
	font-size:14px;
}
/* fh icon box 3   */

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

}

#fh-icon-box-3 .item-box {
  padding: 7px 10px;
  transition: 0.5s;
  background: #FFFFFF;
  /*height: 150px;*/
  line-height:1.2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#fh-icon-box-3 .item-box h3 a{
	color: #e49f37;
}

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

#fh-icon-box-3 .item-box:hover img {
	  -webkit-transform: translateY(0px) skewY(0deg);
	-ms-transform: translateY(0px) skewY(0deg);
	transform: translateY(0px) skewY(0deg);
 	mix-blend-mode: multiply; 
}

#fh-icon-box-3 .item-box:hover {
	background-color: #ededed;

}

#fh-icon-box-3 .item-box img {
 mix-blend-mode: multiply;
}


#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: 15px;
  font-weight: 500;
  transition: 0.5s;
  padding-top: 10px;
}
#fh-icon-box-3 p {
  margin-bottom: 0;
  transition: 0.5s;
}


/* fh icon box 4   */

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

}

#fh-icon-box-4 .item-box {
  padding: 0px 10px;
  transition: 0.5s;
  line-height:1.2;

}
#fh-icon-box-4 .item-box h3 a{
	color: #e49f37;
}

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

#fh-icon-box-4 .item-box a img {
	-webkit-transform: translateY(-8px) scale(1.05);
	-ms-transform: translateY(-8px) scale(1.05);
	transform: translateY(-8px) scale(1.05);
}

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

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

/* fh icon box 5   */

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

}

#fh-icon-box-5 .item-box {
  padding: 7px 10px;
  transition: 0.5s;
  background: #FFFFFF;
  height: 130px;
  line-height:1.2;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
	border: 1px solid rgba(0,0,0,0.06);
}
#fh-icon-box-5 .item-box h3 a{
	color: #e49f37;
}

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

#fh-icon-box-5 .item-box:hover img {
	  -webkit-transform: translateY(0px) skewY(0deg);
-ms-transform: translateY(0px) skewY(0deg);
transform: translateY(0px) skewY(0deg);
 mix-blend-mode: multiply;
}

#fh-icon-box-5 .item-box:hover {
background-color: #ededed;
}

/* #fh-icon-box-5 .item-box img {
 mix-blend-mode: multiply;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.23);
-webkit-transform: translateY(-8px) scale(1.05);
-ms-transform: translateY(-8px) scale(1.05);
transform: translateY(-8px) scale(1.05);
}
*/

#fh-icon-box-5 .item-box img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
	-webkit-transition: all .24s ease-in-out;
-o-transition: all .24s ease-in-out;
transition: all .24s ease-in-out;
}



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

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


#fh-icon-box-6 {
  text-align: center;
/*  overflow: hidden;*/
	line-height:20px;

}
#fh-icon-box-6.radius {
  border-radius: 185px;
}
#fh-icon-box-6 .item-box {
  padding: 10px 7px;
  transition: 0.5s;
    height:250px;
	  /* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13); */
	box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
	  border-radius: 10px;
	background-color: rgba(255,255,255,0.6);
	margin-bottom:15px;
	border: 1px solid transparent;

}
#fh-icon-box-6 .item-box h3 a {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  padding: 15px 0px;
  line-height:16px;
	text-transform:uppercase;
	color:#212529!important;
	display:none;
}

#fh-icon-box-6 .item-box h3 a:hover {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  padding: 15px 0px;
  line-height:16px;
	text-transform:uppercase;
	color:#e79a2f !important;
}

#fh-icon-box-6 .item-box:hover {
   background-color: #FFFFFF;
   /* background-image: linear-gradient(to right, rgba(137,0,180,1), rgba(0,101,179,1));*/
	color:#212529;
	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0);
	border: 1px solid #178bff;
	transition: 0.5s;
}

#fh-icon-box-6 .item-box:hover i,
#fh-icon-box-6 .item-box:hover p {
  color: #212529!important;
}

#fh-icon-box-6 .item-box img {
 mix-blend-mode: multiply;
	transition: 0.5s;
}

#fh-icon-box-6 .item-box:hover img {
	  -webkit-transform: translateY(-8px) skewY(0deg);
-ms-transform: translateY(-8px) skewY(0deg);
transform: translateY(-8px) skewY(0deg);
	transition: 0.5s;
	
}

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

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

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

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



.tg-team-widget img {
    width:auto!important;
	border-radius: 25px 25px 0px 25px;
}
.team-wrapper .team-content {
	color: #777;
	margin: 10px 0 15px;
}
.team-wrapper .team-content-wrapper {
    padding-top: 1px;
    position: relative;
    text-align: center;
}
.team-wrapper .team-title {
    font-size: 1.0em!important;
	color:#000000!important;
}
.team-wrapper .team-content-wrapper {
    text-align: center;
	font-size:0.9em!important;
}
.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;
}

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

/* 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.2em!important;
	font-weight:normal;
	 display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
	}
.lsow-heading .lsow-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 2px;
    margin: 0 auto 20px;
    color: #333;
    font-weight: bold;
}

.bt-headline:before{
    content: ' ';
    width: 2.1875rem;
    border-top: 2px solid #ec202c;
    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;
}

#sliderpic {
	z-index:9999;
	position:relative;
}
#sliderpic a img {
	border: 0;
	padding: 0px;
}
/*.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;
}

.videobg {
    margin-bottom: 20px !important;
    padding: 35px;
/*    background-image: url(images/videobg1.jpg);*/
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: right;
    color: #FFFFFF;
    font-weight: 700;
}


.psac-post-carousel.psac-design-2 .psac-post-title {
    font-size: 22px;
    line-height: 22px;
}
.psac-post-title {
    margin: 10px 0 5px 0 !important;
}
.psac-post-categories {
    display: inline-block;
    text-transform: uppercase;
    color: #666;
    z-index: 9;
    position: relative;
    margin-bottom: 0px!important;
}
.psac-post-categories a {
    text-decoration: none;
    margin: 0px;
    border-bottom: 1px solid #f1f1f1;
	color:#1b7091;
	font-weight:bold;
}
.psac-post-meta {
    margin: 0 0 5px 0;
    text-transform: uppercase;
	color:#ef5852;
	font-weight:600;
}
.psac-post-meta span {
    font-style: normal!important;
    font-size: 12px;
}
.psac-readmorebtn {
    -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;
    text-decoration: none !important;
    color: #FFF;
    border: 0px solid transparent;
    padding: 8px 15px;
    font-size: 13px;
    display: block;
    box-sizing: border-box;
    line-height: normal !important;
	background-color:#ef5852;
    bottom: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    margin-right: 2px;
}
.psac-readmorebtn:hover, .psac-readmorebtn:focus{
	background:#1b7091;
	color:#fff;
}
.psac-post-carousel.psac-design-2 .psac-post-carousel-content {

    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

}
.psac-post-carousel.psac-design-2 .psac-post-carousel-slide:hover .psac-post-carousel-content{
	border-color: #ef5852;  
}
.psac-post-carousel.psac-design-2 .psac-post-margin-content {
    padding: 0px;
}
.psac-post-short-content {
    margin-bottom: 5px;
}

.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: rgba(239,88,82,0.5);
    color: #fff;
    border-color: rgba(239,88,82,0.5);
}

.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: 0%;
	position: relative;
}

.blog-section .row:nth-child(odd) {
	float: left;
	width: 100%;
	background-image: url(images/sskbg.jpg);
}
.blog-section .row:nth-child(2n+1) .entry-title a {
    color: #373737;
}

.psac-post-carousel.psac-design-2 .psac-post-carousel-content {
  border: 0px solid #ddd!important;
  text-align: center;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.blog-section .tg-blog-widget-layout-1 .entry-title a:hover, .blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover {
    color: #373737;
	line-height:
}

.blog-section .row:nth-child(2n+1) .blog-content {
    float: left;
    padding: 15px 5px 15px 15px;
    width: 50%;
    position: absolute;
    transform: translateX(100%);
}
.blog-section .row:nth-child(2n+1) .entry-meta .fa {
    padding-right: 5px;
    display: none;
}
.blog-section .row:nth-child(2n+1) .entry-meta a {
    font-size: 12px;
    color: #565b61;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
	color: #373737;
}

.blog-section .tg-blog-widget-layout-1 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover {
	color: #373737!important;
}


.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
    background-color: transparent;
}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title {
    font-size: 18px;
    line-height: 20px!important;

}

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a {
    font-size: 18px;
    font-weight: normal;
	color:#262643!important;
	font-weight:600;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a:hover {
    color: #e03927!important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-meta span {
    font-style:normal;
	font-size:13px;
	color:#6e6e6e;
	font-weight:600;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button) {
    color: #1b7091;
    font-size: 13px;
    line-height: 10px;
    font-weight: 500;
    text-transform:lowercase;
    display: inline-block;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
	padding:10px 15px!important;
	border-radius:0px;
	border: 1px solid #1b7091;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more {
  margin: 5px 0 0 0!important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button):hover {
	color:#FFF!important;
	background-color:#1b7091;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap {
    text-align: center;
    max-width: 650px;
    margin: 10px auto 0;
}
/*
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image img {
    display: block;
    width: 100%;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    border-radius: 15px 0px 15px 0px;
} */
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image img {
  display: block;
  width: 100%;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  border-width: 8px;
  border-style: solid;
  border-color: #f8f8f8;
  webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
}

.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h3 {
    font-size: 18px!important;
    text-align: center;
    font-weight: 600;
    color: #474747;
    margin: 10px 0 0 0;
    line-height: initial;
}
.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail {
    line-height: 0;
    overflow: hidden;
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.so-widget-sow-post-carousel-default-25c3c43e588e-643 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
    width: 270px;
    background: #e4e4e4;
    padding: 2px;
}

.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
    display: block;
    margin-right: 35px;
	box-shadow: 0 4px 7px 0 #ddd;
    overflow: hidden;
    background: #fff;
  
}

.sow-carousel-wrapper .sow-carousel-items .sow-carousel-item img:hover {
	-webkit-filter: greyscale(0%);
    filter: greyscale(0%);
}


.so-widget-sow-post-carousel-default-28386c5ae88c-643 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item:focus .sow-carousel-thumbnail a span.overlay,
.so-widget-sow-post-carousel-default-28386c5ae88c-643 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item:hover .sow-carousel-thumbnail a span.overlay .sow-carousel-thumbnail a:hover {
  opacity: 0.0;
	 -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
    background: #e03927;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
}
.blog-section .tg-blog-widget-layout-2 .post-image img {
    width: 100%;
    padding: 0;
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.blog-section .tg-blog-widget-layout-2 .post-image img:hover {
    width: 100%;
    padding: 0;
	 -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	transform: scale(1.05);
}
.blog-section .tg-blog-widget {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tg-column-wrapper .tg-column-3 .blog-section .tg-blog-widget-layout-2 .post-image img:hover {
     -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a {
    font-size: 18px;
    line-height: 18px;
    display: block;
	padding:0px 10px;

}

.blog-section .tg-blog-widget-layout-2 .entry-title a:hover {
	color:red;
}

.tg-column-wrapper .tg-column-3 {
    width: 30.33%;
	float: left;
    margin-left: 3%;
    position: relative;
	/*background-color:#fff;
	overflow: hidden;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13);*/
	min-height:450px;
}

.blog-section .tg-blog-widget-layout-2 .blog-content {
    float: none;
    padding: 0px;
    width: auto;

}

.blog-section .tg-blog-widget-layout-2 .read-more-container {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	background-color: #e03927;
	bottom: 0px;
	position: absolute;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more {
    float: right;
    background: #1b7091;
    padding: 15px 10px;
    width: 50%;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
    font-size: 14px;
    color: #fff;
}
.tg-blog-widget-layout-2 .read-more-container .entry-author a {
    color: #fff;
    font-size: 14px;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
    float: left;
    color: #FFF;
    padding: 12px;
}

.so-widget-lsow-portfolio-default-1398c7c9e37b .lsow-portfolio .lsow-portfolio-item {
    padding: 20px;
    min-height: 300px;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry {
    margin: 0;
    padding: 0;
    border: none;
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 300px;

}

.lsow-testimonials-slider .lsow-testimonial-text {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    color: #f2f2f2;
}
.lsow-container .lsow-flex-direction-nav a.lsow-flex-next {
    right: -10px;
}

.lsow-container .lsow-flex-direction-nav a.lsow-flex-prev {
    left: -10px;
}
/*background: linear-gradient(135deg, orange 60%, cyan);*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+29,1e5799+29,7db9e8+29,7db9e8+29 */
.backgroundkfon {

background: #FFFFFF; /* Old browsers */
background: -moz-linear-gradient(top,  #FFFFFF 35%, #FFFFFF 35%, #220c67 35%, #220c67 35%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #FFFFFF 35%,#FFFFFF 35%,#220c67 35%,#220c67 35%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #FFFFFF 35%,#FFFFFF 35%,#220c67 35%,#220c67 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#220c67',GradientType=0 ); /* IE6-9 */

}

.functions {
		  margin-bottom: 20px!important;
		  padding: 25px;
		  background-image: url(images/h1-bg01.jpg);
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		  background-position:right;
		  background-color: rgba(17,11,68,0.5);
		  color:#ba0027;
		  font-weight:300;

}
.dashboard{
	color:#025c99;
}
.dashboard h4{
	text-align:center;
	border: 1px solid #dfdfdf;
	border-bottom:0px;
	background-color:#c7dee2;
}
.dashboard th{
	text-align:center;
}
.lsow-testimonials-slider .lsow-testimonial-user .lsow-text .lsow-author-name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #e1e1e1;
    text-transform: uppercase;
    clear: none;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

.widget_type_1 .bottom_branding {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 5px;
  text-align: center;
  display: none;
}

.widget_type_1 .type_1_small {
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 10px!important;
  letter-spacing: 0.8px;
  text-align: center;
  color: #b7c0cd;
  text-transform: uppercase;
}
.widget_type_1 .type_1_big {
  font-family: "Exo 2", sans-serif;
  font-size: 42px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f4f6fc;
  margin-top: 10px!important;
  margin-bottom: 5px;
}

.lsow-accordion.style1 .lsow-panel .lsow-panel-title {
    position: relative;
    display: block;
    padding: 10px 50px 10px 15px!important;
    font-size: 20px!important;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: bold;
    color: #666;
    margin: 0;
}
.lsow-accordion.style1 .lsow-panel {
    margin: 5px 0 0!important;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title {
  color: #ffffff!important;
  background: #5187b1!important;
}
.lsow-accordion.style1 .lsow-panel:hover .lsow-panel-title {
  background: #5187b1!important;
	color:#ffffff!important;
}

.lsow-accordion.style1 .lsow-panel .lsow-panel-title, .lsow-accordion.style3 .lsow-panel .lsow-panel-title {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
  .lsow-accordion.style1 .lsow-panel .lsow-panel-title:after, .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
    font-family: 'lsow-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
	content: "\e901" !important;
    right: 30px;
    top: 16px!important;
    font-size: 20px!important;
    line-height: 1;
    color: #666;
    font-weight: 500!important;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }
.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title:after, .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
		color:#fff!important;
	    -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s; 
}
.lsow-accordion.style1 .lsow-panel:hover .lsow-panel-title:after, .lsow-accordion.style3 .lsow-panel:hover .lsow-panel-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
		color:#fff!important;
	     -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s; 
}

.psacp-post-title a {
  text-decoration: none !important;
  border: 0 !important;
}
.psacp-post-title a:hover {
  text-decoration: none !important;
  border: 0 !important;
  color: #41a9d5;
}




.so-widget-sow-headline .sow-headline-container h3.sow-sub-headline {
  text-align: center;
  color: #606060;
  line-height:1!important;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
        /* styles for browsers larger than 960px; */	
		#fh-icon-box-2 {
		  margin-bottom: 0;
		  transition: 0.5s;
		  color: #f0f0f0;
			font-size:10px;
			line-height:11px;		
	}
	.service-image-wrap img {
	  		width: 20%;
	}

}

@media (max-width: 768px) {
        /* styles for browsers larger than 960px; */	
		#fh-icon-box-2 {
		  margin-bottom: 0;
		  transition: 0.5s;
		  color: #f0f0f0;
			font-size:11px;
			line-height:12px;		
	}
	.service-image-wrap img {
	  		width: 30%;
	}

}
@media only screen and (max-width: 960px) {
        /* styles for browsers larger than 960px; */	
		#fh-icon-box-2 {
		  margin-bottom: 0;
		  transition: 0.5s;
		  color: #f0f0f0;
			font-size:12px;
			line-height:12px;
	}
		.service-image-wrap img {
	  		width: 40%;
	}
	
}

@media only screen and (max-width: 1600px) {
        /* styles for browsers larger than 1440px; */
		#fh-icon-box-2 {
		  margin-bottom: 0;
		  transition: 0.5s;
		  color: #f0f0f0;
			font-size:14px;
			line-height:16px;

	}
	.service-image-wrap img {
	  		width: 60%;
	}
	
		#fh-icon-box-2 .item-box {
		  padding: 5px 10px;
		  transition: 0.3s;
		  height: 360px;

	}
}
