﻿/*
 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: 'Manjari';
	src: url('fonts/subset-Manjari-Regular.eot');
	src: url('fonts/subset-Manjari-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/subset-Manjari-Regular.woff2') format('woff2'),
		url('fonts/subset-Manjari-Regular.woff') format('woff'),
		url('fonts/subset-Manjari-Regular.ttf') format('truetype'),
		url('fonts/subset-Manjari-Regular.svg#Manjari-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Noto-Sans-Malayalam';
    src:url('fonts/Noto-Sans-Malayalam.ttf.woff') format('woff'),
        url('fonts/Noto-Sans-Malayalam.ttf.svg#Noto-Sans-Malayalam') format('svg'),
        url('fonts/Noto-Sans-Malayalam.ttf.eot'),
        url('fonts/Noto-Sans-Malayalam.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
/*
.engfont{
	font-family: 'Poppins', sans-serif !important;
}*/
.malfont{
/* font-family: 'Manjari';*/
	font-family: 'Noto-Sans-Malayalam';
}

.malfont-18{
/* font-family: 'Manjari';*/
	font-family: 'Noto-Sans-Malayalam';
	font-size:18px;}

.malfont-16{
/* font-family: 'Manjari';*/
	font-family: 'Noto-Sans-Malayalam';
	font-size:16px;}

.malfont-14{
/* font-family: 'Manjari';*/
	font-family: 'Noto-Sans-Malayalam';
	font-size:14px;}


body {
	color: #666666;
	background: #fff!important;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	cursor: url("images/cursor.png"), auto;
	height:100%;
}
body:lang(ml){
	color: #333;
    font-family: 'Noto-Sans-Malayalam';
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.logo {
  float: left;
  padding: 5px 0px!important;
}

.logo .logo-image img {
	visibility: hidden;
}
.logo .logo-image {
     background-position:center;
     background-size: contain;
}

.logo .logo-image:lang(en){ 
	background-image: url(images/stationery-logo.png);
	background-repeat: no-repeat;
}

.logo .logo-image:lang(ml){ 
	background-image: url(images/logo-new-en3.png);
	background-repeat: no-repeat;
}

.sub-toggle {
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#site-navigation ul li.menu-item-has-children:hover > .sub-toggle {
  color: #ec7824;
}


.header-top h1 {
	color:#FFF;
}	
.header-top h1 {
  font-size: 13px;
  float: left;
  display: inline;
  margin-right: 8px;
  padding-top:2px;
}

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 {
	letter-spacing: 0px;
	margin-bottom: 0px;
	font-size: 22px;
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

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

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

h5 {
	font-size: 1.2em;
	letter-spacing: 0px;
	margin-bottom: 5px;	
}
h5:lang(ml) {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
h6:lang(ml) {
	font-size: 14px;
}
h1, h2, h3 {
	font-weight: 600!important;
	color: #313131;
}

h4, h5, h6 {
	font-weight: 500!important;
	color: #606464;
}
h1, h2, h3, h4, h5, h6:Lang(ml) {
	font-weight: 500;
}

h4 {
font-size: 20px !important;
color: #e8aa37 !important;
font-weight: 500;
}



.about-txt .so-widget-sow-headline .sow-headline-container h2.sow-headline {
  position: relative;
  display: inline-block;
  line-height: 45px;
  padding: 7px 18px 7px 0px;	
margin: 0px 0px 5px 0px;
  font-size: 45px!important;
  font-weight: 700;
  background-color: transparent;
  background-image: linear-gradient(-45deg, #ec7824 0%, #f85bac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-txt .so-widget-sow-headline .sow-headline-container h3.sow-sub-headline {
	font-weight: 500!important;
	line-height: 20px;
	font-size: 18px;
}
.about-txt2 .so-widget-sow-headline .sow-headline-container h2.sow-headline {
  position: relative;
  line-height: 45px;
  padding: 7px 18px 7px 0px;	
margin: 0px 0px 15px 0px;
  font-size: 45px!important;
  font-weight: 700;
	color:#fff;

}
.about-txt .so-widget-sow-button .ow-button-base .sowb-button {
	text-transform: uppercase;
  	margin: 0px 0px 0px 0px;
  	border-style: solid;
  	border-width: 0px 0px 0px 0px;
  	background-color: transparent!important;
  	background-image: linear-gradient(-45deg, #ec7824 1%, #f85bac 100%)!important;
  	border-radius: 0px 0px 0px 0px;
}
/*
.about-txt .so-widget-sow-headline .sow-headline-container h2.sow-headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: #2cbc63;
}
.so-widget-sow-headline .sow-headline-container h2.sow-headline {
  text-align: left;
  color: #dd3333;
  line-height: 16px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
*/
.bdp-post-title {
  margin: 0 0 15px 0 !important;
  line-height: 20px;
}

.bdp-post-title a {
  text-decoration: none !important;
  border-bottom: 0px !important;
  font-size:20px;
}
.bdp-post-grid-main.bdp-design-2 .bdp-no-thumb-image .bdp-post-margin-content {
  max-width: 100%;
  border: 10px solid #f9f9f9;
  margin: 0px !important;
  min-height: 250px;
}

#division-navigation { float: leftt;}
#division-navigation ul {list-style :none!important;}
#division-navigation ul li {float: left; position: relative; margin-left:10px; border-radius:4px;}

#division-navigation ul li a { font-size: 15px; text-transform: none; font-weight: 500; letter-spacing:-0.2px;color: #FFF; padding: 8px 15px 8px 15px; background: #49a760; line-height:3; }
#division-navigation ul li a:lang(ml) { font-size: 14px; text-transform: none; font-weight: 500; letter-spacing:-0.2px; }
#division-navigation ul li:hover > a,
#division-navigation ul li.current-menu-item > a,
#division-navigation ul li.current_page_item > a,
#division-navigation ul li.current_page_ancestor > a,
#division-navigation ul li.current-menu-ancestor > a {
	color: #fff; 
	background:#efb443;
}

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

#division-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: 0%;
	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 #009688;
}

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

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

}
#division-navigation ul li ul li:last-child a {
	padding: 5px 0px 5px 0px;
	background:none;
	text-align: left;
	width: 100%;
}
#division-navigation ul li ul li:last-child a:lang(ml) {
	padding: 5px 0px 5px 0px;
	background:none;
	text-align: left;
	width: 100%;
}
#division-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#division-navigation ul.sub-menu li a {
  color: #454545;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
	background: #fff;
}

#division-navigation ul.sub-menu li:hover > a {
	color: #009688;
}
#division-navigation .sub-menu li.menu-item-has-children ul li a {
	color: #4c5867;
	line-height: 10px;
}
#division-navigation .sub-menu li.menu-item-has-children ul li a:lang(ml) {
	color: #4c5867;
	line-height: 10px;
}

.header-bottom .left-content {
    flex: 2 1 0 !important;
	background:#009688;
	margin-left: 20px;
	border-radius:5px;
	text-align: center;
}

.header-top .left-content {
  flex: 2 1 0 !important;
}
.header-bottom .right-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background:#009688;
	margin-left: 20px;
	border-radius:5px;
	text-align: center;
}

.header-bottom .right-content ul {
	float: left;
}

.header-top .right-content select {
  font-size: 12px;
	font-weight:500;
    margin: 0;
    vertical-align: middle;
    padding: 3px 10px;
	border: 1px solid #787878;
	color:#666;
	background-color: #c3f0c6;
}
.header-top .right-content select>option {
  color: yellow;
  background-color: #b8e1ba;
}







.aboutfooter {
	color:#fff;
	
}

.aboutfooter img {
	background:#325348;
	border-radius:10px;
	padding:5px;
	
}

rs-module {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: -11px;
}

/* NEW CSS START     ---------------------------------------------------------------------------------*/
.so-widget-sow-features-default-1ed5e768dc5b .sow-features-list .sow-features-feature h5 {
  margin: 0.0em 0!important;
}

.so-widget-sow-features-default-1ed5e768dc5b .sow-features-list .sow-features-feature {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  float: left;
  padding: 0 0px!important;
  position: relative;
  margin-bottom: 0px;
}

.psac-post-carousel.psac-design-2 .psac-post-title {
  font-size: 16px;
  line-height: 20px;
  font-weight:500!important;
  letter-spacing:-0.5px;
}
.psac-post-carousel.psac-design-2 .psac-post-margin-content {
  padding: 5px 10px;
  position: relative;
  text-align: center;
  margin: -33px 30px 0;
  background-color: #fff;
  transition: .5s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0,0.2);
  min-height:100px;
  letter-spacing:0px;
		
}
.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;
	  border-radius:15px;
	  min-height:350px;
		overflow: hidden;
		background-image: linear-gradient(#f7f8fa, #eaeef3);
}


.psac-post-date {color:#f3f3f3; font-size:13px!important;}
.psac-post-title a { margin:0px!important; line-height:17px!important; font-size:18px!important; font-weight:600;}
.psac-post-title a:hover{color:#ec7824;}
.psac-post-carousel.psac-design-2 .psac-post-carousel-slide:hover .psac-post-carousel-content {border-color:#03a9f5; }
  
.psac-post-carousel.psac-design-2 .psac-post-carousel-slide:hover .psac-post-margin-content {
	background-color:#49a4f4;
	color:#FFF;
}
  
.psac-post-carousel.psac-design-2 .psac-post-carousel-slide:hover .psac-post-title a{
	color:#FFF;
}
.tg-column-wrapper .tg-column-3 {
  width: 30.33%;
  margin-right: 15px;
}

#pg-719-0, #pg-719-1, #pg-719-2, #pg-719-3, #pg-719-4, #pl-719 .so-panel, #pl-719 .so-panel:last-of-type {
  margin-bottom: 0px;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container {
  background: #f6f6f6;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  margin-top: 0px;
}

 /* OLD CSS START     ---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/

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

#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: transparent;
		z-index: 999;
		position: relative;
}

#site-navigation {
	float: right;
}

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

#site-navigation ul li a {
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
	letter-spacing:0px;
	color: #000;
	
}
#site-navigation ul li a:lang(ml) {
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	letter-spacing:-0.2px;
	
}
#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: #ec7824; 
}


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

#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: 0%;
	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 #ec7824;
}

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

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

}
#site-navigation ul li ul li:last-child a {
	padding: 5px 0px 5px 0px;
	background:none;
	text-align: left;
	width: 100%;
}
#site-navigation ul li ul li:last-child a:lang(ml) {
	padding: 5px 0px 5px 0px;
	background:none;
	text-align: left;
	width: 100%;
}
#site-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul.sub-menu li a {
  color: #454545;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
	background: #fff;
}

#site-navigation ul.sub-menu li:hover > a {
	color: #ec7824;
}
#site-navigation .sub-menu li.menu-item-has-children ul li a {
	color: #4c5867;
	line-height: 10px;
}
#site-navigation .sub-menu li.menu-item-has-children ul li a:lang(ml) {
	color: #4c5867;
	line-height: 10px;
}
/*--------------------------------------------------------------
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: rgba(255,255,255,0.0);
    padding: 0px;
}

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

.ourproducts .tg-service-widget .service-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  left: 0;
  bottom: 20px;
  height: 100%;
  width: 100%;
  padding: 10px 20px;
  z-index: 1;
  transform: translateY(50px);
    -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.tg-service-widget .service-icon-wrap:after {
	position: absolute;
	left: 50%;
	content: "";
}

.tg-service-widget .service-title-wrap {
	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 0 50px;
	color: #777;
	
}

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

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

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

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

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

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

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
	background: #FFF;
	box-shadow: 3px 22px 43px 0 rgba(0,0,0,.18);
	border-radius: 100%;
	color: #fff;
	display: block;
	float: none;
	font-size: 2.5em;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 60px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom:10px;
}
.service-image-wrap img {
  border-radius: 100%;
  border: 0px solid transparent;
  box-shadow: 3px 22px 43px 0 rgba(0,0,0,.18);
  margin-bottom: 0px;
  width:auto!important;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
	display: none;
}
.tg-service-widget.tg-service-layout-2 .service-image-wrap {
	border-radius:100px;
}
.tg-service-widget.tg-service-layout-2 .service-image-wrap::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 0;
  right: 0;
  top: 25px;
  border: 2px dashed #49AF45;
  border-radius: 50%;
  margin: auto;
  /*animation: rotateme 20s linear infinite;*/
  z-index: 0;
  overflow: hidden;



-webkit-animation:spin 25s linear infinite;
    -moz-animation:spin 25s linear infinite;
    animation:spin 25s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


figure {
  margin:auto!important;
}

.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: white none repeat scroll 0 0!important;
	color: #393939!important;

}

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

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

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

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

.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: #f1cf69!important;
	display: inline-block;
	/*position: relative;*/
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/

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

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

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

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

.section-description {
	text-align: left;
	color: #26272a;
	text-transform: none;
	line-height: 1em;
	letter-spacing: -.03em;
	font-weight: 600;
	font-size: 23px;
}
/*--------------------------------------------------------------
Responstable
--------------------------------------------------------------*/
.responstable {
	  margin: 1em 0;
	  width: 100%;
	  overflow: hidden;
	  background: #FFF;
	  color: #024457;
	  border-radius:2px;
	  border: 1px solid #ea6153;
}
.responstable p{
	margin-bottom:0px;
	margin-top:0px;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
	  background-color: #f7f8f9;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #9baf7c;
  color: #FFFFFF;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: left;
}
.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, .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:#f5f5f5;
	color: #e5e5e5;
}

.social-menu li a {
	background-color: transparent!important;
	border-radius: 10%;
	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: #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: #fece3b!important;
	background-color: transparent!important;
}

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

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

.header-bottom .search-wrap {
	float: right;
	padding: 20px 20px 22px 20px!important;
	position: relative;
}

.header-bottom .tg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding:0 30px;
  background-color: #FAD6BE;
}

.header-bottom .search-icon {
	cursor: pointer;
	color: #4c5867;
	font-size: 14px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #4c5867;
	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: #daf05a;
	color: #daf05a;
}
.breadcrumb-trail.breadcrumbs {
  margin-bottom: 50px!important;
  padding: 25px;
  background-image: url(images/tariff-breadcrumb.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right;
  background-color: darkgray;
  height: 350px;
  color: #ba0027;
  font-weight: 700;
  background-blend-mode: multiply;
  position: relative;
}

.breadcrumb-trail.breadcrumbs .trail-title {
    float:none!important;
    padding: 30px 0px 0px 0px;
	text-transform:uppercase;
	color: #fff;
	margin-bottom: 25px;
	line-height:25px;
	text-align: center;
	position: absolute;
    bottom: 40px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.breadcrumb-trail.breadcrumbs .trail-title:lang(ml) {
    float:none!important;
	font-family: 'Noto-Sans-Malayalam';
    padding: 30px 0px 0px 0px;
	text-transform:uppercase;
	color: #fff;
	margin-bottom: 10px;
	line-height:25px;
	text-align: center;
}
.breadcrumb-trail.breadcrumbs .trail-items {
	padding: 1px 0;
	list-style: none;
	color: #d5a590;
	width:100%;
	display: flex;
  justify-content: center;
	position: absolute;
    bottom: 40px;
    left: 0;
}
.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: #FFF!important;
}

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

.page-id-830 .breadcrumb-trail.breadcrumbs {
  margin-bottom: 40px !important;
  padding: 15px;
  background-image: url(img/inner-head-pic-consultancy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: darkgray;
  height: 300px;
  color: #ba0027;
  font-weight: 700;
  background-blend-mode: multiply;
}

.page-id-1613 .breadcrumb-trail.breadcrumbs {
  margin-bottom: 40px !important;
  padding: 15px;
  background-image: url(img/inner-head-pic-chemical.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: darkgray;
  height: 300px;
  color: #ba0027;
  font-weight: 700;
  background-blend-mode: multiply;
}
.page-id-4193 .breadcrumb-trail.breadcrumbs {
  margin-bottom: 40px !important;
  padding: 15px;
  background-image: url(img/inner-headpic-design.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: darkgray;
  height: 300px;
  color: #ba0027;
  font-weight: 700;
  background-blend-mode: multiply;
}

.page-id-1350 .breadcrumb-trail.breadcrumbs {
  margin-bottom: 40px !important;
  padding: 15px;
  background-image: url(img/inner-head-geotechnical.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: darkgray;
  height: 300px;
  color: #ba0027;
  font-weight: 700;
  background-blend-mode: multiply;
}

.page-id-1622 .breadcrumb-trail.breadcrumbs {
  margin-bottom: 40px !important;
  padding: 15px;
  background-image: url(img/inner-head-pix-micro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: darkgray;
  height: 300px;
  color: #ba0027;
  font-weight: 700;
  background-blend-mode: multiply;
}
.page-id-4210 .breadcrumb-trail.breadcrumbs {
  margin-bottom: 40px !important;
  padding: 15px;
  background-image: url(img/inner-head-pix-micro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: darkgray;
  height: 300px;
  color: #ba0027;
  font-weight: 700;
  background-blend-mode: multiply;
}

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

#top-footer .widget-title {
	font-size: 22px;
	border-left: 0px solid #FFFFFF;
	padding-left:0px;
}
#top-footer .widget-title:first-letter {
	color: #FFFFFF;
	
}

#top-footer .widget ul li {
	position: relative;
	padding: 0 20px 1px 10px!important;
	font-size: 14px;
}
#top-footer {
	  margin-top: -6px!important;
	  padding: 50px 40px;
	  color:#ba0027;
	  background:transparent;
}

#colophon  {
	background-color: transparent!important;
    background-image: linear-gradient(-45deg, #ec7824 1%, #f85bac 100%)!important;
}

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

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

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

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

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

#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;
	border-top: 1px solid #FFFFFF4D;
	background:transparent;
}

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

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

.abouttext p {
	font-size:18px;
    margin: 0 0 15px;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}
.aboutpic {
 /* margin: -170px 0 0 250px;*/
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  display: inline-block;

  -webkit-animation-name: floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating {
 from,
 to {
  -webkit-transform:translate(0,0)
 }
 65% {
  -webkit-transform:translate(0,15px)
 }
}
@-moz-keyframes floating {
 from,
 to {
  -moz-transform:translate(0,0)
 }
 65% {
  -moz-transform:translate(0,15px)
 }
}


#fh-box{
	position:relative;
	margin-top:-100px;
}	

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

}
#fh-icon-box-2.radius {
  border-radius: 185px;
}
#fh-icon-box-2 .item-box {
  padding: 15px!important;
    height:400px; 
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: all 1s;
	-khtml-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	overflow: hidden;
}

#fh-icon-box-2 .item-box img {
	-webkit-transition: all 1s;
	-khtml-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	overflow: hidden;
}

#fh-icon-box-2 .item-box img::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  top: 17px;
  border: 2px dashed #49AF45;
  border-radius: 50%;
  margin: auto;
  animation: rotateme 20s linear infinite;
  z-index: -1;
} 




#fh-icon-box-2 .item-box:hover {
  background-color: rgba(255,255,255);
	 box-shadow: 0px 15px 10px -15px #111;
	overflow: hidden;
	-webkit-transform: translate(15px,15px);
  transform: translate(15px,15px);
}
#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: #3368c6;
}

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

#fh-icon-box-2 i:before {
  font-size: 34px;
}
#fh-icon-box-2 h3 {
  margin: 0;
  font-size: 22px;
  font-weight:bold;
  transition: 0.5s;
  padding: 10px;
	color: #3368c6;
	letter-spacing: 0px;
	margin-top:20px;

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

/* fh icon box 3   */

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

}

#fh-icon-box-3 .item-box {
  padding: 20px 10px;
  transition: 0.5s;
  background: #f3f3f3;
  height: 300px;
  line-height:1.2;
  border-bottom: 3px solid #ec7824;

}
#fh-icon-box-3 .item-box:hover {
  background-image: linear-gradient(-45deg, #ec7824 0%, #f85bac 100%);

}
#fh-icon-box-3 .item-box h3 a{
	color: #ec7824;
}

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

#fh-icon-box-3 .item-box:hover img {
	  -moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}

#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: 25px;
  font-weight: 600;
  transition: 0.5s;
  padding-bottom: 10px;
  letter-spacing: 0px;
}
#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;
	
}
.team-wrapper .team-content {
	color: #777;
	margin: 10px 0 15px;
}

.team-wrapper .team-title {
    font-size: 1.3em!important;
	color:#000000!important;
	margin-bottom: 10px!important;
    line-height: 1;
}
.team-wrapper .h3 {
	margin-bottom: 5px;
}
.team-wrapper .team-content-wrapper {
    padding-top: 10px;
    position: relative;
    text-align: center;
}
.team-wrapper .team-social {
    background: rgba(255,255,255,0.25) none repeat scroll 0 0;
    left: 0!important;
    margin-left: 0!important;
    padding: 0px 0!important;
    position: absolute;
    top: -20px;
    width: 100%!important;
}
.team-wrapper .team-designation {
  position: relative;
  font-size: 0.9em;
  line-height: 1.0em;

}
.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.0em!important;
	font-weight:normal;
	 display: block;
    letter-spacing: 0.5px;
    padding: 0;
	}
.lsow-heading .lsow-title {
    font-size: 32px;
    line-height: 2px;
    margin: 0 auto 20px;
    color: #009688;
    font-weight: bold;
}

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

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


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

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

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

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

.fun-facts-section .fa {
	display:none;
}
/* icon box 4 start   */
#fh-box{
	position:relative;
	margin-top:-100px;
	
}	

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

}
#fh-icon-box-4 .radius {
  border-radius: 185px;
}
#fh-icon-box-4 .item-box {
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
    min-height:450px;
	background-color:#FFFFFF;
	border-radius: 10px;
	border: 1px solid #eee;
	position: relative;
	background-image: url(images/product-sandal.jpg);
    background-size: 100%;
	overflow: hidden;
	
}


#fh-icon-box-4 .item-box:after{
position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(to top,rgba(31,30,23,1),rgba(31,30,23,0) );
  content: "";
 border-radius: 10px;
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}



#fh-icon-box-4 .item-box h3 a {
	font-size: 1.3em;
  	font-weight: 600;
  	transition: 0.5s;
  	padding-bottom: 10px;
  	color: #fff;
	line-height: 30px;
}
#fh-icon-box-4 .item-box:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fh-icon-box-4 .item-box .tg-service-widget.tg-service-layout-2 .service-content-wrap {
  margin: 0 0 10px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fh-icon-box-4 .item-box:hover .tg-service-widget .service-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  left: 0;
  bottom: 20px;
  height: 100%;
  width: 100%;
  padding: 10px 20px;
  z-index: 1;
  transform: translateY(0px)!important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fh-icon-box-4 .item-box:hover .tg-service-widget.tg-service-layout-2 .service-content-wrap {
  margin: 0 0 10px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}



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

#fh-icon-box-4 .item-box:hover img {
	transform: rotateY(360deg);
}
#fh-icon-box-4 i {
  color: #252525;
  font-size: 34px;
  transition: 0.5s;
}

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

/*ICON BOX 4 ENDSSSS   */

.psac-post-grid, .psac-post-slider{margin-bottom:0px!important; }

.psac-widget-wrp .psac-post-right-content {
    float: left;
    width: 67%;
    padding-left: 5px;
}

.psac-widget-wrp .psac-post-list-content {
    padding: 5px 0;
}
.psac-widget-wrp .psac-post-categories {
    margin-bottom: 0px;
}
.psac-widget-wrp h4.psac-post-title {
    margin: 0 0 0px 0 !important;
	line-height:20px;
}
.psac-post-left-img img {
    max-width: 100%;
	padding: 0px;
}

.psac-post-content-carousel{
	border-radius:10px;
}
.psac-widget-wrp ul li .psac-post-date{margin-bottom:0px;!important}
.psac-widget-wrp .psac-post-list-content { padding: 5px 0px 15px 0px!important; box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px; }

.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 {
    font-size: 1.2em;
    font-weight: 700;
    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 20px;
    width: 50%;
    position: absolute;
    top: 50%;
    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;
}



.pt-cv-view .pt-cv-ifield {
    margin-bottom: 0 !important;
    background: #FFF;
	padding: 5px 10px;
	border-radius:5px;
 /*    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px; */
	border: 1px solid #dbdbdb;
	min-height:250px;
	margin: 10px;
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
	
}
.pt-cv-view .pt-cv-ifield:hover {
webkit-transform: translate(10px,-10px);
  transform: translate(10px,-10px);
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pt-cv-content, .pt-cv-content * {
    font-weight: 400;
    font-size: 1em;
}
.pt-cv-content, .pt-cv-content:lang(ml) * {
    font-weight: 400!important;
    font-size: 14px;
	line-height:16px;
}
.pt-cv-wrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent!important;
	background: #66a769;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 12px;
	color: #fff!important;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pt-cv-wrapper .col-lg-1, .pt-cv-wrapper .col-lg-10, .pt-cv-wrapper .col-lg-11, .pt-cv-wrapper .col-lg-12, .pt-cv-wrapper .col-lg-2, .pt-cv-wrapper .col-lg-3, .pt-cv-wrapper .col-lg-4, .pt-cv-wrapper .col-lg-5, .pt-cv-wrapper .col-lg-6, .pt-cv-wrapper .col-lg-7, .pt-cv-wrapper .col-lg-8, .pt-cv-wrapper .col-lg-9, .pt-cv-wrapper .col-md-1, .pt-cv-wrapper .col-md-10, .pt-cv-wrapper .col-md-11, .pt-cv-wrapper .col-md-12, .pt-cv-wrapper .col-md-2, .pt-cv-wrapper .col-md-3, .pt-cv-wrapper .col-md-4, .pt-cv-wrapper .col-md-5, .pt-cv-wrapper .col-md-6, .pt-cv-wrapper .col-md-7, .pt-cv-wrapper .col-md-8, .pt-cv-wrapper .col-md-9, .pt-cv-wrapper .col-sm-1, .pt-cv-wrapper .col-sm-10, .pt-cv-wrapper .col-sm-11, .pt-cv-wrapper .col-sm-12, .pt-cv-wrapper .col-sm-2, .pt-cv-wrapper .col-sm-3, .pt-cv-wrapper .col-sm-4, .pt-cv-wrapper .col-sm-5, .pt-cv-wrapper .col-sm-6, .pt-cv-wrapper .col-sm-7, .pt-cv-wrapper .col-sm-8, .pt-cv-wrapper .col-sm-9, .pt-cv-wrapper .col-xs-1, .pt-cv-wrapper .col-xs-10, .pt-cv-wrapper .col-xs-11, .pt-cv-wrapper .col-xs-12, .pt-cv-wrapper .col-xs-2, .pt-cv-wrapper .col-xs-3, .pt-cv-wrapper .col-xs-4, .pt-cv-wrapper .col-xs-5, .pt-cv-wrapper .col-xs-6, .pt-cv-wrapper .col-xs-7, .pt-cv-wrapper .col-xs-8, .pt-cv-wrapper .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding: 5px 0px;
}
.pt-cv-wrapper img {
    border: 0;
    padding: 0px;
}

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

.pt-cv-wrapper .btn-success {
	background: #27564f;
    border-color: #4cae4c;
}
.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open > .dropdown-toggle.btn-success {
	background: #27564f!important;
    border-color: #27564f;
    color: #ffffff !important;
} 

.pt-cv-title a {
    font-weight: 600;
    line-height: 13px!important;
	color: #679e5b;
}
.pt-cv-view .pt-cv-title a {
  margin-bottom: 10px;
  font-size:16px!important;
  color: #679e5b;
}
.pt-cv-view .pt-cv-ifield:hover .pt-cv-title a {
	color: #eddd5e;
}


.pt-cv-title a:hover {
	color: #1b62b5;
}

.pt-cv-view .pt-cv-ifield a:hover {
	color: #1b62b5;
}


.pt-cv-title a:lang(ml) {
    font-weight: 600;
    font-size: 0.8em;
    line-height: 0.7!important;
    color: #183d6a;
}

.pt-cv-pagination-wrapper {
    clear: both;
    position: relative;
    text-align: center;
}
.pt-cv-readmore {
    color: #fff;
    margin: 5px 0;
    max-width: 100%;
}
.pt-cv-meta-fields {
    font-size: 12px;
    color: #888;
}

.header-bottom .site-navigation-wrapper h3 {
  font-size: 13px;
  /*float: left;*/
  display: inline;
  margin-right: 0px;
	font-weight:500!important;
	letter-spacing:0.5px!important;
}
.header-bottom .site-navigation-wrapper button, input, select {
  font-size: 100%;
  font-size: 13px;
  margin: 0;
  vertical-align: middle;
  background: transparent;
  color: #4c4c4c;
  border: 1px solid slategray;
}
.latestnews .so-widget-sow-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
  padding: 10px 10px 10px 15px!important;
}


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

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

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

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry {
  margin: 0;
  padding: 0;
  border: none;
  background: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
	overflow:hidden;
/*  min-height:450px;
	border-bottom: 3px solid #009688;
	border-radius: 0px; */
	transition: 0.5s;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry:hover{
	transition: 0.5s;
/*	-webkit-transform: translate3d(0,-15px,0);
	transform: translate3d(0,-15px,0); */
}

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

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-entry-text-wrap {
  text-align: center;
  max-width: 650px;
  margin: 0px auto 0;
	padding:1px 10px;
	transition: 0.5s;
	background-color:#f3f3f3;
	margin-top:10px;
}


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

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

.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .entry-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0px;
	color:#e49f37;
}
.gallery-item {
  text-align: center;
	width:auto;
}
.gallery-item a img {
	margin:10px;
	padding:5px;
	border:0px solid #222;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.team-wrapper {
	padding: 10px;
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 0px;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0 3px 12px 0 rgba(109,109,109,.15);
	box-shadow: 0 3px 12px 0 rgba(109,109,109,.15);
	min-height:400px;
}
.team-img{
	/*margin-top:-40px;*/
	-webkit-transition: all .35s;
	transition: all .35s;
	transform: translate3d(0,-45px,0);
}
.team-wrapper:hover {
	-webkit-transition: all .35s;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0 3px 12px 0 rgba(109,109,109,.15);
	box-shadow: 0 3px 12px 0 rgba(109,109,109,.15);
	/*transform: translate3d(0,-45px,0); */
	background-color: transparent!important;
    background-image: linear-gradient(-45deg, #ec7824 1%, #f85bac 100%)!important;

}
.team-wrapper:hover >.team-img {
	transform: translate3d(0, 0px,0);
	-webkit-transition: all .35s;
	transition: all 0.5s;
}
.team-wrapper .team-title:hover {
    color: #fff;
	-webkit-transition: all .35s;
	transition: all 0.5s;
}
.team-wrapper:hover h3,
.team-wrapper:hover div,
.team-wrapper:hover p {
  color: #FFF!important;
  transition: all 0.5s;
}

.psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay {
	background-color: #FFF;
	padding: 44px 105px 44px 95px;
	height: 100%;
	display: flex;
	align-items: center;
	-webkit-box-shadow: 0 3px 12px 0 rgba(109,109,109,.15);
	box-shadow: 0 3px 12px 0 rgba(109,109,109,.15);
	border-bottom:4px solid #009688;
}

.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; background:#22370E; color: #FFF;border: 2px solid #22370E; padding: 10px 15px;font-size: 14px;display: inline-block;box-sizing: border-box;line-height: normal !important;}
.psac-readmorebtn:hover, .psac-readmorebtn:focus{background:#888; color:#fff; }

.psac-readmorebtn:hover, .psac-readmorebtn:focus{background:#FFF; color:#009688; }
.psac-slider-and-carousel .owl-nav .owl-prev:focus{background:#009688; color:#fff; border-color:#009688}


.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 25px 15px;
  min-height: 300px;
}


.selectlamguage{
	color: #FFF;
	margin-left: 20px;
}

.selectlamguage h3 a{
  font-size: 0.9em;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
  font-weight: 500!important;
}
.selectlamguage ul:lang(en) {
	margin: 0;
	list-style: none;
	font-family:"Meera"!important;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
}

.selectlamguage ul:lang(ml) {
	margin: 0;
	list-style: none;
	font-family: Arial;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}


.selectlamguage ul li {
	padding: 10px 10px 10px 10px;
	position: relative;
}

.selectlamguage ul li a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.selectlamguage ul li:hover > a,
.selectlamguage ul li.current-menu-item > a,
.selectlamguage ul li.current_page_item > a,
.selectlamguage ul li.current_page_ancestor > a,
.selectlamguage ul li.current-menu-ancestor > a {
	color: #30afb8;
}

.objectives{
	text-transform:none;
}
.objectives ul {
  list-style: none!important;
  padding: 0;
}
.objectives li {
  padding-left: 1.3em;
  list-style: none;
}
a:hover {
  color: #ffd511;
}
.objectives li hover {
  color:#258f67;
}


.objectives li:before {
  /*content: "\f00c"; */ /* FontAwesome Unicode       f0a4 */  
  content: "\f0a4";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
	color:#009688;
	padding-right:20px;
}

.maps{
	text-transform:capitalize;
}
.maps ul {
  list-style: none!important;
  padding: 0;
}
.maps li {
  padding-left: 1.3em;
  list-style: none;
}
.maps li:before {
  /*content: "\f00c"; */ /* FontAwesome Unicode       f0a4 */  
  content: "\f041";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
	color:#009688;
	padding-right:20px;
}

.phone{
	text-transform:capitalize;
}
.phone ul {
  list-style: none!important;
  padding: 0;
}
.phone li {
  padding-left: 1.3em;
  list-style: none;
}
.phone li:before {
  /*content: "\f00c"; */ /* FontAwesome Unicode       f0a4 */  
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
	color:#009688;
	padding-right:20px;
}

   /* -default-0476c40c1afc-830 */ 
.so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  color: #666666!important;
  cursor: pointer;
  font-size:16px!important;
  display: inline-block;
  margin: 0px 1px 0px 1px!important;
  padding: 10px 20px 10px 20px!important;
  transition: all 0.3s;
  font-weight: 600!important;
}
.so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container {
  background-color: transparent!important;
  display: flex;
  padding: 0px!important;
  flex-wrap: wrap;
}

.publication .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .hentry {
  margin: 0;
  padding: 0;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  background: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid #009688;
  border-radius: 10px;
  overflow: hidden;
  min-height: 350px;
  transition: 0.5s;
}

.pt-cv-collapsible .panel-heading a {
  display: block;
  padding: 10px!important;
}

.pt-cv-view .panel {
  margin-bottom: 4px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.so-widget-sow-tabs-default-ce0f8dfea80d .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
  padding: 10px 10px 10px 10px!important;
}
.lsow-accordion.style1 .lsow-panel .lsow-panel-content {
  background: #f8f8f8;
  padding: 0px 20px!important;
}
.so-widget-sow-image-grid .sow-image-grid-wrapper .sow-image-grid-image a img {
  padding: 2px!important;
}
.so-widget-sow-image-grid .sow-image-grid-wrapper .sow-image-grid-image {
  margin: 5px 5px 5px 5px;
	border: 1px solid #d6d5d5!important;
}
.so-widget-sow-image-grid .sow-image-grid-wrapper .sow-image-grid-image:hover {
  margin: 5px 5px 5px 5px;
	border: 1px solid #009688!important;
	color:#009688;
}
.lsow-accordion.style1 .lsow-panel .lsow-panel-title {
  position: relative;
  display: block;
  padding: 15px 50px 15px 20px!important;
  font-size: 18px;
  line-height: 22px!important;
  letter-spacing: 0;
  font-weight: 500!important;
  color: #666;
  margin: 0;
}
.lsow-accordion.style1 .lsow-panel {
  margin: 10px 0 0!important;
}


.so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
  line-height: 1;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px!important;
  /*font-weight: 500!important;*/
}

.lsow-accordion.style2 .lsow-panel .lsow-panel-content
{
  padding: 20px 30px;
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 5px 5px;
  font-size: 16px!important;
}

.pt-cv-thumb-wrapper .pt-cv-thumbnail  {
  object-fit: fill!important;
  width: auto!important;
  margin-bottom: 0 !important;
	-webkit-transition: all .24s ease-in-out;
  -o-transition: all .24s ease-in-out;
  transition: all .24s ease-in-out;
}
.pt-cv-thumb-wrapper .pt-cv-thumbnail a:hover img {
  opacity: 1!important;
	filter: grayscale(100%);
		-webkit-transform : rotate(5deg) scale(1.2); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : rotate(5deg) scale(1.2); /* IE 9 */
    transform         : rotate(5deg) scale(1.2); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all .24s ease-in-out;
  -o-transition: all .24s ease-in-out;
  transition: all .24s ease-in-out;
	
}


.iscvblock .pt-cv-readmore.btn {
  background: #efc360;
  border-color: transparent;
  padding: 0.6em 1.2em!important;
  color: #214842 ;
  font-size:1em;
  border-radius: 0.3em;
  margin-top: 10px;
  -webkit-transition: all .24s ease-in-out;
  -o-transition: all .24s ease-in-out;
  transition: all .24s ease-in-out;	
}



.iscvblock .pt-cv-readmore.btn::after {
	font-family: fontAwesome;
  content: "\f054\00a0";
	font-weight: 400;
	position:relative;
	left: 10px;
	top: 0;
}


.latestnews .iscvblock .pt-cv-content-item {
  padding: 10px;
  border: 0px!important;
  box-shadow: none!important;
}

#pt-cv-view .pt-cv-thumb-wrapper:not(.miniwrap) {
  width: 272px;
}

@media (max-width: 480px) {
  .center-logo-below-menu .logo, .logo {
    padding: 0px 0!important;
	max-width: 90%;
  }
	.logo {
	  margin: 0px 0px;
	}

	.breadcrumb-trail.breadcrumbs {
		  margin-bottom: 20px!important;
		  padding: 25px;
		  background-image: url(images/tariff-breadcrumb.jpg);
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		  background-position: right;
		  background-color: darkgray;
		  height: 220px;
		  background-blend-mode: multiply;
		  position: relative;
		}
	.breadcrumb-trail.breadcrumbs .trail-title {
		float:none!important;
		padding: 10px 10px 10px 10px;
		text-transform:none!important;
		font-size: 14px;
		color: #fff;
		margin-bottom: 25px;
		line-height:17px;
		text-align: center;
		position: absolute;
		bottom: 40px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
	}


}

@media (max-width: 980px) {
  #site-navigation, .center-logo-below-menu #site-navigation {
    float: right;
    padding: 0px 0!important;
	} 
	
	.pgc-719-2-0 {
	 width: 100%;
	 width: calc(100% - ( 0 * 20px ) );
  	}
	.latestnews #pt-cv-view .pt-cv-thumbnail:not(.pt-cv-thumbnailsm) {
	  height: 140px!important;
	  width: auto;
	}
}

@media only screen and (max-width: 767px)  {
	.pgc-719-2-0 {
	  width: 100%;
	  width: calc(100% - ( 0 * 20px ) );
	}
}
@media only screen and (max-width: 480px)  {
	.pgc-719-2-0 {
	  width: 100%;
	  width: calc(100% - ( 0 * 10px ) );
	}
}


@media (max-width: 767px) {
  .pt-cv-blockgrid.list1 .pt-cv-thumb-wrapper, .pt-cv-onebig.above-others > .pt-cv-page > :first-child .pt-cv-thumb-wrapper {
    width: auto!important;
    margin-bottom: 10px;
  }
}

.lsow-tabs.style2 .lsow-tab-panes {
  background: #e0e0e0!important;
  border-radius: 0 0 5px 5px;
}
.lsow-tabs.style2 .lsow-tab-panes .lsow-tab-pane h1, .lsow-tabs.style2 .lsow-tab-panes .lsow-tab-pane h2, .lsow-tabs.style2 .lsow-tab-panes .lsow-tab-pane h3, .lsow-tabs.style2 .lsow-tab-panes .lsow-tab-pane h4, .lsow-tabs.style2 .lsow-tab-panes .lsow-tab-pane h5, .lsow-tabs.style2 .lsow-tab-panes .lsow-tab-pane h6 {
  color: #464646!important;
}
.lsow-tabs.style2 .lsow-tab-panes .lsow-tab-pane {
  color: #5f5f5f!important;
}
.lsow-tabs {
  position: relative;
  overflow: hidden;
  border: 1px solid #c4c4c4!important;
}
.lsow-tabs.style2 .lsow-tab-nav {
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
  padding: 0 5px!important;
}
.lsow-tabs.style2 .lsow-tab-nav .lsow-tab {
  padding: 10px 5px!important;
  position: relative;
}

.footerbutton .so-widget-sow-social-media-buttons .sow-social-media-button {
  border: 1px solid rgba(255, 255, 255 , 0.20)!important;
}
.footerbutton .so-widget-sow-social-media-buttons .sow-social-media-button:hover {
  border: 1px solid #e4a400!important;
  background-color:#e4a400;
  color:#FFF;
	-webkit-transform: translateY(-3px);
  -khtml-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);

}
.psac-post-image-bg {
  padding: 0px;
  margin-right: -18px;
}

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

.aboutpic-rot {
  /*left: 20px;
  bottom: -70px;
  position:absolute; */
  margin: -270px 0 0 300px;
  display: inline-block;
  -webkit-animation: spin 20s linear 0s infinite;
  animation: spin 20s linear 0s infinite;
}
.lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image .lsow-image-info .lsow-post-title a:hover {
  border-bottom: 0px solid transparent!important;
}
.wp-block-code {
  border: 0px!important;
  border-radius: 0px!important;
  font-family:inherit!important;
  padding: .8em 0em;
  position: absolute;
  z-index: 1;
  margin-top: -40px;
  background-color: transparent!important;
}

.scrollnews {
	padding:5px 5px;
	color:#f0da58;
	margin-bottom:0px;
		font-size:16px;

}
.scrollnews a:before {
   font-family: fontawesome;
   content: "\f18e";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight:400;
	color:#f5cf1f;
	font-size:1.4em;
}


.scrollnews a{
	color:#07ff18;
	margin-right:35px;
}

.scrollnews a:hover{
	color:#fffbba;
}
.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .title, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .title, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .title, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .title {
  font-size: 16px!important;
  font-weight: 500!important;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 .read-more .btn {
  display: inline-block;
  text-decoration: none;
  background: #c6c6c6;
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  border-radius: 0;
  border: none;
}

.ymc-smart-filter-container .search-layout .search-form__submit, .ymc-extra-filter .search-layout .search-form__submit, .ymc-extra-search .search-layout .search-form__submit, .ymc-extra-sort .search-layout .search-form__submit {
  font-family: "Poppins";
  border: 1px solid #098ab8;
  border-radius: 0;
  background: #098ab8;
  color: #fff;
  line-height: 1!important;
  border-left: none;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0px!important;
  width: 150px!important;
}

.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-title {
  font-size: 9px!important;
  line-height: 10px!important;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff!important;
  text-transform: uppercase;
  clear: none;
  padding-left: 30px !important;
  padding-top:4px;
  margin-bottom: 10px;
}
.header-top .contact-info {
  float: none!important;
  margin: 0!important;
}
.lsow-team-members.lsow-style2 .lsow-team-member-wrapper:nth-child(2n+1) .lsow-image-wrapper {
  margin-right: 10px!important;
}
.lsow-team-members.lsow-style2 .lsow-team-member-wrapper .lsow-team-member-text {
  margin: 5px 0 0!important;
  vertical-align: middle;
  padding-top: 0px!important;
}

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

.header-bottom .site-navigation-wrapper button, input, select {
  font-size: 100%;
  font-size: 13px;
  margin: 0;
  vertical-align: middle;
  background: transparent;
  color: #FFF;
  border: 1px solid #787878;
}


#language-menu {
	margin-top:2px;
}
#language-menu:lang(ml) {
	margin-top:2px;
}

#language-menu ul {
	margin: 0;
	list-style: none;
}

#language-menu select {
    font-size: 12px;
	font-weight:500;
    margin: 0;
    vertical-align: middle;
    padding: 3px 10px;
	border: 1px solid #787878;
	color:#fff;
	background-color: #c3f0c6;
}

#language-menu select>option {
  color: yellow;
  background-color: #b8e1ba;
}

#language-menu select:lang(ml) {
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    padding: 2px 10px;
	border: 1px solid #787878;
	font-weight: 500;
}

#language-menu ul li {
	display:inline-block;
	position: relative;
	padding:5px 10px;

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

}
#language-menu ul li a {
	font-size: 13px;
	background: transparent;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	display: inline-block;

}
#language-menu ul li a:lang(ml) {
	font-family: 'Noto-Sans-Malayalam'!important;
	font-size: 13px;
	font-weight: 500;
	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: #ffdacc!important;
}

#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;
}
.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1, .ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1, .ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1, .ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 {
  position: relative;
  padding: 20px;
  border: 1px solid #e0e4e9;
  background: #fff!important;
}
p {
  margin: 10px 0 30px;

}

.lsow-button.lsow-trans {
  color: #fff!important;
  background-color: transparent!important;
  border:0px!important;
}

.lsow-button.lsow-trans:hover
  color: #fff!important;
}


.lsow-button.lsow-trans img {
  border: 0;
  padding: 0px!important;
  margin-right:5px!important;
}


.contact-info span {
  font-size: 14px!important;
  padding-right: 10px;
  color: #fff!important;
}

.low-button-base a .sow-icon-image {
  width: 1em;
  background-size:contain!important;
}


.topfont {
	display:flex;
	font-size: 12px;
	gap: 0px;
	justify-content: right;
}
.topfont span {
	font-size: 12px;
	padding:8px 5px;

}
.header-top a {
	color:#FFF;
}
.header-top a:hover
	color:#FFF!important
}
.header-top .font01:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
  transition: all 1s ease-out;
}
.header-top .font01 {
  font-size: 16px;
  background-color: transparent!important;
  color: #FFF;
  transition: all 1s ease-out;
  border: 0px!important;
}

.lsow-button.lsow-trans:hover {
  background-color:transparent;
  color: #fff!important;
  border-color: #fff;
}

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


.uw-widget-custom-trigger {
  border: none;
  border-radius: 70px;
  bottom: 24px;
  cursor: pointer;
  height: 70px;
  padding: 18px;
  position: fixed;
  right: 20px;
  display: flex;
  overflow: hidden;
  align-items: center;
  width: auto;
  max-width: 70px;
  transition: all 400ms;
  color: var(--color-white);
  background-color: #00846b!important;
  text-align: left;
  z-index:9;
}

.uw-widget-custom-trigger img {
  margin-bottom: 0px!important;
}
.second-panel {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  gap: 20px;
  justify-content: space-between;
  background-color: #fba817!important;
}

.btn-reset-all {
  background-color: #fcde95!important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px;
  color: #1a6e55!important;
  width: 100%;
  height: 35px;
  font-size: 14px;
  transition: all 300ms;
}
.uwaw button:focus, .uwaw button:hover {
  border-color: #fba817!important;
  transition: all 1s;
  background: var(--color-white);
}


.lsow-button.lsow-trans {
  color: #fff!important;
  background-color: transparent!important;
  border:0px!important;
}


.lsow-button.lsow-trans:hover
  color: #fff!important;
}


.lsow-button.lsow-trans img {
  border: 0;
  padding: 0px!important;
  margin-right:5px!important;
}


.contact-info span {
  font-size: 14px!important;
  padding-right: 10px;
  color: #fff!important;
}

.low-button-base a .sow-icon-image {
  width: 1em;
  background-size:contain!important;
  padding:0px!important;
}





.topfont {
	display:flex;
	font-size: 12px;
	gap: 0px;
	justify-content: right;
}
.topfont span {
	font-size: 12px;
	padding:8px 5px;

}
.header-top a {
	color:#FFF;
}
.header-top a:hover
	color:#FFF!important
}
.header-top .font01:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
  transition: all 1s ease-out;
}
.header-top .font01 {
  font-size: 16px;
  background-color: transparent!important;
  color: #FFF;
  transition: all 1s ease-out;
  border: 0px!important;
}

.lsow-button.lsow-trans:hover {
  background-color:transparent;
  color: #fff!important;
  border-color: #fff;
}

input.lsow-button, button.lsow-button, a.lsow-button, .lsow-button:active, .lsow-button:visited {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #73b21a;
  color: #fefefe;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
input.lsow-button.lsow-with-icon img.lsow-thumbnail, button.lsow-button.lsow-with-icon img.lsow-thumbnail, a.lsow-button.lsow-with-icon img.lsow-thumbnail, .lsow-button.lsow-with-icon:active img.lsow-thumbnail, .lsow-button.lsow-with-icon:visited img.lsow-thumbnail {
  display: inline !important;
  vertical-align: middle;
  max-width: 50px;
  padding: 0px!important;
  color:#fff!important;
  margin-right:5px!important;
}
.topbutton .lsow-button.lsow-trans:hover {
  background-color: transparent!important;
  color: rgba(255,255,255,1.0)!important;
  border-color: transparent!important;
}

.bdp-ticker-wrp {
  width: 100%;
  height: 40px;
  background: #FFF;
  position: relative;
  border: solid 1px #dddddc!important;
  overflow: hidden;
}
#bdp-ticker-1 > .bdp-ticker-title {
  background-image: linear-gradient(-45deg, #ec7824 1%, #f85bac 100%)!important;
}
.servicesbg {
  background: url(images/services-bg-pic3.jpg) no-repeat;
  -webkit-background-size: 100% 40%;
  -moz-background-size: 100% 40%;
  -o-background-size: 100% 40%;
  background-size: 100% 45%;
  background-position: top center;
}
.bdp-post-grid-main.bdp-design-2 .bdp-post-grid-content {
  background: #f9f9f9;
  padding-bottom: 15px;
  text-align: center;
  box-shadow: 0 3px 12px 0 rgba(109,109,109,.15);
}

.bdp-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!important;
  border: 0px solid #888!important;
  padding: 15px 20px;
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  line-height: normal !important;
  cursor: pointer;
  background-image: linear-gradient(-45deg, #ec7824 1%, #f85bac 100%);
}
.bdp-readmorebtn:hover, .bdp-readmorebtn:focus {
  background-image: linear-gradient(-45deg, #f85bac 1%, #ec7824 100%);
  color: #fff;
}
.homeabout {
  padding: 25px;
  background-image: url(images/home-about.png);
  background-size: 100% 100%;
}
.homeabout:hover {

}
.uw-widget-custom-trigger:hover {
  max-width: 300px;
}
.uw-widget-custom-trigger {
  border: none;
  border-radius: 70px;
  bottom: 15px !important;
  cursor: pointer;
  height: 70px;
  padding: 18px;
  position: fixed;
  left: 20px;
  display: flex;
  overflow: hidden;
  align-items: center;
  width: auto;
  max-width: 70px;
  transition: all 400ms;
  color: var(--color-white);
  background-color: #fba817 !important;
  text-align: left;
  z-index: 999 !important;
}
#scroll-up {
  background-color: #fca259!important;
  filter: opacity(80%);
  right: 20px;
}