body {
  margin: 0;
  padding: 0;
  top:0 !important;
  font-size: 16px;
  font-weight: 400;
   font-family: 'Helvetica Neue';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  margin: 0;
  padding: 0;
  list-style: none; }
h3 {
  margin: 0;
  padding: 0;
  list-style: none; }

h4 {
  margin: 0;
  padding: 0;
  list-style: none; }

h5 {
  margin: 0;
  padding: 0;
  list-style: none; }

h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0;
  padding: 0;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important; 
}

input {
  outline: none !important; 
}

button {
  outline: none !important; 
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.sp{
  padding-top: 110px;
  padding-bottom: 110px;
}

.bg_white{
  background-color: white;
}
.pt_0{
  padding-top: 0px;
}
.pb_0{
  padding-bottom: 0px;
}

#page-top {
  overflow-x: hidden !important;
}

p{
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 400;
}
h1 {
    font-family: 'Luna';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    font-size: 40px;
    line-height: 1.9;
}
h2 {
    font-family: 'Luna';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    font-size: 35px;
    line-height: 1.9;
}
/* Menu Css  */
/*Menu Css */

.button_container {
  position: fixed;
  top: 60px;
  right: 71px;
  height: 27px;
  width: 45px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
      -ms-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #a7a3a3;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-family: "Varela Round", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: calc(100% / 9);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 30px;
    font-family: 'Helvetica Neue';
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.header_area {
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  z-index: 1050;
  width: 100%;
  top: 60px;
  left: 0;
}

/* Header Css  */
.hero_section {
  background-color: #000000;
  padding-top: 162px;
  padding-bottom: 80px;
}
.hero_image_area {
  text-align: center;
}

.hero_content{}
.hero_content h1{
    padding-bottom: 30px;
}

.hero_section .container .row.row_hero{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*Counter Css */

/*/ start count stats /*/

section#counter-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.stats .counting {
  margin-bottom: 25px;
}

.stats h5, .stats .counting {
    color: #FFF;
    font-size: 35px;
    font-family: 'Luna';
    text-transform: uppercase;
    text-align: center;
    display: inherit;
    line-height: 1.8;
}

/*/ end count stats /*/


.categoris_items_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single_cagegoris_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 60px 15px 80px 15px;
}
#page-top > section.categoris_section > .categoris_items_area > div:nth-child(1){
  background: rgba(65, 65, 65, 0.051);
}
#page-top > section.categoris_section > .categoris_items_area > div:nth-child(2){
  background: rgba(65, 65, 65, 0.1);
}
#page-top > section.categoris_section > .categoris_items_area > div:nth-child(3){
  background: rgba(65, 65, 65, 0.15);
}
#page-top > section.categoris_section > div > div:nth-child(3) > a > div > div.cat_title{
  padding-top: 100px;
}





.cat_title h2 {
    color: rgba(0, 0, 0, 1);
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.cat_title {
    padding-top: 34px;
}

section.categoris_section {
    overflow: hidden;
}

.single_f_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
}
/*.cat_title {
    position: absolute;
    width: max-content;
    height: max-content;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    margin: auto;
}
*/


footer.footer_area {
    background: #FFF;
    padding-top: 25px;
    padding-bottom: 38px;
}
.footer_title{
  text-align: center;
}
.footer_title p {
    color: #000000;
    font-size: 15px;
    padding-bottom: 18px;
    font-family: 'Luna';
    font-weight: 400;
}
.partner_logo {
    height: 100%;
    margin: 0px 32px;
}
.partner_logo_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

/*In The box section Css */
.inthe_box_hero {
  background-color: #000000;
  padding-top: 100px;
  padding-bottom: 0px;
}
.in_hero_image{
  text-align: center;
}
.in_hero_image {
    text-align: center;
    max-width: 720px;
    margin: auto;
    width: 100%;
    margin-bottom: -70px;
}

/*categoris_single_section css*/
.categoris_single_section{
  padding-top: 20px;
  background: #FFF;
  padding-bottom: 155px;
}
.zul_btn{
  margin-top: 150px;
}
.zul_btn.text-center a {
    font-family: 'Luna';
    letter-spacing: 0px;
    color: #000000;
    font-size: 37px;
    line-height: normal;
    background: #FCD106;
    display: inline-block;
    padding: 29px 100px 16px 100px;
    border-radius: 75px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.zul_btn a:hover{
  background: #ddb707;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.s_image {
    text-align: center;
    height: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.s_content h2 {
  text-align: center;
  color: #000;
  margin-bottom: 36px;
  padding-top: 20px;
}
.s_content p {
    color: #000;
    line-height: 1.4;
    padding-right: 20px;
}
.cat_custom_row {
    margin-top: -141px;
}
.s_image {
    text-align: center;
    height: 387px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.categoris_single_section > div > div.row.cat_custom_row > div:nth-child(1) > div > div.s_image > div img {
    height: 224px;
}
.s_content {
    border-right: 1px solid #000;
}
.categoris_single_section > div > div.row.cat_custom_row > div:nth-child(3) > div > div.s_content{
  border-right: 0px solid transparent;
}


/*New section  Css */
.hero_ppfllf_section {
    background: #000;
    padding-top: 90px;
    padding-bottom: 30px;
}
.ooflaf_hero{
  text-align: center;
}
.ooflaf_content_section {
    background: #000;
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
}
.oolaf_content_box p{
  padding-bottom: 20px;
}
.oolaf_content_box{
  margin-bottom: 50px;
}
.oolaf_content_box b {
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 700;
    display: block;
    padding-bottom: 8px;
}
.oolaf_content_box h2{
  padding-bottom: 20px;
}
.single_block_image{
  padding-left: 60px;
  padding-bottom: 5px;
}
.padding_right_80{
  padding-right: 80px;
}
.single_asgsfg_image{
  text-align: center;
}
.single_asgsfg_image img {
    padding-bottom: 15px;
    height: 220px;
}
.single_asgsfg_top {
    max-width: 335px;
    text-align: center;
    margin-left: 93px;
}

.bottom_image_mog img {
    margin-right: 244px;
    width: 375px;
}
.bottom_image_mog {
    text-align: center;
}
.overly_cup_image img {
    width: 250px;
}
.overly_cup_image {
    position: absolute;
    left: -42px;
    top: 35%;
    z-index: 1;
    display: none !important;
}