/**
 * Created by Ashish Shrestha
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
.text-12 {
  font-size: 12px;
}

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

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Sofia Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FAFAFA;
  line-height: inherit;
  background-color: #202020;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media all and (max-width: 1399px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #FAFAFA;
}
a:link, a:visited {
  text-decoration: none;
}
a:focus {
  outline: none;
}

img {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 80px;
}
@media all and (max-width: 1399px) {
  h1 {
    font-size: 65px;
  }
}
@media all and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 32px;
}
@media all and (max-width: 1399px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 25px;
}

p {
  letter-spacing: 0.64px;
  margin-bottom: 18px;
  line-height: 26px;
}
p:last-of-type {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

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

#wrapper {
  min-height: 100%;
  position: relative;
}

.slick-slider .slick-slide {
  outline: none;
}

.custom-container {
  padding: 90px 200px;
  margin: auto;
}
.custom-container .small-width-container {
  max-width: 1200px;
}
.custom-container .small-medium-container {
  max-width: 1500px;
}
@media all and (max-width: 1399px) {
  .custom-container {
    padding: 40px 100px;
  }
}
@media all and (max-width: 1199px) {
  .custom-container {
    padding: 40px;
  }
}
@media all and (max-width: 991px) {
  .custom-container {
    padding: 25px;
  }
}

.ar-btn {
  display: inline-block;
  width: auto !important;
  outline: none;
  padding: 0 30px;
  background-color: #212529;
  border: 1px solid #212529;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.section-title {
  padding-bottom: 20px;
}
.section-title.white-text {
  color: white;
}
.section-title.move-left {
  text-align: left;
}
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

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

.text-40 {
  font-size: 40px;
}

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

.mw-600 {
  max-width: 600px;
}

.text-30 {
  font-size: 30px;
}

.text-45 {
  font-size: 45px;
}

.text-56 {
  font-size: 56px;
}

.text-70 {
  font-size: 70px;
}

.title-font {
  font-family: "Bayon", sans-serif;
  letter-spacing: 5px;
}

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

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

.gap-10 {
  gap: 10px;
}

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

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

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

.pl-0 {
  padding-left: 0;
}

.pt-4 {
  padding-top: 4px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-44 {
  padding-top: 44px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-52 {
  padding-top: 52px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-68 {
  padding-top: 68px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-76 {
  padding-top: 76px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-84 {
  padding-top: 84px;
}

.pt-88 {
  padding-top: 88px;
}

.pt-92 {
  padding-top: 92px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-44 {
  padding-right: 44px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-52 {
  padding-right: 52px;
}

.pr-56 {
  padding-right: 56px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-64 {
  padding-right: 64px;
}

.pr-68 {
  padding-right: 68px;
}

.pr-72 {
  padding-right: 72px;
}

.pr-76 {
  padding-right: 76px;
}

.pr-80 {
  padding-right: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-design {
  border-radius: 99px;
  background-color: #E0FE67;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 500;
}
.badge-design .icon {
  padding-right: 4px;
}
.badge-design .icon img {
  width: 12px;
}
@media all and (max-width: 1199px) {
  .badge-design {
    font-size: 12px;
  }
}
.badge-design .icon-item {
  padding-right: 5px;
}
.badge-design.yellow-badge {
  background-color: #F1C40F;
}
.badge-design.white-badge {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

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

.ajax-posts.loading {
  opacity: 0.4;
  pointer-events: none;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  grid-column: 1/-1;
}
.blog-pagination .page-numbers {
  padding: 10px 16px;
  border: 1px solid #E0FE67;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
}
.blog-pagination .page-numbers:hover {
  background-color: #E0FE67;
  color: #000;
  transition: all 0.6s ease;
}
.blog-pagination .page-numbers.current {
  background-color: #E0FE67;
  color: #000;
}
.blog-pagination .page-numbers.next {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
.blog-pagination .page-numbers.prev {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}/*# sourceMappingURL=global.css.map */