/*
 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;
    font-style: normal;
}*/
@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;

}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('fonts/Poppins-Regular.eot');
  src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'),
       url('fonts/Poppins-Regular.ttf') format('truetype'),
       url('fonts/Poppins-Regular.woff') format('woff'),
       url('fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body {
	background: #fff!important;
	font-family: 'Poppins', sans-serif !important;
}

body:lang(ml){
	color: #333;
  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;
}
.single .entry-thumbnail{
    margin-top: 20px;
    width: 100%;
    padding: 10px 0px 10px 0px;
}
.tg-blog-widget-layout-2 .blog-content p{
	display:none;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
    padding: 14px 0px 14px 0px;
	box-shadow: 0 15px 35px rgba(255, 255, 255, 0.1),0 5px 15px rgba(133, 121, 121, 0.07);}
small {
	font-size: 75%;
}

small:Lang(ml) {
	font-size: 75%;
}

big {
	font-size: 125%;

}
big:Lang(ml) {
	font-size: 125%;

}

h1 {
	font-size: 36px;
}

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

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

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

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

h5 {
	font-size: 18px;
}
h5:lang(ml) {
	font-size: 18px;
	 font-family:"Meera";
}

h6 {
	font-size: 16px;
	padding:  5px 0px 6px 0px;
}
h6:lang(ml) {
	font-size: 14px;
	 font-family:"Meera";
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6:Lang(ml) {
	font-weight: 600;
	 font-family:"Meera";
}
/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/
.logo {
	float: left;
	padding: 0;
	background-image: url(images/logo_en_edu2.png);
	display: block;
	background-repeat: no-repeat;
	width: 600px;
	height: 86px;
	line-height: 65px;
	margin: 5px 0px;
}
.logo:lang(ml){
	float: left;
	padding: 0;
	background-image: url(images/logo_en_edu.png);
	display: block;
	background-repeat: no-repeat;
	width: 600px;
	height: 79px;
	line-height: 65px;
	margin: 5px 0px;
}
@media (max-width: 980px){
.logo {
    display: block;
	background-image: url(images/moble.png) !important;
width: 360px;
height: 62px;
}
}
@media (max-width: 980px){
.logo:lang(ml){
    display: block;
	background-image: url(images/moble.png) !important;
width: 360px;
height: 62px;
}
}
.entry-content, .entry-summary {
    color: #181818;
}

#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: #fff;
}
#site-navigation {
	float: left;
}
#site-navigation ul li {
	float: left;
	padding: 10px 10px 10px 10px;
	position: relative;
	list-style: none !important;
}
#site-navigation ul li a {
	font-size: 15px;
	font-weight: 500;
    /*text-transform:uppercase;*/
	color: #000;
}
#site-navigation ul li a:lang(ml){
	
	 font-family:"Meera";
	font-size: 18px;
}

#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: #1A1E51!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: 5%;
	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: 4px solid #DDB27B;
	border-top: 2px solid #CC6D53;
}

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

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

#site-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#site-navigation ul.sub-menu li a {
	color: #000;
	text-transform: none;
	font-weight: 400;
}
#site-navigation ul.sub-menu li:hover > a {
	color: #CC6D53!important;
}
.sub-toggle {
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#site-navigation li::after {

	content: "|";

	float: right;
	padding-left:10px;

	color: #4A823C;

	}

	#site-navigation li:last-child::after {

	display: none;

	}

#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: #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 {
	
    padding: 0px;
}

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

input:lang(en).lsow-button, button:lang(en).lsow-button, a:lang(en).lsow-button, .lsow-button:active, .lsow-button:visited:lang(en) {
    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%);
}
input:lang(ml).lsow-button, button:lang(ml).lsow-button, a:lang(ml).lsow-button, .lsow-button:active, .lsow-button:visited:lang(ml){
	    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: 16px;
    font-weight: 600;
    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%);
	font-family:"Meera";
}
input:lang(ml).lsow-button, button:lang(ml).lsow-button, a:hover:lang(ml).lsow-button, .lsow-button:active:hover, .lsow-button:visited:hover:lang(ml){
	background: #ef5852;
}
input:lang(en).lsow-button, button:lang(en).lsow-button, a:hover:lang(en).lsow-button, .lsow-button:active:hover, .lsow-button:visited:hover:lang(en){
	background: #ef5852;
}
/*--------------------------------------------------------------
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: 600;
	line-height: 1.0;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif !important;
text-transform: uppercase;
}

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

.tg-service-widget .service-title-wrap a{
	
		/*font-family: 'Poppins', sans-serif;*/
}

.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 1px;
}
.tg-service-widget .service-more {
	font-weight: 600;
	font-size: 13px;
	color: #30afb8;
	display: inline-block;
}

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

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

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

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

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #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: 20px !important;
}
.section-title {
	color: #322F2F;
	font-weight: 700;
	text-align: left;
	text-transform:none;
	position: relative;
	margin-bottom: 20px; 
	text-align: center;
}

.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:#AA5144;
	/*background: -moz-linear-gradient(to top, #F6F8F9 0%, #E5EBEE 0%, #D7DEE3 0%, #F5F7F9 100%);
		/*border-bottom: 1px solid #f7f0ea;*/
		color: #fff;
	    padding: 6px;
	

}
.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: #1b7091!important;
}

.transparent .social-menu li a {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		color: #8e915a;
		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: #6f706f;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #f7f0ea;
}
.header-top .contact-info li a {
		color: #6f706f;
}

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

.header-bottom .search-wrap {
		float: right;
		padding: 0px 0 0px 20px;
		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-bottom .search-icon:hover {
		border-color: #f14e52;
		color: #f14e52;
}
.header-bottom .searchform .btn:hover {
    background-color: #DD9933;
}
.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: 20px!important;
		  padding: 25px;
		  background-image: url(images/ushus.png);
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		  background-position:right;
		 /*background-color: #5a5a5a;*/
		  height: 150px;
		  color:#ba0027;
		  font-weight:700;
		  background-blend-mode:multiply;
}
.breadcrumb-trail.breadcrumbs .trail-title {
		float:none!important;
		font-weight: 900;
		font-size: 30px;
	   /* font-family: Arial;*/
		padding: 30px 0px 0px 0px;
		text-transform:uppercase;
		color: #000;
		margin-bottom: 10px;
	/*	width:50%;*/
		line-height:25px;
		text-align: center;
		font-family:"Meera";
}
.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: #863e1e !important;
}

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

#top-footer .widget-title {
		font-size: 18px;
		border-left: 2px solid #000;
		font-weight: 600;
		line-height: 24px;
		color: #fff;
		margin-bottom: 30px;
		padding-left: 20px;
}

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

#top-footer .widget-title:first-letter {
		color: #fff;
	
}

#top-footer .widget ul li {
		position: relative;
		padding: 0 20px 1px 10px!important;
		font-size: 14px;
		color: #a5a9a9;
}
#top-footer .widget ul li:lang(ml){
	
  font-family:"Meera";
	font-size: 16px;
	
}
#top-footer {
		background-color: #6F2B20;
	/*	background-image: linear-gradient(to bottom, #6f6f6f , #606060);*/
	background-image: url(images/lstbg.png) ;
		padding: 30px 0 25px!important;
}
#top-footer .widget {
		margin-bottom: 0px!important;
}
#top-footer .widget a {ssss
		color: #aa4204;
}
#top-footer .widget a:hover {
	color: #30afb8;
}

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

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

#top-footer .widget ul li a {
		font-size: 14px;
		color: #a9aaac;
}
#top-footer .widget ul li a:lang(ml){
	font-size: 16px;
	  font-family:"Meera";
}
#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: #3A1A0D;
	text-align:center;
}
#bottom-footer:lang(ml){
	
font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
}
.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: 3px;
	border-color: #fff;
	display:inline-block;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(153,151,153,0.2) !important;
	-moz-box-shadow: 0px 0px 20px 0px rgba(153,151,153,0.2) !important;
	box-shadow: 0px 0px 20px 0px rgba(153,151,153,0.2) !important;
}

#fh-box{
	position:relative;
	margin-top:-40px;
	box-shadow: 0px 15px 10px -15px #111;
	background-color:#fff;
	border-radius: 10px 10px 20px 20px;	
	overflow: hidden;
}	

#fh-icon-box-2 {
    text-align: center;
    padding: 0px;
	z-index:9999;
	position:relative;
}

#fh-icon-box-2 .item-box {
  padding: 0px;
  transition: 0.5s;
	background-color: transparent;
	border:1px solid transparent;
}
#fh-icon-box-2 .item-box:hover {
	border-radius: 5px;
	border:1px solid #ef5852;
}
#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: #ef5852;
}

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

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

/* 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: 150px;
  line-height:1.2;
}
#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(-8px) skewY(2deg);
-ms-transform: translateY(-8px) skewY(2deg);
transform: translateY(-8px) skewY(2deg);
}

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



.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: 18px;
    line-height: 18px;
}
.psac-post-carousel.psac-design-2 .psac-post-title a{
	
	
}
.psac-post-carousel.psac-design-2 .psac-post-title a:lang(ml){
	font-family:"Meera";
	
}
.psac-post-title {
    margin: 0 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 {
    border: 1px solid #ddd;
    text-align: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	min-height: 470px;
}
.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-post-short-content:lang(ml){
	
	font-family:"Meera";
}
.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: 1%;
	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;
}

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

}

.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: 17px;
padding: 10px;
	color:#000!important;
	font-weight:400;
	text-transform: none;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a:lang(ml){
	font-family:"Meera";
	
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title a:hoverlang(ml) {
    color: #000!important;
}
.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):lang(en){
    color: #AB2104;
    font-size: 13px;
    line-height: 10px;
    font-weight: 500;
    text-transform:capitalize;
    display: inline-block;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
	/*background-color:#e03927;*/
	padding:10px 15px!important;
	border-radius:5px;


}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button):lang(ml){
	font-family:"Meera";
	    color: #FFF;
    font-size: 16px;
    line-height: 10px;
    font-weight: 500;
    text-transform:capitalize;
    display: inline-block;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
	background-color:#e03927;
	padding:10px 15px!important;
	border-radius:5px;
	
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more a:not(.lsow-button):hover {
	color:#000!important;
	/*background-color:#fff;*/
}
.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;
	position:relative;
	left:70px;
    width: 30%;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    border-radius: 15px 0px 15px 0px;
	padding-top:40px;
}
.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: 45px;
	box-shadow: 0 4px 7px 0 #ddd;
    overflow: hidden;
    background: #fff;
    height: 350px;
}

.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%);
}
.psac-post-carousel.psac-design-1 .psac-post-title a{
	

}
.psac-post-carousel.psac-design-1 .psac-post-title a:lang(ml){
		font-family:"Meera";
	font-size: 18px;
	
}
.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:lang(ml){
	
		font-family:"Meera";
}

.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:430px;*/
}

.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: #FFFFFF;
	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%;
    text-align: center;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover{
	background: #e03927;
	color: #FFFFFF;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
    font-size: 14px;
    color: #fff;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a:hover{	
	color: #FFFFFF;
}
.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;
	visibility: hidden;
}

/*p,
[class^="hvr-"] {
    font-family: 'Roboto', sans-serif;
}*/
p {
    margin: 0 0 30px;

}
p:lang(ml){
	    font-family: "Meera";
	
}
.hvr-sweep-to-right:lang(ml){
	
	   font-family: "Meera";
}

[class^="hvr-"] {
  margin-top: .7em;
  padding: 0.8em 1em;
  cursor: pointer;
  background: #FFF;
  text-decoration: none;
  border:1px solid #ebebeb;
	border-left:3px solid #8ec1da;
  color: #0c1c3a;
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(153,151,153,0.2) !important;
	-moz-box-shadow: 0px 0px 20px 0px rgba(153,151,153,0.2) !important;
	box-shadow: 0px 0px 20px 0px rgba(153,151,153,0.2) !important;
  /* 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;
}
ul,
[class^="hvr-"] {
    list-style: none;
	margin-left: 0px;
}



/* Sweep To Right */
.hvr-sweep-to-right {
  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);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8ec1da;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.so-widget-lsow-portfolio-default-1398c7c9e37b .lsow-portfolio .lsow-portfolio-item {
    padding: 20px;
    min-height: 450px;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry:lang(en){
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
	height: 200px;
   /* min-height: 400px;*/

}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry:lang(ml){
	    margin: 0;
    padding: 0;
    border: none;
    background: #85A66D;
    -webkit-box-shadow: none;
    box-shadow: none;
  /*  min-height: 400px;*/
}
.header-top .right-content{
	-webkit-box-flex: 1;
-ms-flex: 1;
flex:none;
}
.post .entry-thumbnail{
float: left;
margin-right: 30px;
/*width: 33.7%;*/
	width: 60%;
padding: 10px 0px 10px 0px;
}
#secondary{
	
	float: right;
width: 32.22%;
background-color: #FFF;
padding: 20px 10px;
box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;

}
#secondary .widget ul li a{
	font-family: "Meera";
	font-size: 16px;
	
	}
#secondary .widget ul li a:hover{
	
	color: #AD131C;
}
#secondary .widget ul li{
	position: relative;
padding: 0 0 10px 20px;
font-size: 12px;
		border-bottom: 1px solid #D8D6D6;
}
#secondary .widget-title{
font-size: 18px;
position: relative;
margin-bottom: 30px;
background: #f14e52;
padding: 5px;
color: white;
text-align: center;
	
}

#secondary .widget-title:lang(ml){
font-size: 18px;
position: relative;
margin-bottom: 30px;
background: #f14e52;
padding: 5px;
color: white;
text-align: center;
font-family: "Meera";
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
table:lang(ml){
	
	font-family:"Meera";
	font-weight: 600;
}
td:lang(ml){
		font-family:"Meera";
		font-weight: 600;
}
td {
    border: 1px solid #ccc;
    padding: 9px 5px;
}

tr:nth-child(even) {background-color:#f7f8f9}
th{
	background: #d5e6ee;

	color:#171616;
	text-align: center;
	padding: 5px;

}
th:lang(ml){
		font-family:"Meera";
}
tr:hover{
	
background:#E3E8EC;
	color:#000;

}
.ow-button-base a:lang(ml){
	  font-family:"Meera";
	font-size: 18px; 
	font-weight: 700;
}
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date a:lang(ml){
    color: #fff;
    font-size: 15px;
    font-family: "Meera";
    font-weight: 600;
}
.button[type="submit"] {
  margin-bottom: 40px;
  margin-top: 40px;
}

button[type="submit"] {
  margin-bottom: 0px!important;
	
}
#primary .searchform .btn:hover {
  background: #cc9000 none repeat scroll 0 0;
}
.navigation .nav-links a, .bttn, button {
  background: #cc9000;
    background-color: rgb(204, 144, 0);
  background-color: #cc9000;
}
.vsrp{
	padding-top: 10px;
	padding-left:30px;
	height:325px;
	background-image: url(images/bgvsrp.png);
border-bottom:2px;  border-style:solid; color: #00923F;
	font-family:"poppins"!important;
	font-size: 16px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 4px 8px, rgba(0, 0, 0, 0.09) 0px 4px 4px;
	/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 1px -1px rgba(151,163,184,.5);*/
}
.vsrp_div{
	font-size: 16px !important;
	padding-left: 30px !important;
	font-family:"poppins"!important;
	
}
.lsow-posts-carousel .lsow-posts-carousel-item .hentry {
  background: #fff;
  border-radius: 0px!important;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-summary {
  color: #000;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta a {
  color: #fff;
	display: none;
}
.blog-section .row:nth-child(2n+1) .entry-meta {
  margin: 8px 0;
  color: #000;
  display: none;
}

p {
  margin: 0 0 2px !important;
}
.lsow-heading .lsow-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 2px;
  margin: 0 auto 20px;
  color: #2359e1;
  font-weight: bold;
}
.img {
	border:1px groove #2D92ED;
	padding: 30px;	
}
.img hover {
	border:1px groove #D0D0D0;
	padding: 30px;	
}
.icon{
	box-shadow: 0 0 10px -1px rgba(151,163,184,.5);
	padding: 30px;
	
}

.single .entry-content-block .entry-meta {
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}

.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a {
  color: #A03913 !important;
}

.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 15px 15px;
	color:#000;
  /*background-color: #041b3f;*/
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 15px 5px;
	height: 60px;
}
.lsow-dark-bg .lsow-heading .lsow-title {
  color: #000;
}
.vsrp{
	height:250px;
}
.icons .box-minimal-border:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.icons:hover {
  background: #f7f7f7;
  border-color: #f7f7f7;
  box-shadow: 0 5px 3px rgba(129, 132, 146, 0.14);
}

@media (min-width: 1600px){
	

.box-minimal-border {
  padding: 10px 15px 15px;
}}
.lsow-dark-bg .lsow-heading .lsow-title {
  color: #fff;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 2px !important;
}
.lsow-heading .lsow-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 2px;
  margin: 0 auto 20px;
  color: #000;
  font-weight: bold;
}
.service:hover {
  border-bottom-color: #6CBE03;
}
.service {
  background-color: #ffffff;
  border-bottom: 2px solid transparent;
    border-bottom-color: transparent;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  margin-bottom: 15px;
  padding: 12px 12px;
	height:200px;
  transition: all 0.15s ease-in-out;
}
.lsow-heading.lsow-style3 .lsow-title::after {
  width: 55px;
  height: 2px;
  background: #AA5144;
  display: block;
  content: "";
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image img {
  width: 70% !important;
  position: relative;
  left: 60px;
  transition: all 0.4s ease-in-out 0s;
  max-width: 100%;
	padding-top:10px;
align-content: center;
}

.myimg {
   text-align: center;
} 
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image .lsow-image-info .lsow-post-title {
  padding: 10px;
  margin: 0;
  font-size: 18px!important;
  line-height: 34px;
  font-weight: 400;
  color: #527359;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
}
.lsow-services.lsow-style5 .lsow-service .lsow-service-text .lsow-title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  clear: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px !important;
  line-height: 26px;
  margin-bottom: 10px;
}
.lsow-services.lsow-style5 .lsow-service {
  margin-bottom: 80px;
  background-color: #fff !important;
  height: 250px !important;
	padding-top:15px !important;
}
.lsow-services.lsow-style5 .lsow-service .lsow-service-text .lsow-title {
	color:#00923F !important;
}
.single .entry-content-block .entry-footer span {
  color: #8e8e8e;
  font-size: 14px;
  margin-right: 15px;
  visibility: none;
  display: none;
}
.post-navigation {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  display: none;

}
 body,p,tbody {
  border: 0;
  font-family: "poppins";
  font-size: 16px !important;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
	 
}
/*body,p,tbody:lang(ml) {
  border: 0;
  font-family: "meera";
  font-size: 18px !important;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}*/



li {
	
  list-style-type: square !important;
	font-size: 12px !important;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image .lsow-image-info .lsow-post-title a {
  display: inline;
  color: #ED0C8C;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 1px solid transparent;
}
.entry-content, .entry-summary {
  margin-top: 0px;
  color: #000;
}
.header-top .left-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}
.lsow-services.lsow-style1 .lsow-service .lsow-service-text .lsow-title {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #090B3B;
  text-transform: uppercase;
  clear: none;
  margin-top: 0;
  margin-bottom: 2px;

}
@media (max-width: 980px) {
  #site-navigation, .center-logo-below-menu #site-navigation {
    float: right;
    padding: 5px 0 !important;
  }
}

.dp-pagination .page-numbers {
  display: inline-block;
  padding: 1px 6px !important;
  color: #363636;
  font-size: 15px !important;
  background-color: #5ebb50 !important;
}
/*container .slick-next, .lsow-container .slick-next::before, .lsow-container .slick-next::after {
  
  color: #a1a4a1!important;
}*/
::before, ::after {
  box-sizing: border-box;
}
element {
}
.psac-post-slider.psac-design-1 .psac-post-overlay {
  background: #fff!important;
  border: 0px solid #000;
  position: absolute;
  padding: 10px;
  left: 0;
  right: 0;
  max-width: 90%;
  margin: 0 auto;
  top: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-30%);
  z-index: 2;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
element {
}
.psac-post-slider.psac-design-1 .psac-readmorebtn {
  color: #fff;
  border: 0px solid #555!important;
}
.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: 12px;
  display: block;
  box-sizing: border-box;
  line-height: normal !important;
  background-color: #5EBB50;
  bottom: 0;
  position: absolute;
  width: 30%;
  overflow: hidden;
  margin-right: 2px;
}
.psac-readmorebtn:hover {
	background-color:#5EBB50;
}
.psac-post-slider.psac-design-1 .psac-post-title {
  font-size: 16px;
  line-height: 30px;
}
.psac-post-meta {
  margin: 0 0 5px 0;
	display:none;
  text-transform: uppercase;
  color: #ef5852;
  font-weight: 600;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
element {
  height: 230px;
}
.psac-post-slider.psac-design-1 .psac-post-image-bg {
  margin-bottom: 0px;
}
.psac-post-slider.psac-design-1 .psac-post-image-bg {
  height: 400px;
}
.psac-post-slides .psac-post-image-bg {
  margin-bottom: 0px;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
element {
  height: 230px;
}
.psac-post-slider.psac-design-1 .psac-post-image-bg {
  height: 400px;
}
.psac-post-slider.psac-design-1 .psac-post-image-bg {
  margin-bottom: 0px;
}
.psac-post-slider.psac-design-1 .psac-post-image-bg {
  margin-bottom: 0px;
}
.psac-post-slider.psac-design-1 .psac-post-image-bg {
  height: 400px;
}
.psac-post-slides .psac-post-image-bg {
  margin-bottom: 0px;
}
.psac-post-slides .psac-post-image-bg {
  margin-bottom: 0px;
}
.psac-post-image-bg {
  position: relative;
  background-color: none !important;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.psac-post-image-bg {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: border-box;
}
element {
}
.psac-post-slider.psac-design-1 .psac-readmorebtn {
  color: #fff;
  border: 0px solid #555 !important;
}
.psac-post-slider.psac-design-1 .psac-readmorebtn {
  color: #fff;
  border: 2px solid #555;
}
.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: 12px;
  display: block;
  box-sizing: border-box;
  line-height: normal !important;
  background-color: #AA5144;
  bottom: -100px!important;
  position: absolute;
  width: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.psac-post-short-content {
  margin-bottom: 3px;
  font-size: 12px;
}
.icons a:hover {
  font-size: 14px !important;
  font-weight: 500;
  color: #FD9218 !important;
	background-color:#fff;
  text-align: center;
}
.icons a {
  font-size: 14px !important;
  font-weight: 500;
  color: #000 !important;
  text-align: center;
}
.lsow-portfolio-wrap .lsow-portfolio-header.lsow-no-heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none !important;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-summary {
  margin: 15px auto 0;
  padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  font-size: 11px;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-read-more {
  margin: 2px 0 0 0 !important;
}
.so-widget-lsow-posts-carousel-default-3dd089290af6-2 .lsow-posts-carousel .lsow-posts-carousel-item {
  padding:0px !important;
}
.lsow-container .slick-prev {
  left: 17px !important;
	z-index:1;
}
.lsow-container .slick-next {
  right: 17px;
}
@media only screen and (min-width: 1024px) {
  .lsow-posts-carousel {
    max-width: 100% !important;
  }
}
.pt-cv-title a {
  font-weight: 400;
  font-size: 13px;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image img {
  display: block;
  width: 25% !important;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}