@charset "UTF-8";
body {
  color: #636c77;
  font: 400 14px/23px "Quicksand", Arial, Helvetica, sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #636c77;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:after,
*:before,
a {
  transition: all 300ms ease-in-out;
}

strong {
  color: #414141;
}

b,
strong {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
#asn-news {
  background: #FFE57E;
  border-bottom: 1px solid #ddd;
}

.bn-wrapper {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background: #FFE57E;
}
.bn-wrapper .bn-close {
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  right: 6px;
  font-size: 24px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.bn-wrapper .bn-close:hover {
  color: #EB3941;
  font-weight: bold;
}

.breaking-news-ticker {
  border: none;
  box-shadow: none;
  position: relative;
}

.bn-news {
  top: 0;
  background: #FFE57E;
}

.bn-label {
  z-index: 0;
  padding: 0 15px;
}

.bn-news ul li a {
  color: #000;
}

#asn-topbar {
  padding: 10px 0;
  background: #fcfcfc;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#asn-topbar:after {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: #3949AB url("../../img/top-strip.jpg") no-repeat;
}

.socialicons ul {
  margin: 0;
  padding: 0;
}
.socialicons ul li {
  display: inline-block;
  padding: 0 5px;
  list-style-type: none;
}
@media (max-width: 768px) {
  .socialicons ul li {
    padding: 0 2px;
  }
}
.socialicons ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 18px;
  background: none;
  border-radius: 0;
  line-height: inherit;
  padding: 5px 0;
}
.socialicons li:first-child {
  padding-left: 0;
}
.socialicons a i {
  display: block;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
}
.socialicons .asn-facebook i {
  color: #3b5999;
}
.socialicons .asn-youtube i {
  color: #cd201f;
}

.loginarea ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.loginarea ul li {
  list-style: none;
  display: inline-block;
  padding: 0 0 0 12px;
}
.loginarea ul li a {
  display: block;
  color: #666;
}

.signup {
  background: #08473d;
  border-color: #08473d;
  border-radius: 0.2rem;
  color: #fff !important;
  padding: 5px 12px;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.sj-languagelogin {
  float: right;
}

.sj-userloginarea {
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .sj-userloginarea {
    margin: 0;
  }
}

.sj-userloginarea a {
  width: 100%;
  float: left;
  display: block;
  color: #636c77;
  position: relative;
  padding: 0 30px 0 0;
}

.sj-userloginarea > a > i {
  top: 50%;
  right: 0;
  font-size: 16px;
  margin: -8px 0 0;
  line-height: 16px;
  position: absolute;
  font-family: "FontAwesome";
}

.sj-userloginarea img {
  width: 48px;
  float: left;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px 0 0;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .sj-userloginarea img {
    width: 35px;
    height: 35px;
  }
}

.sj-loginusername {
  padding: 8px 0;
  overflow: hidden;
}

.sj-loginusername h3 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 500;
  line-height: 14px;
}

.sj-loginusername span {
  display: block;
  font-size: 13px;
  line-height: 13px;
}

.sj-usernav {
  right: 0;
  opacity: 0;
  top: 140px;
  z-index: 9;
  width: 220px;
  visibility: hidden;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in-out;
}

.sj-userlogedin:hover .sj-usernav {
  top: 80px;
  opacity: 1;
  visibility: visible;
}

.sj-usernav:before {
  width: 0;
  top: -5px;
  height: 0;
  right: 30px;
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #fff;
}

.sj-usernav ul {
  width: 100%;
  float: left;
  font-size: 12px;
  list-style: none;
  line-height: 13px;
  border-radius: 5px;
  background: #fff;
}

.sj-usernav ul li {
  width: 100%;
  float: left;
  position: relative;
  line-height: inherit;
  list-style-type: none;
}

.sj-usernav ul li:nth-child(even) a {
  background: #fcfcfc;
}

.sj-usernav > ul > li + li {
  border-top: 1px solid #ddd;
}

.sj-usernav ul li a {
  color: #919191;
  display: block;
  padding: 13px 20px;
  line-height: inherit;
  position: relative;
}

.sj-usernav ul li a:before {
  top: 0;
  left: 0;
  height: 0;
  content: "";
  width: 2px;
  position: absolute;
}

.sj-usernav ul li a:hover:before {
  height: 100%;
}

.sj-usernav ul li a i {
  float: left;
  width: 30px;
  color: #919191;
  font-size: 15px;
  line-height: 15px;
}

.sj-usernav ul li a span {
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
}

.sj-usernav ul li .sub-menu {
  border: 0;
  left: 100%;
  border-radius: 0 5px 5px 0;
}

.sj-usernav ul li:hover .sub-menu {
  top: 0;
  opacity: 1;
  display: block;
  visibility: visible;
}

.sj-usernav ul li .sub-menu li a {
  border-radius: 0 5px 5px 0;
}

.sj-usernav ul li .sub-menu li:hover {
  background: none;
}

.sj-userloginarea:hover .sj-usernav {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.mobile-search {
  display: none;
}
@media (max-width: 768px) {
  .mobile-search {
    display: inline-block;
  }
}

.sj-logo {
  float: left;
}
.sj-logo img {
  width: auto;
  height: 90px;
}
@media (max-width: 768px) {
  .sj-logo img {
    height: 75px;
  }
}

#asn-menu {
  background: #fcfcfc;
}

.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.sj-dropdowarrow {
  top: 9px;
  right: 15px;
  color: #fff;
  background: #08473d;
  width: 20px;
  z-index: 5;
  height: 20px;
  display: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.sj-dropdowarrow i {
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.sj-open .sj-dropdowarrow i:before {
  content: "\f106";
}

.menu-itsj-has-children,
.menu-itsj-has-mega-menu {
  position: relative;
}

.navbar-toggle {
  border: 0;
  margin: 3px 0;
  border-radius: 0;
  padding: 10px 12px;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.sj-nav {
  float: left;
  text-transform: capitalize;
  font: 500 16px/18px "Quicksand", Arial, Helvetica, sans-serif;
}

.sj-navigation {
  padding: 0;
  width: 100%;
  float: left;
  z-index: 1;
}

.sj-navigation ul {
  list-style: none;
  line-height: inherit;
}

.sj-navigation > ul {
  width: 100%;
  float: left;
  list-style: none;
  text-align: center;
  line-height: inherit;
}

.sj-navigation ul li {
  line-height: inherit;
  list-style-type: none;
}

.sj-navigation > ul > li {
  float: left;
  width: auto;
  position: relative;
}

.sj-navigation > ul > li > a {
  color: #636c77;
  display: block;
  border-radius: 6px;
  position: relative;
  padding: 11px 16px;
  border: 1px solid transparent;
}

.sj-navigation > ul > li:hover > a {
  color: #08473d;
}

.sj-btn-link {
  background: #08473d;
  color: #fff !important;
  padding: 11px 25px !important;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.sj-btntopsearch {
  margin: 0 10px 0 0;
}

.sj-navigation > ul > li:hover > a:not(.sj-btn-link):not(.sj-btntopsearch),
.sj-navigation > ul > li.current-menu-item > a {
  background: #fff;
  border-color: #ddd;
}

.sj-navigation > ul > li.menu-item-has-children > a,
.sj-navigation > ul > li.page_item_has_children > a {
  position: relative;
  padding: 11px 30px 11px 16px;
}

.sj-navigation > ul > li.menu-item-has-children > a:before,
.sj-navigation > ul > li.page_item_has_children > a:before {
  font-family: "FontAwesome";
  top: 50%;
  right: 10px;
  font-size: 16px;
  margin: -5px 0 0;
  content: "\f107";
  line-height: 10px;
  position: absolute;
}

.sub-menu,
.children {
  left: 0;
  top: 150px;
  opacity: 0;
  text-align: left;
  background: #fff;
  margin: 0;
  width: 230px;
  border-radius: 6px;
  border-top: 2px solid;
  visibility: hidden;
  position: absolute;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in-out;
  z-index: 1;
}

.sj-navigation > ul > li.menu-item-has-children:last-child .sub-menu,
.sj-navigation > ul > li.page_item_has_children:last-child .sub-menu {
  right: 0;
  left: auto;
}

.sj-navigation > ul > li.menu-item-has-children:last-child .sub-menu li .sub-menu,
.sj-navigation > ul > li.page_item_has_children:last-child .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}

.sub-menu li,
.children li {
  width: 100%;
  float: left;
  position: relative;
  transition: all 300ms ease-in-out;
}

.sub-menu li:hover,
.children li:hover {
  background: #f7f7f7;
}

.sub-menu li a,
.children li a {
  color: #636c77;
  display: block;
  padding: 13px 30px;
}

.sub-menu li.menu-item-has-children a,
.children li.menu-item-has-children a,
.sub-menu li.page_item_has_children a,
.children li.page_item_has_children a {
  position: relative;
}

.sub-menu li.menu-item-has-children > a:before,
.children li.menu-item-has-children > a:before,
.sub-menu li.page_item_has_children > a:before,
.children li.page_item_has_children > a:before {
  top: 0;
  right: 30px;
  content: "\f105";
  font-size: 14px;
  line-height: 44px;
  position: absolute;
  font-family: "FontAwesome";
}

.sub-menu li.menu-item-has-children .sub-menu,
.children li.menu-item-has-children .sub-menu,
.sub-menu li.menu-item-has-children .sub-menu,
.children li.page_item_has_children .sub-menu {
  left: 100%;
}

.sub-menu li.page_item_has_children:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.sj-navigation > ul > li:hover > .sub-menu,
.sj-navigation > ul > li:hover > .children,
.sj-navigation > ul > li:hover > .mega-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .sj-navigation > ul > li > a {
    padding: 11px 10px;
  }
}
@media (max-width: 991px) {
  .sj-dropdowarrow {
    display: block;
  }
  .navbar-toggler {
    color: #fff;
    background: #08473d;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    outline: 0;
  }
  .sj-nav {
    float: left;
  }
  .sj-navigation {
    left: 0;
    top: 100%;
    background: #fff;
    position: absolute;
  }
  .sj-navigation > ul {
    text-align: left;
  }
  .sj-navigation ul li {
    width: 100%;
    float: left;
  }
  .sj-navigation ul li + li {
    border-top: 1px solid #ddd;
  }
  .sj-navigation > ul > li.menu-item-has-children > a:before {
    display: none;
  }
  .sj-navigation ul li a {
    padding: 10px 20px;
  }
  .sub-menu,
  .children {
    opacity: 1;
    display: none;
    box-shadow: none;
    visibility: visible;
    position: static;
    width: 100% !important;
  }
  .sj-navigation .sub-menu li a {
    padding: 10px 30px;
  }
  .sj-navigation > ul > li:hover > a,
  .sj-navigation > ul > li.current-menu-item > a {
    border: 0;
  }
}
@media (max-width: 767px) {
  .sj-navigationarea .sj-rightarea {
    float: none;
    text-align: right;
  }
}
*:after,
*:before {
  transition: all 300ms ease-in-out;
}

a {
  color: #08473d;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

a:hover,
a:active {
  color: #08473d;
}

.input-group-text {
  font-size: inherit !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .phone {
    display: none !important;
  }
}
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
    float: left;
  }
}

button {
  border: none !important;
  outline: none !important;
}

p a,
p a:hover {
  text-decoration: underline;
  color: #08473d;
}

#slider {
  background: #fcfcfc;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.carousel {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.carousel img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .carousel img {
    height: 140px;
  }
}

.navigator {
  font-size: 2rem;
  color: #c2c2c1;
  visibility: hidden;
}

.carousel:hover .navigator {
  visibility: visible;
}

/* Santa */
.christmas {
  position: relative;
}

.christmas__merry {
  font-family: "Charm", cursive;
  text-align: center;
  position: absolute;
  top: 10%;
  right: 2%;
  color: #EE0200;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.9);
  font-size: 2rem;
}
@media (max-width: 768px) {
  .christmas__merry {
    font-size: 1.1rem;
  }
}

.christmas__merry div:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .christmas__merry div:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}

.christmas__leading {
  font-weight: 700;
  font-size: 4rem;
  background: url("../../img/animated-bg.png") no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-shadow: none;
  animation: animateXmas 90s linear infinite;
}
@media (max-width: 768px) {
  .christmas__leading {
    font-size: 2rem;
  }
}

@keyframes animateXmas {
  0% {
    background-position: 0% 30%;
  }
  100% {
    background-position: 100% 50%;
  }
}
#content-area {
  padding: 50px 0;
  float: left;
  width: 100%;
}

.content-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

#primary {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (max-width: 768px) {
  #primary {
    width: 100%;
    margin-bottom: 40px;
  }
}

#secondary {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}
@media (max-width: 768px) {
  #secondary {
    width: 100%;
  }
}

.main-content .welcome {
  font-size: 30px;
  font-weight: 545;
  line-height: 34px;
  color: #08473d;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-content .welcome {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
  }
}

.sidebar {
  padding-left: 30px;
}

.welcome-msg {
  padding-bottom: 50px;
}
.welcome-msg img {
  float: left;
  margin-right: 20px;
  padding-top: 7px;
  max-width: 100%;
  width: 276px;
}
@media (max-width: 768px) {
  .welcome-msg img {
    padding-bottom: 15px;
    width: 198px;
    max-width: 100%;
  }
}

.msg p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.msg .designation {
  font-size: 12px;
  font-style: italic;
  font-weight: 550;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .intro-div {
    display: flex;
    justify-content: space-between;
  }
}
.intro-div div {
  flex-basis: 49%;
  padding: 25px;
  margin-bottom: 15px;
  border: 1px solid #fafafa;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 40px;
  transition: all 300ms ease-in-out;
}
.intro-div div:hover {
  box-shadow: none;
  border: 1px solid #fafafa;
}
.intro-div div h2 {
  font-size: 18px;
  position: relative;
}
.intro-div div h2:before {
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 20px;
  background: #ACD66F;
  width: 50px;
  bottom: 0;
  margin-bottom: -8px;
  left: 8%;
  transform: translate(-50%, -50%);
}
.intro-div div p {
  padding-top: 10px;
}
.intro-div div .more-btn {
  border: 1px solid #08473d;
  background: transparent;
  color: #08473d;
  font-size: 12px;
  padding: 1px 8px;
  transition: all 300ms ease-in-out;
}
.intro-div div .more-btn:hover {
  border: 1px solid #08473d;
  background: #08473d;
  color: #fff;
}

.latest-news {
  font-size: 22px;
  position: relative;
}
@media (max-width: 768px) {
  .latest-news {
    font-size: 18px;
  }
}
.latest-news:before {
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 20px;
  background: #ACD66F;
  width: 50px;
  bottom: 0;
  margin-bottom: -8px;
  left: 0;
}

.display-post h3 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 17px;
  text-transform: uppercase;
  color: #4a4a4a;
  margin-top: 12px;
}
.display-post h3:hover {
  text-decoration: underline;
}
.display-post p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.display-post img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .display-post img {
    height: auto;
  }
}

.button {
  color: #fff;
  background: #252525;
  border: 1px solid #252525;
  border-radius: 5em;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  box-shadow: 0 0 0 0 transparent;
  font-size: 0.875rem;
  padding: 0.688rem 2em;
  line-height: 1.2;
  min-width: 150px;
  transition: all 0.15s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.button--primary {
  background: #08473d;
  border-color: #08473d;
  color: #fff;
}
.button--primary:hover {
  border-color: #08473d;
  background: #08473d;
  color: #fff;
}

.button--outline {
  background: transparent;
  color: #333433;
  position: relative;
  overflow: hidden;
}

.button--bold {
  font-weight: 700;
}

.bcolor {
  color: #08473d;
}

@media (max-width: 576px) {
  .button--mobile-block {
    width: 100%;
  }
}
.button--arrow {
  padding-right: 3em;
  padding-left: 3em;
  min-width: 0;
}

.button--arrow:after {
  position: absolute;
  display: block;
  content: "→";
  color: transparent;
  transform: translateX(-0.5em);
  right: 1.8em;
  top: 0.85em;
  transition: translate 0.8s;
}

@media (min-width: 577px) {
  .button--arrow:hover {
    box-shadow: none;
    padding-right: 4.3em;
  }
  .button--arrow:hover:after {
    transform: translateX(0);
    color: currentColor;
  }
  .button--arrow:active:after {
    transform: translateX(1px);
  }
}
.widgets {
  margin-bottom: 30px;
}
.widgets .widget-title {
  background: #08473d none repeat scroll 0 0;
  border-bottom: 0 solid #ffab1f;
  border-left: 5px solid #ffab1f;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding: 5px 15px;
  position: relative;
  margin-bottom: 20px;
}
.widgets .widget-title:after {
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 9px solid #08473d;
  bottom: -20px;
  content: "";
  display: block;
  height: 21px;
  left: 5%;
  margin: 0 auto;
  position: absolute;
  width: 13px;
  z-index: 2;
}
.widgets .textwidget {
  padding-left: 15px;
  padding-right: 15px;
}

.widgets ul {
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
}

.widgets ul li:not(.categories ul li) {
  padding: 2px 0 2px 24px;
  position: relative;
}

.news_li {
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
  padding: 0 15px 10px 15px !important;
  list-style: none !important;
  clear: both !important;
}

.news_li a.newspost-title,
.widgets .news_li a.newspost-title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.sj-widget {
  margin-bottom: 30px;
}

.sj-widget {
  width: 100%;
}

.sj-headtitle {
  display: block;
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}

.sj-widgetcontent {
  width: 100%;
}

.sj-addimage {
  margin: 0;
  width: 100%;
  padding: 7px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

.sj-addimage a {
  display: block;
}

.sj-addimage img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

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

.textwidget p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}
.textwidget p a,
.textwidget p a:visited {
  color: #294a70;
}
.textwidget p a:hover,
.textwidget p a:visited:hover {
  color: #6081a7;
}

#signup,
#payment {
  padding: 60px 0 80px 0;
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  #signup,
  #payment {
    padding-top: 40px;
  }
}

.mb5 h1 {
  margin-bottom: 40px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .mb5 h1 {
    margin-bottom: 34px;
    font-size: 16px;
  }
}

.search-icon {
  color: #ff0000;
  animation: flash linear 1s infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.search-div {
  float: left;
  background: #fff;
  padding: 15px 15px 15px 15px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
}

.search-div:last-of-type {
  border-bottom: none;
}

.search-div h3 {
  font-size: 22px;
  color: #444;
  padding-right: 15px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  text-transform: lowercase;
}

.search-div h3::first-letter {
  text-transform: uppercase;
}

.search-div p {
  color: #333333;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 21px;
}

.search-content h2 {
  font-size: 2rem;
}

span.search-time {
  color: #888;
  font-weight: 100;
  font-size: 11px;
  font-family: "Droid Sans", Arial, Verdana, sans-serif;
}

.register-box {
  max-width: 550px;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 768px) {
  .register-box {
    max-width: 100%;
    padding: 7px;
  }
}

.info {
  display: flex;
  background: rgba(100, 175, 255, 0.15);
  border-radius: 5px;
  margin-bottom: 1.9rem;
  width: 100%;
}

.info-icon {
  background: #64afff;
  border: 1px solid #64afff;
  border-radius: 5px 0 0 5px;
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem 0 0.2rem;
}

.info-text-bold {
  flex: 1;
  border: 1px solid #64afff;
  border-radius: 0 5px 5px 0;
  color: #636c77;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .info-text-bold {
    padding: 0.4rem;
    font-size: 0.84rem;
  }
}

.info span {
  flex: 1;
  border: 1px solid #64afff;
  border-radius: 0 5px 5px 0;
  color: #636c77;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .info span {
    padding: 0.4rem;
    font-size: 0.84rem;
  }
}

.info-content {
  padding: 0.6rem;
}
@media (max-width: 768px) {
  .info-content {
    padding: 0.4rem;
  }
}

.info-warning {
  background-color: rgba(255, 160, 46, 0.15);
  border: 1px solid #ffa02e;
}
.info-warning .info-title {
  color: #ffa02e;
}

.info-title {
  font-size: 1.15rem;
  color: #333433;
  line-height: 1;
  margin: 0 0 0.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .info-title {
    font-size: 0.88rem;
  }
}

.info-text {
  color: #333433;
  font-size: 0.815rem;
  font-size: 12px;
  margin-left: 15px;
  margin-bottom: 0;
}

/* note styles */
.note {
  display: flex;
  padding: 1.5rem 2rem;
  border: 1px solid #64afff;
  background-color: rgba(100, 175, 255, 0.15);
  border-radius: 5px;
  margin-bottom: 1rem;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.note_icon-wrapper {
  flex: 0 3rem;
}

@media (max-width: 576px) {
  .note_icon-wrapper {
    display: none;
  }
}
@media (min-width: 577px) {
  .note_icon-wrapper {
    flex: 0 4rem;
  }
}
.note_icon-error,
.note_icon-info,
.note_icon-success,
.note_icon-warning {
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  margin: 0 auto;
  padding-right: 0;
}

@media (min-width: 577px) {
  .note_icon-error,
  .note_icon-info,
  .note_icon-success,
  .note_icon-warning {
    margin: 0 2rem 0 0;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.note_icon-error {
  background: #fff url(/s/webapp/images/error.svg) no-repeat 50%/40%;
  box-shadow: 2px 2px 1px 0 rgba(255, 69, 33, 0.15);
}

.note_icon-warning {
  background: #fff url(/s/webapp/images/exclamation.svg) no-repeat 50%/15%;
  box-shadow: 2px 2px 1px 0 rgba(255, 160, 46, 0.15);
}

.note_icon-success {
  background: #fff url(/s/webapp/images/check.svg) no-repeat 50%/40%;
  box-shadow: 2px 2px 1px 0 rgba(21, 158, 73, 0.1);
}

.note_icon-info {
  background: #fff url(/s/webapp/images/info.svg) no-repeat 50%/20%;
  box-shadow: 2px 2px 1px 0 rgba(100, 175, 255, 0.15);
}

@media (min-width: 577px) {
  .note_icon {
    padding-right: 1rem;
  }
}
.note_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.note_button {
  margin-left: auto;
}

.note_title {
  font-size: 1.25rem;
  color: #333433;
  line-height: 1;
  margin: 0 0 0.6rem;
  font-weight: 400;
}

.note .errorlist,
.note_text {
  margin: 0;
  color: #333433;
  font-size: 0.875rem;
  line-height: 1.375;
}

.note-error {
  background-color: rgba(255, 69, 33, 0.15);
  border: 1px solid #f05435;
}

.note-error .note_title {
  color: #f05435;
}

.note-warning {
  background-color: rgba(255, 160, 46, 0.15);
  border: 1px solid #ffa02e;
}

.note-warning .note_title {
  color: #ffa02e;
}

.note-success {
  background-color: rgba(21, 158, 73, 0.1);
  border: 1px solid #159e49;
}

.note-success .note_title {
  color: #159e49;
}

.note-info {
  background-color: #eff7ff;
  border: 1px solid #64afff;
}

.note-info .note_title {
  color: #64afff;
}

.note-empty {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  color: #b9b9b9;
}

@media (max-width: 576px) {
  .note {
    padding: 1rem;
  }
  .note_button {
    width: 100%;
    padding-top: 1rem;
  }
}
.button-warning {
  background: #ffa02e;
  border-color: #ffa02e;
  color: #fff;
}

.button-warning:hover {
  border-color: #ffa02e;
  background: #ffb03c;
  color: #fff;
  text-decoration: none;
}

.button-warning:active {
  background: #ffa02e;
  border-color: #ffa02e;
  box-shadow: 0 0 0 0.2rem rgba(255, 160, 46, 0.23);
}

@media screen and (min-width: 768px) {
  .table-responsive {
    overflow-x: hidden !important;
    transition: all 1.5s ease-in-out;
  }
  .table-responsive:hover {
    overflow-x: auto !important;
  }
}
.sj-borderheading {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.sj-borderheading h3 {
  margin: 0;
  float: left;
  font-size: 24px;
  line-height: 24px;
}
.sj-borderheading a {
  float: right;
  display: block;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.sj-heading {
  margin: 0;
  margin-bottom: 38px;
  line-height: 24px;
  color: #555555;
  font-family: Helvetica, sans-serif, "Trebuchet MS";
  font-size: 28px;
  font-style: normal;
}
@media (max-width: 768px) {
  .sj-heading {
    font-size: 22px;
  }
}

.sj-borderheading a {
  float: right;
  display: block;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.borderheading {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.borderheading h3 {
  margin: 0;
  float: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.register-box .form-section-heading {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 5px 0;
  min-height: 35px;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  line-height: 38px;
  color: #919191;
}

.register-box hr {
  margin: 10px 0;
  border-width: 2px;
  border-color: #eeeeee;
}

.form-wrapper {
  position: relative;
  margin-bottom: 38px;
  border-bottom: 1px solid #ced4da;
}

.form-wrapper .text-danger {
  position: absolute;
}

.form-wrapper:last-child {
  margin-bottom: 0;
}

.input {
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #c7c7c7 4%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #242424;
  font-family: Helvetica, sans-serif, "Trebuchet MS";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  height: 30px;
  letter-spacing: 1px;
  padding-left: 7px;
}

.form-wrapper textarea {
  height: 100px;
  resize: none;
}

.placeholder {
  position: absolute;
  line-height: 30px;
  color: #919191;
  font-family: Helvetica, sans-serif, "Trebuchet MS";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  transition: all 0.2s;
}

.icon {
  background: 0 0;
  border: 0;
  position: absolute;
  bottom: 0;
  max-width: 30px;
  width: 30px;
  margin: 0 !important;
  top: 0 !important;
  right: 0;
  z-index: 2;
}

#show,
#hide {
  position: absolute;
  display: block;
  padding-right: 15px;
  cursor: pointer;
  z-index: 2;
  line-height: 30px;
  color: #919191;
  font-size: 13px;
  transition: all 0.2s;
}

.focus .placeholder {
  transform: translateY(-24px);
  font-size: 14px;
}

.form-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 99%;
  width: 0%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #007bff;
  transition: all 0.2s;
}

.focus::before {
  width: 100%;
}

.has-error,
.has-error::before {
  border-color: #dc3545 !important;
  margin-bottom: 48px;
}

.checkbox-wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.sj-radio-container {
  color: #919191;
  font-family: Helvetica, sans-serif, "Trebuchet MS";
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.custom-control-label {
  color: #919191;
  font-family: Helvetica, sans-serif, "Trebuchet MS";
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
}

.sj-radio,
.sj-radio label,
.sj-checkbox,
.sj-checkbox label {
  margin: 0;
  width: auto;
  float: left;
}

.sj-radio input[type=radio],
.sj-checkbox input[type=checkbox] {
  display: none;
}

.sj-radio label,
.sj-checkbox label {
  cursor: pointer;
  display: block;
  padding: 0 0 0 20px;
}

label {
  color: #666;
  font-weight: 400;
}

.sj-howtoregister h3 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 21px;
  color: #636c77;
}

.sj-description p {
  margin: 0 0 20px;
  line-height: 23px;
  letter-spacing: normal;
}

.pass_rules {
  font-size: 12px;
  margin-top: -15px;
  margin-left: 30px;
}

.sj-radio,
.sj-radio label,
.sj-checkbox,
.sj-checkbox label {
  margin: 0;
  width: auto;
  float: left;
  position: relative;
}

.sj-radio label,
.sj-checkbox label {
  cursor: pointer;
  display: block;
  padding: 0 0 0 20px;
}

.sj-radio input[type=radio],
.sj-checkbox input[type=checkbox] {
  display: none;
}

.sj-radio input[type=radio] + label:before,
.sj-checkbox input[type=checkbox] + label:before {
  top: 4px;
  left: 0;
  color: #373542;
  font-size: 14px;
  line-height: 14px;
  content: "\f096";
  position: absolute;
  font-family: "FontAwesome";
}

.sj-radio input[type=radio] + label:before {
  color: #ddd;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
}

.sj-radio input[type=radio]:checked + label:before,
.sj-checkbox input[type=checkbox]:checked + label:before {
  content: "\f046";
}

.sj-radio input[type=radio] + label:hover:before,
.sj-radio input[type=radio]:checked + label:before {
  content: "\f192";
}

.checkbox-wrapper .sj-forgorpass {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sj-forgorpass {
  float: right;
  font-size: 14px;
  line-height: 17px;
}

.sj-forgorpass span {
  font-weight: 600 !important;
}

.registerformholder .sj-btnarea {
  padding: 0;
}

.terms-container {
  width: 100%;
  font-family: Helvetica, sans-serif, "Trebuchet MS";
  font-size: 14px !important;
  color: #504f51;
  font-weight: normal;
  line-height: 1.3;
}

.sj-btnarea {
  width: 100%;
  float: left;
}

.sj-btnarea .sj-btn {
  padding: 0 50px;
}

.sj-btnarea .sj-btn:focus,
.sj-btnarea .sj-btn:active {
  outline: none;
}

@media (max-width: 480px) {
  .sj-btnarea .sj-btn {
    width: 100%;
  }
}
.sj-btn {
  background: #ACD66F;
  color: #fff;
  padding: 0 25px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  font: 500 14px/42px "Quicksand", Arial, Helvetica, sans-serif;
  transition: all 300ms ease-in-out;
}
.sj-btn:hover {
  background: #08473d;
}

.sj-btnactive {
  background: #08473d;
}

.btn-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-capsule {
  border-radius: 50px;
  max-width: 100%;
  width: 350px;
  min-height: 45px;
  padding: 0 10px;
  font-family: Helvetica, sans-serif, "Trebuchet MS";
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  transition: all 300ms ease-in-out;
  background-color: transparent;
  border: 2px solid #08473d !important;
  color: #08473d;
}
.btn-capsule:hover {
  color: #fff;
  background-color: #08473d;
}

.login-heading {
  padding: 0 20px;
  margin: 0 0 30px;
  border-radius: 6px;
  background: #fcfcfc;
}
.login-heading h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.sj-widgetlogin .sj-widgetcontent {
  padding: 0 10px;
}

.sj-widgetlogin .sj-forgotpass {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

.sj-forgotpass .sj-forgorpass {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sj-formlogin .sj-forgotpass .sj-checkbox {
  width: auto;
  line-height: normal;
}

.sj-formlogin .sj-forgotpass .sj-checkbox label:before {
  top: 2px;
  color: #ddd;
}

.sj-formlogin .sj-forgotpass .sj-checkbox input[type=checkbox]:checked + label:before {
  color: #636c77;
}

.sj-forgorpass {
  float: right;
  font-size: 14px;
  line-height: 17px;
}

.sj-formlogin .sj-btnarea {
  padding: 0;
}

.sj-forgorpass span {
  font-weight: 600 !important;
}

.sj-formlogin .sj-btnarea .sj-btn {
  padding: 0 60px;
}

.sj-uploadarticle {
  width: 100%;
  float: left;
  padding: 3px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.sj-uploadarticleimg {
  margin: 0;
  width: 100%;
  float: left;
}

.sj-uploadarticleimg img {
  width: 100%;
  height: auto;
  display: block;
}

.sj-uploadarticleimg figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sj-uploadcontent {
  width: 100%;
  float: left;
  padding: 0 20px;
}

.sj-uploadcontent span {
  display: block;
  font-size: 18px;
  margin: 0 0 6px;
  line-height: 20px;
}

.sj-uploadcontent h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin: 10px 0 15px;
  line-height: 24px;
}

.sj-uploadcontent .sj-btn {
  padding: 0 30px;
  line-height: 30px;
}

.payment {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .payment {
    max-width: 100%;
  }
}

.receipt {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .receipt {
    max-width: 100%;
  }
}

.sj-innerbanner {
  width: 100%;
  float: left;
  padding: 14px 0;
  background: #636c77;
}

.sj-innerbannercontent {
  width: 100%;
  float: left;
}

.sj-innerbannercontent h1 {
  margin: 0;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.sj-void {
  cursor: default;
  color: #ccc !important;
}

@media (max-width: 480px) {
  .sj-innerbannercontent h1 {
    display: none;
  }
}
.sj-breadcrumb {
  margin: 0;
  padding: 0;
  color: #fff;
  float: right;
  text-align: left;
  list-style: none;
  font: 400 14px/14px "Quicksand", Arial, Helvetica, sans-serif;
}

.sj-breadcrumb li {
  width: auto;
  padding: 0 10px;
  position: relative;
  line-height: inherit;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}

.sj-breadcrumb li:after {
  top: 50%;
  left: -4px;
  width: 4px;
  height: 4px;
  content: "";
  margin: -2px 0 0;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.sj-breadcrumb li:last-child {
  padding: 0 0 0 10px;
}

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

.sj-breadcrumb li a {
  color: #fff;
  display: block;
}

@media (max-width: 479px) {
  .sj-breadcrumb {
    float: left;
    width: 100%;
  }
  .sj-breadcrumb li:first-child {
    padding-left: 0;
  }
}
.sj-aboutus {
  width: 100%;
  float: left;
}

.sj-introduction {
  width: 100%;
  float: left;
}
.sj-introduction h4 {
  font-size: 30px;
  margin: 0 0 15px;
  line-height: 33px;
}
@media (max-width: 768px) {
  .sj-introduction h4 {
    font-size: 21px;
  }
}

.sj-description-about p {
  margin: 0 0 20px;
  line-height: 23px;
  letter-spacing: normal;
}

.sj-aboutusimg {
  margin: 0;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  border-radius: 6px;
}
.sj-aboutusimg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.sj-sectioninnerspace {
  padding: 20px 0;
}

.sj-sectioninnerspace:first-child {
  padding-top: 0;
}

.sj-sectioninnerspace:last-child {
  padding-bottom: 0;
}

.sj-alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.executives {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 30px;
}

.executives .card {
  border: 1px solid #fafafa;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 40px;
}
.executives .card:hover {
  box-shadow: none;
}

.executives .card-body {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.executives .card-img-top {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.card-body {
  padding: 0.8rem !important;
}

.loading {
  display: none;
}

@media screen and (max-width: 420px) {
  .executives .card-img-top {
    height: auto;
  }
}
.sj-exco-heading {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
}
.sj-exco-heading h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500px;
  font-style: italic;
  line-height: 22px;
}

.loadMore,
.loading {
  text-align: center;
}
.loadMore span,
.loading span {
  background-color: #f1f1f1;
  padding: 10px 16px;
  display: block;
  cursor: pointer;
}

.sj-tutorials {
  width: 100%;
  float: left;
}

.sj-ourhistory {
  width: 100%;
  float: left;
}

.sj-history {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .sj-history {
    gap: 20px;
    white-space: nowrap;
    overflow: auto;
  }
}

/* National Executives accordion */
.executives-class .card {
  position: relative;
  border: none;
}
.executives-class .card:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  background: #08473d;
  width: 3px;
  z-index: 1;
}
.executives-class .card:hover:before {
  height: 98%;
}

.executives-class .card-header {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.executives-class .card-header:hover {
  background-color: rgb(252, 252, 252);
  cursor: pointer;
}
.executives-class .card-header .president {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: auto;
  background: #fff;
  border-left: 1px solid #ddd;
  transition: all 300ms ease-in-out;
  padding: 6px 10px 10px 10px;
}
.executives-class .card-header .president h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.executives-class .card-header:hover .president {
  right: 0;
}

.executives-class .card-body {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.executives-class .card-body:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background: #08473d;
  width: 3px;
}

.my_table {
  background-color: transparent;
  max-width: 100%;
}
.my_table th {
  text-align: left;
}

.my_table {
  width: 100%;
  margin-bottom: 15px;
}

.my_table > thead > tr > th,
.my_table > tbody > tr > th,
.my_table > tfoot > tr > th,
.my_table > thead > tr > td,
.my_table > tbody > tr > td,
.my_table > tfoot > tr > td {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

.my_table thead tr th {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  text-transform: capitalize;
}

.my_table > caption + thead > tr:first-child > th,
.my_table > colgroup + thead > tr:first-child > th,
.my_table > thead:first-child > tr:first-child > th,
.my_table > caption + thead > tr:first-child > td,
.my_table > colgroup + thead > tr:first-child > td,
.my_table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dbdbdb;
}

.my_table > thead > tr > th {
  border-bottom: 2px solid #dbdbdb;
  vertical-align: bottom;
}

.my_table > caption + thead > tr:first-child > th,
.my_table > colgroup + thead > tr:first-child > th,
.my_table > thead:first-child > tr:first-child > th,
.my_table > caption + thead > tr:first-child > td,
.my_table > colgroup + thead > tr:first-child > td,
.my_table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}

.my_table > tbody + tbody {
  border-top: 2px solid #dbdbdb;
}

.my_table > thead > tr > th,
.my_table > tbody > tr > th,
.my_table > tfoot > tr > th,
.my_table > thead > tr > td,
.my_table > tbody > tr > td,
.my_table > tfoot > tr > td {
  padding: 6px 10px;
}

p ins {
  color: #666;
}

dl dd {
  margin-left: 20px;
}

address {
  font-style: italic;
}

.sj-trashbtn {
  color: #ca5e58;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

/*
* ==========================================================
*     GALLERY SECTION
* ==========================================================
*/
section.gallery .mix {
  padding: 0;
  max-height: 200px;
  overflow: hidden;
}

.gallery .mix {
  padding: 0;
  height: 150px;
  overflow: hidden;
}

section.gallery a,
.gallery a {
  outline: none;
  width: 100%;
  height: 100%;
}

section.gallery a img,
.gallery a img {
  min-height: 100%;
  width: 100%;
}

section.gallery .item,
.gallery .item {
  position: relative;
  width: 100%;
  height: 100%;
}

section.gallery .item:hover .overlay,
.gallery .item:hover .overlay {
  opacity: 1;
}

section.gallery .item:hover i,
.gallery .item:hover i {
  opacity: 1;
  transform: none;
}

section.gallery .overlay,
.gallery .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 144, 217, 0.7);
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}

section.gallery .overlay i,
.gallery .overlay i {
  transform: translateY(20px);
  transition: all 0.5s;
  opacity: 0;
  font-size: 2em;
}

.sj-findimg {
  height: 220px;
  position: relative;
}
.sj-findimg:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.sj-findimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sj-findimg {
    height: 140px;
  }
}

@media (max-width: 768px) {
  .sj-findtext h5 {
    font-size: 1.2rem;
  }
}

.search-title {
  position: absolute;
  left: 50%;
  top: calc(50% - 1em + 0.325rem + 1px);
  transform: translate(-50%);
  color: #fff;
  font-size: 2em;
  font-weight: 550;
  z-index: 2;
}
@media (max-width: 768px) {
  .search-title {
    font-size: 1.25em;
  }
}

.sj-findimg #find {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  margin-top: calc(-1em - 0.325rem - 1px) !important;
  width: 90%;
  margin: 0 auto;
}
.sj-findimg #find .form-control {
  height: calc(2em + 0.75rem + 2px);
  border-radius: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .sj-findimg #find .form-control {
    height: calc(2em + 0.75rem - 2px);
  }
}
.sj-findimg #find .input-group-text {
  padding: 0.375rem 2rem;
  background-color: #08473d;
  border: 1px solid #08473d;
  border-radius: 0;
  color: #fff;
  z-index: 2;
}
@media (max-width: 768px) {
  .sj-findimg #find .input-group-text {
    padding: 0.375rem 1.5rem;
  }
}

.find-container {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
}
.find-container img {
  height: 80px;
  width: 80px;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.18);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.find-container .find-wrapper {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  border-bottom: 1px solid #E3E3E3 !important;
}
.find-container .find-wrapper:last-of-type {
  border-bottom: none;
}
.find-container .find-wrapper:hover .find-details h5 {
  text-decoration: underline !important;
}

.find-container .find-details h5 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #08473d;
}

.find-container .find-details p {
  margin-bottom: 0;
}

.nothing-found h3 {
  font-size: 1.15rem !important;
}

.member-profile {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .member-profile {
    width: 100%;
  }
}
.member-profile img {
  width: 100%;
  height: 100%;
}

.member-details {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.member-details strong {
  color: #08473D;
}
.member-details p {
  font-size: 1.1em;
}
.member-details:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.15;
  background-image: url("../../img/logo-main.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .member-details {
    width: 100%;
  }
}

.sj-findimg svg path {
  fill: #cacaca;
  stroke: #eee;
  stroke-width: 0.25;
}
.sj-findimg svg path:hover {
  fill: #006284;
  transition: 0.6s;
  cursor: pointer;
}

#dash-area {
  padding: 50px 0;
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  background: #fafafa;
}

.dash-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .dash-wrapper {
    display: flex;
  }
}
#main-dash {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}
@media (max-width: 768px) {
  #main-dash {
    width: 100%;
  }
}

#side-dash {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (max-width: 768px) {
  #side-dash {
    position: fixed;
    background-color: #fff;
    padding: 0;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 2;
  }
}

#open-sidebar,
#close-sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin: 5px;
  background: rgba(99, 108, 119, 0.7);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
#open-sidebar i,
#close-sidebar i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fdfdfd;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

/*====== Dashboard Widget Style ======*/
.sj-widgetbox {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  float: left;
  height: 100%;
}

.sj-widgetprofile {
  width: 100%;
  float: left;
  background: #fcfcfc;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #ddd;
}

.sj-widgetprofile .sj-widgetcontent {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: center;
}

.sj-widgetprofile .sj-widgetcontent figure {
  width: 120px;
  background: #fff;
  position: relative;
  border-radius: 50%;
  border: 5px solid #fff;
  margin: 0 auto 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.sj-widgetprofile .sj-widgetcontent figure img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
  background: #fcfcfc;
}

.sj-widgetprofile .sj-widgetcontent figure .sj-btnedite {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  position: absolute;
  border-radius: 50px;
  background: #5dc560;
}

.sj-admininfo {
  width: 100%;
  float: left;
}

.sj-admininfo h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
}

.sj-admininfo h4 {
  margin: 0;
  clear: both;
  font-size: 14px;
  line-height: 17px;
}

.sj-widgetdashboard {
  width: 100%;
  float: left;
}

.sj-dashboardnav {
  position: relative;
  width: 100%;
  float: left;
}

.sj-dashboardnav ul {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  list-style: none;
  text-transform: capitalize;
}

.sj-dashboardnav ul li {
  width: 100%;
  float: left;
  line-height: inherit;
  list-style-type: none;
}

.sj-dashboardnav > ul > li {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.sj-dashboardnav ul li a span,
.sj-dashboardnav ul li a i {
  vertical-align: middle;
  display: inline-block;
}

.sj-dashboardnav > ul > li > a > span,
.sj-dashboardnav > ul > li > a > i {
  color: #636c77;
}

.sj-dashboardnav > ul > li > a {
  display: block;
  padding: 15px 20px;
  white-space: nowrap;
}

.sj-dashboardnav > ul > li > a:before {
  top: 0;
  left: 0;
  content: "";
  height: 0;
  width: 3px;
  position: absolute;
}

.sj-dashboardnav > ul > li:hover > a,
.sj-dashboardnav > ul > li.sj-active > a {
  color: #333;
}

.sj-dashboardnav > ul > li:hover > a:before,
.sj-dashboardnav > ul > li.sj-active > a:before {
  height: 100%;
}

.sj-dashboardnav ul li a i {
  margin: 0 10px 0 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .homelink {
    background: #fcfcfc;
  }
  .homelink a {
    font-size: 26px !important;
    padding: 8px 15px !important;
  }
  .homelink img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homelink span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    font: bold 28px Sans-Serif;
    color: #fff !important;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #08473d, 0 3px 0 #ACD66F, 0 4px 0 #08473d, 0 5px 0 #ACD66F, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  }
}
.info-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border: 1px solid #64afff;
  background-color: rgba(100, 175, 255, 0.15);
  border-radius: 5px;
  margin-bottom: 1rem;
}
.info-top h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.info-top span {
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 25px;
  font-weight: 400;
  cursor: pointer;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .my-profile {
    display: flex;
    padding: 0 15px;
  }
  .pro-0,
  .pro-1,
  .pro-2,
  .pro-3 {
    border-bottom: none !important;
  }
}
.my-profile {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}

.pro-0 {
  padding: 15px;
  border-bottom: 1px solid #a7a4a4;
}
@media (max-width: 768px) {
  .pro-0 .sj-widgetcontent {
    display: flex;
    justify-content: center;
  }
}
.pro-0 .sj-widgetcontent figure {
  width: 120px;
  background: #fff;
  position: relative;
  border-radius: 50%;
  border: 5px solid #fff;
  margin: 0 !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.pro-0 .sj-widgetcontent figure img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background: #fcfcfc;
}
.pro-0 .sj-widgetcontent figure .sj-btnedite {
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  border-radius: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-1,
.pro-2,
.pro-3 {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #a7a4a4;
}

.pro-1 {
  flex: 2;
}

.pro-2,
.pro-3 {
  flex: 1;
}

.pro-1 div h2 {
  margin: 0;
  color: #a7a7a7;
  font-size: 24px;
  font-weight: 500;
}

.pro-1 div p {
  margin: 0;
  color: #a7a7a7;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .pro-2 {
    justify-content: space-between;
    border-bottom: none !important;
  }
}
.pro-2 p {
  font-size: 14px;
  font-weight: 500;
  color: #858585;
  margin: 0;
}
.pro-2 p.others {
  font-size: 15px;
  font-weight: 500;
  color: #332f2f;
}

.pro-3 {
  justify-content: flex-end;
}

.btn-profile {
  background: linear-gradient(to right, #ACD66F, #08473d);
  color: #fff;
  font-size: 15px;
  padding: 8px 18px;
  border: none;
  outline: none;
  border-radius: 25px;
}
.btn-profile:hover {
  color: #fff;
}

.btn-dues {
  background-image: linear-gradient(to right, #ACD66F, #08473d);
  color: #fff;
  font-size: 15px;
  padding: 8px 18px;
  border: none;
  outline: none;
  border-radius: 25px;
}
.btn-dues:hover {
  color: #fff;
}

.btn-asn {
  background: #08473d;
  color: #fff;
}
.btn-asn:hover {
  background: #073e35;
  color: #fff;
}
.btn-asn:active, .btn-asn:focus {
  border: 0 !important;
  outline: 0 !important;
}

@media (max-width: 768px) {
  .bp-mobile {
    display: flex !important;
  }
}
.sj-dashboardboxtitle {
  padding: 15px 30px;
  background: #fcfcfc;
  border-bottom: 2px solid #eff2f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sj-dashboardboxtitle h2 {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
}

.profile-details {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
  .profile-details {
    padding: 1.5rem 0.9375rem;
  }
}
.profile-details .p-title {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #2a6547;
  margin-bottom: 25px;
}
.profile-details .p-title h1 {
  color: #2a6547;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 550;
}
.profile-details .p-title span {
  background: linear-gradient(to right, #ACD66F, #08473d);
  padding: 5px 20px;
  color: #fff;
  font-size: 15px;
}
.profile-details .p-title-center {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.profile-details .p-title-center h1 {
  color: #2a6547;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 550;
}

.profile-details:last-of-type {
  margin-bottom: 0 !important;
}

.contentbox {
  padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
  .contentbox {
    padding: 1.5rem 0.9375rem;
  }
}

.item-box {
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .item-box {
    width: 100%;
  }
}

.last_login .p-title {
  margin-bottom: 0;
}
.last_login .table th {
  border-top: none;
}

.p-info p {
  font-weight: 600;
  font-size: 16px;
  color: #858585;
  margin-bottom: 1px;
}
.p-info span {
  font-size: 15px;
  font-weight: 400;
  color: #858585;
  margin-bottom: 25px;
}
.p-info .b-row {
  border-radius: 6px;
  height: 6px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.2));
  margin-bottom: 25px;
}
.p-info .pad1 {
  padding-left: 1px;
}
@media (max-width: 768px) {
  .p-info .pad1 {
    padding-left: 15px;
  }
}

.options {
  float: right;
}
@media (max-width: 768px) {
  .options {
    float: none;
  }
}

.pl0 {
  padding-left: 0;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .pl0 {
    margin-top: 5px;
  }
}

.mt0 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .mt0 {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .order-1 {
    order: 2;
  }
  .order-2 {
    order: 1;
  }
}
.form-control:not(div.dataTables_length select) {
  color: #636c77;
  outline: none;
  background: #fff;
  font-size: 14px;
  box-shadow: none;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  box-sizing: border-box;
}

.form-control:focus {
  color: #636c77;
  border-color: #636c77;
  box-shadow: none !important;
}

/*====== Events Style ======*/
.sj-eventform {
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
.sj-eventform textarea,
.sj-eventform select,
.sj-eventform .sj-select select,
.sj-eventform .form-control,
.sj-eventform input[type=text],
.sj-eventform input[type=password],
.sj-eventform input[type=datetime],
.sj-eventform input[type=datetime-local],
.sj-eventform input[type=date],
.sj-eventform input[type=month],
.sj-eventform input[type=time],
.sj-eventform input[type=week],
.sj-eventform input[type=number],
.sj-eventform input[type=email],
.sj-eventform input[type=url],
.sj-eventform input[type=search],
.sj-eventform input[type=tel],
.sj-eventform input[type=color],
.sj-eventform .uneditable-input {
  color: #636c77;
  outline: none;
  height: 42px;
  background: #fff;
  font-size: 14px;
  box-shadow: none;
  line-height: 15px;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  box-sizing: border-box;
}
.sj-eventform .uploader .form-control {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sj-eventform textarea.form-control {
  resize: none;
  height: auto;
}
.sj-eventform .form-control::-webkit-input-placeholder {
  color: #636c77;
}
.sj-eventform .form-control:-moz-placeholder {
  color: #636c77;
}
.sj-eventform .form-control::-moz-placeholder {
  color: #636c77;
}
.sj-eventform .form-control:-ms-input-placeholder {
  color: #636c77;
}
.sj-eventform .form-control::-ms-input-placeholder {
  color: #636c77;
}
.sj-eventform input:focus,
.sj-eventform .select select:focus,
.sj-eventform .form-control:focus {
  color: #636c77;
  border-color: #636c77;
  box-shadow: none !important;
}
.sj-eventform .form-group {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
.sj-eventform .form-row {
  margin-bottom: 20px;
}
.sj-eventform .sj-rm {
  display: flex;
  align-items: center;
}
.sj-eventform .form-group .text-danger {
  font-size: 14px;
  display: block;
  background: #fcfcfc;
}
.sj-eventform .form-group p {
  margin-bottom: 0;
}
.sj-eventform label {
  color: #666;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.sj-eventform form p {
  float: left;
  position: relative;
  width: 100%;
}
.sj-eventform form p span i {
  top: 13px;
  left: 16px;
  color: #474747;
  position: absolute;
}
.sj-eventform option {
  padding: 5px 15px;
}

#countdown {
  width: 90%;
}

.ctimer {
  background: rgba(240, 240, 233, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 25px;
}

.timeup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeup h2 {
  color: #08473d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.time_circles > div > h4 {
  color: #08473d;
  font-size: 14px !important;
  font-weight: bold;
}
@media (max-width: 768px) {
  .time_circles > div > h4 {
    font-size: 10px !important;
  }
}

.time_circles > div > span {
  font-size: 36px !important;
}

@media screen and (max-width: 576px) {
  .time_circles > div > h4 {
    font-size: 8px !important;
    font-weight: bold;
  }
  .time_circles > div > span {
    font-weight: bold;
    font-size: 18px !important;
  }
  .timeup h3 {
    font-size: 19px;
    margin-bottom: 0;
  }
}
#eventTab li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #636c77;
}

.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #636c77;
  border-color: #636c77;
}

.tab-content > .tab-pane {
  padding-top: 25px;
  padding-bottom: 25px;
}

.post {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  /*    box-shadow: 0 0 3px #CACACA;*/
}

.post-envelope {
  padding: 15px 15px 15px 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #f2f2f2;
}

.runner {
  padding: 8px 15px !important;
}
.runner h3 {
  margin-bottom: 0 !important;
  font-weight: 480 !important;
}

.post .post-date {
  padding-right: 15px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .d-mobile {
    display: none;
  }
}
.post .post-date .date-envelope {
  background: #b3c12e;
}

.post .post-date .day {
  font-size: 1.6rem;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  text-shadow: -1px -1px #fff, 1px 1px #333;
  background: rgba(0, 0, 0, 0.1);
}

.post .post-date .month {
  font-size: 1rem;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  /*    text-shadow: -1px -1px #fff, 1px 1px #333;*/
}

.post .post-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  padding: 12px 0 0 0;
  text-transform: uppercase;
}

.post-section {
  padding: 0 15px 1px 15px;
  box-shadow: 0 0 3px #cacaca;
}

.single-post-title h2 {
  font-size: 25px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
}

.post .post-title {
  display: block;
  width: 100%;
}

.post .post-title span {
  color: #888;
  font-size: 11px !important;
  font-family: "Droid Sans", Arial, Verdana, sans-serif;
}

.post .single-post-title span {
  color: #888;
  font-size: 12px;
  margin-right: 8px;
  font-family: "Droid Sans", Arial, Verdana, sans-serif;
}

.post .single-post-title a {
  color: #888;
}

.post .single-post-title span a:hover {
  border-bottom: 1px dotted #888;
}

.time-tooltip {
  position: relative;
  border-bottom: 1px dotted #888;
  cursor: help;
  outline: none;
}

.time-tooltip .tooltip-text {
  position: absolute;
  z-index: 2;
  width: 120px;
  margin: 0 auto;
  padding: 3px 0;
  color: #fff !important;
  background: #444;
  border-radius: 4px;
  text-align: center;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  visibility: hidden;
}

.time-tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
  font-family: Calibri, Tahoma, Geneva, sans-serif;
}

.time-tooltip .tooltip-text::before {
  content: "";
  z-index: -1;
  position: absolute;
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}

/* Tooltip for comment */
.time-tip {
  position: relative;
  border-bottom: 1px dotted #888;
  cursor: help;
  outline: none;
}

.time-tip .tip-text {
  position: absolute;
  z-index: 2;
  width: 118px;
  padding: 3px 0;
  color: #fff !important;
  background: #666666;
  border-radius: 4px;
  text-align: center;
  left: 120%;
  top: -5px;
  opacity: 0;
  visibility: hidden;
}

.time-tip:hover .tip-text {
  opacity: 1;
  visibility: visible;
  font-family: Calibri, Tahoma, Geneva, sans-serif;
}

.time-tip .tip-text::before {
  content: "";
  z-index: -1;
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #666666;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}

.post .post-title .user,
.post .post-title .cat,
.post .post-title .comm {
  margin-left: 9px;
}

.post .post-title a {
  color: #888;
  font-size: 14px;
}

.post .post-title a:hover {
  border-bottom: 1px dotted;
}

.post .post-title i {
  color: #888;
}

.post .profile-picture {
  padding: 20px;
}

.post .profile-picture img {
  width: 75px;
  height: 75px;
}

.post > a > img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .post > a > img {
    height: auto;
  }
}

.post .desc {
  padding: 15px 0;
  line-height: 20px;
}

.post > a.btn {
  margin-left: 15px;
  margin-bottom: 20px;
}

.bottom {
  padding: 2px 10px 10px 15px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 2px solid #b3c12e;
  color: #c6c6c6;
  margin-bottom: 15px;
  background: #fff;
}

.bottom a {
  color: #c6c6c6;
}

.bottom a:hover {
  color: #c6c6c6;
  text-decoration: none;
  border-bottom: 1px dotted #c6c6c6;
}

.under-cover-div {
  border-bottom: 2px solid #ACD66F;
}

.desc img {
  width: 310px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 18px 0 0;
}
@media (max-width: 768px) {
  .desc img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 420px) {
  .desc img {
    padding: 0;
    width: 100%;
  }
}

.desc p {
  color: #333333;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 21px;
}

div.desc,
.pop-div {
  word-wrap: break-word;
  overflow: auto;
}

a.more-text {
  color: #fff;
  background-color: #ACD66F;
  margin-top: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
  font: 12px Tahoma;
  padding: 6px 12px;
  line-height: 22px;
  border: 0 none;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

a.more-text:hover {
  background-color: #08473d;
  color: #fff;
  text-decoration: none;
}

.bton {
  margin-top: 12px;
}

/* Single post style */
.single-main {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0 15px 15px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
}

.single-bar {
  padding-left: 15px;
  margin-bottom: -15px;
}

.single-post-heading {
  padding-top: 15px;
  line-height: 1.5;
}

.share {
  background: #f7f7f7;
  border-top: 1px solid #eaeaea;
  border-bottom: 2px solid #ACD66F;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

span.share-title {
  position: relative;
  color: #fff;
  background: #ACD66F;
  padding: 5px 8px;
  font-size: 14pt;
  font-weight: 600;
  margin-right: 10px;
}

span.share-title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 100%;
  left: 0;
  background: #ACD66F;
}

.share-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-icon {
  margin-right: 5px;
}

.social-facebook {
  background: #3b5998;
}

.social-twitter {
  background: #55acee;
}

.social-google-plus {
  background: #dc4e41;
}

.social-whatsapp {
  background: #25d366;
}

.social-linkedin {
  background: #0077b5;
}

.share-icon a {
  padding: 5px 9px;
  color: #fff;
  display: inline-block;
  line-height: 14px;
  border-radius: 2px;
  transition: all 300ms ease-in-out;
}

.share-icon a:hover {
  background: #444;
}

#mobile-share {
  display: none;
}
@media (max-width: 768px) {
  #mobile-share {
    display: block;
  }
}

@media (max-width: 786px) {
  span.mobile-share {
    display: none;
  }
}
.author-heading {
  padding: 5px 6px;
  border-left: 3px solid #ACD66F;
  background: rgba(12, 13, 14, 0.05);
  color: #000 !important;
  font-size: 22px;
  font-family: BebasNeueRegular, arial, Georgia, serif !important;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .author-heading {
    font-size: 19px;
  }
}

.author {
  background: #fff;
  padding: 18px;
  margin-bottom: 15px;
  box-shadow: 0 0 3px #cacaca;
  border-bottom: 2px solid #ACD66F;
}
.author a {
  font-weight: bold;
  color: #08473d;
}
@media (max-width: 768px) {
  .author {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .postsby {
    text-align: center;
  }
}
.author img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .author img {
    width: 60px;
    height: 60px;
  }
}

.previous-post,
.next-post {
  position: relative;
}

.previous-post::before {
  position: absolute;
  content: "«";
  left: 0;
  color: #ccc;
  font-size: 56px;
  margin-top: -20px;
  height: 22px;
  line-height: 22px;
  top: 50%;
}
@media (max-width: 768px) {
  .previous-post::before {
    margin-top: -16px;
  }
}

.next-post::after {
  position: absolute;
  content: "»";
  right: 0;
  color: #ccc;
  font-size: 56px;
  margin-top: -20px;
  height: 22px;
  line-height: 22px;
  top: 50%;
}
@media (max-width: 768px) {
  .next-post::after {
    margin-top: -16px;
  }
}

.previous-post h4,
.next-post h4 {
  font-size: 15px;
  color: #444;
}
@media (max-width: 768px) {
  .previous-post h4,
  .next-post h4 {
    display: none;
  }
}

.previous-post {
  padding-left: 40px;
}

.next-post {
  padding-right: 40px;
}

.previous-post span,
.next-post span {
  font-size: 80%;
  color: #999;
}
@media (max-width: 768px) {
  .previous-post span,
  .next-post span {
    font-size: 90%;
  }
}

.related-posts {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}

.related-posts img {
  width: 100%;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-posts h3 {
  font-size: 22px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
}

.related-posts h6 {
  margin-top: 5px;
  color: #444;
}

/* Pagination style */
.paginate {
  display: flex;
  list-style: none;
}

.paginate li {
  margin-left: 6px;
}

.paginate li a {
  padding: 12px 8px;
  font-size: 13px;
  color: #777;
}

.paginate li a:hover {
  color: #000;
}

.paginate li.active {
  background: #ACD66F;
  color: #fff;
}

/* Sidebar styles */
#sidebar {
  margin-bottom: 15px;
}

#sidebar .input-group-text {
  background: #08473d;
  color: #fff;
  font-size: 17px;
  border-color: #08473d;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#sidebar .fa-search {
  font-size: 15px;
}

#sidebar .input-group-text:hover {
  background: #888;
  border-color: #888;
}

#search-title:focus {
  border: 1px solid #08473d !important;
  box-shadow: 0 0 5px #08473d !important;
}

.popular {
  background: #fff;
  padding: 15px;
  border: 1px solid #f2f2f2;
}

.popular img {
  width: 100%;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular p {
  margin-top: -2px;
  color: #888;
  font-size: 12px;
}

.search-sidebar .widgets,
.index-sidebar .widgets,
.single-bar .widgets,
.page-bar .widgets {
  margin-bottom: 20px;
}

.popular h6 {
  color: #444 !important;
  font-weight: 500 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popular .time {
  margin-top: -2px;
  color: #888;
  font-size: 12px;
}

.popular .margin-bottom {
  margin-bottom: -11px;
}

.rule {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rule:last-of-type {
  border: none;
  margin: 0;
}

.categories {
  background: #fff;
  padding: 15px;
  border: 1px solid #f2f2f2;
}

.categories ul {
  padding: 0;
  margin: 0;
}

.categories ul li {
  margin: 5px;
  background-color: #f0f0f0;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-size: 0.77em;
  float: left;
}

.categories ul li a {
  color: #4078c0 !important;
  display: block !important;
  padding: 0 10px !important;
  font-family: "Helvetica", "Arial", sans-serif;
  transition: none !important;
}

.categories ul li:hover {
  background-color: #316594;
  text-shadow: 1px 1px #333;
}

.categories ul li a:hover {
  color: #fff !important;
}

h2.cat-title {
  color: #212529;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.archives {
  background: #fff;
  padding: 14px 18px 12px 18px;
  border: 1px solid #f2f2f2;
}

.archives h6 {
  color: #444;
  font-size: 13px;
  margin-bottom: 0;
}

.archives h6:hover {
  color: #000;
  font-size: 13px;
}

.arc_rule {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.arc_rule:last-of-type {
  border: none;
  margin: 0;
}

/* post styles */
.post-table img {
  width: 30px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========== Form Style =========== */
.sj-formtheme {
  width: 100%;
  float: left;
}

/* ========== Popup Style =========== */
.sj-modalboxarea .modal-dialog {
  width: 470px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .sj-modalboxarea .modal-dialog {
    max-width: 310px;
    margin: 1.75rem auto;
  }
}

.sj-modalcontent {
  border: 0;
  overflow: hidden;
}

.sj-closebtn {
  top: 50%;
  right: 10px;
  opacity: 1;
  color: #eb5463;
  font-size: 18px;
  margin: -10px 0 0;
  position: absolute;
}

.sj-popuptitle {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

.sj-popuptitle h2 {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 20px;
}

.modal-body {
  padding: 0;
}

.modal-body .sj-formsearchvtwo,
.modal-body .sj-formsearchvtwo fieldset {
  width: 100%;
  float: left;
}

.modal-body .sj-formsearchvtwo {
  padding: 20px;
}

.sj-formaddnewfield .form-group {
  margin: 0;
}

.sj-formaddnewfield .form-group .sj-checkbox.sj-firstheadcheckbox label {
  padding: 13px 20px;
}

.sj-formaddnewfield .form-group .sj-firstheadcheckbox label span {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 22px !important;
}

.sj-formaddnewfield .form-group .sj-checkbox {
  border-top: 1px solid #ddd;
}

.sj-formaddnewfield .form-group .sj-radio label,
.sj-formaddnewfield .form-group .sj-checkbox label {
  background: #fff;
  padding: 13px 60px;
}

.sj-formaddnewfield .form-group .sj-radio label span,
.sj-formaddnewfield .form-group .sj-checkbox label span {
  font-size: 16px;
  color: #636c77;
  line-height: 22px;
}

.sj-formaddnewfield .form-group .sj-radio input[type=radio]:checked + label,
.sj-formaddnewfield .form-group .sj-checkbox input[type=checkbox]:checked + label {
  background: #fcfcfc;
}

.sj-formaddnewfield .form-group .sj-radio input[type=radio] + label:before,
.sj-formaddnewfield .form-group .sj-checkbox input[type=checkbox] + label:before {
  top: 50%;
  content: "";
  left: auto;
  right: 40px;
  margin: -7px 0 0;
}

.sj-formaddnewfield .form-group .sj-radio input[type=radio] + label:after,
.sj-formaddnewfield .form-group .sj-checkbox input[type=checkbox] + label:after {
  top: 0;
  left: 0;
  height: 0;
  width: 3px;
  content: "";
  position: absolute;
}

.sj-formaddnewfield .form-group .sj-radio:hover input[type=radio] + label:after,
.sj-formaddnewfield .form-group .sj-checkbox:hover input[type=checkbox] + label:after {
  height: 100%;
}

.sj-formaddnewfield .form-group .sj-radio input[type=radio]:checked + label:after,
.sj-formaddnewfield .form-group .sj-checkbox input[type=checkbox]:checked + label:after {
  height: 100%;
}

.sj-formaddnewfield .form-group .sj-radio input[type=radio]:checked + label:before,
.sj-formaddnewfield .form-group .sj-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
}

.sj-popupbtn {
  width: 100%;
  padding: 20px 0;
  background: #f7f7f7;
  text-align: center;
  border-top: 1px solid #ddd;
}

.sj-formaddnewfield {
  height: 408px !important;
}

.sj-verticalscrollbar {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mCSB_inside > .mCSB_container {
  margin: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #5e9cea !important;
}

.mCSB_scrollTools {
  width: 6px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px !important;
  border-radius: 0;
  background: #ddd;
}

.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 1;
}

.sj-popupbtnvtwo {
  border: 0;
  padding: 0;
  min-height: 0;
  margin-top: 20px;
  text-align: left;
  background: transparent;
}

.sj-modalboxareavtwo.sj-modalboxarea .modal-dialog {
  width: 830px;
  max-width: 830px;
}
@media (max-width: 991px) {
  .sj-modalboxareavtwo.sj-modalboxarea .modal-dialog {
    width: auto;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .sj-modalboxareavtwo.sj-modalboxarea .modal-dialog {
    max-width: 310px;
  }
}

.sj-formsearchvthree .form-group {
  margin: 0;
}

.sj-formsearchvthree .sj-firstformgroup {
  float: right;
  max-width: 270px;
}

.sj-formsearchvthree .form-group textarea {
  width: 100%;
  float: left;
  resize: none;
  height: 250px;
  margin-top: 10px;
}

.sj-replyaction {
  color: #fc5c65;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.sj-formsearchvthree .form-group .sj-select select {
  height: 40px;
}

.sj-modalboxareavtwo .modal-body {
  padding: 30px;
}

.sj-popupsubtitle {
  float: left;
  width: 100%;
  padding: 16px 20px;
}

.sj-popupsubtitle h3 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.sj-formregistervtwo {
  padding: 20px;
}

.sj-formregistervtwo fieldset {
  margin: -5px;
  float: none;
  width: auto;
  overflow: hidden;
}

.sj-formregistervtwo .form-group {
  margin: 0;
  padding: 5px;
}

.sj-formregistervtwo .sj-selectgroup {
  padding: 10px;
}

.sj-formregistervtwo .sj-selectgroup .sj-radio {
  width: auto;
}

.sj-formregistervtwo .sj-selectgroup .sj-radio + .sj-radio {
  margin-left: 10px;
}

.sj-formaddprojectvtwo {
  margin: 0;
  border-top: 1px solid #ddd;
}

.sj-formaddprojectvtwo fieldset {
  padding: 20px;
}

.ehead {
  background: #636c77;
  padding-top: 30px;
  padding-left: 15px;
}
.ehead h2 {
  font-size: 38px;
  color: #fff;
}

.etitle {
  background: #f7f7f7;
  padding-left: 15px;
}
.etitle h2 {
  font-size: 30px;
  color: #6b6767;
}

.ebody {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../../img/logo-main.png") no-repeat;
  background-size: contain;
  background-position: center;
  filter: grayscale(30%);
}
.ebody .fimg {
  width: 200px;
  height: auto;
}
.ebody .ftext {
  text-align: right;
}
.ebody .ftext p {
  font-size: 16px;
  margin-top: 15px;
}
.ebody .ftext span {
  font-size: 20px;
  font-weight: 550;
}
.ebody .stext,
.ebody .ttext {
  display: flex;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ebody .stext p,
.ebody .ttext p {
  flex: 0;
  font-size: 18px;
  margin-bottom: 20px;
}
.ebody .stext span,
.ebody .ttext span {
  flex: 1;
  border-bottom: 1px solid #000000;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.ebody .stext .tbox,
.ebody .ttext .tbox {
  border: 1px solid #000000;
  margin-top: -10px;
  padding: 10px;
}
.ebody .ltext .sign {
  border-bottom: 1px solid #000;
}

.econtainer {
  border-top: none !important;
  border: 1px dotted #000000;
  padding-bottom: 20px;
}

.tcontainer {
  border-bottom: none !important;
  border: 1px dotted #000000;
}

.receip-btn-group {
  margin-top: 10px;
}

.receipt-btn {
  background: #ACD66F;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #ACD66F !important;
  transition: all 300ms ease-in-out;
}
.receipt-btn:hover {
  color: #fff;
  background: #08473d;
  border: 1px solid #08473d !important;
}

.rbtn {
  background: transparent;
  color: #ACD66F;
}

.receipt-form {
  float: left;
  margin-right: 5px;
}

.sj-receipt table {
  border: 1px dotted #000000;
}

/* For accordion panel */
.akodimma {
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: 1px solid #4b4949;
  border-bottom: none;
  display: block;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  color: #636c77;
  font-weight: 400;
  padding: 15px 20px;
  text-align: left;
  outline: none;
  transition: 0.2s;
}
.akodimma span {
  margin: 0 10px 0 0;
  font-size: 16px;
}
.akodimma:after {
  content: "➕";
  /* Unicode character for "plus" sign (+) */
  font-size: 9px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.onboard::after {
  content: "➖";
  /* Unicode character for "minus" sign (-) */
}

.akodimma:focus,
.akodimma:active {
  outline: none !important;
  box-shadow: none !important;
}

.akonuche {
  margin: 0 !important;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  transition: max-height 0.2s ease-out;
}
.akonuche li {
  background: #f9f9f9;
}
.akonuche a {
  display: block;
  padding: 15px 20px;
  margin-left: 30px !important;
}

.news-box {
  padding: 19px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.btn-media {
  background: transparent;
  color: #000;
  border: 1px solid #08473d;
  float: left;
}
.btn-media:hover {
  background: #08473d;
  color: #fff;
  border: 1px solid #08473d;
}
@media (max-width: 768px) {
  .btn-media {
    float: right;
  }
}

.add-mbtn {
  background: #08473d;
  color: #fff;
  border: 1px solid #08473d;
}
.add-mbtn:hover {
  background: #08473d;
  color: #fff;
  border: 1px solid #08473d;
}

.btn-post {
  background: #08473d;
  color: #fff;
  border: 1px solid #08473d;
}
.btn-post:hover {
  background: #053029;
  color: #fff;
  border: 1px solid #053029;
}

.btn-post {
  outline: none !important;
  border: none !important;
}

.btn-py {
  background: #08473d;
  color: #fff;
  border: 1px solid #08473d;
}
.btn-py:hover {
  background: #053029;
  color: #fff;
  border: 1px solid #053029;
}

.btn-sy {
  background: #ACD66F;
  color: #fff;
  border: 1px solid #ACD66F;
}
.btn-sy:hover {
  background: #a1d05b;
  color: #fff;
  border: 1px solid #a1d05b;
}

.asn-primary {
  background: #08473d;
}

.filter {
  color: #444 !important;
  font-weight: bold;
}

.media-img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.constitution a:hover {
  text-decoration: underline !important;
}
.constitution p {
  margin: 0;
}
.constitution ol {
  padding-left: 1em;
}
.constitution .alpha li {
  list-style: lower-alpha;
}
.constitution .roman li {
  list-style: lower-roman;
}

.constitution__article {
  display: flex;
  gap: 10px;
}
.constitution__article p {
  margin: 0;
}
.constitution__article p:first-child {
  white-space: nowrap;
}

#footer {
  position: relative;
  float: left;
  width: 100%;
  padding: 60px 0 45px 0;
  background: #fcfcfc;
  border-top: 1px solid #ddd;
}

.sj-btnscrolltotop {
  top: -23px;
  right: 80px;
  width: 90px;
  color: #fff;
  height: 22px;
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  background: url(../../img/btnscroll-tp.png) center center;
}

.sj-btnscrolltotop i,
.sj-btnscrolltotop:hover {
  color: #fff;
}

.footeraboutus {
  text-align: center;
}
@media (max-width: 768px) {
  .footeraboutus {
    padding: 0 0 20px;
  }
}

.sj-logo-footer {
  float: none;
  width: 234px;
  margin: 0 auto;
  display: block;
  padding: 0 0 25px;
}
.sj-logo-footer a {
  color: #08473d;
}
.sj-logo-footer a img {
  width: 155px;
  height: auto;
  display: block;
}

.sj-description p {
  margin: 0;
  line-height: 23px;
  letter-spacing: normal;
}
.sj-description p a {
  text-decoration: none;
  transition: all 300ms ease-in-out;
  color: #08473d;
}

.sj-socialiconssimple {
  padding: 15px 0 0;
  text-align: center;
  list-style: none;
  line-height: 20px;
  margin: 0;
}
.sj-socialiconssimple li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  line-height: inherit;
  list-style-type: none;
}
@media (max-width: 768px) {
  .sj-socialiconssimple li {
    padding: 0 2px;
  }
}
.sj-socialiconssimple li a {
  transition: all 300ms ease-in-out;
  width: auto;
  height: auto;
  display: block;
  font-size: 18px;
  background: none;
  border-radius: 0;
  line-height: inherit;
}
.sj-socialiconssimple li:first-child {
  padding-left: 0;
}

li.sj-facebook a i {
  color: #3b5999;
}

li.sj-youtube a i {
  color: #cd201f;
}

.sj-socialicons li a i {
  display: block;
  text-align: center;
  font-size: inherit;
  line-height: inherit;
}

.sj-widgetusefullinks {
  padding: 0 0 0 30px;
}
@media (max-width: 768px) {
  .sj-widgetusefullinks {
    padding: 0 0 20px;
  }
}

.sj-widgetheading {
  margin: 0;
  border-radius: 0;
  background: none;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .sj-widgetheading {
    padding: 0;
  }
}
.sj-widgetheading h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  font-style: normal;
}
@media (max-width: 768px) {
  .sj-widgetheading h3 {
    font-size: 18px;
    line-height: 38px;
  }
}

.sj-footerwidget ul {
  font-size: 14px;
  list-style: none;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.sj-footerwidget ul li {
  position: relative;
  line-height: inherit;
  list-style-type: none;
  padding: 6px 0 6px 15px;
}
.sj-footerwidget ul li a {
  color: #636c77;
  display: block;
}
.sj-footerwidget ul li a:hover {
  color: #08473d;
}

.sj-fcol .sj-footerwidget ul li:before {
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  margin: -2px 0 0;
  border-radius: 50%;
  position: absolute;
  background: #636c77;
  transition: all 300ms ease-in-out;
}

.sj-widgetcontactus .sj-footerwidget ul li {
  padding-left: 0 !important;
}

.sj-widgetcontactus ul li:first-child i {
  line-height: 18px;
}

.sj-widgetcontactus .sj-footerwidget ul li i,
.sj-widgetcontactus .sj-footerwidget ul li a i {
  width: 30px;
}

.sj-widgetcontactus .sj-footerwidget ul li i,
.sj-widgetcontactus .sj-footerwidget ul li a i,
.sj-widgetcontactus .sj-footerwidget ul li a span,
.sj-widgetcontactus .sj-footerwidget ul li address {
  display: inline-block;
  vertical-align: top;
}

.sj-widgetcontactus .sj-footerwidget ul li address {
  width: 85%;
  line-height: 20px;
}

.sj-widgetcontactus .sj-footerwidget ul li address {
  margin: 0;
  font-style: normal;
}

.sj-footerbottom {
  width: 100%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}

.sj-copyrights {
  margin: 0;
  width: 100%;
  float: left;
  line-height: 17px;
  text-align: center;
}

.sj-copyrights span {
  color: #5e9cea;
  font-weight: 500;
}

/* =============================================
			SearchStyle
============================================= */
.sj-searcharea {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

.sj-searcharea.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

.sj-searcharea input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

@media screen and (max-width: 768px) {
  .sj-searcharea input[type=search] {
    font-size: 40px;
    padding-left: 0;
  }
}
.sj-searcharea .sj-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

.sj-searcharea .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.mobile-scrolltotop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin: 5px;
  background: rgba(99, 108, 119, 0.7);
  cursor: pointer;
  z-index: 2;
}
.mobile-scrolltotop i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=style.css.map */