/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 100px;
}

.padding_0 {
  padding: 0px;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  margin-top: 10px;
  background-image: url(../images/50UABANN.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: white;
}

.bg-light {
  background-color: black !important;
  padding: 0px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.sidenav a:hover {
  color: rgb(146, 212, 0);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav {
  z-index: 99999999999999;
  background-color: rgb(0, 0, 0, 0.9);
}

@media screen and (max-width: 450px) {
  .sidenav {
    padding-top: 15px;
    background-color: rgb(0, 0, 0, 0.9);
  }
  .sidenav a {
    font-size: 18px;
  }
}

.login_text {
  width: 100%;
  float: left;
}

.login_text ul {
  margin: 0px;
  padding: 0px;
}

.login_text li {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  padding-left: 15px;
  padding-top: 10px;
}

.login_text a {
  color: #ffffff;
}

.login_text a:hover {
  color: #ffffff;
}

.navbar-light .navbar-brand {
  color: black;
  padding-left: 90px;
  z-index: 2;
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

.banner_taital {
  background-color: rgba(70, 82, 71, 0.4);
  width: 100%;
  margin: 0 auto;
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 90px;
}

.read_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #363636;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.read_bt a:hover {
  color: #363636;
  background-color: #ffffff;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #ffffff;
}

.carousel-indicators .active {
  background-color: #171717;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-item {
  height: 500px;
  background-color: rgb(146, 212, 0);
  background-repeat: no-repeat;
  background-position-x: center;
  padding-bottom: 40px;
}

/* banner section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.about_section_main {
  width: 100%;
  float: left;
}

.about_taital_main {
  width: 100%;
  float: left;
  padding-top: 0px;
  padding-left: 30px;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

li.valores_text {
  width: 80%;
  float: left;
  font-size: 64px;
}

.about_text {
  width: 80%;
  float: left;
  font-size: 16px;
  color: #000;
  margin: 0px;
  margin-bottom: 50px;
}

.about_img {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.padding_left_0 {
  padding-left: 0px;
}

.readmore_bt {
  width: 170px;
  float: left;
  padding-top: 30px;
}

.readmore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #363636;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.readmore_bt a:hover {
  color: #ffffff;
  background-color: rgb(146, 212, 0);
}

.image_3 {
  width: 100%;
  float: left;
}

.image_3::after {
  content: "";
  position: absolute;
  width: 200px;
  left: initial;
  background-color: rgb(146, 212, 0);
  height: 15px;
  top: -10px;
  right: 130px;
}

/* about section end */

/* womans clothes section start */

.yoga_taital_main {
  width: 100%;
  float: left;
  padding-top: 0px;
  padding-left: 100px;
}

.yoga_taital_main li {
  margin: 40px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  list-style: disc;
}


.paddlin_right_0 {
  padding-right: 0px;
}

.yoga_img::after {
  content: "";
  position: absolute;
  width: 200px;
  left: 130px;
  background-color: rgb(146, 212, 0);
  height: 15px;
  top: -10px;
  right: initial;
}

.womans_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #252424;
  font-weight: bold;
}

.womans_section_2 {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.Get_offer_text {
  width: 80%;
  float: left;
  font-size: 60px;
  color: #151113;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 42px;
}

.image_4 {
  width: 100%;
  float: left;
}

/* womans clothes section end */

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  background-image: url(../images/contact-bg.png);
  height: auto;
  background-size: 100%;
}

.contact_taital {
  width: 100%;
  float: left;
  color: #0b0b0b;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

.contact_section_2 {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.mail_section_1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #363636;
  border: 0px;
  border-bottom: 1px solid #003471;
  background-color: transparent !important;
  padding: 50px 30px 0px 0px;
}

.massage-bt {
  color: #363636;
  width: 100%;
  height: 110px;
  font-size: 18px;
  border-bottom: 1px solid #003471 !important;
  background-color: transparent !important;
  padding: 75px 30px 0px 0px;
  border: 0px;
}

.send_bt {
  width: 150px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

.send_bt a {
  width: 100%;
  float: left;
  background-color: #ff5d68;
  color: #fefeff;
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  border-radius: 40px;
}

.send_bt a:hover {
  background-color: #000;
  color: #fefeff;
}

/* contact section start */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
  background-size: 100%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  margin-top: 90px;
}

.footer_logo {
  width: 100%;
  float: left;
  text-align: center;
}

.contact_main {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  display: inline-block;
}

.contact_main ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.contact_main li {
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding: 30px 30px 30px 30px;
}

.contact_main li a {
  color: #ffffff;
  display: flex;
  align-items: flex-start;
}

.contact_main li a:hover {
  color: #fc3e59;
}

.address_text {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.address_main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  margin-left: 11px;
}

.padding_15 {
  font-size: 16px;
  color: #b7b7b8;
}

.padding_15:hover {
  color: #ffffff;
}

.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #595959;
  padding-top: 40px;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.social_icon li {
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
}

.social_icon li a {
  color: #ffffff;
}

/* footer section end */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
}

.copyright_text {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 20px 0px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #b7b7b8;
}

.margin_top_90 {
  margin-top: 90px;
}

.imprensa {
    font-size: 20px;
  

    color: #000;
    text-decoration: none;
    padding-bottom: 20px;
    
}
.imprensa a {
    font-weight: bold;
}
.imprensa:hover a {
    color: rgb(146, 212, 0);
    text-decoration: underline;
}

.section {
    text-align: center;
    color: #aaaaaa;
}


th,
td {
    border: 0px solid #ccc;
    padding: 8px;
}

th {
    background-color: #82cf06;
    color: white;
}

.candidate {
    font-weight: bold;
    color: #535353;

}

a {
    color: #004080;
    text-decoration: none;
}