
body{
    margin: 0;
    padding: 0;
    font-family: 'DINRoundPro';
    font-weight:normal;
}

.section{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #fedb2d;
    }
.sentence {
     margin-top:5px;
}
      

.sentence h1 {font-family: 'DINRoundPro';
font-size: 5.3rem;
line-height: normal;
margin-top: 20px;
color: #8c9ea8;
letter-spacing: -4px;
    font-size: calc(1.566rem + 3.9vw);
}
.sentence h2 {display: block;
  font-family: 'DINRoundPro';
  font-size: 5.3rem;
  line-height: normal;
  color: #8c9ea8;
  letter-spacing: -4px;
  margin-top: -19px;}

h1 {
    font-family: 'DINRoundPro';
    font-size: 28px;
    color: #352927;
    letter-spacing: normal;
    font-weight: bold;
}
.title img {
    max-width: 100%;
    width: 100%;
    width: 100vh;
}
.title {
    text-align: center;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 6%;
}
.titl-in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: transparent;
    padding-bottom: 35px;
    max-width: 720px;
    width: 100%;
}
img.sub-text {
    position: absolute;
    bottom: 29px;
    max-width: 327px;
    right: 29px;
    width: 100%;
}
.intro {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.logos-sld {
    width: 100%;
    background: #352927;
    border-top: 1px solid #fedb2d;
    border-bottom: 1px solid #fedb2d;
    display: flex;
    align-items: center;
    height: 115px;
    margin-top: 5px;
}
.title h2 span {
    color: #4b606b;
}
.logo-sldr.owl-carousel.owl-theme.owl-loaded.owl-drag .item img {
    width: auto;
    max-width: 75%;
    margin: 0 auto;
}
.owl-dots {
    display: none;
}
.logo-sldr.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.logo-sldr.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    top: -18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-image: url(images/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
 
}
.logo-sldr.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    top: -18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
     background-image: url(images/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
 
}
.box-one {
    background-color: rgb(204, 39, 35);
    opacity: 0.91;
    margin-top: 40px;
    margin-right: 0;
    padding: 80px 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.box-2 {
 background-color: rgb(254 219 45);
  opacity: 0.91;
    margin-top: 40px;
    margin-right: 0px;

    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  
}

.box-one p, .box-2 p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
}

 .box-2 p{
  color: #352927;
 }
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 11px 7px;
    position: relative;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 16px;
    width: 16px;
     margin: 9px 0;
    border-radius: 4px;
    transform: rotate(
45deg
);
    background: red;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 18px;
    height: 18px;
   
    margin: 9px 0;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 18px;
    width: 18px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: 9px 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: 2px solid #fff;
}

span.mailsent {
    display: block;
    text-align: center;
    color: #4bfd4b;
}   
h2 {
    font-family: 'DINRoundPro';
    font-size: 42px;
    line-height: 42px;
    margin-top: 0;
    color: #ffffff;
    letter-spacing: normal;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.ov-hd{
    overflow: hidden;
}
.box-2 h2{
  color: #352927;
}
h2 span{
color: #fff;
}

.sec-in-4 .def-a {
    font-size: calc(1.111rem + .4vw);
}

.btm-btn{
    display: flex;
    align-items:center;
    justify-content: center;
    padding-bottom: 45px;
    padding-right: 45px;
    flex-direction: column;
}
a.def-a {
    display: inline-block;
    background: #352927;
    color: #fff;
    font-family: 'DINRoundPro';
    font-size: 20px;
    border-radius: 15px;
    padding: 9px 16px;
    text-decoration: none;
    transition: all 400ms;
    /* word-spacing: -6px; */
    font-size: calc(.5rem + 1.1vw);
    font-weight: bold;
    text-transform: uppercase;
    max-width: 520px;
    width: 100%;
    text-align: center;
    margin-top: 11px;
}
a.def-a img {
    width: 21px;
    margin-right: 25px;
}
a.def-a:hover{
background: #f05123;
}
.sec-1{
    background-color: #4b606b;
    background-repeat: repeat;

}
.title-div{
     transform: rotate(180deg);
     position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    right: auto;
    margin: 0 auto;
    text-align: center;
    width: auto;
    height: auto;
}
/*.intro.inside-pgs h2 {
   
    
    writing-mode: vertical-rl;
    text-orientation: mixed;
      font-size: calc(1.566rem + 5.2vw);
}*/
.fr-wrap{
    margin-bottom: 50px;
}
footer {
    background: #352927;
     padding-top: 8px;
     padding-bottom: 8px;
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
}
.ft-cpy p, .ft-cnt {
    font-size: 16px;
    margin-bottom: 3px;
    color: #ffffff;
    font-weight: 300;
}
.ft-cpy p a{
  font-weight: 900;
  color: #ffffff;

}
.ft-cnt p{
  margin-bottom: 0;
}

.ft-cnt a{
  color: #ffffff;
}
.ft-cnt {
  text-align: right;
}

.content-in p {
   font-family: 'DINRoundPro';
    color: #8c9ea8;
    letter-spacing: .53px;
    font-size: 16px;
    text-align: justify;
    font-size: calc(.222rem + 1.1vw);
}

.ft-cnt strong{
  font-weight: 900;
}

.sec3 .intro h2 span{
    color: #4b606b;
}

.sec3 .content-in p{
    color: #8c9ea8;
}
.sec4 .content-in h3{
 font-family: 'DINRoundPro';
    font-size: 4rem;
    line-height: 68px;
    margin-top: 20px;
    color: #8c9ea8;
    letter-spacing: -4px;
}
.sec4 .content-in h3 span{
    color: #4b606b;
}
.sec-in-4 h3 {
    padding-left: 15px;
    padding-top: 4%;
}
.p-clr-bl p{
color: #4b606b;
}

.cnt-addr img {
    width: 45px;
    margin-right: 15px;
}
.cnt-addr img {
    float: left;
}
#menu {
  z-index: 2;
}

#menu-bar {
  width: 39px;
  height: 40px;
  margin: 30px 0 20px 20px;
  cursor: pointer;
  position: relative;
}

#menu-bar span {
    position: absolute;
    right: -62px;
    top: -8px;
    font-weight: bold;
    font-size: 20px;
}
.bar {
  height: 5px;
  width: 100%;
  background-color: #352927;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}

#bar1 {
  transform: translateY(-4px);
}

#bar3 {
  transform: translateY(4px);
}

.nav {
  transition: 0.3s ease;
  display: none;
}

.nav ul {
  padding: 0 22px;
}

.nav li {
  list-style: none;
  padding: 12px 0;
}

.nav li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.nav li a:hover {
  font-weight: bold;
}

.menu-bg, #menu {
  top: 0;
  left: 0;
  position: absolute;
}

.menu-bg {
  z-index: 1;
  width: 0;
  height: 0;
  margin: 30px 0 20px 20px;
  background: radial-gradient(circle, #DC052D, #DC052D);
  border-radius: 50%;
  transition: 0.3s ease;
}

.change {
  display: block;
}

.change .bar {
  background-color: white;
}

.change #bar1 {
  transform: translateY(4px) rotateZ(-45deg);
}

.change #bar2 {
  opacity: 0;
}

.change #bar3 {
  transform: translateY(-6px) rotateZ(45deg);
}

.change-bg {
    width: 580px;
    height: 560px;
    transform: translate(-60%,-30%);
}
.cnt-addr {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sec3 .cnt-in h4, .sec3 .cnt-in p strong  {
   font-family: 'DINRoundPro';
    font-weight: bold;
    font-size: 17px;
    color: #4b606b;
}
.sec3 .cnt-in p, .sec3 .cnt-in p a{
   font-family: 'DINRoundPro';
    font-weight: normal;
    color: #4b606b;
    margin-bottom: 0;
}
.sec3 .cnt-in {
    margin-bottom: 30px;
}
.relative{
    position: relative;
}
.ft-copy {
    position: absolute;
    bottom: 0;
    width: 77%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ftr p {
    font-size: 15px;
    color: #4b606b;
    margin-bottom: 10px;
}
.ftr img {
    max-width: 220px;
    margin-left: 45px;
}
.ftr.text-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.ftr.text-right p a {
   font-family: 'DINRoundPro';
    color: #4b606b;
    text-decoration: none;
    font-weight: bold;
}
.ml3 span.letter {
    font-family: 'DINRoundPro';
    font-size: 5.3rem;
    line-height: normal;
    margin-top: 20px;
    color: #8c9ea8;
    letter-spacing: -4px;
    font-size: calc(1.566rem + 3.9vw);
}
.ml4 span.letter  {
  
    font-family: 'DINRoundPro';
    font-size: 5.3rem;
    line-height: normal;
    color: #4b606b;
    letter-spacing: -4px;
    margin-top: -19px;
}
.sentence.ml4 span:nth-of-type(2) {
    padding-right: 14px;
}
.donation-form .donation-amount {
    position: relative;
}
.donation-form .donation-amount {
    border-radius: 25px;
    display: block;
    border: 1px solid #B3BEC3;
    overflow: hidden;
    background: #fff;
}
.donation-amount div {
    display: inline-block;
}
html[lang="en-US"] .donation-form .donation-amount:before {
    right: 25px;
    left: auto;
}
.donation-form .donation-amount:before {
    content: "$";
    position: absolute;
    height: 100%;
    left: 25px;
    top: 25%;
    bottom: 0;
    text-align: center;
}
.donation-form .donation-type input[type=radio], .donation-form .donation-amount input[type=radio] {
    opacity: 0;
    position: absolute;
}
.donation-form .donation-type input[type=radio]+label, .donation-form .donation-amount input[type=radio]+label {
    background: #fff;
    padding: 15px 20px;
    color: #8c9ea8;
    font-size: 14px;
    border-left: 1px solid #B3BEC3;
    transition: ease all 500ms;
    cursor: pointer;
    text-align: center;
}
input#amount-other {
    border: 0;
    outline: 0;
}
section.donate-pge h2 {
    font-size: 43px;
    letter-spacing: -1px;
    line-height: normal;
    max-width: 100%;
    margin-bottom: 21px;
}

section.donate-pge {
    padding-top: 70px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
form.donation-form h3 {
    font-size: 17px;
    color: #9e5e0f;
    margin-bottom: 0;
    margin-left: 10px;
}
form.donation-form label {
    font-size: 15px;
    display: block;
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
}


form.donation-form .step-1 select {
    border: 0;
    border-bottom: 1px solid #797777;
    width: 100%;
    margin-bottom: 25px;
    height: 50px;
    outline: 0;
}
.donation-form select {
    background: none;
    border-width: 0 0 1px;
    width: 100%;
    color: #355460;
    outline: none;
    border-color: #355460;
    border-radius: 0;
    padding: 5px 0;
    
}
html[lang="en"] .donation-form .donation-amount:before {
    right: 25px;
    left: auto;
}
form.donation-form h4 {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.donation-form .donation-type input[type=radio]:checked+label, .donation-form .donation-amount input[type=radio]:checked+label {
    background: #93a6ad;
    color: #fff;
}
.donation-form .donation-type {
    margin: 2em 0 0;
    border-radius: 25px;
    display: flex;
    border: 1px solid #B3BEC3;
    overflow: hidden;
    background: #fff;
}
.donation-form .donation-type label {
    flex-grow: 1;
}
.donation-form button.donation-button {
    margin: 2em 0 0;
    width: 100%;
    color: #fff;
    background: #8c9ea8;
    border: 0;
    padding: 12px 20px;
    font-size: 19px;
    font-weight: bold;
    /* font-family: "Heebo",Sans-serif; */
    border-radius: 100px;
    outline: 0;
}
html[lang="en"] i.fas.fa-caret-left {
    transform: rotate(180deg);
    margin-left: 5px;
}
button.donation-button i {
    margin-right: 5px;
}
.donation-form .billing input[type="email"], .donation-form .billing input[type="tel"], .donation-form .billing input[type="text"] {
    background: none;
    border-width: 0 0 1px;
    color: #000;
    border-color: #355460;
    border-radius: 0!important;
    padding: 5px;
    outline: none;
    margin: 15px 0;
}
.w-23 {
    width: 23%!important;
}
.w-48 {
    width: 48%!important;
}
.donation-form .billing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.donation-form .billing .on-behalf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px 0 0;
}
.w-100 {
    width: 100%!important;
}
.donation-form .billing .on-behalf label {
    flex-basis: 98%;
    font-weight: 700;
}
.donation-form .billing .on-behalf-of>div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.donation-form  p {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin: 1em 0;
}
.w-97 {
    width: 97%!important;
}
.step-nr {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #8c9ea8;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}
.step-trigger {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.don-via span {
    font-size: 14px;
    font-weight: 700;
    fill: #fff;
    color: #fff;
    background-color: #253b80;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 55px;
    margin-left: 25px;
}
a.bck-hme {
    position: absolute;
    text-align: center;
    width: 100%;
    display: block;
}
a.bck-hme span {
    display: inline-block;
    padding: 9px 15px;
    background: #8c9eaf;
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
    margin-top: 15px;
}
section.donate-pge .container {
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    padding-bottom: 30px;
    border-radius: 10px;
      padding-top: 14px;
      width: 93%;
}
.main-container{
  position: relative;
  z-index: 99;
}
div#slides {
    position: absolute !important;
    top: 0;
    width: 100%;
    left: 0;
}

.terms{
    padding: 25px;
     margin-top: 20px;

    width: 100%;
    color: #000;
  
      background-color: rgb(53 41 39 / 91%);
}
.terms h5{
    font-size: 9px;
    color: #ffffff;
    margin-bottom: 0;
}

.terms p{
    font-size: 9px;
    color: #ffffff;
    margin-bottom: 6px; 
}

.quote {
    padding: 12px 12px;
    margin-top: 40px;
    width: 100%;
    color: #000;
    background-color: rgb(53 41 39 / 91%);
}
.quote input {
    border: none;
    box-shadow: none;
    background: #fff;
    height: 43px;
    padding-left: 15px;
    box-sizing: border-box;
    width: 47%;
    display: inline-block;
    margin: 0 0 7px;
    vertical-align: top;
}
.quote textarea {
    border: none;
    box-shadow: none;
    width: 47%;
    height: 180px;
    padding: 15px;
    margin: 0 0 7px;
    float: left;
}
.quote input[type="submit"] {
    float: right;
    margin-top: 0px;
    border-radius: 50px;
    background: transparent;
    border: 3px solid #fedb2d;
    outline: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    transition: all 400ms;
    position: absolute;
    bottom: 0;
    right: 0;
}
.quote form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
}




@media (min-width: 1200px){
section.donate-pge .container {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.63);
    width: 83%;
     
}

 
}




.title h2 span:nth-of-type(2) {
    padding-right: 20px;
}
.menu-wrap{
  position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;



}
ul#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
ul#menu li a {
    padding: 6px 0 6px;
    display: block;
   font-family: 'DINRoundPro';
    color: #000;
    text-decoration: none;
}

ul#menu li {
    display: inline-block;
}

@media (min-width: 1200px){
    .container {
    max-width: 1700px;
    width: 100%;
}
}
@media (max-width: 1366px){

h2 {

    font-size: 35px;
   
}
}

@media (max-width: 1199px){
.box-one {
    
    margin-top: 40px;

    padding: 20px 20px;
    
}
}
@media (max-width: 992px){

.quote form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
    flex-direction: column;
}
.quote input[type="submit"]{
    position: relative;
        order: 8;
}
.box-one, .box-2 {
    margin-top: 14px;
   
}
.ov-hd {
    overflow: visible;
}
.form-p {
    order: 3;
    margin-top: 16px;
}
.quote input{
    width: 100%;
}
.quote textarea {
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100px;
    padding: 15px;
    margin: 0 0 7px;
    float: left;
    order: 6;
}
h2 br {
    display: none;
  
}
h2 {
  font-size: 30px;
  margin-bottom: 0px;
}
.box-one p, .box-2 p {

    font-size: 17px;
    text-align: center;
    line-height: 21px;
    margin-bottom: 10px;
}
}
.menu-left a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color .35s ease;
}
.menu-left a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}
.menu-left a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #000;
  transition: width .35s ease;
}
.menu-left a:hover:before {
  width: 100%;
  background: #000;
  transition: width .35s ease;
}
.menu-left a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0rem 0;
  background:none;
  z-index: 3;
  will-change: transform;
  transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
      background: rgba(255, 255, 255, 0.62);
}


header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header nav ul li {
  float: none;
  margin-left: 0;
}

@media (min-width: 768px) {
  header nav ul li {
    float: none;
    margin-left: 2rem;
  }
}
header nav ul li a {
  display: block;
}
@media (min-width: 576px) {
  header nav ul li a {
    display: block;
    padding: .425rem 0rem;
  }
}

@media (max-width: 768px) {
  ul {
    clear: both;
  }
  ul li {
    padding: .5em 0;
  }
  header nav ul li {
    float: none;
    margin-left: 0;
   
}
.title {
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 6%;
}
.title-div {
    transform: none;
    position: relative;
    left: 0;
    top: 50px;
    bottom: 0;
    right: auto;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    height: auto;
    margin-bottom: 72px;
    padding-left: 79px;
}

.intro {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.ft-copy {
    position: relative;
    
}
.ft-cpy {
    text-align: center;
    order: 2;
}
.ft-cnt p {
    margin-bottom: 0;
    text-align: center;
}

.box-2 {
    
    margin-top: 40px;
    margin-right: 0;
   
    margin-bottom: 55px;
}
}
.hide-nav {
  transform: translateY(-120% !important);
  -webkit-transform: translateY(-120%) !important;
}

ul.menu-left {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
@media (min-width: 768px) {
  ul.menu-left {
    display: block !important;
    float: none;
    max-height: none;
}
}
ul.menu-left:before {
  content: '';
  display: table;
  clear: both;
}
ul#menu.menu-left.collapses {
    max-height: 31em !important;
    padding-top: 60px;
    background: rgba(255, 255, 255, 0.96);
}

.nav-toggle {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    float: right;
    height: 38px;
    width: 38px;
    cursor: pointer;
    padding: 8px 8px;
    position: absolute;
    right: 10px;
    top: 6px;
}
.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 4px;
  background-color: #000;
  transition: all .25s;
}



@media(max-width: 767px){
  section.section.sec-1, section.section.sec-1 .fp-tableCell {
    height: auto !important;
}
.fr-wrap {

    padding: 0;
}
.form-p, .ov-hd {
    padding: 0;
}
footer {
   
    position: relative;
   
}
 
.title-div {
    top: 50px;
    text-align: left;
    width: 100%;
    height: auto;
    margin-bottom: 52px;
    padding-left: 15px;
    max-width: 510px;
}
.intro.inside-pgs h2 {
    font-size: 40px;
    margin-top: 0;
    line-height: normal;
}
.sec4 .content-in h3 {
    line-height: normal;
    font-size: 40px;
    margin-top: 0;
   
}
.sec-in-4 .def-a, a.def-a {
    font-size: 16px;
}
ul#menu li {
    display: block;
}
.ml3 span.letter, .ml4 span.letter{
  font-size: 50px;
  letter-spacing: 0;
}
.ftr {
    text-align: center;
}
.ftr.text-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec3 .content-in p, .content-in p {
    color: #8c9ea8;
    font-size: 13px;
    text-align: left;
}
.ftr img {
    max-width: 220px;
    margin-left: 0;
}
.sec3 .cnt-in h4, .sec3 .cnt-in p strong {
   
    font-size: 14px;
    
}
}

@media(max-width: 575px){

.box-one {
    margin-top: 21px;
    margin-right: 0;
    padding: 20px 20px;
}
lottie-player {
    width: 100%;
    
}
img.sub-text {
    position: absolute;
    bottom: 35px;
    max-width: 144px;
    right: 29px;
    width: 100%;
}
.btm-btn {
    
    padding-bottom: 45px;
    padding-right: 15px;
    
}
.title {
    
    padding-top: 27%;
}
h1 {

    font-size: 26px;
    text-align: center;
    
}

  .cnt-addr img {
    width: 25px;
 
}
.don-via span {
    
    padding: 10px 31px;
    margin-left: 25px;
}
.ml3 span.letter, .ml4 span.letter {
    line-height: 30px;
    font-size: 30px;
    letter-spacing: -1px;
}
.sentence.ml4 span:nth-of-type(2) {
    padding-right: 10px;
}
.title-div{
  max-width: 100%;
}
.intro.inside-pgs h2, .sec4 .content-in h3 {
    font-size: 23px;
    letter-spacing: -1px;
}
.content-in div {
    padding: 0;
}
.sec-in-4 h3 {
    padding-left: 0;
    padding-top: 4%;
}
.sec-1 {
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
}
.sec4 {
    padding-top: 29px;
    padding-bottom: 35px;
}
}