@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(//fonts.googleapis.com/css?family=Changa+One:400,400italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,300);
/*************************
*******Typography******
**************************/

.signFB {
  background-image: url("/images/fsign-butt2.png");
  height: 55px;
  width: 247px;
  padding-top: 15px;
  text-align: center;
  padding-left: 39px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.loginFB {
  background-image: url("/images/fsign-butt.png");
  height: 53px;
  width: 140px;
  padding-top: 15px;
  padding-left: 39px;
  margin-left: 10px;
  text-align: center;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.fontSizeDef {
  font-size: 14px;
}

/* @media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
} */

html {
  background: #35822b url(../images/bg.jpg) left top repeat;
}

body {
  background: url(../images/bg_image.png) center top no-repeat;
  /*background: #fff url(../images/main-bg.png) center top no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;*/
  font-family: "Roboto", sans-serif;
  color: #010101;
  line-height: 18px;
  min-width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;

  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
}

h1 {
  font-size: 36px;
  color: #fff;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  font-size: 16px;
}

a {
  outline: none;
  color: #308415;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
  color: #d43133;
  outline: none;
}

hr {
  border-top: 1px solid rgb(128, 128, 128);
  border-bottom: 1px solid #fff;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* .btn-primary {
  padding: 8px 20px;
  background: #ee7b31;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
  outline: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #00638a;
  outline: none;
  box-shadow: none;
} */

.btn-transparent {
  outline: none;
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 90px;
}

.dropdown-menu1 {
  min-width: 90px;
}

.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left {
  margin-right: 20px;
}

.media>.pull-right {
  margin-left: 0px;
}

body>section {
  padding: 0 0 25px;
}

.center {
  text-align: center;
  padding-bottom: 0px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/

#header {
  /*background:url(../images/head-bg.png) repeat bottom left;*/
  /*min-height:220px;*/
  padding: 0;
  margin: 0 0 0px;
  /*-webkit-box-shadow: 0px 10px 15px 0px rgba(220, 249, 255, 0.5);
	-moz-box-shadow: 0px 10px 15px 0px rgba(220, 249, 255, 0.5);
	box-shadow: 0px 10px 15px 0px rgba(220, 249, 255, 0.5); 
	border-bottom:5px solid #c6dd24;*/
}

.header-bg {
  background: url(../images/head-bg1.png) left top repeat;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.header-bg2 {
  background: url(../images/header.jpg) left top repeat-y;
  padding: 10px 0 0 !important;
  border: 1px solid #5aa608;
  border-bottom: 0px;
}

#header .search {
  display: inline-block;
}

.login-container {
  display: flex;
}

.login-container .login-form {
  border-right: 1px solid rgb(88, 160, 12);
  padding-right: 8px;
}

.login-form .form-inline {
  width: 340px;
}

.login-form .form-inline .form-group input.form-control {
  width: 100%;
}

.navbar-brand-pm {
  margin-top: -35px;
}

.login-container .bt-login {
  flex: 0 0 auto;
}

.default-page .sign-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-bar {
  padding: 5px 0;
  background: #12270d;
  border-bottom: 0px solid #222;
  line-height: 28px;
}

.top-bar2 {
  padding: 5px 0;
  background: none;
  border-bottom: 0px solid #222;
  line-height: 28px;
  text-align: center;
}

.form-inline {
  width: 374px;
}

.form-inline a {
  color: #5aa608;
  text-decoration: none;
  font-style: italic;
}

.form-inline .form-group {
  border: 1px solid #22996c;
  margin-bottom: 8px;
}

.form-inline .form-group .form-control {
  border: 1px solid #1f6352;
  background: #d1f2ef url(../images/top-input-bg.png) repeat-x left top;
  width: 183px;
  font-size: 11px;
  height: 25px;
}

.navbar>.container .navbar-brand {
  margin-left: 0;
}

.log-info {
  text-align: right;
}

.btn-or {
  background: #449983;
  /* Old browsers */
  background: -moz-linear-gradient(top, #449983 0%, #1b6750 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #449983),
      color-stop(98%, #1b6750));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #449983 0%,
      #1b6750 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #449983 0%,
      #1b6750 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #449983 0%, #1b6750 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #449983 0%, #1b6750 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449983', endColorstr='#1b6750', GradientType=0);
  /* IE6-9 */
  border-color: #22996c;
  color: #fff;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  height: 30px;
  width: 88px;
}

.btn-or:hover,
.btn-or:focus {
  color: #fff;
  outline: none;
}

.btn-or2 {
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.btn-or2:hover,
.btn-or2:focus {
  color: #fff;
  outline: none;
}

.btn-bl {
  background-color: #ffffff;
  border-color: none;
  color: #08637a;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.3);
}

.btn-bl:hover,
.btn-bl:focus {
  color: #08637a;
}

.sr {
  bottom: -59px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50000;
}

.sr-box {
  background: url(../images/serch-bg.png) left top repeat;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.sr-box .serch-butt {
  background-color: #fff;
  border-color: transparent;
  color: #333;
  border-radius: 0px;
  outline: none;
}

.sr-box .form-control {
  border: 0px;
  height: 35px;
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
}

.sr-box .form-control:focus {
  box-shadow: 0 0px 0px;
  outline: none;
}

ul.sr-box li {
  display: inline-block;
  padding: 8px 0px 1px 9px;
}

ul.sr-box li a {
  display: inline-block;
  color: #000;
  /*background: #404040;
  width:81px;*/
  height: 32px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.sr-box li a:hover {
  /* background: #c52d2f;*/
  color: #ef7b32;
}

.visitor {
  text-align: right;
  margin: 0px;
  color: #98d056;
  text-shadow: 1px 1px 3px #000000;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.nav-box-m {
  /* background:#257101 url(../images/nav-bg.png) left top repeat-x; */
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 1px 0 0;
  width: 100%;
  /* width: 968px; */
  /* border:1px solid #5aa608; */
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  padding: 0px 0;
  padding-bottom: 0;
  /*min-height: 159px;*/
}

.navbar-nav {
  margin-top: 0px;
  float: left;
  width: auto;
}

.navbar-nav>li {
  margin-left: 1px;
  padding-bottom: 0px;
  background: url(../images/icon_menuseparator.png) right center no-repeat;
  padding-right: 3px;
}

.navbar-inverse .navbar-nav>li>a {
  padding: 5px 4px 3px 4px;
  margin: 0;
  color: #fff;
  line-height: 18px;
  display: inline-block;
  border: #dcf9ff 0px solid;
  border-bottom: none;
  font-size: 12px;
  text-transform: capitalize;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
  border: #ef7b32 0px solid;
  background: url(../images/bg_menuselected.png) left top repeat-x;
  border-bottom: none;
  color: #dcf27e;
}

.navbar-inverse {
  border: none;
}

@media (max-width: 991px) {
  .navbar-brand2-box {
    display: none;
  }
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #c6dd24;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background: url(../images/bg_menuselected.png) left top repeat-x;
  border: #ef7b32 0px solid;
  border-bottom: none;
  color: #dcf27e;
  font-weight: bold;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(152, 208, 86, 100);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
  border: #5aa608 1px solid;
  border-bottom: #5aa608 0px solid;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
  position: absolute;
  top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
  padding: 4px 15px;
  color: #316919;
  border-bottom: #5aa608 1px solid;
  background: url(../images/icon_menulist.png) left center no-repeat;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
  background-color: #5aa608;
  color: #d7e5ad;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
  padding-right: 0px;
}

/*---------*/

.navbar-inverse .navbar-nav .dropdown-submenu {
  position: relative;
}

.navbar-inverse .navbar-nav .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.navbar-inverse .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.navbar-inverse .navbar-nav .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #d6ee7b;
  margin-top: 5px;
  margin-right: -10px;
}

.navbar-inverse .navbar-nav .dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-submenu.pull-left {
  float: none;
}

.navbar-inverse .navbar-nav .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/*************************
*******Page******
**************************/
.box-sh {
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  background: url(../images/cont-bg.png) center bottom no-repeat;
  padding-bottom: 30px;
  padding-top: 30px;
}

.box-sh2 {
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  background: url(../images/head-bg1.png) left top repeat;
  padding-bottom: 30px;
  padding-top: 30px;
  border: 1px solid #5aa608;
}

#main-slider {
  position: relative;
  margin: 0 0 10px;
  padding: 0px;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .immersive_slider .carousel-content {
  margin-top: 0px;
}

#main-slider .immersive_slider .slide-margin {
  margin-top: 0px;
}

#main-slider .immersive_slider h2 {
  color: #fff;
}

#main-slider .immersive_slider .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .immersive_slider .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .immersive_slider .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .immersive_slider .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .immersive_slider .carousel-content h1 {
  font-family: "Changa One", cursive;
  font-size: 33px;
  font-weight: bold;
  text-align: right;
  font-style: italic;
  text-shadow: 1px 1px 3px #000000;
  color: #ffffff;
  padding: 0 0 0 65px;
}

#feature {
  padding: 0 0 25px;
  padding-top: 0;
}

.panel-primary {
  background: #dcf27e;
  border-color: #5aa608;
  border-radius: 0;
  margin: 77px 0 0;
}

.panel-primary>.panel-heading {
  background-color: #5aa608;
  border-color: #5aa608;
  color: #e0e9b9;
  margin: -26px auto 0;
  width: 250px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-shadow: 1px 1px 3px #000000;
}

.m-ico {
  left: -28px;
  position: absolute;
  top: -29px;
  z-index: 1;
}

.panel-primary>.panel-heading h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 100;
}

.panel .panel-body {
  overflow-x: auto;
}

@media (max-width: 991.98px) {
  .panel .panel-body {
    margin: 0 8px;
    padding: 8px 0;
  }
}

.panel-primary>.panel-body ul {
  padding: 0;
  margin: 0px;
}

.panel-primary>.panel-body li.list-group-item img {
  float: right;
}

.panel-primary>.panel-body li.list-group-item span {
  float: left;
  width: 43px;
}

.panel-primary>.panel-body li.list-group-item {
  background: url(../images/icon_menulist.png) left center no-repeat;
  border: 1px solid #b9cd62;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  display: block;
  margin-bottom: -1px;
  padding: 4px 17px;
  position: relative;
  color: #000000;
  border-radius: 0;
}

.panel-primary>.panel-body li.list-group-item:last-child {
  border-bottom: 0px;
}

.panel-primary2 {
  background: #29826a;
  border-color: #5aa608;
  border-radius: 0;
  margin: 10px 0 0;
}

.panel-primary2>.panel-heading {
  background-color: #5aa608;
  border-color: #5aa608;
  color: #fce220;
  margin: -26px auto 0;
  /* width: 550px; */
  border-radius: 0;
  font-family: "Changa One", cursive;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-shadow: 1px 1px 3px #000000;
  padding: 18px 0;
}

.m-ico2 {
  left: -28px;
  position: absolute;
  top: -29px;
  z-index: 1;
}

.m-ico3 {
  right: -28px;
  position: absolute;
  top: -29px;
  z-index: 1;
}

.panel-primary2>.panel-heading h3 {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  z-index: 100;
  text-align: center;
  text-transform: uppercase;
  font-family: "Changa One", cursive;
}

.form-inline2 a {
  color: #5aa608;
  text-decoration: none;
  font-style: italic;
}

.form-inline2 .form-group {
  border: 1px solid #22996c;
  margin-bottom: 8px;
}

.form-inline2 .form-group .form-control {
  border: 1px solid #1f6352;
  background: #d1f2ef url(../images/top-input-bg.png) repeat-x left top;
}

.form-inline2 label {
  color: #a9d3cf;
  background: url(../images/label-bg.png) left center no-repeat;
  padding: 0 0 0 13px;
  font-family: "Roboto", sans-serif;
}

.form-inline2 p {
  color: #a9d3cf;
  font-size: 11px;
  padding: 1px 0 0;
}

.styled-select {
  background: url(../images/select-boxarrow.png) no-repeat scroll right center #45ac9c;
  border: 1px solid #1f6352;
  height: 34px;
  overflow: hidden;
  width: 100%;
}

.styled-select select {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  height: 34px;
  line-height: 1;
  padding: 5px;
  width: 107%;
  color: #a9d3cf;
}

.panel-primary3 {
  background: #f4f9e1;
  border-color: #5aa608;
  border-radius: 4px;
  margin: 10px 0 0;
  width: 99%;
  min-height: 567px;
}

.panel-primary3>.panel-heading {
  background-color: #5aa608;
  border-color: #5aa608;
  color: #e0e9b9;
  margin: -26px auto 0;
  text-indent: 10px;
  /*width:670px*/
  /* width: 745px; */
  width: 96%;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-shadow: 1px 1px 3px #000000;
  padding: 3px 0;
  background: #5aa608 url(../images/icon_titlestart.png) no-repeat left top;
}

.panel-primary3>.panel-heading h3 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: left;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.panel-primary3>.panel-body h2 {
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: #98d056 2px solid;
  font-size: 14px;
  color: #000000;
}

.panel-primary3>.panel-body p {
  color: #000;
  font-size: 13px;
}

.panel-primary4 {
  background: #dcf27e;
  border-color: #5aa608;
  border-radius: 0px;
  margin: 10px 0 50px -28px;
  /* width: 168px; */
}

.panel-primary4>.panel-heading {
  background-color: #5aa608;
  border-color: #5aa608;
  color: #e0e9b9;
  margin: -26px auto 0;
  text-indent: 10px;
  width: 152px;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-shadow: 1px 1px 3px #000000;
  padding: 3px 0;
  background: #5aa608 url(../images/icon_titlestart.png) no-repeat left top;
}

.panel-primary4>.panel-heading h3 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: left;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

.panel-primary4>.panel-body h2 {
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: #98d056 1px solid;
  font-size: 12px;
  color: #000000;
}

.panel-primary4>.panel-body p {
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.right-search {
  margin: -24px 0 0 -27px;
  padding: 10px 0 19px 0;
}

.right-search .input-group {
  border: 1px solid #22996c;
  margin-bottom: 8px;
  width: 168px;
}

.right-search .input-group .form-control {
  border: 1px solid #1f6352;
  background: #d1f2ef url(../images/top-input-bg.png) repeat-x left top;
  border-right: 0;
}

.right-search .input-group .input-group-btn {
  background: #d1f2ef url(../images/top-input-bg.png) repeat-x left top;
  border: 1px solid #1f6352;
  border-left: 0;
}

.hright-box {
  width: 288px;
  flex: 0 0 288x;
  padding-left: 4px;
  /* float: left;
  position: relative; */
}

.hright-box .cal {
  background: url(../images/icon_calendar.png) left center no-repeat;
  padding: 0 0 0 20px;
  color: #e0e9b9;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 2px;
  position: relative;
  left: 133px;
}

.btn-top {
  box-shadow: 1px 1px 2px hsla(210, 65%, 9%, 0.41) inset;
  height: 41px;
  white-space: normal;
  position: relative;
  margin-left: 7px;
  padding: 6px 10px;
  color: #e0e9b9;
  border-radius: 4px;
  border: 1px solid #5aa608;
  margin-bottom: 5px;
  background: #449983;
  /* Old browsers */
  background: -moz-linear-gradient(top, #449983 0%, #1b6750 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #449983),
      color-stop(98%, #1b6750));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #449983 0%,
      #1b6750 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #449983 0%,
      #1b6750 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #449983 0%, #1b6750 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #449983 0%, #1b6750 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449983', endColorstr='#1b6750', GradientType=0);
  /* IE6-9 */
}

.btn-top:hover,
.btn-top:focus {
  background: #5bb9ab;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bb9ab 0%, #2e9381 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #5bb9ab),
      color-stop(98%, #2e9381));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #5bb9ab 0%,
      #2e9381 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #5bb9ab 0%,
      #2e9381 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bb9ab 0%, #2e9381 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bb9ab 0%, #2e9381 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bb9ab', endColorstr='#2e9381', GradientType=0);
  /* IE6-9 */
  outline: none;
  box-shadow: none;
  color: #e0e9b9;
}

.btn-top strong {
  display: inline-flex;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  top: -8px;
  width: 41px;
}

.btn-top .badgeZero {
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  vertical-align: middle;
  border-radius: 10px;
  position: absolute;
  min-width: 10px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  top: 19px;
  background: #98d056;
  color: #388c67;
  left: 26px;
}

.btn-top .badge {
  position: absolute;
  top: 19px;
  background: #d05656;
  color: #ffffff;
  left: 26px;
}

.btn-top1 {
  box-shadow: 1px 1px 2px hsla(210, 65%, 9%, 0.41) inset;
  height: 41px;
  white-space: normal;
  padding: 6px 3px;
  color: #e0e9b9;
  border-radius: 4px;
  border: 1px solid #5aa608;
  margin-bottom: 5px;
  background: #449983;
  /* Old browsers */
  background: -moz-linear-gradient(top, #449983 0%, #1b6750 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #449983),
      color-stop(98%, #1b6750));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #449983 0%,
      #1b6750 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #449983 0%,
      #1b6750 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #449983 0%, #1b6750 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #449983 0%, #1b6750 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449983', endColorstr='#1b6750', GradientType=0);
  /* IE6-9 */
}

.btn-top1:hover,
.btn-top1:focus {
  background: #5bb9ab;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5bb9ab 0%, #2e9381 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #5bb9ab),
      color-stop(98%, #2e9381));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #5bb9ab 0%,
      #2e9381 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #5bb9ab 0%,
      #2e9381 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5bb9ab 0%, #2e9381 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5bb9ab 0%, #2e9381 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bb9ab', endColorstr='#2e9381', GradientType=0);
  /* IE6-9 */
  outline: none;
  box-shadow: none;
  color: #e0e9b9;
}

.btn-top1 strong {
  display: inline-flex;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  top: -8px;
  width: 41px;
}

.btn-top1 .badge {
  position: relative;
  top: 5px;
  background: #98d056;
  color: #388c67;
}

#controlBox .btn-top1 {
  overflow: hidden;
}

.topright-holder {
  background: url(../images/icon_logotype-separator.png) left center no-repeat;
}

.top-separator {
  background: url(../images/icon_logotype-separator.png) right center no-repeat;
  padding-right: 15px;
}

.hright-box .form-group {
  margin-bottom: 2px;
  border: 1px solid #5aa608;
  width: 98%;
  background: #449983;
  /* Old browsers */
  background: -moz-linear-gradient(top, #449983 0%, #1b6750 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #449983),
      color-stop(98%, #1b6750));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #449983 0%,
      #1b6750 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #449983 0%,
      #1b6750 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #449983 0%, #1b6750 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #449983 0%, #1b6750 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449983', endColorstr='#1b6750', GradientType=0);
  /* IE6-9 */
}

.hright-box .styled-select {
  background: url(../images/select-boxarrow.png) no-repeat scroll right center;
  border: 1px solid #1f6352;
  height: 30px;
  overflow: hidden;
  width: 100%;
}

.hright-box .styled-select select {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  height: 30px;
  line-height: 1;
  padding: 5px 24px 5px 5px;
  width: 107%;
  color: #a9d3cf;
  font-size: 12px;
}

.hright-box .styled-select select option {
  color: #378972;
}

.hleft-box {
  width: 422px;
  flex: 1 0 263px;
  padding-left: 6px;
  /* display: flex;
  flex-wrap: wrap; */
}

@media (max-width: 575.98px) {
  .header-container {
    justify-content: center;
    row-gap: 2px;
  }

  .hleft-box {
    flex: 0 0 300px;
  }

  .country-select {
    display: none;
  }
}

.hleft-box .club {
  background: url(../images/icon_clubname.png) left center no-repeat;
  padding: 0 0 0 20px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000000;
}

@media (max-width: 768.98px) {
  .hleft-box-league {
    display: none;
  }
}

.hleft-box-league {
  max-width: 141px;
}

.hleft-box .text-b1 {
  background: #13411e url(../images/bg-top-text.png) right center no-repeat;
  color: #5aa608;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 3px 20px 0 5px;
}

[dir="rtl"] .hleft-box .text-b1 {
  background: #13411e url(../images/bg-top-text-rtl.png) left center no-repeat;
  padding: 3px 5px 0 10px;
}

.hleft-box .text-b1 a {
  color: #5aa608;
  font-size: 12px;
}

.hleft-box .next-m-box {
  max-width: 300px;
  /* flex: 1 0 300px; */
  /* flex-grow: 0; */
}

.hleft-box .next-m {
  background: url(../images/nextmatch.png) left top no-repeat;
  color: #5aa608;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0 5px 0 5px;
  height: 70px;
  border: 1px solid #5aa608;
}

.hleft-box .next-m h4 {
  background: url(../images/icon_nextmatch.png) left center no-repeat;
  color: #96ce55;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin: 2px;
  padding: 2px 0 0 16px;
}

.hleft-box .next-m h5 {
  color: #96ce55;
  font-size: 13px;
  margin: 2px;
  color: #e0e9b9;
  padding: 2px 0 0 37px;
}

.hleft-box .next-m h6 {
  color: #96ce55;
  font-size: 11px;
  margin: 2px;
  color: #e0e9b9;
  padding: 2px 0 0 37px;
}

.nextbutt {
  border: 1px solid #5aa608;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 4px 10px;
  white-space: normal;
  background: #93cd50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #93cd50 0%, #5fa90e 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #93cd50),
      color-stop(98%, #5fa90e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #93cd50 0%,
      #5fa90e 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #93cd50 0%,
      #5fa90e 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #93cd50 0%, #5fa90e 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #93cd50 0%, #5fa90e 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93cd50', endColorstr='#5fa90e', GradientType=0);
  /* IE6-9 */
}

.nextbutt:hover,
.nextbutt:focus {
  background: #93cd50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #93cd50 0%, #5fa90e 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #93cd50),
      color-stop(98%, #5fa90e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #93cd50 0%,
      #5fa90e 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #93cd50 0%,
      #5fa90e 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #93cd50 0%, #5fa90e 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #93cd50 0%, #5fa90e 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93cd50', endColorstr='#5fa90e', GradientType=0);
  /* IE6-9 */
  outline: none;
  box-shadow: none;
  color: #e0e9b9;
}

.playfbutt {
  border: 1px solid #5aa608;
  box-shadow: 1px 1px 0px hsla(210, 65%, 9%, 0.27) inset;
  text-shadow: rgb(224, 224, 224) 1px 1px 0px;
  border-radius: 4px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 16px 20px;
  width: 100%;
  white-space: normal;
  background: #c0e38d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c0e38d 0%, #68b229 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #c0e38d),
      color-stop(98%, #68b229));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #c0e38d 0%,
      #68b229 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #c0e38d 0%,
      #68b229 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c0e38d 0%, #68b229 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c0e38d 0%, #68b229 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e38d', endColorstr='#68b229', GradientType=0);
  /* IE6-9 */
}

.playfbutt:hover,
.playfbutt:focus {
  background: #c0e38d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c0e38d 0%, #68b229 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #c0e38d),
      color-stop(98%, #68b229));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
      #c0e38d 0%,
      #68b229 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
      #c0e38d 0%,
      #68b229 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c0e38d 0%, #68b229 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c0e38d 0%, #68b229 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e38d', endColorstr='#68b229', GradientType=0);
  /* IE6-9 */
  outline: none;
  box-shadow: none;
  color: #e0e9b9;
}

.pad-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pad-l {
  padding-left: 0 !important;
}

.pad-r {
  padding-right: 0 !important;
}

.pad-t {
  padding-top: 0 !important;
}

.pad-b {
  padding-bottom: 0 !important;
}

/***********************
********* Footer ******
************************/
.footer {
  background: none;
  border-top: 0px solid #c52d2f;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #ffffff;
  font-size: 12px;
  margin-top: 15px;
}

#footer {
  padding-bottom: 0px;
  color: #535353;
  border-top: #08637a 0px solid;
}

#footer a {
  color: #dcf27e;
}

#footer a:hover,
#footer li.active a {
  color: #dcf27e;
}

#footer ul {
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0 0 8px 0;
}

#footer ul>li {
  display: block;
  margin-left: 0px;
  text-transform: uppercase;
}

#footer ul>li strong {
  color: #ef7b32;
}

.foot-copy {
  background: none repeat scroll 0 0 #5aa608;
  color: #98d056;
  left: 8%;
  margin: 0 auto;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  top: -44px;
  width: 85%;
}

.foot-copy strong {
  color: #dcf27e;
  text-decoration: none;
  font-weight: bold;
}

.foot-copy a {
  color: #dcf27e;
  text-decoration: none;
  font-weight: bold;
}

.foot-sc {
  bottom: 0px;
  float: right;
  line-height: 17px;
  padding: 8px 10px 8px 0;
  position: absolute;
  right: 0;
  text-align: right;
}

/***********************
********* Footer end ******
************************/

.grouph {
  display: none;
}

/**************/

.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  transition: box-shadow 0.15s ease-in-out;
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 1rem;
  margin: 4px;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:hover {
  color: rgba(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-side-menu i {
  font-size: 24px;
  line-height: 0.75em;
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    margin: 2px 4px 0;
  }

  .right-search {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .right-search .input-group {
    margin-bottom: 0;
    width: 95%;
  }

  .panel.panel-primary4 {
    margin: 10px 0 50px 0;
    width: 100%;
  }

  .panel.panel-primary4>.panel-heading {
    width: 90%;
  }
}

/****************************/

/* OFFCANVASS */

@media (min-width: 992px) {
  .offcanvas {
    visibility: visible !important;
  }

  .offcanvas-header {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .btn-offcanvas-close {
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.55);
  }

  .btn-offcanvas-close:hover {
    color: rgba(255, 255, 255);
  }

  .offcanvas {
    background-clip: padding-box;
    background-color: #0c572de0;
    bottom: 0;
    /* color: #f8f9fa; */
    display: flex;
    flex-direction: column;
    max-width: 90%;
    outline: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1045;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
  }

  .offcanvas-backdrop.fade {
    opacity: 0;
  }

  .offcanvas-backdrop.show {
    opacity: 0.5;
  }

  .offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }

  .offcanvas-header .btn-close {
    margin-bottom: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
    padding: 0.5rem;
  }

  .offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0;
  }

  .offcanvas-title img {
    max-width: 100%;
    width: 180px;
  }

  .offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
    height: calc(100vh - 60px);
  }

  .offcanvas-start {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 320px;
  }

  .offcanvas-end {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 320px;
  }

  .offcanvas-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    top: 0;
    transform: translateY(-100%);
  }

  .offcanvas-bottom,
  .offcanvas-top {
    height: 30vh;
    left: 0;
    max-height: 100%;
    right: 0;
  }

  .offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
  }

  .offcanvas.show {
    transform: none;
  }
}

/*  ****/

.scrollable-y {
  scrollbar-color: var(--bs-gray-900) var(--bs-gray-800);
  scrollbar-width: thin;
}

.scrollable-y::-webkit-scrollbar {
  width: 9px;
}

.scrollable-y::-webkit-scrollbar-track {
  background: none;
}

.scrollable-y::-webkit-scrollbar-thumb {
  background-color: var(--bs-gray-900);
  border: 1px solid var(--bs-gray-800);
  border-radius: 20px;
}

/******* SIDE _FROUM */
.side_forum {
  background: #d7ec7c;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .side_forum {
    width: 100%;
    padding: 7px;
  }
}

@media (min-width: 992px) {
  .side_forum {
    margin-left: -30px;
    margin-top: -15px;
    margin-right: -9px;
    /* width: 252px; */
    padding: 7px;
  }
}

@media (max-width: 767.98px) {
  .main-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.scrollable-container-x,
.panel-body {
  overflow-x: auto;

  scrollbar-width: thin;
  /* "auto" or "thin" */
  scrollbar-color: #5aa608 #e9ecef;
}

/* Works on Chrome, Edge, and Safari */
.scrollable-container-x::-webkit-scrollbar,
.panel-body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.scrollable-container-x::-webkit-scrollbar-track,
.panel-body::-webkit-scrollbar-track {
  background: #e9ecef;
}

.scrollable-container-x::-webkit-scrollbar-thumb,
.panel-body::-webkit-scrollbar-thumb {
  background-color: #5aa608;
  border-radius: 20px;
  border: 1px solid #e9ecef;
}

.navbar {
  border: 0;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
}

.topic-tools>a,
.topic-tools>img {
  margin-left: 0.75rem;
}

@media (max-width: 575.98px) {

  .topic-tools>a,
  .topic-tools>img {
    margin-left: 4px;
  }

  #nav_menu_default {
    display: none;
  }
}

.my-topics {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.my-topics>div {
  padding: 0.25rem;
}

@media (max-width: 767.98px) {
  .my-topics {
    flex-direction: column;
  }
}

#main-slider .immersive_slider .slide {
  width: 97%;
}

@media (max-width: 991.98px) {
  .default-page .panel-primary2 #panel-title {
    font-size: 28px;
  }

  .default-page .panel-primary .panel-heading {
    width: 90%;
  }

  .default-page .panel-primary #panel-title {
    font-size: 20px;
  }

  #main-slider .immersive_slider .carousel-content h1 {
    font-size: 30px;
  }

  .dropdown-menu-langs {
    left: unset;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .default-page .login-container {
    flex-direction: column;
    row-gap: 8px;
    align-items: flex-start;
  }

  .default-page .login-container .loginFB {
    /* margin-right: 6px; */
    margin-left: 0px;
  }

  .default-page .login-container .login-form {
    border-right: 0;
  }

  .default-page .login-container .login-form .form-inline {
    width: 252px;
  }

  .default-page .container {
    width: 540px;
  }

  .default-page .login-container .checkbox label {
    padding-left: 0px;
  }

  .default-page .navbar-brand-pm {
    margin-top: -16px;
  }

  .default-page .panel-primary2 #panel-title {
    font-size: 24px;
  }

  .default-page .container-bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  #main-slider .immersive_slider .carousel-content h1 {
    font-size: 24px;
    padding-left: 10px;
  }

  @media (max-width: 767.98px) {
    #banner_topo {
      display: none;
    }
  }
}

@media (max-width: 575.98px) {
  .default-page .header-bg {
    flex-direction: column;
    align-items: center;
  }

  .default-page .login-container {
    align-items: center;
  }

  .default-page .login-container .login-form {
    padding-right: 0;
  }

  .default-page .container {
    width: 100%;
  }

  .default-page .navbar-brand-pm {
    max-width: 252px;
  }

  #main-slider .immersive_slider .carousel-content h1 {
    font-size: 18px;
  }

  #main-slider .immersive_slider .slider-img {
    width: 180px;
  }

  #main-slider .immersive_slider {
    height: 212px;
  }

  #main-slider .immersive_slider .slide {
    padding: 20px 0 10px;
  }

  #main-slider .immersive_slider .slide-margin {
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .header-bg2 {
    background-size: contain;
  }

  .hleft-box .next-m-box {
    max-width: 100%;
    margin: 0 18px 0 22px;
  }

  .hleft-box .next-m {
    background: url(../images/nextmatch-445.png) left top no-repeat;
  }

  .hleft-box .next-m h5,
  .hleft-box .next-m h6 {
    padding-left: 45px;
  }
}

.custom-hp-heading {
  font-family: "Changa One", cursive;
  font-size: 33px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000000;
  color: #ffffff;
  padding: 0 0 0 65px;
}


.pointer {
  cursor: pointer;
}

/* Favorite phase icons */
i.pm-favorite[data-value=""]:before,
i.pm-favorite[data-value="0"]:before {
  content: "\f006";
}


i.pm-favorite[data-value="1"]:before {
  content: "\f005";
  color: #ff9900;
}

i.pm-fa-pin {
  padding-right: 4px;
}

i.pm-fa-pin[data-value=""],
i.pm-fa-pin[data-value="0"] {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #a0a0a0;
}

i.pm-fa-pin[data-value=""]:before,
i.pm-fa-pin[data-value="0"]:before {
  content: "\f08d";
}

i.pm-fa-pin[data-value="1"]:before {
  content: "\f08d";
  color: #257101;
}

/*********************************
********* UTILS bootstrap 5 ******
**********************************/

/* bs flex */
.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 3rem;
}

/* bs display */

.d-inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

/* bs layout */

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* bs v-align */
.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

/* bs padding */
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

/* bs margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.me-0 {
  margin-bottom: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* bs width */
.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

.w-95 {
  width: 95%;
}

.w-90 {
  width: 90%;
}

/* bs text */
.text-center {
  text-align: center !important;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-dark {
  color: #212529;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.fw-bold {
  font-weight: bold;
}

/* bs buttons */
.btn {
  /* padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; */
  border-radius: 2px;
}

.btn-sm {
  /* padding: 2px 6px;
  font-size: 8pt;
  line-height: normal; */
  border-radius: 2px;
}

.btn-xs {
  padding: 2px 6px;
  font-size: 8pt;
  line-height: normal;
  border-radius: 2px;
}

/* bs table */
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.table.align-middle>tbody>tr>td,
.table.align-middle>tbody>tr>th,
.table.align-middle>tfoot>tr>td,
.table.align-middle>tfoot>tr>th,
.table.align-middle>thead>tr>td,
.table.align-middle>thead>tr>th {
  vertical-align: middle;
}

.table.table-borderless>*>tr>* {
  border: 0;
}

.table.text-center>*>tr>* {
  text-align: center;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #eeeeee;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f9f7ed;
}

.table-hover>tbody>tr:hover {
  background-color: #def67a;
}