/*
 Theme Name:   flash-child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     flash
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/* definition */
@font-face {
    font-family: Meera;
    src: url('fonts/meera.eot?#iefix') format('embedded-opentype'),
         url('fonts/meera.woff2') format('woff2'),
         url('fonts/meera.woff') format('woff'),
         url('fonts/meera.ttf') format('truetype'),
         url('fonts/meera.svg#meera') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	color: #666666;
	background: #fff!important;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
body:lang(ml){
	color: #333;
	font-family:Meera!important;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

small {

	font-size: 75%;
}

small:Lang(ml) {

	font-size: 75%;
}

big {

	font-size: 125%;

}big:Lang(ml) {

	font-size: 125%;

}

h1 {
	font-size: 36px;
}

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

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

h3 {
	font-size: 2.0em;
	letter-spacing: -1.0px;
	margin-bottom: 30px;
	font-weight: 600;
	
}

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

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

h5 {
	font-size: 1.5em;
	letter-spacing: -1.0px;
	margin-bottom: 30px;
	
}
h5:lang(ml) {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
h6:lang(ml) {
	font-size: 14px;
}

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



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


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

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


.everest-forms label {
  display: block;
  line-height: 1.7;
  margin: 0 0 0px 0!important;
  color: #494d50;
  font-size: 14px;
}

.everest-forms .StripeElement, .everest-forms canvas.evf-signature-canvas, .everest-forms input[type="date"], .everest-forms input[type="datetime-local"], .everest-forms input[type="email"], .everest-forms input[type="file"], .everest-forms input[type="image"], .everest-forms input[type="month"], .everest-forms input[type="number"], .everest-forms input[type="password"], .everest-forms input[type="range"], .everest-forms input[type="search"], .everest-forms input[type="tel"], .everest-forms input[type="text"], .everest-forms input[type="time"], .everest-forms input[type="url"], .everest-forms input[type="week"], .everest-forms select, .everest-forms textarea {
  width: 100%;
  height: auto;
  font-size: 14px;
  outline: 0;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 6px 12px;
  color: #494d50;
  border: 1px solid #e5e4e4!important;
  margin-left: 0;
  margin-right: 0;
	border-radius: 3px;
}
.everest-forms label.evf-field-label {
  font-weight: 500!important;
}
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field {
  display: block;
  margin-bottom: 0px;
}

.everest-forms .everest-forms-part-button, .everest-forms a.button:not(.button-large), .everest-forms button.button:not(.button-large), .everest-forms button[type="submit"], .everest-forms input[type="submit"] {
  color: #555;
  height: auto;
  cursor: pointer;
  background: 0 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}


input.lsow-button:hover, button.lsow-button:hover, a.lsow-button:hover, .lsow-button:active:hover, .lsow-button:visited:hover {
  background-color: #f8c11c;
  color: #FFF;
}
input.lsow-button, button.lsow-button, a.lsow-button, .lsow-button:active, .lsow-button:visited {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid #f8c11c;
  border-radius: 0px;
  border-bottom-right-radius: 23px;
  padding: 16px 23px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  color: #f8c11c;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}


.geotextiles-session {
	  background-image: url(img/gro-textiles-r&D.jpg);
	  background-repeat: no-repeat;
	  background-size: 50% 100%;
	  background-position:left;
	  background-color: #2f4b56;
	  color:#ba0027;
	  font-weight:700;
	display: none;
}

.psac-post-carousel.psac-design-2 .psac-post-title {
  font-size: 16px;
  line-height: 20px;
  font-weight:500!important;
  letter-spacing:-0.5px;
}
.psac-post-carousel.psac-design-2 .psac-post-margin-content {
  padding: 5px 10px;
  position: relative;
  text-align: center;
  margin: -33px 30px 0;
  background-color: #fff;
  transition: .5s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0,0.2);
  min-height:100px;
  letter-spacing:0px;
		
}

.psac-post-carousel.psac-design-2 .psac-post-carousel-content {
	  border: 1px solid #ddd;
	  text-align: center;
	  -webkit-transition: all .3s linear;
	  -o-transition: all .3s linear;
	  transition: all .3s linear;
	  border-radius:15px;
	  min-height:350px;
		overflow: hidden;
		background-image: linear-gradient(#f7f8fa, #eaeef3);
}


.psac-post-date {color:#6191e4; font-size:12px!important;}

.psac-post-title a{margin:0 0 10px 0 !important; line-height:18px; font-weight:500;}
.psac-post-title a:hover{color:#3368c6;}
.psac-post-carousel.psac-design-2 .psac-post-carousel-slide:hover .psac-post-carousel-content {border-color:#03a9f5; }
  
  
  
  
.psac-post-carousel.psac-design-2 .psac-post-carousel-slide:hover .psac-post-margin-content {
	background-color:#49a4f4;
	color:#FFF;

}
  
.psac-post-carousel.psac-design-2 .psac-post-carousel-slide:hover .psac-post-title a{
	color:#FFF;

}
.tg-column-wrapper .tg-column-3 {
  width: 30.33%;
  margin-right: 15px;
}

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

 /* OLD CSS START     ---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
LOGO
--------------------------------------------------------------*/
.logo {

	float: left;
	padding: 0;
	background-image: url(images/fds-logonu2.png);iftkdd
	display: block;
	background-repeat: no-repeat;
	line-height: 65px;
	margin: 5px 0px;
}
.logo:lang(ml){
	
	float: left;
	padding: 0;
	background-image: url(images/agrilogo_ml.png);
	display: block;
	background-repeat: no-repeat;
	width: 328px;
	height: 65px;
	line-height: 65px;
	margin: 5px 0px;
}

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

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

.customClassForNavMenu {
	background-color: #f9f9f9;
	border-bottom: 1px solid #e1e1e1;
}

#site-navigation {
	float: left;
}
#site-navigation ul li {
	float: left;
	padding: 16px 15px 16px 15px;
	position: relative;
}
#site-navigation ul li a {
	font-size: 16px;

	font-weight: 600;
	text-transform:none;
	/* color: #FFFFFF;*/
	letter-spacing: 0px;
}
#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: #fe5d1b!important;
}

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

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

.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 #d6d8dc;
	background: #eef1f5;
}

#site-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #FFF;
}
#site-navigation ul.sub-menu li a {
	color: #454545;
	text-transform: none;
	font-weight: 500;
	font-size: 14px;
}
#site-navigation ul.sub-menu li:hover > a,
#site-navigation ul.sub-menu li.current-menu-item > a,
#site-navigation ul.sub-menu li.current_page_item > a,
#site-navigation ul.sub-menu li.current_page_ancestor > a,
#site-navigation ul.sub-menu li.current-menu-ancestor > a {
	color: #fe5d1b!important;
	padding-left:7px;
}

/* #site-navigation ul.sub-menu li:hover > a {
	color: #3266c2!important;
} */
.sub-toggle {
    color: #666;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#site-navigation ul li.menu-item-has-children:hover > .sub-toggle {
  color: #fe5d1b;
}
/*--------------------------------------------------------------
TEAM
--------------------------------------------------------------*/
#home {
    font-size: 30px;
	margin: 20px 100px 20px 100px;
    display: inline-block;
}
#home a {background: #ffffff;
    border: 4px solid #00a651;
    padding: 10px 20px 10px 20px;
         color: #00a651; 
         text-align: center;
}
#home a:hover {background: #00a651;
               color: #ffffff;
}
.team{
	color:#1d1d1d;
	position: relative;
	text-align: center;
}
.team img{
	/*float: left;*/
  	border-radius: 50%;
  	border:5px solid rgba(255,255,255,0.4);
}
.team p{
	position: relative;
  	top: 50%;
  	transform: translateY(-20%);
}
.team h4{
	font-family: Arial;
	font-size: 1.0em;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.header-bottom {
	background: #fff;
    padding: 0px;
}

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

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

.tg-service-widget .service-icon-wrap:after {
	position: absolute;
	left: 50%;
/*	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #30afb8;*/
	content: "";
/*	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	
}

.tg-service-widget .service-title-wrap {
	/*color: #ffffff!important;*/
	font-size: 15px;
	font-weight: 700;
	line-height: 1.0;
	margin-top: 10px;
}

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

.tg-service-widget .service-title-wrap a:hover {
	color: #30afb8;
}

.tg-service-widget .service-content-wrap {
	margin: 10px 0 0 50px;
	color: #777;
}

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

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

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

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

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

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

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
	background: #FFF;
	box-shadow: 3px 22px 43px 0 rgba(0,0,0,.18);
	border-radius: 100%;
	color: #fff;
	display: block;
	float: none;
	font-size: 2.5em;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 60px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom:10px;
}
.service-image-wrap img {
  width: auto;
  border-radius: 100%;
  border: 0px solid transparent;
  padding: 5px;
  background: white;
  box-shadow: 3px 22px 43px 0 rgba(0,0,0,.18);
  margin-bottom: 20px;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
	display: none;
}

.tg-service-widget.tg-service-layout-2 .service-image-wrap {
	border-radius:100px;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:before {
	border: 0px!important;
	border-radius: 100%;
	content: "";
	height: 42px;
	left: 50%;
	margin-left: -41px;
	margin-top: -41px;
	position: absolute;
	top: 50%;
	width: 42px;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
	background: white none repeat scroll 0 0!important;
	color: #393939!important;

}

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

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

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

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

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

.greengrid{
	color: #f3f3d4;
}

.greengrid .widget-title{
	margin-top: 0;
	color: #fff;
	border-bottom:1px solid #b0b11c;
}

.greengrid .widget a{
	color: #b7ec62;
}

.greengrid .widget a:hover{
	color: #ffdf04;
}
.greengrid .widget ul {
	margin: 0;
	list-style: none;
}
/*---------------------------------------------------------------
ICONS   
----------------------------------------------------------------*/
/*-----------------tg-service-layout-2 -----------------*/
.tg-service-layout-4 {
	margin: 20px 0;
}

.tg-service-widget.tg-service-layout-4 .service-content-wrap {
	margin: 0 0 10px;
}

.tg-service-widget .service-more {
	font-weight: 600;
	font-size: 13px;
	color: #121c45;
	letter-spacing:0px;
	display: inline-block;
	/*position: relative;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-description {
	text-align: left;
	color: #26272a;
	text-transform: none;
	line-height: 1em;
	letter-spacing: -.03em;
	font-weight: 600;
	font-size: 23px;
}
/*--------------------------------------------------------------
Responstable
--------------------------------------------------------------*/
.responstable {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius:2px;
  border: 1px solid #dfdfdf;
}
.responstable tr {
  border: 1px solid #dfdfdf;
}
.responstable tr:nth-child(odd) {
  background-color: #f5f8fd;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #6382b5;
  color: #FFF;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  /*max-width: 7em;*/
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 0.5em;
  }
}

.logo .logo-image {
    float: left;
    padding: 0px;
}

.header-top {
	background-color:#f5f8fd;
	border-bottom: 1px solid #dde9fb;
	color: #878989;

}
.social-menu li a {
	background-color: #3368c6!important;
	border-radius: 10%;
	font-size: 14px;
	font-family: fontawesome;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #FFF!important;
}

.transparent .social-menu li a {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #8e915a;
	height: auto;
	width: auto;
}

.social-menu li a[href*="twitter.com"]:hover, .social-menu li a[href*="plus.google.com"]:hover, .social-menu li a[href*="linkedin.com"]:hover, .social-menu li a[href*="facebook.com"]:hover, .social-menu li a[href*="youtube.com"]:hover {
	color: #3368c6!important;
	background-color: #d7e2f5!important;
}

.header-top .contact-info li {
	float: left;
	font-size: 12px;
	color: #6f706f;
	margin-right: 8px;
	padding-right: 6px;
	border-right: 1px solid #f7f0ea;
}
.header-top .contact-info li a {
	color: #6f706f;
}

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

.header-bottom .search-wrap {
	float: right;
	padding: 0px 20px 0px 10px;
	position: relative;
}
/*
.customClassForNavMenu .tg-container{
	    background-color: #3368c6;
	z-index: 9999;
	position: relative;

}*/
.header-bottom .tg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}


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

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

.breadcrumb-trail.breadcrumbs {
 	  margin-bottom: 0px!important;
	  padding: 25px;
	
	  background: linear-gradient(90deg, rgba(96, 183, 254, 0.9), rgba(252, 144, 163, 0.9) ), url(img/breadcrumb-pic-nu.jpg) no-repeat fixed;
	
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
	  background-position:right;
	  background-color: #67693e;
	  height: 250px;
	  color:#ba0027;
	  font-weight:700;
	  background-blend-mode:inherit;
}
.breadcrumb-trail.breadcrumbs .trail-title {
    float:none!important;
    font-weight: 900;
    font-size: 30px;font-family: Arial;
    padding: 30px 0px 0px 0px;
	text-transform:uppercase;
	color: #fff;
	margin-bottom: 10px;
	line-height:25px;
	text-align: center;
}
.breadcrumb-trail.breadcrumbs .trail-items {
	padding: 1px 0;
	list-style: none;
	color: #d5a590;
	width:100%;
	display: flex;
  justify-content: center;
}
.breadcrumb-trail.breadcrumbs .trail-items li span {
    font-size: 15px;
    color: #d5a590!important;
    position: relative;
    line-height: 18px;
    padding: 0px 14px;
	font-weight:normal;
}

#flash-breadcrumbs a, #flash-breadcrumbs span, .breadcrumb-trail.breadcrumbs .trail-items li span::before {
    color: #FFF!important;
}

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


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

#top-footer .widget-title {
	font-size: 22px;
	border-left: 3px solid #26272a;
}
#top-footer .widget-title:first-letter {
	color: #26272a;
	
}

#top-footer .widget ul li {
	position: relative;
	padding: 0 20px 1px 10px!important;
	font-size: 14px;
}
#top-footer {
	 margin-bottom: 0px!important;
	  padding: 50px 40px;
	  background: linear-gradient(90deg, rgba(27, 98, 181, 0.95), rgba(27, 98, 181, 0.95) ), url(img/breadcrumb-pic-nu.jpg) no-repeat fixed;
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
	  background-position:right;
	  background-color: #67693e;
	  color:#ba0027;
	  font-weight:700;
	  background-blend-mode:inherit;
	
}
#top-footer .widget {
	margin-bottom: 0px!important;
}
#top-footer .widget a {
	color: #aa4204;
}
#top-footer .widget a:hover {
	color: #30afb8;
}

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

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

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

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

#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: #084893;
}
#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;
}
.aboutpic {
  margin: -350px 200px 0 10px;
  border-style: solid;
  border-radius: 50px;
  border-width: 5px;
  border-color: #fff;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(153,151,153,1) !important;
  -moz-box-shadow: 0px 0px 60px 0px rgba(153,151,153,1) !important;
  box-shadow: 0px 0px 60px 0px rgba(153,151,153,1) !important;
}

.aboutpic img {
  border-radius: 50px;
}






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

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



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


#fh-icon-box-2 {
  text-align: center;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
  /* background-color: #fff; */
  padding: 0 35px;
  overflow: hidden;
}

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

#fh-icon-box-2 .item-box {
  padding: 15px 30px;
  transition: 0.5s;
	height: 200px;
	border-radius: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
/*	position: relative;
	z-index: 1;
	padding: 30px;*/
	text-align: center;
	background-color:#fff;
	border-bottom:solid 4px #ff5e14;
}

#fh-icon-box-2 .item-box:hover {
  /*background-color: #ff5e14;*/
  background-image: linear-gradient(1800deg, #ff5e14 25%, #FFF 100%);
  -webkit-transition: 0.5s;
	transition: 0.5s;
}

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

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

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

#fh-icon-box-2 h3 {
  margin: 0;
  font-size: 20px;
  text-align:center;
  font-weight: 500;
  transition: 0.5s;
  padding-bottom: 15px;
}

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

/*
#fh-icon-box-2 .item-box {
  padding: 10px 20px;
  transition: 0.5s;
    height:220px;
	background-color: rgba(255,255,255,1.0);


}
#fh-icon-box-2 .item-box:hover {
  background-color: rgba(255,255,255);


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

#fh-icon-box-2 .item-box:hover img {
	  -webkit-transform: translateY(-8px) skewY(2deg);
-ms-transform: translateY(-8px) skewY(2deg);
transform: translateY(-8px) skewY(2deg);
}

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

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

/* fh icon box 3   */

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

}

#fh-icon-box-3 .item-box {
  padding: 7px 10px;
  transition: 0.5s;
  background: #f3f3f3;
  height: 250px;
  line-height:1.2;
  border-bottom: 3px solid #3368c6;
	border-radius: 20px;
}
#fh-icon-box-3 .item-box:hover {
  background: #3368c6;

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

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

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

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

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


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

#navcontainer ul li { 
	display: inline;
	
}

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

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



.tg-team-widget img {
    width:auto!important;
}
.team-wrapper {
	margin: 10px 0 15px;
	background-color:#f8f9fa;
	position:relative;
		-webkit-transition: transform .3s;
	transition: transform .3s;
}

.team-wrapper .team-content {
	color: #777;
	margin: 10px 0 5px;
}
.team-wrapper h3{
	margin-bottom:0px;
	line-height: 15px;
}
.team-wrapper .team-designation {
  position: relative;
	color:#F8E4CE;
	line-height:25px;
}
.team-wrapper .team-content-wrapper {
    padding: 10px;
    position: relative;
    text-align: center;
	background-color:#ff5e14;
	 -webkit-clip-path: polygon(90% 0,100% 20%,100% 100%,0 100%,0 0);
  clip-path: polygon(90% 0,100% 20%,100% 100%,0 100%,0 0);
	position: absolute;
	width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.team-wrapper:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: transform .3s;
	transition: transform .3s;
	}	
	
.team-wrapper .team-designation:after {
	position: absolute;
	display: none;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #FFF;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.team-wrapper .team-title {
    font-size: 1.2em!important;
	letter-spacing:0px;
	color:#FFF!important;
	font-weight:600!important;
}
.team-wrapper .team-content-wrapper {
    text-align: center;
	
}
.team-wrapper .team-social {
    background: rgba(255,255,255,0.25) none repeat scroll 0 0;
    left: 0!important;
    margin-left: 0!important;
    padding: 0px 0!important;
    position: absolute;
    top: -20px;
    width: 100%!important;
}

.team-wrapper .team-designation:after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #e1e1e1;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

}



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

.lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper:hover img {
-webkit-transform: scale3d(1.1,1.1,1.1);
-moz-transform: scale3d(1.1,1.1,1.1);
-ms-transform: scale3d(1.1,1.1,1.1);
transform: scale3d(1.1,1.1,1.1);

}

.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-title {
    font-size: 18px;
    line-height: 15px;
    letter-spacing:0px;
    font-weight: bold;
    color: #333;
    text-transform:none;
    clear: none;
    margin-top: 0;
    margin-bottom: 0px;
}

.lsow-team-members .lsow-team-member .lsow-team-member-text .lsow-team-member-position {
    font-size: 13px;
    line-height: 14px;
    font-style:normal;
    color: #888;
    margin-bottom: 0px;
}

/* css for headline with right border above title   */

.bt-headline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: -30px;
    }
.bt-headline h3{
    font-size: 1.2em!important;
	font-weight:normal;
	 display: block;
    letter-spacing: 0.5px;
    padding: 0;
	color: #ff5e14!important;
	position: relative;
	z-index: 999;
	}
.lsow-heading .lsow-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 2px;
    margin: 0 auto 20px;
    color: #333;
    font-weight: bold;
}

.bt-headline:before{
    content: ' ';
    width: 2.1875rem;
    border-top: 2px solid #ec202c;
    margin-top: -1px;
    margin-bottom: 0;
    display: block;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
	margin-right:10px;
    }

.lsow-heading.lsow-alignleft .lsow-title, .lsow-heading.lsow-alignright .lsow-title {
    margin-bottom: 0px!important;
}

/* css for headline with right border above title ends   */

.aboutpicborder{
	color: #e1e1e1;
}


.aboutpicborder img {
  border: 0px solid #c6a89d;
  border-radius: 50px;
}



#sliderpic {
	z-index:9999;
	position:relative;
}
#sliderpic a img {
	border: 0;
	padding: 0px;
}
/*.n2-ss-slider .n2-ss-layers-container>* {
	background: url(images/iftkdd.png) repeat!important;
	visibility:visible
}
*/

.phgallery{
	color:#fff;
}
.phgallery .entry-title a{
	font-size:1.0em;
	color:#fff!important;
	font-weight:600;

}
.phgallery h3{
	font-size:1.4em;
	color:#fff;
}
.phgallery a img{
	padding:0px;
}

.prospectous{
	color:#fff;
}
.prospectous a img{
	padding:0px;
}

.testimonial-container .testimonial-title {
    color: #d42007!important;
    font-size: 16px;
}
.testimonial-container .testimonial-degicnation {
    color: #333;
    font-size: 14px!important;
    font-weight: 600!important;
}
.testimonial-container .testimonial-content-wrapper {
    background: #fff;
    padding: 20px 30px;
    position: relative;
}
.testimonial-container .testimonial-content-wrapper:after {
	 z-index: -1;
	  position: absolute;
	  content: "";
	  bottom: 15px;
	  right: 10px;
	  left: auto;
	  width: 50%;
	  top: 80%;
	  max-width:300px;
	  background: #777;
	  -webkit-box-shadow: 0 15px 10px #777;
	  -moz-box-shadow: 0 15px 10px #777;
	  box-shadow: 0 15px 10px #777;
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
}



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

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

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

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

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

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

}
#fh-icon-box-4 .radius {
  border-radius: 185px;
}
#fh-icon-box-4 .item-box {
  padding: 20px 10px;
  transition: 0.5s;
    height:190px;
	background-color:#FFFFFF;
	border-radius: 10px;
	/* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.13); 
	-webkit-box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.3);
box-shadow: 0px 21px 80px 0px rgba(236, 0, 0, 0.3);*/
	-webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
	margin: 20px;
}
#fh-icon-box-4 .item-box h3 a {
	font-size: 15px;
  	font-weight: 500;
  	transition: 0.5s;
  	padding-bottom: 10px;
  	color: #252525;
	line-height: 20px;
	letter-spacing: 0px;
}
#fh-icon-box-4 .item-box:hover {
  transition: 0.3s;
  border-bottom:solid 4px #1b62b5;
}

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

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

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

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

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


#kstmuseum {
    min-height: 402px;
    height: auto;
/*    background-image: url("https://demo.elated-themes.com/moose5/wp-content/uploads/2015/07/parallax.jpg");*/
    background-position: 50% 215px;
	background-size: 50% 100%;
}
#kstmuseum .blocks {
    position: static;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
    overflow: hidden;
}





/*ICON BOX 4 ENDSSSS   */

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

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

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

.psac-post-content-carousel{
	border-radius:10px;

}

.tg-column-wrapper .tg-column-1, .tg-column-wrapper .tg-column-2, .tg-column-wrapper .tg-column-3, .tg-column-wrapper .tg-column-4, .tg-column-wrapper .tg-column-5 {
    float: left;
    margin-left: 0%;
	position: relative;
}

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

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


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

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


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

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

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

.pt-cv-wrapper .btn-success {
    background-color: transparent;
    border-color: #4cae4c;
}
.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open > .dropdown-toggle.btn-success {
    color: #1f87f1;
    background-color: transparent!important;
    border-color: #398439;
}
.pt-cv-view .pt-cv-title {
    margin-bottom: 3px;
}
.pt-cv-title a {
    font-weight: 600;
    font-size: 14px;
    line-height: 13px!important;
	color: #183d6a;
}
.pt-cv-title a:hover {
	color: #1b62b5;
}

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


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

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

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

.headlinenu {
  font-family: "Open Sans",sans-serif;
}


.headlinenu h2 {
/*  line-height: .85;*/
  letter-spacing: -.02em;
  font-weight: 200;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ebebeb;
  user-select: none;

}
.bt-headline h3{
    font-size: 1.2em!important;
	font-weight:normal;
	 display: block;
    letter-spacing: 0.5px;
    padding: 0;
	color: #ff5e14!important;
	position: relative;
	z-index: 999;
	}
.aboutpic1 {
 	  margin-bottom: 0px!important;
	  padding: 25px;
	  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85) ), url(img/about-left-pic.jpg) no-repeat;
	  background-repeat: no-repeat;
	  background-size: 46% 100%;
	  background-position:left;
	  background-color: #FFF;
	  color:#444;
	  font-weight:500;
	  background-blend-mode:inherit;
}

.aboutpic2 {
 	  margin-bottom: 0px!important;
	  padding: 25px;
	  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85) ), url(img/about-right-pic.jpg) no-repeat;
	  background-repeat: no-repeat;
	  background-size: 50% 100%;
	  background-position:right;
	  background-color: #FFF;
	  color:#444;
	  font-weight:500;
	  background-blend-mode:inherit;
}