* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Lusitana", serif;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
header.active-header {
  position: static;
  background: #000;
}
header img {
  width: 350px;
}
header .row {
  align-items: center;
}
header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  float: right;
}
header ul li {
  margin-left: 30px;
}
header ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

.home-main .section-1 {
  background-image: url("../img/image1.webp");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  height: 85vh;
  box-shadow: 100vw 0 0 inset rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
.home-main .section-1 .row {
  align-items: center;
  justify-content: center;
}
.home-main .section-1 .blk-1 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.home-main .section-1 .blk-1 img {
  width: 370px;
  margin-bottom: 150px;
}
.home-main .section-1 .blk-1 h2 {
  font-size: 25px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 30px;
}
.home-main .section-1 .blk-1 a {
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  padding: 15px 40px;
  font-weight: 700;
  text-decoration: none;
}
.home-main .section-2 {
  padding: 50px 0;
  text-align: center;
}
.home-main .section-2 h2 {
  font-size: 32px;
  line-height: 40px;
  color: #a08a6e;
  margin-bottom: 20px;
}
.home-main .section-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}
.home-main .section-2 ul li {
  margin-bottom: 20px;
}
.home-main .section-2 ul li a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  transition: 0.25s all ease-in-out;
}
.home-main .section-2 ul li a img {
  opacity: 1;
  transition: 0.25s all ease-in-out;
}
.home-main .section-2 ul li a p {
  position: absolute;
  opacity: 0;
  transition: 0.25s all ease-in-out;
  top: 80%;
  left: 80%;
  background-color: #fe9300;
  border-radius: 10px;
  padding: 0 10px;
  color: #fff;
  width: 100%;
  z-index: 1;
}
.home-main .section-2 ul li a:hover p {
  opacity: 1;
}
.home-main .section-2 ul.countries-ul li {
  width: 16.666%;
}
.home-main .section-2 ul.countries-ul li img {
  width: 130px;
}
.home-main .section-2 ul.faderation-ul li {
  width: 50%;
}
.home-main .section-2 ul.faderation-ul li img {
  width: 250px;
}
.home-main .section-2 ul.sponsors-ul li {
  width: 33.3333%;
}
.home-main .section-2 ul.sponsors-ul li img {
  width: 180px;
}
.home-main .section-3 h2 {
  font-size: 22px;
  line-height: 31px;
  color: #5e5e5e;
  text-transform: uppercase;
}
.home-main .section-3 .row-1 h2 {
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.home-main .section-3 .row-2 h2 {
  margin-bottom: 20px;
}
.home-main .section-3 .row-2 h3 {
  font-size: 16px;
  line-height: 24px;
  color: #5e5e5e;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-main .section-3 .row-2 ul li {
  font-size: 16px;
  line-height: 24px;
  color: #5e5e5e;
}
.home-main .section-3 .row-2 p {
  font-size: 16px;
  line-height: 24px;
  color: #5e5e5e;
}
.home-main .section-3 .row-2 img {
  max-width: 100%;
}
.home-main .section-4 {
  padding-top: 50px;
}
.home-main .section-4 h2 {
  font-size: 22px;
  line-height: 31px;
  color: #5e5e5e;
  text-transform: uppercase;
}
.home-main .section-4 .row-1 h2 {
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.home-main .section-4 .row-2 p {
  color: #5e5e5e;
}
.home-main .section-4 .row-2 img {
  width: 400px;
  float: right;
}
.home-main .section-5 {
  padding-top: 50px;
}
.home-main .section-5 h2 {
  font-size: 22px;
  line-height: 31px;
  color: #5e5e5e;
  text-transform: uppercase;
}
.home-main .section-5 .row-1 h2 {
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.home-main .section-5 .row-2 .blk-1 img {
  border-radius: 50%;
  width: 100%;
}
.home-main .section-5 .row-2 .blk-1 h3 {
  font-size: 22px;
  line-height: 28px;
  color: #1b1b1b;
  margin: 20px 0 20px;
}
.home-main .section-5 .row-2 .blk-1 p {
  font-size: 16px;
  line-height: 24px;
  color: #5e5e5e;
}

footer {
  text-align: center;
  padding: 100px 0 50px;
}
footer img {
  width: 270px;
}
footer h3 {
  font-size: 22px;
  line-height: 33px;
  color: #5e5e5e;
  margin-top: 80px;
}
footer form {
  max-width: 700px;
  display: inline-block;
  margin: 20px auto 50px;
  justify-content: center;
}
footer form input[type=text] {
  width: 80%;
  height: 55px;
  border: 1px solid #e5e5e5;
  text-indent: 10px;
}
footer form input[type=submit] {
  width: 18%;
  height: 55px;
  margin-left: 2%;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
footer p {
  color: #595959;
  font-size: 14px;
  line-height: 21px;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 100px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}
footer ul li {
  width: 50px;
  margin: 0 20px;
}

.press-main .container {
  max-width: 1040px;
}
.press-main .container h1 {
  text-align: center;
  padding: 80px 0;
}
.press-main .blk-1 {
  background-size: cover;
  background-position: right bottom;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px 20px 20px 10px;
  margin-bottom: 24px;
  display: block;
  text-decoration: none;
}
.press-main .blk-1:hover {
  text-decoration: none;
}
.press-main .blk-1 h2 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin: 10px 0 10px;
  padding-right: 40px;
}
.press-main .blk-1 h5 {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.press-main .blk-1 h6 {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.press-main .blk-1 .blk-2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 35px;
  right: 15px;
}

.single-press-page .av-tabs {
  border: none;
  margin-top: 0;
}
.single-press-page .av-tabs .cat-dropdown {
  top: 40px;
}
.single-press-page .author-blk {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  text-align: center;
}
.single-press-page .leader-col {
  text-align: center;
  width: 212px;
  display: inline-block;
  margin: 0 20px 30px;
}
.single-press-page .leader-col .leader-img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  position: relative;
}
.single-press-page .leader-col .leader-img a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.single-press-page .leader-col p {
  color: #000;
}
.single-press-page .press-content {
  color: #000;
}
.single-press-page .press-content p, .single-press-page .press-content li {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.single-press-page .press-content img {
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: auto;
}

.press-section {
  background-color: #ffffff;
  padding: 0;
}
.press-section .press-col {
  margin-bottom: 30px;
}
.press-section h2 {
  margin-bottom: 40px;
}
.press-section:after {
  display: none;
}

.cfn-main .container {
  max-width: 1040px;
}
.cfn-main .container h1 {
  text-align: center;
  padding: 80px 0;
}
.cfn-main .section-1 ul.av-tabs {
  padding-left: 0;
  display: flex;
  list-style: none;
  margin: 30px 0 40px;
  align-items: center;
}
.cfn-main .section-1 ul.av-tabs > li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #9ca2ae7d;
  position: relative;
}
.cfn-main .section-1 ul.av-tabs > li:last-child {
  border-right: none;
}
.cfn-main .section-1 ul.av-tabs > li a {
  color: #9CA2AE;
}
.cfn-main .section-1 .blog-cl .profile-detail {
  position: relative;
  padding-right: 100px;
}
.cfn-main .section-1 .blog-cl .profile-detail h4 span br {
  display: none;
}
.cfn-main .section-1 .blog-cl .profile-detail img {
  width: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-cl {
  background-image: url("../img/card_9.jpg");
  background-size: cover;
  background-position: right bottom;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px 20px 20px 10px;
  display: block;
  text-decoration: none;
}
.blog-cl .tag-blk {
  position: absolute;
  top: -8px;
  left: 10px;
}
.blog-cl .tag-blk span {
  font-size: 10px;
  background-color: #fff;
  padding: 10px 10px 2px;
  border-radius: 10px;
  color: #000;
}
.blog-cl h2 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin: 10px 0 10px;
  padding-right: 40px;
  min-height: 84px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-cl h4 {
  font-size: 11px;
  color: #fff;
  margin-bottom: 0;
}
.blog-cl h4 span {
  font-weight: 600;
}
.blog-cl h4 span br {
  display: none;
}
.blog-cl .profile-p {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 35px;
  right: 15px;
}

.av-tabs {
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}
.av-tabs a {
  color: #000000;
}
.av-tabs.nav-tabs .nav-link, .av-tabs.nav-tabs .menu-item {
  color: #000;
  border: none;
}
.av-tabs.nav-tabs .nav-link.active, .av-tabs.nav-tabs.menu-item.current-menu-item a {
  color: #414651;
  border-bottom: 2px solid #414651;
}

.cat-dropdown {
  width: 250px;
  position: absolute;
  top: 85px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 1px 0 5px #ccc;
  border-radius: 5px;
  left: 0;
}
.cat-dropdown a {
  color: #000;
}
.cat-dropdown .nav-link, .cat-dropdown .menu-item {
  color: #000;
  border: none;
}
.cat-dropdown .nav-link.active, .cat-dropdown.menu-item.current-menu-item a {
  background-color: #f2f2f2;
  color: #000;
}
.cat-dropdown ul li {
  width: 100%;
}

.av-blk {
  margin-top: 30px;
}
.av-blk .av-img-blk {
  background-color: #F2F2F2;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
.av-blk .av-img-blk img {
  max-width: 90%;
  max-height: 100%;
}
.av-blk h3 {
  font-size: 20px;
  line-height: 30px;
  color: #4C505B;
  margin-top: 15px;
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
  padding-right: 25px;
}
.av-blk h3 a {
  position: absolute;
  right: 0;
  top: 0;
}
.av-blk p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(76, 80, 91, 0.6);
}

.hidden {
  display: none !important;
}

.next-pre-link {
  overflow: hidden;
}
.next-pre-link a {
  color: #3C414D;
}
.next-pre-link a.next-link {
  float: right;
}
.next-pre-link a.prev-link {
  float: left;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  header .row > div {
    width: 50%;
  }
  header img {
    width: 150px;
  }
  header ul li {
    margin-left: 15px;
  }
  header ul li a {
    font-size: 16px;
  }

  .home-main .section-2 {
    overflow: hidden;
  }
  .home-main .section-2 ul li a:hover p {
    display: none !important;
  }
  .home-main .section-2 ul.countries-ul li {
    width: 33%;
  }
  .home-main .section-2 ul.faderation-ul li {
    width: 100%;
  }
  .home-main .section-2 ul.sponsors-ul li {
    width: 50%;
  }
  .home-main .section-3 .blk-1 {
    margin-bottom: 30px;
  }
  .home-main .section-4 .row-2 p {
    margin-bottom: 40px;
  }
  .home-main .section-4 .row-2 img {
    width: 300px;
    float: none;
    display: table;
    margin: 0 auto;
  }
  .home-main .section-5 .blk-1 {
    margin-bottom: 50px;
  }

  footer form input[type=text] {
    width: 75%;
  }
  footer form input[type=submit] {
    width: 23%;
  }
}

/*# sourceMappingURL=custom.css.map */
