body {
  font-family: "Montserrat", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}


/* google translate */
#google_translate_element select {
  background: #6f42c1; /* color de fondo */
  color: white;        /* texto blanco */
  border: none;
  padding: 5px;
  border-radius: 5px;
}

.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-combo {
  font-size: 14px !important;
}

/* Oculta todos los idiomas excepto español e inglés en Google Translate */
.goog-te-combo option {
  display: none;
}

.goog-te-combo option[value="es"],
.goog-te-combo option[value="en"] {
  display: block;
}



/* boton de whatsapp */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.layout_padding {
  padding: 25px 0;
}

.layout_padding2 {
  padding: 15px 0;
}

.layout_padding2-top {
  padding-top: 10px;
}

.layout_padding2-bottom {
  padding-bottom: 15px;
}

.layout_padding-top {
  padding-top: 35px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_heading-container h2 {
  
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #fbab18;
  margin: 0 5px 0.5rem 5px;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #1c1f2a;
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #ffffff;
}

.header_section .quote_btn-container a img {
  margin-right: 10px;
}

.header_section .quote_btn-container a span {
  margin: 0 10px 0 20px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #dbdada;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #17f004;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/

/* carousel index section*/

.hero_slider_section {
  height: 100vh;
  overflow: hidden;
}

#heroSlider .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-caption {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  z-index: 2;
  
}

.hero-caption h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.hero-caption span {
  color: #ffd700;
}

.hero-caption h3,
.hero-caption p {
  text-align: center;
  margin-top: 10px;
  font-weight: 200;
}

.hero-caption p {
  font-size: 30px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


/* slider section */
.slider_section {
  position: relative;
  background-color: #f7f7f7;
  background-image: url(../images/background.png);
  background-size: cover;
  padding: 10px 0;
}

.slider-content {
  min-height: 500px;
}

.slider-content h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #f7f8f8;
  margin-bottom: 15px;
}

.slider-content h1 span {
  color: #fafafa;
}

.slider-content h3 {
  font-size: 1.5rem;
  color: #f0f4f8;
  margin-bottom: 20px;
}

.slider-content p {
  font-size: 1.1rem;
  color: #29fa0d;
  margin-bottom: 25px;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #b2b2b3;
  border-radius: 20%;
  padding: 10px;
  align-items: center;
  justify-content: center;
  display: flex
}

/* about.html section */

/* === HERO SECTION === */
.about_hero {
  position: relative;
  text-align: center;
  color: #fff;
  height: 60vh;
}

.about_hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background.png);
  background-size: cover;
  z-index: 1;
}

.about_hero .content {
  position: relative;
  z-index: 2;
}

.about_hero h1 {
  font-size: 3.5rem;
  animation: fadeInDown 1s ease;
}

.about_hero p {
  font-size: 1.2rem;
  opacity: 0.8;
}

/* === FADE-IN ANIMATION === */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === HISTORY SECTION === */
.history_section {
  padding: 50px 0;
}

.history_section h2 {
  margin-bottom: 20px;
}

.history_section img {
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}


/* === VALUES SECTION === */
.values_section {
  padding: 70px 0;
  background-color: #eef4ff;
}

.value_card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.value_card:hover {
  background-color: #004aad;
  color: white;
  transform: scale(1.03);
}

.value_card h4 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/* about section */

.about_section {
  font-family: "Montserrat", sans-serif;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 45px;
}

.about_section a:hover {
  background-color: transparent;
  color: #000000;
}

.about_section p {
  margin-top: 45px;
}

.about_section .img-box img {
  width: 100%;
}

.about_section h6 {
  text-transform: uppercase;
  color: #bdbbbb;
  font-weight: bold;
  margin: 0;
}

/* end about section */


/* service.html section */


.service-card-modern {
  transition: all 0.3s ease;
}

.service-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


/* carousel section */

.carousel-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
}

.carousel-box h5 {
  color: #004aad;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* carousel header section */


#modernCarousel {
  max-height: 350px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 2rem;
}

#modernCarousel img {
  object-fit: cover;
  height: 350px;
}

.carousel-caption {
  bottom: 20px;
  left: 20px;
  right: auto;
  text-align: left;
}

.carousel-caption h5,
.carousel-caption p {
  color: #fff;
}


/* graphics service.html section */

.table thead th {
  vertical-align: middle;
}

.table td, .table th {
  padding: 1rem;
}

.table td:first-child {
  font-weight: bold;
  background-color: #f8f9fa;
}

.table tbody td {
  font-size: 0.95rem;
}

.table td:contains("✅") {
  color: green;
  font-weight: bold;
}



/* flip section */

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 400px;
  perspective: 1000px;
  margin: 10px;
  
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
}

.flip-card-front {
  background: #ffffff;
  color: #333;
  
}

.flip-card-back {
  background: #2196f3;
  color: white;
  transform: rotateY(180deg);
}




/*-- about.html section  end-->*/


.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #f39c12;
  margin-top: 10px;
  border-radius: 5px;
}

.lead {
  font-size: 1.1rem;
  color: #555;
}

.mission-vision-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-vision-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.about-img-hover {
  transition: all 0.5s ease;
  filter: grayscale(40%) brightness(0.9);
  transform: scale(1);
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.about-img-hover:hover {
  filter: grayscale(0%) brightness(1.01);
  transform: scale(1.02  ) rotateZ(0.3deg);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}


/*-- about.html section  end-->*/

/*-- service section -->*/


.service_section {
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.service_section h2,
.service_section p {
  color: white;
}

.service_section hr {
  background-color: #ffffff;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_section .box {
  width: 170px;
  text-align: center;
  margin: 30px 0;
  font-family: "Montserrat", sans-serif;
  
}

.service_section .box .img-rounded {
  display: none;
}

.service_section .box .img-box {
  width: 130px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
}

.service_section .box .name {
  margin-top: 20px;
}

.service_section .box .name h6 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}



.service_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
  background-image: url(../images/background.png);
  z-index: -1; 
}

.service_section .read-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .read-btn a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 15px;
}

.service_section .read-btn a:hover {
  background-color: transparent;
  color: #000000;
}


/*section valores*/

.valores-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 30px 0;
}

.valor-card {
  background: #ffffff;
  border-radius: 20px;
  width: 180px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.valor-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #edeeee, #e0e3e6);
  color: rgb(48, 159, 250);
}

.valor-card h6 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.valor-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 15px;
}

.valor-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  
}

/*section portafolio servicios*/

.portfolio_section {
  font-family: "Montserrat", sans-serif;
}

.portfolio_section .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio_section .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.portfolio_section .img-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
}

.portfolio_section .img-box:hover img {
  transform: scale(1.05);
}

.portfolio_section .img-box a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio_section .img-box:hover a {
  opacity: 1;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.img-box {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}



/*Modal Windows Section*/

/* Modal personalizado */
.custom-modal .modal-content {
  border-radius: 1.2rem;
  background-color: #fdfdfd;
  font-size: 0.95rem;
  color: #333;
}

/* Título más pequeño y elegante */
.small-title {
  font-size: 1.2rem;
  color: #212529;
}

/* Listas dentro del modal */
.custom-modal ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}

.custom-modal li {
  margin-bottom: 0.5rem;
}

/* Responsive imagen y texto */
@media (max-width: 768px) {
  .custom-modal .modal-body {
    flex-direction: column;
  }
}




/*News.html Section*/

.news-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.news-card .card-img-top {
  height: 220px;
  object-fit: cover;
}

.news-card .icons a {
  color: #007bff;
  transition: 0.3s;
  font-size: 16px;
}

.news-card .icons a:hover {
  color: #0056b3;
  transform: scale(1.2);
}


/*end section news*/

/* section news.html*/
.news-highlights {
  padding: 80px 0;
  background: #f9f9f9;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #1a1a1a;
}

.section-header p {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 10px auto 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.news-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card h6 {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}

.news-card h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}



.news-content {
  padding: 20px;
}

.news-content h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

.news-content p {
  font-size: 0.95rem;
  color: #666;
}

.news-content a {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.news-content a:hover {
  color: #0056b3;
}




/*carousel news.html*/


#newsCarousel .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem;
  border-radius: 10px;
}

#newsCarousel img {
  height: 400px;
  object-fit: cover;
}

@media (max-width: 768px) {
  #newsCarousel img {
    height: 250px;
  }
  #newsCarousel .carousel-caption {
    padding: 1rem;
  }
}


/*end section news.html*/




/*carousel news.html*/

.news-slider-section .btn-link {
  color: #004aad;
  font-weight: bold;
  text-decoration: none;
}

.news-slider-section .btn-link:hover {
  color: #002c70;
  text-decoration: underline;
}

.news-slider-section .carousel-control-prev-icon,
.news-slider-section .carousel-control-next-icon {
  filter: invert(1);
}



/*-- suibscribe section -->*/
.subscribe_section {
  background-color: #10111a;
}

.subscribe_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section h2,
.subscribe_section button {
  font-family: "Montserrat", sans-serif;
}

.subscribe_section h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe_section h2 span {
  text-transform: none;
  font-weight: bold;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  border: none;
  padding: 0 60px;
  height: 40px;
  border-radius: 35px;
  color: #ffffff;
  background-color: #fbab18;
  -webkit-transform: translate(-104%, 7.5px);
          transform: translate(-104%, 7.5px);
  text-align: center;
  text-transform: uppercase;
}

.subscribe_section form button:hover {
  background-color: #0000cc;
}

.client_section {
  font-family: "Montserrat", sans-serif;
}

.client_section .client_container {
  width: 87%;
  margin: 0 auto;
}

.client_section .client_container .box {
  margin: 20px 35px;
}

.client_section .client_container .box .detail-box {
  padding: 45px 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
}

.client_section .client_container .box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.client_section .client_container .box .client-id .img-box {
  min-width: 150px;
  margin-top: -50px;
  margin-left: 5px;
}

.client_section .client_container .box .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .box .client-id .name {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.client_section .client_container .box .client-id .name h5 {
  color: #021056;
}

.client_section .client_container .box .client-id .name h6 {
  color: #0730fc;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  left: initial;
  top: initial;
  width: 50px;
  height: 50px;
  bottom: 45px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  background-color: #2e02fe;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #464646;
}

.client_section .carousel-control-prev {
  background-image: url(../images/left-white.png);
  right: 95px;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 35px;
}


/* client section */

.stats_section {
  background: #e4ebf1;
  padding: 60px 0;
}

.custom_heading-container h2 {
  
  font-size: 36px;
  font-weight: 700;
}

.stat_card {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat_card img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
  
.stat_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat_card h3 {
  font-size: 48px;
  color: #004aad;
  font-weight: 800;
  margin-bottom: 10px;
}

.stat_card p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}



/* contact.html section */

.contact-form {
  max-width: 600px;
  margin: 50px auto;
  border: none;
  border-radius: 12px;
}

.contact-form h2 {
  font-weight: 600;
  color: #333;
}

.contact-form .form-control {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 1rem;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.contact-form .btn {
  padding: 14px;
  font-size: 16px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  transition: background 0.3s ease;
}

.contact-form .btn:hover {
  background-color: #444;
}


.map-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}



.modern-footer {
  background-color: #121212;
}

.modern-footer .form-control {
  background-color: #1e1e1e;
  border: 1px solid #444;
  color: #fff;
}

.modern-footer .form-control::placeholder {
  color: #aaa;
}

.modern-footer .form-control:focus {
  background-color: #1e1e1e;
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0,188,212,0.25);
  color: #fff;
}

.modern-footer .btn-light {
  background-color: #00bcd4;
  color: #fff;
  border: none;
  transition: 0.3s;
}

.modern-footer .btn-light:hover {
  background-color: #0097a7;
  transform: scale(1.05);
}

.modern-footer .social-icons a {
  color: #00bcd4;
  font-size: 20px;
  margin-right: 15px;
  transition: 0.3s;
}

.modern-footer .social-icons a:hover {
  color: #fff;
}


.info_section {
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: #131e29;
  color: #ffffff;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px auto;
}

.info_section .info_social img {
  width: 40px;
  margin-left: 8px;
}

.info_section p {
  margin: 35px 0 0 0;
}

/* footer section*/
.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */