html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  
 
}
.home-page-slider-middle .happ-now::-webkit-scrollbar
{
	border-radius: 5px;
	width: 5px;
	background-color: #cac9c9;
}

.home-page-slider-middle .happ-now::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4e4e4e;
}

#awards_div1 table::-webkit-scrollbar
{
	border-radius: 5px;
	width: 5px;
	background-color: #cac9c9;
}

#awards_div1 table::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4e4e4e;
}

#container #top-area .column #events_div table::-webkit-scrollbar
{
	border-radius: 5px;
	width: 5px;
	background-color: #cac9c9;
}

#container #top-area .column #events_div table::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4e4e4e;
}
#container #top-area .column #events_div2 table::-webkit-scrollbar
{
	width: 5px;
	border-radius: 5px;
	background-color: #cac9c9;
}

#container #top-area .column #events_div2 table::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4e4e4e;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

body {
 font-family: 'Avenir-Regular' !important;
  line-height: 1.5em;
  background: #EEEEEE;
  background-position-y: 116px;
  #color: #515F5C;
  font-size:12px;
  line-height:1.62em;
    margin: 0px auto;

}
@font-face {
  font-family: 'Avenir-Demi';
  src: url('fonts/Avenir-Demi.woff');
}
@font-face {
  font-family: 'Avenir-Regular';
  src: url('fonts/Avenir-Regular2.woff2');
}
a {
  /*color: rgb(128,0,0);*/
  color: rgb(23,79,130);
  text-decoration:none;
}

a:hover {
  color: #78335d;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(34, 46, 54);
  font-family: 'Avenir-Demi' !important;
  font-weight: normal;
  margin-bottom:6px;
  line-height: 125%;
}

h1 {
  font-size:32px;
}

h2 {
  font-size:24px;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:14px;
}

p {
  margin-bottom:18px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  width: 100%;
}

th, tr, td {
  vertical-align: top;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  #background: #ececec;
  #border: 1px solid #bbbbbb;
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  color: #747474;
  text-align: left;
  #border-right: 1px solid #c8c7c7;
  #border-bottom: 1px solid #c8c7c7;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}
.jcarousel-skin-default .jcarousel-container-horizontal {
  width: 380px;
  padding: 20px 40px;
  margin: auto;
}
.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 380px;
  overflow: hidden;
}
.jcarousel-skin-default .jcarousel-item {
  padding: 0;
  overflow: hidden;
  border: 1px solid #CCC;
  list-style: none;
  background: #fff none;
}


blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:normal;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  #max-width:100%;
  /*height:auto;*/
}

video {
  display:block;
}

audio {
  max-width:100%;
}

.content a img {
  padding:5px;
}

/*
  Theme Design, Layout and Typography
*/

#inner_header_wrapper {
  position:relative;
  margin:0 auto;
  position: relative;
  /*border-bottom: 1px solid #EBEBEB;
  -webkit-box-shadow: -1px 2px 18px rgb(2, 23, 54);
  -moz-box-shadow: -1px 2px 18px rgb(2, 23, 54);
  box-shadow: -1px 2px 18px rgb(2, 23, 54);*/
}
/*comment added by ashish end
#header_wrapper{
  background: #18689c;float:left;width:100%;
}comment added by ashish end*/
#header_wrapper{
      background: #365899;
    float: left;
    width: 100%;
}
#header {
  max-width: 970px;
  /*max-width: 1000px;*/
  margin: 0 auto;
 
}

#logo {
    float:left;
    z-index: 999;
    position: absolute;
	margin-top:1px;
	background-color:transparent;
	padding:5px 5px;
	margin-top:5px;
}
#logo a
{
	display:block;
}
#logo a span
{
	/* height:62px; */height: 76px;display:inline-block;overflow:hidden;vertical-align:middle;float:left;
}
#logo a span.heading
{
	font-family: 'Avenir-Demi' !important;display:inline-block;width:auto;height:auto;/*font-size:15px;*/ font-size:19px;color:#fff;margin-left:10px;font-weight:normal;/*line-height:20px;*/line-height:25px;
}
#logo a span.heading.hindi
{
	color:#fff;/*font-size:14px;*/font-size:18px;
}
#logo a span.heading.english
{
	margin-top:12px;
}
#logo img
{ 
	/* max-height:58px; */max-height:72px; margin-top:2px;
}
#site-title a,
#site-description {
  color:#000;
  font-weight: 300;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  
  margin: 25px 0;
  font-size:30px;
  font-weight:bold;
}

#site-title a{
  float: left;
  line-height: 100%;
}

#site-description {
  color: rgb(148, 146, 146);
  margin: 0;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 100%;
}
#top-area .right-section .column .events-clst1
{
	background-color:#fff;padding-top:15px;
}
#top-area .right-section .column .events-clst1 table
{
    display: block;
    overflow: auto;
}
#top-area .right-section .column .events-clst1 h3
{
	display:none;
}
#top-area .right-section .column:nth-child(3), #top-area .right-section .column:nth-child(2)
{
	padding:0px 0px !important;
}
#top-area .right-section .column:nth-child(2)
{
	margin-bottom:25px;
}
#top-area .right-section .column:nth-child(3)
{
	margin-bottom:25px;display:none;
}
.tab_section ul
{
	margin:0px ;padding:0px;    border-bottom: 2px solid #a91e10;margin-top:25px;background-color: #d6d6d6;position:relative;float:left;width:100%;
}
.tab_section li
{
	border-bottom: none !important;
    padding: 6.18px;
    font-family: 'Avenir-Demi' !important;
    padding: 5px 10px;
    padding-bottom: 3px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    position: relative;
    text-align: center;
    float: left;
}
.tab_section li:first-child
{
	width:64%;
}
span.date-display-single {
    font-size: 14px;
}
.tab_section li:last-child
{
	width:36%;
}
.tab_section li.active
{
	background: #a91e10;
    
    color: #fff;
}
.tab_section li.active:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #a91e10;
    content: " ";
    position: absolute;
    bottom: -12px;
	    z-index: 999;
    margin-left: -15px;
    left: 50%;}
.owl-carousel .owl-item
{
	padding:12px;
	border: 1px solid #f1f1f1;
	background-color:#f5f5f5;
	height:196px;
}
#main-menu {
    max-width: 970px;
     max-width: 1170px;
	    /*margin: 0 auto;*/
	margin: 20px auto;
    position: relative;
    z-index: 22;
    /*top: 32px;*/
	top: 20px;
    border: 1px solid #f5f6f7;
    background: none repeat scroll 0 0 #365899;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
    /*margin-bottom: -15px;*/
}
/*#main-menu {
  max-width: 970px;
 max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 22;
    top: 32px;
  border-bottom: 2px solid rgb(128,0,0);
  background: none repeat scroll 0 0 rgb(39, 39, 39);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: -15px;
}*/

/*comment  start by ashish
#main-menu {
  
  max-width: 970px;comment end ashish*/
  /*max-width: 1000px;*/
  /*comment start ashish
  margin: 0 auto;
  position: relative;
  z-index: 11;
  top: -11px;
  border-bottom: 2px solid rgb(128,0,0);
  background: none repeat scroll 0 0 rgb(39, 39, 39);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: -15px;
}comment start ashish*/

#main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  font-size:13px;
}

#main-menu li {
  background: url(images/nav-border.png) no-repeat right 0;
  position:relative;
  float:left;
  padding:0;
  margin:0;
  font-size: 13px;
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul, ol, div.item-list ul{
  margin: 2px 0 2px 0;
  padding: 0;
}

ul li, ul.menu li, ul.links li, .item-list ul li {
  #background: url("images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
  list-style: none outside none;
  margin: 0 0 0;
  padding: 0 0 0 0px;
}

#main-menu a {
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    /* padding: 13px 23px; */
    /*padding: 13px 30px;*/
    padding: 13px 25px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

#main-menu a:hover,
#main-menu li a.active{
  color: #FFF;
  text-decoration: none;
  background: none repeat scroll 0 0 rgb(128,0,0);
}
#main-menu li li a.active{
  background: rgb(55, 89, 151);
}

.drop-down-toggle {
  position:absolute;
  top:7px;
  right:16px;
  display:none;
  width:20px;
  height:20px;
  border-radius:15px;
  background:#333;
  background:-moz-linear-gradient(#333,#444);
  background:-webkit-linear-gradient(#333,#444);
  background:-o-linear-gradient(#333,#444);
  background:-ms-linear-gradient(#333,#444);
  background:linear-gradient(#333,#444);
  border:#aaa 3px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
    color: #375997;
    min-width: 150px;
    margin: 0;
    background: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(55, 89, 151, 1);
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    padding: 5% 10%;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background: rgb(52, 69, 82);
  color: rgb(138, 138, 138);
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  box-shadow:0 0 3px #333;
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

/*.front #container{
  margin-top: 1.5%;
}*/

#container {
  clear: both;
  
  margin: 0px auto;
  #padding: 1%;
  #padding-left:8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:block;
  height:auto;
  z-index:-100;
  
}

.region-slideshow{
  padding-top:10px;
  padding-right:10px;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
      background-color: rgba(0, 0, 0, .4);
		margin: 0px;
		width: 48%;
		left:2%;
		bottom: 12%;
		font-size: 22px;
		padding: 0px;
		font-family: 'Avenir-Regular' !important;
		color: rgb(0, 0, 0);
		line-height: 120%;
  }
.nivo-caption span
{
	    font-size: 26px !important;color:#fff;font-weight:normal !important;
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  #margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin:0px auto;
  /*comment by ashish uniyal
  
  padding-top:45px;*/
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
      padding: 20px 0 0 0;
    z-index: 999;
    bottom: 15px;
    width: 100%;
    position: absolute;
}
.theme-default .nivo-controlNav a
{
	background-image:none;
	display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    border: 1px solid #fff !important;
    text-indent: -9999px;
    margin: 0 4px;
}
.theme-default .nivo-controlNav a.active
{
	background-color:#fff;
}
.events-cls1 iframe
{
	width: 100% !important;
	height:195px !important;
}
.events-cls1 table:nth-child(3):after
{
	content:"";
	width:100%;
	display:block;
	height:2px;
	margin-top:8px;
	margin-bottom:7px;
	background-color:#114155;
}
.events-cls2 strong,.events-cls2 td
{
	font-size:12px;
}
.events-cls2 .w3-display-container
{
	max-width:100% !important;height:170px;
}
.events-cls2 .w3-display-container img
{
	float:left;
}
.events-clss1 tr
{
	height: 80px;
}
.events-clss2 tr td strong
{
	font-size:12px;
}
.events-clss2 tr td span a
{
	float: right;
    border: 1px solid #004885;
    padding: 5px 10px;
	margin-top:10px;
    color: #004885 !important;
    transition: all .5s;
    text-decoration: none;
}
.region-top-third iframe
{
	width:100% !important;height:auto !important;margin-top:20px;
}
.events-clss2 tr td span a:hover
{
	background-color: #004885;
	color:#fff !important;
}
.events-clss1 tr td strong
{
	font-size:12px;
}
#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  /*width:100%;*/
}
.front .content-sidebar-wrap{
  /*margin-top: 20px;*/
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  float:right;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 80%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 19%;
}

#post-content {
  padding: 0 20px;
}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  font-size: 20px;
}

.node h2.title a{
  color: #000;
}

.block {
  margin-bottom: 1%;
}

.block > h2{
font-size: 18px;
font-weight: normal;
margin: 5px 0px;
padding: 0px 0px 4px 0px;
}

.theme-default .nivo-directionNav a {
 background: url("images/arrows.png") no-repeat;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: rgb(128,0,0);
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  background: url("images/hr.png") top center no-repeat;
  padding-top: 2%;
  margin-top: 3%;
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #696F72;
  border-radius: 4px;
  color: #FFF;
  font-weight: normal;
  padding: 4px 8px;
}
.two_line_menu li {
    display: inline-block;
    /* float: right; */
    margin-left: -4px;
    margin-right: 0px;
}
.links li a:hover {
  background: #000;
  color: #DDD;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
.social-media-new .tabs
{
	    width:100.6%;height:30px;
}
.social-media-new .tabs ul
{
	width:100%;
	margin:0px;
	margin-left:-3px;
}
.social-media-new .tabs li {
    border-bottom: #555 1px dashed;
	margin:-1px;
	margin-bottom:-2px;
    float:right;
	text-align:center;
    padding: 6px 15px 6px 15px;
    background-color: #d6d5d5;
    font-size: 14px;
	text-transform:uppercase;
	width:50%;
    color: #fff;
	color:#002147;
	cursor:pointer;
	border:none !important;
}
.social-media-new .tabs li.active {
    background-color: #375997 !important;
    color: #fff;
}
.stb
{    
	background-color:#fff;
}
.sfb
{
	display:none;
}
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  ffont-family: 'Avenir-Regular' !important;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { #max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; 
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
  border: 1px solid #dbdbdb;
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
  color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 8px 1em 9px 1em;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

#block-search-form { padding-bottom: 7px; overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { 
  margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
  text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }
.st-container #container
{
	padding:0px;max-width:100% !important;margin-bottom:0px !important;margin-top:-20px !important;
}
.events-cls1 tr td:first-child
{
	display:none !important;
}

#events_div td
{
	width:100%;display:block;
}
#events_div2 td
{
	padding:0px !important;width:100%;display:block;
}
#awards_div1 td
{
	width:100%;display:block;
}

#container #top-area .column #events_divt1 table tr
{
	display:block;
	width:100%;
	float:left;
}
#top-area .column #awards_div1 table tr
{
	display:block;
	width:100%;
	float:left;
}
#top-area .column #awards_div1 table
{
	display: block;
    max-height: 110px;
    overflow: auto;
	padding-right:10px;
}
.events-cls1 tr td a
{
	color:#636363;
}
.events-cls1 tr td a span
{
	color:#636363 !important;
}
#top-area {
  clear:both;
  position: relative;
    max-width:1170px;
	background-position:center center;
	margin:0px auto;
}
#top-area .left-section
{
	width: 820px;float:left;background-color:#fff;
}
#top-area .left-section .inner-section
{
	width:820px;float:right;padding-right:30px;padding-top:10px;
}
#top-area .right-section .inner-section
{
	width:350px;float:left;padding-left:30px;padding-top: 10px;
}
#top-area .right-section
{
	width:350px;float:left;background-color: #f2f2f2;
}
#top-area .block {
  margin: 0;
  float:left;
  width:100%;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width: 100%;
  margin:0px;
  position:relative;
  margin: 0 0px;
  padding:25px 0px;
  #background: rgb(252, 252, 252);
  #border: 1px solid rgb(241, 241, 241);
}
.read-more {
    position: absolute;
    right: 10px;
    color: #fff;
    background-color: #375997;
    border: #375997;
    top: 20px;
    font-size: 13px;
    display: block;
    border-radius: 3px;
    padding: 3px 5px;
}
.read-more:hover
{
	color:#002147;
	background-color:transparent;
}
/*.read-more:before {
    content: "";
    font-family: 'Avenir-Demi' !important;
    background-image: url(images/new-window.png);
    display: inline-block;
    height: 15px;
    background-repeat: no-repeat;
    width: 11px;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}*/
#container #events_divt1 td
{
	display:block;width:100%;
}
#container #events_divt1 td:nth-child(2)
{
	padding:0px !important;padding-bottom: 5px !important;
}
#container #events_divt1 td #details
{
    margin-top:8px;color:#333 !important;font-family: 'Avenir-Demi' !important;padding-left:12px;
}
#container #events_divt1 td #details p
{
	display:inline-block;padding:0px !important;color:#ff6d6d !important;font-size:14px;
}
#container #events_divt1 td #details p:before
{
	display:none;
}
#container #events_divt1 td #details p span
{
	color:#000 !important;font-family: 'Avenir-Demi' !important;
}
#breadcrumbs
{
	    padding: 0 20px;
}
.breadcrumb
{
	margin:0px;padding:10px 0px;
}
ul.nice-menu a
{
	color:#fff !important;
}
ul.nice-menu li
{
	background-color: #375997;
    border: 1px solid #375997;
    margin-bottom: 1px;
}
ul.nice-menu-right li.menuparent:hover, ul.nice-menu-right li li.menuparent:hover {
    background: #fff url(arrow-right.png) right center no-repeat;
}
ul.nice-menu li:hover a
{
	color:#fff !important;
}
ul.nice-menu li:hover
{
	background-color:#fff;
}
ul.nice-menu li:hover a
{
	color: #18689c !important;
}
ul.nice-menu li:hover ul li a 
{
	color:#fff !important;
}
ul.nice-menu li ul li:hover a
{
	color: #18689c !important;
}
ul.nice-menu li ul li:hover ul li a
{
	color:#fff !important;
}
ul.nice-menu li ul li ul li:hover a
{
	color: #18689c !important;
}
ul.nice-menu a
{
	padding: 1em 10px;
}
.content-sidebar-wrap
{
	position:relative;
}
.english-button
{
	float: right !important;
    border-radius: 0px;
    background-color: #eb9c0b;
    height: 28px;
    background-image: none;
    border: none;
    font-weight: bold;
    text-shadow: none;
    margin-left: 33px;
    margin: 0px;
    font-size: 14px;
    padding: 0px;
    width: 80px;
    margin-top: 3px;
}
#top-area .column .content h3, .region-testimonial #block-views-testimonials-block h2{
    text-align: left;
    background-color: transparent !important;
    color: #333 !important;
	font-size:18px;
    text-transform: uppercase;
	margin-top:0px;
	padding-bottom:0px;
}

#top-area .left-section .column:first-child {
  width:46.5%;float:left;
}
#top-area .left-section .column:first-child table
{
	max-height:110px;overflow:auto;display: block;
}
#top-area .left-section .column:nth-child(2)
{
	/*width:48%;float:right;*/
	width:100%;float:right;
}
#top-area .left-section .column:last-child .region
{
	width:48%;float:left;
}
#top-area .left-section .column:last-child .region:last-child
{
	float:right;
}
#top-area .left-section .column:nth-child(2) table
{
	max-height:139px;overflow:auto;display: block;
}
#top-area .right-section .column p
{
	/*padding: 4px 8px 5px 30px !important;
    font-size: 14px !important;
    line-height: 18px;position:relative;color: #333 !important;text-align:left;*/
	padding: 5px 10px 5px 20px !important;
    font-size: 14px !important;
    line-height: 20px;
    position: relative;
    color: #060606 !important;
    text-align: justify;
}
.events-cls2 strong, .events-cls2 td
{
	font-size: 14px !important;    line-height: 20px;position:relative;color: #333 !important;display:block;float:left;
}
#top-area .right-section .column:last-child
{
	padding-top:0px;
}
#top-area .left-section .column p:hover
{
	color:#13518a !important;
}
#top-area .left-section .column p:hover a
{
	color:#13518a !important;
}
#top-area .left-section .column p:hover span
{
	color:#13518a !important;
}
#top-area .left-section .column p:hover strong
{
	color:#13518a !important;
}
#top-area .left-section .column p a
{
	color: #565555 !important;
}
#top-area .left-section .column p strong
{
	color: #565555 !important;
}
#top-area .left-section .column p span
{
	color: #565555 !important;
}
#top-area .left-section .column p:before
{
	content: "-";
    display: inline-block;
    color: #7f3e65;
    font-size: 20px;
    top: 7px;
    vertical-align: middle;
    left: 13px;
    line-height: 15px;
    position: absolute;
	
}

#top-area .right-section .column p a
{
	color: #565555 !important;
}
#top-area .right-section .column p strong
{
	color: #565555 !important;
}
#top-area .right-section .column p span
{
	color: #565555 !important;
}
#top-area .right-section .column p:before
{
	content: "";
    font-family: 'Avenir-Demi' !important;
    background-image: url(images/new-window.png);
    display: inline-block;
    height: 15px;
    background-repeat: no-repeat;
    width: 11px;
    position: absolute;
    margin-left: -17px;
    background-size: 100%;
    margin-top: 5px;
    margin-right: 5px;
    vertical-align: middle;
	
}

#top-area .right-section .column p:hover
{
	color:#13518a !important;
}
#top-area .right-section .column p:hover a
{
	color:#13518a !important;
}
#top-area .right-section .column p:hover span
{
	color:#13518a !important;
}
#top-area .right-section .column p:hover strong
{
	color:#13518a !important;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}
.events-clst1 tr td span a {
    float: right;
    border:none;
    padding:0px;
    margin-top: 10px;
    color: #004885 !important;
    transition: all .5s;
	overflow:hidden;text-indent:900px;
	height:40px;width:40px;
	background-image: url(images/read-more.png);background-repeat:no-repeat;
    text-decoration: none;
}
#footer {
    clear: both;
    color: #8A8A8A;
    background: #375997!important;
    margin-bottom: -16px;
    border-top: 1px solid #CFD7DB;
}

#footer a{
  color: whitesmoke;
}

#footer_wrapper{
  max-width: 1000px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  padding:1.76% 1.52% 0 1.76%;
  color:rgb(128, 128, 128);
}

#footer-area .column {
  float:left;
  width:30.8%;
  margin:0 0 1.9% 3.8%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#copyright {
  clear:both;    
  padding:0 0px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_credit{
  color: #777;
  font-family: 'Avenir-Regular' !important;s
  overflow: auto;
  padding: 10px 0px;
}

.footer_inner_credit{
  max-width: 1000px;
  margin: 0 auto;
}

.social-icons {
  float: right;
  /*position: fixed;
  right: 0;
  top: 10%;
  padding: 5px 0px;
  z-index: 99;
  background: rgb(34, 46, 54);
  -webkit-box-shadow: 1px 0px 7px rgb(43, 150, 250);
  -moz-box-shadow: 1px 0px 7px rgb(43, 150, 250);
  box-shadow: 1px 0px 7px rgb(43, 150, 250);*/
}
.social-icons:before
{
	    content: "";
    height: 16px;
    width: 1px;
    float: left;
    background-color: #17477d;
    display: inline-block;
    margin-left: -12px;
    margin-top: 2px;
}
.social-icons ul {
  margin: 0;
}
.header-search-icon:after {
    content: "";
    height: 16px;
    width: 1px;
    background-color: #154c8a;
    display: inline-block;
    margin-right: -12px;
    margin-top: 2px;
}
.header-search-icon
{
	width: 26px;
    height: 26px;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-indent: -900px;
	margin-left:10px;
	margin-right:10px;
    /* margin: 0px; */
    /* border-top: 0px; */
    vertical-align: top;
    padding: 0px;
	cursor:pointer;
    display: inline-block;
    border: none;
    border-radius:2px;
}
.header-search-icon:hover
{
	opacity:.6;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  background: none;
  padding:0px 0px;
  margin: 0;

}
.social-icons li img:hover{
  opacity: .6;
}
.social-icons li img {
  display: block;    border-radius: 3px;  height:26px;
}
#content p{font-size:15px;
font-family: 'Avenir-Regular' !important;
}
	#events_div img{52px;}



#container{
	max-width: 1170px !important;
    width: 100% !important;
    margin: 0px auto !important;
	background-color:transparent;
	min-height:inherit;
	margin-bottom:40px !important;
	margin-top:40px !important;
}
#container a #top-area
{
    width: 100% !important;
}
.home-page-slider-middle
{
	position:relative !important;float:left;width:100%;background-color:#f2f2f2 !important;/*background-image:url(images/blue-bg.jpg);background-size:100% 100%;*/
}
.home-page-slider-middle .block
{
	margin-bottom:0px !important;
}
.home-page-slider-middle .region-slideshow
{
	padding:0px;
}
.home-page-slider-middle .happ-now {
  position: absolute;
    top: 2%;
	 right: 20%;
    color: #fff;
    background-color: rgba(55, 89, 151,.8);
    padding:5px;
    z-index: 99;
    min-width: 250px;
    max-height: 362px;
	overflow:auto;
}
.home-page-slider-middle .happ-now li:first-child
{
	border-bottom:none;
}
.home-page-slider-middle .happ-now li:last-child
{
	border-bottom:none;
}
.home-page-slider-middle .happ-now li:first-child b
{
	font-size: 21px;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;
}
.events-cls3 tbody td
{
	font-size: 15px !important;
    font-weight: normal !important;
    text-align: left !important;
}
.events-clss1 h3
{
	margin-top:0px !important;
}
#awards_div1
{
	width:100%;float:right;
}
#top-area .left-section .column:nth-child(3) #events_div2
{
	width:100%;float:left;text-align:left;
}
#top-area .left-section .column:nth-child(3) img
{
	max-width: 100%;
    max-height: 130px;
    margin-bottom: 10px;
    padding: 0px;
    float: left;
}
.owl-nav.disabled
{
	display:none;
}
.timeline-Widget--edge {
    border-radius: 0px;
}
.region-front-welcome-new
{
	float: left;
    box-shadow: none;
    padding-top: 55px;
	display:none;
    border: none;
    padding-bottom: 4px;
    background-image: url(images/white-bg.jpg);
    width: 100%;
}
.container-top-first
{
	float: left;
    width: 100%;
    padding-bottom: 20px;
	padding: 0px 8%;
}
.container-top-first .top-first-inner
{
	width: 14%;
    margin: 0px 3.33%;
    padding-bottom: 15px;
    float: left;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 1px 3px #666;
	transition: all .2s;
}
.container-top-first .top-first-inner:nth-child(2)
{
	margin-left:0px;
}
.container-top-first .top-first-inner:last-child
{
	margin-right:0px ;
}
#top-area .column:first-child .content
{
	padding-left:0px;
}
#top-area .column:last-child .content
{
	padding-right:0px;
}
.container-top-first .top-first-inner:hover
{
	    box-shadow: 0px 2px 6px #666;
}
.container-top-first .top-first-inner span
{
	display: block;
    font-size: 18px;
    z-index:1;
    position: relative;
    margin-top: -30px;
}
.home-page-slider-middle .theme-default .nivoSlider img
{
	box-sizing:border-box;z-index:8;/* height:430px !important */height:400px !important;
}
.container-top-first .top-first-inner a {
    display: block;
    padding-bottom: 35px;
	 margin-top: -31px;
}
.container-top-first .top-first-inner img {
    width: 100px;
    height: 70px;
    border: 1px solid #e1e1e1;
}
.home-page-slider-middle .happ-now li 
{
	margin: 0px !important;
    border-bottom: 1px solid #ccc;
    padding:2px 0px 2px 0px;;
}
.home-page-slider-middle .happ-now li a
{
    color: #fff;
    font-size: 12px;
    padding: 6px 0px;
}
.home-page-slider-middle .happ-now a hr
{
	display:none;
}
.home-page-slider-middle .happ-now li:first-child b:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    background-color: #fff;
    width: 50px;
    margin-top: 6px;
	margin-bottom:10px;
}

#top-area .column:first-child {
    margin-left:auto;
}


 #top-area #awards_div1 td:first-child
 {
	 display:none;
 }
 #events_div2 td:first-child
 {
	 display:none;
 }
#top-area .column #events_div iframe
{
	width:100% !important;
}
.home-page-slider-middle .hp-slider
{
	width:100% !important;
}
header
{
	width: 100% !important;
    margin: 0 auto  !important;
    max-width: 100% !important;
}
header .top-header-menu,header .header-logo-section
{
	    /* padding: 0px 7.5% !important; */
    max-width: 1170px !important;
    margin: 0px auto;
    clear: both;
    /* float: left; */
    box-sizing: border-box;
}
.header-logo-section .social-icons
{
    margin-top:18px;
}
.top-header-menu .top-header-menu-items
{
	display:inline-block;padding:8px 0px !important;padding-top:0px !important;margin-top:6px;
}
.top-header-menu .top-header-menu-items a
{
	color: #dedcdc !important;
    font-size: 12px !important;
    /* font-weight: normal !important; */
	padding:0px 12px !important;
	/*border-right:1px solid #9e9e9e !important;*/
}	
.top-header-menu .top-header-menu-items a:hover
{
	color: #fff !important;
}
.top-header-menu .top-header-menu-items a img
{
	display:none;
}
.top-header-menu
{
    text-align:right;margin-top: 2px !important;margin-bottom: 1px !important;
}
.top-header-menu .content
{
    display: inline-block;
    text-align: center;
}
.top-header-menu .content form div
{
	padding:0px !important;
}
.top-header-menu .content form div table
{
	margin-bottom:0px;
}
.top-header-menu .content form div table strong
{
	display:none;
}
.top-header-menu .content form div table td
{
	position:relative;
}
.top-header-menu .content form 
{
	width:220px;display:inline-block;height:45px;
}
.top-header-menu .content form div table input[type="radio"]
{
	display:none;
}
.top-header-menu .content form div table input[type="text"]
{
    border: 1px solid #666;
    border-radius: 0px;
    box-shadow: none;
    font-style: italic;
    padding:8px 5px;
    font-size: 12px;
    width: 220px;
}
.top-header-menu .content form div table input[type="submit"]
{
    position: absolute;
    top: 2px;
    right: 0px;
    border-radius: 0;
    font-size: 13px;
    padding: 8px 12px;
    margin: 0px;
    border: none !important;
    color: #fff;
	box-shadow:none;
    text-shadow: none;
    background: #004885;
    border-left: 1px solid #004885;
}
.top-header-menu form:last-child .button
{
	    /* width: 26px; */
    height: 26px;
    /* background-image: url(images/hindi-icon.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    /* overflow: hidden; */
    /* text-indent: -900px; */
    margin-top: -1px;
    /* margin: 0px; */
    /* border-top: 0px; */
    vertical-align: top;
    padding: 0px;
    margin-left: 10px;
    margin-right: 22px;
    border: none;
    border-radius: 3px;
}
.top-header-menu form:last-child .button:after
{
    content: "";
    height: 13px;
    width: 1px;
    background-color: #c0d0de;
    display: inline-block;
    margin-right: -10px;
    margin-top: 2px;
}
.top-header-menu form:last-child .button:hover
{
	opacity:.6;
}
.top-header-menu .social-icons
{
	display:none !important;
}
.top-header-menu form:last-child .button
{
	margin-right:11px !important;margin-top:5px;
}
#inner_header_wrapper .css_menu_two_line
{
	overflow:visible;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu
{
	max-width:1170px;
	text-align:right;
	margin:0px auto;
	overflow:visible;
	border:none;
	background-color: transparent;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li a
{
	color: #fff;
    font-weight: normal;
    font-size: 14.5px;
    padding: 8px 12px;
    transition: all .2s;
	font-family: 'Avenir-Demi' !important;
	position:relative;
	z-index:1;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li a:after
{
	    height: 15px;
    width: 1px;
    background-color:#9e9e9e;
    display: inline-block;
    position: relative;
    float: right;
    content: '';
    vertical-align: middle;
    margin-right: -13px;
    margin-top: 2px;
	    z-index: 0;
}


#inner_header_wrapper .css_menu_two_line .two_line_menu li ul
{
	min-width: 200px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    left: auto;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 0 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li ul li
{
	width:100%;margin-left:0px;border:none !important;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li:last-child a:after
{
	display:none;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li:hover a
{
	background-color:#fff;color: #18689c;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li ul li a
{
	display:block;width:100%;background-color:transparent;color: #000;
    padding: 10px 11px;
	font-size:13px;
    border-bottom: 1px solid #e1e1e1;
    transition: all .2s;
}



#inner_header_wrapper .css_menu_two_line .two_line_menu li ul li ul
{
	display:none;margin-top: -40px;right: -100%;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li ul li:hover ul
{
	display:block;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #18689c;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li ul li a:after
{
	display:none;
}
.footer_credit
{
	padding:0px;
}
.top-header-menu
#footer{
	background-color:#002147;
	padding-top:35px;
	color:#fff;
}
#footer ul li{
	display:block;padding:1px 0px;
}
#footer h3{
	/*font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	color:#fff;*/
	
	 font-size: 18px;
     margin-bottom: 10px;
     border-bottom: 2px dotted #e0c664;
    border-top: 2px dotted #e0c664; 
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.1;
    margin: .75rem 0 .25rem 0;
    padding: .25rem 0;
    position: relative;
    text-transform: uppercase;
}
#copyright {
    clear: both;
    padding: 15px 7.8%;
    border-top: 1px solid #969696;
}
.copyright p{
	font-size:12px;color:#bfbfbf;
}
#footer ul li a{

	color: #FFFFFF;
    display: block;
    padding: 0.1em 0 0.2em 3px;
    text-decoration: none;
    font-weight: 300;	
	font-size:14px;
	/*color:#d0cdcd;
    font-size:13px;
	display:block;
	padding-left:0px;
	padding:2px 0px;
	font-weight:normal;
	*/
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#footer ul li a:before
{
	content:"-";
	display:none;
	padding-right:5px;
}
#footer .col-sm-3:after {
    height: 200px;
    width: 1px;
    margin-left: -35px;
    content: '';
    display: none;
    /* float: right; */
    position: absolute;
    top: 36px;
    background-color: #656565;
    /* margin-top: 200px; */
}
#footer .col-sm-3:first-child:after
{
	display:none;
}
#footer ul li a:hover{
	color:#fff;
	padding-left:5px;
	text-decoration:none;
}
#container #top-area #events_div2.events-clst1
{
	background-color:#fff;
}
#footer .col-sm-3 {
    width: 25%;    float: left;    padding-right: 15px;
    padding-left: 15px;box-sizing: border-box;padding-bottom:25px;
	position:relative;
}
#footer p, #footer h4{
/*font-size:12px;color:#d0cdcd;line-height:22px;*/
	  color: #FFFFFF;
    margin-top: 6px;
	}
#footer p span{
	font-size:18px;
	font-weight:500;color:#bfbfbf;
}
#footer p.phone span
{
	 height: 19px;
    width: 10px;
    background-size: 100%;
    background-image: url(images/mobile.png);
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
#footer p span.fa-phone,#footer p span.fa-fax
{
	padding: 3px 10px;background-image: url("images/mobile.png");background-position:center center;background-repeat:no-repeat;
}
#footer .footer-icon.fa-facebook{
    width: 30px;
    height:30px;
	margin-left:20px;
	background-image: url("images/facebook-icon.png");
	background-size: 100%;
    vertical-align: middle;
	display:inline-block;
	border-radius:3px;
}
#footer .footer-icon.fa-twitter{
    width: 30px;
    height:30px;
	background-image: url("images/twitter.png");
	background-size: 100%;
    vertical-align: middle;
	display:inline-block;
	border-radius:3px;
}
#footer .footer-icon:hover{
	background-color:#eba31d;
}
.footer_inner_credit
{
	max-width:100%;
}
.footer_inner_credit #foot
{
	max-width:1170px;margin:0px auto;
}
body{
	background-color:#fff !important;
}
.social-widget 
{
	position: relative;
    float: left;
    width: 100%;
}
.social-widget h2
{
	position: absolute;
    left: 7%;
    top: 40px;
    font-size: 22px;
}
.social-widget .sfb
{
    width: 36%;
    margin: 15px 7% 0px 7%;
    float: left;
}
.social-widget .stb
{
	width: 36%;
    margin:31px 7% 0px 7%;
	float:right;
}
.social-widget .stb iframe
{
	width:100% !important;
}
.social-widget .sfb iframe
{
	width:100% !important;
	    height: 420px !important;
    margin-top: 60px !important;
}
.social-widget .sfb div
{
	width:100% !important;
}
.social-widget .sfb div span
{
	width:100% !important;
}
#container #top-area #events_div2.events-clst1 h3
{
	padding-left: 30px;
    background-image: url(images/news-icon.png);
    color: #fff !important;
    padding: 5px 5px 5px 32px;
    box-sizing: border-box;
    background-position: 5px 9px;
    background-color: #d86d10 !important;
    background-repeat: no-repeat;
	margin-bottom:10px;
	position:relative;
}
/* #container #top-area .right-section .column h3
 {s
	 background-image: url(images/social.png);    padding: 9px 5px 5px 40px;margin-bottom: 25px;
 }*/
#container #top-area #events_div2.events-clst1 h3 div:after
{
	top: 88%;
    left: 23%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(182, 92, 14, 0);
    border-top-color: #d86d10 !important;
    border-width: 14px;
    margin-left: -30px;
    background-color: transparent;
}
#top-area-testimonial
{
	float:left;width:100%;background-position:center bottom;    border-top: 1px solid #f1f1f1;
}
#top-area-testimonial h2
{
	text-align: center;
    font-size:22px;
    margin-top: 20px;
	text-transform:uppercase;
}
#top-area-testimonial h2:after
{
	width:60px;
	content:"";
	display:block;
	height:2px;
	background-color:#6f3358;
	margin: 0px auto;
	margin-top:7px;
}
#top-area-testimonial .jcarousel-prev,#top-area-testimonial .jcarousel-next
{
	display:none;
}
.jcarousel-skin-default .jcarousel-container-horizontal
{
	padding:0px ;
}
.jcarousel-skin-default .jcarousel-container-horizontal
{
  position: relative;
}
.jcarousel-skin-default .jcarousel-container-horizontal:before, .jcarousel-skin-default .jcarousel-container-horizontal:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  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);
}
.jcarousel-skin-default .jcarousel-container-horizontal:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.views-field-field-testi-photo
{
	float:left;margin-right:30px;height: 140px;display:none;
}
.jcarousel-skin-default .views-field-body
{
	font-size: 14px;
    color: #333;
    text-align: justify;
	max-height:150px;
	overflow:hidden;
}
.jcarousel-skin-default .jcarousel-item
{
	border:none;background-color:transparent;padding-top:0px;
}
.jcarousel-skin-default .jcarousel-clip-horizontal
{
	background-position:left 40px;background-repeat:no-repeat;
}
.jcarousel-skin-default .jcarousel-item, .jcarousel-skin-default .jcarousel-container-horizontal
{
	height:auto;background-color:#fff;margin:0px;border-bottom:none !important;
}
.jcarousel-skin-default .views-field-title a
{
	font-size:15px;color:#333;margin:3px 0px;display:block;text-align:left;font-family: 'Avenir-Demi' !important;margin-top:8px;
}
.jcarousel-skin-default .views-field-field-testi-designation
{
	font-size:13px;color:#333;    font-family: 'Avenir-Demi' !important;text-align:left;
}
.jcarousel-skin-default .jcarousel-navigation
{
	margin-top:10px;display:none;
}
.jcarousel-skin-default .jcarousel-navigation li a
{
	display:block;width: 12px;height:12px;border-radius:20px; 
}
.jcarousel-skin-default .jcarousel-navigation li
{
	display: inline-block;width: 12px;overflow:hidden;text-indent:-900px;background-color:#13518a;height:12px;vertical-align:middle;border-radius:20px;    margin: 0 6px 0 0;
}
.jcarousel-skin-default .jcarousel-navigation li.active
{
	width:15px;height:15px;background-color:#7f3e65;text-indent:-900;
}
.jcarousel-skin-default .jcarousel-prev-horizontal, .jcarousel-skin-default .jcarousel-next-horizontal
{
	display:none;
}
#top-area-testimonial li img
{
	height:100px;width:100px;border-radius:10px;border:5px solid #13518a;
}
#top-area-testimonial .views-field-title
{
	text-align:left;position:absolute;margin-top:95px;
}
#top-area-testimonial .views-field-field-testi-designation
{
	text-align:left;position:absolute;margin-top:120px;
}
@media only screen and (max-width: 1200px) {
header .top-header-menu, header .header-logo-section {
    padding: 0px 10px !important;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li a {
    font-size: 12px;
    padding: 5px 10px;
}
#logo a span {
    height: 55px;
}
#logo img {
    max-height: 50px;
}
#logo a span.heading.english {
    margin-top: 9px;
}
#logo a span.heading
{
	font-size:15px;
}
#logo a span.heading.hindi {
    color: #fff;
    font-size: 14px;
}
#top-area {
    padding: 0px 15px 40px 15px;
}
#inner_header_wrapper .css_menu_two_line .two_line_menu li a:after {
	margin-right: -10px;
}
#top-area .left-section {
    width: 72%;
}
#top-area .right-section {
    width: 28%;
}
#top-area .right-section .inner-section {
    width: 100%;
    padding-left: 10px;
}
#top-area .left-section .inner-section {
    width: 100%;padding-right: 10px;
}
.tab_section li
{
	    font-size: 14px;    padding: 5px 3px;
}
}
@media only screen and (max-width: 952px) {
	.social-widget h2 {
		position: absolute;
		left: 20px !important;
		top: 27px !important;
		font-size: 22px !important;
	}
	.social-widget .sfb iframe {
		width: 100% !important;
		height: 420px !important;
		margin-top: 44px !important;
	}
}
@media only screen and (max-width: 1170px) {
	.home-page-slider-middle .theme-default .nivoSlider img
	{
		height:auto !important;
	}
	#copyright
	{
		padding: 15px 15px !important;
	}
	.footer_inner_credit #foot
	{
		padding:0px !important;
	}
	header .top-header-menu, header .header-logo-section
	{
		padding: 0px 10px !important;
	}
	.home-page-slider-middle .happ-now
	{
		top:0px;
	}
	.container-top-first
	{
		    padding: 0px 15px 40px 15px;
	}
	#top-area
	{
		    padding: 0px 15px 40px 15px;
	}
	.container-top-first .top-first-inner span
	{
		font-size:15px;
	}
	#top-area .column .content
	{
		height:auto !important;
	}
	.events-cls2
	{
		height:220px;
	}
	
}
@media only screen and (max-width: 991px) {
	.top-header-menu form:last-child .button
	{
		margin-top:0px;
	}
	.top-header-menu .top-header-menu-items a
	{
		border-right: none !important;
	}
	
	.views-field-field-testi-photo
	{
		float:none;height:auto;margin-right:0px;
	}
	#top-area-testimonial .views-field-title, #top-area-testimonial .views-field-field-testi-designation  
	{
		text-align: center;
		position: relative;
		margin-top:0px;
	}
	.events-cls2 {
        height: 250px;
    }
	.nivo-caption
	{
		width:90% !important;
	}
	.home-page-slider-middle .happ-now
	{
		position:relative;top:0px;right:0px;
	}
	.top-header-menu .top-header-menu-items a
	{
		padding: 0px 6px !important;font-size:13px;
	}
	
	.top-header-menu .content form div table input[type="text"]
	{
		 width: 125px;
	}
		.nivo-controlNav
	{
		display:none;
	}
	
	.top-header-menu .content form div table input[type="text"]
	{
		float:left;
	}
	.top-header-menu .content form div table input[type="submit"]
	{
		right:0px;
	}
	#inner_header_wrapper .css_menu_two_line .two_line_menu
	{
		float:left;
		max-width: 250px;
		padding-top: 20px;
    	padding-bottom: 20px;
		    background: #002147;
			padding-left: 10px;
	}
	.two_line_menu li {
		display: block !important;
		text-align: left;
		float: left;
    	width: 100%;
		
	}
	.two_line_menu li ul
	{
		display:block !important;position:relative !important;box-shadow:none !important;background-color:transparent !important;width:100%;
	}
	#inner_header_wrapper .css_menu_two_line .two_line_menu li ul li a
	{
		border-bottom:none;padding-left:0px;color: #dbecfb;font-size: 11px;    padding: 5px 10px;
	}
	#inner_header_wrapper .css_menu_two_line .two_line_menu li ul li a:before
	{
		content:"-";
		display:inline-block;padding-right:5px;
	}
	#inner_header_wrapper .css_menu_two_line .two_line_menu li a:after
	{
		display:none;
	}
	#inner_header_wrapper
	{
		position:inherit;
	}
	.header-logo-section .social-icons
	{
		display:none;
	}
	#logo
	{
		text-align:left !important;
	}
	
	.theme-default .nivo-directionNav a
	{
		opacity:1;
	}
	.top-header-menu-items-mobile
	{
		width: 40px;
		height: 30px;
		float: left;
		background:#d2d2d2;
		margin-top: 2px;
		border-radius: 3px;
	}
	.top-header-menu-items-mobile span
	{
		height: 1px;
		background: #004885;
		display: block;
		width: 60%;
		margin: 7px auto 0px auto;
	}
	.menu-after-logo
	{
		    width: 40px;
			height: 30px;
			float: right;
			background: #d2d2d2;
			margin-top:0px;margin-bottom:3px;
			border-radius: 3px;
	}
	.menu-after-logo span
	{
		height: 1px;
		background:#004885;
		display: block;
		width: 60%;
		margin: 7px auto 0px auto;
	}
	#container #top-area .column, #container #top-area .column:first-child
	{
		width:100% !important;
	}
	#container #top-area .column:first-child
	{
		margin-top:30px !important;
	}
	.top-header-menu .content form div table input[type="submit"]
	{
		width: 70px;
	}
	.top-header-menu .content form
	{
		    width: 175px;
		display: inline-block;
		height: 33px;
		margin-top: 0px;
		
	}
	.top-header-menu .content
	{
		position:relative;/* right:45px; */right:1px;
	}
	.top-header-menu-items{
		position: fixed;
		height: 100%;
		width: 100%;
		left:-100%;
		z-index: 999;
		top: 0;
		background-color: rgba(0,0,0,.5);
	}
	.top-header-menu-items:before{
		content:'';
		width:250px;
		height:100%;
		position:absolute;
		left: 0;
        top: 0;
	    background-color:#002147;
	}
	.top-header-menu .top-header-menu-items a
	{
		color: #fff !important;
		display: block;
		width: 60%;
		float: left;
		font-weight: normal !important;
		text-align: left;
		position: relative;
		padding: 7px 12px !important;
	}
	.css_menu_two_line
	{
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 999;
		top: 0px;
		left:-100%;
		overflow: auto !important;
		background-color:rgba(0,0,0,.5);
	}
	.top-header-menu .social-icons
	{
		display:none;
	}
	.top-header-menu form:last-child .button
	{
		margin-right:0px;
	}
	#top-area .left-section {
    width: 100%;
}
#top-area .right-section {
    width: 100%;
}
#logo
{
	width:100%;position:relative;
}
#logo a {
    display: inline-block;
}
.header-search-icon
{
	float:left;    margin-top: 4px;
}
.top-header-menu form
{
	float:left;    margin-top: 5px;
}
.menu-after-logo
{
	margin-top:-30px;
}
}
@media only screen and (max-width: 767px) {
	.content-section-top-row .content-box-row
	{
		width:100% !important;text-align:left !important;margin-left:0px !important;margin-bottom:15px;
	}
	.content-section-top-row .content-box-row:last-child
	{
		margin-bottom:0px;
	}
	.content-section-secound-row .content-box-row
	{
		width:100% !important;
	}
	#top-area .left-section .column:last-child .region {
    width: 100%;margin-top: 15px;
}
#top-area .right-section .inner-section {
    width: 100%;
        padding:30px 10px;
}
#container #top-area .column, #container #top-area .column:first-child {
    width: 100% !important;
    float: left;
}
#top-area .column
{
	padding:0px 0px;
}
.read-more
{
	bottom:20px;top:auto;z-index:999;
}
.tab_section
{
	float:left;width:100%;
}
.tab_section ul
{
	margin-top:0px;
}
#top-area .right-section .column {
    margin-bottom: 25px;
    margin: 0px;
	float: left;
}
#top-area .left-section .inner-section
{
	padding-right:0px;
}
#top-area .right-section .column:last-child
{
	padding-bottom:0px;
}
#top-area .column:last-child {
    margin-right: 0;
    margin: 0px !important;
}
	.jcarousel-skin-default .jcarousel-container-horizontal {
  width: 300px;
}
.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 300px;
}
.jcarousel-skin-default .jcarousel-item {

  width: 300px;

}
	
	#top-area .column:first-child {
   
    margin-top: 20px !important;
}
	
	.nivo-caption span
	{
		font-size:18px !important;
	}
	.social-widget h2 {
		position: absolute;
		left: 12px !important;
		top: 15px !important;
	}
	.social-widget .sfb
	{
		width: 98% !important;
		float:left;
		margin:0px !important;
	}
	.social-widget .stb
	{
		width: 98% !important;
		float:left;
		margin:0px !important;
	}
	.container-top-first .top-first-inner
	{
		width: 45%;
		margin-top: 60px;
		margin:60px 2.5% 0px 2.5% !important;
	}
	#top-area {
		padding: 0px 10px 40px 10px !important;
	}
	#top-area .column
	{
		margin-bottom:20px !important;
	}
	#top-area .column:last-child
	{
		margin-bottom:0px !important;
	}
	.container-top-first {
		padding: 0px 0px 40px 0px !important;
	}
	.english-button
	{
		font-size: 12px;
		width: 68px;
	}
	/*.top-header-menu-items:after {
		height: 28px;
		width: 28px;
		content: "";
		position: absolute;
		right: 15px;
		top: 12px;
		background-color: white;
	}*/
	
	
	#container
	{
		margin-bottom: 0px !important;
   	    margin-top: 0px !important;
	}
	#footer .col-sm-3:first-child h3
	{
		margin-top:0px;
	}
	#footer h3
	{
		margin-bottom:0px;margin-top:20px;
	}
	#top-area .column
	{
		width:100% !important;
	}
	#footer .col-sm-3
	{
		width:50%;padding-bottom:0px !important;
	}
	#footer .col-sm-3:last-child
	{
		padding-top:25px !important;padding-bottom:25px !important;
	}
	

	
	/*.css_menu_two_line:after {
		height: 28px;
		width: 28px;
		content: "";
		position: absolute;
		right: 15px;
		top: 12px;
		background-color: white;
	}*/
	
}
@media only screen and (max-width: 640px) {
	#logo {
		margin:0px !important;
	}
	.copyright
	{
		float:left !important;
	}
	#header
	{
		padding-top:0px !important;
	}
	.credits
	{
		float:right !important
	}
	#footer .col-sm-3
	{
		width:100%;
	}
	#top-area .column
	{
		width:100% !important;
	}
	}
	@media only screen and (max-width: 440px) {
		#top-area h2
		{
			font-size:18px !important;
		}
	}
	.owl-carousel {
        overflow:hidden;
    } 
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.content-section-top-row {
    margin-top: 25px;
    float: left;
    padding-bottom: 10px;
    border-bottom:2px solid #f2f2f2;
    width: 100%;
}
.content-section-top-row .content-box-row
{
	float: left;
    width: 30%;
    margin-left: 5%;
    text-align: center;
	
}
.content-box-row li
{
	border-bottom: none !important;
    padding: 3px 0px;
}
.content-section-top-row .content-box-row:first-child li a
{
	font-size: 14px;
}
.content-box-row li a
{
	font-size: 15px;
    color: #333;
}
.content-box-row li a:hover
{
	color:#004885;
}
.content-box-row li a:before
{
	content: "";
    font-family: 'Avenir-Demi' !important;
    background-image: url(images/new-window.png);
    display: inline-block;
    height: 15px;
    background-repeat: no-repeat;
    width: 11px;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}
.content-box-row p
{
	font-size: 14px;color:#333;text-align:justify;
}
.content-box-row h3, .content-box-row h2
{
	font-size: 18px;
    text-transform: uppercase;
    color: #333;
}
.content-box-row h2
{
    width: calc(100% - 30px);
    background-color: #a91e10;
    color: #fff;
    padding: 3px 5px;
    position: relative;
}
.content-box-row h2:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 0px;
    position: absolute;
    top: 0px;
    left: 100%;
    border: 14px solid #a91e10;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.content-section-top-row .content-box-row:first-child
{
	margin-left:0px;text-align:left;
}
.content-section-top-row .content-box-row img
{
	width:80px;
}
.content-section-secound-row 
{
	margin-top: 20px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #f2f2f2;
}
.content-section-secound-row a {
    font-size: 15px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 15px;
    padding: 5px 15px;
    background-color: #375997;
    border: 1px solid #375997;
    border-radius: 3px;
}
.content-section-secound-row a:hover
{
	color: #004885;background-color:transparent;
}
/*.content-section-secound-row a:before {
    content: "";
    font-family: 'Avenir-Demi' !important;
    background-image: url(images/new-window.png);
    display: inline-block;
    height: 15px;
    background-repeat: no-repeat;
    width: 11px;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}*/
.content-section-secound-row .content-box-row
{
	float: left;
    width:49%;
}
.content-section-secound-row .content-box-row:last-child
{
	float:right;
}
.content-section-secound-row .content-box-row img
{
	max-width:100%;
}