@charset "UTF-8";
/*****************************************************
*  Template:  OCEAN SMILES - Html5 Templates         *
*  Author: Arif Hossain Antor                        *
*  Author url: https://themeforest.net/user/AalgiMan *
*  Design and Developed by: earnzbd.com              *
*  Version : 1.0                                     *
*****************************************************/
/*Components*/
:root {
  --primary-fonts: 'Montserrat', sans-serif;
  --secendary-fonts: 'Poppins', sans-serif;
  --body: #f0f6ff;
  --theme-color: #1f2738;
  --light-blue: #002bff;
  --lightest-blue: #00bdff;
  --light-yellow: #f2c318;
  --lightest-yellow: #f9ec31;
  --white: #ffffff;
  --normal-blue: #9bf0fb;
  --black: #000000;
  --lightest-gray: #8b8f94;
  --light-gray: #1b2c41;
  --dark-gray: #231f20;
  --black-light: #252525;
  --shadow-yellow: #dea911;
  --social-icon-bg: #1a53ff;
  --search-bg-dark: #4da5ff;
  --search-bg-light: #4db8ff;
  --normal-text-color: #8b8f94;
  --product-bg-color: #f0f9ff;
  --tabs-bg-color: #f0f5ff;
  --input-bg-color: #f4f4f4;
  --features-bg-color: #f5f9fc;
  --blog-bg-color: #f7f7f7;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --danger:#dc3545;
  --warning:#ffc107;
  --info:#17a2b8;
  --light:#f8f9fa;
  --dark:#343a40;
  --muted:#6c757d;
  --font-xs: 0.760rem;
  --font-s: 0.800rem;
  --font-base: 14px;
  --font-md: 16px;
  --font-lg: 20px;
  --font-xl: 26px;
  --font-xxl: 36px;
  --font-xxxl: 50px;
  --font-xxxxl: 70px;
  /*line-height*/
  --line-xs: 1rem;
  --line-s: 1.143rem;
  --line-base: 14px;
  --line-md: 16px;
  --line-lg: 20px;
  --line-xl: 26px;
  --line-xxl: 36px;
  --line-xxxl: 50px;
  --line-xxxxl: 70px;
  --font-bold: 700;
  --font-med-bold: 600;
  --font-medium: 500;
  --font-regular: 400;
  --font-light: 300;
  --facebook: #3b5998;
  --twitter: #00aced;
  --linkedin: #0077B5;
  --dribbble: #c73b65;
  --googleplus: #d34836;
  --instagram: #e2306a;
  --pinterest: #c92228;
  --dropbox: #3d9ae8;
  --flickr: #0063DC;
  --tumblr: #34526f;
  --skype: #12a5f4;
  --youtube: #c4302b;
  --github: #323232;
}

/*Fonts*/
/*color*/
/*font-size*/
/*line-height*/
/*font-weight*/
/*Social Icons*/
/*Background colors*/
.bg-theme-color {
  background: var(--theme-color);
  color: var(--lightest-gray);
}

.bg-light-blue {
  background: var(--theme-color);
  color: var(--lightest-gray);
}

/*text color*/
.color-theme-color {
  color: var(--theme-color);
}

.color-light-blue {
  color: var(--light-blue);
}

.bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

.bg.fixed {
  background-attachment: fixed !important;
}

.no-overlay:before {
  content: '';
  background: rgba(1, 38, 144, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-primary-overlay:before {
  content: '';
  /*@include hex-rgba($theme-color, 0.8);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/***************************
        Shape Css
***************************/
/***************************
        bg images
***************************/
.bg-overlay-black-10:before {
  background: rgba(1, 38, 144, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-20:before {
  background: rgba(1, 38, 144, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-30:before {
  background: rgba(1, 38, 144, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-40:before {
  background: rgba(1, 38, 144, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-50:before {
  background: rgba(1, 38, 144, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-60:before {
  background: rgba(1, 38, 144, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-70:before {
  background: rgba(1, 38, 144, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-80:before {
  background: rgba(1, 38, 144, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-90:before {
  background: rgba(1, 38, 144, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-blue-20:before {
  background: rgba(1, 38, 144, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-blue-50:before {
  background: rgba(1, 38, 144, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-blue-70:before {
  background: rgba(1, 38, 144, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-blue-90:before {
  background: rgba(1, 38, 144, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*Social Icons Backgrounds*/
.bg-facebook {
  background: #3b5998 !important;
}

.bg-twitter {
  background: #00aced !important;
}

.bg-linkedin {
  background: #0077B5 !important;
}

.bg-pinterest {
  background: #c92228 !important;
}

.bg-instagram {
  background: #e2306a !important;
}

.bg-dribbble {
  background: #c73b65 !important;
}

.bg-googleplus {
  background: #d34836 !important;
}

.bg-pinterest {
  background: #c92228 !important;
}

.bg-dropbox {
  background: #3d9ae8 !important;
}

.bg-flickr {
  background: #0063DC !important;
}

.bg-tumblr {
  background: #34526f !important;
}

.bg-skype {
  background: #12a5f4 !important;
}

.bg-youtube {
  background: #c4302b !important;
}

.bg-github {
  background: #323232 !important;
}

/*Labels*/
.label {
  display: inline;
  padding: .2em .4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/*Social Icons Text*/
.text-facebook {
  color: #3b5998;
}

.text-twitter {
  color: #00aced;
}

.text-linkedin {
  color: #0077B5;
}

.text-dribbble {
  color: #c73b65;
}

.text-googleplus {
  color: #d34836;
}

.text-instagram {
  color: #e2306a;
}

.text-pinterest {
  color: #c92228;
}

.text-dropbox {
  color: #3d9ae8;
}

.text-flickr {
  color: #0063DC;
}

.text-tumblr {
  color: #34526f;
}

.text-skype {
  color: #12a5f4;
}

.text-youtube {
  color: #c4302b;
}

.text-github {
  color: #323232;
}

/*Font sizes*/
.font-xs {
  font-size: 0.76rem;
  line-height: 1rem;
}

.font-s {
  font-size: 0.8rem;
  line-height: 1.143rem;
}

.font-base {
  font-size: 1rem;
  line-height: 1.286rem;
}

.font-md {
  font-size: 1.143rem;
  line-height: 1.571rem;
}

.font-xxl {
  font-size: 1.714rem;
  line-height: 2rem;
}

.font-xxxl {
  font-size: 1.858rem;
  line-height: 2.14rem;
}

.f-30 {
  font-size: 2.143rem;
  line-height: 2.143rem;
}

.f-50 {
  font-size: 3.571rem;
  line-height: 3.571rem;
}

.f-70 {
  font-size: 5.271rem;
  line-height: 5.271rem;
}

.f-100 {
  font-size: 7.125rem;
  line-height: 7.125rem;
}

.f-150 {
  font-size: 11.125rem;
  line-height: 11.125rem;
}

.f-200 {
  font-size: 14.125rem;
  line-height: 14.125rem;
}

/*Font weights*/
.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

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

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

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

/*Margins */
.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 0.7143rem !important;
}

.mt-15 {
  margin-top: 1.100rem !important;
}

.mt-20 {
  margin-top: 1.429rem !important;
}

.mt-30 {
  margin-top: 2.143rem !important;
}

.mt-40 {
  margin-top: 2.857rem !important;
}

.mt-50 {
  margin-top: 3.571rem !important;
}

.mt-6 {
  margin-top: 4.286rem !important;
}

.mt-70 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 5.714rem !important;
}

.mt-90 {
  margin-top: 6.429rem !important;
}

.mt-100 {
  margin-top: 7.143rem !important;
}

/*Margin bottom*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 0.7143rem !important;
}

.mb-15 {
  margin-bottom: 1.100rem !important;
}

.mb-20 {
  margin-bottom: 1.429rem !important;
}

.mb-30 {
  margin-bottom: 2.143rem !important;
}

.mb-40 {
  margin-bottom: 2.857rem !important;
}

.mb-50 {
  margin-bottom: 3.571rem !important;
}

.mb-60 {
  margin-bottom: 4.286rem !important;
}

.mb-70 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 5.714rem !important;
}

.mb-90 {
  margin-bottom: 6.429rem !important;
}

.mb-100 {
  margin-bottom: 7.143rem !important;
}

/*Margin left*/
.ml-0 {
  margin-left: 0 !important;
}

.ml-15 {
  margin-left: 1.100rem !important;
}

.ml-10 {
  margin-left: 0.7143rem !important;
}

.ml-20 {
  margin-left: 1.429rem !important;
}

.ml-30 {
  margin-left: 2.143rem !important;
}

.ml-40 {
  margin-left: 2.857rem !important;
}

.ml-50 {
  margin-left: 3.571rem !important;
}

.ml-60 {
  margin-left: 4.286rem !important;
}

.ml-70 {
  margin-left: 5rem !important;
}

.ml-80 {
  margin-left: 5.714rem !important;
}

.ml-90 {
  margin-left: 6.429rem !important;
}

.ml-100 {
  margin-left: 7.143rem !important;
}

/*Margin right*/
.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 0.7143rem !important;
}

.mr-15 {
  margin-right: 1.100rem !important;
}

.mr-20 {
  margin-right: 1.429rem !important;
}

.mr-30 {
  margin-right: 2.143rem !important;
}

.mr-40 {
  margin-right: 2.857rem !important;
}

.mr-50 {
  margin-right: 3.571rem !important;
}

.mr-60 {
  margin-right: 4.286rem !important;
}

.mr-70 {
  margin-right: 5rem !important;
}

.mr-80 {
  margin-right: 5.714rem !important;
}

.mr-90 {
  margin-right: 6.429rem !important;
}

.mr-100 {
  margin-right: 7.143rem !important;
}

/*padding*/
.p-0 {
  padding: 0 !important;
}

.p-05 {
  padding: 0.3543rem !important;
}

.p-10 {
  padding: 0.7143rem !important;
}

.p-15 {
  padding: 1.0443rem !important;
}

.p-20 {
  padding: 1.429rem !important;
}

.p-30 {
  padding: 2.143rem !important;
}

.p-40 {
  padding: 2.857rem !important;
}

.p-50 {
  padding: 3.571rem !important;
}

/*Padding left*/
.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 0.7143rem !important;
}

.pl-15 {
  padding-left: 1.100rem !important;
}

.pl-20 {
  padding-left: 1.429rem !important;
}

.pl-30 {
  padding-left: 2.143rem !important;
}

.pl-40 {
  padding-left: 2.857rem !important;
}

.pl-50 {
  padding-left: 3.571rem !important;
}

/*Padding right*/
.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 0.7143rem !important;
}

.pr-15 {
  padding-right: 1.100rem !important;
}

.pr-20 {
  padding-right: 1.429rem !important;
}

.pr-30 {
  padding-right: 2.143rem !important;
}

.pr-40 {
  padding-right: 2.857rem !important;
}

.pr-50 {
  padding-right: 3.571rem !important;
}

/*Padding top*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 0.7143rem !important;
}

.pt-15 {
  padding-top: 1.100rem !important;
}

.pt-20 {
  padding-top: 1.429rem !important;
}

.pt-30 {
  padding-top: 2.143rem !important;
}

.pt-40 {
  padding-top: 2.857rem !important;
}

.pt-50 {
  padding-top: 3.571rem !important;
}

/*Padding bottom*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 0.7143rem !important;
}

.pb-15 {
  padding-bottom: 1.100rem !important;
}

.pb-20 {
  padding-bottom: 1.429rem !important;
}

.pb-30 {
  padding-bottom: 2.143rem !important;
}

.pb-40 {
  padding-bottom: 2.857rem !important;
}

.pb-50 {
  padding-bottom: 3.571rem !important;
}

/*Min heights*/
.min-h-200 {
  min-height: 200px;
}

.min-h-230 {
  min-height: 230px;
}

.min-h-260 {
  min-height: 260px;
}

.min-h-320 {
  min-height: 320px;
}

.min-h-350 {
  min-height: 350px;
}

.min-h-380 {
  min-height: 380px;
}

.min-h-410 {
  min-height: 410px;
}

.min-h-440 {
  min-height: 440px;
}

.min-h-470 {
  min-height: 470px;
}

.min-h-500 {
  min-height: 500px;
}

.min-h-550 {
  min-height: 550px;
}

.min-h-600 {
  min-height: 600px;
}

/*Max heights*/
.max-h-200 {
  max-height: 200px;
}

.max-h-230 {
  max-height: 230px;
}

.max-h-260 {
  max-height: 260px;
}

.max-h-320 {
  max-height: 320px;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-380 {
  max-height: 380px;
}

.max-h-410 {
  max-height: 410px;
}

.max-h-440 {
  max-height: 440px;
}

.max-h-470 {
  max-height: 470px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}

.max-h-600 {
  max-height: 600px;
}

/*Overflow */
.overflow-x {
  overflow-x: auto;
}

.overflow-y {
  overflow-y: auto;
}

.overflow-auto {
  overflow: auto;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes jump-two {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-two {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@-webkit-keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}

@-webkit-keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}

@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}

@keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}

@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}

html, body {
  height: 100%;
}

body {
  background-color: var(--white);
  font-family: var(--primary-fonts);
  color: var(--light-gray);
  font-size: var(--font-light);
  font-weight: var(--font-light);
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, ol {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--light-gray);
  font-weight: var(--font-regular);
  font-family: var(--primary-fonts);
  margin-bottom: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 2.558rem;
  line-height: 2.558rem;
  font-weight: 700;
}

h2 {
  font-size: 2.288rem;
  line-height: 2.288rem;
  font-weight: var(--font-bold);
}

h3 {
  font-size: 1.858rem;
  line-height: 1.858rem;
  font-weight: var(--font-bold);
}

h4 {
  font-size: 1.571rem;
  line-height: 1.858rem;
}

h5 {
  font-size: 1.286rem;
  line-height: 1.858rem;
}

h6 {
  font-size: 1.143rem;
  line-height: 1.858rem;
}

a, a:hover, a:focus {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul, ol {
  padding-left: 0;
}

ol li {
  list-style: decimal inside;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

dl dt {
  font-weight: var(--font-medium);
}

dl dd {
  font-weight: var(--font-light);
}

.list-none {
  list-style: none;
}

svg, img {
  max-width: 100%;
}

button:focus, a:focus, textarea:focus, input:focus, .form-control:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wrapper_site {
  overflow: hidden;
}

div#navbarSupportedContent ul li {
  padding: 10px 0px 0 !important;
}

div#navbarSupportedContent ul {
  padding: 10px 0 !important;
}

.post-thumb.wp-post-image {
  width: 100%;
  height: 529px;
}

@media (max-width: 991px) {
  .post-thumb.wp-post-image {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .post-thumb.wp-post-image {
    height: 260px;
  }
}

/*
0 - 420px        : Small Phone
320px - 600px    : Phone
600px - 900px    : Table Portrait
900px - 1200px   : Table Landscape
1200px - 1800px  : Big Desktop

$breakpoint argument choices:
    - small-phone
    - phone
    - tab-port
    - tab-land
    - big-desktop
    
    ORDER: Base + typography > Genarel Layout + grid > page layout > components
*/
.button_style {
  border: none;
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
  padding: 15px 40px;
  color: var(--white);
  font-size: var(--font-base);
  font-weight: var(--font-medium);
  font-family: var(--secendary-fonts);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 4px;
  -ms-radius: 4px;
  -o-radius: 4px;
  /* Opera/IE 8+ */
  background: linear-gradient(130deg, var(--light-yellow), var(--lightest-yellow));
  -webkit-box-shadow: 0px 8px 13px rgba(222, 169, 17, 0.3);
          box-shadow: 0px 8px 13px rgba(222, 169, 17, 0.3);
          text-transform: uppercase;
}

@media (max-width: 991px) {
  .button_style {
    margin-top: 15px;
  }
}

.button_style:hover {
  background: linear-gradient(130deg, var(--lightest-yellow), var(--light-yellow));
  color: var(--light);
}

/*
0 - 420px        : Small Phone
320px - 600px    : Phone
600px - 900px    : Table Portrait
900px - 1200px   : Table Landscape
1200px - 1800px  : Big Desktop

$breakpoint argument choices:
    - small-phone
    - phone
    - tab-port
    - tab-land
    - big-desktop
    
    ORDER: Base + typography > Genarel Layout + grid > page layout > components
*/
/*---------------------------------------------------*/
/*	01  :	HEADER
/*---------------------------------------------------*/
header.header-area {
  position: absolute;
  padding: 0;
  border: none;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: transparent;
}

header.header-area nav.navbar .navbar-brand {
  max-width: 200px;
  height: auto;
}

@media (max-width: 600px) {
  header.header-area nav.navbar .navbar-brand {
    max-width: 120px;
  }
}

header.header-area nav.navbar .navbar-toggler {
  color: var(--white);
}

header.header-area nav.navbar .menubar_area {
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  header.header-area nav.navbar .menubar_area {
    background-color: var(--light-blue);
  }
}

header.header-area nav.navbar .menubar_area .nav-item {
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  header.header-area nav.navbar .menubar_area .nav-item {
    padding: 10px 20px;
    display: block;
  }
}

header.header-area nav.navbar .menubar_area .nav-item:hover > .dropdown-menu {
  display: block;
}

header.header-area nav.navbar .menubar_area .nav-item .nav-link:hover.dropdown-toggle::after, header.header-area nav.navbar .menubar_area .nav-item .dropdown-menu .dropdown-item:hover.dropdown-toggle::after {
  display: none;
}

header.header-area nav.navbar .menubar_area .nav-item .nav-link {
  position: relative;
  color: var(--white);
  text-transform: capitalize;
  font-family: var(--secendary-fonts);
  font-weight: var(--font-medium);
  font-size: var(--font-lg);
  padding: 10px 20px;
}

@media (max-width: 991px) {
  header.header-area nav.navbar .menubar_area .nav-item .nav-link:hover {
    background-color: var(--lightest-blue);
  }
}

header.header-area nav.navbar .menubar_area .nav-item .nav-link.dropdown-toggle::after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "" !important;
  vertical-align: 0;
}

header.header-area nav.navbar .menubar_area .nav-item .nav-link:focus.dropdown-toggle::after {
  display: none;
}

header.header-area nav.navbar .menubar_area .nav-item .dropdown-menu {
  top: calc(100% - 3px);
  background: var(--white);
  border: none;
  -webkit-box-shadow: 0px 10px 35px rgba(108, 108, 112, 0.1);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 10px 35px rgba(108, 108, 112, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(108, 108, 112, 0.1);
  /* Opera/IE 8+ */
  box-shadow: 0px 10px 35px rgba(108, 108, 112, 0.1);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 4px;
  -ms-radius: 4px;
  -o-radius: 4px;
  /* Opera/IE 8+ */
}

header.header-area nav.navbar .menubar_area .nav-item .dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 30%;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid var(--white);
}

@media (max-width: 991px) {
  header.header-area nav.navbar .menubar_area .nav-item .dropdown-menu {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    border-radius: 0;
    -ms-radius: 0;
    -o-radius: 0;
    /* Opera/IE 8+ */
  }
  header.header-area nav.navbar .menubar_area .nav-item .dropdown-menu::before {
    display: none;
  }
}

header.header-area nav.navbar .contact-right {
  border: 1px solid var(--light-);
  list-style: none;
  color: bar(--white);
  background: linear-gradient(130deg, var(--light-yellow), var(--lightest-yellow));
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 50px;
  -ms-radius: 50px;
  -o-radius: 50px;
  /* Opera/IE 8+ */
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  header.header-area nav.navbar .contact-right {
    border: none;
  }
}

header.header-area nav.navbar .contact-right .nav-link {
  position: relative;
  color: var(--white);
  text-transform: capitalize;
  font-weight: var(--font-medium);
  font-size: var(--font-md);
  padding: 5px 20px !important;
}

header.header-area nav.navbar .contact-right .nav-link:hover {
  background: linear-gradient(130deg, var(--lightest-yellow), var(--light-yellow));
}

/*---------------------------------------------------*/
/*	02  :	HOME
/*---------------------------------------------------*/
.home-area {
  position: relative;
}

.home-area.other-pages {
  position: relative;
  height: 460px;
  background-image: url(../../img/blog-title-bg.jpg);
  background-position: center;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .home-area.other-pages {
    height: 260px;
  }
}

.home-area.other-pages:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../../img/blog-title-bg2.png);
  background-position: center;
  background-size: cover;
}

.home-area.play_lu_pages {
  position: relative;
  height: 460px;
  background-image: url(../../img/bg-1.jpg);
  background-position: center;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .home-area.play_lu_pages {
    height: 260px;
  }
}

.home-area.play_lu_pages:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../../img/blog-title-bg2.png);
  background-position: center;
  background-size: cover;
}

.home-area.contact-pages {
  position: relative;
  height: 460px;
  background-image: url(../../img/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .home-area.contact-pages {
    height: 260px;
  }
}

.home-area.contact-pages:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../../img/blog-title-bg2.png);
  background-position: center;
  background-size: cover;
}

.home-area.home-overlay {
  background-image: url(../../img/Rectangle-1.svg);
}

.home-area .fullscreen-video-wrap {
  position: absolute;
  height: 100%;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.home-area .fullscreen-video-wrap video {
  min-height: 100%;
  min-width: 100%;
}

.home-area .home-content {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .home-area .home-content {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .home-area .home-content {
    margin-top: 0px;
  }
}

.home-area .home-content h2 {
  font-size: var(--font-xxxxl);
  line-height: calc( var(--line-xxxxl) + 10px);
  font-family: var(--secendary-fonts);
  color: var(--white);
  text-transform: inherit;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .home-area .home-content h2 {
    font-size: var(--font-xxxl);
    line-height: calc( var(--line-xxxl) + 10px);
  }
}

@media (max-width: 600px) {
  .home-area .home-content h2 {
    font-size: var(--font-xxl);
    line-height: calc( var(--line-xxl) + 10px);
  }
}

.home-area .home-content h3.home-title {
  font-size: var(--font-xxl);
  font-family: var(--secendary-fonts);
  color: var(--white);
  text-transform: inherit;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .home-area .home-content h3.home-title {
    font-size: var(--font-xxxl);
    line-height: calc( var(--line-xxxl) + 10px);
  }
}

@media (max-width: 600px) {
  .home-area .home-content h3.home-title {
    font-size: var(--font-xxl);
    line-height: calc( var(--line-xxl) + 10px);
  }
}

.home-area .home-content p {
  font-size: var(--font-md);
  line-height: var(--line-md);
  color: var(--white);
  font-weight: var(--font-medium);
}

.home-area .get_started_button {
  font-size: var(--fonts-lg);
}

.home-area .botton_scroll_button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  color: var(--white);
  text-align: center;
}

@media (max-width: 991px) {
  .home-area .botton_scroll_button {
    bottom: 20px;
  }
}

.home-area .botton_scroll_button .ball_icon {
  max-width: 120px;
  margin-bottom: 10px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.home-area .botton_scroll_button .text_scroll {
  display: block;
  font-family: var(--secendary-fonts);
  font-size: var(--font-md);
}

/*---------------------------------------------------*/
/*	03  :	SPONSERED
/*---------------------------------------------------*/
section.sponsered-logo-area {
  position: relative;
  padding: 50px 0;
}

section.sponsered-logo-area .single-slider-item .view-img img {
  height: 30px;
  width: auto;
}

/*---------------------------------------------------*/
/*	04  :	ABOUT
/*---------------------------------------------------*/
section.about_area {
  position: relative;
  padding: 60px 0 0;
  background-color: var(--white);
}

section.about_area .about-left-image-area {
  position: relative;
}

section.about_area .about-left-image-area .animation_8 {
  position: relative;
  max-width: 83%;
}

section.about_area .about-left-image-area .animation_9 {
  position: absolute;
  max-width: 24%;
  top: 43%;
  left: 13%;
  -webkit-animation: jump 8s infinite linear;
          animation: jump 8s infinite linear;
}

section.about_area .about-left-image-area .animation_10 {
  position: absolute;
  max-width: 39%;
  left: 5%;
  top: 5%;
}

section.about_area .about-left-image-area .animation_11 {
  position: absolute;
  max-width: 30%;
  left: 8%;
  top: 8%;
  -webkit-animation: scale-up-three 10s infinite linear;
          animation: scale-up-three 10s infinite linear;
}

section.about_area .about-left-image-area .animation_12 {
  position: absolute;
  max-width: 17%;
  left: 65%;
  top: 50%;
  -webkit-animation: rotated 2s infinite linear;
          animation: rotated 2s infinite linear;
}

section.about_area .about-left-image-area .animation_13 {
  position: absolute;
  max-width: 9%;
  left: 70%;
  top: 35%;
  -webkit-animation: animationFramesTwo 16s infinite linear;
          animation: animationFramesTwo 16s infinite linear;
}

section.about_area .about-left-image-area .animation_14 {
  position: absolute;
  left: 73%;
  top: 27%;
  max-width: 4%;
  -webkit-animation: rotated 5s infinite linear;
          animation: rotated 5s infinite linear;
}

section.about_area .about-left-image-area .animation_15 {
  position: absolute;
  max-width: 54%;
  left: 25%;
  top: 40%;
  -webkit-animation: scale-up-three 5s infinite linear;
          animation: scale-up-three 5s infinite linear;
}

section.about_area .about-left-image-area .animation_16 {
  position: absolute;
  max-width: 54%;
  left: 17%;
  top: 10%;
  -webkit-animation: scale-up-three 7s infinite linear;
          animation: scale-up-three 7s infinite linear;
}

section.about_area .about-section-content {
  padding: 130px 0;
  padding-right: 120px;
}

@media (max-width: 1166px) {
  section.about_area .about-section-content {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  section.about_area .about-section-content {
    padding: 60px 0 !important;
  }
}

section.about_area .about-section-content .hero-content {
  position: relative;
}

@media (max-width: 991px) {
  section.about_area .about-section-content .hero-content {
    text-align: center;
  }
}

section.about_area .about-section-content .hero-content h2 {
  font-family: var(--secendary-fonts);
  font-size: var(--font-xxl);
  line-height: var(--line-xxl);
  font-weight: var(--font-med-bold);
  text-transform: capitalize;
  margin-bottom: 20px;
}

section.about_area .about-section-content .hero-content h2 span {
  display: block;
  font-size: var(--font-base);
  font-weight: var(--font-medium);
  text-transform: capitalize;
}

section.about_area .about-section-content .hero-content p {
  color: var(--normal-text-color);
  margin-bottom: 20px;
}

/*---------------------------------------------------*/
/*	05  :	LATEST NEWS
/*---------------------------------------------------*/
.latest-news {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.latest-news .title-area h2 {
  font-family: var(--secendary-fonts);
  font-size: var(--font-xxl);
  font-weight: var(--font-med-bold);
  text-transform: capitalize;
  margin-bottom: 100px;
}

@media (max-width: 320px) {
  .latest-news .title-area h2 {
    margin-bottom: 50px;
    font-size: calc(var(--font-xxl) - 10px);
  }
}

.latest-news .news-slider-main-items .single-items-content {
  background-color: var(--white);
  position: relative;
  -webkit-box-shadow: 0px 10px 35px rgba(108, 108, 112, 0.1);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 10px 35px rgba(108, 108, 112, 0.1);
  -o-box-shadow: 0px 10px 35px rgba(108, 108, 112, 0.1);
  /* Opera/IE 8+ */
  box-shadow: 0px 10px 35px rgba(108, 108, 112, 0.1);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  /* Opera/IE 8+ */
  margin-bottom: 30px;
}

.latest-news .news-slider-main-items .single-items-content .date {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px 10px;
  color: var(--light-yellow);
  font-size: calc( var(--font-lg) + 2px);
  font-family: var(--secendary-fonts);
  font-weight: var(--font-bold);
  background: var(--white);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 4px;
  -ms-radius: 4px;
  -o-radius: 4px;
  /* Opera/IE 8+ */
  z-index: 2;
}

.latest-news .news-slider-main-items .single-items-content .slider-image, .latest-news .news-slider-main-items .single-items-content .slider-image img {
  height: 230px;
  width: 100%;
}

.latest-news .news-slider-main-items .single-items-content .bottom-content {
  padding: 20px;
}

.latest-news .news-slider-main-items .single-items-content .bottom-content .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.latest-news .news-slider-main-items .single-items-content .bottom-content .head div {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important;
}

.latest-news .news-slider-main-items .single-items-content .bottom-content .head .post-writer-header {
  text-align: right;
}

.latest-news .news-slider-main-items .single-items-content .bottom-content .head .date-icon, .latest-news .news-slider-main-items .single-items-content .bottom-content .head .edit-icon {
  width: 15px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.latest-news .news-slider-main-items .single-items-content .bottom-content .post-title {
  font-family: var(--secendary-fonts);
  font-weight: var(--font-medium);
  text-transform: initial;
  font-size: calc(var(--font-lg) + 2px);
  line-height: calc(var(--font-lg) + 8px);
  margin-bottom: 20px;
}

.latest-news .news-slider-main-items .single-items-content .bottom-content .post-content p {
  font-family: var(--primary-fonts);
  font-weight: var(--font-light);
  font-size: var(--font-base);
}

.latest-news .news-slider-main-items .single-items-content .bottom-content .read-more {
  font-family: var(--secendary-fonts);
  font-weight: var(--font-medium);
  font-size: var(--font-base);
  color: var(--light-yellow);
  cursor: pointer;
}

.latest-news .news-slider-main-items .single-items-content.active .date {
  color: #c3c3c3;
}

.latest-news .news-slider-main-items .single-items-content.active .date-icon, .latest-news .news-slider-main-items .single-items-content.active .edit-icon, .latest-news .news-slider-main-items .single-items-content.active .slider-image img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.latest-news .news-slider-main-items .single-items-content.active .read-more {
  display: none;
}

.latest-news .news-slider-main-items .owl-nav {
  background-color: var(--white);
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 9;
}

.latest-news .news-slider-main-items .owl-nav button {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 15px;
  -webkit-box-shadow: 2px 14px 16px rgba(13, 37, 58, 0.1);
          box-shadow: 2px 14px 16px rgba(13, 37, 58, 0.1);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  /* Opera/IE 8+ */
  color: var(--light-blue);
  z-index: 10;
  cursor: pointer;
}

.latest-news .news-slider-main-items .owl-nav button:hover {
  -webkit-box-shadow: 0px 2px 14px 49px rgba(138, 183, 222, 0.1);
          box-shadow: 0px 2px 14px 49px rgba(138, 183, 222, 0.1);
}

.latest-news .blog-details-area {
  padding: 100px 0 0;
}

.latest-news .blog-details-area .blog-header-area {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 320px) {
  .latest-news .blog-details-area .blog-header-area {
    text-align: center;
  }
}

.latest-news .blog-details-area .blog-header-area:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  background-color: var(--light-yellow);
  left: 0;
  top: 0;
}

.latest-news .blog-details-area .blog-header-area .date {
  font-size: calc(var(--font-xxl) + 12px);
  font-weight: var(--font-med-bold);
  color: var(--light-yellow);
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 20px;
}

.latest-news .blog-details-area .blog-header-area .post-details {
  display: inline-block;
}

.latest-news .blog-details-area .blog-header-area .post-details .single-items {
  display: inline-block;
  padding: 10px 20px;
}

.latest-news .blog-post-body {
  position: relative;
}

.latest-news .blog-post-body:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--blog-bg-color);
  left: -100px;
  top: 200px;
  z-index: -1;
}

.latest-news .blog-post-body:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--blog-bg-color);
  right: -100px;
  top: 200px;
  z-index: -1;
}

.latest-news .blog-post-body .blog-features-image {
  height: 500px;
  width: 100%;
  background-color: var(--light);
  margin-bottom: 50px;
  background-image: url(../../img/bg-1.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .latest-news .blog-post-body .blog-features-image {
    height: 360px !important;
  }
}

@media (max-width: 767px) {
  .latest-news .blog-post-body .blog-features-image {
    height: 250px !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .latest-news .blog-post-body .blog-features-image {
    height: 170px !important;
  }
}

.latest-news .blog-post-body .blog-features-image img {
  width: 100%;
  height: 100%;
}

.latest-news .blog-post-body .blog-post-title {
  margin-bottom: 30px;
  padding: 10px 20px;
  text-transform: initial;
  font-size: var(--font-xxl);
  font-weight: var(--font-med-bold);
  font-family: var(--secendary-fonts);
}

@media (max-width: 420px) {
  .latest-news .blog-post-body .blog-post-title {
    font-size: calc(var(--font-xxl) - 5px);
    margin-bottom: 20px;
  }
}

.latest-news .blog-post-body p {
  margin-bottom: 15px;
  padding: 10px 20px;
}

.latest-news .blog-post-body .bottom-nav {
  position: relative;
  display: block;
  margin: 50px 0 10px;
}

.latest-news .blog-post-body .bottom-nav .b_utton {
  font-size: var(--font-lg);
  font-weight: var(--font-medium);
  color: var(--light-gray);
  margin: 0px 5px;
}

.latest-news .blog-post-body .bottom-nav .b_utton.disabled_link {
  color: var(--lightest-gray);
}

.latest-news .blog-post-body .bottom-nav .b_utton span {
  font-weight: var(--font-medium);
  font-size: var(--font-base);
  margin: 2px;
}

/*---------------------------------------------------*/
/*	06  :	PLAY LU
/*---------------------------------------------------*/
section.play_lu_about {
  overflow: hidden;
  position: relative;
  padding: 200px 0;
}

@media (max-width: 991px) {
  section.play_lu_about {
    padding: 150px 0 100px;
  }
}

section.play_lu_about .left-image-side {
  position: relative;
  width: 100%;
  min-height: 360px;
}

@media (max-width: 991px) {
  section.play_lu_about .left-image-side {
    left: 15%;
  }
}

section.play_lu_about .left-image-side .button-slide1 {
  display: inline-block;
  width: 70%;
  height: 100%;
  background: var(--white);
  top: 50px;
  position: absolute;
  right: 100px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  -o-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  /* Opera/IE 8+ */
  box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
}

section.play_lu_about .left-image-side .button-slide1::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(../../img/animation_35.png);
  background-position: center;
  background-size: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  right: -47px;
  top: 75px;
  z-index: -1;
  -webkit-animation: jump 10s infinite linear;
          animation: jump 10s infinite linear;
}

section.play_lu_about .left-image-side .button-slide2 {
  display: inline-block;
  width: 70%;
  height: 100%;
  background: var(--white);
  top: -50px;
  position: absolute;
  left: -50px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  -o-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  /* Opera/IE 8+ */
  box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
}

section.play_lu_about .left-image-side .button-slide2::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  background-image: url(../../img/animation_38.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  display: inline-block;
  left: 0px;
  top: -100px;
  z-index: -1;
}

section.play_lu_about .left-image-side .button-slide2::after {
  position: absolute;
  content: '';
  width: 130px;
  height: 130px;
  background-image: url(../../img/animation_36.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  display: inline-block;
  left: 80px;
  top: -50px;
  z-index: -1;
  -webkit-animation: jump 10s infinite linear;
          animation: jump 10s infinite linear;
}

section.play_lu_about .left-image-side .button-slide3 {
  display: inline-block;
  width: 70%;
  height: calc(100% + 25px);
  background: var(--white);
  top: 0px;
  position: absolute;
  left: -125px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  -o-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  /* Opera/IE 8+ */
  box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
}

section.play_lu_about .left-image-side .button-slide3::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(../../img/animation_39.png);
  background-position: center;
  background-size: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  left: 20%;
  bottom: -50px;
  z-index: -1;
}

section.play_lu_about .left-image-side .button-slide4 {
  display: inline-block;
  width: 70%;
  height: calc(100% + 25px);
  background: var(--white);
  position: absolute;
  right: 130px;
  top: -25px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  -o-box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
  /* Opera/IE 8+ */
  box-shadow: 0px 13px 133px rgba(195, 194, 189, 0.32);
}

section.play_lu_about .left-image-side .button-slide4::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(../../img/animation_37.png);
  background-position: center;
  background-size: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  right: 50px;
  top: -50px;
  z-index: -1;
}

section.play_lu_about .left-image-side .button-slide4::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(../../img/animation_41.png);
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
  display: inline-block;
  right: 50%;
  bottom: 10px;
}

section.play_lu_about .left-image-side .play_lu_image {
  position: absolute;
  max-width: 630px;
  height: auto;
  left: -75px;
  top: 0px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  /* Opera/IE 8+ */
}

section.play_lu_about .play-lu-content {
  margin-top: 100px;
}

section.play_lu_about .play-lu-content p {
  font-size: var(--font-md);
  font-weight: var(--font-light);
}

/*---------------------------------------------------*/
/*	07  :	FEATURES
/*---------------------------------------------------*/
section.features-area {
  background-color: var(--features-bg-color);
  padding: 100px 0 70px;
  position: relative;
}

section.features-area .features-content {
  position: relative;
}

section.features-area .features-content h2 {
  text-transform: capitalize;
  font-weight: var(--font-med-bold);
  font-size: var(--font-xxl);
  font-family: var(--secendary-fonts);
  line-height: var(--line-xxl);
  margin-bottom: 50px;
}

section.features-area .features-content h2 span {
  display: block;
  font-size: var(--font-md);
  font-weight: var(--font-medium);
}

section.features-area .features-content .features-items {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

section.features-area .features-content .features-items li {
  position: relative;
  display: block;
  list-style: none;
  font-size: var(--font-md);
  font-weight: var(--font-light);
  line-height: var(--font-xxxl);
  padding-left: 30px;
}

section.features-area .features-content .features-items li:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/features-link.png);
}

section.features-area .features-image-area {
  position: relative;
  min-height: 300px;
}

section.features-area .features-image-area .features-img {
  position: absolute;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1440px) {
  section.features-area .features-image-area .features-img {
    min-width: 640px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 1440px) {
  section.features-area .features-image-area .features-img {
    left: auto;
    right: 0;
    -webkit-transform: translate(0%, -50%) !important;
            transform: translate(0%, -50%) !important;
  }
}

@media (max-width: 991px) {
  section.features-area .features-image-area .features-img {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%) !important;
            transform: translate(50%, -50%) !important;
  }
}

/*---------------------------------------------------*/
/*	08  :	WORKING SECTORS
/*---------------------------------------------------*/
section.working-sector-area {
  padding: 100px 0;
}

section.working-sector-area .title_area {
  text-align: center;
  padding: 0;
  margin-bottom: 50px;
}

section.working-sector-area .title_area h2 {
  text-transform: capitalize;
  font-weight: var(--font-med-bold);
  font-size: var(--font-xxl);
  font-family: var(--secendary-fonts);
  line-height: var(--line-xxl);
  margin-bottom: 50px;
}

section.working-sector-area .title_area h2 span {
  display: block;
  font-size: var(--font-md);
  font-weight: var(--font-medium);
}

section.working-sector-area .working-sector-content {
  position: relative;
}

section.working-sector-area .working-sector-content .stories-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.working-sector-area .working-sector-content .stories-list li {
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
  -webkit-box-shadow: 0px 0px 92px 46px rgba(178, 178, 194, 0.19);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 0px 92px 46px rgba(178, 178, 194, 0.19);
  -o-box-shadow: 0px 0px 92px 46px rgba(178, 178, 194, 0.19);
  /* Opera/IE 8+ */
  box-shadow: 0px 0px 92px 46px rgba(178, 178, 194, 0.19);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 4px;
  -ms-radius: 4px;
  -o-radius: 4px;
  /* Opera/IE 8+ */
 padding: 20px 12px;
  margin: 0 20px;
  text-align: center;
}

@media (max-width: 991px) {
  section.working-sector-area .working-sector-content .stories-list li {
    margin: 0 10px;
  }
}

@media (max-width: 420px) {
  section.working-sector-area .working-sector-content .stories-list li {
    margin: 0 5px;
  }
}

section.working-sector-area .working-sector-content .stories-list li h1 {
  font-family: var(--secendary-fonts);
 font-size: 27px;
  line-height: cac(var(--font-xxxl)10px);
  text-transform: capitalize;
  background: linear-gradient(130deg, var(--light-blue) 0%, var(--lightest-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  section.working-sector-area .working-sector-content .stories-list li h1 {
    font-size: var(--font-xxl) !important;
    line-height: cac(var(--font-xxl)10px) !important;
  }
}

@media (max-width: 767px) {
  section.working-sector-area .working-sector-content .stories-list li h1 {
    font-size: var(--font-xl) !important;
    line-height: cac(var(--font-xl)10px) !important;
  }
}

section.working-sector-area .working-sector-content .stories-list li:nth-child(2) h1 {
  font-family: var(--secendary-fonts);
  font-size: 27px;
  line-height: cac(var(--font-xxxl)10px);
  text-transform: capitalize;
  background: linear-gradient(130deg, var(--shadow-yellow) 0%, var(--lightest-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  section.working-sector-area .working-sector-content .stories-list li:nth-child(2) h1 {
    font-size: var(--font-xxl) !important;
    line-height: cac(var(--font-xxl)10px) !important;
  }
}

@media (max-width: 767px) {
  section.working-sector-area .working-sector-content .stories-list li:nth-child(2) h1 {
    font-size: var(--font-xl) !important;
    line-height: cac(var(--font-xl)10px) !important;
  }
}

/*---------------------------------------------------*/
/*	09  :	CONTACT
/*---------------------------------------------------*/
section.contact-area {
  position: relative;
  padding: 100px 0 200px;
}

section.contact-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 300px);
  background-image: url();
  left: 0;
  bottom: 0;
}

section.contact-area .title-area {
  margin-bottom: 100px;
}

section.contact-area .title-area p {
  font-size: calc( var(--font-md) + 2px);
  font-weight: var(--font-light);
  text-align: left;
}

section.contact-area .contact-header-area {
  position: relative;
}

section.contact-area .contact-header-area .contact-image {
  position: absolute;
  bottom: 0;
  left: calc( 100% - 50px);
  height: calc( 100% - 140px);
  width: auto;
  z-index: 0;
}

@media (max-width: 991px) {
  section.contact-area .contact-header-area .contact-image {
    display: none;
  }
}

section.contact-area .contact-header-area .contect-header {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  section.contact-area .contact-header-area .contect-header {
    text-align: center;
  }
}

section.contact-area .contact-header-area .contect-header h2 {
  font-family: var(--secendary-fonts);
  font-size: var(--font-xxl);
  font-weight: var(--font-bold);
  color: var(--black);
  position: relative;
  padding: 0px 20px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 100px;
}

section.contact-area .contact-header-area .contect-header h2:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--light-yellow);
}

section.contact-area .contact-header-area .contect-header .contact-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

@media (max-width: 991px) {
  section.contact-area .contact-header-area .contect-header .contact-information {
    text-align: center;
  }
}

section.contact-area .contact-header-area .contect-header .contact-information .single-items {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important;
}

section.contact-area .contact-header-area .contect-header .contact-information .single-items span.icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: var(--font-md);
  color: var(--light-yellow);
  background: var(--white);
  display: inline-block;
  margin-right: 10px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 50px;
  -ms-radius: 50px;
  -o-radius: 50px;
  /* Opera/IE 8+ */
  -webkit-box-shadow: 0px 13px 85px rgba(195, 194, 189, 0.3);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 13px 85px rgba(195, 194, 189, 0.3);
  -o-box-shadow: 0px 13px 85px rgba(195, 194, 189, 0.3);
  /* Opera/IE 8+ */
  box-shadow: 0px 13px 85px rgba(195, 194, 189, 0.3);
}

section.contact-area .contact-header-area .contect-header .contact-information .single-items .right-text {
  vertical-align: middle;
  font-size: var(--font-md);
  font-weight: var(--font-medium);
  display: inline-block;
  text-transform: capitalize;
}

section.contact-area .contact-header-area .contect-header .contact-information .single-items .right-text span {
  display: block;
  font-weight: var(--font-light);
}

section.contact-area .contact-header-area .contact-form {
  position: relative;
  padding: 50px 40px;
  background: var(--white);
  -webkit-box-shadow: 0px 13px 64px rgba(195, 194, 189, 0.15);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -ms-box-shadow: 0px 13px 64px rgba(195, 194, 189, 0.15);
  -o-box-shadow: 0px 13px 64px rgba(195, 194, 189, 0.15);
  /* Opera/IE 8+ */
  box-shadow: 0px 13px 64px rgba(195, 194, 189, 0.15);
}

@media (max-width: 991px) {
  section.contact-area .contact-header-area .contact-form {
    padding: 30px 20px;
  }
}

section.contact-area .contact-header-area .contact-form .form-control {
  width: 100%;
  padding: 10px 20px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 0;
  -ms-radius: 0;
  -o-radius: 0;
  /* Opera/IE 8+ */
  margin-bottom: 20px;
  background-color: var(--input-bg-color);
  border: none;
}

/*---------------------------------------------------*/
/*	10  :	PRODUCT
/*---------------------------------------------------*/
section.product-area {
  position: relative;
  background: var(--product-bg-color);
  padding: 100px 0 70px;
}

@media (max-width: 1200px) {
  section.product-area {
    text-align: center;
    padding: 50px 0;
  }
}

@media (max-width: 600px) {
  section.product-area {
    padding: 60px 0;
  }
}

section.product-area .title-area {
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  section.product-area .title-area {
    margin-bottom: 50px;
  }
}

section.product-area .title-area h2 {
  font-family: var(--secendary-fonts);
  font-size: var(--font-xxl);
  line-height: var(--line-xxl);
  font-weight: var(--font-med-bold);
  text-transform: capitalize;
  margin-bottom: 10px;
}

section.product-area .title-area p {
  font-size: var(--font-base);
  font-weight: var(--font-medium);
}

section.product-area .product_content {
  padding-right: 100px;
}

@media (max-width: 1200px) {
  section.product-area .product_content {
    padding-right: 0px;
    margin: 0px 0 60px;
    text-align: center;
  }
}

section.product-area .product_content.play_lu {
  margin: 100px 0 50px;
}

section.product-area .product_content h5 {
  font-size: var(--font-xl);
  font-family: var(--secendary-fonts);
  font-weight: var(--font-medium);
  text-transform: capitalize;
  line-height: var(--line-xl);
  margin-bottom: 20px;
}

section.product-area .product_content p {
  color: var(--normal-text-color);
  font-size: var(--font-base);
  margin-bottom: 10px;
}

section.product-area .products-images {
  position: relative;
  display: inline-block;
  padding: 0px 10px 50px;
}

@media (max-width: 1200px) {
  section.product-area .products-images {
    margin-bottom: 30px;
  }
}

section.product-area .products-images.bottom_area {
  padding-top: 200px;
}

@media (max-width: 1200px) {
  section.product-area .products-images.bottom_area {
    padding-top: 100px;
  }
}

@media (max-width: 420px) {
  section.product-area .products-images.bottom_area {
    padding-top: 120px;
    margin-bottom: 0 !important;
  }
}

section.product-area .products-images .animation_17 {
  position: absolute;
  max-width: 20%;
  left: 38%;
  top: 10%;
}

section.product-area .products-images .animation_18 {
  position: absolute;
  left: 61%;
  top: 58%;
  max-width: 35%;
}

section.product-area .products-images .animation_19 {
  position: relative;
  max-width: 100%;
}

section.product-area .products-images .animation_20 {
  position: absolute;
  max-width: 60%;
  top: 50%;
  left: 3%;
  -webkit-animation: jump 8s infinite linear;
          animation: jump 8s infinite linear;
}

section.product-area .products-images .animation_21 {
  position: absolute;
  max-width: 4%;
  left: 79%;
  top: 73%;
  -webkit-animation: rotated 8s infinite linear;
          animation: rotated 8s infinite linear;
}

section.product-area .products-images .animation_22 {
  position: absolute;
  max-width: 42%;
  left: 24%;
  top: 19%;
  -webkit-animation: jump 8s infinite linear;
          animation: jump 8s infinite linear;
}

@media (max-width: 767px) {
  section.product-area .products-images .animation_22 {
    top: 10% !important;
  }
}

@media (max-width: 420px) {
  section.product-area .products-images .animation_22 {
    top: 23% !important;
  }
}

section.product-area .products-images .animation_23 {
  position: absolute;
  max-width: 4%;
  top: 37%;
  left: -2%;
  -webkit-animation: rotate 8s infinite linear;
          animation: rotate 8s infinite linear;
}

section.product-area .products-images .animation_24 {
  position: absolute;
  max-width: 27%;
  top: 42%;
}

section.product-area .products-images .animation_25 {
  position: absolute;
  max-width: 36%;
  bottom: 24%;
  right: 8%;
}

section.product-area .products-images .animation_26 {
  position: absolute;
  bottom: -6%;
  right: 41%;
  max-width: 17%;
}

section.product-area .products-images .animation_27 {
  position: relative;
  max-width: 97%;
  top: 12%;
  left: 0%;
  -webkit-animation: jump 10s infinite linear;
          animation: jump 10s infinite linear;
}

/*---------------------------------------------------*/
/*	11  :	STORIES
/*---------------------------------------------------*/
section.stories-area {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 1200px) {
  section.stories-area {
    padding: 50px 0;
  }
}

section.stories-area .title-area {
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  section.stories-area .title-area {
    margin-bottom: 50px;
  }
}

section.stories-area .title-area h2 {
  font-family: var(--secendary-fonts);
  font-size: var(--font-xxl);
  line-height: var(--line-xxl);
  font-weight: var(--font-med-bold);
  text-transform: capitalize;
  margin-bottom: 10px;
}

section.stories-area .title-area p {
  font-size: var(--font-base);
  font-weight: var(--font-medium);
}

section.stories-area .slider-area-testimonial {
  position: relative;
}

@media (max-width: 1200px) {
  section.stories-area .slider-area-testimonial {
    margin-top: 50px;
  }
}

section.stories-area .slider-area-testimonial .slider-tabs-button {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 99;
  background: var(--tabs-bg-color);
  padding: 0;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  /* Opera/IE 8+ */
}

@media (max-width: 1200px) {
  section.stories-area .slider-area-testimonial .slider-tabs-button {
    left: auto;
    right: 0;
    top: -25px !important;
  }
}

section.stories-area .slider-area-testimonial .slider-tabs-button li {
  display: inline-block;
  margin: 3px;
}

section.stories-area .slider-area-testimonial .slider-tabs-button li a.active span.text {
  display: none !important;
}

section.stories-area .slider-area-testimonial .slider-tabs-button li a.active .icon {
  display: block !important;
}

section.stories-area .slider-area-testimonial .slider-tabs-button li span.text {
  cursor: pointer;
  padding: 10px 50px;
  vertical-align: middle;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 5px;
  -ms-radius: 5px;
  -o-radius: 5px;
  /* Opera/IE 8+ */
  display: inline-block;
  text-transform: uppercase;
  font-size: var(--font-lg);
  font-weight: var(--font-med-bold);
  color: var(--light-yellow);
  -webkit-box-shadow: 0px 10px 15px rgba(189, 150, 234, 0.16);
          box-shadow: 0px 10px 15px rgba(189, 150, 234, 0.16);
  background-color: var(--white);
}

@media (max-width: 320px) {
  section.stories-area .slider-area-testimonial .slider-tabs-button li span.text {
    padding: 10px 30px;
  }
}

section.stories-area .slider-area-testimonial .slider-tabs-button li img.icon {
  height: 48px;
  width: auto;
  display: none;
  margin: 1px 20px;
}

@media (max-width: 320px) {
  section.stories-area .slider-area-testimonial .slider-tabs-button li img.icon {
    padding: 1px 0px;
  }
}

section.stories-area .slider-area-testimonial .slider-tabs-button li img.icon.right {
  padding: 0 30px;
}

@media (max-width: 320px) {
  section.stories-area .slider-area-testimonial .slider-tabs-button li img.icon.right {
    padding: 1px 20px;
  }
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area {
  position: relative;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items {
  position: relative;
  padding: 70px 0;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .animation_image_1 {
  position: absolute;
  max-width: 200px;
  left: 100px;
  top: -45px;
  -webkit-animation: jump 7s infinite linear;
          animation: jump 7s infinite linear;
  z-index: -1;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .animation_image_2 {
  position: absolute;
  max-width: 160px;
  top: -60px;
  left: 175px;
  -webkit-animation: jump 5s infinite linear;
          animation: jump 5s infinite linear;
  z-index: -1;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .animation_image_3 {
  position: absolute;
  max-width: 20px;
  top: -70px;
  left: 165px;
  -webkit-animation: rotated 2s infinite linear;
          animation: rotated 2s infinite linear;
  z-index: -1;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .animation_image_4 {
  position: absolute;
  max-width: 100px;
  top: -25px;
  left: 210px;
  z-index: -1;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .animation_image_5 {
  position: absolute;
  max-width: 150px;
  top: 150px;
  left: 260px;
  -webkit-animation: jump 5s infinite linear;
          animation: jump 5s infinite linear;
  z-index: -1;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .left_video_area {
  position: relative;
  width: 100%;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .left_video_area .responsive_video {
  width: 100%;
  height: auto;
  max-width: 470px;
  z-index: 5;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .right_content_area {
  position: relative;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .right_content_area .slider-content {
  padding-top: 40px;
}

@media (max-width: 1200px) {
  section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .right_content_area .slider-content {
    padding-top: 50px;
  }
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .right_content_area .slider-content p {
  color: var(--lightest-gray);
  font-size: var(--font-base);
  position: relative;
  margin-bottom: 20px;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .right_content_area .slider-content p span {
  font-size: var(--font-xl);
  line-height: var(--line-s);
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .right_content_area .slider-content p span.start {
  position: absolute;
  left: -10px;
  top: 5px;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .single-slider-items .right_content_area .slider-content .bottom-icon {
  max-width: 80px;
  height: auto;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .owl-nav {
  background-color: var(--white);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .owl-nav button {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 15px;
  -webkit-box-shadow: 2px 14px 16px rgba(13, 37, 58, 0.1);
          box-shadow: 2px 14px 16px rgba(13, 37, 58, 0.1);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  /* Opera/IE 8+ */
  color: var(--light-blue);
  z-index: 10;
  cursor: pointer;
}

section.stories-area .slider-area-testimonial .testimonial-tabs .slider-area .owl-nav button:hover {
  -webkit-box-shadow: 0px 2px 14px 49px rgba(138, 183, 222, 0.1);
          box-shadow: 0px 2px 14px 49px rgba(138, 183, 222, 0.1);
}

/*---------------------------------------------------*/
/*	12  :	FOOTER
/*---------------------------------------------------*/
footer.footer-area {
  background: linear-gradient(130deg, var(--light-blue), var(--lightest-blue));
  background-image: url(../../img/footer-bg.jpg);
  background-size: cover;
  padding: 100px 0 50px;
  color: var(--white);
}

footer.footer-area .single_footer_tab {
  margin-bottom: 20px;
}

footer.footer-area .single_footer_tab h3 {
  font-weight: var(--font-med-bold);
  font-size: var(--font-lg);
  font-family: var(--secendary-fonts);
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  footer.footer-area .single_footer_tab h3 {
    margin-bottom: 20px;
  }
}

footer.footer-area .single_footer_tab ul.list_items {
  list-style: none;
  padding: 0;
}

footer.footer-area .single_footer_tab ul.list_items.no_title {
  margin-top: 70px;
}

@media (max-width: 991px) {
  footer.footer-area .single_footer_tab ul.list_items.no_title {
    margin-top: 30px;
  }
}

footer.footer-area .single_footer_tab ul.list_items li {
  position: relative;
  margin-bottom: 10px;
}

footer.footer-area .single_footer_tab ul.list_items li span {
  position: absolute;
  padding-right: 10px;
  left: 0;
  top: 0;
}

footer.footer-area .single_footer_tab ul.social-icon {
  margin-top: 30px;
}

footer.footer-area .single_footer_tab ul.social-icon a {
  background-color: var(--social-icon-bg);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 50%;
  -ms-radius: 50%;
  -o-radius: 50%;
  /* Opera/IE 8+ */
  display: inline-block;
  color: var(--white);
}

footer.footer-area .single_footer_tab form.contact_form_area {
  padding: 0;
  margin: 0;
}

footer.footer-area .single_footer_tab form.contact_form_area .form-control {
  font-size: var(--font-base);
  width: 100%;
  display: block;
  font-weight: var(--font-light);
  background: transparent;
  border: 1px solid var(--light);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 50px;
  -ms-radius: 50px;
  -o-radius: 50px;
  /* Opera/IE 8+ */
  padding: 25px;
  margin-bottom: 15px;
}

footer.footer-area .single_footer_tab form.contact_form_area .form-control::-webkit-input-placeholder {
  color: var(--white);
}

footer.footer-area .single_footer_tab form.contact_form_area .form-control:-ms-input-placeholder {
  color: var(--white);
}

footer.footer-area .single_footer_tab form.contact_form_area .form-control::-ms-input-placeholder {
  color: var(--white);
}

footer.footer-area .single_footer_tab form.contact_form_area .form-control::placeholder {
  color: var(--white);
}

footer.footer-area .single_footer_tab form.contact_form_area .submit_button {
  font-size: var(--font-md);
  font-family: var(--secendary-fonts);
  width: 100%;
  display: block;
  font-weight: var(--font-medium);
  text-align: center;
  color: var(--white);
  background: linear-gradient(130deg, var(--light-yellow), var(--lightest-yellow));
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  border-radius: 50px;
  -ms-radius: 50px;
  -o-radius: 50px;
  /* Opera/IE 8+ */
  border: none;
  padding: 15px;
  cursor: pointer;
}

footer.footer-area .single_footer_tab form.contact_form_area .submit_button:hover {
  background: linear-gradient(130deg, var(--lightest-yellow), var(--light-yellow));
}

footer.footer-area .copy-right-area {
  margin-left: 110px;
}

@media (max-width: 991px) {
  footer.footer-area .copy-right-area {
    margin-left: 0;
  }
}

footer.footer-area .copy-right-area .copyright-list {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}

footer.footer-area .copy-right-area .copyright-list a {
  color: var(--light);
  padding: 10px;
}

/*---------------------------------------------------*/
/*	13  :	Animation
/*---------------------------------------------------*/
.animation_32 {
  position: absolute;
  right: -120px;
  top: -100px;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
          animation: jump 10s infinite linear;
}

.animation_28 {
  position: absolute;
  left: -260px;
  bottom: -100px;
  z-index: 2;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
          animation: jump 10s infinite linear;
}

.animation_29 {
  position: absolute;
  right: -140px;
  top: 50%;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
          animation: jump 10s infinite linear;
}

.animation_30 {
  position: absolute;
  left: -170px;
  top: -90px;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
          animation: jump 10s infinite linear;
}

.animation_31 {
  position: absolute;
  right: -170px;
  bottom: 0;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
          animation: jump 10s infinite linear;
}

.animation_33 {
  position: absolute;
  right: -90px;
  bottom: 130px;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
  animation: jump 10s infinite linear;
  width: 200px;
  z-index: -6;
}

.animation_34 {
  position: absolute;
  left: 0px;
  top: -50px;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
  animation: jump 10s infinite linear;
  width: 200px;
  z-index: -6;
}

.animation_42 {
  position: absolute;
  right: -50px;
  top: -20px;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
  animation: jump 10s infinite linear;
  width: 100px;
  z-index: -6;
}

.animation_43 {
  position: absolute;
  left: -60px;
  bottom: -50px;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
  animation: jump 10s infinite linear;
  width: 150px;
  z-index: -6;
}

.animation_46 {
  position: absolute;
  right: -60px;
  bottom: -50px;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
  animation: jump 10s infinite linear;
  width: 250px;
  z-index: -6;
}

.animation_47 {
  position: absolute;
  right: -60px;
  top: -20px;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
  animation: jump 10s infinite linear;
  width: 150px;
  z-index: -6;
}

.animation_48 {
  position: absolute;
  left: -60px;
  top: 27%;
  opacity: 0.6;
  -webkit-animation: jump 10s infinite linear;
  animation: jump 10s infinite linear;
  width: 230px;
  z-index: -6;
}
/*# sourceMappingURL=style.css.map */