/*-------------------------------------------------------------
Template URL: 
Author Name: Themexriver
Author URL: https://themeforest.net/user/themexriver/portfolio
Version: 1.0
Description: 
-------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
.aplpg-body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #898989;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background-color: #4e9bff;
}

::selection {
  color: #ffffff;
  background-color: #4e9bff;
}

::-moz-selection {
  color: #ffffff;
  background-color: #4e9bff;
}

.container {
  max-width: 1240px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}



section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.no-padding {
  padding: 0;
}

.aplpg-headline h1,
.aplpg-headline h2,
.aplpg-headline h3,
.aplpg-headline h4,
.aplpg-headline h5,
.aplpg-headline h6 {
  font-family: "Poppins";
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #1A32F8;
}

.aplpg-headline h1 {
  font-size: 60px;
}

@media (max-width: 1199.98px) {
  .aplpg-headline h1 {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .aplpg-headline h1 {
    font-size: 40px;
  }
}

.aplpg-headline h2 {
  font-size: 48px;
}

@media (max-width: 767.98px) {
  .aplpg-headline h2 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .aplpg-headline h2 {
    font-size: 30px;
  }
}

.aplpg-headline h3 {
  font-size: 36px;
}

@media (max-width: 767.98px) {
  .aplpg-headline h3 {
    font-size: 30px;
  }
}

.aplpg-headline h4 {
  font-size: 30px;
}

.aplpg-headline h5 {
  font-size: 24px;
}

.aplpg-headline h6 {
  font-size: 20px;
}

.aplpg-pera-txt p {
  color: #898989;
  margin: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  line-height: 0;
}

.loading-preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#loading-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
  visibility: visible;
  z-index: 1000;
}

.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #4e9bff;
  -webkit-animation: animate24 1s infinite;
  animation: animate24 1s infinite;
  float: left;
  opacity: 1;
}

.line_shape:last-child {
  margin-right: 0px;
}

.line_shape:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.aplpg-body-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-body-overlay-on {
  opacity: 1;
  visibility: visible;
}

.aplpg-title-area {
  margin-bottom: 30px;
}

.aplpg-title-area .aplpg-subtitle {
  display: inline-block;
  color: #4e9bff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.aplpg-title-area .aplpg-headline.p-30 {
  padding: 0 30px;
}

.aplpg-title-area .aplpg-headline.pr-60 {
  padding-right: 60px;
}

.aplpg-title-area .aplpg-pera-txt {
  margin-top: 25px;
}

a.aplpg-primary-btn {
  width: 170px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
  display: inline-block;
  color: #ffffff;
  border-radius: 30px;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

a.aplpg-primary-btn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
  background-image: -o-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
  background-image: linear-gradient(313deg, #17c8fc 0%, #1d72f1 100%);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}

a.aplpg-primary-btn:hover::before {
  opacity: 1;
}

a.aplpg-secondary-btn {
  width: 170px;
  height: 55px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
  background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
  border-radius: 30px;
  margin-left: 30px;
  padding: 2px;
  position: relative;
  z-index: 1;
}

a.aplpg-secondary-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
  background-image: -o-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
  background-image: linear-gradient(313deg, #17c8fc 0%, #1d72f1 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a.aplpg-secondary-btn .aplpg-gradient-border {
  background-color: #ffffff;
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1A32F8;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a.aplpg-secondary-btn:hover::after {
  opacity: 1;
}

a.aplpg-secondary-btn:hover .aplpg-gradient-border {
  background-color: transparent;
  color: #ffffff;
}

.aplpg-scroll-top {
  width: 50px;
  height: 50px;
  color: #ffffff !important;
  background-color: #4e9bff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border-radius: 4px;
  display: none;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}

@-webkit-keyframes aplpg-ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 #4e9bff;
    box-shadow: 0 0 0 0 #4e9bff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes aplpg-ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 #4e9bff;
    box-shadow: 0 0 0 0 #4e9bff;
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@-webkit-keyframes aplpg_rotate_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aplpg_rotate_animation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes aplpg_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes aplpg_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes aplpg_ups_down {
  0% {
    opacity: 0.75;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}

@keyframes aplpg_ups_down {
  0% {
    opacity: 0.75;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}

@-webkit-keyframes aplpg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}

@keyframes aplpg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}

.aplpg-nav-menu .side-demo span {
  top: 0px;
  right: 20px;

}
/********* Layout **************/

.aplpg-header-section {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background-color: transparent;
}

.aplpg-header-section .aplpg-logo-wrapper a {
  width: 150px;
  display: inline-block;
}

.aplpg-header-section .aplpg-nav-menu ul {
  text-align: right;
}

.aplpg-header-section .aplpg-nav-menu ul li {
  display: inline-block;
}

.aplpg-header-section .aplpg-nav-menu ul li a {
  padding: 30px 25px;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
}

.aplpg-header-section .aplpg-nav-menu ul li a.active {
  color: #fab700;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu {
  position: relative;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu::after {
  content: '+';
  font-weight: 500;
  position: absolute;
  top: 30px;
  right: 14px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  z-index: 10;
  text-align: left;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul::before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #1A32F8;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li {
  display: block;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li+li a {
  border-top: 1px dashed #4e9bff;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li a {
  padding: 10px 15px;
  color: #1A32F8;
  display: block;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li a:hover {
  padding-left: 20px;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li.has-submenu::after {
  top: 10px;
  color: #1A32F8;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li.has-submenu>ul {
  position: absolute;
  left: 100%;
  top: 10px;
  padding-top: 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu>ul li.has-submenu:hover ul {
  top: 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu:hover::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu:hover>ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.aplpg-header-section .aplpg-nav-menu ul li:hover>a {
  color: #ffbb00;
}

.aplpg-header-section .aplpg-header-btns {
  text-align: right;
}

.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
  height: 40px;
  width: 110px;
  line-height: 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  color: #1A32F8;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn:hover {
  background-color: #1A32F8;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
    display: inline-block ;
    margin-right: 20px;
  }
}

.aplpg-header-section .aplpg-header-btns a.aplpg-mobile-menu-btn {
  display: none;
  font-size: 30px;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .aplpg-header-section .aplpg-header-btns a.aplpg-mobile-menu-btn {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .aplpg-header-section {
    padding: 15px 0;
  }
}

.aplpg-sticky-on {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1A32F8;
  -webkit-animation: 1s slideInDown;
  animation: 1s slideInDown;
  z-index: 140;
}

@media (max-width: 991.98px) {
  .appl-desktop-menu {
    display: none;
  }
}

.aplpg-mobile-navigation {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  overflow: scroll;
  background-color: #000625;
  padding-top: 20px;
  z-index: 300;
  display: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-mobile-navigation .aplpg-mobile-menu-close {
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #ffffff;
}

.aplpg-mobile-navigation ul li {
  position: relative;
}

.aplpg-mobile-navigation ul li+li a {
  border-top: 1px solid #eff3fc2e;
}

.aplpg-mobile-navigation ul li a {
  padding: 12px 18px;
  display: block;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}

.aplpg-mobile-navigation ul li ul {
  display: none;
}

.aplpg-mobile-navigation ul li ul li a {
  padding-left: 30px;
}

.aplpg-mobile-navigation ul li ul li ul li a {
  padding-left: 35px;
}

.aplpg-mobile-navigation ul li.has-submenu::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
}

.aplpg-mobile-navigation ul li.aplpg-submenu-icon-rotate::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024.98px) {
  .aplpg-mobile-navigation {
    display: block;
  }
}

.aplpg-mobile-menu-on {
  right: 0;
}



.aplpg-contact-section {
  padding-top: 50px;
}

.aplpg-contact-section .aplpg-contact-area {
  background-color: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  position: relative;
  z-index: 10;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-map iframe {
  width: 100%;
  min-height: 350px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list {
  margin-top: 30px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 390px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-icon-wrapper i {
  width: 60px;
  height: 60px;
  background-color: #4e9bff;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 10px solid #d1eefe;
  display: inline-block;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-pera-txt {
  margin-left: 20px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-pera-txt p {
  color: #1A32F8;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item+.aplpg-contact-item {
  margin-top: 20px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item:hover .aplpg-icon-wrapper i {
  -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
  animation: 0.3s aplpg_ZoomInZoomOut linear;
}

@media (max-width: 991.98px) {
  .aplpg-contact-section .aplpg-contact-area .aplpg-contact-right {
    margin-top: 60px;
  }
}

.aplpg-footer-section {
  padding: 200px 0 0 0;
  margin-top: -100px;
}

.aplpg-footer-widget {
  margin-bottom: 60px;
}

.aplpg-footer-widget a.aplpg-footer-logo {
  width: 150px;
  display: inline-block;
  margin-bottom: 30px;
}

.aplpg-footer-widget .aplpg-pera-txt p {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-socials {
  margin-top: 20px;
}

.aplpg-footer-widget .aplpg-footer-socials a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 10px;
}

.aplpg-footer-widget .aplpg-footer-socials a:hover {
  background-color: #ffffff;
  color: #1A32F8;
}

.aplpg-footer-widget .aplpg-headline {
  margin-bottom: 50px;
}

.aplpg-footer-widget .aplpg-headline h6 {
  color: #ffffff;
  letter-spacing: 0.8px;
}

.aplpg-footer-widget .aplpg-footer-links ul li a {
  color: #ffffff;
  position: relative;
}

.aplpg-footer-widget .aplpg-footer-links ul li a::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: -5px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-links ul li a:hover {
  padding-left: 5px;
  color: #4e9bff;
}

.aplpg-footer-widget .aplpg-footer-links ul li a:hover::before {
  opacity: 1;
  color: #4e9bff;
}

.aplpg-footer-widget .aplpg-footer-links ul li+li {
  margin-top: 10px;
}

.aplpg-footer-widget .aplpg-footer-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  margin-right: 30px;
  width: 180px;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-icon-wrapper i {
  color: #4e9bff;
  font-size: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content {
  margin-left: 10px;
  text-align: left;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content span {
  font-family: "Poppins";
  font-weight: 600;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #4e9bff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content span:first-child {
  font-size: 14px;
  font-family: "Roboto";
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover {
  background-color: #4e9bff;
  border: 2px solid #4e9bff;
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover i {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover span {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn {
  margin-top: 20px;
  background-color: transparent;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn i {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn span {
  color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn:hover {
  background-color: #4e9bff;
}

.aplpg-footer-copyright {
  text-align: center;
  background-color: #ffffff;
  padding: 15px 0;
  margin-top: 40px;
}

.aplpg-footer-copyright p {
  color: #1A32F8;
  font-weight: 700;
  margin-bottom: 0;
}

.aplpg-footer-copyright p a {
  color: #4e9bff;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

