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

@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;
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}


@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


@keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}


@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


body {
	background: #fff!important;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
    height: 100%;
}

.map-frame {
    width: 100%;
    height: 100%;
    position: relative;
}
.map-content {
    z-index: 10;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 390px;
    background-color: black;
    color: #FFF;
}


small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}


/* NEW HOMEPAGE CSS    ------------------------------------------------------------------- START */

.about-txt .so-widget-sow-headline .sow-headline-container h2.sow-headline {
	  position: relative;
	  display: inline-block;
	  font-weight: 500;
	  line-height: 16px;
	  font-size:16px!important;
	  color: #fd6500;
	  padding: 5px 10px 5px 0px;
	  letter-spacing:0px;
	  text-transform: uppercase;  	  
		  
}
.about-txt .so-widget-sow-headline .sow-headline-container h2.sow-headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  background-color: transparent;
}

.aboutbtn .so-widget-sow-button .ow-button-base .sowb-button {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0em 0em 0em 0em;
  -moz-border-radius: 0em 0em 0em 0em;
  border-radius: 0em 0em 0em 0em;
  background: transparent!important;
  border-width: 1px 0;
  border: 1px solid #fd6500;
  font-size: 1em;
  padding: 1em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
 /* padding-inline: 2em;*/
}

.aboutbtn .so-widget-sow-button .ow-button-base .sowb-button.ow-button-hover:active, .so-widget-sow-button .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #fd6500!important;
  border-color: #fd6500!important;
  color: #ffffff!important;
}

.activitiesbg{
  margin-bottom: 20px !important;
  padding: 25px;
  background-image: url(/wp-content/uploads/2024/10/activities-bg.jpg);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: left;
  background-color: #181818;
  color: #ba0027;
  font-weight: 700;
  background-blend-mode: soft-light;
}
.bdp-post-carousel.bdp-design-2 .bdp-post-carousel-content {
  background: #e6e6e6;
  padding-bottom: 5px!important;
  margin: 0 10px;
  text-align: center;
  height: 380px!important;
}



.bdp-post-categories {  margin-bottom: 0px!important; }


.bdp-post-categories a {
  text-decoration: none !important;
  font-size: 12px!important;
  padding: 0px 2px!important;
  line-height: normal;
  display: inline-block;
  margin: 0px!important;
  border-bottom: 0px solid #f1f1f1!important;
  color: darkmagenta;
}
.bdp-post-carousel.bdp-design-2 .bdp-post-margin-content {
  background: #fff;
  padding: 10px;
  max-width: 75%;
  margin: -50px auto 0 auto;
  position: relative;
  line-height:10px!important;
}
.bdp-post-carousel-wrp {  padding-bottom: 0px!important;}

.aboutpic-new {
  margin: -300px 0 0 50px; 
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 40px rgba(0,0,0,.08);
}
	
	
.aboutus-image1 {
  border-color: #fff;
  display: inline-block;
  border-radius: 0px 100px 100px 100px;
  overflow: hidden;
}
.aboutus-image2 {
  margin: -370px 0 0 50px;
  display: inline-block;
  overflow: hidden;
  border-radius: 60px 0 60px 60px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

.contact-map{
	color:#333;
}
.contact-map p {
	color:#333;
	margin: 0 0 0px!important;
}

/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
.tg-service-widget .service-icon-wrap {
  background: transparent !important;
  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: #0b3d2c !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.0;
  margin-top: 10px;
  
}
.tg-service-widget:lang(ml) .service-title-wrap:lang(ml) {
  color: #0b3d2c !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 5px !important;
}
.tg-service-widget .service-title-wrap a:hover {
  color: #30afb8;
}
.tg-service-widget .service-content-wrap {
  margin: 10px 0;
  color: #777;
}
.tg-service-widget .service-content-wrap:lang(ml) {
  margin: 10px 0;
  color: #777;
  line-height: 16px;
}
/*-----------------tg-service-layout-2 -----------------*/
.tg-service-widget{
	position: relative;
}
.tg-service-widget.tg-service-layout-2 {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
	padding: 7px 10px;
  transition: 0.5s;
  background: transparent;
  border: 1px solid #282828;
  height: 250px;
  line-height:1.2;
  -webkit-box-shadow: 0px 25px 40px 0px rgba(25, 54, 86, 0.2);
  box-shadow: 0px 25px 40px 0px rgba(25, 54, 86, 0.2);
	border-top:5px solid #fd6500;
}
.tg-service-widget.tg-service-layout-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  background: #282828;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.tg-service-widget.tg-service-layout-2 img {
	  -webkit-filter: invert(100%);
}
.tg-service-widget.tg-service-layout-2:hover img {
	  -webkit-filter: invert(100%);
}

.tg-service-widget.tg-service-layout-2 h3 a{
	color: #eaeaea;
	font-size: 18px;
	font-weight:500;
	z-index:9;
    position:relative;
}
.tg-service-widget.tg-service-layout-2 p{
	color: #023a51;
	font-size: 16px;
	z-index:9;
    position:relative;
}

.tg-service-widget.tg-service-layout-2:hover h3,
.tg-service-widget.tg-service-layout-2:hover h3 a,
.tg-service-widget.tg-service-layout-2:hover p {
  color: #FFF;
  z-index:9;
  position:relative;
}

.tg-service-widget.tg-service-layout-2:hover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: #282828;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}


.tg-service-layout-2 {
  margin: 0px 0!important;
}
.tg-service-widget.tg-service-layout-2 .service-content-wrap {
  margin: 0 0 10px;
}
.tg-service-widget .service-more {
  font-weight: 600;
  font-size: 13px;
  color: #30afb8;
  display: inline-block;
  /*position: relative;*/
}
.tg-service-widget .service-more:lang(ml) {
  font-weight: 500;
  font-size: 18px;
  color: #30afb8;
  display: inline-block;
  position: relative;
}
.tg-service-widget .service-more:hover {
  color: #1c9ba4;
}
.tg-service-widget .service-more:after {
  content: "\" /*rtl:"\"*/ ;
  font-family: FontAwesome;
  font-weight: 400;
  position: absolute;
  right: -22px;
  top: 0;
  visibility: hidden;
}
.tg-service-widget.tg-service-layout-2 {
  text-align: center;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
  background: transparent none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  float: none;
  font-size: 2.5em;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 72px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
  display: none;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:before {
  border: 0px !important;
  border-radius: 100%;
  content: "";
  height: 42px;
  left: 50%;
  margin-left: -41px;
  margin-top: -41px;
  position: absolute;
  top: 50%;
  width: 42px;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
  background: transparent none repeat scroll 0 0 !important;
  color: #393939 !important;
}
.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
  line-height: 24px;
}
.tg-service-widget.tg-service-layout-3 .service-title-wrap {
  line-height: 24px;
  margin-top: 20px;
}
.tg-service-widget.tg-service-layout-3 .service-content-wrap {
  margin: 15px 0;
}
/*-----------------tg-service-layout-3 -----------------*/
.tg-service-layout-2 .service-title-wrap {
  margin: 15px 0 15px;
}
.service-image-wrap img {
  width: auto;
}

.bdp-post-title {
  margin: 0 0 15px 0 !important;
  line-height:18px;
}

.bdp-post-title a {
  text-decoration: none !important;
  border-bottom: 0px !important;
  font-size: 18px!important;
}
@media (max-width: 480px) {
	.transparent.header-sticky #masthead-sticky-wrapper {
	  left: 0;
	  position: relative;
	  top: 0;
	  width: 100%;
	  z-index: 99;
	  transition: all .3s;
	}
}

/* NEW HOMEPAGE CSS    -------------------------------------------------------------------ENDS   */

/* NEW HOMEPAGE CIFRA  CSS    -------------------------------------------------------------------STARTS   */
.lsow-services.lsow-style1 .lsow-service .lsow-service-text .lsow-title {
  font-size: 20px!important;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #333;
  text-transform:none!important;
  clear: none;
  margin-top: 0;
  margin-bottom: 20px;
}
.lsow-grid-container.lsow-grid-desktop-3{
	position:relative;
}

.lsow-services.lsow-style3 .lsow-service .lsow-service-text .lsow-title {
  font-size: 20px!important;
  line-height: 26px;
  letter-spacing: 0px!important;
  font-weight: bold;
  color: #333;
  text-transform: none!important;
  clear: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item {
  margin-bottom: 50px;
  border: 1px solid #e3e3e3;
  height: 450px;
  border-radius: 5px;
  overflow: hidden;
  padding: 40px;
  position: relative;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  z-index: 1;
}

.lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #ff9422;
  border-left: 2px solid #ff9422;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  transition: all .3s;
  z-index: -1;
}

.lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #ff9422;
  border-right: 1px solid #ff9422;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  transition: all .3s;
  z-index: -1;
}
.lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:hover:before {
  width:100%;
  height:100%
  z-index:2!important;
}
.lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:hover:after {
  width:100%;
  height:100%
  z-index:2!impoatant;
}

.lsow-services.lsow-style1 .lsow-service .lsow-service-text {
  text-align: left!important;
  max-width: 300px;
  margin: 0 auto;
}

.lsow-services.lsow-style1 .lsow-service .lsow-icon-wrapper span {
  display: block;
  text-align: left!important;
  font-size: 50px!important;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition: color 0.4s ease-in-out 0s;
  transition: color 0.4s ease-in-out 0s;
}

.facilities-cifra .bdp-post-grid-main.bdp-design-2 .bdp-post-grid-content {
  background: #f9f9f9;
  padding-bottom: 15px;
  text-align: center;
  min-height:580px;
}
.facilities-cifra .bdp-post-grid-main.bdp-design-2 .bdp-post-margin-content {
  background-image: linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,0.0))!important;
  padding: 20px 20px 20px 20px;
  max-width: 85%;
  margin: -50px auto 0 auto;
  position: relative;
  text-align: left;
  background:transparent;
}


.facilities-cifra .bdp-post-title a {
  text-decoration: none !important;
  border-bottom: 0px !important;
  font-size: 22px;
  font-weight:600;
}

.cifraservicesbg{
  margin-bottom: 20px !important;
  padding: 25px;
  /*background-image: url(/ksca/wp-content/uploads/2024/10/2019-10-23.jpg);*/
  background-image: url(/ksca/wp-content/uploads/2024/10/cifra-activities-bg.jpg);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: left;
  background-color: #f6f6f6;
  color: #ba0027;
}
.research-bg {
  padding: 25px;
  background-image: url(/ksca/wp-content/uploads/2024/10/2019-06-18-13-44-47-904.jpg);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: left;
  background-color: #f6f6f6;
}


/* NEW HOMEPAGE CIFRA  CSS    -------------------------------------------------------------------ends   */

/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/
/* .logo {
  float: left;
  padding: 0px !important;
  background-image: url(images/logo-new-red-eng.png);
  width: 364px;
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  margin: 0;
  background-color: #d43939;
  background-origin: padding-box;
  background-clip: content-box;
  background-repeat: no-repeat;
  background-position: center;
}

.logo:lang(ml){	
  float: left;
  padding: 0px !important;
  background-image: url(images/scddnewlogo-malayalam.png);
  width: 364px;
  height: 120px;
  display: block;
  background-repeat: no-repeat;
  margin: 0;
  background-color: #d43939;
  background-origin: padding-box;
  background-clip: content-box;
  background-repeat: no-repeat;
  background-position: center;
	
}*/
.transparent.header-sticky .is-sticky .header-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transparent.header-sticky .is-sticky .custom-logo, .transparent.header-sticky .transparent-logo {
  display: block;
  -webkit-transition: all 0.5s ease!important;
  transition: all 0.5s ease!important;
}

.logo .logo-image a img {
  padding: 0;
}
.transparent .transparent-logo {
  display: block;
 -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transparent-logo {
  display: none;
}


.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:100%;
	padding: 0 30px 0 30px;
}
.page-id-1718 .header-bottom .tg-container, .page-id-1718 .breadcrumb-trail.breadcrumbs {
	display:none;
}





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

.entry-content, .entry-summary {
    color: #181818;
}
.entry-content:lang(ml), .entry-summary:Lang(ml) {
    color: #181818;
}

.customClassForNavMenu{
    background-color: #003366;
}


.floating {
  -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;
}
0% {
  -webkit-transform: translate(0, 0px);
}
65% {
  -webkit-transform: translate(0, 15px);
}
100% {
  -webkit-transform: translate(0, 0px);
}


div.custom-menu-class {
	float: right!important;
	margin-bottom: 1px;
	padding: 0;
}
div.custom-menu-class ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
}

div.custom-menu-class li {
    padding-right: 5px;
    display: inline;
}

div.custom-menu-class img {
    height: auto;
    vertical-align: middle;
}
div.custom-menu-class a img {
    border: 0;
    padding: 0px!important;
}

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

div.custom-menu-class ul li a {
	height: 21px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding:5px 10px;
	border-radius:5px;
}

div.custom-menu-class ul li a:before {
   font-family: fontawesome;
   content: "\f18e";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight:400;
	color:#ff842a ;
	font-size:1.2em;
}
div.custom-menu-class ul li:hover > a,
div.custom-menu-class ul li.current-menu-item > a,
div.custom-menu-class ul li.current_page_item > a,
div.custom-menu-class ul li.current_page_ancestor > a,
div.custom-menu-class ul li.current-lang > a,
div.custom-menu-class ul li.current-menu-ancestor > a {
	color:#fff;
}
.header-top .right-content ul {
  float: none!important;
}
.header-bottom .search-box.active {
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 9999;
}

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

.header-bottom .right-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #d43939;
  margin-left: 20px;
  border-radius: 5px;
  text-align: center;
}
.so-widget-sow-button-flat-76fadcaf7276 .ow-button-base a {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.15em;
    padding: 0.5em 0em!important;
    background: #FFFFFF;
    color: #ffffff !important;
    border: 0px solid #FFFFFF;
    border-width: 1px 0;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.so-widget-sow-headline-default-d7ad42fbf94d .sow-headline-container h2.sow-headline {
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.so-widget-sow-headline-default-d7ad42fbf94d .sow-headline-container .decoration {
    line-height: 0em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.so-widget-sow-headline-default-d7ad42fbf94d .sow-headline-container .decoration .decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 0px solid #1e73be;
    width: 100%;
    max-width: 100%;
}
.so-widget-sow-button-flat-76fadcaf7276 .ow-button-base a {
    background: transparent!important;
    color: #ffffff !important;
    border: 0px solid transparent!important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.transparent #site-navigation ul li:hover a {
  color: #ff842a!important;
  position: relative;
  visibility: none;
}

.transparent.header-sticky .header-bottom {
	background-color: rgba(255,255,255,0.0025);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


#site-navigation {
	float: right;
	padding-left: 30px;
}

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

#site-navigation ul li:lang(ml) {
	float: left;
	padding: 20px 8px 20px 8px;
	position: relative;
}
#site-navigation ul li a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing:0px;
}

#site-navigation ul li a:lang(ml) {
	letter-spacing:0px;
	font-family: 'Noto-Sans-Malayalam';
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

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

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

#site-navigation ul.sub-menu {
	background-color: #fff;
	min-width: 250px;
	padding: 0;
	position: absolute;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 8px solid #dddcdc;
	border-top: 4px solid #ba1010;
}

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

#site-navigation ul li ul li {
	padding: 7px 10px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#site-navigation ul li ul li:lang(ml) {
	padding: 7px 10px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#site-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#site-navigation ul.sub-menu li a {
	color: #454545;
	text-transform: none;
	font-weight: 500;
	font-size:14px;
}

#site-navigation ul.sub-menu li a:lang(ml) {
	color: #454545;
	text-transform: none;
	font-weight: 500;
	line-height: 0.8!important;
	font-size: 14px!important;
}

#site-navigation ul.sub-menu li:hover > a {
	color: #ba1010;
}
/*--------------------------------------------------------------
TEAM
--------------------------------------------------------------*/
#home {
    font-size: 30px;
	
    margin: 20px 100px 20px 100px;
    display: inline-block;
}
#home a {background: #ffffff;
    border: 4px solid #00a651;
    padding: 10px 20px 10px 20px;
         color: #00a651; 
         text-align: center;
}
#home a:hover {background: #00a651;
               color: #ffffff;
}
.team{
	color:#1d1d1d;
	position: relative;
	text-align: center;
}
.team img{
	/*float: left;*/
  	border-radius: 50%;
  	border:5px solid rgba(255,255,255,0.4);
}
.team p{
	position: relative;
  	top: 50%;
  	transform: translateY(-20%);

}
.team h4{
	font-family: Arial;
	font-size: 1.0em;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.header-bottom {
	background: #fff;
	/*border-bottom: 0px solid #dddddd!important;*/
    padding: 0px;
}

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

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

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

.section-title {
	color: #e49f37;
	font-weight: 100!important;
	text-align: left;
	text-transform:none;
	position: relative;
	margin-bottom: 10px;
}

.section-title:lang(ml) {
	color: #e49f37;
	font-weight: 100!important;
	text-align: left;
	text-transform:none;
	position: relative;
	margin-bottom: 0px;
}

.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: 500;
	font-size: 16px;
}

/*--------------------------------------------------------------
Responstable
--------------------------------------------------------------*/
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius:2px;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;*/
}
.responstable tr {
 /* border: 1px solid #D9E4E6;*/
}
.responstable tr:nth-child(odd) {
  background-color: #fbf9f3;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #1c8e99;
  color: #FFFFFF;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  /*max-width: 7em;*/
}
.responstable td:first-child {
  display: table-cell;
  text-align: left;
/* border-right: 1px solid #e7e7e7;*/
}
@media (min-width: 480px) {
  .responstable td {
   border: 1px solid #e5e5e4;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 0.5em;
  }
}

.logo .logo-image {
    float: left;
    padding: 10px 0;
}
.header-top {
	background: rgba(0,32,64,.65) !important;
}
.transparent .header-top {
  background-color: transparent;
  border-bottom: 0px solid rgba(255, 255, 255, 0.0)!important;
  color: #fff;
}

.social-menu ul {
	list-style: none;
}
.social-menu li a {
	background-color: transparent!important;
	border-radius: 0;
	font-size: 16px;
	font-family: fontawesome;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #dbdbdb!important;
	border:1px solid #fff;
}

.social-menu ul li {
    margin-left: 5px;
    font-size: 1px!important;
    padding: 0px 0;
}
.transparent .social-menu li a {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255,255,255,0.3)!important;
  color: #fff;
  height: 35px!important;
  width: 35px!important;
  border-radius: 50%;
}

.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: #d43939!important;
	background-color: transparent!important;
}
.header-top .contact-info li {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	padding-left: 5px!important;
	padding-bottom: 5px;
	padding-top:5px;
}

.header-top .contact-info li:lang(ml) {
	float: left;
	font-size: 14px;
	font-family: Arial;
	color: #FFFFFF;
	margin-right: 10px;
	padding-left: 5px!important;
	padding-bottom: 5px;
	padding-top:5px;
}
.header-top .contact-info li a {
	color: #1a1a1a;
}

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

.so-widget-sow-image-default-17bc2272b535 .sow-image-container .so-widget-image {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0!important;
}

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

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

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

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

#top-footer .widget ul li {
	position: relative;
	padding: 0 20px 1px 0px!important;
	font-size: 14px;
	color: #747474;
}
#top-footer {
	margin-top:0px;
	padding: 20px 50px;
	background-image: url(images/ksca-footer-pic1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left;
	background-color: #212121;
	height: 550px;
	color: #ffffff;
	background-blend-mode: multiply;
	/*border-top: 5px solid #fd6500;*/
}

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

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

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

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

}

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

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

.abouttext p {
	font-size:18px;
    margin: 0 0 15px;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}
.kscaaboutpic {
	 z-index: 96;
	overflow:hidden;
}
.kscaaboutpic img{
	/*filter: brightness(120%) saturate(120%);*/
	overflow:hidden;
	-webkit-filter: grayscale(100%) contrast(1.0); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) contrast(1.0);
	transition: all .5s;
 
}

.kscaaboutpic:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0%) contrast(1.0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) contrast(1.0);
	transition: all .5s;
	
}
.aboutpic2{
	background:#ffffff;
	box-shadow: 0px 0px 30px -5px rgba(102, 102, 102, 0.3);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 200px -185px 0px 0px;
	padding: 107px 250px 218px 90px;
}

.aboutpic3 {
	box-shadow: 0px 0px 30px -5px rgba(102, 102, 102, 0.3);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 100px 0px 0px -100px;
	padding: 9% 9% 8% 15%!important;

}
.so-widget-sow-button-flat-57f569bfd555 .ow-button-base a {
  font-size: 1em;
  padding: 1em 0em!important;
  background:transparent!important;
  border: 0px!important;
  border-width: 1px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  color:#232323!important;
}



.aboutpic img{
  -webkit-filter: grayscale(100%) contrast(0.3); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) contrast(0.3);
	transition: all .5s;
  z-index: 96;

}

.aboutpic:hover img {
  transform: scale(1.1);
}

#fh-box{
	position:relative;
	margin-top:-100px;
	
}	
/* fh icon box 3   */

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

}
/*
#fh-icon-box-3 .item-box {
  padding: 7px 10px;
  transition: 0.5s;
  background: #fff;
  height: 320px;
  line-height:1.2;
  border: 1px solid #f5e2e2;
	border-radius: 5px;
	font-size:16px;
}
*/
#fh-icon-box-3 .item-box {
  padding: 7px 7px;
  transition: 0.5s;
  background: #fff;
  height: 300px;
  line-height: 1.2;
  border-radius: 20px;
  font-size: 16px;
}
/*#fh-icon-box-3 .item-box:hover {
  background: #ba1010;
	background-image: url(images/educational.png) opacity(0.2);
	background-size:cover;
	background-blend-mode:multiply;
}*/
#fh-icon-box-3 .item-box img {
	/*background-color:#FFF;
	border-radius:50%;
	padding:1px;
	width:80px;
	height:80px;*/
	margin-bottom:10px;
	-webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


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

#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: #0b3d2c ;
	background:transparent!important;
}

#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); 
	border:1px solid transparent; */
	-webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
	transition: 0.4s ease-in-out;
}

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

#fh-icon-box-3 i:before {
  font-size: 34px;
}
#fh-icon-box-3 h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
  padding-bottom: 10px;
  letter-spacing: 0px;
}
#fh-icon-box-3 p {
  margin-bottom: 0;
  transition: 0.5s;
	font-size:14px;
	line-height:1.2;
}
#fh-icon-box-3 .tg-service-widget .service-more:hover {
  color: #1c9ba4;
}
#fh-icon-box-3 .tg-service-widget .service-more {
  font-weight: 500;
  font-size: 14px;
	letter-spacing:0px;
  color: #210d94;
  padding-right: 20px;
  padding-top: 5px;
  display: inline-block;
}

#fh-icon-box-2 {
  text-align: center;
  background-color: transparent;
  padding: 0px;
  position:relative;
}

#fh-icon-box-2 .item-box {
  padding: 20px 30px;
  transition: 0.5s;
  background: #fff;
  height: 400px;
  line-height:1.4;
  border: 1px solid #f5e2e2;
  border-radius: 10px;
  text-align:left;
  position:relative;
  z-index: 1;
}
#fh-icon-box-2 .item-box .tg-service-widget .service-content-wrap {
  margin: 0px 0!important;
  color: #777;
}

#fh-icon-box-2 .item-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid #ff9422;
  border-left: 1px solid #ff9422;
  border-radius: 10px;
  transition: all .3s;
  z-index: -1;
}

#fh-icon-box-2 .item-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #ff9422;
  border-right: 1px solid #ff9422;
  border-radius: 10px;
  transition: all .3s;
  z-index: -1;
}
#fh-icon-box-2 .item-box:hover:before {
  width:100%;
  height:100%;
  z-index: 1!important;
}
#fh-icon-box-2 .item-box:hover:after {
  width:100%;
  height:100%;
  z-index: 1!important;
}

#fh-icon-box-2 .item-box:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}


#fh-icon-box-2 .item-box h3 a{
	color: #000;
	letter-spacing: 0px;
}
#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 {
	background:transparent!important;
	color:#ff9422;
}

#fh-icon-box-2 .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-2 i {
  color: #000;
  font-size: 34px;
  transition: 0.5s;
}

#fh-icon-box-2 i:before {
  font-size: 34px;
}
#fh-icon-box-2 h3 {
  margin: 25px 0px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
  letter-spacing: 0px;
   float: left;
	clear:left;
}

#fh-icon-box-2 p {
  margin-bottom: 0;
  transition: 0.5s;
}
@media (max-width: 480px) {
  #fh-icon-box-2 p {
	  margin-bottom: 0;
	  transition: 0.5s;
	  font-size:14px;
	}
}
/*
@media (max-width: 320px) {
  #fh-icon-box-2 p {
	  margin-bottom: 0;
	  transition: 0.5s;
	  font-size:11px;
	}
}*/
.tg-service-widget .service-icon-wrap::after {  display: none;}






#fh-icon-box-1 {
  text-align: center;
  background-color: transparent;
  padding: 0px;
}

#fh-icon-box-1 .item-box {
  padding: 7px 10px;
  transition: 0.5s;
  height: 250px;
  line-height:1.0;
	border:1px solid rgba(255,255,255,0.2);
}

#fh-icon-box-1 .item-box img {
	width:120px;
	height:120px;
	border-radius:50%;
	border:5px solid rgba(255,255,255,1.0);
	transition: 0.5s;
}
#fh-icon-box-1 .item-box:hover {
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;

}
#fh-icon-box-1 .item-box a{
	color: #FFF!important;
	padding:0px;
}

#fh-icon-box-1 .item-box h3 a{
	color: #fff
	letter-spacing: 0px;
	font-size:22px;
	margin-top: 10px;
}
#fh-icon-box-1 .item-box h3 a:lang(ml){
	color: #fff;
	letter-spacing: 0px;
	font-size:18px;
	margin-top: 10px;
}

#fh-icon-box-1 .item-box:hover i,
#fh-icon-box-1 .item-box:hover h3,
#fh-icon-box-1 .item-box:hover h3 a,
#fh-icon-box-1 .item-box:hover p {

	background:transparent!important;
}

#fh-icon-box-1 .item-box:hover img {
	  -moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	transition: 0.5s;
}

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

#fh-icon-box-1 i:before {
  font-size: 34px;
}
#fh-icon-box-1 h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
  letter-spacing: -0.5px;
}
#fh-icon-box-1 h3:lang(ml){
  margin-top: 20px!important;
  font-size: 18px!important;
  font-weight: 600;
  transition: 0.5s;
  letter-spacing: 1px;
}
#fh-icon-box-1 p {
  margin-bottom: 0;
  transition: 0.5s;
	color: #fff;
}

#fh-icon-box-5 {
  text-align: center;
  background-color: transparent;
  padding: 0 10px;
/*  overflow: hidden;*/
}
#fh-icon-box-5 .item-box {
  padding: 0px;
  transition: 0.5s;
  background: #f3f3f3;
  line-height:1.0;
  -webkit-transition: all 0.35s;
   transition: all 0.35s;
   height:180px;
}
#fh-icon-box-5 .item-box h3 a{
	color: #111111;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
}
#fh-icon-box-5 .item-box p{
	color:#35526b;
	font-style:italic;
	font-size:12px;
	line-height:1.2;
}
#fh-icon-box-5 .item-box:hover i,
#fh-icon-box-5 .item-box:hover h3,
#fh-icon-box-5 .item-box:hover h3 a,
#fh-icon-box-5 .item-box:hover p {
  color: #181818;
}

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

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

/* ICON BOX 5  itembox1    */
#fh-icon-box-5 .item-box1 {
  padding: 0px;
  transition: 0.5s;
  background: #f3f3f3;
  line-height:1.0;
  -webkit-transition: all 0.35s;
   transition: all 0.35s;
}
#fh-icon-box-5 .item-box1 h3 a{
	color: #111111;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
}
#fh-icon-box-5 .item-box1 p{
	color:#35526b;
	font-style:italic;
	font-size:12px;
	line-height:1.2;
}
#fh-icon-box-5 .item-box1:hover i,
#fh-icon-box-5 .item-box1:hover h3,
#fh-icon-box-5 .item-box1:hover h3 a,
#fh-icon-box-5 .item-box1:hover p {
  color: #181818;
}

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

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

/* ICON BOX 5  itembox2    */
#fh-icon-box-5 .item-box2 {
  padding: 0px;
  transition: 0.5s;
  background: #f3f3f3;
  line-height:1.0;
  -webkit-transition: all 0.35s;
   transition: all 0.35s;
}
#fh-icon-box-5 .item-box2 h3 a{
	color: #FFFFFF;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
}
#fh-icon-box-5 .item-box2 p{
	color:#fdf0d5;
	font-style:italic;
	font-size:12px;
	line-height:1.2;
}
#fh-icon-box-5 .item-box2:hover i,
#fh-icon-box-5 .item-box2:hover h3 {
  color: #181818;
}

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

#fh-icon-box-5 i:before {
  font-size: 34px;
}
/* box4   */
#fh-icon-box-4 {
  text-align: center;
  background-color: transparent;
  padding: 0px;
}

#fh-icon-box-4 .item-box {
  padding: 7px 10px;
  transition: 0.5s;
  line-height:1.0;
	border:1px solid rgba(255,255,255,0.2);
}

#fh-icon-box-4 .item-box img {
	width:250px;
	height:250px;
	border-radius:50%;
	border:5px solid rgba(255,255,255,1.0);
}
#fh-icon-box-4 .item-box:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#fh-icon-box-4 .item-box h3 a{
	color: #fff;
	letter-spacing: 0px;
	font-size:32px;
	margin-top: 10px;
}

#fh-icon-box-4 .item-box:hover i,
#fh-icon-box-4 .item-box:hover h3,
#fh-icon-box-4 .item-box:hover h3 a,
#fh-icon-box-4 .item-box:hover p {
	background:transparent!important;
}

#fh-icon-box-4 .item-box:hover img {
	  -moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

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

#fh-icon-box-4 i:before {
  font-size: 34px;
}
#fh-icon-box-4 h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
  letter-spacing: 1px;
}
#fh-icon-box-4 p {
  margin-bottom: 0;
  transition: 0.5s;
	color: #fff;
}

/* fh icon box 12   */
#fh-icon-box-12 {
  text-align: left;
  background-color: transparent;
  padding: 0 10px;

}
#fh-icon-box-12 .item-box {
  padding: 0px;
  transition: 0.5s;
  background: #f3f3f3;
  line-height:1.0;
  -webkit-transition: all 0.35s;
   transition: all 0.35s;
   height:180px;
   background-image: url(images/appliformsnew.png);
   background-position:center;
   background-repeat:no-repeat;
}
#fh-icon-box-12 .item-box h3 a{
	color: #f17c0e;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
}
#fh-icon-box-12 .item-box p{
	color:#12728d;
	font-style:normal;
	font-size:14px;
	line-height:1.2;
	padding-top:10px;
}

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

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

#fh-icon-box-12 i:before {
  font-size: 34px;
}
#fh-icon-box-12 h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  padding-top: 15px;
}
#fh-icon-box-12 p {
  margin-bottom: 0;
  transition: 0.5s;
}

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

#navcontainer ul li { 
	display: inline;
}

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

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

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

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height:65px;
}

.tg-team-widget img {
    width:auto!important;
}
.team-wrapper .team-content {
	color: #777;
	margin: 10px 0 15px;
}
.team-wrapper .team-content-wrapper {
    padding-top: 5px;
    position: relative;
    text-align: center;
}
.team-wrapper .team-title {
    font-size: 1.0em!important;
	color:#d43939!important;
    letter-spacing: 0px !important;
	
}
.team-wrapper .team-designation {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #222;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.2); 
	/*color: #666;*/
}
.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: #30afb8;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

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

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

/* lsow css for services livemesh   start ----------------------------------------*/

.lsow-services .lsow-service .lsow-service-text .lsow-title-link:hover .lsow-title {
    text-decoration: none!important;
}
.lsow-services.lsow-style2 .lsow-service .lsow-service-text .lsow-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px!important;
    font-weight: normal!important;
    color: #333;
    text-transform:none!important;
    clear: none;
    margin-top: 0;
    margin-bottom: 20px;
}

/* lsow css for services livemesh  ends  ----------------------------------------*/
.countebg {
	background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url(/images/counter-bg.jpg) no-repeat;
	background-size: cover;

}

/*  FOR SCDD NEW DESIGN  -------------------------------------------------*/
#slidermenu {
	z-index:9999;
	position:relative;
/*	background-color: #cfc;
  	border-color: #696;*/
}

#sliderpic {
	z-index:9999;
	position:relative;
}
#sliderpic a img {
	border: 0;
	padding: 0px;
}

.psac-widget-wrp h4.psac-post-title{margin: 0 0 8px 0 !important; line-height:12px!important; }
.psac-post-title a{
	text-decoration:none !important; 
	border-bottom:0px !important; 
	font-size:16px!important;
	line-height: 16px!important;
	color: #111111;
}

.psac-post-carousel.psac-design-2 .psac-post-title {
    font-size: 14px;
    line-height: 13px!important;
}
.psac-post-meta span.psac-post-meta-innr {font-size:12px; display: inline-block; margin:0 5px 5px 5px; color:#ea4247!important;}
.psac-post-list{margin-bottom:30px; color:#e05544!important; }
.psac-slider-and-carousel  *, .psac-columns *, .psac-widget-wrp *{outline: none !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; color:#d43939; font-size:14px;}

.notification{
	letter-spacing:0px;
}
	
.notification h3 {
	font-size: 20px;
	color:#ffffff;
}

.notification content{
	color:#e05544;
}


/* MEGA MENU CSS NEW------------------------------------------------------------    */ 
.wpmega-sea-green-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-sea-green-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
	height: 0px;
}

.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
	color: #fff;
	font-weight: 700;
}

.wpmega-light-blue-sky-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-light-blue-sky-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
	content: '';
	position: absolute;
	background: #0AA2EE;
	height: 0px;
	width: 30px;
	bottom: 0;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
    padding: 12px 22px 12px 15px;
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    overflow: visible;
    font-family: Open Sans;
    text-transform: capitalize;
    text-align: left;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
	color:#fff;
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	background-color:#626262;
}

.newsub-menu {
}

.newsub-menu img {
	border-radius: 6px;
}

.newsub-menu a img {
	border: 0;
    padding: 0px;
}
.newsub-menu img:hover img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.145) rotate(0.05deg);
    transform: scale(1.145) rotate(0.05deg);
	overflow: hidden;
}

.header-top .tg-column-wrapper {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-product-section .tg-feature-product-layout-2 .feature-title-wrap  {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
}

.tg-feature-product-layout-2 .tg-feature-product-widget:hover .feature-title-wrap {
	margin-bottom: 3px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.banner-box{
	position:relative;
	overflow:hidden;
}
.banner-box a img {
	padding: 0px;
}
.banner-box img {
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.banner-box:hover img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.145) rotate(0.05deg);
    transform: scale(1.145) rotate(0.05deg);
	overflow: hidden;
}

.single-service-item {
	 border:1px solid #d7d7d7;
	 margin-bottom:30px;
	 position:relative;
	 background:#e68024;
}

.service-left-bg {
	 background:#e68024 none repeat scroll 0 0;
	 border-right:10px solid #d25828;
	 float:left;
	 height:100%;
	 position:absolute;
	 overflow:hidden;
	 width:50px
}
.service-icon {
	 float:left;
	 margin-left:20px;
	 margin-right:20px;
	 position:relative;
	 margin-top:20px;
	 width:61px;
	 height:61px;
	 background:#7FA409;
	 border-radius:50%;
	 overflow:hidden;
	 text-align:center
}
.service-icon i,
.service-icon i:before {
	 font-size:33px;
	 color:#fff;
	 line-height:61px;
	 margin:0
}
.service-text {
	 overflow:hidden;
	 padding-bottom:35px;
	 padding-top:40px;
	 padding-right:10px
}
.service-text h4 {
	 color:#FFFFFF;
	 font-family:"Roboto Slab",serif;
	 font-size:18px;
	 font-weight:700;
	 margin-bottom:9px;
	 margin-top:0;
	 text-transform:uppercase
}
.service-text p {
	 color:#777;
	 font-family:'Open Sans',sans-serif;
	 font-size:14px;
	 line-height:22px
}


.icon_hvr_img_box {
	 -webkit-background-size:cover;
	 display:block;
	 background-size:cover;
	 border-radius:4px;
	 overflow:hidden;
	 padding:23px 0;
	 margin-bottom:30px;
	 position:relative;
	 text-align:center;
	 cursor:pointer;
	 -webkit-transition:all .3s ease 0s;
	 -moz-transition:all .3s ease 0s;
	 -o-transition:all .3s ease 0s;
	 transition:all .3s ease 0s
}
.icon_hvr_img_box.ccn-cat-2-box {
	 padding-left:10px;
	 padding-right:10px
}
.icon_hvr_img_box:before {
	 background-color:#fff;
	 border:1px solid #eaebf0;
	 border-radius:4px;
	 bottom:0;
	 content:"";
	 left:0;
	 position:absolute;
	 right:0;
	 top:0;
	 -webkit-transition:all .3s ease 0s;
	 -moz-transition:all .3s ease 0s;
	 -o-transition:all .3s ease 0s;
	 transition:all .3s ease 0s
}
.icon_hvr_img_box:hover:before {
	 opacity:.95;
	 border-color:#2441e7;
	 -webkit-box-shadow:0 1px 35px 0 rgba(32,51,103,.1);
	 box-shadow:0 1px 35px 0 rgba(32,51,103,.1)
}
.icon_hvr_img_box .icon {
	 color:#2441e7;
	 font-size:48px;
	 margin-bottom:8px;
	 position:relative;
	 text-align:center;
	 -webkit-transition:all .4s ease 0s;
	 -moz-transition:all .4s ease 0s;
	 -o-transition:all .4s ease 0s;
	 transition:all .4s ease 0s
}
.icon_hvr_img_box .details {
	 position:relative;
	 -webkit-transition:all .4s ease 0s;
	 -moz-transition:all .4s ease 0s;
	 -o-transition:all .4s ease 0s;
	 transition:all .4s ease 0s
}
.icon_hvr_img_box .details h5 {
	 font-size:18px;
	 font-weight:700;
	 color:#2441e7
}
.icon_hvr_img_box .details p {
	 color:#6d6d6d;
	 font-size:14px
}
.icon_hvr_img_box:hover {
	 -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.09);
	 -moz-box-shadow:0 1px 4px 0 rgba(0,0,0,.09);
	 box-shadow:0 1px 4px 0 rgba(0,0,0,.09)
}
.icon_hvr_img_box.ccn-box {
	 text-align:left;
	 padding:40px 40px;
	 background-color:#2441e7
}
.icon_hvr_img_box.ccn-box:before {
	 background-color:transparent;
	 border:0!important
}
.icon_hvr_img_box.ccn-box:hover:before {
	 background-color:transparent
}
.icon_hvr_img_box.ccn-box .icon {
	 text-align:left;
	 font-size:60px
}
.icon_hvr_img_box.ccn-box .details h5,
.icon_hvr_img_box.ccn-box .details p,
.icon_hvr_img_box.ccn-box .icon {
	 color:#fff
}

.ccn-color-cat-boxes {
	 padding:20px 10px 25px;
	 margin-top:0;
	 height:calc(100% - 30px);
	 -webkit-transition:all .4s ease 0s;
	 -moz-transition:all .4s ease 0s;
	 -o-transition:all .4s ease 0s;
	 transition:all .4s ease 0s;
	 position:relative;
	 top:0
}
.ccn-color-cat-boxes .icon {
	 font-size:75px
}
.ccn-color-cat-boxes:before,
.ccn-color-cat-boxes:hover:before {
	 background-color:transparent;
	 border-color:transparent
}
@media (min-width:1200px) {
 .ccn-color-cat-boxes:hover {
	  top:-10px
 }
}

.vc_row.vc_row-has-fill {
	 background-repeat:no-repeat;
	 background-position:top;
	 position:relative;
}
.vc_parallax.vc_row .wpb_column.vc_column_container:first-child {
	 position:relative;
}
.container .phone-number {
	 font-weight:700;
}
#footer {
	 display:block;
	 width:100%;
	 /*! visibility:inherit; */opacity:1;
}
#footer.fixed {
	 position:fixed;
	 bottom:0;
	 left:0;
	 right:0;
	 width:auto;
}
#footer.classic {
	 position:relative;
}
.lower-footer span,
.lower-footer a {
	 opacity:1;
	 margin-right:25px;
	 line-height:25px;
}
.footer-widget-area {
	 padding-top:60px;
}
.lower-footer a {
	 -webkit-transition:.2s;
	 -o-transition:.2s;
	 transition:.2s;
}
.lower-footer a:hover {
	 opacity:1;
	 text-decoration:none;
}
.lower-footer .pull-right a {
	 margin:0;
	 padding:0;
	 display:block;
	 margin-left:15px;
	 background:0 0;
}
.lower-footer .fa {
	 margin:0;
	 opacity:1;
	 font-size:20px;
	 font-weight:400;
	 float:left;
	 margin-right:0
}
.lower-footer {
 margin-top:0;
 padding:22px 0;
 width:100%;
 border-top:1px solid rgba(132,132,132,.17)
}
.lower-footer .container {
 padding:0 15px;
 text-align:center
}
.upper-footer {
 padding:0;
 border-top:1px solid rgba(132,132,132,.17)
}
.upper-footer .search-form .search-field,
.upper-footer .footer_widget select {
 color:#838383;
 background:#f4f4f4
}
.footer_widget .search-submit {
 right:15px
}
.footer-bar {
 border-bottom:1px solid rgba(132,132,132,.17);
 margin:0 15px;
 margin-bottom:60px;
 float:left;
 width:calc(100% - 30px);
 padding:21px 0 22px
}
.footer-bar.no-upper-footer {
 border:0;
 margin-top:50px;
 margin-bottom:50px
}
.footer-bar .footer-nav-menu {
 float:left
}
.footer-bar .footer-nav-menu ul {
 padding:0
}
.footer-bar .footer-nav-menu ul li a {
 display:inline-block;
 margin-left:0;
 margin-right:30px;
 transition:.2s
}
.footer-socials-bar {
 float:right
}
.footer-socials-bar ul {
 margin-bottom:0;
 margin-top:0;
 padding:4px 0
}
.footer-business-info {
 padding:40px;
 margin:0 0 80px;
 border-top:1px solid #e5e7f2;
 border-bottom:1px solid #e5e7f2
}
.footer-business-info.footer-socials a {
 display:block;
 float:left;
 width:40px;
 height:40px;
 text-align:center;
 -webkit-transition:all 250ms ease-in-out;
 -moz-transition:all 250ms ease-in-out;
 -o-transition:all 250ms ease-in-out;
 transition:all 250ms ease-in-out;
 line-height:40px;
 margin-right:20px
}
.footer-social-text {
 font-weight:700;
 text-transform:uppercase;
 color:#f0f8ff;
 float:left;
 display:block;
 line-height:40px;
 margin-right:30px
}
.container.footer-business-wrapper {
 max-width:100%
}
.footer-newsletter-form {
 float:right
}
.footer-newsletter-form .wpcf7-form .wpcf7-email {
 height:40px;
 line-height:40px;
 margin:0;
 font-weight:700
}
.footer-newsletter-form .wpcf7-form-control-wrap {
 width:auto;
 margin:0
}
.footer-newsletter-form .wpcf7 .wpcf7-submit {
 float:right;
 display:block;
 width:auto;
 margin:0;
 height:40px;
 line-height:40px;
 border:0!important;
 font-weight:900
}
.footer-newsletter-form .wpcf7-form .wpcf7-email {
 color:#fff
}
.footer-newsletter-form .wpcf7-form .wpcf7-email::-webkit-input-placeholder {
 color:#828282
}
.footer-newsletter-form .wpcf7-form .wpcf7-email::-moz-placeholder {
 color:#828282
}
.footer-newsletter-form .wpcf7-form .wpcf7-email:-ms-input-placeholder {
 color:#828282
}
.footer-newsletter-form .wpcf7-form .wpcf7-email:-moz-placeholder {
 color:#828282
}
#commentform textarea::-webkit-input-placeholder {
 color:#9e9e9e
}
#commentform textarea::-moz-placeholder {
 color:#9e9e9e
}
#commentform textarea:-ms-input-placeholder {
 color:#9e9e9e
}
.footer-business-info.footer-socials a .fa {
 -webkit-transition:all 250ms ease-in-out;
 -moz-transition:all 250ms ease-in-out;
 -o-transition:all 250ms ease-in-out;
 transition:all 250ms ease-in-out
}
.footer-business-info.footer-socials a:hover .fa {
 color:#fff
}
.footer-business-info.footer-socials a .fa {
 color:inherit
}
.footer-business-address,
.footer-business-phone,
.footer-business-email {
 width:33%;
 display:block;
 position:relative;
 float:left
}
.footer-nav {
 float:left;
 max-width:280px;
 padding:0;
 margin:0;
 margin-top:5px
}
.upper-footer .col-lg-4 {
 padding:0
}
.footer-business-info [class^=iconsmind-],
.footer-business-info [class*=" iconsmind-"] {
 display:block;
 float:left;
 font-size:20px;
 font-weight:700;
 color:#8f8f8f
}
.footer-business-content a {
 color:inherit;
 transition:.25s
}
.footer-business-phone:after,
.footer-business-address:after {
 content:"";
 display:block;
 width:2px;
 height:30px;
 background-color:rgba(255,255,255,.13);
 position:absolute;
 right:0;
 top:50%;
 transform:translateY(-50%);
 -webkit-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 -ms-transform:translateY(-50%)
}
.footer-business-title {
 font-weight:700;
 display:block;
 margin-left:20px;
 float:left
}



/*** 
=============================================
    Facilities appointment area style
=============================================
***/
.facilities-appointment-area{
    padding-top: 80px;
    padding-bottom: 50px;
}
.facilities-appointment-area .single-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 95px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    z-index: 1;
}
.facilities-appointment-area .single-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #0392ce;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}
.facilities-appointment-area .single-item:hover:before{
    height: 100%;
    opacity: 1;
}

.facilities-appointment-area .single-item .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: #fcfcfc;
    border-right: 1px solid #f0f0f0;
}
.facilities-appointment-area .single-item .icon-holder .icon-box {
    display: table;
    height: 100%;
    width: 100%;  
}
.facilities-appointment-area .single-item .icon-holder .icon-box .icon{
    display: table-cell;
    vertical-align: middle;
}
.facilities-appointment-area .single-item .icon-holder span::before {
    color: #0392ce;
    display: block;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}
.facilities-appointment-area .single-item .text-holder {
    padding-left: 5px;
    padding-top: 27px;
    padding-bottom: 13px;
    padding-right: 12px;
}
.facilities-appointment-area .single-item .text-holder h3{
    margin: 0 0 8px;
    transition: all 500ms ease;
}
.facilities-appointment-area .single-item .text-holder p{
    transition: all 500ms ease;    
}
.facilities-appointment-area .single-item:hover .text-holder h3{
    color: #ffffff;
}
.facilities-appointment-area .single-item:hover .text-holder p{
    color: #fff;    
}

.facilities-appointment-area .owl-controls {
    position: absolute;
    right: 0;
    top: -90px;
}
.facilities-appointment-area .owl-theme .owl-nav{
    margin: 0;
}
.facilities-appointment-area .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 0;
    color: #888888;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 40px;
    border: 2px solid #f0f0f0;
    transition: all 700ms ease 0s;
}
.facilities-appointment-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.facilities-appointment-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #0392ce;
    color: #0392ce;
}


.facilities-appointment-area .appointment {
    border: 2px solid #f0f0f0;
    display: block;
    padding: 25px 28px 27px;
    margin-top: 10px;
}
.facilities-appointment-area .appointment .sec-title{
    padding-bottom: 30px;
}
.facilities-appointment-area .appointment .sec-title h1 {
    font-size: 24px;
    margin: 0 0 14px;
}
.facilities-appointment-area .appointment .input-box{
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 11px;
}
.facilities-appointment-area .appointment .input-box input[type="text"],
.facilities-appointment-area .appointment .input-box input[type="email"]{
    background: #ffffff;
    border: 1px solid #f0f0f0;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    box-shadow: none;
    line-height: 44px;
    font-family: 'Hind', sans-serif;
    margin-bottom: 9px;
}
.facilities-appointment-area .appointment .input-box .icon-box {
    position: absolute;
    top: 11px;
    right: 15px;
}
.event-tab-box .tab-content .input-box .icon-box i{
    color: #2acb35;
    font-size: 15px;
}
.facilities-appointment-area .appointment button,
.facilities-appointment-area .appointment input[type="submit"] {
    padding: 9px 40px 7px;
    margin: 10px auto 0;
}




/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  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;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e4e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 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-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  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;
/*  background: #e1e1e1;*/
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 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-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*#scrollnews{
	margin-top:-15px;
}
*/
#scrollnews {
	padding:5px 5px;
	color:#FFF;
	background-color:#c42d34;
	margin-bottom:0px;
		font-size:16px;
/*		border:1px solid #b33c3c;
		border-left:10px solid #b33c3c;*/
}
#scrollnews a:before {
   font-family: fontawesome;
   content: "\f18e";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight:400;
	color:#FFFFFF;
	font-size:1.4em;
}


#scrollnews a{
	color:#FFFFFF;
	margin-right:35px;
}
#scrollnews a:lang(ml){
	color:#FFFFFF;
	margin-right:35px;
	font-family: 'Noto-Sans-Malayalam';
}

#scrollnews a:hover{
	color:#fffbba;
}

.ow-button-base a.ow-icon-placement-left [class^="sow-icon-"] {
    margin: -0.1em .4em -0.2em -0.75em;
    float: left;
}

.so-widget-sow-button-flat-2c543196ae44 .ow-button-base a {
    height: 70px;
}
.psac-post-title{margin:0 0 0px 0 !important;}
.psac-post-carousel.psac-design-2 .psac-post-margin-content{padding:5px!important; height:50px; border:1px solid #d5d5d5; border-top:0px; background-color: #8ddbf5;}
.psac-post-carousel.psac-design-2 .psac-post-title{font-size:14px; line-height: 20px;}
.psac-post-carousel.psac-design-2 .psac-post-carousel-content{border:0px solid #ddd; text-align:center;-webkit-transition: all .3s linear; background-color:#ffffff; 	-webkit-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);}

.mejs-container * {
    box-sizing: border-box;
    border-radius: 10px!important;
	border-color:#e2e2e2!important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #222;
    border-radius: 10px!important;
}

#section-feature .box {
	background:#ffffff;
	text-align:center;
	-webkit-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.1);
	height:195px;
	margin-bottom:50px;
}


.top4{
	color:#030401;
}

.top4 button{
	border:2px solid #f6c020;
	border-radius:20px 20px 20px 0px!important;
	color:#030401!important;
	background-color:transparent!important;
}

/* --------------- Button CSS -------------------- */

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: 0px solid;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  background-color: #eaeaea;
  /*width:100%;  */
  color: #080808;
  outline: none;
  transition: all 0.4s ease-in-out 0s;
	padding: 10px 20px !important;
  &.lsow-rounded {
    border-radius: 999px;
    }
  &.lsow-large {
    padding: 20px 60px;
    }
  &.lsow-small {
    padding: 12px 25px;
    font-size: 11px;
    }
  &:hover {
    background-color: #f9633e;
    color: #fefefe;
    }
  img, span.lsow-icon {
    margin-right: 10px;
    }
  }
$skin-names: ("black", "blue", "cyan", "green", "orange", "pink", "red", "teal");
$color-collection: (#363636, #46a5d5, #57c0dc, #00a57d, #e87151, #dd5679, #da4f49, #28c2ba);

@for $i from 0 to length($skin-names) {
  $skin-name: nth($skin-names, $i+1);
  $skin-color: nth($color-collection, $i+1);
  .lsow-button.lsow-#{$skin-name} {
    background-color: $skin-color;
    }
  .lsow-button.lsow-#{$skin-name}:hover {
    background-color: lighten($skin-color, 5%);
    }
  }
.lsow-button.lsow-trans {
  color: #333;
  background-color: transparent; /* IE */
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  &:hover {
    background-color: #fff;
    color: #333 !important;
    border-color: #fff;
    }
  }
.lsow-button.lsow-semitrans {
  color: #fff;
  background-color: transparent; /* IE */
  background-color: rgba(125, 125, 125, 0.5);
  &:hover {
    background-color: #fff;
    color: #333 !important;
    }
  }

input.lsow-button.lsow-with-icon span, button.lsow-button.lsow-with-icon span, a.lsow-button.lsow-with-icon span, .lsow-button.lsow-with-icon:active span, .lsow-button.lsow-with-icon:visited span {
    color: #030401;
    font-size: 24px;
    vertical-align: middle;
    line-height: 1;
}
input.lsow-button:hover, button.lsow-button:hover, a.lsow-button:hover, .lsow-button:active:hover, .lsow-button:visited:hover {
    background-color: #ffffff;
    color: #030401;
}

.lsow-clear {
  clear: both;
  }

.gsc-icon-box-style.style-2 {
  text-align: center;
  position: relative;
  padding: 40px 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: 1px solid #F7F7F9;
}

@media (min-width: 992px) {
  .gsc-icon-box-style.style-2 + .style-2 {
    margin-top: 30px;
  }
}


@media (max-width: 991.98px) {
  .gsc-icon-box-style.style-2 {
    margin-bottom: 30px;
  }
}

.gsc-icon-box-style.style-2:before, .gsc-icon-box-style.style-2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.gsc-icon-box-style.style-2:before {
  top: 0;
  left: 0;
  border-top: 1px solid #e18b1d;
  border-left: 1px solid #e18b1d;
}

.gsc-icon-box-style.style-2:after {
  border-right: 1px solid #e18b1d;
  border-bottom: 1px solid #e18b1d;
  bottom: 0;
  right: 0;
}

.gsc-icon-box-style.style-2:hover {
  -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
}

.gsc-icon-box-style.style-2:hover:before, .gsc-icon-box-style.style-2:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.gsc-icon-box-style.style-2:hover .arrow {
  background: #e18b1d;
  color: #fff;
}

.gsc-icon-box-style.style-2 .image-icon {
  min-height: 60px;
  display: inline-block;
}

.gsc-icon-box-style.style-2 .icon {
  font-size: 60px;
  color: #e18b1d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.gsc-icon-box-style.style-2 .box-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-top: 25px;
  line-height: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.gsc-icon-box-style.style-2 .arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #e18b1d;
  background: #F6F7FB;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.gsc-icon-box-style.style-2.highlight {
  background: #e18b1d;
  -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 26px rgba(0, 0, 0, 0.08);
}

.gsc-icon-box-style.style-2.highlight .box-title {
  color: #fff;
}

.gsc-icon-box-style.style-2.highlight .box-title a {
  color: #fff;
}

.gsc-icon-box-style.style-2.highlight .arrow {
  background: #fff !important;
  color: #e18b1d !important;
}
.oxilab-flip-box-back-3 {
    border-color: #e58024!important;
}
.oxilab-flip-box-front-3 {
    border-color: #e58024!important;
}


/*ICON BOX13   ----------------------------------------------------------------------  start  */

#fh-icon-box-13 {
  text-align: center;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
  padding: 0px;
  overflow: hidden;
	display: flex;


}


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

#fh-icon-box-13 .item-box {
  padding: 1px 0px;
		height: 180px;
  transition: 0.5s;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
   text-align: center;
     background-color: #8ddbf5;
	vertical-align: middle;
	width: 100%;
	align-items: stretch;

}

#fh-icon-box-13 .item-boxz {
  padding: 1px 0px;
		height: 180px;
  transition: 0.5s;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
   text-align: center;
     background-color: #8ddbf5;
	vertical-align: middle;
	width: 100%;
	align-items: stretch;

}

#fh-icon-box-13 .item-boxz h3 {
  margin: 0;
  font-size: 15px;
  text-align:center;
  font-weight: 500;
  transition: 0.5s;
  padding-bottom: 10px;
	line-height: 0.9;
	color: #101416;

}

/* for scheme assistant below images  */
#fh-icon-box-13 .item-box3 h3{
	border-radius:5px;
	text-align: center;
  vertical-align: middle;
	width: 100%;
	align-items: stretch;
	
	
	
  margin: 0;
  font-size: 16px;
	line-height: 0.9;
  text-align:center;
  font-weight: 500;
  transition: 0.5s;
	color: #101416;
	padding-bottom: 5px;


}
#fh-icon-box-13 .item-box2{
	border-radius:5px;
	background-image: linear-gradient(90deg, #ee0b77 0%, #f2412f 35%, #ff6802 100%);
	text-align: center;
	color: #FFFFFF;
  padding: 10px;
  vertical-align: middle;
	width: 100%;
	align-items: stretch;

}

#fh-icon-box-13 .item-box1{
	border-radius:5px;
	background-image: linear-gradient(90deg, #ee0b77 0%, #f2412f 35%, #ff6802 100%);
	text-align: center;
	color: #FFFFFF;
  padding: 10px;
  vertical-align: middle;
	width: 100%;
	align-items: stretch;

}

#fh-icon-box-13 .item-box1 i, #fh-icon-box-13 .item-box1-icon span {
  color: #fff49a;
  font-size: 34px;
  transition: 0.5s;
}

#fh-icon-box-13 .item-box3{
	border-radius:5px;
	background-image: linear-gradient(90deg, #ee0b77 0%, #f2412f 35%, #ff6802 100%);
	text-align: center;
	color: #FFFFFF;
  padding: 10px;
  vertical-align: middle;
	width: 100%;
	align-items: stretch;
}
#fh-icon-box-13 .item-box3 h1{
	font-size: 18px;
	line-height:20px;
	font-weight:normal;
}
#fh-icon-box-13 .item-box3-button-base a {
    margin: -0.1em .75em -0.2em -0.95em!important;
}


#fh-icon-box-13 .item-box3 i, #fh-icon-box-13 .item-box3-icon span {
  color: #fff49a;
  font-size: 34px;
  transition: 0.5s;
}

#fh-icon-box-13 .item-box1 button{
	background-color: transparent;
	text-align: right;
	color: #FFFFFF;
	border: 0px;
}

#fh-icon-box-13 .item-box img{
	border-radius:5px;
	padding: 0px;
}

#fh-icon-box-13 .item-box:hover {
  background-image: linear-gradient(90deg, #ee0b77 0%, #f2412f 35%, #ff6802 100%);
/*	background-color: #78badd;*/
  -webkit-transition: 0.5s;
	transition: 0.5s;

}
#fh-icon-box-13 .item-box p {
  color: #003366!important;
}

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

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

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

#fh-icon-box-13 h3 {
  margin: 0;
  font-size: 20px;
  text-align:center;
  font-weight: 600;
  transition: 0.5s;
  padding-top: 5px;
	line-height: 0.9;
	color: #101416;
}
#fh-icon-box-13 h3 {
    margin: 0;
	font-family: 'Noto-Sans-Malayalam';
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    transition: 0.5s;
    padding-top: 5px;
    line-height: 0.9;
    color: #101416;
}
.team-wrapper .team-designation:lang(ml) {
    position: relative;
	font-family: 'Noto-Sans-Malayalam';
	line-height:16px;
	margin-top:7px;
}
#fh-icon-box-13 h2 {
  margin: 0;
  font-size: 16px;
	line-height: 0.9;
  text-align:center;
  font-weight: 500;
  transition: 0.5s;
	color: #101416;
	padding-bottom: 5px;

}
#fh-icon-box-13 p {
  margin-bottom: 0;
  text-align:center;
  transition: 0.5s;
  line-height:1.0;
}

#fh-icon-box-13 p:lang(ml) {
  	margin-bottom: 0;
	margin-top: 10px;
  	text-align:center;
  	transition: 0.5s;
  	line-height:1.0;
	font-family: 'Noto-Sans-Malayalam';
}

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

.ow-button-base a:lang(ml) {
	font-family: 'Noto-Sans-Malayalam';
    text-align: center;
    cursor: pointer;
    line-height: 1em;
    font-size: 0.9em !important;
	font-family:
}

.ourschemes{
	color:#ffffff;
}
.ourschemes h3{
	font-size:20px;
	background-color: #151515;
	padding: 5px 10px;
	color: #ffffff;
}

.edscheme{
	color:#111111;
}
.edscheme h3{
	font-size:14px;
	line-height:13px;
	background-color: #8ddbf5;
	padding: 5px;
	letter-spacing:0px;
	font-weight:500;
	height:50px;
	border:1px solid #e68c51;
	border-top:0px;
}
.edscheme h3:lang(ml) {
    font-size: 11px;
    line-height: 15px;
    background-color: #8ddbf5;
    padding: 5px;
    letter-spacing: 0px;
    font-weight: 500;
    height: 50px;
    border: 1px solid #e68c51;
        border-top-color: rgb(230, 140, 81);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 0px;
}
.vsrp_div{
    font-size: 30px;
    font-size: 1.1em!important;
    padding: 4px 0;
    line-height: 1.1;
    position: relative;
    vertical-align: top; 
}
.vsrp_div a{ 
	color: #fef07d;
}

.vsrp_div > img {
    margin: 0 2% 0 0;
}

.vsrp_error{
    padding: 5px 0;
}

.vrsp_date {
    font-size: 14px!importanti;
	color:#FFFFFF;
}

.iw-so-image-wrapper::after {
  clear: both;
  content: "";
  display: table; }

.iw-so-image-wrapper .iw-so-image {
  position: relative;
  display: inline-block; }
  .iw-so-image-wrapper .iw-so-image a {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none; }
  .iw-so-image-wrapper .iw-so-image img {
    vertical-align: middle;
    border-style: solid; }
  .iw-so-image-wrapper .iw-so-image .iw-so-caption-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .iw-so-image-wrapper .iw-so-image .iw-so-image-caption {
    width: 100%;
    height: 100%;
    -webkit-transition: all 450ms ease-out;
    -moz-transition: all 450ms ease-out;
    transition: all 450ms ease-out;
    position: relative; }
    .iw-so-image-wrapper .iw-so-image .iw-so-image-caption figcaption {
      display: inline-block;
      line-height: 1.5;
      position: absolute;
      width: 100%; }
    .iw-so-image-wrapper .iw-so-image .iw-so-image-caption .iw-so-cap-title,
    .iw-so-image-wrapper .iw-so-image .iw-so-image-caption .iw-so-cap-desc {
      opacity: 0;
      visibility: hidden;
      margin: 0;
      padding: 15px;
      -webkit-transition: all 450ms ease-out;
      -moz-transition: all 450ms ease-out;
      transition: all 450ms ease-out; }
  .iw-so-image-wrapper .iw-so-image:hover .iw-so-image-caption .iw-so-cap-title,
  .iw-so-image-wrapper .iw-so-image:hover .iw-so-image-caption .iw-so-cap-desc {
    opacity: 1;
    visibility: visible; }


.breadcrumb-trail.breadcrumbs {
 	  margin-bottom: 0px!important;
	  padding: 25px;
	  background-image: url(images/ushus.jpg);
	  background-repeat: no-repeat;
	  background-size:cover;
	  background-position:right;
	  background-color: #616161;
	  height: 250px;
	  color:#ba0027;
	  font-weight:700;
	  background-blend-mode:multiply;
}
.breadcrumb-trail.breadcrumbs .trail-title {
    float:none!important;
    font-weight: 600;
    font-size: 30px;
	font-family: Arial;
    padding: 30px 0px 0px 0px;
	text-transform:uppercase;
	color: #fff;
	margin-bottom: 10px;
/*	width:50%;*/
	line-height:25px;
	text-align: center;
}
.breadcrumb-trail.breadcrumbs .trail-title:lang(ml) {
    float:none!important;
    font-weight: 600;
    font-size: 25px;
	font-family: 'Noto-Sans-Malayalam';
    padding: 30px 0px 0px 0px;
	text-transform:uppercase;
	color: #fff;
	margin-bottom: 10px;
/*	width:50%;*/
	line-height:23px;
	text-align: center;
}
.breadcrumb-trail.breadcrumbs .trail-items {
	/*float: left;*/
	padding: 1px 0;
	list-style: none;
	color: #d5a590;
	width:100%;
	display: flex;
  justify-content: center;
}
.breadcrumb-trail.breadcrumbs .trail-items li span {
    font-size: 15px;
    color: #d5a590!important;
    position: relative;
    line-height: 18px;
    padding: 0px 14px;
	font-weight:normal;
}
#flash-breadcrumbs a, #flash-breadcrumbs span, .breadcrumb-trail.breadcrumbs .trail-items li span::before {
    color: #d5a590!important;
}

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

.so-widget-sow-button-flat-756168145a3e .ow-button-base a {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 1em;
    padding: 1.4em 2.0em!important;
    background: #53bd86;
}

.ow-button-base a {
    text-align: left!important;
    cursor: pointer;
    line-height: 1em;
	/*min-height:85px;*/
	
}
.related-dept .ow-button-base a {
  text-align: left !important;
  cursor: pointer;
  line-height: 1em;
  min-height: 75px;
}



ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
    display: block;
    font-size: 12px!important;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 13px;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title:lang(ml) {
    display: block;
    font-size: 16px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 15px;
	font-family: 'Noto-Sans-Malayalam';
}

ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-featured-image, ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-custom-image {
    float: left;
    padding-right: 5px!important;
}

.lsow-accordion.style2 .lsow-panel .lsow-panel-title {
    position: relative;
    display: block;
    border-radius: 5px;
    border: 1px solid #bab086!important;
    overflow: hidden;
    padding: 15px 50px 15px 30px!important;
    font-size: 18px;
    line-height: 16px!important;
    letter-spacing: 0;
    font-weight: bold;
    color: #666;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.flash_inherit_color h3.section-title:lang(ml) {
    color: inherit !important;
	font-family: 'Noto-Sans-Malayalam';
}

.lsow-heading .lsow-title {
   font-size: 22px;
  line-height: 12px;
  margin: 0 auto 20px;
  color: #FFF;
  font-weight: bold;
}

.header-top .right-content {
  float: right!important;	
}
/*
.child {
	display: inline-block;
  	vertical-align: middle;
}
*/
.selectlamguage{
	color: #FFF;
	float:right;
	display:inline-block;
}
.selectlamguage h3:lang(en) {
  font-size: 0.9em;
	line-height:1.7;
  letter-spacing: 0px!important;
  margin-bottom: 0px;
  font-weight: 500!important;
	margin-top: 0;
	float: left;
	margin-right: 10px;
	font-family:inherit;
}

.selectlamguage h3:lang(ml) {
  font-size: 0.9em;
	line-height: 1.3;
  letter-spacing: 0px!important;
  margin-bottom: 0px;
  font-weight: 500!important;
	margin-top: 0;
	float: left;
	margin-right: 10px;
}

.selectlamguage ul:lang(en) {
	margin: 0;
	list-style: none;
	font-family: 'Noto-Sans-Malayalam'!important;
	font-size: 16px;
	font-weight: 500!important;
	color: #fff;
}

.selectlamguage ul:lang(ml) {
	margin: 0;
	list-style: none;
	font-family: 'Poppins', sans-serif !important;;
	font-size: 14px!important;
	font-weight: 500!important;
}


.selectlamguage ul li {
	padding: 5px 10px 5px 10px;
	position: relative;
	background-color:#e85454;
	border-radius:5px;
	border:1px solid transparent;
	line-height:1.0;
}
.selectlamguage ul li:lang(ml) {
	padding: 4px 10px 4px 10px;
	position: relative;
	background-color:#e85454;
	border-radius:5px;
	border:1px solid transparent;
	line-height:1.0;
	vertical-align: top;
	display:inline;
}


.selectlamguage ul li:hover {
	background-color:#FFF;
	border:1px solid #e85454;

}

.selectlamguage ul li a {
	color: #FFFFFF;
} 

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

.so-widget-sow-headline-default-8ed7e0eec5d6 .sow-headline-container h2.sow-headline {
  text-align: left;
  color: #ffffff;
  line-height: 1px;
  letter-spacing: 0px;
}

.so-widget-sow-button-flat-2ab7cc4da50c .ow-button-base a.ow-button-hover:hover {
  background: #dc2627;
  border-color: #dc2627;
	background-image:
}
.lsow-heading .lsow-title {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 22px !important;
  margin: 0 auto 20px;
  color: #d43939 !important;
  font-weight: bold;
  background-color: #fff;
  display: inline;
  padding: 9px 20px 5px 20px;
  border-radius: 20px;
  border: 1px solid #dcd9d9;
}
.lsow-heading .lsow-title {
  font-size: 22px;
  line-height: 12px;
  margin: 0 auto 20px;
  color: #FFF;
  font-weight: bold;
}
.bt-headline h3 {
  font-size: 1.2em !important;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

@media (max-width: 1368px) {
	#site-navigation ul li a {
	  font-size: 14px;
	  text-transform: capitalize;
	  font-weight: 500;
	  letter-spacing: 0px;
	}
}




@media (max-width: 768px) {
	.team-wrapper .team-content {
		width:50%
	}
	.team-wrapper .team-title {
	  	font-size: 10px!important;
	  	color: #d96a12;

	}
	.team-wrapper .team-designation {
		position: relative;
		font-size: 10px;
		line-height: 13px;
		color: #222;
		text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.2); 

	}
	.tg-team-widget img {
  		width: 40% !important;
	}
}
@media only screen and (max-width: 960px) {
        /* styles for browsers larger than 960px; */
		.team-wrapper .team-title {
	  	font-size: 12px!important;
	  	color: #d96a12;

	}
	.team-wrapper .team-designation {
		position: relative;
		font-size: 12px;
		line-height: 13px;
		color: #222;
		text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.2); 

	}

}
    @media only screen and (max-width: 1440px) {
        /* styles for browsers larger than 1440px; */
		.team-wrapper .team-title {
	  	font-size: 14px!important;
	  	color: #d96a12;

	}
	.team-wrapper .team-designation {
		position: relative;
		font-size: 13px;
		line-height: 13px;
		color: #222;
		text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.2); 

	}
}


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

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

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








.unnathi{
	color:#f00;
	
}


.unnathi ul {
	display: flex;
	margin: 0 10px;
}

.unnathi ul li:before {
	background-color: #FFF;
	background-size: contain;
	content: '';
	height: 100px;
	left: -65px;
	opacity: 0;
	position: absolute;
	top: -90px;
	transform: translateY(100px);
	transition: opacity 0.5s ease,
							transform 0.5s ease;
	width: 100px;
	z-index: -1;
}

.unnathi ul li:nth-child(1):before {
	background-image: url(images/logo-new-red-eng.png);
}
/*
ul li:nth-child(2):before {
	background-image: url('https://images.unsplash.com/photo-1563964040780-8605906e3eb6?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
}

ul li:nth-child(3):before {
	background-image: url('https://images.unsplash.com/photo-1563906385047-ab0e0c479bc3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1349&q=80');
}

ul li:nth-child(4):before {
	background-image: url('https://images.unsplash.com/photo-1563906399005-2f376fcef08b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1349&q=80');
}

ul li:nth-child(5):before {
	background-image: url('https://images.unsplash.com/photo-1563900409641-e9d427a611bd?ixlib=rb-1.2.1&auto=format&fit=crop&w=700&q=80');
}

ul li:nth-child(6):before {
	background-image: url('https://images.unsplash.com/photo-1563858391804-19ec0c1c50e3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80');
}
*/
.unnathi ul li:hover:before {
	opacity: 0.5;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.unnathi ul li {
	list-style: none;
	margin: 0 10px;
	position: relative;
}

.unnathi ul li a {
	display: block;
	font-weight: 600;
	height: 20px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.unnathi ul li a span {
	color: #ffffff;
	display: block;
	height: 100%;
	transition: transform 0.5s ease;
	width: 100%;
}

.unnathi ul li a span:nth-child(1) {
	color: #444444;
}

.unnathi ul li:hover a span:nth-child(1) {
	transform: translateY(-100%);
}

.unnathi ul li a span:nth-child(2) {
	color: #ffffff;
}

.unnathi ul li:hover a span:nth-child(2) {
	transform: translateY(-100%);
}
.header-bottom .search-wrap {
	float: right;
	padding-right: 40px;
	position: relative;
}
.header-bottom .search-box .search-field {
  width: 80%;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #d43939!important;
}

input[type="search"] {
  color: #d43939!important;
  border: 1px solid #d43939!important;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.header-bottom .searchform .btn {
  background-color: #d43939;
}
#team-member {
  text-align: center;
  background-color: transparent;
  padding: 0px;
}

#team-member .item-box {
      transition: 0.5s;
      line-height:1.2;  
	  border-radius: 0px;	
	  padding: 15px;
	  background-color: #fff;
	  box-shadow: 0 0 38px 0 rgb(0 0 0 / 10%);
	  position: relative;
	  overflow: hidden;
	  margin-bottom: 30px;
}

#team-member .item-box:hover {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);

}

#team-member .item-box:hover a {
	color: #ba1010;
	background: rgba(255,255,255,1.0);
	border-radius:4px;
}
#team-member .item-box h3 a{
	color: #000;
	letter-spacing: 0px;
}
#team-member .item-box:hover i,
#team-member .item-box:hover h3,
#team-member .item-box:hover h3 a,
#team-member .item-box:hover p {
	background:transparent!important;
}

/*#team-member .item-box:hover img {
	  -moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}*/

#team-member i {
  color: #ba1010;
  font-size: 34px;
  transition: 0.5s;
}

#team-member i:before {
  font-size: 34px;
}
#team-member h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s;
  padding-bottom: 5px;
 
}
#team-member p {
  margin-bottom: 0;
  transition: 0.5s;
}

.tollfree .contact-info {
  list-style: none;
	
}
.tollfree .contact-info li {
	color:#fdd84f!important;
	
}
.tollfree .contact-info {
  line-height: 30px;
	font-size:30px;
	font-weight:600;
}
.tollfree h3{
	font-size:18px;
	font-weight:700;
	font-family:Arial;
	color:#FFFFFF;
	text-align: center;
}
/*
#homemap {
  z-index: 3;
  height: 100%;
  width: 100%;
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  left: 0px;
  top: 60px;
  touch-action: pan-x pan-y;
} */

@media (max-width: 600px) {
	.header-top {
		display: block!important;
	}
}
@media (max-width: 768px) {
	.header-top {
		display: block!important;
	}
}

@media (max-width: 480px) {
	.header-top {
		display: block!important;
	}
}



.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*
*  position: relative gives a new position context
*/
#map-wrapper {
  position: relative;
}

/*
*  The .navi properties are for styling only
*  These properties can be changed or removed
*/
.navi {
  background-color: #eaeaea;
  height: 40px;
}

.tg-team-widget img {
    width:auto!important;
	border-radius: 110px;
}
.team-wrapper {
    text-align: center;
}
.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.3em !important;
  color: #5f2a5d !important;
  margin-top: 30px;
}
.team-wrapper .team-content-wrapper {
    text-align: center;
	
}

.team-wrapper .team-designation {
  position: relative;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0px;
}
.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: #30afb8;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

/* Team wrapper single page*/
.teamsingle .team-wrapper {
    text-align: left;
}
.teamsingle .team-wrapper .team-content-wrapper {
    padding-top: 1px;
    position: relative;
    text-align: left;
}

.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;
}
.completed-homes {
  margin-bottom: 0px !important;
  padding: 60px;
  background-image: url(images/completed-homes.jpg);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: left;
  background-attachment: fixed;
  background-color: #FFF;
  color: #ba0027;
 
}
/*  FOR SCDD NEW DESIGN  -------------------------------------------------*/
#slidermenu {
	z-index:9999;
	position:relative;
}

.so-widget-sow-social-media-buttons-wire-4971f01809f9-7 .sow-social-media-button {
  font-size: 1em;
  line-height: 1em;
  margin: 0.1em 0.05em 0.1em 0.05em;
  padding: 0.5em 0;
  width: 2em;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
	display:block!important;
}

.transparent .social-menu li a {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	height: auto;
	width: auto;
}
.social-menu li a[href*="facebook.com"]::before {
	content: "\f09a";
}

.social-menu li a[href*="facebook.com"]::after {
	content: "";
	font-size: 1px;
}

.lsow-services.lsow-style4 .lsow-service .lsow-service-text .lsow-title {
  font-size: 16px;
  line-height: 18px;
  font-weight:normal!important;
  letter-spacing: -0.5px;
  /*font-weight: normal!important; */
  text-transform:none;
  color: #333;
  clear: none;
  margin-top: 0;
  margin-bottom: 4px!important;
}
.lsow-service-details{
	font-size:14px;
	color:#7A7A7A;
	line-height:1.4;
}
.lsow-services.lsow-style4 .lsow-service .lsow-image-wrapper img, .lsow-services.lsow-style4 .lsow-service .lsow-icon-wrapper span {
  display: block;
  margin-bottom: 10px!important;
  text-align: left;
	width: 30%;
}

.lsow-services.lsow-style4 .lsow-service {
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-top:transparent!important;
  padding: 10px;
  min-height: 150px;
  transition: 0.5s;
}  

.lsow-services.lsow-style4 .lsow-service:hover {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 10px;
  min-height: 150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transition: 0.5s;
	
}
.lsow-services.lsow-style4 .lsow-service .lsow-service-text .lsow-title:hover {
	color:red;

}

.lsow-services .lsow-service {
  margin-bottom: 50px;
}

.lsow-services .lsow-service:hover img {
	  -moz-transform: translate3d(0, -8px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
	-ms-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
}


.lsow-services.lsow-style4 .lsow-service .lsow-service-text .lsow-title a {
  margin: 0;
  color:#fd6500;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.testimonial-bg {
 	  margin-bottom: 0px!important;
	  padding: 25px;
	  background-image: url(images/testimonial-bg.jpg);
	  background-repeat: no-repeat;
	  background-size:100% 100%;
	  background-position:right;
	  background-color: #616161;
	  color:#ba0027;
	  font-weight:500;
	  /*background-blend-mode:multiply;*/
}

#user3-wrap {
  margin: 0;
  position: relative;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/web/20180427025226im_/http://travancoretitanium.com/templates/hyper/images/default0.jpg) no-repeat fixed;
    background-size: auto, auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  vertical-align: middle;
  padding: 20px;
  line-height: 40px;
  text-align: center;
}



.lsow-testimonials-slider .lsow-testimonial-user .lsow-text {
  color: #888;
	font-size: 13px;
	font-weight:400;
}
.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper img {
  max-width: 100%;
  margin: 0 auto 0px!important;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-title {
  font-size: 22px!important;
  line-height: 20px!important;
  letter-spacing: 0px!important;
  font-weight: normal!important;
  color: #333;
  text-transform:capitalize!important;
  clear: none;
  margin-top: 0;
  margin-bottom: 0px!important;
}

.lsow-team-members.lsow-style1 .lsow-team-member .lsow-team-member-text .lsow-title {
  margin-bottom: 0px!important;
}
.lsow-team-members.lsow-style1 .lsow-team-member-wrapper {
  float: left;
  padding: 0px!important;
}
.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper {
  max-width: 100%;
  margin: 0 auto 0px;
	margin-bottom:10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
	overflow:hidden!important;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	background:#fff;
}

.lsow-team-members.lsow-style1 .lsow-team-member:hover .lsow-image-wrapper img {
  -webkit-filter: brightness(70%)!important;
  filter: brightness(70%)!important;
}

.bdp-ticker-wrp {
  width: 100%;
  height: 40px;
  background: #FFF;
  position: relative;
  border: solid 1px #dddddc !important;
  overflow: hidden;
}
h2.bdpp-post-title {
  font-size: 20px!important;
  line-height: 25px!important;
  letter-spacing: 0;
}