@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Acme');

a {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

body {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/**********************
 Header css
***********************/
.header {
  display: block;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 9999;
}

.header-top {
  display: block;
  padding: 5px 0;
  text-align: center;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header-top .row {
  margin: 0px;
}

.header-middle {
  padding: 0px;
}

.header-middle .header-search {
  align-self: center;
  text-align: right;
}

.logo {
  padding: 10px 0;
}

.logo img {
  max-width: 120px;
}

.logo a {
  display: inline-block;
  vertical-align: middle;
}

.logo h1 {
  width: 60%;
  display: inline-block;
  font-family: 'Acme', sans-serif;
  margin: 0;
  padding: 0px 0px 0px 20px;
  font-size: 2em;
  vertical-align: middle;
}

.logo h1 span {
  width: 100%;
  display: inline-block;
  font-size: 18px;
}

.header-nav {
  padding: 0px;
  border-radius: 0px;
  display: block;
  width: 100%;
}

.header-nav .nav>li {
  display: inline-block;
  margin: 0px;
}

.header-nav .nav>li>a {
  display: inline-block;
  padding: 15px 18px;
  font-weight: 600;
}

/* submenu css */
.navbar .nav li .submenu li {
  border-bottom: 1px solid #eee;
  display: inline-block;
  margin: 0;
  position: relative;
  width: 100%;
}

.navbar .nav li .submenu li a {
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}

/* search css */
.search-box {
  display: inline-block;
  vertical-align: middle;
}

.search-form {
  display: inline-block;
  max-width: 200px;
  position: relative;
  width: 100%;
}

.search-form .h-search {
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 30px;
  padding: 4px 35px 4px 12px;
  width: 100%;
}

.search-form .h-submit {
  background: transparent;
  border: medium none;
  box-shadow: none;
  height: 30px;
  line-height: 1.1;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.herader-time {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 15px;
  width: 100%;
}

.radio-box {
  display: inline-block;
  margin: 5px 0;
}

.radio-box input {
  margin: 0 0 0 4px;
}

.radio-box label {
  font-weight: 600;
  margin: 0;
}

/* flag box */
.flag-box {
  display: inline-block;
  vertical-align: middle;
}

.flag-box li {
  display: inline-block;
  margin: 0;
  padding: 0 1px;
}

.flag-box li a img {
  max-width: 30px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out 0s;
}

.flag-box li a:hover img {
  opacity: 1;
}

/*topbar links */
.header-top .links {
  display: inline-block;
  padding: 0px 0;
}

.header-top .links li {
  display: inline-block;
  padding: 0 5px;
}

.header-top .head-social a i {
  font-size: 16px;
}

/* promo banner */
.promo-banner img {
  max-width: 100%;
}

/*header end*/
/* home content */
/*.main-wrapper {  background: #fff;  display: inline-block;  margin:0px 0px 30px;  padding: 20px 20px 20px; width: 100%;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);}*/
.widget {
  margin: 0 0 20px;
  /* border:1px solid #eee;*/
}

.widget h4 {
  font-size: 16px;
  margin: 0;
  padding: 10px;
  font-weight: 600;
}

/* linklist start */
.linklist ul {
  display: inline-block;
  margin: 0;
  padding: 0 10px 10px;
  width: 100%;
}

.linklist ul li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}

.linklist ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* linklist end */
.widget-banner {
  display: block;
  margin: 0 0 20px;
}

.widget-banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* sidebar form */
.widget-form {
  padding: 20px;
  margin: 0 0 20px;
}

.widget-form .form-group {
  padding-left: 45px;
  position: relative;
}

.widget-form .form-group label {
  left: 0;
  position: absolute;
  top: 2px;
}

.widget-form .form-control {
  border-color: #ccc;
  border-radius: 3px;
  height: 26px;
}

.widget-form .find-btn {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 3px 16px;
  transition: all 0.3s ease-in-out 0s;
}

.form-button {
  text-align: center;
}

/**********************
 General
***********************/
.widget .link-box {
  border: none;
}

/* home carousel */
.two-column-row {
  padding: 30px 0 0px;
}

.m-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 10px;
  background-color: #008E05;
  /* border-radius: 50px; */
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.m-title span {
  display: block;
}

.headline-txt {
  margin-top: 20px;
  padding: 5px 0;
}

/**********************
 Post Box
***********************/
.post-box {
  display: block;
  padding: 5px;
  width: 100%;
}

.post-box ul li {
  border-bottom: 1px solid #cecece;
  display: inline-block;
  margin: 10px 0;
  min-height: 60px;
  padding: 0 0 12px 70px;
  position: relative;
  width: 100%;
}

.post-box ul li:last-child {
  border: none;
}

.post-box ul li .post-img {
  left: 5px;
  max-width: 55px;
  position: absolute;
  top: 5px;
}

.post-box ul li .post-img img {
  max-width: 100%;
}

.post-box ul li h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  padding: 0;
}

.post-box ul li p {
  font-size: 12px;
  margin: 0;
}

/**********************
 news three column
***********************/
.news_row {
  padding: 20px 0;
}

.news-col {
  margin: 10px 0;
}

.news-col .news-img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.news-col .news-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.4s ease-in-out 0s;
}

.news-col .news-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.news-info {
  display: inline-block;
  padding: 10px 0px;
  width: 100%;
}

.news-col .news-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}

.news-col .news-info p {
  margin: 0px;
}

.dates {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}

.dates li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.dates li i {
  margin-right: 3px;
}

.news_full .news-info {
  padding: 0px;
}

.pagination>li {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #1d5a94;
  color: #1d5a94 !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0 !important;
}

.pagination>li.current,
.pagination>li:hover {
  background-color: #1d5a94 !important;
  color: #fff !important;
}

.pagination>li.current a {
  color: #fff;
}

.pagination li:nth-last-child(3) {
  border: none !important;
  margin: 0;
  width: 20px;
}

.pagination>li:hover a {
  color: #fff !important;
}

.pagination>li>a {
  border: none;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 33px;
  margin: 0;
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
}

.pagination>li>a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.pagination li:nth-last-child(3):hover,
.pagination li:nth-last-child(3):focus {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #000000 !important;
}

.mmi-breadcrumb {
  border-radius: 0;
  margin: 15px 0 20px;
}

.mmi-breadcrumb label {
  margin: 0;
  /* color: #fff; */
  margin-right: 15px;
}

.mmi-breadcrumb>li+li::before {
  content: ">>>" !important;
  /* color: #fff !important; */
}

.mmi-breadcrumb li a {
  color: #139748;
  text-decoration: none;
}

.main-content>.container {
  box-shadow: 0 0 8px -3px #0006;
}


@media (max-width: 767px) {
  .news-col {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin: 10px 0;
    padding: 0 15px 15px;
    width: 100%;
  }
}

/**********************
 home slideshow  start
***********************/
.home-slideshow {
  margin-top: 20px;
}

.owl-nav>div {
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}

.owl-nav>div.owl-next {
  left: auto;
  right: 2%;
}

.home-caption {
  bottom: 0;
  left: 0;
  padding: 15px 25px 10px;
  position: absolute;
  background-color: #1d5a94e6;
  width: 100%;
}

.home-caption::before {
  bottom: 0;
  content: "";
  display: table;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.caption-overlay {
  position: relative;
  z-index: 3;
}

.home-caption h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  max-width: 85%;
}

.home-caption p {
  font-size: 14px;
  max-width: 85%;
}

@media (max-width: 991px) {
  .home-caption h2 {
    font-size: 20px;
  }

  .home-caption p {
    font-size: 14px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .home-carousel .item>img {
    min-height: 160px;
    object-fit: cover;
    -webkit-object-fit: cover;
  }

  .home-caption {
    padding: 20px 40px;
  }

  .home-caption h2 {
    margin: 0px;
    font-size: 16px;
    line-height: 1.4;
  }

  .home-caption p {
    display: none;
  }

  .home-caption::before {
    box-shadow: 0 0 74px 54px rgba(0, 0, 0, 0.8);
  }
}

/**********************
 Links box
***********************/
.link-box {
  display: block;
  border: 1px solid #eee;
}

.link-box h4 {
  font-size: 16px;
  margin: 0;
  padding: 10px;
  font-weight: 600;
}

.link-box ul {
  display: inline-block;
  margin: 0;
  padding: 5px 10px 10px;
  width: 100%;
}

.link-box ul li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}

.link-box ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 0 0 14px;
}

.link-box ul li a::before {
  border-right: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
  transition: all 0.3s ease-in-out 0s;
}

.link-box ul li a:hover {
  padding-left: 20px;
}

.link-box ul li a:hover:before {
  left: 6px;
}

.right-sidebar .widget {
  background-color: rgba(0, 0, 0, 0);
}

.news-item {
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d2d3d4;
}

.news-item .img {
  float: left;
  width: 25%;
  padding-right: 10px;
}

.news-item .img a {
  display: inline-block;
}

.news-item .img img {
  width: 100%;
  height: auto;
}

.news-item .news-details {
  float: left;
  width: 75%;
}

.news-item .news-details>a {
  color: #0c5d7f;
}

.news-item .news-details h3 {
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}

.news-details h3 a {
  display: inline-block;
  font-size: 18px;
  color: #1d5a94;
}

.news-item .date a {
  display: inline-block;
  text-decoration: none;
  color: #9fa3a4;
  margin-bottom: 5px;
}

.news-item .news-details p {
  color: #444;
  margin-bottom: 5px;
}

.news-pagination {
  text-align: center;
}

.social-media-col ul {
  overflow: hidden;
  text-align: center;
}

.social-media-col ul li {
  display: inline-block;
  text-align: center;
}

.social-media-col ul li a:hover {
  display: inline-block;
  color: #139748;
  background-color: #fff;
  border-color: #139748;
}

.social-media-col ul li a:hover>img {
  transition: all ease-in-out 0.20s;
  transform: rotate(360deg);
}

.performer-detail {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d3d4;
}

.performer-detail .img>img {
  width: 100%;
  height: auto;
}

.performer-detail h3 {
  font-size: 16px;
  text-align: left;
  margin: 10px 0;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .three-col-box .link-box {
    margin: 10px 0;
  }
}

/**********************
 tabs section start
***********************/
.home-tabs {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 20px;
}

.home-tabs .nav-tabs {
  border-bottom: none;
  border-top: none;
}

.home-tabs .nav-tabs li a {
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  border: 1px solid #ccc;
  font-weight: 600;
}

.home-tabs .nav-tabs li+li {
  margin-left: -1px;
}

.home-tabs .nav-tabs li a::before,
.home-tabs .nav-tabs li a::after {
  bottom: -19px;
  content: "";
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  z-index: 9;
}

.home-tabs .nav-tabs li a::after {
  bottom: -20px;
  z-index: 8;
}

.home-tabs .nav-tabs li.active a::before,
.home-tabs .nav-tabs li.active a::after {
  opacity: 1;
}

.home-tabs .tab-content {
  border: 1px solid #ccc;
  margin: 0px;
  position: relative;
}

.home-tabs #highlights {
  position: relative;
}

.home-tabs .tab-pane {
  padding: 20px;
  position: relative;
}

@media (max-width: 479px) {
  .home-tabs .nav-tabs li+li {
    margin-left: 0;
  }

  .nav-tabs>li {
    width: 100%;
  }

  .home-tabs .nav-tabs li a {
    width: 100%;
  }
}

/****************
gallery section
****************/
.gallery-section {
  display: inline-block;
  padding: 10px 0 20px;
  width: 100%;
}

.gallery-col {
  margin: 15px 0;
}

.gallery-col a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gallery-col img {
  width: 100%;
  transition: all 1s ease-in-out 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.gallery-col h4 {
  font-size: 16px;
  bottom: -100px;
  font-weight: 600;
  left: 0;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
}

.gallery-col a:hover h4 {
  bottom: 0px;
}

.gallery-col a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

@media (max-width: 767px) {
  .gallery-col h4 {
    bottom: 0px;
  }
}

/****************
brand section
****************/
.brand-section {
  display: inline-block;
  padding: 0 0 30px;
  width: 100%;
}

.brand-section .item {
  padding: 15px 0;
  text-align: center;
}

.brand-section .item a {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
}

.brand-section .item img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.brand-section .item a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.linkicon-row div[class*="col-"]:nth-child(2n + 1) {
  clear: both;
}

.linkicon-box {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  margin: 0 0 20px;
}

.frame-icon::before {
  border: 1px solid transparent;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.frame-icon {
  border-radius: 50%;
  display: table;
  font-size: 40px;
  height: 100px;
  margin: 0 auto 20px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

.frame-icon a {
  display: table-cell;
  height: 100%;
  min-width: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.frame-icon:hover:before {
  bottom: -8px;
  left: -8px;
  right: -8px;
  top: -8px;
}

.linkicon-box h4 {
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}

.linkicon-box ul {
  display: block;
  margin: 0 auto;
  max-width: 310px;
}

.linkicon-box ul li a {
  display: inline-block;
  padding: 2px 0 2px 20px;
  position: relative;
  width: 100%;
}

.linkicon-box ul li a i {
  left: 0;
  position: absolute;
  top: 4px;
}

/**********************
 Footer css
***********************/
.footer {
  display: block;
  padding: 0px 0 0;
  width: 100%;
}

.footer h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}

.footer h5::before {
  border-radius: 10px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.footer-social {
  display: inline-block;
}

.footer-social li {
  display: inline-block;
  padding: 0 8px 0 0px;
}

.footer-social li a {
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 35px;
}

.footer p {
  color: #fff;
  line-height: 25px;
}

.footer-nav {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-bottom {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #efefef;
  margin-bottom: -5px;
}

.footer-bottom ul {
  display: inline-block;
  width: 100%;
}

.footer-bottom ul li {
  display: inline-block;
  line-height: 1;
  border-right: 2px solid #fff;
}

.footer-bottom ul li:last-child {
  border: none;
}

.footer-bottom ul li a {
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
}

.footer .f-menu {
  margin: 0;
}

.footer .f-menu>li>a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0 5px 14px;
  position: relative;
}

.footer .f-menu li a::before {
  border-right: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
  transition: all 0.3s ease-in-out 0s;
}

.footer .f-menu li a:hover {
  padding-left: 20px;
}

.footer .f-menu li a:hover:before {
  left: 6px;
}

.footer address {
  line-height: 30px;
  margin: 20px 0;
}

.footer-logo h1 {
  margin: 0 0 20px;
}

.footer-logo img {
  display: block;
  max-width: 120px;
  margin: 0 auto;
}

.footer-logo p {
  color: #fff;
  font-size: 12px;
}

/* new desktop start*/

.language-option {
  text-align: right;
  position: relative;
  z-index: 1024;
}

.header-text {
  padding: 30px 0;
}

.header-text h1 {
  font-size: 24px;
  color: #0c5d7f;
  font-weight: 600;
  margin-top: 0;
}

.header-text h2 {
  font-size: 18px;
  font-style: italic;
  color: #666;
}

.header-top .logo-img img {
  max-width: 100%;
  height: auto;
}

.header-top .logo-img {
  text-align: left;
}

.header-top .logo-img-2 {
  text-align: right;
}

.header-top embed {
  width: 100%;
}

.language-option a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.search-form {
  position: relative;
  margin: 0;
}

.search-form>input {
  border: 1px solid #fff;
  border-radius: 50px;
  height: 26px;
}

.search-form>button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 20px;
  padding: 5px;
  background-color: #408ccb;
  color: #fff;
  border-radius: 50px;
  line-height: 0;
}

.search-form>button:hover,
.search-form>button:focus {
  color: #fff;
}

.search-form>button>i {
  font-size: 10px;
  line-height: 6px;
  width: 25px;
}

.search-form>button:hover {
  color: #fff;
}

.home-slideshow .owl-carousel .item {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.owl-prev,
.owl-next {
  font-size: 0;
}

.owl-prev::before {
  content: url(../images/icon-left.png);
}

.owl-next::before {
  content: url(../images/icon-right.png);
}

.management-col {
  text-align: center;
  padding: 20px 0;
}

.management-col>label {
  background-color: #1d5a94;
  width: 100%;
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 13px;
}

.management-col>img {
  width: 100%;
  height: auto;
}

.management-col>a {
  text-decoration: none;
  background-color: #1d5a94;
  display: inline-block;
  color: #fff;
  width: 100%;
  margin-top: 13px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

.rate-list,
.rate-website {
  padding: 0 5px 8px 5px;
}

.rate-list li {
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 5px;
}

.rate-list li span {
  float: left;
  display: inline-block;
  width: 50%;
}

.rate-list li span.total-count {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.rate-website .radio>label {
  position: relative;
  padding-left: 40px;
}

.rate-website .radio input {
  margin-left: auto;
  left: 14px;
}

.rate-website a {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  padding: 10px 10px 10px 15px;
  color: #1d5a94;
}

.rate-website button.btn {
  margin: 0 10px;
  background-color: #1d5a94;
  color: #fff;
  padding: 5px 40px;
}

.twt-tweet {
  width: 100%;
  height: auto;
}

.footer h6 {
  padding: 0;
  margin-bottom: 10px;
}

.footer .f-menu,
.social-link {
  margin-bottom: 20px !important;
}

.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus {
  background-color: rgba(0, 0, 0, 0);
}

.logo-area {
  overflow: hidden;
}

.logo-area .logo-img {
  float: left;
  padding: 10px 0;
}

.logo-area .logo-img img {
  width: 105px;
  height: auto;
}

.logo-area .logo-img-2 {
  float: right;
  padding: 13px 0;
}

.logo-area .logo-img-2 img {
  width: 270px;
  height: auto;
}

.top-nav {
  text-align: left;
  float: left;
  min-height: auto;
}

.top-nav>.nav>li {
  display: inline-block;
  padding: 0;
}

/* .top-nav>.nav>li .mobile-arrow {
  display: none !important;
} */

.top-nav>.nav>li>a {
  font-weight: 600;
}

.top-nav>.nav>li>a:hover,
.top-nav>.nav>li>a:focus {
  color: #408ccb;
}

.top-nav-right {
  float: right;
  padding: 7px 0;
}

.news_ticker {
  background: #075c91;
  margin-top: 5px;
}

.news_ticker a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
}

.social-media-col ul>li img {
  width: 40px;
}

.content-border {
  border: 2px solid #008E05;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  position: relative;
}

.content-div {
  padding: 0 10px 10px 10px;
}

/* new desktop css end */


/***************** general responsive css 
*********************/

@media (min-width: 992px) {
  .m-menu {
    display: none !important;
  }

  .top-nav>.nav>li .mobile-arrow {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header-nav .nav>li>a {
    font-size: 12px;
    padding: 10px 8px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
  }

  .logo h1 {
    text-shadow: 1px 1px 1px #fff;
  }
}

@media (min-width: 768px) {
  .header-middle .row {
    display: table;
    margin: 0;
    table-layout: fixed;
    width: 100%;
  }

  .header-middle div[class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  .navbar .nav>li .submenu {
    left: 0;
    min-width: 220px;
    padding: 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar .nav>li .submenu .submenu {
    left: 100%;
    top: 0;
  }

  .navbar .nav li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav>li>.mobile-arrow {
    display: none;
  }

  .nav>li>.mobile-arrow::before {
    border-color: #fff;
    right: -8px;
    top: 4px;
    transform: rotate(135deg);
  }

  .mobile-arrow {
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 15px;
    color: transparent;
  }

  .mobile-arrow::before {
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 8px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    transition: all 0.3s ease-in-out 0s;
  }

  .mobile-col {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .nav>li>.mobile-arrow {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .header-middle {
    padding-bottom: 0;
  }

  /* menu mobile css */
  .m-menu {
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
    transition: all 0.3s ease-in-out 0s;
    width: 30px;
    z-index: 999;
  }

  .m-menu span {
    width: 100%;
    display: block;
    margin: 7px 0;
    height: 2px;
    transition: all 0.3s ease-in-out 0s;
  }

  .m-menu span:nth-child(2) {
    opacity: 1;
  }

  .m-menu.open span:nth-child(2) {
    opacity: 0;
  }

  .m-menu span:last-child {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
  }

  .m-menu span:first-child {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
  }

  .m-menu.open span:last-child {
    transform: translate(0px, -9px) rotate(-45deg);
    -webkit-transform: translate(0px, -9px) rotate(-45deg);
    -moz-transform: translate(0px, -9px) rotate(-45deg);
  }

  .m-menu.open span:first-child {
    transform: translate(0px, 9px) rotate(45deg);
    -webkit-transform: translate(0px, 9px) rotate(45deg);
    -moz-transform: translate(0px, 9px) rotate(45deg);
  }

  .navbar {
    border-radius: 0;
    display: none;
    left: 0px;
    position: absolute;
    top: 102%;
    z-index: 99;
    right: 0px;
  }

  .navbar .nav>li,
  .navbar .nav>li>a {
    display: inline-block;
    width: 100%;
  }

  .header-nav {
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .footer-social {
    display: inline-block;
    margin-top: 0px;
    text-align: left;
    width: 100%;
  }

  .footer-bottom {
    text-align: center;
  }

  .ftr-right {
    padding-top: 10px;
    text-align: center !important;
  }

  .header-top {
    padding: 7px 0;
  }

  .header-top a {
    font-size: 12px;
  }

  .header-middle {
    padding-bottom: 0px;
  }

  .header-nav .nav>li>a {
    font-size: 14px;
    padding-right: 35px;
    padding-left: 15px;
  }

  .header-nav .nav>li>a:focus {
    color: #fff !important;
  }

  .mobile-arrow {
    font-size: 30px;
    font-weight: 700;
    height: 100%;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 45px;
    margin-right: 10px;
    padding: 11px;
    cursor: pointer;
  }

  .submenu {
    padding: 0;
    display: none;
    border-bottom: 1px solid #fff;
  }

  .navbar .nav li .submenu li {
    border: none;
  }

  .navbar .nav li .submenu li a {
    font-weight: 500;
    padding-left: 20px;
  }

  .header-top .links {
    padding: 2px 0px 0px;
  }

  .logo {
    margin: 0;
    padding: 10px 0;
    text-align: center;
  }

  .logo img {
    max-width: 80px;
  }

  .logo h1 {
    font-size: 18px;
    padding: 7px 0 0;
    text-indent: 0;
    width: 100%;
  }

  .mobile-col {
    padding: 10px 55px 10px 15px;
  }

  .search-box {
    width: 100%;
  }

  .label-menu {
    float: left;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
  }

  .menu-collapse-btn {
    float: right;
    padding: 10px 5px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    padding-right: 0;
  }

  .menu-collapse-btn>span {
    display: block;
    margin: 4px;
    height: 2px;
    background-color: #fff;
  }

  .news-pagination {
    border-bottom: 1px solid #139748;
    margin-bottom: 25px;
  }

  .news-pagination ul {
    margin-top: 0;
  }

  .news-col {
    padding: 0;
    margin: 0;
    border: 0;
  }

  .news-item {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .news-item .img,
  .news-item .news-details {
    float: unset;
    width: auto;
    margin-bottom: 10px;
  }

  .performer-detail {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-caption::before {
    display: none;
  }

  .footer h5 {
    margin-bottom: 10px;
  }

  .footer .f-menu {
    margin-bottom: 15px;
  }

  .footer p {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {}

.menu-open {
  display: block !important;
}

@media (min-width: 768px) {
  .home-slideshow .owl-carousel .owl-stage-outer {
    height: auto !important;
  }
}

@media(max-width:991px) {
  .label-menu {
    display: block !important;
    float: left;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
  }

  .menu-collapse-btn {
    display: block !important;
    float: right;
    padding: 10px 5px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    padding-right: 0;
  }

  .menu-collapse-btn>span {
    display: block !important;
    margin: 4px;
    height: 2px;
    background-color: #fff;
  }

  .header-nav {
    position: relative;
    border-bottom: 1px solid #fff;
  }

  .navbar {
    border-radius: 0;
    display: none;
    left: 0px;
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0px;
  }

  .navbar .nav>li,
  .navbar .nav>li>a {
    display: inline-block;
    width: 100%;
  }

  .header-nav .nav>li>a {
    font-size: 12px;
    padding: 10px 8px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
  }

  .navbar .nav>li,
  .navbar .nav>li>a {
    display: inline-block;
    width: 100%;
  }

  .header-nav .nav>li>a {
    font-size: 14px;
    padding-right: 35px;
    padding-left: 15px;
  }

  .mobile-arrow {
    font-size: 30px;
    font-weight: 700;
    height: 100%;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 45px;
    margin-right: 10px;
    padding: 4px 0;
    cursor: pointer;
  }

  .submenu {
    padding: 0;
    display: none;
    border-bottom: 1px solid #fff;
  }

  .navbar .nav li .submenu li {
    border: none;
  }

  .navbar .nav li .submenu li a:hover,
  .navbar .nav>li .submenu li a {
    color: #fff;
  }


  .navbar .nav li .submenu li a {
    font-weight: 500;
    padding-left: 20px;
  }

  .nav>li>.mobile-arrow::before {
    display: none !important;
  }

  .nav>li>.mobile-arrow {
    pointer-events: auto;
    display: block !important;
    color: #fff;
  }

  .mobile-arrow .header-nav .nav>li>a:hover .submenu {
    display: unset !important;
  }

  .navbar .nav>li .submenu {
    position: relative !important;
  }

  .navbar .nav li>.submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
  }

  .navbar .nav>li .submenu li a {
    color: #fff !important;
    font-size: 13px;
  }

  .navbar .nav li .submenu li a:hover {
    color: #008E05 !important;
  }

  .header-nav>.container {
    position: relative;
  }

  .mobile-arrow:hover {
    color: #fff;
  }
}


/* new media css */
@media(max-width: 1199px) {
  .header-text {
    padding: 15px 0;
  }

  .header-nav .nav>li>a {
    padding: 15px;
  }

  .top-nav>.nav>li>a {
    padding: 10px 8px;
  }
}

@media(max-width: 991px) {
  .header-text {
    padding: 28px 0;
  }

  .header-text h1 {
    font-size: 17.5px;
  }

  .header-nav .nav>li>a {
    padding: 10px;
    border-bottom: 0;
  }

  .header-nav .nav>li a:hover+.mobile-arrow,
  .top-nav .nav>li a:hover+.mobile-arrow {
    color: #008E05 !important;
  }

  .header-nav .nav>li:hover a {
    color: #008E05;
  }

  .top-nav-right {
    float: right;
  }

  .language-option .menu-collapse-btn {
    float: left;
  }

  .top-nav>ul {
    text-align: center;
  }

  .top-nav>ul li {
    text-align: left;
  }

  .language-option>.container {
    position: relative;
  }

  .navbar {
    background-color: #408ccb;
    border-top: 1px solid #fff;
  }

  .navbar ul>li {
    border-bottom: 1px solid #fff;
  }

  .nav>li a:hover {
    background-color: #fff !important;
  }

  .nav>li:hover a:hover+.mobile-arrow {
    color: #408ccb;
  }

  .nav>li>.submenu {
    border-top: 1px solid #fff;
  }

  .nav>li>.submenu li {
    border-bottom: 1px solid #fff !important;
  }

  .top-nav-right .menu-collapse-btn {
    float: left;
  }

  .top-nav .nav>li .submenu {
    background-color: #408ccb !important;
  }

}

@media(max-width: 767px) {

  .header-top {
    padding: 10px 0;
  }

  .header-text {
    padding: 10px 0 0;
  }

  .search-form {
    width: 320px;
    margin-top: 10px;
  }

  .language-option {
    text-align: center;
  }

  .header-nav .nav>li>a {
    border-bottom: 1px solid;
    padding: 10px 15px;
  }

  .language-option .menu-collapse-btn {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media(max-width:639px) {
  .list-inline>li.search {
    display: block;
  }

  .header-top .logo-img,
  .logo-area .logo-img-2 {
    float: left;
    width: 100%;
    text-align: center;
  }

  .header-top .logo-img a,
  .logo-area .logo-img-2 a {
    display: inline-block;
  }

  .logo-area .logo-img img {
    width: 105px;
  }

  .logo-area .logo-img-2 img {
    width: 240px;
  }
}

.powermail_fieldset .form-group {
  overflow: auto;
}

.success {
  margin: 10px 8px 10px 0;
  float: right;
  border: 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 208px;
  background: #008E05;
  #background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
  #background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
  #background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
  #background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
  #background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
  #: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
  #background: linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
  #-webkit-box-shadow: 3px 3px 5px #aaa;
  #-moz-box-shadow: 3px 3px 5px #aaa;
  #box-shadow: 3px 3px 5px #aaa;
  #-webkit-border-radius: 2px;
  #-moz-border-radius: 2px;
  #-khtml-border-radius: 2px;
  #border-radius: 2px;
}


/* for the inner page menu */

.frame-type-menu_subpages ul,
.frame-type-menu_sitemap_pages ul {
  margin-top: 10px;
}

.frame-type-menu_subpages ul li,
.frame-type-menu_sitemap_pages ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.frame-type-menu_subpages ul li a,
.frame-type-menu_sitemap_pages ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
}

.frame-type-menu_subpages ul li a:hover,
.frame-type-menu_sitemap_pages ul li a:hover {
  text-decoration: underline;
}

.frame-type-menu_subpages ul li::before,
.frame-type-menu_sitemap_pages ul li::before {
  position: absolute;
  content: url(../images/submenuBullet.gif);
  left: 0;
  top: 0;
}

.news-item{
  border-bottom: 2px solid #2e8f06;
  border-radius: 10px;
}

.news-details h3 a {
  color: #2e8f06;
}

.news-item .news-details > a {
  color: #2e8f06;
}
.caption-title a{color: #fff;font-size: 14px}
.camera_caption p{display: none;}