@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body {
  /* font-family: 'Raleway', sans-serif;	 */
  font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
}
.spacing30 {
  height: 30px;
}
.spacing50 {
  height: 50px;
}
.topSpace {
  margin-top: 157px;
}
p {
  margin-bottom: 20px;
}
ul.cntLst {
  margin: 0px;
  padding: 0px;
}
ul.cntLst li {
  list-style: none;
  margin: 1em;
  margin-left: 3em;
  margin-bottom: 15px;
}
ul.cntLst li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}
h3 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  color: #939B46;
  font-size: 16px;
  font-weight: bold;
}
h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
h2.subHd {
  color: #337ab7;
  font-size: 20px;
  margin-bottom: 15px;
}
h1 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  color: #307FAC;
}
.cTable {
  display: table;
  width: 100%;
  height: 100%;
}
.cTable .cTr {
  display: table-row;
}
.cTable .cTr .cTd {
  height: 100%;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  height: 110px;
  font-size: 15px;
  color: #777;
  font-weight: bold;
}
.cTable .cTr .cTd a {
  text-decoration: none;
  color: #777;
}
.cTable .cTr .cTd a:hover {
  text-decoration: none;
  color: #307FAE;
}
.bottomBdr {
  border-bottom: 1px solid #949C46;
}
/*navigation*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #307FAE;
  transition: all 0.3s ease;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #307FAE;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.dropdown-menu > li > a:before {
  font-family: 'FontAwesome';
  content: '\f054';
  margin: 0 5px 0 0px;
  color: #B3D6EA;
  font-size: 12px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #949C46;
  transition: all 0.3s ease;
}
.dropdown-menu > li > a:focus:before,
.dropdown-menu > li > a:hover:before {
  color: #fff;
}
.navbar-brand {
  float: left;
  height: 110px;
  padding: 10px 0px;
  font-size: 18px;
}
.navbar-default {
  background-color: #fff;
  border-color: #949C46;
}
.navbar-default .navbar-nav > li > a {
  color: #545454;
  font-size: 15px;
  line-height: 25px;
  transition: all 0.3s ease;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 22px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #307FAE;
  transition: all 0.3s ease;
}
a.categories {
  display: block;
  background-color: #307FAE;
  color: #fff;
  padding: 10px 22px;
  font-size: 18px;
  text-decoration: none;
}
a.categories:hover {
  background-color: #949C46;
}
/*side menu*/
.sideMenu {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sideMenu ul {
  margin: 0px;
  padding: 0px;
  padding: 10px;
}
.sideMenu ul li {
  list-style: none;
  font-size: 16px;
  color: #545454;
  border-bottom: solid 1px #929B43;
  padding: 15px 0px;
}
.sideMenu ul li a {
  color: #545454;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  display: block;
}
.sideMenu ul li a.gLnk {
  color: #939B46;
  font-size: 18px;
}
.sideMenu ul li a:hover {
  color: #959D48;
  transition: all 0.3s ease;
}
.sideMenu ul li img {
  float: left;
  margin-right: 15px;
}
/*banner*/
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 2%;
  top: 20%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
  text-shadow: none;
  color: #525252;
  text-align: left;
}
.carousel-caption p {
  font-size: 20px;
  color: #fff;
  text-shadow: none;
  text-align: left;
  margin-bottom: 30px;
}
.carousel-caption .btnBanner {
  background-color: #fff;
  padding: 5px 10px;
  border: solid 1px #fff;
  color: #888;
  border-radius: 0px;
}
.image-cropper {
  width: 270px;
  height: 340px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 10px #f4f4f4;
}
.image-cropper .innerCircle {
  width: 250px;
  height: 320px;
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 20px #eee;
  top: 0px;
  left: 0px;
}
.image-cropper .innerCircle img {
  display: inline;
  height: 100%;
  width: auto;
  right: -80px;
  position: absolute;
}
/*Side menu*/
/*latest conference*/
.contf {
  padding: 20px 0px;
  background-color: #eee;
  text-align: center;
}
.contf .bdrRight {
  border-right: 1px solid  #1B455F;
}
.contf .fBox {
  float: left;
}
.contf ul {
  margin: 0px;
  padding: 0px;
}
.contf ul li {
  list-style: none;
  display: inline-block;
  border-right: solid 1px #ccc;
}
.contf ul li:last-child {
  border-right: none;
}
.contf ul li .fBox {
  width: 25%;
}
.contf .whiteHr {
  border-bottom: solid 1px #fff;
}
/*products section*/
.proBox {
  text-align: center;
  background-color: #F7F7F7;
  padding: 10px;
  border: solid 1px #ddd;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.proBox .overlay {
  background-color: rgba(48, 127, 174, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  display: block;
  transition: all ease 0.6s;
  opacity: 0;
}
.proBox img {
  border: solid 1px #eee;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.proBox .proDesc h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
.proBox .cTable {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.proBox .cTable .cTr {
  display: table-row;
}
.proBox .cTable .cTr .cTd {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.proBox .cTable .cTr .cTd .hoverCnt {
  transition: all ease 0.6s;
  text-align: center;
  display: table;
  vertical-align: middle;
  color: #fff;
  opacity: 0;
  padding: 15px;
}
.proBox .cTable .cTr .cTd .hoverCnt h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
.proBox .cTable .cTr .cTd .hoverCnt p {
  color: #fff;
  margin-bottom: 20px;
}
.proBox:hover .overlay {
  background-color: rgba(48, 127, 174, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.6s;
  opacity: 1;
}
.proBox:hover .proDesc h1 {
  opacity: 0.1;
}
.proBox:hover .proDesc p {
  opacity: 0.1;
}
.proBox:hover .cTable {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.proBox:hover .cTable .cTr {
  display: table-row;
}
.proBox:hover .cTable .cTr .cTd {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.proBox:hover .cTable .cTr .cTd .hoverCnt {
  text-align: center;
  display: table;
  vertical-align: middle;
  color: #fff;
  opacity: 1;
  padding: 15px;
  transition: all ease 0.6s;
}
.proBox:hover .cTable .cTr .cTd .hoverCnt h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
.proBox:hover .cTable .cTr .cTd .hoverCnt p {
  color: #fff;
  margin-bottom: 20px;
}
.proBox:hover .cTable .cTr .cTd .hoverCnt a {
  padding: 10px 15px;
  border: solid 1px #fff;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
.proBox:hover .cTable .cTr .cTd .hoverCnt a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
/*footer*/
.footerSec {
  background-color: #307FAE;
  color: #fff;
}
.footerSec .bdrR {
  border-right: 1px solid #5C622B;
  margin-right: 20px;
  min-height: 230px;
}
.footerSec .footerHd {
  font-size: 18px;
  font-weight: 400px;
  margin-bottom: 10px;
  color: #fff;
}
.footerSec ul {
  margin: 0px;
  padding: 0px;
  color: #B3D6EA;
  font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
}
.footerSec ul li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 15px;
}
.footerSec ul li a {
  color: #B3D6EA;
  text-decoration: none;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.footerSec ul li a:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in;
}
.footerSec ul li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  margin: 0 5px 0 -15px;
  color: #B3D6EA;
}
.footerSec ul li:hover:before {
  color: #fff;
}
thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  /*background-color: #307FAE;*/
  background-color: #9ca353;
  color: #fff;
}
.w20p {
  width: 20%;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w10p {
  width: 10%;
}
