/*

 Theme Name:   flash-child

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Fifteen Child Theme

 Author:       John Doe

 Author URI:   http://example.com

 Template:     flash

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-fifteen-child

*/



/* definition */


@font-face {

  font-family:"Meera";
  src: url("fonts/Meera.eot");
  src: url("fonts/Meera.woff2") format("woff2"),
       url("fonts/Meera.woff") format("woff"),
       url("fonts/Meera.ttf") format("truetype"),
       url("fonts/Meera.svg#Meera") format("svg"),
       url("fonts/Meera.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face{
font-family: RennerBoldArchiType;
src: url("fonts/RennerBoldArchiType.otf");
font-weight: 100;
}

@media (max-width: 980px){
.header-top {
    display: block!important;
}
}
html,  div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	border: 1;
	font-family: 'verdana',sans-serif;;
	
	font-size: 100%;
	/*font-style: inherit;
	font-weight: inherit;*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
}


body {



	background: #fff!important;
	font-family: 'arial', sans-serif;
	 src: url("fonts/RennerBoldArchiType");
}
	 

body:lang(ml){
	
	font-family:"Meera";
	font-size: 18px;
}




.fb{ background:#365899; padding: 0 10px; color:#ffff;text-align:center;padding-top:10px; width:520px;}
.fb h3{ font-size:20px; color:#fff!important; /*padding-top:10px;*/ }


h1 {



	font-size: 36px;



}



h1:Lang(ml) {



	font-size: 36px;



}



h2 {



	font-size: 30px;



}

h2:Lang(ml) {



	font-size: 30px;

}


h3 {

	font-size: 20px;

}


h3:Lang(ml) {



	font-size: 25px;

}


h4 {



	font-size: 20px;

}

h4:Lang(ml) {



	font-size: 20px;

}

h5 {

	font-size: 18px;

}

h5:lang(ml) {
	font-size: 18px;
}

h6 {

	font-size: 16px;
}

h6:lang(ml) {
font-size: 14px;

}



h1,



h2,



h3,



h4,



h5,



h6 {

font-weight: 600;
}



h1:lang(ml), h2:lang(ml), h3:lang(ml), h4:lang(ml), h5:lang(ml), h6:Lang(ml) {

	font-weight: 600;
	font-family: "Meera";
}

.customClassForNavMenu{

	    background-color: #f8f8f8;

    border-top: 1px solid #e5e5e5;

    border-bottom: 1px solid #efefef;

    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;

}





#site-navigation ul li {

	float: left;

	padding: 10px 1px 20px 15px;

	position: relative;

	

}



#site-navigation ul li a {

	font-size: 16px;

/*	text-transform: uppercase;*/

	font-weight: 400;
	color:#e23200;

}



#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:#1E6DE2;
	

}
a:hover{
	
	color: #DD292C;
}

a{
	color:#0A4080;
}




#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 #2270E3;

}



.menu ul li ul.children {

	background-color: #fff;

	min-width: 200px;

	padding: 0;

	position: absolute;

	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);

	right: 50%;

	top: 90%;

	-webkit-transform: translateX(50%);

	-moz-transform: translateX(50%);

	-ms-transform: translateX(50%);

	-o-transform: translateX(50%);

	transform: translateX(50%);

	opacity: 0;

	visibility: hidden;

	z-index: 9;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

#site-navigation ul li ul li {

	padding: 10px 10px;

	text-align: left;

	width: 100%;

	border-bottom: 1px solid #ddd;

}



#site-navigation ul.sub-menu li:hover {

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

#site-navigation ul.sub-menu li a {

	color: #454545;

	text-transform: none;

	font-weight: 500;

}

#site-navigation ul.sub-menu li:hover > a {

	color:#B41215;
	

}


.header-bottom {

	background: #fff;

	border-bottom: 1px solid #dddddd!important;

    padding: 0px;

}

.header-bottom .search-icon {

    cursor: pointer;

    color: red;

}

.header-top {
    background-color: #2A4696;
	color: #fff;
	padding-top: 0px;
}
p {
	margin: 0 0 20px;
}

.line{
width: 212px;
height: 0px;
border-bottom: 1px solid #f69a3d;
position: absolute;
}

.activities{
	 color: #fff;}

.entry-content,
.entry-summary {
	margin-top: 12px;
	color: #000;
}

.wht {
    
    background: #fff;
    padding: 20px;
    border-left: 1px dotted #6A6464;
	height:270px;
	font-size: 14px !important;
}
.view {
    background: #E9E5E5;
    background: #fff;
    padding: 10px;
    border-left: 1px dotted #6A6464;
	
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-title a
{
font-size: 14px !important;
}

.vsrp_div{
    font-size: 14px !important;
	}
	
	.icons img{
	margin: 0 auto;
	border-right: 1px dashed #c3c3c3;
	border-radius: 2%;
	opacity: 100%
	
}
.icons img:hover{
	margin: 0 auto;
	border-right: 1px dashed #1969A5;
	border-radius: 2%;
	opacity: 80%
}
.breadcrumb-trail.breadcrumbs {
    background: #f0f2f5 none repeat scroll 0 0;
    margin-bottom: 30px;
	color:#fff;
}

.single-entry-meta, 
.entry-meta {
  display: none;
}
element {
    display: block;
}
.lsow-container ul.slick-dots {
  width: 100%;
  position: absolute;
  bottom: -5px  !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important; }

    .rese{
	background-color:#f5eee4;
	
	}
	.icon{
	padding-bottom:30px;
	}
	
	.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a {
    color: #E43200;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

element {
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-read-more a:not(.lsow-button) {
    color: #336145;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 0;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}
#top-footer {
    background-color: #111a3a;
    padding: 30px 0 30px;
}
.right-content-wrapper ul
{

display:inline;
  margin: 0;
  padding: 0;
}

/*-----------------Site Navigation-----------------*/
.right-content {
	float: right;
}

.right-content .menu-toggle {
	display: none;
}

.right-content ul {
	margin: 0;
	list-style: none;
}

.right-content ul li {
	float: left;
	padding: 23px 30px 23px 0;
	position: relative;
}

.right-content ul li a {
	font-size: 14px;
	color: #fff;
}

.right-content ul li:hover > a,
.right-content ul li.current-menu-item > a,
.right-content ul li.current_page_item > a,
.right-content ul li.current_page_ancestor > a,
.right-content ul li.current-menu-ancestor > a {
	color: #fff;
}

.right-content ul li:last-child {
	padding-right: 0;
}

.right-content ul.sub-menu {
	background-color: #fff;
	min-width: 200px;
	padding: 0;
	position: absolute;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu ul li ul.children {
	background-color: #fff;
	min-width: 200px;
	padding: 0;
	position: absolute;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.right-content ul li ul li {
	padding: 10px;
	text-align: left;
	width: 100%;
}

.right-content ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.right-content ul.sub-menu li:hover > a {
	color: #30afb8;
}

.right-content li:hover ul.sub-menu,
.right-content ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.menu ul li:hover > ul.children {
	opacity: 1;
	visibility: visible;
	top: 100%;
}


.header-top .right-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header-top .right-content ul {
	float: right;
}
.right-content ul li a {
	color: #fff;
}

.right-content .sub-menu li.menu-item-has-children ul {
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu ul li ul li ul.children {
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.right-content .sub-menu li.menu-item-has-children ul li a {
	color: #4c5867;
}

.right-content .sub-menu li.menu-item-has-children ul li:hover > a {
	color: #30afb8;
}

.right-content ul li ul.sub-menu li.menu-item-has-children:hover > ul,
.right-content ul li ul.sub-menu li.menu-item-has-children.focus > ul {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.menu ul li ul li:hover > ul.children {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.sub-toggle {
	color: #333;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.right-content ul li.menu-item-has-children:hover > .sub-toggle {
	color: #30afb8;
}

.right-content ul li ul.sub-menu li.menu-item-has-children .sub-toggle {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.transparent.header-sticky
#masthead-sticky-wrapper.is-sticky
.right-content
ul
li.current-flash-item
a,
.right-content ul li.current-flash-item a {
	color: #30afb8;
}

.header-bottom {
	background: #fff;
}

.right-content ul li.menu-item-has-children .sub-toggle .fa {
	-webkit-transition: transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.right-content ul li {
    float: left;
    padding: 13px 20px 13px 0;
    position: relative;
	color:#fff !important:
}

.animate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.logo .logo-image {
    float: left;
    padding: 10px 0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    color: #d48d88;
    -moz-osx-font-smoothing: grayscale;
}
.header-top .contact-info li {
    float: left;
    font-size: 12px;
    color: #fff;
    margin-right: 30px;
    padding: 5px 0;
}

.lsow-tabs .lsow-tab-nav .lsow-tab a {
    display: block;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 20px 15px;
    text-decoration: none;
    border: none;
    margin: 0;
    outline: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lsow-tabs .lsow-tab-panes .lsow-tab-pane {
    padding: 30px;
    display: none;
    overflow: hidden;
    border-bottom: solid #F70707;
}
#top-footer .widget ul li {
    position: relative;
    padding: 0 0 2px 10px;
    font-size: 10px;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 25px 15px;
    height:200px;}
.lsow-portfolio-wrap .lsow-portfolio-header {visibility:hidden;

margin: 0 auto -30px;}

.vrsp_date
{
font-size:9px !important;
color:#737373 !important;}

.logo .logo-image {
    float: left;
    background: url("images/logoen.png") no-repeat;
    width: 400px;
    height: 100px;
    padding: 10px 0;
}
.logo .logo-image:lang(ml) {
    float: left;
    background: url("images/logoml.png") no-repeat;
    width: 400px;
    height: 83px;
    padding: 10px 0;
}



