/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
video.playing {
  opacity: 1;
  transition: opacity 3s ease;
}

video {
  opacity: 0;
  transition: opacity 3s ease;
  /* Full Width */
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: 100000;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Urbanist", sans-serif;
  overflow-x: hidden;
  position: relative;
  color: #01324d;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.ap-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ap-container--narrow {
  max-width: 960px;
}

.ap-border-orange--top {
  border-top: 5px solid #f08f2a;
}
.ap-border-orange--bottom {
  border-bottom: 5px solid #f08f2a;
}

.ap-t-left {
  text-align: left;
}

.ap-t-right {
  text-align: right;
}

.ap-t-center {
  text-align: center;
}

.ap-t-small {
  font-size: 0.85rem;
}

.lp-float-left {
  float: left;
}

.lp-float-right {
  float: right;
}

.lp-hide {
  display: none;
}

/* COLOR */
.ap-color--dark-orange {
  color: #e08426;
}

.ap-my-100 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.lp-bg--light-grey {
  background-color: #fafaf9;
}

.ap-bg-color--blue {
  background-color: #005cb6;
}
.ap-bg-color--light-blue {
  background-color: #008bd2;
}

/* BEM Blocks */
.ap-btn {
  font-family: "Urbanist", sans-serif;
  font-weight: lighter;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.ap-btn__big {
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 10px 30px;
}
.ap-btn__small {
  border-radius: 3px;
  font-size: 1rem;
  padding: 7px 20px;
}

.ap-btn-primary {
  background-color: #008bd2;
  color: #FFFFFF;
  border: solid 1px #008bd2;
}

.ap-btn-primary:hover {
  background-color: transparent;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}

.ap-btn-orange {
  background-color: #f08f2a;
  color: #FFFFFF;
  border: solid 1px #f08f2a;
}

.ap-btn-orange:hover {
  box-sizing: border-box;
  background-color: transparent;
  color: #f08f2a;
  border: solid 1px #f08f2a;
}

.ap-btn-blue {
  background-color: #008bd2;
  color: #FFFFFF;
  border: solid 1px #008bd2;
}

.ap-btn-blue:hover {
  background-color: transparent;
  color: #008bd2;
  border: solid 1px #008bd2;
}

/* Style the links inside the ap-social-medias-nav */
#ap-social-medias a {
  position: fixed;
  /* Position them relative to the browser window */
  text-align: left;
  right: -170px;
  /* Position them outside of the screen */
  transition: 0.3s;
  /* Add transition on hover */
  padding: 10px;
  /* 15px padding */
  width: 200px;
  /* Set a specific width */
  text-decoration: none;
  /* Remove underline */
  /*font-size: 20px;  Increase font size */
  color: white;
  /* White text color */
  border-radius: 5px 0 0 5px;
  /* Rounded corners on the top right and bottom right side */
}

#ap-social-medias a:hover {
  right: 0;
  /* On mouse-over, make the elements appear as they should */
}

/* The ap-social-medias-phone link: 20px from the top with a green background */
#ap-social-medias-phone {
  top: 25%;
  background-color: #4CAF50;
}

#ap-social-medias-email {
  top: 30%;
  background-color: #2196F3;
  /* Blue */
}

#ap-social-medias-linkedin {
  top: 35%;
  background-color: #f44336;
  /* Red */
}

#ap-social-medias-blog {
  top: 40%;
  background-color: #555;
}

/***** Responsive *****/
@media (min-width: 310px) {
  #ap-social-medias {
    display: none;
  }

  .ap-sidenav {
    display: none;
  }
}
@media (min-width: 700px) {
  #ap-social-medias {
    display: none;
  }
}
@media (min-width: 1200px) {
  #ap-social-medias {
    display: block;
  }
}
.ap-divider {
  height: 10vh;
  background-color: #e5f3fa;
}

.ap-navbar {
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.ap-navbar nav {
  position: relative;
  background-color: #008bd2;
  justify-content: space-between;
  display: flex;
  padding: 15px 20px;
}
.ap-navbar nav ul, .ap-navbar nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ap-nav-items-left {
  display: flex;
  justify-content: space-around;
  width: 40%;
}

.ap-nav-items-right {
  display: flex;
  justify-content: space-around;
  width: 40%;
}

.ap-nav-items-left li, .ap-nav-items-right li {
  /*width: 150px;*/
  flex-grow: 1;
  text-align: center;
}

a.ap-nav-link {
  color: #FFFFFF;
}

a.ap-nav-link:hover {
  font-weight: bold;
  transition: font-weight 0.3s;
}

.ap-active {
  font-weight: bold;
}

.ap-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}

header.ap-hero {
  z-index: -10;
  position: relative;
  margin-top: calc(7vh + 30px);
  width: 100%;
  height: calc(100vh - (5vh + 30px));
  background: deepskyblue url(images/ap-bg-header-homepage.69d44361.png) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ap-header-content {
  width: 75%;
  padding: 50px 25px 50px 0;
  background: rgba(30, 79, 103, 0.7) url(images/header-content-bg-image.b55fd274.png) repeat-x bottom;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: right;
}
.ap-header-content h1 {
  font-size: 2.7rem;
  margin: 0;
  padding: 0;
}
.ap-header-content h2 {
  font-size: 2rem;
  margin: 0 0 10px 0;
  padding: 0;
}

.ap-arrow-down {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  bottom: 5%;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  background-color: #01324d;
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

/***** Mobile Nav *****/
.ap-mobile-nav {
  /*position: fixed;*/
  top: 0;
  width: 100vw;
  text-align: center;
  padding: 20px 0 0 0;
  background-color: #e5f3fa;
}

ul.ap-mobile-nav-menu {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.ap-mobile-nav-menu li {
  padding: 10px 0;
}

.ap-mobile-nav-medias {
  background-color: #005cb6;
  display: flex;
  padding: 10px 0;
  justify-content: space-around;
  text-align: center;
}
.ap-mobile-nav-medias a {
  color: #FFFFFF;
}

/***** End of mobile nav ****/
/***** Responsive ****/
@media (min-width: 310px) {
  .ap-header-content {
    padding: 50px 25px 50px 0;
  }
  .ap-header-content h2 {
    font-size: 1rem;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .ap-header-content h1 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
  }

  .ap-navbar {
    display: none;
  }

  header.ap-hero {
    margin-top: 0;
  }

  /* Responsive With Hamburger */
  #my-ap-mobile-nav-menu {
    display: none;
  }

  .ap-mobile-nav-menu li {
    background-color: #008bd2;
    border-top: solid 1px #01324d;
  }
  .ap-mobile-nav-menu li a {
    color: #FFF;
  }
}
.admin-bar .ap-navbar, .admin-bar .ap-mobile-nav {
  top: 32px;
}

.ap-hamburger {
  color: #005cb6;
}

.ap-hamburger:hover {
  cursor: pointer;
}

@media (min-width: 700px) {
  .ap-header-content {
    padding: 50px 25px 50px 0;
  }
  .ap-header-content h2 {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .ap-header-content h1 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
  }

  .ap-navbar {
    display: none;
  }

  header.ap-hero {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .ap-header-content {
    padding: 50px 25px 50px 0;
  }
  .ap-header-content h2 {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .ap-header-content h1 {
    font-size: 2.7rem;
    margin: 0;
    padding: 0;
  }

  .ap-navbar {
    display: block;
  }

  .ap-nav-items-left li, .ap-nav-items-right li {
    /*width: 180px;*/
    text-align: center;
    flex-grow: 1;
  }

  header.ap-hero {
    margin-top: calc(7vh + 30px);
  }

  .ap-mobile-nav {
    display: none;
  }
}
.ap-section {
  display: flex;
  align-items: center;
  background-color: #ef7d05;
}

.ap-section-item {
  width: 50%;
}

.ap-section-item-2 {
  text-align: center;
  color: #FFFFFF;
}
.ap-section-item-2 h3 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ap-section-item-2 p {
  margin-bottom: 20px;
}

@media (min-width: 310px) {
  .ap-section {
    display: block;
    padding-bottom: 20px;
  }

  .ap-section-item {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .ap-section {
    display: block;
    padding-bottom: 20px;
  }

  .ap-section-item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ap-section {
    display: flex;
    padding-bottom: 0;
  }

  .ap-section-item {
    width: 50%;
  }
}
.ap-section-1 {
  margin: 50px 0 50px 0;
  text-align: center;
}
.ap-section-1 p {
  margin: 0 0 50px 0;
  text-align: center;
}

/* Section 2 */
.ap-section-2 {
  /*margin-bottom: 100px;*/
}
.ap-section-2 h2 {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0;
}

.ap-section-2-content {
  display: flex;
}

.ap-section-2-item {
  text-align: center;
}
.ap-section-2-item h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 30px 0;
}

.ap-section-2-item__1 h3 {
  background-color: #f8bb12;
}

.ap-section-2-item__2 h3 {
  background-color: #d98e0b;
}

.ap-section-2-item__3 h3 {
  background-color: #ef7d04;
}

.ap-section-2-item__4 h3 {
  background-color: #d9570b;
}

.ap-section-2-icon {
  position: relative;
  height: 30px;
}
.ap-section-2-icon img {
  width: 75px;
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -10%);
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 50%;
  transition: width 2s ease-in;
}
.ap-section-2-icon img:hover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Section 3 */
.ap-section-3 {
  margin: 50px 0 100px 0;
}
.ap-section-3 h2 {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ap-section-3 .single-logo img {
  width: 50%;
}

@media (min-width: 310px) {
  .ap-section-1 p {
    padding: 0 15px;
  }

  .ap-section-2-content {
    display: block;
  }
}
@media (min-width: 700px) {
  .ap-section-1 p {
    padding: 0 15px;
  }

  .ap-section-2-content {
    display: flex;
  }

  .ap-section-2 h3 {
    font-size: 1rem;
  }

  .single-logo img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .ap-section-2-content {
    display: flex;
  }

  .ap-section-2 h3 {
    font-size: 1.17rem;
  }
}
.ap-page-header {
  width: 100%;
  margin-top: calc(7vh + 30px);
  position: relative;
  text-align: center;
}

.ap-page-header img {
  width: 100%;
  height: auto;
}

/* Centered text */
.ap-page-title {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-page-title h1 {
  color: #FFFFFF;
  background: rgba(217, 142, 13, 0.5) url(images/header-content-bg-image.b55fd274.png) repeat-x bottom;
  padding: 20px 40px;
  font-size: 20.8px;
}

@media (min-width: 310px) {
  .ap-page-header {
    margin-top: 0;
  }

  .ap-page-header img {
    width: 100vw;
    height: auto;
  }

  /* Centered text */
  .ap-page-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ap-page-title h1 {
    color: #FFFFFF;
    background: rgba(217, 142, 13, 0.5) url(images/header-content-bg-image.b55fd274.png) repeat-x bottom;
    padding: 10px 40px;
    font-size: 1.3rem;
  }
}
@media (min-width: 700px) {
  .ap-page-header {
    width: 100%;
    margin-top: calc(12vh + 30px);
    position: relative;
    text-align: center;
  }

  .ap-page-header img {
    width: 100%;
    height: auto;
  }

  /* Centered text */
  .ap-page-title {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ap-page-title h1 {
    color: #FFFFFF;
    background: rgba(217, 142, 13, 0.5) url(images/header-content-bg-image.b55fd274.png) repeat-x bottom;
    padding: 20px 40px;
  }
}
@media (min-width: 310px) {
  .ap-page-header {
    width: 100%;
    /*margin-top: calc(12vh + 30px);*/
    position: relative;
    text-align: center;
  }

  .ap-page-header img {
    width: 100%;
    height: auto;
  }

  /* Centered text */
  .ap-page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ap-page-title h1 {
    color: #FFFFFF;
    background: rgba(217, 142, 13, 0.5) url(images/header-content-bg-image.b55fd274.png) repeat-x bottom;
    padding: 10px 20px;
    font-size: 0.7rem;
  }
}
@media (min-width: 700px) {
  .ap-page-header {
    width: 100%;
    margin-top: 0;
    position: relative;
    text-align: center;
  }

  .ap-page-header img {
    width: 100%;
    height: auto;
  }

  /* Centered text */
  .ap-page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ap-page-title h1 {
    color: #FFFFFF;
    background: rgba(217, 142, 13, 0.5) url(images/header-content-bg-image.b55fd274.png) repeat-x bottom;
    padding: 20px 40px;
    font-size: 20.8px;
  }
}
@media (min-width: 1200px) {
  .ap-page-header {
    width: 100%;
    margin-top: calc(7vh + 30px);
    position: relative;
    text-align: center;
  }

  .ap-page-header img {
    width: 100%;
    height: auto;
  }

  /* Centered text */
  .ap-page-title {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ap-page-title h1 {
    color: #FFFFFF;
    background: rgba(217, 142, 13, 0.5) url(images/header-content-bg-image.b55fd274.png) repeat-x bottom;
    padding: 20px 40px;
    font-size: 20.8px;
  }
}
.ap-page-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ef7d04;
}
.ap-page-section h2 {
  margin: 20px 0;
}

.ap-blog-section-content {
  text-align: center;
  width: 50%;
  color: #FFFFFF;
}
.ap-blog-section-content p {
  line-height: 1rem;
}

div.ap-blog-section-image {
  width: 50%;
}
div.ap-blog-section-image img {
  display: block;
}

/***** Project examples *****/
.ap-project-examples {
  background-color: #f4f1f1;
  padding: 20px 0 80px 0;
  /*margin-bottom: 30px;*/
}
.ap-project-examples h2 {
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}
.ap-project-examples img {
  display: block;
  filter: grayscale(100%);
}

.ap-project-examples-images {
  display: flex;
}

.ap-overlay-container {
  position: relative;
  border-bottom: solid 4px #f08f2a;
}

.ap-overlay {
  position: absolute;
  bottom: 0;
  background: black;
  /*background: rgba(0, 0, 0, 0.5); /* Black see-through */
  background: rgba(30, 79, 103, 0.7);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  text-align: center;
}
.ap-overlay p {
  padding: 10px;
  text-align: center;
}
.ap-overlay h3 {
  padding-top: 8px;
}

.ap-overlay-container:hover img {
  filter: none;
}

.ap-overlay-container:hover .ap-overlay {
  opacity: 1;
}

@media (min-width: 310px) {
  .ap-project-examples {
    padding: 20px 0 20px 0;
  }

  .ap-project-examples-images {
    display: block;
  }
}
@media (min-width: 700px) {
  .ap-project-examples {
    padding: 20px 0 80px 0;
  }

  .ap-project-examples-images {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .ap-project-examples {
    padding: 20px 0 80px 0;
  }

  .ap-project-examples-images {
    display: flex;
  }
}
/**** End of project examples *****/
.ap-section-logos h2 {
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}

.mx-20 {
  list-style: circle;
}
.mx-20 h1, .mx-20 h2, .mx-20 h3, .mx-20 h4, .mx-20 h5, .mx-20 h6, .mx-20 ul, .mx-20 img, .mx-20 p {
  margin: 15px 15%;
}

.ap-blog {
  display: flex;
  margin: 100px 0;
}

.ap-blog-sidebar {
  box-sizing: border-box;
  width: 17%;
}
.ap-blog-sidebar h2 {
  margin-bottom: 10px;
}
.ap-blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-blog-sidebar li {
  margin-bottom: 10px;
  width: 180px;
}
.ap-blog-sidebar li a {
  color: #f08f2a;
}

.ap-blog-content {
  box-sizing: border-box;
  width: 83%;
}

.ap-blog-image {
  margin: 25px 0;
  border-radius: 10px;
}

.ap-blog-content-details {
  margin-bottom: 50px;
}
.ap-blog-content-details h2 {
  margin-bottom: 8px;
}

.ap-breadcrumb {
  margin-bottom: 20px;
}
.ap-breadcrumb a {
  text-decoration: none;
  color: #01324d;
}

.ap-post-details {
  width: 60%;
  margin: 100px auto;
}
.ap-post-details h2 {
  margin: 10px 0;
}

.ap-hr {
  width: 80%;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-bottom: solid 1px black;
}

.ap-date {
  margin-bottom: 10px;
  padding: 8px 15px;
  background-color: #01324d;
  color: #FFFFFF;
}

.ap-blog-small {
  font-size: 70%;
  text-align: right;
}

.ap-section-contact {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}

.ap-section_contact-aside {
  margin-right: 100px;
}
.ap-section_contact-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-section_contact-aside li {
  margin-bottom: 20px;
}
.ap-section_contact-aside i {
  color: #f39200;
}
.ap-section_contact-aside a {
  text-decoration: none;
  color: inherit;
}

.ap-form-contact {
  background-color: #f4f1f1;
  padding: 20px;
  border-radius: 10px;
}
.ap-form-contact h3 {
  text-transform: uppercase;
}
.ap-form-contact .error {
  margin-top: 8px;
  color: red;
}
.ap-form-contact label {
  display: block;
  margin-bottom: 8px;
}
.ap-form-contact input, .ap-form-contact textarea {
  width: 100%;
  padding: 10px 5px;
  border: none;
  border-radius: 7px;
}

.ap-form-item {
  margin-bottom: 10px;
}

.ap_reg_submit {
  background: #01324d;
  color: #f08f2a;
}

.ap-form-error {
  margin-top: 50px;
  padding: 20px 40px;
  border: solid 1px red;
}

.ap-form-success {
  margin-top: 50px;
  padding: 20px 40px;
  border: solid 1px green;
}

@media (min-width: 310px) {
  .ap-section-contact {
    margin: 50px 0;
    display: block;
  }

  .ap-section_contact-aside {
    margin-right: 0;
  }

  .ap-form-contact {
    border-radius: 0;
  }

  .ap-section_contact-aside {
    margin-left: 10px;
  }
}
@media (min-width: 700px) {
  .ap-section-contact {
    margin: 50px 0;
    display: block;
  }

  .ap-section_contact-aside {
    margin-right: 100px;
  }

  .ap-form-contact {
    border-radius: 10px;
  }
}
@media (min-width: 1200px) {
  .ap-section-contact {
    margin: 50px 0;
    display: flex;
    justify-content: center;
  }

  .ap-section_contact-aside {
    margin-right: 100px;
  }

  .ap-form-contact {
    border-radius: 10px;
  }
}
.ap-footer-wrap {
  width: 100%;
  background: deepskyblue url(images/bg-footer-wrap.d9b7bf27.png) no-repeat center center/cover;
  display: flex;
  justify-content: space-around;
  color: #FFFFFF;
}
.ap-footer-wrap a {
  color: #FFFFFF;
}
.ap-footer-wrap ul {
  list-style: none;
}

.ap-footer-wrap-item {
  padding: 50px 0;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ap-footer-wrap-item-1 h3 {
  margin: 0 0 10px 0;
}
.ap-footer-wrap-item-1 li {
  line-height: 1.5;
}

.ap-footer-wrap-item-2 img {
  margin-bottom: 20px;
}
.ap-footer-wrap-item-2 p {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px;
}

.ap-footer-wrap-item-3 ul, .ap-footer-wrap-item-3 li {
  margin: 0;
  padding: 0;
}
.ap-footer-wrap-item-3 p {
  margin-bottom: 20px;
}

@media (min-width: 310px) {
  .ap-footer-wrap {
    display: block;
  }

  .ap-footer-wrap-item {
    width: 100%;
    padding: 18px 0;
  }
}
@media (min-width: 700px) {
  .ap-footer-wrap {
    display: flex;
  }

  .ap-footer-wrap-item {
    width: 33.33%;
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .ap-footer-wrap {
    display: flex;
  }

  .ap-footer-wrap-item {
    width: 33.33%;
    padding: 50px 0;
  }
}
footer {
  height: 50px;
  background-color: #005cb6;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
}
footer p {
  height: 50px;
  display: flex;
  align-items: center;
}
footer a {
  color: white;
  text-decoration: none;
}

.ap-logo-footer {
  display: flex;
}

@media (min-width: 310px) {
  footer {
    height: auto;
    display: block;
  }

  p {
    display: block;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 700px) {
  footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
/**
 * Gutenberg backoffice common content stylesheet
 *
 * Do note that every CSS declarations will be prepended with .editor-styles-wrapper class.
 **/
/** =Bugs
 *************************************/
/* @see https://wordpress.org/support/topic/many-new-bugs-after-update/ */
.block-editor-writing-flow__click-redirect {
  min-height: auto;
  height: 40vh;
}

/** =Base
 *************************************/
/**
 * body will be replaced with the .editor-styles-wrapper class.
 */
body {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* Center title and blocks list wrappers inside Body */
@media (min-width: 600px) {
  .editor-post-title,
.block-editor-block-list__layout {
    /* Max content size */
    max-width: 1170px;
    /* Space around */
    padding-left: 15px;
    padding-right: 15px;
    /* Center the content */
    margin-right: auto;
    margin-left: auto;
  }
}
/* Post title */
.editor-post-title__block {
  background-color: black;
  /* as an example... */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 60px 30px;
  /* as an example... */
}

@media (min-width: 600px) {
  .editor-post-title__block > div {
    margin-left: 0;
    margin-right: 0;
  }
}
.editor-post-title__input {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  opacity: 1 !important;
}

/* Remove blocks default max-width */
.wp-block {
  max-width: none;
}

/**
 * Add all theme content specific styles here :
 */
/** =Typography
 *************************************/
/* Post title */
.editor-post-title__input {
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: white;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.2;
}

.editor-post-title__input:focus {
  color: white;
}

.editor-post-title__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.editor-post-title__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.editor-post-title__input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.section-padding {
  padding: 60px 0;
}

.owl-dots {
  text-align: center;
  margin-top: 4%;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #878787 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: #000 !important;
}

/*# sourceMappingURL=style-index.css.map*/