/* bootstrap strat */

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

/* body {
        min-height: 10000px;
    } */

input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;

}

#header {
  z-index: 5;

}

.banner-title {
  font-size: 80px;
  color: #fff;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;

}

.align-center {
  align-items: center;
}

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;

}

.mt-80px {
  margin-top: 80px;
}

.mt-30px {
  margin-top: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

/* bootstrap end */
@font-face {
  font-family: 'OPTIBankGothic';
  src: url(../font/OPTIBankGothic-Medium.otf);
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url(../font/Poppins-Medium.ttf);
}

body {
  font-family: 'OPTIBankGothic';
  background-color: black;
  color: #fff;
}




.landingpoagediv {
  width: 100%;
  height: 100vh;
  background: url(../image/landing1.jpg);
  background-size: cover;
  background-position: center;
}

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

.text-langsing {
  text-align: center;
}

.text-langsing h1 {
  font-size: 50px;
}

.bigtexts {
  font-size: 65px;
}

.hoempageLink i {
  position: relative;
  top: 2px;
  animation: asccs 0.8s infinite;
}

.hoempageLink {
  padding: 16px 44px;
  display: inline-block;
  margin: 10px;
  margin-top: 10px;
  border: 1px solid;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  margin-top: 30px;
  letter-spacing: 2px;
}

@keyframes asccs {
  0% {
    opacity: 0;
    left: -10px;
  }

  100% {
    opacity: 1;
    left: 0px;
  }
}

.hoempageLink:hover {
  background: #fff;
  color: #000;
}


.desktopheader {
  display: flex;
  justify-content: end;
  padding: 20px 0px;
  align-items: center;
}



.menus {
  width: 60%;
}

.header-logo {
  position: absolute;
  top: 23px;
  left: 50px;
}

.footerbg {
  background: #090909;
  padding: 50px 0px;
}

.footer-icons {
  background: #222;
  display: inline-flex;
  height: 55px;
  width: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.menus .primary-menu #menu-menu-1 {
  display: flex;
  list-style: none;
  justify-content: right;
  width: 100%;
  font-size: 18px;
}

.menus #menu-menu-1 li {
  margin-left: 100px;
}

.social {
  display: flex;
  justify-content: end;
}

.footer-icons {
  margin-left: 41px;
  font-size: 20px;
}

.justsy {
  align-items: center;
}

#header {
  background: #090909;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pagetitle {
  text-align: center;
  font-size: 35px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.contents {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  font-size: 13px;
  line-height: 46px;
  letter-spacing: 2px;
}

.contents ul li {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.contents h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.header-logo {
  font-size: 30px;
}

.header-logo span {
  font-size: 30px;
}

.srcvs {
  text-align: center;
  font-size: 35px;
  margin-bottom: 25px;
}

.page-id-27 .text-center.contents {
  font-size: 18px;
}

.footerbg {
  position: fixed;
  bottom: 0;
  width: 100%;
}

#header {
  position: fixed;
  width: 100%;
}

.manage-header {
  height: 107px;
}

.mnage-fooetr {
  height: 155px;
}

.page-id-27 .pagetitle {
  padding-top: 180px;
}

.contents a:hover {
  color: #ccc;
}


/* accordions */


.accordion {
  width: 100%;
}

.accordion-section {

  margin-bottom: 10px;
}

.accordion-header {

  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {

  display: none;
}

.postedby {
  letter-spacing: 1px;
}

.accordion-icon {
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
}

.accordion-icon {
  background: #131313;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-header {
  font-size: 22px;
}

.accordion-content {
  font-size: 13px;
}

.cross {
  font-size: 15px;
}

.accordion-content {
  width: 88%;
  line-height: 33px;
  letter-spacing: 1px;
}

/* end accordion */

.footer-icons:hover {
  background: #fff;
  color: #222;
}

.top100 {
  padding-bottom: 100px;
}

.post-div-dates {
  display: flex;
}

.postedby {
  margin-right: 30px;
}

.post-div-dates {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.phonesa {
  display: none;
}

.excerpt {
  font-size: 12px;
  line-height: 35px;
  letter-spacing: 2px;
}

.excerpt {
  margin-bottom: 30px;
}

.dvsc {
  display: none;
}

.readmore {
  font-size: 20px;
  text-decoration: underline;
}

.paddingsa {
  padding-bottom: 100px;
}

.accordion-content.dfs {
  width: 100%;
}

.sub-menu li {
  margin: 0 !important;
}

.sub-menu {
  list-style: none;
  background: #fff;
  color: #000;
  position: absolute;
  animation: upadms 0.5s;
}

.sub-menu a {
  display: block;
  padding: 20px 20px;
}
.phonenonesc {
  display: none;
}
@keyframes upadms {
  0% {
    transform: translatey(50px);
  }

  100% {
    transform: translatey(0px);

  }
}

.sub-menu a:hover {
  background: #ccc;
  color: #000 !important;
}

.sub-menu {
  display: none;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menus #menu-menu-1 li a:hover {

  color: #ccc;
}

.footer-icons {
  margin-left: 10px;
  font-size: 20px;
}
.accordion.margins h2 {
  font-size: 19px;
}

/* responsive css */

@media screen and (max-width: 1220px) {

  .pagetitle {
    text-align: center;
    font-size: 60px;
    padding-top: 60px;
    padding-bottom: 24px;
  }

  .menus #menu-menu-1 li {
    margin-left: 45px;
  }

  .contents {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    font-size: 13px;
    line-height: 46px;
    letter-spacing: 2px;
  }
}


@media screen and (max-width: 991px) {

  .header-logo {
    font-size: 20px;
  }

  .header-logo span {
    font-size: 20px;
  }

  .header-logo {
    font-size: 25px;
  }

  .menus .primary-menu #menu-menu-1 {
    font-size: 12px;
  }

  .menus #menu-menu-1 li {
    margin-left: 23px;
  }

  .desktopheader {
    display: flex;
    justify-content: end;
    padding: 12px 0px;
    align-items: center;
  }

  .pagetitle {
    text-align: center;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .footer-copyrit {
    font-size: 9px;
  }

  .footer-icons {
    margin-left: 11px;
    font-size: 11px;
  }

  .footer-icons {
    background: #222;
    display: inline-flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .footerbg {
    background: #090909;
    padding: 20px 0px;
  }

  .contents h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .accordion-header {
    font-size: 13px;
  }

  .accordion-icon {
    background: #131313;
    width: 35px;
    height: 35px;
  }

  .accordion-content {
    font-size: 10px;
    line-height: 26px;
  }

  .page-id-27 .pagetitle {
    padding-top: 40px;
  }

  .page-id-27 .text-center.contents {
    font-size: 13px;
  }

  .margins h2 {
    font-size: 18px;
  }

  .post-div-dates {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .excerpt {
    font-size: 9px;
    line-height: 23px;
    letter-spacing: 1px;
  }

  .readmore {
    font-size: 14px;
    text-decoration: underline;
  }

  .text-langsing h1 {
    font-size: 32px;
  }

  .bigtexts {
    font-size: 48px;
  }
}

@media screen and (max-width: 760px) {
  .desktopheader {
    display: none;
  }

  .landingpoagediv {
    display: flex;
    justify-content: center;
    align-items: top;
    padding-top: 54px;
  }

  .pull_nav_close {
    display: block;
    text-align: right !important;
    padding-right: 20px;
  }

  .sub-menu {
    list-style: none;
    background: #575757;
    color: #000;
    position: unset;
    animation: unset;
  }

  .arrow {
    border: 1px solid;
    width: 48px !important;
    height: 31px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9px !important;
    border-radius: 15px;
  }

  #closeBtn {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .pull-nav .n,
  .pull-nav .g,
  .pull-nav .s {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .phonenone {
    display: none;
  }

  .dvsc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .saclogo {
    font-size: 30px;
  }

  .saclogo span {
    font-size: 24px;
  }

  .phonesa {
    display: block;
  }

  .manage-header {
    height: 64px;
  }

  .pagetitle {
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    font-size: 9px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .srcvs {
    text-align: center;
    font-size: 22px;
    margin-bottom: 7px;
  }

  .mnage-fooetr {
    height: 67px;
  }

  .footerbg .col-lg-6.col-md-7 {
    order: 2;
    padding-top: 13px;
  }

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

  .footer-copyrit {
    font-size: 7px;
    text-align: center;
  }

  #header {
    background: #090909;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contents h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .accordion-header {
    width: 80%;
  }

  .accordion-icon {
    position: absolute;
    right: 15px;
  }

  .margins {
    margin-bottom: 24px;
  }

  .excerpt {
    margin-bottom: 13px;
  }

  .postedby {
    margin-right: 7px;
  }

  .post-div-dates {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .margins h2 {
    font-size: 15px;
  }

  .page-id-27 .text-center.contents {
    font-size: 9px;
  }

  .text-langsing h1 {
    font-size: 14px;
  }

  .bigtexts {
    font-size: 20px;
  }

  .hoempageLink {
    padding: 7px 17px;
    display: inline-block;
    margin: 10px;
    margin-top: 10px;
    margin-top: 10px;
    border: 1px solid;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    margin-top: 27px;
    letter-spacing: 1px;
  }

  .menu-item-has-children:hover .sub-menu {
    display: none;
  }

  .hoempageLink {
    padding: 15px 22px;
  }

  .landingpoagediv.sdvsd {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .hoempageLink {
    padding: 7px 16px;
    display: inline-block;
    margin: 10px;
    margin-top: 10px;
    margin-top: 10px;
    border: 1px solid;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 2px;
  }
  .landingpoagediv.sdvsd {
    display: none;
  }
  .phonenonesc {
    display: block;
  }
  .landingpoagediv.sdvsd {
    display: none;
  }
}