/*
Theme Name: PMI FREE
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: EKKO Media
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 7.4
Version: 3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/
@font-face {
  font-family: belleza;
  src: url('/wp-content/themes/pmi-free/assets/fonts/belleza-regular.ttf');
}
@font-face {
  font-family: poppins-extralight;
  src: url('/wp-content/themes/pmi-free/assets/fonts/poppins-extralight-webfont.ttf');
}
@font-face {
  font-family: poppins-medium;
  src: url('/wp-content/themes/pmi-free/assets/fonts/poppins-medium-webfont.ttf');
}
.font-family-belleza {
  font-family: belleza;
}
.font-family-poppinsel {
  font-family: poppins-extralight;
}
.font-family-poppinsm {
  font-family: poppins-medium;
}
.width-full {
  width: 100%;
}
.btn-light {
  background-color: #fff;
  border: none;
  color: #2b2e32;
}
.btn-light:hover {
  background-color: #dddddd;
  color: #2b2e32;
}
.btn-secondary {
  background-color: #2b2e32;
  border: none;
}
header {
  position: relative;
  background-color: #dde1e6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1000px;
  height: 668px;
}
@media (min-width: 768px) {
  header {
    background-size: 1200px;
    height: 760px;
  }
}
@media (min-width: 992px) {
  header {
    background-size: 1300px;
    height: 760px;
  }
}
@media (min-width: 1200px) {
  header {
    background-position: 0px -100px;
    background-size: 1400px;
    height: 760px;
  }
}
@media (min-width: 1400px) {
  header {
    background-position: 0px -300px;
    background-size: 1600px;
    height: 760px;
  }
}
@media (min-width: 1600px) {
  header {
    background-position: 0px -370px;
    background-size: 1850px;
    height: 820px;
  }
}
@media (min-width: 1800px) {
  header {
    background-position: 0px -380px;
    background-size: 1920px;
    height: 820px;
  }
}
.header-layer {
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.navbar-mobile {
  color: #fff;
}
.navbar-mobile .navbar-toggler,
.navbar-mobile .navbar-toggler:active,
.navbar-mobile .navbar-toggler:focus {
  border: none;
}
.navbar-mobile .navbar-toggler svg {
  fill: #fff;
}
.navbar-mobile .logo {
  text-align: center;
}
.navbar-mobile .logo img {
  max-width: none;
}
.navbar-desktop .nav-item {
  margin-right: 40px;
}
.navbar-desktop .nav-link {
  color: #fff;
  text-shadow: 1px 0px #b8b8b8;
}
.navbar-desktop .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}
.navbar-desktop .logo {
  text-align: left;
}
.navbar-desktop .sublogo {
  display: inline-block;
  font-size: 16px;
  text-shadow: 1px 0px #b8b8b8;
}
.hero .content {
  padding-top: 200px;
}
@media (min-width: 768px) {
  .hero .content {
    padding-top: 270px;
  }
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5 {
  color: #fff;
  text-shadow: 1px 1px #929292;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero h1,
  .hero h2,
  .hero h3,
  .hero h4,
  .hero h5 {
    width: 760px;
    text-align: left;
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.hero .buttons {
  text-align: center;
}
@media (min-width: 768px) {
  .hero .buttons {
    text-align: left;
  }
}
.top-card {
  position: relative;
  height: 250px;
}
@media (min-width: 768px) {
  .top-card {
    position: relative;
    height: 150px;
  }
}
.top-card .container {
  position: absolute;
  width: 100%;
  top: -100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
.top-card .card-body {
  padding: 30px 30px;
}
@media (min-width: 768px) {
  .top-card .card-body {
    padding: 40px 70px;
  }
}
.top-card .card-title {
  margin-bottom: 30px;
}
.top-card .card-title h1,
.top-card .card-title h2,
.top-card .card-title h3,
.top-card .card-title h4,
.top-card .card-title h5,
.top-card .card-title h6 {
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .top-card .card-title h1,
  .top-card .card-title h2,
  .top-card .card-title h3,
  .top-card .card-title h4,
  .top-card .card-title h5,
  .top-card .card-title h6 {
    text-align: left;
    font-size: 2.1rem;
  }
}
.top-card .buttons {
  text-align: center;
}
@media (min-width: 768px) {
  .top-card .buttons {
    text-align: right;
  }
}
main {
  background-color: #fafafa;
}
main p {
  color: #949494;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .image-step {
    height: 170px;
  }
}
.carousel {
  position: relative;
  height: 560px;
}
.carousel .container {
  position: absolute;
  width: 100% !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.carousel .image {
  height: 500px;
}
.carousel .image img {
  object-fit: cover;
  object-position: -270px;
  overflow: hidden;
  height: 500px;
}
.carousel .caption {
  background-color: #f2f9f8;
  padding: 20px 30px;
  text-align: center;
}
footer {
  background-color: #2b2e32;
  padding-top: 100px;
}
@media (min-width: 768px) {
  footer {
    padding-top: 130px;
  }
}
footer .logo {
  text-align: center;
  width: 187px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  footer .logo {
    text-align: left;
    margin: 0;
  }
}
footer .sublogo {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
}
footer .sublogo img {
  height: 18px !important;
}
@media (min-width: 768px) {
  footer .sublogo {
    padding-left: 18px;
  }
}
footer .title {
  color: #dab89c;
}
footer .nav .nav-link {
  padding: 0;
  color: #fff;
}
footer .nav .nav-link:hover {
  color: #fff;
}
footer .social {
  width: 180px;
}
footer .social svg {
  fill: #fff;
}
footer .bootom-bar {
  background-color: #dab89c;
  color: #fff;
}
footer .links {
  text-align: center;
}
@media (min-width: 768px) {
  footer .links {
    text-align: left;
  }
}
li.widget.widget_block {
  list-style-type: none;
}