@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&display=swap");
* {
  scroll-behavior: smooth;
}

html {
  height: 100%;
  position: relative;
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  background: #fff;
  font-size: 16px;
}

.no-mar-pad {
  margin: 0 !important;
  padding: 0 !important;
}

.no-mar-padright {
  padding-right: 0;
}

.no-mar-padleft {
  padding-left: 0;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2.15rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.4;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

p {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.col-xs-2 {
  background: #00f;
  color: #FFF;
}

.col-half-offset {
  margin-left: 4.166666667%;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

::selection {
  background: #1d4781;
  color: #fff;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
    padding: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

.secGap {
  padding: 80px 0;
}

@media only screen and (max-width: 600px) {
  .secGap {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .col-1-5 {
    width: 20%;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.secTitle {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .secTitle {
    margin-bottom: 30px;
  }
}

.secTitle h1 {
  margin-top: 0;
  color: #000;
  font-weight: 700;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .secTitle h1 {
    margin-bottom: 0px;
  }
}

.secTitle img {
  position: absolute;
  bottom: -20px;
}

.secTitle.pageTit {
  margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  .secTitle.pageTit {
    margin-bottom: 30px;
  }
}

.secTitle.pageTit h1 {
  font-weight: 300;
}

.secTitle.pageTit h1 span {
  font-weight: 700;
}

.btnCov {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .btnCov {
    margin-top: 10px;
  }
}

.btn_more {
  background: transparent;
  color: black;
  border-radius: 0;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: 10px 23px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .btn_more {
    padding: 10px 20px;
    font-weight: 600;
  }
}

.btn_more:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.btn_more:focus {
  color: #fff;
  box-shadow: 0 0 0 0 #000;
}

.form-control:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(0, 0, 0, 0.075);
}

#pagetitleWrap {
  position: relative;
  height: 490px;
}

@media only screen and (max-width: 600px) {
  #pagetitleWrap {
    height: 275px;
  }
}

#pagetitleWrap.general {
  height: 390px;
}

@media only screen and (max-width: 600px) {
  #pagetitleWrap.general {
    height: 275px;
  }
}

#pagetitleWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#pagetitleWrap .pagetitleCov {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: #00000057;
  line-height: 1.6;
  text-shadow: 3px 3px 6px #444;
  position: absolute;
  width: 100%;
  top: 0;
}

#pagetitleWrap .pagetitleCov h1 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.subPageText {
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .subPageText {
    margin-bottom: 20px;
  }
}

.adDivider {
  margin-top: 30px;
}

.adDivider.mediumSize .adImg {
  height: 265px;
}

.adDivider.normalSize .adImg {
  height: 255px;
}

.adDivider.flatSize .adImg {
  height: 185px;
}

.adDivider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.addToCart {
  margin-bottom: -10px;
  transition: 0.5s all ease;
  text-align: center;
}

.addToCart h3 {
  color: #f6f6f6;
  font-weight: 600;
}

.addToCart .view_more {
  background: transparent;
  color: #eea03c;
  margin-top: 15px;
  border: 2px solid #eea03c;
  transition: 0.3s all ease-in;
}

.addToCart .view_more:hover {
  background: #eea03c;
  color: #fff;
  transition: 0.2s all ease-in;
}

.addToCart .qtySelector {
  border: 1px solid #bfbfbf;
  display: flex;
  width: 110px;
  margin: 0 auto;
}

.addToCart .qtySelector .decreaseQty {
  border-right: 1px solid #bfbfbf;
  width: 35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  background: #fff;
}

.addToCart .qtySelector .increaseQty {
  border-left: 1px solid #bfbfbf;
  width: 35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  background: #fff;
}

.addToCart .qtySelector .qtyValue {
  border: none;
  padding: 5px;
  width: 40px;
  height: 100%;
  text-align: center;
}

.addToCart .left a {
  margin-top: 15px;
  font-weight: 600;
}

.addToCart .right {
  text-align: right;
}

.addToCart .right i {
  margin-left: 5px;
}

#topRibbon {
  background: whitesmoke;
  font-size: 0.85em;
}

@media only screen and (max-width: 900px) {
  #topRibbon .row {
    flex-direction: column-reverse;
  }
}

#topRibbon .topContact ul {
  justify-content: left;
}

@media only screen and (max-width: 900px) {
  #topRibbon .topContact ul {
    justify-content: space-between;
  }
}

#topRibbon .topContact ul li {
  margin-left: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 900px) {
  #topRibbon .topContact ul li {
    margin: 0;
  }
}

#topRibbon .topContact ul i {
  margin-right: 5px;
}

#topRibbon .topContact ul a {
  font-weight: 600;
}

#topRibbon .topContact ul a:hover {
  color: #000;
  text-decoration: underline;
}

#topRibbon .login a {
  text-transform: capitalize;
  font-weight: 600;
  background: #eea03c;
  padding: 11px 20px;
}

#topRibbon .login a:hover {
  background: #1d4781;
  color: #fff;
}

@media only screen and (max-width: 900px) {
  #topRibbon .login a {
    margin-left: 0;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 8px 15px;
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 900px) {
  #topRibbon .login {
    margin-top: -3px;
  }
}

@media only screen and (max-width: 900px) {
  #topRibbon .login li {
    margin-left: 0;
  }
}

#topRibbon .rightLinks {
  display: flex;
  justify-content: end;
}

@media only screen and (max-width: 900px) {
  #topRibbon .rightLinks {
    justify-content: space-between;
  }
}

#topRibbon p {
  font-size: 0.95em;
  margin-bottom: 0;
}

#topRibbon p a {
  font-weight: 700;
}

#topRibbon ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  justify-content: end;
}

#topRibbon ul li {
  font-size: 1em;
  list-style: none;
  margin-left: 20px;
  padding: 10px 0;
}

@media only screen and (max-width: 900px) {
  #topRibbon ul li {
    margin-left: 7px;
  }
}

#topRibbon ul li a {
  margin-left: 5px;
  color: #1e1e1e;
}

#topRibbon ul li a:hover {
  color: #eea03c;
}

#topRibbon .dropdown span {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  margin-left: 2px;
}

#topRibbon .dropdown span .num {
  height: 100%;
  width: 100%;
  background: #1d4781;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 0.9em;
}

#topRibbon .dropdown-menu {
  background: whitesmoke;
  min-width: 350px;
  left: auto;
  right: 0;
  color: #000;
  margin-top: 0;
  border-radius: 0;
  border: 0;
  padding: 15px 20px;
  box-shadow: 0 0 4px #b3b3b38f;
  font-size: 0.9em !important;
}

#topRibbon .dropdown-toggle::after {
  display: none;
}

i.fas.fa-phone {
  transform: rotate(104deg);
}

.flex_maintain {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1366px) {
  #navWrap .container {
    max-width: 1260px;
  }
}

.navbar {
  transition: padding 0.9s ease;
  background-color: transparent !important;
  padding: 0;
}

#headerWrap {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  position: relative;
  box-shadow: #0000001c 0px 10px 18px -5px;
  background: #fff;
}

@media only screen and (max-width: 900px) {
  #headerWrap {
    position: absolute;
    width: 100%;
    z-index: 999;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #headerWrap .container {
    max-width: 100%;
  }
}

#headerWrap #navWrap.memberIn .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
}

@media only screen and (max-width: 600px) {
  #headerWrap .navbar {
    padding: 0;
  }
}

#headerWrap.affix {
  background: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  position: fixed;
  top: -150px;
  width: 100%;
  z-index: 999;
}

#headerWrap.affix.show {
  top: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

#headerWrap.affix .nav-link {
  color: #000;
}

#headerWrap.bgChange {
  background: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

#headerWrap.bgChange .nav-link {
  color: #000;
}

.navbar-brand {
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 13px 0;
}

@media only screen and (max-width: 600px) {
  .navbar-brand {
    padding: 9px 0;
  }
}

.navbar-brand span {
  font-size: 0.9em;
  letter-spacing: 2px;
}

.navbar-brand img {
  height: 65px;
}

@media only screen and (max-width: 600px) {
  .navbar-brand img {
    height: 40px;
    padding-left: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .navbar-brand img {
    padding-left: 10px;
  }
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #1d4781;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #336699;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.show {
  color: #1d4781;
}

@media only screen and (max-width: 900px) {
  .navbar-light .navbar-nav .nav-link.show {
    background: #1d4781;
    color: #fff !important;
  }
}

.navbar-light .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #1d4781;
}

@media only screen and (max-width: 900px) {
  .navbar-light .navbar-nav .show > .nav-link {
    background: #1d4781;
    color: #fff !important;
  }
  .navbar-light .navbar-nav .show > .nav-link span::after {
    color: #fff;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
  font-size: 1em;
  text-transform: capitalize;
  font-weight: bold;
  padding: 33px 0;
  margin: 0 1em;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .navbar-light .navbar-nav .nav-link {
    margin: 0 0em;
    color: #000;
    font-size: 1.2em;
  }
}

.navbar-light .navbar-toggler {
  background: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle span::after {
  position: absolute;
  font-weight: 600;
  content: "\f078";
  font-size: 10px;
  font-family: "Font Awesome\ 5 Free";
  color: #000000;
  margin-top: 4px;
  margin-left: 10px;
  display: none;
}

@media only screen and (max-width: 900px) {
  .dropdown-toggle span::after {
    display: initial;
  }
}

.dropdown-toggle:hover::before, .dropdown-toggle.active::before {
  color: #eea03c;
}

.dropdown-toggle i {
  font-size: 11px;
  color: #1d1d1d;
}

.dropdown-menu {
  border-radius: 0;
  border: 0px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  font-size: 0.9em;
  text-transform: capitalize;
}

@media only screen and (max-width: 900px) {
  .dropdown-menu {
    padding: 0;
  }
}

.dropdown-item {
  padding: 0.6rem 1.5rem;
  text-transform: capitalize;
}

@media only screen and (max-width: 900px) {
  .dropdown-item {
    white-space: break-spaces;
  }
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  text-decoration: none;
  background-color: #1d4781;
  color: #fff;
}

.dropdown-item.subMenuActive {
  background-color: #1d4781;
  color: #1c4680;
}

.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 1s ease-in-out;
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.45s ease-in-out;
  background: #000;
}

.animated-icon2 span:nth-child(1) {
  width: 100%;
  top: 0px;
}

.animated-icon2 span:nth-child(4) {
  width: 100%;
  top: 20px;
}

.animated-icon2 span:nth-child(2) {
  top: 10px;
}

.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1023px) {
  .navbar-nav {
    height: 100vh !important;
    overflow-y: scroll;
    padding-top: 10px;
    border-top: 2px solid #eea03c;
    background: whitesmoke;
  }
  .navbar-nav li .dropdown-menu {
    border-bottom: 0px solid #ddd;
    background: transparent;
    font-size: 1rem;
  }
  .navbar-nav .nav-link {
    padding: 10px 15px !important;
  }
}

@media (max-width: 767px) {
  .navbar.affix {
    z-index: 9999999;
  }
  .navbar-toggler {
    border: 0px solid transparent;
  }
  .navbar-brand {
    font-size: 1.2em !important;
  }
  .navbar-brand span {
    font-size: 0.7em !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .navbar-brand {
    font-size: 1.3em;
  }
  .navbar-brand span {
    font-size: 0.755em;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.8em;
  }
}

/*body-fixed*/
html.fixedPosition {
  overflow: hidden;
}

body.fixedPosition {
  overflow: visible;
  height: 100%;
}

/*hamburger-changer-on-click*/
/* Icon 1 */
/* Icon 3*/
.animated-icon2 {
  width: 27px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 1s ease-in-out;
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.45s ease-in-out;
  background: #1d4781;
}

.animated-icon2 span:nth-child(1) {
  width: 100%;
  top: 0px;
}

.animated-icon2 span:nth-child(4) {
  width: 100%;
  top: 20px;
}

.animated-icon2 span:nth-child(2) {
  top: 10px;
}

.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}

@media only screen and (max-width: 900px) {
  .profileHolder {
    display: none !important;
  }
}

.profileHolder .profileInner {
  display: flex;
  justify-content: center;
  position: relative;
}

.profileHolder .profileInner::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #ddd;
  height: 100%;
  left: -15px;
}

.profileHolder .profileInner .profileImage {
  height: 45px;
  width: 45px;
  overflow: hidden;
  border-radius: 50%;
}

.profileHolder .profileInner .profileImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profileHolder .profileInner .profileInfo {
  margin-left: 10px;
}

.profileHolder .profileInner .profileInfo h3 {
  margin: 0;
  margin-top: 5px;
  font-size: 1.025em;
  font-weight: 500;
  letter-spacing: 0;
}

.profileHolder .profileInner .profileInfo p {
  margin-bottom: 0;
  font-size: 0.8em;
}

@media only screen and (max-width: 600px) {
  .navbar-brand {
    margin-right: 0rem;
  }
}

.profileHolderMob {
  display: none;
  flex: 1;
}

@media only screen and (max-width: 900px) {
  .profileHolderMob {
    display: block;
  }
}

.profileHolderMob .dropdown-menu {
  left: 15px;
  margin-top: 2px;
}

.profileHolderMob .dropdown-item {
  font-size: 0.8em;
  padding: 10px 20px;
}

.profileHolderMob .nav-link {
  display: block;
  padding: 5px 0;
  padding-top: 8px;
}

.profileHolderMob .profileInner {
  display: flex;
  justify-content: left;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
}

.profileHolderMob .profileInner .profileImage {
  height: 38px;
  width: 38px;
  overflow: hidden;
  border-radius: 50%;
}

.profileHolderMob .profileInner .profileImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profileHolderMob .profileInner .profileInfo {
  margin-left: 10px;
}

.profileHolderMob .profileInner .profileInfo h3 {
  margin: 0;
  margin-top: 2px;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0;
}

.profileHolderMob .profileInner .profileInfo p {
  margin-bottom: 0;
  font-size: 0.95em;
}

@media (min-width: 768px) {
  #navWrap .dropdown:hover .dropdown-menu {
    min-width: 350px;
    padding: 0;
    padding-top: 1px;
    max-width: 450px;
  }
  #navWrap .dropdown:hover .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  #navWrap .dropdown:hover .dropdown-menu li a {
    word-wrap: break-word;
    white-space: normal;
  }
}

.dropdown-item {
  padding: 0.6rem 1.5rem;
  text-transform: capitalize;
  font-weight: 500;
}

#signUpModalCov,
#signInModalCov {
  /*left right modal*/
  /*.modal.left_modal  {
            pointer-events: none;
            background: transparent;
        }*/
  /*Left*/
  /*Right*/
  /* ----- MODAL STYLE ----- */
}

#signUpModalCov .close,
#signInModalCov .close {
  font-weight: 400;
  color: #000;
  opacity: 1;
  font-size: 1.7rem;
}

#signUpModalCov .close:hover,
#signInModalCov .close:hover {
  color: #1d4781;
}

@media only screen and (max-width: 600px) {
  #signUpModalCov .close span,
  #signInModalCov .close span {
    font-weight: 700;
    font-size: 1.1em;
  }
}

#signUpModalCov .modal.left_modal,
#signUpModalCov .modal.right_modal,
#signInModalCov .modal.left_modal,
#signInModalCov .modal.right_modal {
  position: fixed;
  z-index: 99999;
  background: #0000009c;
}

#signUpModalCov .modal.left_modal .modal-dialog,
#signUpModalCov .modal.right_modal .modal-dialog,
#signInModalCov .modal.left_modal .modal-dialog,
#signInModalCov .modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

@media only screen and (max-width: 600px) {
  #signUpModalCov .modal.left_modal .modal-dialog,
  #signUpModalCov .modal.right_modal .modal-dialog,
  #signInModalCov .modal.left_modal .modal-dialog,
  #signInModalCov .modal.right_modal .modal-dialog {
    width: 100%;
  }
}

#signUpModalCov .modal-dialog,
#signInModalCov .modal-dialog {
  /* max-width: 100%; */
  margin: 1.75rem auto;
}

@media (min-width: 576px) {
  #signUpModalCov .left_modal .modal-dialog,
  #signInModalCov .left_modal .modal-dialog {
    max-width: 100%;
  }
  #signUpModalCov .right_modal .modal-dialog,
  #signInModalCov .right_modal .modal-dialog {
    max-width: 100%;
  }
}

#signUpModalCov .modal.left_modal .modal-content,
#signUpModalCov .modal.right_modal .modal-content,
#signInModalCov .modal.left_modal .modal-content,
#signInModalCov .modal.right_modal .modal-content {
  /*overflow-y: auto;
            overflow-x: hidden;*/
  height: 100vh !important;
}

#signUpModalCov .modal.left_modal .modal-body,
#signUpModalCov .modal.right_modal .modal-body,
#signInModalCov .modal.left_modal .modal-body,
#signInModalCov .modal.right_modal .modal-body {
  padding: 15px 15px 30px;
}

#signUpModalCov .modal-backdrop,
#signInModalCov .modal-backdrop {
  display: none;
}

#signUpModalCov .modal.left_modal.fade .modal-dialog,
#signInModalCov .modal.left_modal.fade .modal-dialog {
  left: -50%;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

#signUpModalCov .modal.left_modal.fade.show .modal-dialog,
#signInModalCov .modal.left_modal.fade.show .modal-dialog {
  left: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

#signUpModalCov .modal.right_modal.fade .modal-dialog,
#signInModalCov .modal.right_modal.fade .modal-dialog {
  right: -50%;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

#signUpModalCov .modal.right_modal.fade.show .modal-dialog,
#signInModalCov .modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

#signUpModalCov .modal-content,
#signInModalCov .modal-content {
  border-radius: 0;
  border: none;
}

#signUpModalCov .modal-header,
#signInModalCov .modal-header {
  display: inline-block;
  text-align: center;
  padding: 10px;
  padding-bottom: 2px;
}

#signUpModalCov .modal-header img,
#signInModalCov .modal-header img {
  height: 57px;
  margin-bottom: 15px;
}

#signUpModalCov .modal-header .close,
#signInModalCov .modal-header .close {
  margin: -1rem -0.5rem -1rem auto;
}

#signUpModalCov .modal-header.left_modal,
#signUpModalCov .modal-header.right_modal,
#signInModalCov .modal-header.left_modal,
#signInModalCov .modal-header.right_modal {
  padding: 10px 15px;
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

#signUpModalCov .modal_outer .modal-body,
#signInModalCov .modal_outer .modal-body {
  /*height:90%;*/
  overflow-y: auto;
  overflow-x: hidden;
  height: 91vh;
}

#signUpModalCov .innerBOdy,
#signInModalCov .innerBOdy {
  padding: 5px;
}

#signUpModalCov .innerBOdy .formLower,
#signInModalCov .innerBOdy .formLower {
  font-size: 0.9em;
  color: #847b7b;
}

#signUpModalCov .innerBOdy h2,
#signInModalCov .innerBOdy h2 {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: 400;
}

#signUpModalCov .innerBOdy h2 span,
#signInModalCov .innerBOdy h2 span {
  font-weight: 700;
}

#signUpModalCov .innerBOdy a,
#signInModalCov .innerBOdy a {
  color: #255182;
}

#signUpModalCov .innerBOdy a:hover,
#signInModalCov .innerBOdy a:hover {
  text-decoration: underline;
}

#signUpModalCov .innerBOdy .form-control,
#signInModalCov .innerBOdy .form-control {
  height: 45px;
  font-size: 1em;
}

@media only screen and (max-width: 600px) {
  #signUpModalCov .innerBOdy .form-control,
  #signInModalCov .innerBOdy .form-control {
    height: 40px;
  }
}

#signUpModalCov .innerBOdy .feildWrap,
#signInModalCov .innerBOdy .feildWrap {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #signUpModalCov .innerBOdy .feildWrap,
  #signInModalCov .innerBOdy .feildWrap {
    margin-bottom: 15px;
  }
}

#signUpModalCov .innerBOdy .rem,
#signInModalCov .innerBOdy .rem {
  display: flex;
}

#signUpModalCov .innerBOdy .rem label,
#signInModalCov .innerBOdy .rem label {
  font-size: 0.9em;
  margin-bottom: 0;
}

#signUpModalCov .innerBOdy .btn-primary,
#signInModalCov .innerBOdy .btn-primary {
  width: 100%;
  padding: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background: #eea03c;
  border-color: #eea03c;
}

@media only screen and (max-width: 600px) {
  #signUpModalCov .innerBOdy .btn-primary,
  #signInModalCov .innerBOdy .btn-primary {
    padding: 10px;
  }
}

#signUpModalCov .innerBOdy .btn-primary:hover,
#signInModalCov .innerBOdy .btn-primary:hover {
  background: #eb901b;
  border-color: #eb901b;
}

@media only screen and (max-width: 600px) {
  #signUpModalCov .innerBOdy .form-check-input,
  #signInModalCov .innerBOdy .form-check-input {
    margin-top: 0.2rem;
  }
}

.nav_signin {
  background: #1d4781;
  border: 1px solid #1d4781;
  padding: 9px 30px !important;
  color: #fff !important;
  border-radius: 25px;
  font-weight: 400;
  margin: 0 5px !important;
  height: 45px !important;
}

@media only screen and (max-width: 900px) {
  .nav_signin {
    margin: 0 15px !important;
    padding: 9px 30px !important;
    text-align: center;
    font-size: 1em !important;
    text-transform: capitalize !important;
    display: inline-block !important;
  }
}

.nav_signin::after {
  display: none;
}

.nav_signin:hover {
  background: #163764;
  color: #fff;
}

.nav_signup {
  background: transparent;
  border: 1px solid #1d4781 !important;
  padding: 9px 30px !important;
  color: #1d4781 !important;
  border-radius: 25px;
  font-weight: 400;
  margin: 0 5px !important;
  height: 45px !important;
}

@media only screen and (max-width: 900px) {
  .nav_signup {
    margin: 0 15px !important;
    padding: 9px 30px !important;
    text-align: center;
    font-size: 1em !important;
    text-transform: capitalize !important;
    display: inline-block !important;
  }
}

.nav_signup::after {
  display: none;
}

.nav_signup:hover {
  background: #1d4781;
  color: #fff !important;
}

@media only screen and (max-width: 900px) {
  .submenu .dropdown-item {
    padding-left: 40px !important;
  }
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu.dropdown-menu {
    padding-top: 0 !important;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #1d4781;
    color: #fff !important;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

#Marquee_Items .bn-label {
  position: absolute;
  background: #1c4680;
  z-index: 1;
  padding: 1rem 1rem 1rem 1rem;
  color: white;
  display: block;
  letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
  #Marquee_Items .bn-label {
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    display: none;
    letter-spacing: 0px;
  }
}

#Marquee_Items .marquee {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  background: none;
  /* border: none; */
  border-style: solid;
  border-color: #1c4680;
  box-shadow: none;
  border-right: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #Marquee_Items .marquee {
    margin-top: 6rem;
    margin-bottom: -6rem;
  }
}

#Marquee_Items .marquee:hover .marquee__inner, #Marquee_Items .marquee:focus .marquee__inner {
  animation-play-state: paused;
}

#Marquee_Items .marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 15s linear infinite;
  font-size: 1em;
  white-space: nowrap;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}

#Marquee_Items .marquee span {
  font-size: 1em;
  white-space: nowrap;
  padding-left: 1rem;
}

#Marquee_Items .marquee span:hover {
  color: #1c4680;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

@media only screen and (max-width: 600px) {
  #Marquee_Items {
    margin-top: 66px;
    margin-bottom: -54px;
  }
}

#homeBannerCover {
  background-color: #eaeaea;
  height: calc(100vh - 42px);
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #homeBannerCover {
    height: 300px;
  }
}

#homeBannerCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
  position: absolute;
}

#homeBannerCover #homeBanner .row {
  justify-content: center;
}

#homeBannerCover .bannerContent {
  margin-bottom: 100px;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #homeBannerCover .bannerContent {
    margin-bottom: 20px;
    padding: 0 30px;
  }
}

#homeBannerCover .bannerContent h2,
#homeBannerCover .bannerContent h3 {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #homeBannerCover .bannerContent h2,
  #homeBannerCover .bannerContent h3 {
    display: none;
  }
}

#homeBannerCover .bannerContent .middleContent .searchCov {
  background: white;
  padding: 5px;
  border-radius: 6px;
}

#homeBannerCover .bannerContent .middleContent .searchCov .form-control {
  border: 0;
}

@media only screen and (max-width: 600px) {
  #homeBannerCover .bannerContent .middleContent .searchCov .form-control {
    height: 40px;
  }
}

#homeBannerCover .bannerContent .middleContent .searchCov .btn-success {
  background: #1d4781;
  border-color: #1d4781;
  padding: 10px 25px;
}

@media only screen and (max-width: 600px) {
  #homeBannerCover .bannerContent .middleContent .searchCov .btn-success {
    padding: 8px 15px;
  }
}

#welcomeWrap p {
  font-weight: 500;
}

#welcomeWrap h1 {
  font-weight: 500;
  margin-bottom: 20px;
}

#welcomeWrap h1 span {
  font-weight: 700;
}

#dg_Wrap {
  background: whitesmoke;
}

#dg_Wrap .secTitle {
  text-align: left;
  margin-bottom: 20px;
}

#dg_Wrap .dgContent {
  position: relative;
  padding-left: 45px;
  padding-bottom: 15px;
  margin-top: 40px;
}

#dg_Wrap .dgContent img {
  position: absolute;
  height: 25px;
  transform: rotate(180deg);
  left: 0px;
  top: -8px;
}

#dg_Wrap .dgContent p {
  font-weight: 500;
  color: #767676;
}

#dg_Wrap .dg_photo {
  margin-top: -205px;
  padding: 10px;
  background: whitesmoke;
  height: 430px;
  margin-left: 50px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #dg_Wrap .dg_photo {
    margin-top: 0;
    height: 335px;
    margin-left: 35px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dg_Wrap .dg_photo {
    margin-top: 0;
    margin-left: 32px;
  }
}

#dg_Wrap .dg_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#dg_Wrap .dg_photo .dgInfo {
  position: absolute;
  bottom: -17px;
  left: -55px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #dg_Wrap .dg_photo .dgInfo {
    left: -40px;
  }
}

#dg_Wrap .dg_photo .dgInfo .dgCov {
  display: inline-block;
  background: whitesmoke;
  padding: 20px;
  padding-right: 25px;
}

#dg_Wrap .dg_photo .dgInfo h4 {
  margin-top: 0;
  margin-bottom: 4px;
  color: #870000;
  display: flex;
}

#dg_Wrap .dg_photo .dgInfo h4 span {
  margin-right: 5px;
}

#dg_Wrap .dg_photo .dgInfo h5 {
  margin: 0;
}

#blogWrap.upComing .eventBox .eventInfo .dateCov .date {
  width: 75px;
  height: 75px;
  line-height: 1.15;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  #blogWrap.upComing .eventBox .eventInfo .dateCov .date {
    width: 65px;
    height: 65px;
  }
}

#blogWrap.upComing .eventBox .eventInfo .eventTopic {
  padding: 0 20px;
}

@media only screen and (max-width: 600px) {
  #blogWrap.upComing .secTitle {
    margin-bottom: 15px;
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  #blogWrap .secTitle {
    margin-bottom: 25px;
    text-align: center;
  }
}

#blogWrap .swiper {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  position: unset !important;
}

#blogWrap .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  width: 352px;
  flex-shrink: 0;
  height: 100%;
  max-height: 100%;
  margin-right: 30px;
}

#blogWrap .swiper-slide .eventImage {
  position: relative;
}

#blogWrap .swiper-slide .eventImage .clubTop {
  position: absolute;
  top: 0;
  right: 0;
}

#blogWrap .swiper-slide .eventImage .clubTop h4 {
  margin: 0;
  padding: 8px 15px;
  background: #1d4781;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

#blogWrap .swiper-slide .eventInfo {
  background: whitesmoke;
  margin-top: 0 !important;
  padding: 15px;
}

@media only screen and (max-width: 600px) {
  #blogWrap .swiper-slide .eventInfo {
    padding: 15px;
  }
}

#blogWrap .swiper-button-next:after {
  content: 'next';
  display: none;
}

#blogWrap .swiper-button-prev:after {
  content: 'next';
  display: none;
}

#blogWrap .swiper-button-prev {
  top: 50%;
  bottom: auto;
  left: -7px;
  background-image: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #f5f5f5;
  color: #1d4781;
  background: #f8f9fa;
  box-shadow: 0 0 5px #b5b5b5;
}

@media only screen and (max-width: 600px) {
  #blogWrap .swiper-button-prev {
    left: 0;
    width: 33px;
    height: 33px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #blogWrap .swiper-button-prev {
    left: 0px;
  }
}

#blogWrap .swiper-button-next {
  top: 50%;
  bottom: auto;
  right: -7px;
  left: auto;
  background-image: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #f5f5f5;
  color: #1d4781;
  background: #f8f9fa;
  box-shadow: 0 0 5px #b5b5b5;
}

@media only screen and (max-width: 600px) {
  #blogWrap .swiper-button-next {
    right: 0px;
    width: 33px;
    height: 33px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #blogWrap .swiper-button-next {
    right: 0px;
  }
}

#blogWrap .evenCov {
  width: 100%;
}

#blogWrap .eventBox:hover .eventImage img {
  transform: scale(1.05);
  transition: 0.3s all ease-in;
}

#blogWrap .eventBox .eventImage {
  height: 235px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #blogWrap .eventBox .eventImage {
    height: 215px;
  }
}

#blogWrap .eventBox .eventImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.3s all ease-in;
}

#blogWrap .eventBox .eventInfo {
  margin-top: 15px;
  display: flex;
}

#blogWrap .eventBox .eventInfo .dateCov .date {
  background: #1d4781;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  line-height: 1.05;
}

#blogWrap .eventBox .eventInfo .dateCov .date span {
  font-weight: 600;
}

#blogWrap .eventBox .eventInfo .eventTopic {
  flex: 1;
}

#blogWrap .eventBox .eventInfo .eventTopic h3 {
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  #blogWrap .eventBox .eventInfo .eventTopic h3 {
    margin-bottom: 0;
  }
}

#blogWrap .eventBox .eventInfo .eventTopic h5 {
  font-weight: bold;
}

#blogWrap .eventBox .eventInfo .eventTopic h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
}

@media only screen and (max-width: 600px) {
  #blogWrap .eventBox .eventInfo .eventTopic h4 {
    margin-bottom: 4px;
  }
}

#blogWrap .eventBox .eventInfo .eventTopic ul {
  padding-left: 0;
}

#blogWrap .eventBox .eventInfo .eventTopic ul li {
  list-style: none;
  line-height: 1.8;
  font-weight: 600;
  color: #79797c;
  display: flex;
  line-height: 1.3;
  margin-bottom: 6px;
}

#blogWrap .eventBox .eventInfo .eventTopic ul li i {
  margin-right: 6px;
  color: #eea03c;
  margin-top: 3px;
}

#blogWrap .view-Calender {
  margin-top: 2rem;
  margin-left: 43%;
  background: transparent;
  color: black;
  border-radius: 0;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: 10px 23px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  #blogWrap .view-Calender {
    margin-left: 23%;
  }
}

#blogWrap .view-Calender:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

#featureWrap {
  background: whitesmoke;
}

#featureWrap.collection .productCov {
  margin-bottom: 30px;
}

#featureWrap.collection .featureTopic {
  margin-bottom: 0px;
}

#featureWrap.collection .featureTopic .secTitle h1 {
  margin-bottom: 20px;
  border-left: 4px solid #eea03c;
  padding-left: 10px;
}

#featureWrap .swiper {
  width: 100%;
  height: 100%;
  padding-top: 110px;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}

#featureWrap .featureTopic {
  margin-bottom: -90px;
  position: relative;
  z-index: 2;
}

#featureWrap .swiper-wrapper {
  max-height: 100%;
  height: 100%t;
  display: flex;
}

#featureWrap .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  flex-shrink: 0;
  height: 100%;
  max-height: 100%;
  margin-right: 30px;
}

#featureWrap .swiper-slide img {
  display: block;
  object-fit: contain;
}

#featureWrap .swiper-button-next:after {
  content: 'next';
  display: none;
}

#featureWrap .swiper-button-prev:after {
  content: 'next';
  display: none;
}

#featureWrap .swiper-button-prev {
  top: 50px;
  bottom: auto;
  right: 50px;
  left: auto;
  background-image: none;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #eea03c;
  color: #eea03c;
}

#featureWrap .swiper-button-prev:hover {
  border: 2px solid #747373;
}

#featureWrap .swiper-button-prev:hover i {
  color: #747373;
}

#featureWrap .swiper-button-next {
  top: 50px;
  bottom: auto;
  right: 0;
  left: auto;
  background-image: none;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #eea03c;
  color: #eea03c;
}

@media only screen and (max-width: 600px) {
  #featureWrap .swiper-button-next {
    left: 60px;
  }
}

#featureWrap .swiper-button-next:hover {
  border: 2px solid #4c4c4c;
}

#featureWrap .swiper-button-next:hover i {
  color: #4c4c4c;
}

#featureWrap .product {
  transition: box-shadow .4s;
  position: relative;
  transition: 0.5s all ease;
  width: 100%;
  background: #fff;
  height: 100%;
}

#featureWrap .product:hover {
  transition: 0.5s all ease;
}

#featureWrap .product:hover .highLightCov {
  background-color: white;
  transition: background-color 0s ease;
}

#featureWrap .product:hover .productImage .firstProductImage img {
  transform: scale(1.1);
  transition: 0.5s all ease;
}

#featureWrap .product .highLightCov {
  padding: 15px;
  padding-bottom: 30px;
  transition: background-color 0.5s ease;
}

#featureWrap .product .productImage {
  height: 270px;
  position: relative;
  overflow: hidden;
}

#featureWrap .product .productImage .firstProductImage {
  height: 100%;
  width: 100%;
}

#featureWrap .product .productImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.5s all ease;
}

#featureWrap .product .productHighlight {
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: -44px;
  transition: 0.5s all ease;
  text-align: center;
}

#featureWrap .product .productHighlight .product_cat small {
  color: #4e4e4e;
}

#featureWrap .product .productHighlight .productName {
  margin-bottom: 10px;
}

#featureWrap .product .productHighlight .productName h3 {
  color: #000;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 500;
}

#featureWrap .product .productHighlight .productName .price {
  color: #1d4781;
}

#featureWrap .product .productHighlight .productName .price s {
  color: #b50000;
  margin-left: 10px;
}

#sectionDivider {
  display: block;
  height: 400px;
}

@media only screen and (max-width: 600px) {
  #sectionDivider {
    display: none;
    height: 265px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #sectionDivider {
    display: none;
  }
}

#sectionDivider.gmlWrap {
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #sectionDivider.gmlWrap {
    height: auto;
  }
}

#sectionDivider.gmlWrap .gmlContent {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  #sectionDivider.gmlWrap .gmlContent {
    margin-top: 60px;
  }
}

#sectionDivider.gmlWrap .gmlContent p {
  margin-bottom: 0;
}

#sectionDivider.gmlWrap .dividerBg h1 {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  margin: 0;
  padding: 20px 25px;
  border-bottom-right-radius: 35px;
  color: #1d4781;
}

@media only screen and (max-width: 600px) {
  #sectionDivider.gmlWrap .dividerBg h1 {
    padding: 13px 20px;
    border-bottom-right-radius: 25px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #sectionDivider.gmlWrap .dividerBg h1 {
    padding: 20px 25px;
  }
}

#sectionDivider.gmlWrap .gmlMonths {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  #sectionDivider.gmlWrap .gmlMonths {
    margin-top: 30px;
  }
}

#sectionDivider.gmlWrap .gmlMonths .btn_month {
  background: #f8f9fa;
  text-transform: uppercase;
  color: #1d4781;
  border: 0;
  border-radius: 0;
  padding: 10px 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin: 0 7px;
  margin-bottom: 14px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 600px) {
  #sectionDivider.gmlWrap .gmlMonths .btn_month {
    padding: 10px 25px;
  }
}

#sectionDivider.gmlWrap .gmlMonths .btn_month:hover {
  background: #eea03c;
  color: #fff;
}

#sectionDivider .dividerBg {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background: #0000005e;
}

#sectionDivider .dividerBg h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

#sectionDivider .dividerBg h1 span {
  font-weight: 700;
  color: #f7b23d;
}

#sectionDivider .dividerBg h3 {
  text-transform: uppercase;
  color: #fff;
}

#sectionDivider .dividerBg h3 span {
  color: #f7b23d;
  font-weight: 700;
  letter-spacing: 1px;
}

#mobile_message_sectionDivider {
  display: none;
}

@media only screen and (max-width: 600px) {
  #mobile_message_sectionDivider {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mobile_message_sectionDivider {
    display: block;
  }
}

#offerWrap {
  background: #fff;
}

#offerWrap.secGap {
  padding: 90px 0;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  #offerWrap.secGap {
    padding: 40px 0;
    margin: 0;
  }
}

#offerWrap .offer.middle {
  position: relative;
}

#offerWrap .offer.middle .offerProduct {
  height: 373px;
}

#offerWrap .offer.middle .offterContentCov {
  position: absolute;
  top: 0;
  height: 100%;
  background: #000000ba;
  padding: 25px;
}

#offerWrap .offer.middle .offterContentCov .offerContent {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  border: 1px solid #ffffff91;
  color: #fff;
}

#offerWrap .offer.middle .offterContentCov .offerContent h3 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 5px;
}

#offerWrap .offer.middle .offterContentCov .offerContent h4 {
  text-transform: uppercase;
  color: #fff;
}

#offerWrap .offer.middle .offterContentCov .offerContent p {
  color: #fff;
  margin-bottom: 15px;
}

#offerWrap .offer.middle .offterContentCov .offerContent .btn_more {
  border: 2px solid #f7b23d;
  background: #f7b23d;
  color: #000;
  padding: 5px 16px;
}

#offerWrap .offer .offerProduct {
  height: 255px;
}

#offerWrap .offer .offerProduct img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#offerWrap .offer .offerContent {
  background: #fff;
  margin: 0 30px;
  margin-top: -35px;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 15px;
  padding-bottom: 0;
}

#offerWrap .offer .offerContent .btn_more {
  border: 2px solid #000;
  background: transparent;
  color: #000;
  padding: 8px 20px;
  border-radius: 0;
}

#offerWrap .offer .offerContent h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}

#offerWrap .offer .offerContent p {
  line-height: 1.3;
  color: #585858;
}

#topBrands {
  background: #fff;
  padding: 90px 0;
  margin: 0;
}

#topBrands .secTitle {
  text-align: center;
}

#topBrands .secTitle h1 {
  color: #eea03c;
}

#topBrands .secTitle h1::before {
  position: absolute;
  width: 10%;
  height: 3px;
  content: "";
  border-top: 2px solid #eea03c;
  margin-top: 0.5em;
  margin-left: -11%;
}

#topBrands .secTitle h1::after {
  position: absolute;
  width: 10%;
  height: 3px;
  content: "";
  border-top: 2px solid #eea03c;
  margin-top: 0.5em;
  margin-left: 1%;
}

#topBrands .secTitle h1 span {
  text-transform: uppercase;
  padding: 7px 25px;
  color: #eea03c;
  text-shadow: 0 0 0;
  border: 2px solid #eea03c;
}

#topBrands .brandBox {
  display: flex;
  filter: grayscale(1);
  justify-content: center;
  margin-bottom: 15px;
}

#topBrands .brandBox:hover {
  filter: grayscale(0);
}

#topBrands .brandBox .brandLogo img {
  height: 107px;
  margin-bottom: 15px;
}

#rotary_club_matter_home {
  padding: 80px;
}

#rotary_club_matter_home h1 {
  font-weight: bold;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home h1 {
    margin-bottom: 0px;
    margin-top: 2rem;
  }
}

#rotary_club_matter_home .view-resource {
  margin-top: 2rem;
  margin-left: 43%;
  background: transparent;
  color: black;
  border-radius: 0;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: 10px 23px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .view-resource {
    margin-left: 23%;
    margin-bottom: 3rem;
  }
}

#rotary_club_matter_home .view-resource:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

#rotary_club_matter_home .news-banner-left {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}

#rotary_club_matter_home .news-banner-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

#rotary_club_matter_home .news-banner-left img:hover {
  transform: scale(1.099);
  -webkit-transition: all 0.5s ease-in;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-banner-left img {
    height: auto;
    margin-bottom: 1rem;
  }
}

#rotary_club_matter_home .news-banner-left .title-mvp {
  position: absolute;
  top: 87.5%;
  width: 100%;
}

#rotary_club_matter_home .news-banner-left .title-mvp .card-media-object-tag {
  background-color: #1d4781;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  padding: 13px 28px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-banner-left .title-mvp .card-media-object-tag {
    margin-left: 0px;
    margin-right: 3px;
  }
}

#rotary_club_matter_home .news-banner-left .title-mvp h3 {
  color: whitesmoke;
  font-weight: 600;
  padding-left: 1rem;
  margin-bottom: 3px;
  cursor: pointer;
}

#rotary_club_matter_home .news-banner-left .title-mvp p {
  margin-top: 0px;
  cursor: pointer;
  padding-left: 1rem;
  margin-bottom: -6px;
}

#rotary_club_matter_home .news-banner-left .title-mvp .tag {
  margin-left: 11px;
  margin-top: -4px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-banner-left .title-mvp {
    position: absolute;
    top: 79%;
    height: 42%;
  }
  #rotary_club_matter_home .news-banner-left .title-mvp h3 {
    margin-bottom: 1px;
    margin-top: 8px;
    padding: 0px;
  }
  #rotary_club_matter_home .news-banner-left .title-mvp p {
    margin-top: 2px;
    padding: 0px;
    margin-bottom: 2px;
  }
  #rotary_club_matter_home .news-banner-left .title-mvp .tag {
    margin: 0px;
  }
  #rotary_club_matter_home .news-banner-left .title-mvp .card-media-object-tag {
    margin: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #rotary_club_matter_home .news-banner-left .title-mvp {
    top: 79.5%;
  }
}

#rotary_club_matter_home .news-banner-right {
  position: relative;
  overflow: hidden;
  display: inline-block;
  overflow: hidden !important;
  width: 100%;
}

#rotary_club_matter_home .news-banner-right .card-media-object-tag {
  background-color: #1d4781;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  padding: 13px 30px 13px 7px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-banner-right .card-media-object-tag {
    margin-left: 0px;
    margin-right: 3px;
  }
}

#rotary_club_matter_home .news-banner-right .news-banner-right-img {
  height: 250px !important;
  object-fit: cover;
  filter: brightness(0.7);
  margin-top: 1.5rem;
}

#rotary_club_matter_home .news-banner-right .news-banner-right-img:hover {
  transform: scale(1.099);
  -webkit-transition: all 0.5s ease-in;
}

#rotary_club_matter_home .news-banner-right .title-mvp-right {
  position: absolute;
  top: 75%;
  width: 100%;
}

#rotary_club_matter_home .news-banner-right .title-mvp-right h3 {
  color: whitesmoke;
  font-weight: 600;
  padding-left: 1rem;
  margin-bottom: 1px;
  cursor: pointer;
}

#rotary_club_matter_home .news-banner-right .title-mvp-right p {
  margin-top: 0px;
  cursor: pointer;
  padding-left: 1rem;
  margin-bottom: -6px;
}

#rotary_club_matter_home .news-banner-right .title-mvp-right .tag {
  margin-left: 11px;
  margin-top: -4px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-banner-right .title-mvp-right .tag {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-banner-right .title-mvp-right {
    position: absolute;
    top: 79%;
    height: 40%;
  }
  #rotary_club_matter_home .news-banner-right .title-mvp-right h3 {
    margin-bottom: 1px;
    padding: 0px;
  }
  #rotary_club_matter_home .news-banner-right .title-mvp-right p {
    margin-top: 2px;
    padding: 0px;
    margin-bottom: 2px;
  }
}

#rotary_club_matter_home .news-sub-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#rotary_club_matter_home .news-sub-banner .card-media-object-tag {
  background-color: #1d4781;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  padding: 13px 28px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-sub-banner .card-media-object-tag {
    margin-left: 0px;
    margin-right: 3px;
  }
}

#rotary_club_matter_home .news-sub-banner img {
  filter: brightness(0.7);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rotary_club_matter_home .news-sub-banner img:hover {
  transform: scale(1.099);
  -webkit-transition: all 0.5s ease-in;
}

#rotary_club_matter_home .news-sub-banner .title-mvp-right-sub {
  position: absolute;
  top: 68%;
  height: 23%;
}

#rotary_club_matter_home .news-sub-banner .title-mvp-right-sub h4 {
  color: whitesmoke;
  font-weight: 600;
  padding-left: 0rem;
  margin-bottom: 1px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-sub-banner .title-mvp-right-sub h4 {
    margin-bottom: 1px;
    padding: 0px;
  }
}

#rotary_club_matter_home .news-sub-banner .title-mvp-right-sub p {
  margin-top: 0px;
  cursor: pointer;
  padding-left: 1rem;
  margin-bottom: -6px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-sub-banner .title-mvp-right-sub p {
    margin-top: 2px;
    padding: 0px;
    margin-bottom: 2px;
  }
}

#rotary_club_matter_home .news-sub-banner .title-mvp-right-sub .tag {
  margin-left: 11px;
  margin-top: -4px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-sub-banner .title-mvp-right-sub .tag {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-sub-banner .title-mvp-right-sub {
    margin-bottom: 1rem;
    height: 43%;
  }
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home .news-sub-banner {
    position: relative;
    margin-top: 1rem;
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter_home {
    padding: 0px;
  }
}

#mainSlider {
  position: relative;
}

#mainSlider #homeBannerCover {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  background: transparent;
}

#mainSlider .container-fluid {
  overflow: hidden;
  padding: 0px;
}

#mainSlider .carousel-indicators {
  bottom: 0;
  display: none;
}

#mainSlider .carousel-control-next,
#mainSlider .carousel-control-prev {
  display: flex;
  width: 10%;
  bottom: 5rem;
}

#mainSlider .carousel-control-next i,
#mainSlider .carousel-control-prev i {
  font-size: 1.7em;
}

@media only screen and (max-width: 600px) {
  #mainSlider .carousel-control-next,
  #mainSlider .carousel-control-prev {
    top: 8rem;
  }
}

#mainSlider .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

#mainSlider .carousel-fade .carousel-item.active {
  opacity: 1;
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-fade .carousel-item-next.carousel-item-left {
  opacity: 1;
}

#mainSlider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

#mainSlider .carousel-fade .active.carousel-item-left {
  opacity: 0;
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

#mainSlider .carousel-fade .carousel-item-next {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-fade .carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-control.right,
#mainSlider .carousel-control.left {
  background-image: none;
}

#mainSlider h1 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 15px 0;
}

@media only screen and (max-width: 600px) {
  #mainSlider h1 {
    display: none;
  }
}

#mainSlider .productName {
  color: #1d4781;
  font-size: 3.4em;
}

#mainSlider .animated {
  animation-duration: 1.5s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

#mainSlider .fadeInRight {
  animation-name: fadeInRight;
}

#mainSlider .carousel-item {
  height: calc(100vh - 131px);
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #mainSlider .carousel-item {
    height: 250px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-item {
    height: 500px;
  }
}

#mainSlider .carousel-item .containerCover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#mainSlider .carousel-item .containerCover .sliderItem {
  position: relative;
}

#mainSlider .carousel-item .containerCover .sliderItem .sliderProduct {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#mainSlider .carousel-item .containerCover .sliderItem .sliderProduct .innerProduct {
  position: relative;
  height: 100%;
  width: 100%;
}

#mainSlider .carousel-item .containerCover .sliderItem .sliderProduct .innerProduct img {
  position: absolute;
  top: -10%;
  right: -5%;
  height: calc(100vh - 131px);
  width: auto;
  transform: rotate(307deg);
  margin-bottom: -49px;
}

#mainSlider .carousel-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 1rem 2rem 2rem 2rem;
  /* font-weight: bold; */
  width: 45%;
  color: goldenrod;
  bottom: 0px;
  text-align: left;
  background: rgba(250, 245, 228, 0.7);
}

@media only screen and (max-width: 600px) {
  #mainSlider .carousel-caption {
    top: auto;
    bottom: 30%;
    left: 13%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-caption {
    top: 30%;
    position: absolute;
    left: 9%;
    top: 7rem;
    padding: 1rem 2rem 1rem 2rem;
    width: 48%;
    border-radius: 1rem;
    font-size: 5rem;
    color: goldenrod;
    bottom: auto;
    text-align: left;
    background: rgba(250, 245, 228, 0.7);
  }
}

#mainSlider .carousel-caption img {
  height: auto !important;
  width: auto !important;
  filter: brightness(0.5);
}

#mainSlider .carousel-caption h3 {
  margin: 0px;
  color: #1d4781;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-caption h3 {
    color: #1d4781;
    margin-bottom: 0.7rem;
    font-weight: 500;
  }
}

#mainSlider .carousel-caption p {
  color: black;
  margin-bottom: 0px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-caption p {
    color: black;
    margin-bottom: 0px;
  }
}

#mainSlider .carousel-caption .btn_more {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 20px;
}

#mainSlider .carousel-caption .btn_more:hover {
  background: #1d4781;
  border: 2px solid #1d4781;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-caption .btn_more {
    padding: 14px 21px;
  }
}

#mainSlider .carousel-caption .hero_section_read_more {
  background-color: #1d4781;
  /* Green */
  border: none;
  color: goldenrod;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: left !important;
  margin-bottom: 1rem;
}

#mainSlider .carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

#mainSlider .p {
  padding-top: 125px;
  text-align: center;
}

#mainSlider .p a {
  text-decoration: underline;
}

#mainSlider .logoIcon {
  width: 30%;
  height: 30%;
  border-radius: 100px;
}

#mainSlider .back-btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#mainSlider .carousel-item img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: calc(100vh - 131px);
}

@media only screen and (max-width: 600px) {
  #mainSlider .carousel-item img {
    height: 250px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-item img {
    height: 500px;
  }
}

#productDetail ol {
  list-style: none;
}

#productDetail .breadcrumb {
  width: 100%;
  float: left;
  margin: 40px 0;
  margin-top: 0;
  padding: 7px;
  position: relative;
  display: block;
  width: auto;
}

#productDetail .breadcrumb ol {
  list-style: none;
}

#productDetail .breadcrumb li {
  height: 30px;
  line-height: 30px;
  float: left;
  padding: 0 12px;
  position: relative;
}

#productDetail .breadcrumb li.active {
  color: #8f8d8d !important;
}

#productDetail .breadcrumb li:hover a {
  color: #8f8d8d !important;
}

#productDetail .breadcrumb li::after {
  position: absolute;
  margin-right: 0;
  font-weight: 600;
  content: "\f105";
  color: #fff;
  margin-top: 3px;
  right: 0;
}

#productDetail .breadcrumb li:first-child::after {
  display: none;
}

#productDetail .breadcrumb li:last-child::after {
  display: none;
}

#productDetail .breadcrumb li a {
  text-decoration: none;
}

#productDetail .breadcrumb a:hover {
  text-decoration: none;
}

#productDetail .breadcrumb-fill2 {
  color: #333 !important;
  background: transparent !important;
  padding: 0 !important;
  margin-left: -7px;
}

#productDetail .breadcrumb-fill2 .woocommerce-breadcrumb a {
  margin: 0 7px;
}

#productDetail .breadcrumb-fill2 .fa {
  position: absolute;
  background: #347d53;
  padding: 16px;
  border-radius: 50%;
  left: -10px;
  top: -8px;
  line-height: 1;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

#productDetail .breadcrumb-fill2,
#productDetail .breadcrumb-fill2 li,
#productDetail .breadcrumb-fill2 li.active,
#productDetail .breadcrumb-fill2 li a {
  color: #ffffff;
}

#productDetail .breadcrumb-fill2 li:first-child {
  margin-right: 20px;
}

#productDetail .productImage {
  height: auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 20px;
}

#productDetail .detail h3 {
  color: #1d4781;
  margin-top: 0;
}

#productDetail .detail ul {
  padding-left: 0;
}

#productDetail .detail ul li {
  list-style: none;
  line-height: 1.8;
}

#productDetail .detail ul li span {
  font-weight: 700;
  margin-right: 15px;
}

#productDetail .addToCart {
  position: sticky;
  top: 20px;
}

.gallery-viewer {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.js-image-zoom__zoomed-image {
  z-index: 1;
}

#img-container.onehundredpercent img {
  max-width: 100%;
}

.leftFilter .btn_more {
  background: transparent;
  padding: 12px 20px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  border: 2px solid #000;
}

.leftFilter .filterBox {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.leftFilter input[type="checkbox"] {
  visibility: hidden;
}

.leftFilter label {
  cursor: pointer;
}

.leftFilter input[type="checkbox"] + label:before {
  border: 1px solid #c1c5ca;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 0.25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 2px;
}

.leftFilter input[type="checkbox"]:checked + label:before {
  background: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  font-weight: 600;
  content: "";
}

.leftFilter input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: "\f00c";
  color: #fff;
  left: 3px;
  top: 3px;
}

.leftFilter input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.leftFilter .form-check {
  padding-left: 0;
  margin-bottom: 10px;
}

.leftFilter .form-check-label span {
  margin-left: 10px;
}

.leftFilter .checkBoxHolder {
  margin-top: 20px;
}

.leftFilter h3 {
  margin-top: 5px;
}

.leftFilter .filterSearch {
  margin: 25px 0;
}

.leftFilter .filterSearch .form-control {
  height: 40px;
}

.leftFilter .filterSearch .btn-secondary {
  color: #fff;
  background-color: #1d4781;
  border-color: #1d4781;
}

#loginWrap {
  padding: 40px 0;
}

#loginWrap .sideInfo {
  position: sticky;
  top: 30px;
}

#loginWrap .sideInfo .secTitle {
  margin-top: 50px;
}

#loginWrap .sideInfo .secTitle h1 {
  margin-bottom: 45px;
}

#loginWrap .formWrap {
  background: #fff;
  padding: 40px;
}

#loginWrap .formWrap .nav-tabs {
  justify-content: end;
  border: 0;
}

#loginWrap .formWrap .nav-tabs .nav-item {
  margin-right: 15px;
}

#loginWrap .formWrap .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 #fff;
  border: 1px solid #eea03c;
  padding: 8px 30px;
  border-radius: 25px;
  color: #eea03c;
}

#loginWrap .formWrap .nav-tabs .nav-item .nav-link.active {
  background-color: #eea03c;
  color: #fff;
}

#loginWrap .formWrap .nav-tabs .nav-item .nav-link:hover {
  background-color: #eea03c;
  color: #fff;
}

#loginWrap .formWrap .formCov {
  padding: 30px;
  padding-bottom: 15px;
}

#loginWrap .formWrap .formCov .view_more {
  background: #eea03c;
  padding: 9px 35px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 25px;
  border-radius: 7px;
  font-weight: 500;
}

#loginWrap .formWrap .formCov .view_more:hover {
  background: #000;
}

#loginWrap .formWrap .formCov .forgot {
  text-align: right;
}

#loginWrap .formWrap .formCov .forgot a:hover {
  text-decoration: underline;
}

#loginWrap .formWrap .formCov .feildCov {
  margin-bottom: 15px;
}

#loginWrap .formWrap .formCov .form-control {
  background: #f5f5f5;
  border-color: #f5f5f5;
  height: 40px;
}

#loginWrap .formWrap .formCov .form-check {
  margin-top: 10px;
}

#loginWrap .formWrap .socialDivider .dividerbox {
  padding: 15px 0;
}

#loginWrap .formWrap .socialDivider .dividerbox h5 {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

#loginWrap .formWrap .socialDivider .dividerbox h5::after {
  content: '';
  background: #919191;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 20px;
}

#loginWrap .formWrap .socialDivider .dividerbox h5 span {
  background: #ffffff;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 2;
  border-radius: 50%;
  padding: 0px;
  color: #1d1d1b;
  position: relative;
  z-index: 1;
}

#loginWrap .formWrap .socialDivider .socialLogin {
  display: flex;
  justify-content: center;
}

#loginWrap .formWrap .socialDivider .socialLogin .btnSocial {
  display: inline;
  /* background: darkblue; */
  border-radius: 25px;
  padding: 8px 27px;
  border: 1px solid #eea03c;
  margin-right: 15px;
}

#loginWrap .formWrap .socialDivider .socialLogin .btnSocial i {
  margin-right: 5px;
}

#loginWrap .formWrap .socialDivider .socialLogin .btnSocial:hover {
  background: #eea03c;
  color: #fff;
}

#topBlock {
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #0000003d;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #topBlock {
    height: 250px;
  }
}

#newsDetailWrap .n_mainDetail h1 {
  margin-top: 0;
}

#newsDetailWrap .n_mainDetail .clubName {
  font-weight: 700;
  color: #1d4781;
}

#newsDetailWrap .n_mainDetail .detailGallery {
  margin: 0 -10px;
  margin-top: 35px;
}

#newsDetailWrap .n_mainDetail .detailGallery .secTitle.pageTit {
  text-align: left;
  margin-bottom: 30px;
}

#newsDetailWrap .n_mainDetail .detailGallery .galCov {
  padding: 0 10px;
}

#newsDetailWrap .n_mainDetail .detailGallery .galCov .galImage {
  margin-bottom: 20px;
  height: 180px;
}

#newsDetailWrap .n_mainDetail .detailGallery .galCov .galImage:hover {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #newsDetailWrap .n_mainDetail .detailGallery .galCov .galImage {
    height: 140px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #newsDetailWrap .n_mainDetail .detailGallery .galCov .galImage {
    height: 140px;
  }
}

#newsDetailWrap .n_mainDetail .detailGallery .galCov .galImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#newsDetailWrap .ltNews {
  position: sticky;
  top: 40px;
  transition: all 0.3s ease-in;
}

#newsDetailWrap .ltNews.affix {
  top: 125px;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 600px) {
  #newsDetailWrap .ltNews {
    margin-top: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #newsDetailWrap .ltNews {
    margin-top: 30px;
  }
}

#newsDetailWrap .ltNews .secTitle {
  text-align: left;
}

#newsDetailWrap .ltNews .secTitle.pageTit {
  margin-bottom: 35px;
}

#newsDetailWrap .ltNews .similar .news {
  background: whitesmoke;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #newsDetailWrap .ltNews .similar .news {
    margin-bottom: 20px;
  }
}

#newsDetailWrap .ltNews .similar .news:hover .newsContent h3 {
  color: #1d4781;
}

#newsDetailWrap .ltNews .similar .newsImg img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  object-position: top;
}

@media only screen and (max-width: 600px) {
  #newsDetailWrap .ltNews .similar .newsImg img {
    height: 80px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #newsDetailWrap .ltNews .similar .newsImg img {
    height: 75px;
  }
}

#newsDetailWrap .ltNews .similar .newsContent {
  padding: 12px 15px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#newsDetailWrap .ltNews .similar .newsContent p {
  margin-bottom: 0px;
}

#newsDetailWrap .ltNews .similar .newsContent h3 {
  margin-top: 0;
  margin-bottom: 3px;
}

@media only screen and (max-width: 600px) {
  #newsDetailWrap .ltNews .similar .newsContent h3 {
    margin-bottom: 5px;
  }
}

#eventDetailWrap .n_mainDetail h1 {
  margin-top: 0;
}

#eventDetailWrap .n_mainDetail .clubName {
  font-weight: 700;
  color: #1d4781;
}

#eventDetailWrap .n_mainDetail .eventInfo {
  display: flex;
  margin: 30px 0;
}

@media only screen and (max-width: 900px) {
  #eventDetailWrap .n_mainDetail .eventInfo {
    flex-wrap: wrap;
    margin: 20px 0;
  }
}

#eventDetailWrap .n_mainDetail .eventInfo .box {
  flex: 1;
  border-right: 1px solid #ddd;
  margin-right: 30px;
}

@media only screen and (max-width: 900px) {
  #eventDetailWrap .n_mainDetail .eventInfo .box {
    flex: auto;
    border-right: 0px solid #ddd;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #eventDetailWrap .n_mainDetail .eventInfo .box {
    width: 50%;
  }
}

#eventDetailWrap .n_mainDetail .eventInfo .box:last-child {
  margin-right: 0;
  border-right: 0 solid #ddd;
}

@media only screen and (max-width: 900px) {
  #eventDetailWrap .n_mainDetail .eventInfo .box:last-child {
    margin-bottom: 0;
    width: 100%;
  }
}

#eventDetailWrap .n_mainDetail .eventInfo .box h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  color: #1d4781;
}

#eventDetailWrap .n_mainDetail .eventInfo .box h3 span {
  color: black;
}

#eventDetailWrap .ltNews {
  position: sticky;
  top: 40px;
  transition: all 0.3s ease-in;
}

#eventDetailWrap .ltNews.affix {
  top: 125px;
  transition: all 0.3s ease-in;
}

#eventDetailWrap .ltNews p {
  margin-bottom: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #eventDetailWrap .ltNews {
    top: 115px;
  }
}

#eventDetailWrap .ltNews .secTitle {
  text-align: left;
}

#eventDetailWrap .ltNews .secTitle.pageTit {
  margin-bottom: 10px;
}

#eventDetailWrap .ltNews #blogWrap .eventBox .eventInfo {
  margin-top: 10px;
}

#eventDetailWrap .ltNews #blogWrap .eventBox .eventInfo .dateCov .date {
  width: 70px;
  height: 70px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #eventDetailWrap .ltNews #blogWrap .eventBox .eventInfo .dateCov .date {
    width: 60px;
    height: 64px;
  }
}

@media only screen and (max-width: 600px) {
  #eventDetailWrap .ltNews #blogWrap .eventBox .eventInfo .dateCov .date {
    width: 65px;
    height: 65px;
  }
}

#eventDetailWrap .ltNews #blogWrap .eventBox .eventInfo .eventTopic ul li i {
  margin-top: 3px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #eventDetailWrap .ltNews #blogWrap .eventBox .eventInfo .eventTopic h3 {
    margin-bottom: 5px;
  }
}

#generalpage {
  background: whitesmoke;
  border-bottom: 2px solid #eea03c;
}

#generalpage .secTitle.pageTit {
  text-align: left;
  margin-bottom: 35px;
}

#contactWrap input {
  height: 42px;
}

#contactWrap .form-control {
  background: #f2f3f5;
  border-color: #eaebec;
}

#contactWrap .feildCov {
  margin-bottom: 20px;
}

#contactWrap .feildCov label {
  font-weight: 500;
  color: #333;
}

#contactWrap .feildCov label span {
  color: red;
}

#contactWrap .view_more {
  border: 2px solid #000;
  color: #000;
  padding: 11px 35px;
  background: transparent;
}

#contactWrap .view_more:hover {
  background: #000;
  color: #fff;
}

#contactWrap .contact_info {
  padding-left: 50px;
}

@media only screen and (max-width: 600px) {
  #contactWrap .contact_info {
    padding-left: 15px;
    margin-top: 30px;
  }
}

#contactWrap .contact_info h2 {
  margin-top: 0;
}

#contactWrap .contact_info .expertsTalk {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 25px;
}

#contactWrap .contact_info ul {
  margin-top: 20px;
}

#contactWrap .contact_info ul li {
  display: flex;
  list-style: none;
  margin-left: -38px;
  margin-bottom: 20px;
}

#contactWrap .contact_info ul li i {
  margin-right: 10px;
  width: 45px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1;
  color: #1d4781;
}

#contactWrap .contact_info ul li .infoDivider h3 {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 5px;
}

#contactMap {
  height: 500px;
}

@media only screen and (max-width: 600px) {
  #contactMap {
    height: 300px;
  }
}

#teamWrap .teamRow h2 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #teamWrap .teamRow h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}

#teamWrap .teamRow h2::after {
  position: absolute;
  content: '';
  background: #1d4781;
  width: 85px;
  height: 5px;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {
  #teamWrap .teamRow h2::after {
    width: 65px;
    height: 4px;
  }
}

#teamWrap .teamRow .teamTopic {
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  #teamWrap .teamRow .teamTopic {
    margin-bottom: 25px;
  }
}

#teamWrap .teamRow .team {
  border-radius: 10px;
  overflow: hidden;
}

#teamWrap .teamRow .team:hover {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #teamWrap .teamRow .team {
    padding: 5px;
    padding-bottom: 0;
  }
}

#teamWrap .teamRow .team .hiddenContent {
  display: none;
}

#teamWrap .teamRow .team .teamImg {
  height: 255px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #teamWrap .teamRow .team .teamImg {
    height: 175px;
  }
}

#teamWrap .teamRow .team .teamImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#teamWrap .teamRow .team h3 {
  margin-top: 5px;
  margin-bottom: 2px;
}

#teamWrap .teamRow .team p {
  color: #1d4781;
  font-weight: 600;
}

#teamWrap .teamRow .lowerContent {
  padding: 15px 0;
}

@media only screen and (max-width: 600px) {
  #teamWrap .teamRow .lowerContent {
    padding: 10px 0;
  }
}

#teamWrap .teamRow .lowerContent p {
  color: #1d4781;
  margin-bottom: 0;
}

#galleryModal {
  padding-right: 0 !important;
  background: #00000087;
}

@media (min-width: 576px) {
  #galleryModal .modal-dialog {
    max-width: 65% !important;
  }
}

#galleryModal button.close {
  float: none;
  position: absolute;
  z-index: 1;
  right: -25px;
  top: -21px;
}

@media only screen and (max-width: 600px) {
  #galleryModal button.close {
    right: -22px;
    top: -22px;
  }
}

#galleryModal .modalImageWrap {
  position: relative;
  padding: 45px;
  background: #e1e1e1;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  #galleryModal .modalImageWrap {
    padding: 15px;
  }
}

#galleryModal .modal-header {
  background: transparent;
  border-bottom: 0;
}

#galleryModal .modal-content {
  background: transparent;
  text-align: left;
}

#galleryModal .close {
  float: right;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 0 #fff;
  opacity: 1;
}

#galleryModal .close :hover {
  color: #1d4781;
  text-shadow: 0 0 0 #1d4781;
}

#galleryModal .modal-body {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  #galleryModal .modal-body {
    padding: 25px;
  }
}

#galleryModal .modal-body img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  #galleryModal .modal-body img {
    width: 130px;
    height: 150px;
    margin-bottom: 10px;
  }
}

#galleryModal .modal-body h5 {
  color: #1d4781;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: -4px;
}

#committeWrap {
  background: whitesmoke;
}

#committeWrap .chairmanBox {
  margin-right: 25px;
  position: sticky;
  top: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
}

#committeWrap .chairmanBox.affix {
  top: 122px;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 600px) {
  #committeWrap .chairmanBox {
    margin-right: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #committeWrap .chairmanBox {
    margin-right: 10px;
  }
}

#committeWrap .chairmanBox .chairman_photo {
  height: 300px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #committeWrap .chairmanBox .chairman_photo {
    height: 245px;
  }
}

#committeWrap .chairmanBox .chairman_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#committeWrap .secTitle {
  position: relative;
  text-align: center;
}

#committeWrap .personInfo {
  background: #fff;
  padding: 20px;
}

#committeWrap .personInfo h2 {
  font-size: 1.7em;
  margin-top: 0;
  color: #1d4781;
  font-weight: 600;
  margin-bottom: 4px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #committeWrap .personInfo h2 {
    font-size: 1.5em;
  }
}

#committeWrap .personInfo h3 {
  font-size: 1.15em;
  margin-top: 0;
  font-weight: 600;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #committeWrap .personInfo h3 {
    font-size: 1.05em;
  }
}

#committeWrap .personInfo h4 {
  color: #1c4680 !important;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  #committeWrap .personInfo h4 {
    font-size: 1.7em;
  }
}

#committeWrap .personInfo P {
  font-size: 0.9em;
  color: #706c6c;
  margin-bottom: 0.3px;
}

#committeWrap .personInfo ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

#committeWrap .personInfo ul li {
  color: black;
  margin-bottom: 0.3px;
}

#committeWrap .personInfo ul li span {
  font-weight: 700;
  margin-right: 5px;
}

#committeWrap .personInfo ul li span i {
  font-size: 0.9em;
  margin-right: 6px;
  color: #eea03c;
}

#committeWrap .personInfo ul li a:hover {
  text-decoration: underline;
}

#committeWrap .profileBox {
  margin-bottom: 30px;
}

#committeWrap .profileBox h2 {
  font-size: 1.15em;
}

@media only screen and (max-width: 600px) {
  #committeWrap .profileBox {
    margin-bottom: 20px;
  }
}

#committeWrap .profileBox .profileImage {
  height: 200px;
}

@media only screen and (max-width: 600px) {
  #committeWrap .profileBox .profileImage {
    height: 300px;
  }
}

#committeWrap .profileBox .profileImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#committeWrap .profileBox .personInfo {
  min-height: 12rem;
}

#committeWrap .profileBox .personInfo h4 {
  color: #1c4680 !important;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  #committeWrap .profileBox .personInfo h4 {
    font-size: 1.7em;
  }
}

#committeWrap .profileBox .personInfo P {
  font-size: 0.9em;
  color: #706c6c;
  margin-bottom: 0.3px;
}

#committeWrap .profileBox .personInfo h3 {
  letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
  #committeWrap .profileBox .personInfo h3 {
    font-size: 1.15em;
  }
}

#committeWrap .profileBox .personInfo ul li {
  font-size: 0.8em;
  color: black;
  margin-bottom: 0.3px;
}

@media only screen and (max-width: 600px) {
  #committeWrap .profileBox .personInfo ul li {
    font-size: 1em;
  }
}

#committeWrap .profileBox .personInfo ul li span {
  font-weight: 700;
  margin-right: 5px;
  columns: #212529;
}

#committeWrap .profileBox .personInfo ul li span i {
  font-size: 0.9em;
  margin-right: 6px;
  color: #eea03c;
}

#clubDetailWrap {
  background: whitesmoke;
}

@media only screen and (max-width: 900px) {
  #clubDetailWrap .mob_maintainCov {
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  #clubDetailWrap .mob_maintainCov .mob_maintain {
    padding: 0 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #clubDetailWrap .mob_maintainCov {
    padding: 5px 10px;
  }
}

#clubDetailWrap .clubDetail {
  background: white;
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 900px) {
  #clubDetailWrap .clubDetail {
    padding: 15px;
  }
}

#clubDetailWrap .clubDetail .clubHeader {
  display: flex;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .clubDetail .clubHeader {
    display: block;
  }
}

#clubDetailWrap .clubDetail .clubHeader .clubLeader {
  max-width: 55%;
  display: flex;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .clubDetail .clubHeader .clubLeader {
    max-width: 100%;
  }
}

#clubDetailWrap .clubDetail .clubHeader .clubLeader .mob_maintainCov {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#clubDetailWrap .clubDetail .clubHeader .clubDetails {
  flex: 1;
}

#clubDetailWrap .clubDetail .topic h2 {
  border: 3px solid black;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.9rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#clubDetailWrap .clubDetail .topic h2 span {
  font-weight: 700;
}

#clubDetailWrap .clubDetail .topic h1 {
  border: 3px solid black;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.9rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#clubDetailWrap .clubDetail .representativeImage {
  margin-right: 20px;
  width: 44%;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .clubDetail .representativeImage {
    width: 48%;
    margin-left: 10px;
    margin-right: 0;
  }
  #clubDetailWrap .clubDetail .representativeImage:nth-child(odd) {
    margin-left: 0;
  }
}

#clubDetailWrap .clubDetail .representativeImage .image {
  width: 100%;
  height: 165px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .clubDetail .representativeImage .image {
    height: 150px;
  }
}

#clubDetailWrap .clubDetail .representativeImage .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.2s ease-in;
}

#clubDetailWrap .clubDetail .representativeImage h2 {
  font-weight: 600;
  margin-bottom: 5px;
}

#clubDetailWrap .clubDetail .representativeImage h3 {
  font-weight: 600;
  margin-top: 0;
}

#clubDetailWrap .clubDetail .representativeImage h4 {
  letter-spacing: 1px;
  margin-bottom: 0px;
}

#clubDetailWrap .clubDetail .representativeImage P {
  color: #706c6c;
}

#clubDetailWrap .clubDetail .representativeImage h6 {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

@media only screen and (max-width: 900px) {
  #clubDetailWrap .clubDetail .clubInfo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #clubDetailWrap .clubDetail .clubInfo {
    padding: 0 20px;
    padding-bottom: 20px;
  }
}

#clubDetailWrap .clubDetail .clubInfo ul {
  padding-left: 0;
  margin-bottom: 0;
}

#clubDetailWrap .clubDetail .clubInfo ul li {
  list-style: none;
  line-height: 1.9;
  display: flex;
  font-weight: 500;
  flex-wrap: wrap;
}

#clubDetailWrap .clubDetail .clubInfo ul li span {
  font-weight: 500;
  width: 220px;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .clubDetail .clubInfo ul li span {
    width: 155px;
  }
}

#clubDetailWrap .secTitle.pageTit {
  margin-bottom: 25px;
  text-align: left;
  margin-top: 5px;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .secTitle.pageTit .secTitle.pageTit {
    margin-top: 3rem;
  }
  #clubDetailWrap .secTitle.pageTit .secGap {
    padding: 0px 0;
  }
}

@media only screen and (max-width: 900px) {
  #clubDetailWrap .bodWrap {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #clubDetailWrap .bodWrap {
    padding: 0 20px;
  }
}

#clubDetailWrap .bodWrap ul {
  column-count: 2;
  padding-left: 0;
}

#clubDetailWrap .bodWrap ul li {
  list-style: none;
  line-height: 1.7;
}

#clubDetailWrap .bodWrap ul li span {
  font-weight: 700;
  margin-right: 5px;
}

#clubDetailWrap .memberList {
  margin-bottom: -20px;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .memberList {
    margin-bottom: -13px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #clubDetailWrap .memberList {
    margin-bottom: -15px;
  }
}

#clubDetailWrap .memberList .membercov {
  padding: 0 10px;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .memberList .membercov {
    padding: 0 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #clubDetailWrap .memberList .membercov {
    padding: 0 20px;
  }
}

#clubDetailWrap .memberList .member {
  border: 1px solid #d5d5d5;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#clubDetailWrap .memberList .member::first-line {
  text-transform: capitalize;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .memberList .member {
    padding: 15px;
    margin-bottom: 15px;
  }
}

#clubDetailWrap .memberList .member h3 {
  margin-top: 0;
  font-size: 1.03em;
  margin-bottom: 3px;
  font-weight: 700;
}

#clubDetailWrap .memberList .member ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}

#clubDetailWrap .memberList .member ul li {
  list-style: none;
  margin-right: 8px;
  position: relative;
}

#clubDetailWrap .memberList .member ul li::after {
  content: ",";
  position: absolute;
}

#clubDetailWrap .memberList .member ul li:last-child::after {
  display: none;
}

#clubDetailWrap .memberList .member ul li a:hover {
  text-decoration: underline;
}

#clubDetailWrap .memberList .member ul li span {
  font-weight: bold;
}

#clubDetailWrap .clubData {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease-in;
}

#clubDetailWrap .clubData.affix {
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .clubData {
    margin-top: 20px;
    padding: 20px;
  }
}

#clubDetailWrap .clubData ul {
  padding-left: 0;
  margin-bottom: 0;
}

#clubDetailWrap .clubData ul li {
  line-height: 1.9;
  list-style: none;
  text-transform: uppercase;
  display: flex;
}

@media only screen and (max-width: 600px) {
  #clubDetailWrap .clubData ul li {
    justify-content: space-between;
  }
}

#clubDetailWrap .clubData ul li span {
  font-weight: 700;
  width: 165px;
}

#clubDetailWrap .message-details h3 {
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.3;
}

#clubDetailWrap .message-details p {
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 1px;
}

#clubListingWrap {
  background: whitesmoke;
}

#clubListingWrap.similar {
  margin-top: 30px;
}

#clubListingWrap.similar .clubsWrap {
  margin: 0 -5px;
}

#clubListingWrap.similar .clubCov {
  padding: 0;
  width: 100%;
}

#clubListingWrap.similar .swiper {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  position: unset !important;
}

#clubListingWrap.similar .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  flex-shrink: 0;
  height: 100%;
  max-height: 100%;
  margin-right: 30px;
}

#clubListingWrap.similar .swiper-button-next:after {
  content: "next";
  display: none;
}

#clubListingWrap.similar .swiper-button-prev:after {
  content: "next";
  display: none;
}

#clubListingWrap.similar .swiper-button-prev {
  top: 50%;
  bottom: auto;
  left: -7px;
  background-image: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #f5f5f5;
  color: #1d4781;
  background: #f8f9fa;
  box-shadow: 0 0 5px #b5b5b5;
  display: none;
}

#clubListingWrap.similar .swiper-button-next {
  top: 50%;
  bottom: auto;
  right: -7px;
  left: auto;
  background-image: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #f5f5f5;
  color: #1d4781;
  background: #f8f9fa;
  box-shadow: 0 0 5px #b5b5b5;
  display: none;
}

@media only screen and (max-width: 600px) {
  #clubListingWrap.similar .swiper-button-next {
    left: 60px;
  }
}

@media only screen and (max-width: 600px) {
  #clubListingWrap.similar {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 600px) {
  #clubListingWrap .clubsWrap {
    margin: 0 -7px;
  }
}

#clubListingWrap .secTitle.pageTit {
  margin-bottom: 25px;
  text-align: left;
  margin-top: 5px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #clubListingWrap .secTitle.pageTit {
    margin-bottom: 12px;
  }
}

#clubListingWrap .sideInfo {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
  margin-bottom: 20px;
}

#clubListingWrap .no-mar-padright #match-list {
  position: absolute;
  z-index: 1;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 80%;
  max-height: 200px;
}

@media only screen and (max-width: 600px) {
  #clubListingWrap .no-mar-padright #match-list {
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  #clubListingWrap .no-mar-padright {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  #clubListingWrap .no-mar-padright {
    margin-bottom: 10px;
  }
}

#clubListingWrap .topFilter {
  margin-bottom: 35px;
}

@media only screen and (max-width: 600px) {
  #clubListingWrap .topFilter {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 600px) {
  #clubListingWrap .topFilter .showingText {
    margin-bottom: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #clubListingWrap .topFilter .showingText {
    margin-bottom: 15px;
  }
}

#clubListingWrap .topFilter .showingText p {
  margin-bottom: 0;
  font-weight: 600;
}

#clubListingWrap .topFilter .showingText p span {
  font-weight: 700;
}

#clubListingWrap .topFilter .form-control {
  height: 34px;
  border-color: #f5f5f5;
  border-radius: 0;
}

#clubListingWrap .topFilter .btn-success {
  text-transform: capitalize;
  border-radius: 0;
  padding: 10;
  height: 33px;
  padding: 0 12px;
  background: #1d4781;
  border-color: #1d4781;
}

#clubListingWrap .topFilter select {
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #1d4781;
  background-image: none;
  flex: 1;
  /* height: 40px; */
  padding: 0px 15px;
  color: #fff;
  cursor: pointer;
  line-height: 2;
}

@media only screen and (max-width: 600px) {
  #clubListingWrap .topFilter select {
    height: 33px;
  }
}

#clubListingWrap .topFilter select::-ms-expand {
  display: none;
}

#clubListingWrap .topFilter .select {
  position: relative;
  display: flex;
  line-height: 3;
  background: #1d4781;
  overflow: hidden;
}

#clubListingWrap .topFilter .select::after {
  position: absolute;
  font-weight: 600;
  content: "\f078";
  top: -7px;
  right: 0;
  padding: 0 1em;
  background: #1d4781;
  cursor: pointer;
  color: #fff;
  pointer-events: none;
  transition: 0.25s all ease;
}

#clubListingWrap .topFilter .select:hover::after {
  color: #fff;
}

#clubListingWrap .topFilter .show {
  display: block;
}

#clubListingWrap .clubCov {
  padding: 0 10px;
}

@media only screen and (max-width: 600px) {
  #clubListingWrap .clubCov {
    padding: 0 7px;
  }
}

#clubListingWrap .club {
  background: white;
  padding: 20px;
  min-height: 110px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 4px solid #1c4680;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #clubListingWrap .club {
    min-height: 85px;
    margin-bottom: 15px;
  }
}

#clubListingWrap .club h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}

#clubListingWrap .club h4 {
  letter-spacing: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

#clubListingWrap .club h4 span {
  font-weight: 600;
}

#clubListingWrap nav {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  #clubListingWrap nav {
    display: flex;
    justify-content: center;
  }
}

#clubListingWrap nav .pagination .page-item.active .page-link {
  z-index: 1;
  color: #000000;
  background-color: transparent;
  border-color: #1d4781;
}

#clubListingWrap nav .pagination .page-item:hover .page-link {
  z-index: 1;
  color: #000000;
  background-color: transparent;
  border-color: #1d4781;
}

#clubListingWrap nav .pagination .page-item .page-link {
  background: transparent;
  border: 0;
  color: #898686;
}

#dg_messageWrap {
  background: whitesmoke;
  padding: 90px 0;
  padding-bottom: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #dg_messageWrap {
    padding: 45px 0;
  }
}

#dg_messageWrap.bio #dg_Wrap .dg_photo {
  width: 495px;
  height: 390px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dg_messageWrap.bio #dg_Wrap .dg_photo {
    width: 380px;
    height: 300px;
  }
}

@media only screen and (max-width: 600px) {
  #dg_messageWrap.bio #dg_Wrap .dg_photo {
    width: 100%;
    height: 265px;
  }
}

@media only screen and (max-width: 600px) {
  #dg_messageWrap.bio .secTitle {
    margin-bottom: 35px;
  }
}

#dg_messageWrap.bio .secTitle.pageTit h1 {
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

#dg_messageWrap.bio .secTitle.pageTit h1::before {
  display: none;
}

#dg_messageWrap.bio .dgGallery {
  margin: 0 -10px;
}

#dg_messageWrap.bio .dgGallery .photoCov {
  padding: 0 10px;
}

#dg_messageWrap.bio .dgGallery .photoCov .galPhoto {
  margin-bottom: 20px;
}

#dg_messageWrap.bio .dgGallery .photoCov .galPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#dg_messageWrap .secTitle {
  text-align: left;
  margin-bottom: 55px;
}

@media only screen and (max-width: 600px) {
  #dg_messageWrap .secTitle {
    margin-bottom: 35px;
  }
}

#dg_messageWrap .secTitle h1 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
  border-left: 6px solid #2f558a;
}

#dg_messageWrap #dg_Wrap {
  background: transparent;
}

#dg_messageWrap #dg_Wrap .dg_photo {
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
  margin-left: 0;
  width: 365px;
  margin-top: 0;
  background: #d7d6d6;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dg_messageWrap #dg_Wrap .dg_photo {
    width: 325px;
    height: 365px;
  }
}

@media only screen and (max-width: 600px) {
  #dg_messageWrap #dg_Wrap .dg_photo {
    width: 100%;
    height: 365px;
  }
}

#dg_messageWrap #dg_Wrap .dg_content h3 {
  font-weight: 600;
  margin-bottom: 5px;
}

#dg_messageWrap #dg_Wrap .dg_content p {
  letter-spacing: 1.1px;
}

#dg_messageWrap #dg_Wrap .dgName {
  margin-bottom: 28px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dg_messageWrap #dg_Wrap .dgName {
    margin-bottom: 15px;
  }
}

#dg_messageWrap #dg_Wrap .dgName h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1px;
}

#dg_messageWrap #dg_Wrap .dgName h4 {
  margin-top: 1px;
}

#bio-data .row {
  margin-left: 0px;
  margin-right: 0px;
}

#bio-data .CEO_pp {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#bio-data .CEO_pp img {
  height: 52vh;
  margin-top: 3rem;
  object-fit: cover;
  position: sticky;
  top: 5rem;
  background-size: cover;
  margin-bottom: 2rem;
  width: 100%;
  object-position: top;
}

@media only screen and (max-width: 600px) {
  #bio-data .CEO_pp img {
    width: 100%;
    height: 100%;
    margin-top: 0rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #bio-data .CEO_pp img {
    height: 50vh;
  }
}

#bio-data .bio-title-description {
  padding-left: 3rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 600px) {
  #bio-data .bio-title-description {
    margin: 0px;
    padding: 0px;
  }
}

#bio-data .bio-title-description .read-more {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  padding-left: 0.25rem;
  text-transform: capitalize;
  color: #1d4781;
}

#bio-data .bio-title-description h2 {
  font-weight: bold;
}

#bio-data .bio-title-description h4 {
  border-style: solid;
  border-color: #1c4680;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 65%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #bio-data .bio-title-description h4 {
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #bio-data .bio-title-description h4 {
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
}

#bio-data .bio-title-description h4 {
  font-weight: bold;
}

#bio-data .bio-title-description p {
  color: #151d3b;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  font-size: 1.1rem;
  font-family: "Barlow", sans-serif;
}

#dgGalleryWrap {
  background: #f0f0f0;
  overflow: hidden;
  padding-top: 50px;
}

#dgGalleryWrap .secTitle {
  text-align: left;
  margin-left: 13%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #dgGalleryWrap .secTitle {
    margin-left: 0.5%;
    margin-bottom: 30px;
  }
}

#dgGalleryWrap .galSwiper {
  width: 100%;
  height: 100%;
  overflow: inherit;
  margin-left: -70px;
}

#dgGalleryWrap .swiper-button-prev {
  top: -65px;
  bottom: auto;
  right: 9.8%;
  left: auto;
  background-image: none;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #000;
}

@media only screen and (min-width: 1400px) {
  #dgGalleryWrap .swiper-button-prev {
    right: 9%;
  }
}

#dgGalleryWrap .swiper-button-prev i {
  color: #000;
}

#dgGalleryWrap .swiper-button-prev:hover {
  border: 2px solid #747373;
}

#dgGalleryWrap .swiper-button-prev:hover i {
  color: #747373;
}

@media only screen and (max-width: 600px) {
  #dgGalleryWrap .swiper-button-prev {
    right: 53px;
    width: 30px;
    height: 30px;
    top: -37px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dgGalleryWrap .swiper-button-prev {
    right: 11.8%;
  }
}

#dgGalleryWrap .swiper-button-next:after {
  display: none;
}

#dgGalleryWrap .swiper-button-prev:after {
  display: none;
}

#dgGalleryWrap .swiper-button-next {
  top: -65px;
  bottom: auto;
  right: 5.5%;
  left: auto;
  background-image: none;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #000;
}

@media only screen and (max-width: 600px) {
  #dgGalleryWrap .swiper-button-next {
    right: 15px;
    width: 30px;
    height: 30px;
    top: -37px;
  }
}

#dgGalleryWrap .swiper-button-next:hover {
  border: 2px solid #747373;
}

#dgGalleryWrap .swiper-button-next:hover i {
  color: #747373;
}

#dgGalleryWrap .swiper-button-next i {
  color: #000;
}

#dgGalleryWrap .photoBox {
  width: 22.4vw !important;
  position: relative;
  overflow: hidden;
}

#dgGalleryWrap .photoBox:hover {
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #dgGalleryWrap .photoBox {
    width: 155px !important;
    height: 135px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dgGalleryWrap .photoBox {
    width: 200px !important;
    height: 175px;
  }
}

#dgGalleryWrap .photoBox:first-child {
  margin-left: 10.5%;
  padding-right: 1rem;
}

#dgGalleryWrap .photoBox img {
  height: 30vh;
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}

@media only screen and (max-width: 900px) {
  #dgGalleryWrap .photoBox img {
    height: 100%;
  }
}

#dgGalleryWrap .photoBox:last-child {
  margin-right: 40px;
}

@media only screen and (max-width: 600px) {
  #newsWrap {
    padding-top: 0;
  }
}

#newsWrap .mainNews {
  background: whitesmoke;
  margin-bottom: 90px;
}

@media only screen and (max-width: 600px) {
  #newsWrap .mainNews {
    margin-bottom: 15px;
    padding-top: 20px;
  }
}

#newsWrap .mainNews:hover .mainNewsImage img {
  transform: scale(1.1);
  transition: 0.4s all ease-in;
}

#newsWrap .mainNews:hover h1 {
  text-decoration: none;
  transition: 0.4s all ease-in;
}

#newsWrap .mainNews .mainContent {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 600px) {
  #newsWrap .mainNews .mainContent {
    margin-bottom: 30px;
  }
}

#newsWrap .mainNews .mainContent h1 {
  transition: 0.4s all ease-in;
  line-height: 2.5rem;
  font-weight: 700;
}

#newsWrap .mainNews .mainContent p {
  margin-top: 0.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  #newsWrap .mainNews .mainContent p {
    margin: 0px;
  }
}

#newsWrap .mainNews .mainContent h3 {
  color: #767676;
}

#newsWrap .mainNews .mainContent h3 span {
  font-weight: 400;
  color: #000;
}

#newsWrap .mainNews .mainContent .btnCov .btn_more {
  background: #1d4781;
  color: #fff;
  border: #1d4781;
}

#newsWrap .mainNews .mainContent .btnCov .btn_more:hover {
  background: #23559a;
}

#newsWrap .mainNews .mainContent:hover {
  text-decoration: none !important;
}

#newsWrap .mainNews .mainNewsImage {
  height: 495px;
  width: 100%;
  margin-top: -30px;
  margin-bottom: -30px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #newsWrap .mainNews .mainNewsImage {
    height: 240px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #newsWrap .mainNews .mainNewsImage {
    height: 440px;
  }
}

#newsWrap .mainNews .mainNewsImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.4s all ease-in;
}

#newsWrap #blogWrap {
  margin: 0 -10px;
}

#newsWrap #blogWrap .secTitle h1 {
  text-align: center;
}

#newsWrap #blogWrap .evenCov {
  padding: 0 10px;
}

#newsWrap #blogWrap .eventBox {
  margin-bottom: 20px;
  padding-bottom: 1.3rem;
  background: rgba(245, 245, 245, 0.3);
}

#newsWrap #blogWrap .eventBox .eventInfo .eventTopic {
  padding: 0;
}

#newsWrap #blogWrap .eventBox .eventInfo .eventTopic h4 {
  font-weight: 549;
}

#newsWrap #blogWrap .eventBox .eventInfo .eventTopic h3 {
  font-weight: 500;
}

#newsWrap #blogWrap .eventBox .eventImage {
  height: 190px;
}

@media only screen and (max-width: 600px) {
  #newsWrap #blogWrap .eventBox .eventImage {
    height: 200px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #newsWrap #blogWrap .eventBox .eventImage {
    height: 150px;
  }
}

#newsWrap #blogWrap .loadMore {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  #newsWrap #blogWrap .loadMore {
    margin-top: 15px;
  }
}

#newsWrap .lt_newbox {
  padding-left: 7px;
}

@media only screen and (max-width: 600px) {
  #newsWrap .lt_newbox {
    padding-left: 15px;
  }
}

#newsWrap .lt_newbox h1 {
  margin-top: 0;
  margin-bottom: 15px;
}

#newsWrap .lt_newbox .lts_side {
  background: #ffffff;
  margin-top: -180px;
  border-left: 5px solid #000;
  padding: 20px;
  box-shadow: #e9e9e9 1px 0px 5.6px 2px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  #newsWrap .lt_newbox .lts_side {
    margin-top: 0;
    border-left: 0px solid #000;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #newsWrap .lt_newbox .lts_side {
    border-left: 3px solid #000;
  }
}

#newsWrap .lt_newbox .lts_side .lt_news {
  margin-top: 1rem;
}

#newsWrap .lt_newbox .lts_side .lt_news:hover h3 {
  color: #1d4781;
}

#newsWrap .lt_newbox .lts_side .lt_news p {
  margin-bottom: 0px;
}

#newsWrap .lt_newbox .lts_side .lt_news h3 {
  font-weight: 500;
  margin-bottom: 3px;
}

#newsWrap .lt_newbox .lts_side .lt_news h4 {
  margin-top: 0;
}

#newsWrap .lt_newbox .lts_side .lt_news h4 i {
  color: #1d4781;
  margin-right: 7px;
}

#rotary_club_matter {
  margin-top: 1.875rem;
}

#rotary_club_matter h1 {
  font-weight: bold;
  margin-bottom: 50px;
}

#rotary_club_matter .view-resource {
  margin-top: 2rem;
  margin-left: 43%;
  background: transparent;
  color: black;
  border-radius: 0;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: 10px 23px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .view-resource {
    margin-left: 23%;
  }
}

#rotary_club_matter .news-banner-left {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}

#rotary_club_matter .news-banner-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

#rotary_club_matter .news-banner-left img:hover {
  transform: scale(1.099);
  -webkit-transition: all 0.5s ease-in;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-banner-left img {
    height: auto;
    margin-bottom: 1rem;
  }
}

#rotary_club_matter .news-banner-left .title-mvp {
  position: absolute;
  top: 87.5%;
  width: 100%;
}

#rotary_club_matter .news-banner-left .title-mvp .card-media-object-tag {
  background-color: #1d4781;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  padding: 13px 28px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-banner-left .title-mvp .card-media-object-tag {
    margin-left: 0px;
    margin-right: 3px;
  }
}

#rotary_club_matter .news-banner-left .title-mvp h3 {
  color: whitesmoke;
  font-weight: 600;
  padding-left: 1rem;
  margin-bottom: 3px;
  cursor: pointer;
}

#rotary_club_matter .news-banner-left .title-mvp p {
  margin-top: 0px;
  cursor: pointer;
  padding-left: 1rem;
  margin-bottom: -6px;
}

#rotary_club_matter .news-banner-left .title-mvp .tag {
  margin-left: 11px;
  margin-top: -4px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-banner-left .title-mvp {
    position: absolute;
    top: 79%;
    height: 42%;
  }
  #rotary_club_matter .news-banner-left .title-mvp h3 {
    margin-bottom: 1px;
    margin-top: 8px;
    padding: 0px;
  }
  #rotary_club_matter .news-banner-left .title-mvp p {
    margin-top: 2px;
    padding: 0px;
    margin-bottom: 2px;
  }
  #rotary_club_matter .news-banner-left .title-mvp .tag {
    margin: 0px;
  }
  #rotary_club_matter .news-banner-left .title-mvp .card-media-object-tag {
    margin: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #rotary_club_matter .news-banner-left .title-mvp {
    top: 79.5%;
  }
}

#rotary_club_matter .news-banner-right {
  position: relative;
  overflow: hidden;
}

#rotary_club_matter .news-banner-right .card-media-object-tag {
  background-color: #1d4781;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  padding: 13px 30px 13px 7px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-banner-right .card-media-object-tag {
    margin-left: 0px;
    margin-right: 3px;
  }
}

#rotary_club_matter .news-banner-right .news-banner-right-img {
  height: 250px !important;
  object-fit: cover;
  filter: brightness(0.7);
  margin-bottom: 1rem;
}

#rotary_club_matter .news-banner-right .news-banner-right-img:hover {
  transform: scale(1.099);
  -webkit-transition: all 0.5s ease-in;
}

#rotary_club_matter .news-banner-right .title-mvp-right {
  position: absolute;
  top: 75%;
  width: 100%;
}

#rotary_club_matter .news-banner-right .title-mvp-right h3 {
  color: whitesmoke;
  font-weight: 600;
  padding-left: 1rem;
  margin-bottom: 1px;
  cursor: pointer;
}

#rotary_club_matter .news-banner-right .title-mvp-right p {
  margin-top: 0px;
  cursor: pointer;
  padding-left: 1rem;
  margin-bottom: -6px;
}

#rotary_club_matter .news-banner-right .title-mvp-right .tag {
  margin-left: 11px;
  margin-top: -4px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-banner-right .title-mvp-right .tag {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-banner-right .title-mvp-right {
    position: absolute;
    top: 79%;
    height: 40%;
  }
  #rotary_club_matter .news-banner-right .title-mvp-right h3 {
    margin-bottom: 1px;
    padding: 0px;
  }
  #rotary_club_matter .news-banner-right .title-mvp-right p {
    margin-top: 2px;
    padding: 0px;
    margin-bottom: 2px;
  }
}

#rotary_club_matter .news-sub-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#rotary_club_matter .news-sub-banner .card-media-object-tag {
  background-color: #1d4781;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  padding: 13px 28px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-sub-banner .card-media-object-tag {
    margin-left: 0px;
    margin-right: 3px;
  }
}

#rotary_club_matter .news-sub-banner img {
  filter: brightness(0.7);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#rotary_club_matter .news-sub-banner img:hover {
  transform: scale(1.099);
  -webkit-transition: all 0.5s ease-in;
}

#rotary_club_matter .news-sub-banner .title-mvp-right-sub {
  position: absolute;
  top: 68%;
  height: 23%;
}

#rotary_club_matter .news-sub-banner .title-mvp-right-sub h4 {
  color: whitesmoke;
  font-weight: 600;
  padding-left: 0rem;
  margin-bottom: 1px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-sub-banner .title-mvp-right-sub h4 {
    margin-bottom: 1px;
    padding: 0px;
  }
}

#rotary_club_matter .news-sub-banner .title-mvp-right-sub p {
  margin-top: 0px;
  cursor: pointer;
  padding-left: 1rem;
  margin-bottom: -6px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-sub-banner .title-mvp-right-sub p {
    margin-top: 2px;
    padding: 0px;
    margin-bottom: 2px;
  }
}

#rotary_club_matter .news-sub-banner .title-mvp-right-sub .tag {
  margin-left: 11px;
  margin-top: -4px;
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-sub-banner .title-mvp-right-sub .tag {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-sub-banner .title-mvp-right-sub {
    margin-bottom: 1rem;
    height: 43%;
  }
}

@media only screen and (max-width: 600px) {
  #rotary_club_matter .news-sub-banner {
    position: relative;
    margin-top: 1rem;
    padding-bottom: 18px;
  }
}

#rotaty_club_matter_second_banner {
  margin-top: 3rem;
}

#rotaty_club_matter_second_banner img {
  cursor: pointer;
  margin-top: 2rem;
}

#rotaty_club_matter_second_banner .post-banner-details h4 {
  margin-bottom: 1px;
  cursor: pointer;
}

#rotaty_club_matter_second_banner .post-banner-details p {
  margin-bottom: 1px;
  cursor: pointer;
}

#rotary_club_matter_third_banner {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

#rotary_club_matter_third_banner h1 {
  margin-bottom: 1.875rem;
}

#rotary_club_matter_third_banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#rotary_club_matter_third_banner .post-banner-sub-banner h4 {
  margin-bottom: 1px;
  margin-top: 0px;
  margin-top: 10px;
}

#rotary_club_matter_third_banner .post-banner-sub-banner p {
  margin-bottom: 6px;
}

#resource_explain {
  margin-top: 2rem;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #resource_explain {
    margin-top: 1rem;
  }
}

#resource_explain .shadow-text {
  font-weight: 800;
  opacity: 0.09;
  top: -2.5rem;
  position: absolute;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #resource_explain .shadow-text {
    display: none;
  }
}

#resource_explain h1 {
  text-align: left;
}

#resource_explain .hero-img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#resource_explain .hero-img img {
  border-radius: 1rem;
  /* height: 60vh; */
  width: 100%;
  /* background-position: center center; */
  /* background-size: cover; */
  border-radius: 1rem;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  #resource_explain .hero-img img {
    height: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #resource_explain .hero-img img {
    height: 22vh;
  }
}

#resource_explain .description {
  margin-bottom: 3rem;
}

#resource_explain .description p {
  line-height: 2.1rem;
  letter-spacing: 0.4px;
  text-align: left;
}

#resource_explain .suggest_message_resource {
  padding-top: 0rem;
  padding-left: 1rem;
  padding-bottom: 3rem;
  border-radius: 1rem;
}

@media only screen and (max-width: 600px) {
  #resource_explain .suggest_message_resource {
    padding-top: 0.8rem;
    padding-left: 0rem;
    padding-bottom: 0.8rem;
  }
}

#resource_explain .suggest_message_resource h6 {
  color: gray;
  font-weight: 500;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}

@media only screen and (max-width: 600px) {
  #resource_explain .suggest_message_resource h6 {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
}

#resource_explain .suggest_message_resource p {
  padding: 0;
  color: #1c4680;
  margin-bottom: 9px;
}

#resource_explain .suggest_message_resource a {
  margin-bottom: 7px;
  padding: 0px;
}

#resource_explain .description-img img {
  margin-top: 2rem;
  height: 60vh;
  margin-bottom: 2rem;
}

#more_topic {
  margin-bottom: 3rem;
}

#more_topic .suggest-title {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 600px) {
  #more_topic .suggest-title {
    margin-top: 6rem !important;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #more_topic .suggest-title {
    margin-top: 7rem !important;
  }
}

#more_topic .suggest-title h2 {
  text-align: left;
}

#more_topic .suggest-title .card-media-object-tag {
  background-color: #eea14a;
  color: black;
  font-weight: bold;
  border-radius: 2px;
  padding: 13px 28px;
}

@media only screen and (max-width: 600px) {
  #more_topic .suggest-title .card-media-object-tag {
    margin-left: 0px;
    margin-right: 3px;
  }
}

#more_topic .suggest-title .shadow-text-suggest {
  font-weight: 700;
  opacity: 0.09;
  top: -3rem;
  position: absolute;
}

#more_topic .resources-info {
  overflow: hidden;
  min-height: 225px;
}

#more_topic .resources-info .suggest-item {
  width: auto;
  max-height: 150px;
  overflow: hidden;
}

#more_topic .resources-info .suggest-item img {
  width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #more_topic .resources-info .suggest-item {
    height: 11vh;
  }
}

@media only screen and (max-width: 600px) {
  #more_topic .resources-info .suggest-item {
    max-height: auto;
  }
}

@media only screen and (max-width: 600px) {
  #more_topic .resources-info .suggest-item {
    min-height: auto;
    max-height: 100%;
  }
}

#more_topic p {
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 1rem;
  color: gray;
  margin-top: 0px;
}

#more_topic h4 {
  margin-bottom: 1px;
  cursor: pointer;
  text-transform: capitalize;
}

#more_topic .card-media-object-tag {
  background-color: #eea14a;
  color: black;
  font-weight: bold;
  border-radius: 2px;
  padding: 13px 28px;
}

@media only screen and (max-width: 600px) {
  #more_topic .card-media-object-tag {
    margin-left: 0px;
    margin-right: 3px;
  }
}

#more_topic .resource_download {
  border-style: solid;
  text-align: left;
  padding-top: 10px;
  color: #3273ad;
  padding-bottom: 10px;
  border: none;
  background-color: white;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 10px;
  margin-left: 0px;
  width: auto;
  float: right;
  font-weight: 500;
}

#more_topic .post-banner-details {
  padding: 10px;
}

#more_topic .post-banner-details h5 {
  padding-top: 1rem;
}

#more_topic .resource-info {
  overflow: hidden;
  min-height: 300px;
  margin-bottom: 2rem;
}

#more_topic .resource-info .suggest-item {
  height: 25vh;
}

#more_topic .resource-info .suggest-item img {
  height: 100%;
  object-fit: cover;
}

#dg_history h1 {
  margin-top: 2.2rem;
  margin-bottom: 2rem;
}

#dg_history .profile-img-past-dg {
  height: 200px;
}

#dg_history .img-fluid {
  max-width: 100%;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
}

#dg_history .short-desc {
  background: #ffffff;
  min-height: 6.5rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  #dg_history .short-desc {
    height: 9rem;
  }
}

#dg_history .short-desc h2 {
  font-size: 1.15em;
  margin-top: 0;
  color: #1d4781;
  padding-top: 0.5rem;
  font-weight: 600;
  margin-bottom: 4px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dg_history .short-desc h2 {
    letter-spacing: 0px;
  }
}

#dg_history .short-desc h3 {
  font-size: 1em;
  margin-top: 0;
  font-weight: 600;
}

#dg_history .short-desc p {
  font-size: 0.8em;
  list-style: none;
  line-height: 1.7;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  #dg_history .short-desc p {
    padding-bottom: 0rem;
  }
}

#dg_history .past-dg-profile {
  height: 250px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dg_history .past-dg-profile {
    height: auto;
  }
}

#dg_history .profile-img-past-dg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#dg_history .learn_more {
  border-style: solid;
  border-color: #1c4680;
  margin-top: 5rem;
  margin-bottom: 0rem;
  text-align: center;
  padding-top: 10px;
  color: #3273ad;
  padding-bottom: 10px;
  background-color: white;
  margin-left: 37rem;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 23px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  #dg_history .learn_more {
    margin-left: 5rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dg_history .learn_more {
    margin-left: 20rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

#message_from_dg {
  background-color: white !important;
}

#message_from_dg #short-nav {
  width: 100%;
  border-style: solid;
  text-align: center;
  border-color: whitesmoke;
  cursor: pointer;
  display: none;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
  #message_from_dg #short-nav {
    display: block;
  }
}

#message_from_dg .month p {
  display: none;
}

@media only screen and (max-width: 600px) {
  #message_from_dg .month p {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
  }
  #message_from_dg .month p::before {
    position: absolute;
    content: "";
    height: 3px;
    background-color: #242424;
    width: 13%;
    border-radius: 157px;
    margin-left: 1px;
    top: 70%;
  }
}

#message_from_dg h4 {
  border-style: solid;
  border-color: #1c4680;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 40%;
  padding-left: 7px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #message_from_dg h4 {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #message_from_dg h4 {
    width: 100%;
  }
}

#message_from_dg #nav_item {
  display: none;
}

#message_from_dg #nav_item {
  display: none;
  position: relative;
  background-color: white;
  border: solid;
  font-weight: bold;
  z-index: 18;
  left: 0%;
  margin-top: -15px;
  width: 100%;
  padding-right: 6px;
  overflow: hidden;
  transition: all 0.3s linear;
}

#message_from_dg #nav_item .time-line {
  padding: 0;
}

#message_from_dg #nav_item .time-line li {
  list-style: none;
  padding-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

#message_from_dg #nav_item .time-line th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.4rem;
  width: 50%;
}

#message_from_dg #nav_item .time-line .active {
  background-color: #1c4680;
  color: white;
  font-weight: bold;
  width: 107%;
  padding-top: 1rem;
}

@media only screen and (max-width: 600px) {
  #message_from_dg #nav_item {
    display: block;
  }
}

#message_from_dg #desktop-view .time-line {
  padding: 0;
  margin-top: 2rem;
}

#message_from_dg #desktop-view .time-line li {
  list-style: none;
  padding-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

#message_from_dg #desktop-view .time-line .active {
  background-color: #1c4680;
  color: white;
  margin-left: 0px;
  font-weight: bold;
  padding-top: 10px;
  width: 79%;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 21px;
}

#message_from_dg #desktop-view .time-line .active::after {
  position: absolute;
  left: 74.9%;
  /* transform: translateX(115%); */
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #1c4680;
  content: "";
  transform: rotate(-89deg);
  top: auto;
  margin-top: 0.5rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #message_from_dg #desktop-view .time-line .active {
    width: 96%;
  }
  #message_from_dg #desktop-view .time-line .active::after {
    left: 85.9%;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 600px) {
  #message_from_dg #desktop-view {
    display: none;
  }
}

#message_from_dg .message_desc {
  color: inherit;
  word-break: break-word;
  margin-bottom: 1.4em;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  #message_from_dg .message_desc {
    margin-left: 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #message_from_dg .message_desc {
    margin-left: 0rem;
  }
}

#downloads {
  background-color: white;
  margin-bottom: 1rem;
}

#downloads h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#downloads .styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  border: solid;
  border-top: none;
  border-bottom: none;
  width: 100%;
}

#downloads .styled-table thead tr {
  background-color: whitesmoke;
  color: black;
  text-align: left;
}

#downloads .styled-table th,
#downloads .styled-table td {
  padding: 12px 15px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#downloads .styled-table th h2,
#downloads .styled-table td h2 {
  font-size: 1.2rem;
  padding-top: 0.5rem;
  float: left;
  font-weight: bold;
}

#downloads .styled-table th h3,
#downloads .styled-table td h3 {
  font-size: 1.2rem;
  padding-top: 0.5rem;
  float: right;
  font-weight: bold;
}

#downloads .styled-table tr {
  border-bottom: 1px solid #dddddd;
}

#downloads .styled-table .download_button {
  color: black;
  background-color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  float: right;
  font-size: 1.2rem;
  line-height: 1.25rem;
}

#downloads .styled-table .download_pagination {
  float: right;
}

#user_details {
  margin-bottom: 5rem;
}

#user_details .parent-layout {
  margin-left: 0;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #user_details .parent-layout {
    margin-bottom: 2rem;
    margin-top: 0px !important;
  }
}

#user_details .left-layout {
  background-color: #eea14a;
  height: 20rem;
  width: 20rem;
  margin-top: 3rem;
  margin-left: 22px;
  display: block;
}

@media only screen and (max-width: 600px) {
  #user_details .left-layout {
    display: none;
  }
}

#user_details .about-team-img {
  height: 20rem;
  left: 73px;
  position: absolute;
  top: 83px;
  width: 20rem;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  #user_details .about-team-img {
    position: relative;
    top: 15px;
    left: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    object-position: top;
    border: solid;
    color: #f3ba6b;
    width: 100%;
    border-radius: 4%;
  }
}

#user_details .details {
  margin-top: 3rem;
}

#user_details h4 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#user_details p {
  padding: 0px;
  margin: 0px;
}

#user_details h5 {
  margin-top: 20px;
}

#change_info {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

#change_info .form {
  position: relative;
  filter: drop-shadow(0 0 2px #000000);
  border-radius: 5px;
  width: 70%;
  margin-left: 11rem;
  height: 31rem;
  background-color: #ffffff;
  padding: 50px;
}

#change_info .form input {
  outline: 0;
  background: #f2f2f2;
  border-radius: 4px;
  width: 100%;
  border: 0;
  margin: 0.4rem;
  color: black;
  padding: 15px;
}

#change_info .form button {
  outline: 0;
  background: #1d4781;
  width: 50%;
  border: 0;
  float: right;
  margin-top: 0px;
  border-radius: 3px;
  padding: 15px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #change_info .form button {
    width: 51%;
  }
}

@media only screen and (max-width: 600px) {
  #change_info .form {
    position: relative;
    filter: none;
    border-radius: 0px Im !important;
    width: 100% !important;
    margin-left: 0rem !important;
    height: auto !important;
    padding: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #change_info .form {
    filter: none;
    height: auto;
    margin-left: 3rem;
  }
}

#change_info span {
  color: red;
  margin: 10px 0;
}

#change_info .message {
  margin: 15px 0;
  text-align: center;
}

#change_info a {
  color: #1d4781;
  text-decoration: none;
}

#change_password {
  margin-top: 3rem;
  margin-bottom: 7rem;
}

#change_password .login-page {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

#change_password .form {
  position: relative;
  filter: drop-shadow(0 0 2px #000000);
  border-radius: 5px;
  width: 360px;
  height: 420px;
  background-color: #ffffff;
  padding: 40px;
}

#change_password .form input {
  outline: 0;
  background: #f2f2f2;
  border-radius: 4px;
  width: 100%;
  border: 0;
  margin-bottom: 1rem;
  padding: 15px;
}

#change_password .form img {
  position: absolute;
  height: 20px;
  top: 203px;
  right: 60px;
  cursor: pointer;
}

#change_password .form button {
  outline: 0;
  background: #1d4781 !important;
  width: 100%;
  border: 0;
  margin-top: 30px;
  border-radius: 3px;
  padding: 15px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #change_password .form {
    position: relative;
    filter: none;
    border-radius: 5px;
    width: 360px;
    height: 420px;
    background-color: #ffffff;
    padding: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #change_password .form {
    filter: none;
  }
}

#change_password p {
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
  font-weight: normal;
}

#change_password span {
  color: black;
  margin: 10px 0;
}

#change_password .password {
  margin: 0px;
  position: absolute;
}

#change_password .form button:hover,
#change_password .form button:active,
#change_password .form button:focus {
  color: #fff;
}

#change_password .message {
  margin: 15px 0;
  text-align: center;
}

#change_password .form .message a {
  color: #1d4781;
  text-decoration: none;
}

#dg_details_banner h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#dg_details_banner .dg-single > div:first-child .details-desc {
  border-bottom: 4px solid #f0ac55;
}

#dg_details_banner .heading-banner {
  color: rgba(75, 85, 99, 0.7);
  text-transform: capitalize;
  line-height: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1px;
}

#dg_details_banner .meet-our-team-title {
  color: rgba(75, 85, 99, 0.8);
  text-transform: capitalize;
  line-height: 1.75rem;
  font-weight: 700;
}

#dg_details_banner .DG-title {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 600px) {
  #dg_details_banner .DG-title {
    margin-top: 2rem;
  }
}

#dg_details_banner .list-design {
  border-radius: 0.375rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

#dg_details_banner .short-desc {
  line-height: 1.6;
  margin-top: 1rem;
  color: rgba(75, 85, 99, 0.6);
}

#dg_details_banner img {
  object-position: top;
  object-fit: cover;
  height: 17rem;
  width: 100%;
}

#dg_details_banner .details-desc {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  min-height: 4rem;
}

#dg_details_banner .details-desc h2 {
  margin-top: 0;
  color: #1d4781;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 1.15em;
}

#dg_details_banner .details-desc h3 {
  font-size: 1em;
  margin-top: 0;
  font-weight: 600;
  color: black;
}

#dg_details_banner .details-desc p {
  font-size: 0.8em;
}

.modal-body .event-title {
  margin-bottom: 1rem;
}

.modal-body .event-title h2 {
  font-size: 1.15rem;
  margin-top: 0;
  padding-top: 0.5rem;
  font-weight: 700;
}

.modal-dialog-centered {
 /* min-width: 1000px;*/
}

.learnEvent {
  background: transparent;
  color: black;
  border-radius: 0;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: 10px 23px;
  font-weight: 600;
}

.learnEvent:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.fc-scroller {
  height: auto !important;
}

.fc-event-container {
  /*display: none !important;*/
}

.fc-left h2 {
  font-size: 1.4rem;
  font-weight: 400;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  /*border-color: #fff !important;*/
}

#calender {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 3em !important;
  text-align: left;
  margin-top: 0.5rem !important;
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
 /* margin-top: 1.5rem;*/
  text-align: left;
  /*margin-left: -1.4rem;*/
}

.fc-unthemed td.fc-today {
  /* width: 20px; 
  height: 20px !important;
   border-radius: 45px; 
  color: white;
  padding-top: 0.5rem; 
  float: none;
  background: #e09400 !important;
  position: absolute !important;
  width: 20px !important;
  padding-bottom: 0.5rem !important;
  padding-right: 0.4rem !important;
  border-radius: 1rem !important;
  top: 0 !important;
  margin-left: 2rem !important;*/
}

.fc-highlight {
  /* width: 20px; 
  height: 20px !important;
  border-radius: 45px; 
  color: white;
  padding-top: 0.5rem; 
  float: none;
  background: #e09400 !important;
  position: absolute !important;
  width: 20px !important;
  padding-bottom: 0.5rem !important;
  padding-right: 0.4rem !important;
  border-radius: 1rem !important;
  top: 0 !important;
  margin-left: 1.6rem !important;*/
}

/* footer */
#socialWrap {
  padding-top: 70px;
}

#socialWrap .container {
  padding-bottom: 35px;
}

#socialWrap .right {
  text-align: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#socialWrap .right a {
  font-size: 1.5em;
  margin-left: 20px;
}

#socialWrap .right a:hover {
  color: #1d4781;
}

#socialWrap .social {
  display: flex;
}

#socialWrap .social img {
  height: 45vh;
  object-fit: cover;
  object-position: top;
}

#footerWrap {
  background: #f8f9fa;
}

#footerWrap h2 {
  font-size: 2.1em;
  margin-bottom: 25px;
  margin-top: 0;
}

#footerWrap h2 span {
  font-weight: 700;
}

#footerWrap .leftFoot .feildCov {
  margin-bottom: 20px;
}

#footerWrap .leftFoot .feildCov label {
  margin-bottom: 0;
}

#footerWrap .leftFoot .form-control {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  font-size: 0.9em;
  color: #000;
}

#footerWrap .leftFoot form {
  text-align: right;
}

#footerWrap .leftFoot .view_more {
  border: 1px solid #000;
  background: transparent;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 30px;
}

#footerWrap .leftFoot .view_more:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

#footerWrap .footInfo {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  #footerWrap .footInfo {
    flex-wrap: wrap;
  }
}

#footerWrap .footInfo .infoBox h3 {
  text-transform: uppercase;
  margin-top: 0;
}

#footerWrap .footInfo .infoBox a:hover {
  text-decoration: underline;
}

#footerWrap .footSocialLinks {
  display: flex;
  margin-top: 25px;
  margin-bottom: 30px;
}

#footerWrap .footSocialLinks .socialBox {
  width: 106px;
  height: 100px;
  border: 1px solid #000;
  border-right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #footerWrap .footSocialLinks .socialBox {
    height: 85px;
  }
}

#footerWrap .footSocialLinks .socialBox i {
  font-size: 1.6em;
  margin-bottom: 7px;
}

#footerWrap .footSocialLinks .socialBox:last-child {
  border-right: 1px solid #000;
}

#footerWrap p span {
  font-weight: 600;
}
/*# sourceMappingURL=main.css.map */