@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*==============================
	Common styles
==============================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #fff;color:#000;
  -webkit-font-smoothing: antialiased;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
  cursor: pointer;
}
button:focus {
  outline: none;
}
a {
  text-decoration: none;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
section{padding:0 0 30px 0;overflow:hidden;}
img{max-width:100%}
.text-left{text-align:left!important;}
.text-center{text-align:center!important;}
.text-right{text-align:right!important;}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: 0.5s ease;
  transition-property: background-color, border-color;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #ce7f3c;
  color: #16142a;
  text-shadow: none;
}
::selection {
  background: #ce7f3c;
  color: #16142a;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #d0d0d0;
  opacity: 1;
}
::-moz-placeholder {
  color: #d0d0d0;
  opacity: 1;
}
:-moz-placeholder {
  color: #d0d0d0;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 1;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
:focus-visible {
  outline: 0px dotted;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
.body--home {
  background: url("../img/bg.png") no-repeat top center/cover #fff;
}
body::-webkit-scrollbar {
  width: 16px;
}
body::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.05);
}
body::-webkit-scrollbar-thumb {
  background-color: #16142a;
  outline: 0 solid rgba(255,255,255,0.05);
}
.row--relative {
  position: relative;
}
.section-title h2,
.hero__title,
.founder-box h2,
.contact h2,
.mission-box h2,
.offer-box h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #e0671e;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
section p,
.founder-box p,
.offer-box p,
.mission-box p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-family: 'Lato', sans-serif;
}
.mission{padding:20px 0 40px 0;}
.mission h5{font-size: 26px;
  line-height: 36px;font-weight:600;
  color: #333;text-align:center;
  font-family: 'Lato', sans-serif;}
  .mission .col-lg-3 {
  display: flex;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
  text-align: center;
}
/*==============================
	Header
==============================*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right:0;
  z-index: 99;
  border-bottom: 2px solid rgba(255,255,255,0.05);
  background: linear-gradient(150deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.5s ease;
}
.header--active {
  background: #fff;box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);color:#e68034;
}
.header__nav a.active {
  color: #f28804; /* or any color to highlight */
  font-weight: bold;
  border-bottom: 2px solid #f28804; /* optional */
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 80px;
  width: 100%;
}
.header__logo {
  z-index: 1;
  width: auto;
  height: 50px;
  align-items: center;
  position: relative;
  margin-left: 0;
}
.header__logo img {
  height: 74px;
  width: auto;
}
.header__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 74px; /* Adjust this as needed for spacing from right edge */
  width: 24px;
  height: 22px;
  display: block;
z-index: 1001; /* Ensure it's above nav panel */}
.header__btn {
  left: auto !important;
}
.header__btn span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: 0.5s ease;
  opacity: 1;
}
.header__btn span:first-child {
  top: 0;
}
.header__btn span:nth-child(2) {
  top: 10px;
  width: 16px;
}
.header__btn span:last-child {
  top: 20px;
  width: 8px;
}
.header__btn--active span:first-child {
  transform: rotate(45deg);
  top: 10px;
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
}
.header__btn--active span:last-child {
  width: 24px;
  transform: rotate(-45deg);
  top: 10px;
}
.header__tagline {
  display: none;
}
.header__nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  height: calc(100vh - 82px);
  top: 82px;
  background: #16142a;
  padding: 30px 15px 0;
  transition: transform 0.5s ease;
  right: 0;
  left: auto;
  transform: translate3d(280px, 0, 0); /* Off-screen to the right */
  border-right: 2px solid rgba(255,255,255,0.05);
}
.header__nav--active {
  transform: translate3d(0, 0, 0); /* Slide into view */
}
.header__nav li {
  display: block;
  margin-bottom: 25px;
}
.header__nav li:last-child {
  margin-bottom: 0;
}
.header__nav a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;font-family: "Poppins", sans-serif;
  color: #000;
}
.header__nav a i {
  font-size: 8px;
  margin-left: 5px;
  margin-top: 2px;
}
.header__nav a.dropdown-link--menu {
  height: 24px;
}
.header__nav a.dropdown-link--menu i {
  font-size: 20px;
  margin-left: 0;
}
.header__nav a:hover,
.header__nav a[aria-expanded="true"] {
  color: #e68034;
}
.header__dropdown {
  position: relative;
  display: block;
  width: auto;
}
.header__dropdown-menu {
  position: absolute;
  background-color: #16142a;
  padding: 20px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 140px;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  border-radius: 10px;
  transition: 0.5s ease;
  transition-property: opacity, margin-top, transform;
  top: 0;
  transform: translate3d(0px, 16px, 0px);
  border: 2px solid rgba(255,255,255,0.05);
}
.header__dropdown-menu li {
  position: relative;
  padding: 0;
  margin-bottom: 12px;
}
.header__dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header__dropdown-menu a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  white-space: nowrap;
}
.header__dropdown-menu a:hover {
  color: #ce7f3c;
}
.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 576px) {
  .header__logo {
    margin-left: 45px;
  }
  .header__tagline {
    display: block;
    line-height: 24px;
    color: #d0d0d0;
    font-size: 14px;
    margin-right: auto;
    margin-left: 20px;
    font-weight: 300;
  }
  .header__nav {
    padding-left: calc((100vw - 516px) / 2);
    width: 320px;
    transform: translate3d(-320px, 0, 0);
  }
  .header__nav--active {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .header__language {
    margin-right: 44px;
  }
  .header__profile {
    min-width: 130px;
    padding: 0 20px;
    width: auto;
  }
  .header__profile span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    transition: 0.5s ease;
    font-weight: 500;
  }
  .header__profile i {
    display: none;
  }
  .header__profile:before,
  .header__profile:after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 26px;
    height: 30px;
  }
  .header__profile:before {
    background: url("../img/btn/left--small.svg") no-repeat center;
    left: 8px;
    transition: left 0.5s ease;
  }
  .header__profile:after {
    background: url("../img/btn/right--small.svg") no-repeat center;
    right: 8px;
    transition: right 0.5s ease;
  }
  .header__profile:hover:before {
    left: 12px;
  }
  .header__profile:hover:after {
    right: 12px;
  }
  .header__nav {
    padding-left: calc((100vw - 696px) / 2);
  }
}
@media (min-width: 992px) {
  .header__nav {
    padding-left: calc((100vw - 936px) / 2);
  }
}
@media (min-width: 1200px) {
  .header__btn {
    display: none;
  }
  .header__logo {
    margin-left: 0;
  }
  .header__language {
    margin-left: 0;
  }
  .header__nav {
    position: relative;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 80px;
    top: auto;
    background: transparent;
    padding: 0;
    transition: 0s;
    transform: translate3d(0, 0, 0);
    border-right: none;
    z-index: 2;
  }
  .header__nav li {
    margin-right: 44px;
    margin-bottom: 0;
  }
  .header__nav li:last-child {
    margin-right: 0;
  }
  .header__nav a {
    justify-content: center;
    height: 40px;
    text-transform: none;
  }
  .header__nav a.dropdown-link--menu {
    height: 40px;
  }
  .header__dropdown-menu li {
    margin-right: 0;
    margin-bottom: 12px;
    padding: 0;
  }
  .header__dropdown-menu li:last-child {
    margin-bottom: 0;
  }
  .header__dropdown-menu a {
    height: auto;
    color: #fff;
    justify-content: flex-start;
  }
  .header__dropdown-menu a:hover {
    color: #ce7f3c;
  }
  .header__profile {
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .header:before,
  .header:after {
    content: '';
    position: absolute;
    display: block;
    width: 67px;
    height: 20px;
    top: 30px;
    pointer-events: none;
  }
  .header:before {
    left: 30px;
    background: url("../img/dodgers/screw--header-left.svg") no-repeat center;
  }
  .header:after {
    right: 30px;
    background: url("../img/dodgers/screw--header-right.svg") no-repeat center;
  }
}
.position-relative {
    position: relative !important;}
.center-element {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
/*==============================
	Hero
==============================*/
.hero {
  margin-top:40px;
  padding: 100px 0 0;
}
.hero__title {
  font-size: 72px;
  line-height: 68px;
  text-transform: uppercase;
  color: #e0671e;
  font-weight: 700;font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.hero__subtitle {
  font-size:30px;
  line-height: 48px;
  color: #302c66;
  font-weight: 600;font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.hero__title strong,
.hero__title b {
  font-weight: 500;
}
.hero__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #d0d0d0;
  margin-bottom: 16px;
  margin-top: 15px;
}
.hero__text a {
  color: #fff;
  border-bottom: 2px solid #a034fa;
}
.hero__text a:hover {
  border-color: transparent;
}
.hero__text strong,
.hero__text b {
  font-weight: 500;
}
.hero__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.hero__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(50% - 15px);
  height: 60px;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.3);
  background: linear-gradient(135deg, #572c7c 0%, #572c7c 50%, #a034fa 100%);
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.hero__btn--light {
  background: transparent;
}
.hero__btn:before,
.hero__btn:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 28px;
  height: 40px;
}
.hero__btn:before {
  background: url("../img/btn/left.svg") no-repeat center;
  left: 10px;
  transition: left 0.5s ease;
}
.hero__btn:after {
  background: url("../img/btn/right.svg") no-repeat center;
  right: 10px;
  transition: right 0.5s ease;
}
.hero__btn:hover {
  border-color: #a034fa;
}
.hero__btn:hover:before {
  left: 15px;
}
.hero__btn:hover:after {
  right: 15px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.hero__content--first{position:relative;}
.hero__content--second {
  margin-top: 30px;position:relative;z-index:0;}
  .hero__content--second .object{position:absolute;bottom:0;left:0;right:0;z-index:1}
.hero__content--second img{max-width:100%;
}
@media (min-width: 576px) {
  .hero__title {
    font-size: 36px;
    line-height: 52px;
  }
  .hero__btns {
    justify-content: flex-start;
  }
  .hero__btn {
    width: 200px;
    margin-right: 30px;
  }
  .hero__btn:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .hero {
    padding: 50px 0 50px;
  }
  .hero__title {
    font-size: 42px;
    line-height: 58px;
  }
  .hero__text {
    font-size: 18px;
    line-height: 30px;
  }
  .hero__btns {
    margin-top: 50px;
  }
  .hero__btn {
    margin-right: 40px;
  }
  .hero__btn:last-child {
    margin-right: 0;
  }
  .hero__content--second {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .hero__content--second {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .hero {
    padding: 50px 0 0;
  }
  .hero__title {
    font-size: 54px;
    line-height: 60px;
  }
  .hero__content--second {
    margin-top: 0;
  }
}
/*==============================
	Section
==============================*/
.section {
  position: relative;
  padding-bottom: 60px;
}
.section--head {
  margin-top: 80px;
  padding: 60px 0 20px;
}
.section--pb {
  padding-bottom: 26px;
}
.section--content {
  padding: 0;
}
.section__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.section__title h1,
.section__title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  width: auto;
  padding: 0 50px;
}
.section__title h1:before,
.section__title h2:before,
.section__title h1:after,
.section__title h2:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  pointer-events: none;
  top: 50%;
  margin-top: -12px;
}
.section__title h1:before,
.section__title h2:before {
  left: 0;
  background: url("../img/dodgers/title--left.svg") no-repeat center;
}
.section__title h1:after,
.section__title h2:after {
  right: 0;
  background: url("../img/dodgers/title--right.svg") no-repeat center;
}
.section__title p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #d0d0d0;
  margin-bottom: 16px;
  text-align: center;
}
.section__title p a {
  color: #fff;
  border-bottom: 2px solid #ce7f3c;
}
.section__title p a:hover {
  border-color: transparent;
}
.section-title {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: none;
    position: relative;text-transform:uppercase;
    color: #000;font-family: "Poppins", sans-serif;
}
section#about { padding: 0 0 20px 0;}
.color01{color:#302c66}
.color02{color:#ce7f3c}
.chardi-Kala-wrapper{background:#ce7f3c;padding:50px 80px 30px 80px;border-radius:0 0 20px 20px;position:relative;z-index:2;margin:-30px 0 0 0;}
.chardi-Kala-wrapper p{color:#fff;font-size:24px;line-height:32px;text-align:center;font-family: "Lato", sans-serif;font-weight:600;letter-spacing:1px;margin-bottom:0;}
.chardi-Kala-wrapper span{padding:0 2px 0 0;}
.in-memory img{max-width:100%;object-fit: cover;}
.in-memory h2{color:#000;font-weight:700;text-transform:uppercase;font-family: "Poppins", sans-serif;text-align:center;font-size:42px;margin-bottom:15px;}
.in-memory p{color:#000;font-weight:500;font-family: "Lato", sans-serif;text-align:center;font-size:20px;line-height:32px;max-width:400px;margin:0 auto;}
.offer-box{background:#222222;border-radius:20px;padding:40px 44px;text-align:center;}
.offer-box:hover h3{color:#c87b08;}
.offer-box img{height:100px;margin-bottom:20px;margin:0 auto;}
.offer-box img.org{display:block;}
.offer-box img.wht{display:none}
.offer-box:hover img.wht{display:block}
.offer-box:hover img.org{display:none}
.offer-box h3{color:#fff;font-weight:600;font-family: "Lato", sans-serif;text-align:center;font-size:18px;line-height:32px;margin-bottom:20px;}
.offer-box p{color:#fff;font-weight:400;font-family: "Lato", sans-serif;text-align:center;font-size:16px;line-height:28px;margin-bottom:20px;}
.mission-outer { position: relative;padding:50px 0 40px 0; }
.mission-outer  .section-title{text-align:center;padding-bottom:0;position:relative;max-width:200px;margin:0 auto;} .mission-outer .section-title h2{font-size:42px;font-weight:700;margin-bottom:0;padding-bottom:0;text-transform:none;position:relative;text-transform:uppercase;color:#000;font-family:Poppins,sans-serif}
.mission-box {
  max-width: 100%;
  margin: 0 auto;
  background: url(../img/mission-bg.png) no-repeat;
  background-size: contain;
  background-position: center -100%; /* start from top (off-screen) */
  padding: 28px 34px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1) inset;
  position: relative;
  z-index: 1;
  transition: background-position 1s ease;border-radius:4px 20px 20px 4px;
}

.mission-box.bg-animate {
  background-position: right 50%; /* animate to vertical center */
}
.mission-box::after{content:"";position:absolute;left:-28px;bottom:0;z-index:0;width:0;height:0;border-left:28px solid transparent;border-right:0px solid transparent;border-top:40px solid #b3c2d6}
.mission-box h5{color:#000;font-weight:500;font-family: "Lato", sans-serif;text-align:center;font-size:24px;line-height:34px;margin:0 auto;max-width:400px;}
section#founder{padding:10px 0 20px 0 ;}
.founder-box {
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 7px 50px;
    position: relative;
    z-index: 2;
}
.founder-box .section-title {
    text-align: center;
    padding-bottom: 0;
    position: relative;
}
.founder-box  .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 20px;
    text-transform: none;
    position: relative;text-transform:uppercase;
    color: #000;font-family: "Poppins", sans-serif;
}
.founder-box p{color: #000;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
    height: 320px;
    overflow-y: scroll;}
.social{position:relative;padding:50px 0;}
.social p{font-size:20px;line-height:34px;color:#000;font-weight:400;text-align:center;}
.shd{margin: -2px auto 0 auto;text-align: center;width: 100%;}
.sponsor{position:relative;}
.sponsor img{max-width:100%;}
.sponsor p{font-size:19px;line-height:30px;color:#000;font-weight:400;text-align:center;padding:0 10px;}
.contact{background:url(../img/contact-bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;}
.contact ul.slinks li {
    display: inline-block;
    margin-right: 8px;
    margin-top: 14px;
}
.contact ul.slinks li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #e68034;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    border: 1px solid #e68034;
}
.contact ul.slinks li a:hover{background:#000;}
.call li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  font-size: 22px;font-weight:400;
  margin-bottom: 20px;
}

.call li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.call li i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 50px;
  background: #000;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.image-anime{position:relative;overflow:hidden}.image-anime:after{content:"";position:absolute;width:200%;height:0;left:50%;top:50%;background-color:hsla(0,0%,100%,.3);transform:translate(-50%,-50%) rotate(-45deg);z-index:1}.image-anime:hover:after{height:250%;transition:all .6s linear;background-color:transparent; filter: grayscale(1);}
.float-text {
  opacity: 0;
  transform: translate(100px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.float-text.show {
  opacity: 1;
  transform: translate(0, 0);
}
.float-text1 {
  opacity: 0;
  transform: translate(0, -100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.float-text1.show {
  opacity: 1;
  transform: translate(0, 0);
}
.float-text2 {
  opacity: 0;
  transform: translate(0, 100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.float-text2.show {
  opacity: 1;
  transform: translate(0, 0);
}
.float-text3 {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.float-text3.show {
  opacity: 1;
  transform: translate(0, 0);
}
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.contact img{max-width:100%;border-radius:20px;}
.bradius{border-radius:20px}
.mgleft{margin-left:30px;}

.contact-info-title{
    width: calc(100% - 60px);
}

.contact-info-title h3{
    font-size: 24px;
    line-height: 36px;font-weight:700;
    color: #000;margin:10px 0;
}
/*==============================
	Footer
==============================*/
.footer {
  background:#2d2c2c;
  position: relative;
  overflow: hidden;
}
.footer__content {
  position: relative;
  padding: 10px 0 30px;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer__social a {
  height: 20px;
  width: 20px;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  color: #d0d0d0;
}
.footer__social a i {
  font-size: 20px;
  transition: color 0.5s ease;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover i {
  color: #ce7f3c;
}
.footer__copyright {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.footer__copyright a {
  color: #d0d0d0;
}
.footer__copyright a:hover {
  color: #ce7f3c;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 20px;
  }
  .footer__content {
    padding: 0;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    width: 100%;
  }
  .footer__logo {
    margin-top: 50px;
  }
  .footer__title {
    margin-top: 50px;
  }
  .footer__social {
    display: inline-flex;
    width: auto;
    order: 2;
  }
  .footer__social a {
    margin-top: 0;
  }
  .footer__copyright {
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 1400px) {
  .footer__content:before {
    display: none;
  }
}
@keyframes animation-1 {
    0% {
      
      transform:translateY(0) ;
    }

    100% {
    
      transform: translateY(-40px);
    }
  }

.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-2 {
    0% {
      
      transform:translateX(0) ;
    }

    100% {
    
      transform: translateX(50px);
    }
  }

  .aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes animation-3 {
    0% {
      
      transform:translateY(0) ;
    }

    100% {
    
      transform: translateY(60px);
    }
  }

  .aniamtion-key-3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-4 {
    0% {
      
      transform:translateY(0) ;
    }

    100% {
    
      transform: translateY(40px);
    }
  }

  .aniamtion-key-4 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-5 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  .aniamtion-key-5 {
    position: relative;
    animation-name: animation-5;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: $trans;
  }

@keyframes animation-6 {
    0% {
      
      transform:translateY(0) ;
    }

    100% {
    
      transform: translateY(50px);
    }
  }

  .aniamtion-key-6 {
    position: relative;
    animation-name: animation-6;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-7 {
    0% {
      
      transform:rotate(0) ;
    }

    100% {
    
      transform: rotate(-1000deg);
    }
}

.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1)
}

@keyframes animation-8 {
    0% {
      
      padding-left: 0px;
    }

    100% {
    
      padding-left: 50px;
    }
  }

  .aniamtion-key-7 {
    position: relative;
    animation-name: animation-8;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
  
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
  }
  
  @keyframes fade-in-down {
    0% {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
  
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
  }

  @keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
  
  }
  .pulse-border {
    position: relative;
    animation-name: pulse-border ;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translatex(-100%); }
}
@keyframes marquee-2 {
    0% { transform: translateX(-100%); }
    100% { transform: translatex(0); }
}
@media (min-width:100px) and (max-width:767px){
	section{padding:0 0 20px 0 ;}
	.center-element { position: relative;}
	.hero {margin-top: 0; padding: 100px 0 0;}
	.hero__title {font-size: 42px;text-align: center;line-height:54px;}
	.chardi-Kala-wrapper{padding:20px;}
	.chardi-Kala-wrapper p {font-size: 14px;line-height: 24px;margin-bottom: 0;}
	.in-memory h2{font-size:24px;margin-bottom:14px;}
	.offer-box{padding:20px 30px;margin-bottom:10px;}
	.offer-box h3 {font-size: 16px;line-height: 30px;margin-bottom: 10px;}
	.offer-box p {font-size: 14px;line-height: 24px;margin-bottom: 10px;}
	.mission-outer .section-title h2 { font-size: 30px;}
	.mission-box h5 {font-size: 24px;line-height: 32px;max-width: 100%}
	.founder-box .section-title h2 {font-size: 30px;margin-bottom: 20px;padding-top: 0;}
	.founder-box {padding: 20px;}
	.founder-box p {font-size: 14px;line-height: 24px;margin-bottom: 10px;}
	.social p {font-size: 14px;line-height: 24px;padding-bottom: 20px;}
	.shd {margin: -14px auto 0 auto;text-align: right;width: 100%;}
	.sponsor p {font-size: 14px;line-height: 24px;padding: 0 8px;}
}

@media (max-width: 767.98px) {
  .center-element {
    position: static;
    transform: none;
    text-align: center;
    padding: 20px 0;
  }

  .section-title h2 {
    font-size:30px;
  }

  .hero__subtitle {
    font-size: 20px;
    line-height: 32px;
  }

  .offer-box,
  .founder-box,
  .mission-box,
  .social,
  .sponsor,
  .contact {
    text-align: center;
  }

  .call li,
  .slinks li {
    display: inline-block;
    margin-right: 10px;
  }

  .hero__content--second img,
  .contact img {
    margin: 0 auto;
    display: block;
  }
  .header__nav{background:#fff;}
}