*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    box-sizing: border-box;
   }
   body::-webkit-scrollbar{
       display: none;
   }
      /*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
   .kuttynav{
    display: none;
   }
   .navbar{
    height: 110px;
    width: 100%;
    padding: 15px;
    background-color:#fff;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
   }
   .subnavbar{
    height: 100%;
    width: 100%;
    /* background-color:white; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.firstnav{
    height: 100%;
    width: 20%;
    /* background-color: white; */
    overflow: hidden;
}
.firstnav img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.secondnav{
    height: 100%;
    width: 50%;
    /* background-color:white; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.secondnav a{
    text-decoration: none;
    color: #555555;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    /* font-family: "Poppins", sans-serif; */
    text-transform: capitalize;
}
.secondnav a:hover{
    color: black;
    border-bottom: 5px #ffd82a solid; 
}
.thirdnav{
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thirdnav h2{
    color: #555555;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}
.thirdnav i{
    font-size: 20px;
    color: #0B88C4;
}
.topbox{
    height: 731px;
    width: 100%;
    background-image: url(../img/pr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
.subtopbox{
    height: 100%;
    width: 100%;
    display: flex;
    background-color: #1e1e1ede;
}
.tb1{
    height: 100%;
    width: 60%;
    /* background-color: saddlebrown; */
    display: flex;
    padding-left: 100px;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.tb2{
    height: 100%;
    width: 40%;
    /* background-color: darkseagreen; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.tb1 h1{
    font-size: 44px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    color:rgba(255, 255, 255, 0.485);
}
.tb1 h3{
    font-size: 20px;
    font-weight: 400;
    color:rgba(245, 245, 245, 0.499);
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}
.tb2 a{
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.753);
}
#co{
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
   text-decoration: underline;
    color:#ffd82aa4; 
}
.tb2 span{
    color: #bbbbbb;
}
#co:hover{
    color: #ffd82a;
}

.heading{
    height: 200px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subheading{
    height: 100%;
    width: 80%;
    /* background-color: #0B88C4; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subheading span{
    font-family: 'Open Sans', sans-serif;
    color: #f5821f;
    font-size: 20px;
    font-weight: 600;
}
.subheading h3{
    color: #212121;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Rubik';
}
.subheading p{
    color: #757575;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    /* margin: 0; */
    font-family: 'Rubik';
}
.empty{
    height: 100px;
    width: 100%;
}
.emptty{
    height: 50px;
    width: 100%;
}
.just{
    height: 350px;
    width: 100%;
}
.just img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.emptyyy{
    height: 70px;
    width: 100%;
}
.scroll {
    height: 400px;
    width: 60%;
    background-color: red;
    overflow: hidden;
    margin: auto; /* Centers the .scroll container */
}

.slider_container {
    position: relative;
    width: 100%;
    /* min-width: 50rem; */
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  
  .slider {
    position: relative;
    width: 400%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
  }
  
  .slide {
    position: relative;
    min-width: 100%;
    height: 100%;
  }
  
  .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .slide .caption {
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size:20px;
    font-weight: 600;
    color: white;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.348);
    backdrop-filter: blur(10px);
    padding: 1rem 5rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .slide.one {
    background: rgb(182, 19, 109);
  }
  .slide.two {
    background: rgb(255, 64, 64);
  }
  .slide.three {
    background: rgb(11, 173, 188);
  }
  .slide.four {
    background: rgb(11, 188, 14);
  }
  .slide.five {
    background: rgb(173, 11, 188);
  }
  
  @keyframes sliding {
    0% {
      transform: translateX(0%);
    }
    20% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(-100%);
    }
    45% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(-200%);
    }
    70% {
      transform: translateX(-200%);
    }
    75% {
      transform: translateX(-300%);
    }
    95% {
      transform: translateX(-300%);
    }
    100% {
      transform: translateX(-400%);
    }
  }

.viewmore{
    height: 100px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewmore a{
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    /* background: #f5821f; */
    background-color:#ffd82a;
    border-radius: 35px;
    /* color: #fff; */
    color: #212121;
    font-family: 'Rubik';
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 69px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.viewmore a:hover{
    color:white;
    background-color: #f5821f;
}

































































.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.footer-col ul{
	list-style: none;
}
.footer{
    font-family: 'Poppins', sans-serif;
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.copyright{
    font-family: 'Poppins', sans-serif;
    padding:0.8em 0;
    background-color:#1e1e1e;
    text-align:center;
    color:rgba(255,255,255,0.7);
    font-size:12px;
    }
   .copyright span a{
        color: goldenrod;
    }
    
/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}



@media screen and (max-width:600px) {


  *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;   
     }
     body{
      width: 100vw;
      height: 100vh;
      overflow-x: hidden;
      box-sizing: border-box;
     }
     body::-webkit-scrollbar{
         display: none;
     }
     /* mobilnavbar */
.kuttynav{
  height: 100px;
  width: 100%;
  padding: 10px;
  background-color:white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.firstkutty{
  height: 100%;
  width: 35%;
  overflow: hidden;
  background-color:rgb(255, 255, 255);
}
.firstkutty img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}


/* Please ❤ this if you like it! */


/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap'); */

/* *,
*::before,
*::after {
box-sizing: border-box;
} */

.sec-center {
position: relative;
/* max-width: 100%; */
width:65%;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
text-align: center;
z-index: 200;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
position: absolute;
left: -9999px;
opacity: 0;
pointer-events: none;
}
.for-dropdown i{
  font-size: 30px;
  font-style: normal;
  color: #1e1e1e;
  /* margin-top: 20px; */
  /* margin-left: 130px; */
  /* font-weight: 500; */
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
position: relative;
font-family: 'Poppins', sans-serif;
/* font-family: 'Roboto', sans-serif; */
font-weight: 500;
font-size: 15px;
line-height: 2;
height: 50px;
/* margin-top: 20px; */
margin-left: 130px;
transition: all 200ms linear;
border-radius: 4px;
width:60px;
letter-spacing: 1px;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
text-align: center;
border: none;
/* background-color: #ffeba7; */
cursor: pointer;
color:gray;
box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
}
.dark-light:checked ~ .sec-center .for-dropdown{
background-color: #102770;
color: #debe53;
/* font-size: 30px; */
box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
position: fixed;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
z-index: -1;
cursor: auto;
pointer-events: none;
}
.dropdown:checked + label:before{
pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
font-size: 24px;
margin-left: 10px;
transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
transform: rotate(180deg);
font-size: 24px;
margin-left: 10px;
transition: transform 200ms linear;
}
.section-dropdown {
position: absolute;
padding: 5px;
background-color:#212121;
top: 80px;
left: 0;
height: 450px;
width: 100%;
border-radius: 4px;
display: flex;
flex-direction: column;
align-items: left;
justify-content:space-around;
box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
z-index: 2;
opacity: 0;
pointer-events: none;
transform: translateY(30px);
transition: all 200ms linear;
}
.section-dropdown i{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color:#ffc815;
  /* color: rgb(252, 198, 71); */
  /* padding: 20px; */
  margin-right: 10px;
  margin-bottom: 5px;
}
.dropdown:checked ~ .section-dropdown{
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.section-dropdown:before {
position: absolute;
top: -20px;
left: 0;
width: 100%;
height: 20px;
content: '';
display: block;
z-index: 1;
}
.section-dropdown:after {
position: absolute;
top: -7px;
right: 60px;
/* left: 30px; */
width: 0; 
height: 0; 
border-left: 8px solid transparent;
border-right: 8px solid transparent; 
border-bottom: 8px solid #111;
content: '';
display: block;
z-index: 2;
transition: all 200ms linear;
}
.dark-light:checked ~ .sec-center .section-dropdown:after {
border-bottom: 8px solid #fff;
}

.section-dropdown a {
position: relative;
color: #fff;
transition: all 200ms linear;
font-family: 'Poppins', sans-serif;
text-transform: capitalize;
/* font-family: 'Roboto', sans-serif; */
font-weight: 300;
font-size: 16px;
margin-top: 3px;
border-radius: 2px;
padding: 5px 0;
padding-left: 20px;
padding-right: 15px;
/* margin: 2px 0; */
margin-left: 10px;
text-align: left;
text-decoration: none;
display:flex;


}
.dark-light:checked ~ .sec-center .section-dropdown a {
color: #102770;
}
a:hover {
color: #102770;
background-color: #ffeba7;
}
.dark-light:checked ~ .sec-center .section-dropdown a:hover {
color: #ffeba7;
background-color: #102770;
}
a .uil {
font-size: 22px;
}
.dropdown-sub:checked + label,
.dropdown-sub:not(:checked) + label{
position: relative;
color: #fff;
transition: all 200ms linear;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 15px;
border-radius: 2px;
padding: 5px 0;
padding-left: 20px;
padding-right: 15px;
text-align: left;
text-decoration: none;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
justify-content: space-between;
  -ms-flex-pack: distribute;
  cursor: pointer;
}
.dropdown-sub:checked + label .uil,
.dropdown-sub:not(:checked) + label .uil{
font-size: 22px;
}
.dropdown-sub:not(:checked) + label .uil {
transition: transform 200ms linear;
}
.dropdown-sub:checked + label .uil {
transform: rotate(135deg);
transition: transform 200ms linear;
}
.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover{
color: #102770;
background-color: #f5c116;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub{
color: #102770;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub:hover{
color: #d5a402;
background-color: #102770;
}

.section-dropdown-sub {
  font-family: 'Poppins', sans-serif;
position: relative;
display: block;
width: 100%;
pointer-events: none;
opacity: 0;
max-height: 0;
padding-left: 10px;
padding-right: 3px;
overflow: hidden;
transition: all 200ms linear;
}
.dropdown-sub:checked ~ .section-dropdown-sub{
pointer-events: auto;
opacity: 1;
max-height: 999px;
}
.section-dropdown-sub a {
  font-family: 'Poppins', sans-serif;
font-size: 14px;
}
.section-dropdown-sub a .uil {
  font-family: 'Poppins', sans-serif;
font-size: 20px;
}
.logo {
position: fixed;
top: 50px;
left: 40px;
display: block;
z-index: 11000000;
background-color: transparent;
border-radius: 0;
padding: 0;
transition: all 250ms linear;
}
.logo:hover {
background-color: transparent;
}
.logo img {
height: 26px;
width: auto;
display: block;
transition: all 200ms linear;
}
.dark-light:checked ~ .logo img{
filter: brightness(10%);
}


 /* end mobile navbar */

     .navbar{
      display: none;
      height: 110px;
      width: 100%;
      padding: 15px;
      background-color:#fff;
      /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
      box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
     }
     .subnavbar{
      height: 100%;
      width: 100%;
      /* background-color:white; */
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .firstnav{
      height: 100%;
      width: 20%;
      /* background-color: white; */
      overflow: hidden;
  }
  .firstnav img{
      height: 100%;
      width: 100%;
      object-fit: contain;
  }
  .secondnav{
      height: 100%;
      width: 50%;
      /* background-color:white; */
      display: flex;
      align-items: center;
      justify-content: space-around;
  }
  .secondnav a{
      text-decoration: none;
      color: #555555;
      font-size: 16px;
      font-family: "Rubik", sans-serif;
      /* font-family: "Poppins", sans-serif; */
      text-transform: capitalize;
  }
  .secondnav a:hover{
      color: black;
      border-bottom: 5px #ffd82a solid; 
  }
  .thirdnav{
      height: 100%;
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .thirdnav h2{
      color: #555555;
      font-size: 18px;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      letter-spacing: 2px;
  }
  .thirdnav i{
      font-size: 20px;
      color: #0B88C4;
  }
  

  .topbox{
    height: 400px;
    width: 100%;
    background-image: url(../img/pr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
.subtopbox{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1e1e1ede;
    padding: 60px;
}
.tb1{
    height: 100%;
    width: 100%;
    /* background-color: saddlebrown; */
    display: flex;
    padding-left:0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.tb2{
    height: 100%;
    width: 100%;
    /* background-color: darkseagreen; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.tb1 h1{
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    font-family: "Rubik", sans-serif;
    color:rgba(255, 255, 255, 0.485);
}
.tb1 h3{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color:rgba(245, 245, 245, 0.499);
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}
.tb2 a{
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.753);
}
#co{
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
   text-decoration: underline;
    color:#ffd82aa4; 
}
.tb2 span{
    color: #bbbbbb;
}
#co:hover{
    color: #ffd82a;
}

.heading{
  overflow: hidden;
    height: auto;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subheading{
  padding: 20px;
    height: 100%;
    width: 100%;
    /* background-color: #0B88C4; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subheading span{
    font-family: 'Open Sans', sans-serif;
    color: #f5821f;
    font-size: 25px;
    font-weight: 600;
}
.subheading h3{
    color: #212121;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Rubik';
}
.subheading p{
    color: #757575;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    /* margin: 0; */
    font-family: 'Rubik';
}
.empty{
    height: 50px;
    width: 100%;
}
.emptty{
    height: 50px;
    width: 100%;
}
.just{
    height: 350px;
    width: 100%;
}
.just img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.emptyyy{
    height: 20px;
    width: 100%;
}
.scroll {
    height:auto;
    width: 100%;
    background-color:white;
    overflow: hidden;
    margin: auto; /* Centers the .scroll container */
}

.slider_container {
    position: relative;
    height: 350px;
    width: 100%;
    /* min-width: 50rem; */
    /* height: 100%; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  
  .slider {
    position: relative;
    width: 400%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
  }
  
  .slide {
    position: relative;
    min-width: 100%;
    height: 100%;
  }
  
  .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .slide .caption {
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size:14px;
    font-weight: 600;
    color: white;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.348);
    backdrop-filter: blur(10px);
    padding: 0.4rem 1rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .slide.one {
    background: rgb(182, 19, 109);
  }
  .slide.two {
    background: rgb(255, 64, 64);
  }
  .slide.three {
    background: rgb(11, 173, 188);
  }
  .slide.four {
    background: rgb(11, 188, 14);
  }
  .slide.five {
    background: rgb(173, 11, 188);
  }
  
  @keyframes sliding {
    0% {
      transform: translateX(0%);
    }
    20% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(-100%);
    }
    45% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(-200%);
    }
    70% {
      transform: translateX(-200%);
    }
    75% {
      transform: translateX(-300%);
    }
    95% {
      transform: translateX(-300%);
    }
    100% {
      transform: translateX(-400%);
    }
  }

.viewmore{
    height: 100px;
    width: 100%;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewmore a{
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    /* background: #f5821f; */
    background-color:#ffd82a;
    border-radius: 35px;
    /* color: #fff; */
    color: #212121;
    font-family: 'Rubik';
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.viewmore a:hover{
    color:white;
    background-color: #f5821f;
}





































  .container{
      max-width: 1170px;
      margin:auto;
  }
  .row{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
  }
  .footer-col ul{
      list-style: none;
  }
  .footer{
      height: auto;
      width: 100%;
      overflow: hidden;
      font-family: 'Poppins', sans-serif;
      background-color: #24262b;
      padding: 10px;
  }
  .footer-col{
      height: 100%;
     width: 100%;
     padding: 0 15px;
  }
  .footer-col h4{
      margin-top: 20px;
      font-size: 18px;
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 35px;
      font-weight: 500;
      position: relative;
  }
  .footer-col h4::before{
      content: '';
      position: absolute;
      left:0;
      bottom: -10px;
      background-color: #e91e63;
      height: 2px;
      box-sizing: border-box;
      width: 50px;
  }
  .footer-col ul li:not(:last-child){
      margin-bottom: 10px;
  }
  .footer-col ul li a{
      font-size: 16px;
      text-transform: capitalize;
      color: #ffffff;
      text-decoration: none;
      font-weight: 300;
      color: #bbbbbb;
      display: block;
      transition: all 0.3s ease;
  }
  .footer-col ul li a:hover{
      color: #ffffff;
      padding-left: 8px;
  }
  .footer-col .social-links a{
      display: inline-block;
      height: 40px;
      width: 40px;
      background-color: rgba(255,255,255,0.2);
      margin:0 10px 10px 0;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      color: #ffffff;
      transition: all 0.5s ease;
  }
  .footer-col .social-links a:hover{
      color: #24262b;
      background-color: #ffffff;
  }
  .copyright{
      height: auto;
      width: 100%;
      overflow: hidden;
      font-family: 'Poppins', sans-serif;
      padding:0.8em 0;
      background-color:#1e1e1e;
      text-align:center;
      color:rgba(255,255,255,0.7);
      font-size:12px;
      }
     .copyright span a{
          color: goldenrod;
      }
      









}


