/*::::::::::::::::  Global Style :::::::::::::::::::::*/
*{
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden !important;
    width: 100%;
    /*font-family: 'Josefin Sans', sans-serif;*/
}
a{
    text-decoration:none !important;
}

.row{
    margin-left: 0px;
    margin-right:0px;
    width: 100%;
}

.form-control{box-shadow:none !important;}


/*:::::::::::::::::::::  TOP HEADER  :::::::::::::*/

header {
    padding: 0px 3px;
    background: rgb(255 255 255 / 50%);
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
button.navbar-toggler .fa {
    position: absolute;
    right: 8px;
    top: 0px;
}
.SideNav1 .logo a img {
    width: 190px;
    padding-top: 9px;
}
.SideNav {
    padding:31px 0px;
    text-align: center;
}
.SideNav a .fa {
    font-size: 27px;
    position:relative;
    top: 2px;
    cursor: pointer;
    color: #ffffff;
}
.SideNav a {
    color: #1f1f5d;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .1px;
    position: relative;
    top:0px;
    font-weight: 700;
}
.SideNav a h4 {
        margin-bottom: 0px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-family: fangsong;
    letter-spacing: 5px;
}



/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(255 255 255 / 50%);
    min-width: 1350px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    margin-top: 30px;
    width: 100%;
    left: -905px;
}


@media (min-width: 767px) and (max-width: 991px){
    .WaveHead .wave1{
        height: 64px !important;
    }
    .dropdown-content {
        min-width: 720px;
        width: 100%;
        left: -490px;
    }
    .CategoryProduct a img {
        width: 90px;
        height: 90px;
        padding: 5px 5px;
        object-fit: contain;
        border-radius: 50%;
    }
    .CategoryProduct a p {
        font-size: 9px;
    }
    .SideNav a {
        color: #1f1f5d;
        font-size: 9px;
    }
    .imageAniGroup {
        text-align: center;
        margin: 30px 0;
    }
}


/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: #ff4228;
}


.CategoryProduct {
    padding: 5px;
}
.CategoryProduct a img {
    width: 110px;
    height: 110px;
    padding: 5px 5px;
    object-fit: contain;
    border-radius: 50%;
}
.CategoryProduct a:hover {
    background: transparent;
}
/*.CategoryProduct a img:hover{ 
    width: 50%;
    padding: 18px 0px;
    background: #fff;
    border-radius: 50%;
    animation-name: rotate;
    animation-duration: 3s;
    animation-delay:30ms;
    animation-iteration-count: infinite;

}*/
.CategoryProduct a p {
    font-size: 14px;
    font-weight: 700;
    color: #1f1f5d;
    margin: 10px 0px;
    transition: .5s;
    letter-spacing: .5px;
}
.CategoryProduct a:hover p{
    color: #ffffff;
}
.CategoryProduct a:hover img {
    background: #fff;
    border-radius: 50%;
    animation-name: rotate;
    animation-duration: 3s;
    animation-delay: 30ms;
    animation-iteration-count: infinite;
}

@keyframes rotate{
  0%{
     transform: rotate(0deg); 
  }
  25%{
    transform: rotate(20deg);
  }
  75%{
     transform: rotate(20deg); 
  }
  100%{
    transform: rotate(5deg);
  }
}


.imageAniGroup {
    text-align: center;
}
.imageAniGroup .img1 marquee{
    text-align: center;
}

.imageAniGroup .img1 img {
    width: 75%;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    /*position: relative;
    animation-name: product;
    animation-duration: 5s;
    animation-delay:20ms;
    animation-iteration-count: infinite;*/
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-25px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-25px); }
}

.imageAniGroup .images1 img {
    width: 75%;
    -webkit-animation: movers 1s infinite  alternate;
    animation: movers 1s infinite  alternate;
}

@-webkit-keyframes movers {
    0% { transform: translateY(0); }
    100% { transform: translateY(25px); }
}
@keyframes movers {
    0% { transform: translateY(0); }
    100% { transform: translateY(25px); }
}





.imageAniGroup .img2 img {
    width: 100%;
}
.imageAniGroup .text p {
    color: #fff;
    font-size: 14px;
    min-height:190px;
}
/*@keyframes product{
  0%{
    top: 30px; 
  }
  25%{
    top: 60px; 
  }
  75%{
    top: 60px; 
  }
  100%{
    top: 35px;
  }
}*/


/*:::::::::  Mobile navabr  ::::::::::::*/

.mobileHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999999999;
    background: rgba(255,255,255,0.7);
    padding: 6px;
}
.logo img {
    width: 77%;
}
.MobileBar img {
    width: 83%;
    position: relative;
    top: 16px;
}


.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color:#2d265d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidepanel a {
    padding: 8px 8px 8px 23px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px dashed #dddddd59;
}
.sidepanel a:hover {
  color: #f1f1f1;
}
.sidepanel .closebtn {
    position: absolute;
    top: -11px;
    right: 2px;
    font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.B-NONE{
    border-bottom: none !important;
}
.CategoryList {
    margin-bottom: 20px;
}
.sidepanel a .fa {
    float: right;
    position: relative;
    top: 5px;
    font-size: 20px;
}
#CateProduct {
    text-align: left;
    padding-left: 25px;
}
#CateProduct a {
    border: none;
}
















#Video{
    margin-bottom:-10px;
}
#Video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0px;
    left: 0px;
}
#Video video {
    width: 100%;
    height: 658px;
    object-fit: cover;
}
div#Overlay {
    width: 100%;
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 0.5);
    height: 100%;
}
.VideoSlider h2 {
    text-align: center;
    font-size: 35px;
    color: #ffffffff;
    text-transform: uppercase;
}
.VideoSlider {
    position: absolute;
    top: 29%;
    width: 65%;
    left: 18%;
    z-index: 99;
}
.VideoSlider p {
    color: #f1e9e9;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    word-break: break-all;
    margin-top: 40px;
    font-family: 'Josefin Sans';
}
.imageScroll {
    position: relative;
    top: -14px;
}
.AnimationSec {
    background: #a8d5ba;
}

.MarqueeText {
    font-size: 25px;
    color: #fff;
    line-height: 69px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.marqueeText {
    padding: 20px 0px;
}
.AnimationSec2 {
    padding: 100px 0px 120px;
    background: #747dd2;
}
.AmiContOne h1 {
    font-family: arial;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    margin-top: 0;
    font-size: 41px;
    color: #fff;
    font-weight: 700;
}
.AmiContOne p {
    color: #ffff;
    font-size: 18px;
    text-align: justify;
    word-break: break-all;
}
.AmiContOne {
    padding-top: 50px;
}
.LinksBtns {
    text-align: center;
    padding-bottom: 60px;
}






.WaveHead .wave1 {
    position: relative;
    bottom: 0;
    left: 0;
    top: -156px;
    width: 100%;
    height: 64px;
    background: url(../images/wave.png);
    background-size: 174% 100%;
    margin-bottom: -1px;
}
.WaveHead .wave2 {
    position: relative;
    bottom: 0;
    left: 0;
    top:-215px;
    width: 100%;
    height: 50px;
    background: url(../images/wave.png);
    background-size: 147% 100%;
}
.WaveHead .wave1 {
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}
.WaveHead .wave2 {
    animation: animate2 10s linear infinite;
    z-index: 998;
    opacity: 0.8;
    animation-delay: -5s;
    bottom: 5px;
}

@keyframes animate {
  0%{
    background-position-x:0; 
  }
  100%{
    background-position-x:800px; 
  }
}

@keyframes animate2 {
  0%{
    background-position-x:0; 
  }
  100%{
    background-position-x:-800px; 
  }
}




.AmarHead .Amar1 {
    position: relative;
    bottom: 0;
    left: 0;
    top: -47px;
    width: 100%;
    height: 60px;
    background: url(../images/wave1.png);
    background-size: 174% 100%;
    margin-bottom: -1px;
}
.AmarHead .Amar2 {
    position: relative;
    bottom: 0;
    left: 0;
    top: -109px;
    width: 100%;
    height: 50px;
    background: url(../images/wave1.png);
    background-size: 163% 100%;
}
.AmarHead .Amar1 {
    animation: animates 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}
.AmarHead .Amar2 {
    animation: animates1 10s linear infinite;
    z-index: 998;
    opacity: 0.8;
    animation-delay: -5s;
    bottom: 5px;
}

@keyframes animates {
  0%{
    background-position-x:0; 
  }
  100%{
    background-position-x:800px; 
  }
}

@keyframes animates1 {
  0%{
    background-position-x:0; 
  }
  100%{
    background-position-x:-800px; 
  }
}




.FooterHead .Footer1 {
    position: relative;
    bottom: 0;
    left: 0;
    top: -47px;
    width: 100%;
    height: 60px;
    background: url(../images/wave2.png);
    background-size: 174% 100%;
    margin-bottom: -1px;
}
.FooterHead .Footer2 {
    position: relative;
    bottom: 0;
    left: 0;
    top: -109px;
    width: 100%;
    height: 50px;
    background: url(../images/wave2.png);
    background-size: 163% 100%;
}
.FooterHead .Footer1 {
    animation: animates 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}
.FooterHead .Footer2 {
    animation: animates1 10s linear infinite;
    z-index: 998;
    opacity: 0.8;
    animation-delay: -5s;
    bottom: 5px;
}

@keyframes animates {
  0%{
    background-position-x:0; 
  }
  100%{
    background-position-x:800px; 
  }
}

@keyframes animates1 {
  0%{
    background-position-x:0; 
  }
  100%{
    background-position-x:-800px; 
  }
}










.btnn{
    outline: none;
  display: inline-block;
  position: relative;
  background: #fff;
  border: none;
  color:#a5ceb6;
  font-size: 18px;
  cursor: pointer;
  box-shadow: none !important;
}
span{
  display: block;
  padding:5px 30px;
   color: #a5ceb6;
}
.btnn::before, .btnn::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #a5ceb6;
  color: #a5ceb6;
}

span::before, span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #a5ceb6;

}
.btnn:hover::before, .btnn:hover::after{
  width: 100%;
}
.btnn:hover span::before, .btnn:hover span::after{
  height: 100%;
}
/*----- button 1 -----*/
.btn-1::before, .btn-1::after{
  transition-delay: 0.2s;
}
.btn-1 span::before, .btn-1 span::after{
  transition-delay: 0s;
}
.btn-1::before{
  right: 0;
  top: 0;
}
.btn-1::after{
  left: 0;
  bottom: 0;
}
.btn-1 span::before{
  left: 0;
  top: 0;
}
.btn-1 span::after{
  right: 0;
  bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
  transition-delay: 0s;
}
.btn-1:hover span::before, .btn-1:hover span::after{
  transition-delay: 0.2s;
}




.imagegroup {
    display: flex;
}
.Products{
    height: 300px;
    width: 194px;
}

.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.AnimationSec3{
    padding: 100px 10px 90px;
    background: #b37547;
}
.Product1 {
    height: 110px;
}
.Product2 {
    height: 260px;
}
.Products11 {
    height: 250px;
}
.Products12 {
    height: 250px;
}
img.Products13 {
    width: 187px;
    height: 220px;
}
.AnimationSec4 {
    padding: 100px 10px 90px;
    background: #7cd09d;
}
.AnimationSec5{
    padding:0px 0px 50px;
    background: #dd3c68;
}
footer.Footer {
    padding: 0px 0px 70px;
    background: #673ab7;
    color: #fff;
}
.FooterContact h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #eee;
    letter-spacing: 3px;
}
.FooterContact a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e0dcdc;
    line-height: 40px;
    letter-spacing: 1.4px;
}
.LogoArea h3 {
        text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    padding-top: 52px;
    letter-spacing: 10px;
}
.NewsLetter h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #eee;
    letter-spacing: 3px;
}
.NewsLetter form .form-control {
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #ffffff;
    border-radius: 0px;
    height: 37px;
    border: 2px solid #fff;
}
.NewsLetter form .form-control::placeholder{
    color: #ffffffff;
    font-weight: 600;
}
button.btn.SubsBtnn {
    background: #40a09a;
    border: none;
    margin-top: 19px;
    height: 30px;
    padding: 0px 24px;
    color: #fff;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
}
.FooterBottom {
    background:#5a2cad;
    text-align: center;
    padding: 10px;
}
.FooterBottomNav p {
    margin-bottom: 0px;
    color: #eeeeeed9;
}
.FooterBottomNav p a {
    color: #fff;
    font-weight: 600;
}
.SocialLInk {
    margin-top: 10px;
}
.SocialLInk a .fa {
    letter-spacing: 16px;
    color: #fff;
    transition: .5s;
    font-size: 16px;
}
.SocialLInk a .fa:hover {
    transform:translateY(-5px);
}
.SocialLInk a:hover .fa-facebook {
    color: #3b5998;
}
.SocialLInk a:hover .fa-twitter {
    color:  #55acee;
}
.SocialLInk a:hover .fa-linkedin {
    color:  #0077b5;
}
.SocialLInk a:hover .fa-youtube-play {
    color:  #cd201f;
}
.SocialLInk a:hover .fa-instagram {
    color:  #3f729b;
}
.LogoArea {
    text-align: center;
}
.LogoArea img {
    width: 50%;
}




@-webkit-keyframes Floatingy{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(50px, 0);}
    to {-webkit-transform: translate(0, -0px);}
}
@-moz-keyframes Floatingy{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(50px, 0);}
    to {-moz-transform: translate(0, -0px);}
}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(50px, 0px);}
    65% {-webkit-transform:translate(0, 0);}
    to {-webkit-transform: translate(50px, -0px);}
}
@-moz-keyframes Floatingx{
    from {-moz-transform:translate(50px, 0px);}
    65% {-moz-transform:translate(0, 0);}
    to {-moz-transform: translate(50px, -0px);}
}


.btn-animation
{
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
    -webkit-animation-duration: 5s;
   -moz-animation-duration: 5s;
   border-radius:30px;
   box-shadow:0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}


.btn-animation:hover
{
    box-shadow:0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}


.mt-60
{
    margin-top:60px;
}

.btn-primary:hover {
    color: #2d265d;
    background: #fff;
    border-color: #2d265d;
    text-transform: uppercase;
    font-size: 16px !important;
}
.btn-primary {
    color: #fff;
    background: #2d265d;
    border-color: #2d265d;
    text-transform: uppercase;
    font-size: 16px !important;
    transition: .5s;
    letter-spacing: .5px;
    padding: 8px 25px;
    border-radius: 50px;
}

#Overlay {
        width: 100%;
        position: absolute;
        top: 0;
        background: rgb(0 0 0 / 0.5);
        height: 100%;
    }


@media (min-width:200px) and (max-width:575px){
    .VideoSlider {
        position: absolute;
        top:25%;
    }

}




@media screen and (min-width: 400px) {
/*  .VideoSlider {
        position: relative;
        top: 49%;
    }*/
    /*div#Overlay {
        width: 100%;
        position: absolute;
        top: 0;
        background: rgb(0 0 0 / 0.5);
        height: 658px;
    }*/
}

/*::::::  Fixed Social Button   :::::::*/

.Whatsapp-fixed {
    position: fixed;
    bottom: 50px;
    left: 50px;
}
.Donation-fixed {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.Social-Whatsapp .btn {
    background: #fc443d;
    outline: none;
    color: #fff;
    border-radius: 50px;
    padding: 9px 20px;
    font-size: 13px;
    letter-spacing:.3px;
    text-transform: uppercase;
}
.Social-Whatsapp .btn .fa {
    padding-right: 4px;
}
.Social-Donation .btn {
    background:#ff352f;
    outline: none;
    color: #fff;
    border-radius: 25px;
    padding: 9px 21px;
    font-size: 14px;
}
.pulse {
   animation: pulse 1300ms infinite;
}
.Move {
   animation: Move 3000ms infinite;
}
@keyframes pulse {
    /*0% {
          background-color:#49c95a;
          box-shadow: 0 0 5px #fff;
    }
     50% {
          background-color: #49e819;
          box-shadow: 0 0 20px #ffffff;
    }
    100% {
          background-color:#49c95a;
          box-shadow: 0 0 5px #eee;
   }*/
      0% {  
            background-color:#2d265d;
           /* transform: scale(0.95);*/
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            /*box-shadow: 0 0 0 0 #fff;*/
        }
    
        70% {
            background-color:#2d265d;
           /* transform: scale(1);*/
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }
    
        100% {
            background-color:#2d265d;
            /*transform: scale(0.95);*/
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
}

@keyframes Move {
    0% {
          background-color:#ff352f;
          box-shadow: 0 0 5px #fff;
          margin-right:0px;
    }
     50% {
          background-color: #ff3521;
          box-shadow: 0 0 20px #ffffff;
          margin-right:25px;
    }
    100% {
          background-color:#ff352f;
          box-shadow: 0 0 5px #eee;
          margin-right:0px;
   }
}
         
@media (min-width:200px) and (max-width:575.75px){
    .Whatsapp-fixed {
        position: fixed;
        bottom: 50px;
        right: 50px;
    }
}




