* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul li {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #fff;
  outline: none !important;
}

/* header start */
section {
  /* float: left; */
  width: 100%;
  position: relative;
  overflow: hidden;
}
section #AboutSection:after{content: none !important;}
.bbg {
  background: #000;
}
.wbg {
  background: #fff;
  color: #000;
}

.container {
  max-width: 980px;
  margin: auto;
  display: block;
  position: relative;
}

/* top section */
.top_banner {
  width: 100%;
  float: left;
  position: relative;
  background: #000;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
video.skoar_video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.58;
  vertical-align: middle;
}
.top_banner video.skoar_video {
  position: absolute;
  top: 0;
}
.top_banner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/banner_after_bg.webp");
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
}
.top_banner h1 {
  font-size: 20px;
  letter-spacing: 0.2rem;
  margin-top: -115px;
}
.banner_container {
  max-width: 910px;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 100px 0px;
}
.banner_container_inner {
  text-align: center;
}
.banner_head_img,
.top_banner h1,
.banner_btn {
  float: left;
  width: 100%;
}
.banner_head_img {
  margin-top: 8px;
  margin-bottom: 20px;
}
.banner_btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
.banner_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  min-width: 210px;
  height: 72px;
  font-size: 15px;
  background: #282626;
  border: 1px solid #282626;
}
.banner_btn a:hover {
  background: #fff;
  color: #282626;
}

/* sec_1 */
.section_1 {
  background: url(../images/sec_bg1.avif) no-repeat center center;
  background-size: cover;
}
.section_1::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.56;
}
.skoar_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 40px;
}
.skoar_list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 33.33%;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  padding: 0px 10px;
}
.skoar_list_content {
  display: flex;
  flex-direction: column;
}
.skoar_list_icon {
  flex-shrink: 0;
  max-width: 81px;
}
.skoar_list_content strong {
  font-size: 80px;
  color: #dbe109;
}
.skoar_list_content span {
  font-size: 20px;
}

/* sec_2 */
.section_2 {
  background: #fff;
  height: 211px;
}
.section_2 video.skoar_video {
  opacity: 1;
}

/* sec_3 */
.section_3 {
  background: #020e3b;
}

/* sec_4 */
.main_heading {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.main_heading h2 {
  font-size: 35px;
  line-height: normal;
  position: relative;
  font-weight: 500;
}
.main_heading p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0px;
}
.main_heading h2 span {
  position: relative;
}
.main_heading h2::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -40px;
  width: 150px;
  height: 60px;
  background: #ff0404;
  transform: rotate3d(1, 1, 1, 233deg);
  opacity: 0.59;
}
.sub_main_heading {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin: 40px 0px 60px 0px;
}
.sub_main_heading h3 {
  font-size: 25px;
  line-height: normal;
  position: relative;
  font-weight: 400;
  padding: 0px 4px;
  border-bottom: 3px solid #b4b4b4;
}

.about_sec {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about_left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30%;
}
.about_right {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_right p {
  font-size: 20px;
  margin: 0px;
  line-height: 1.7;
}

.pad_tb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pad_tb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad_t_30 {
  padding-top: 30px;
}
.pad_t_40 {
  padding-top: 40px;
}
.pad_t_50 {
  padding-top: 50px;
}
.pad_t_60 {
  padding-top: 60px;
}
.pad_b_60 {
  padding-bottom: 60px;
}
.pad_b_50 {
  padding-bottom: 50px;
}
.pad_b_40 {
  padding-bottom: 40px;
}
.mar_t_40 {
  padding-top: 30px;
}

/* sec_5 */
.pd_svg {
  position: absolute;
  top: 0px;
}
.pd_svg svg {
  width: 90px;
  height: 73px;
}
.pd_svg_left {
  left: 90px;
  top: 100px;
  transform: rotate(30deg) !important;
}
.pd_svg_right {
  right: 90px;
  transform: rotate(216deg) !important;
}
.title_partners_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}
.title_partners_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0px 10px;
}
.title_partners_list_img img {
  max-height: 90px;
}

.partners_list {
  margin-top: 50px;
}

.partners_list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.partners_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  gap: 20px;
}
.partners_list_content {
  font-size: 15px;
}
.partners_list_img {
  padding: 0px 25px;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 3px dashed rgba(0, 0, 0, 0.2);
}
.partners_list ul li:last-child .partners_list_img {
  border-right: none;
}

/* sec_6 */
.section_6 .container {
  max-width: 890px;
}

.bcge_sec {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
}
.bcge_left {
  display: flex;
  flex-direction: column;
  width: 62%;
}
.bcge_sec .main_heading {
  justify-content: start;
  text-align: left;
}

.bcge_pera {
  font-size: 20px;
  margin: 0px;
  padding: 52px 0px 52px 50px;
  color: #fff;
}
.bcge_right {
  width: 38%;
}

/* sec_7 */
.section_7 {
  background: url(../images/bjs_bg.avif) no-repeat center center;
  background-size: cover;
}
.section_7 .main_heading {
  justify-content: start;
  text-align: left;
  flex-direction: column;
  gap: 40px;
}

.bjs_list {
  margin-top: 50px;
}
.bjs_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.bjs_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  gap: 25px;
  width: 50%;
  padding: 0px 50px 50px 50px;
  border: 1px solid #b4b4b4;
  border-top: none;
  border-left: none;
}
.bjs_list ul li:nth-child(2n + 2) {
  border-right: none;
}
.bjs_list ul li:nth-child(3n),
.bjs_list ul li:nth-child(4n) {
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 0px;
}
.bjs_list_content {
  font-size: 18px;
  max-width: 60%;
}
.bjs_list_content_large {
  max-width: 76%;
}
.bjs_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bjs_list_img img {
  max-height: 121px;
}
.bjs_list ul li:last-child .bjs_list_img {
  border-right: none;
}

/* sec_8 */
.section_8 .container {
  max-width: 1224px;
}
.photo_gallery_box {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.lightbox_img_wrap {
  width: 100%;
}
.gallery_item_half {
  width: calc(50% - 3px);
}

.lightbox_img_wrap img {
  aspect-ratio: 16 / 12;
}
.photo_gallery_box_row2 .lightbox_img_wrap img {
  aspect-ratio: 16 / 8.95;
}

/* sec_9 */
.section_9 .container {
  max-width: 850px;
}
.section_9 .main_heading {
  justify-content: start;
  text-align: left;
}

.cap_sec {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.cap_left {
  display: flex;
  flex-direction: column;
  width: 58.8%;
  gap: 25px;
  padding-right: 60px;
}

.cap_left p {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
}
.cap_right {
  width: 41.2%;
}

/* footer */
footer {
  float: left;
  width: 100%;
  position: relative;
}
footer {
  background: url(../images/sec_bg1.avif) no-repeat center center #000 !important;
  background-size: cover !important;
}
footer::before {
  content: "";
  background: linear-gradient(90deg, #000000, #021645);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.56;
}
.container_box{
  position: relative;
}

/* back-to-top */
#back-to-top {
  background: #960202;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 25px;
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 15px;
  right: 15px;
  border-radius: 100%;
}
#back-to-top span {
  transform: rotate(270deg);
}
#back-to-top:hover {
  background: #fff;
  color: #960202;
}
#back-to-top.show {
  display: flex;
  justify-content: center;
  align-items: center;
}


h1, h2, h3, h4, h5, h6 {color: #fff !important;}
.wbg h1, .wbg h2, .wbg h3, .wbg h4, .wbg h5, .wbg h6 {color: #000 !important;}
.subfooter{float: left; width: 100%;}
