@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
ol,ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a,a:hover{
    text-decoration: none;
}
.appie-header-area {
    padding-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}

.appie-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1010;
    background: #fff;
    box-shadow: 0 15px 30px 0 #0000000f;
    padding-top: 0px;
    padding-bottom: 0px;
    animation: sticky  1.2s;
}
.logo{
    max-width: 28%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 15px;
    font-weight: 500;
    color: #0e1133;
    line-height: 45px;
    position: relative;
}
#banner{
    background-image: url('../img/hero-bg-3.jpg');
    padding-top: 100px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* swiper slider area */
.swiper {
    width: 100%;
    height: 300px;
  }
  .swiper-slide{
      width: 50%;
      background-color: var(--secondaryColor);
      box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
      filter: blur(4px);
      border-radius: 15px;
  }
  .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    border-radius: 15px;
}
  .swiper-slide-active{
     filter: blur(0px); 
  }
  .swiper-slide-prev,
  .swiper-slide-next{
      background-image: none;
  }
  .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color,var(--btnColor));
}
/* swiper slider area */

/* hero area text */
.appie-hero-content > span {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}
.appie-hero-content.appie-hero-content-6 .appie-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}

.appie-hero-content p {
    font-size: 18px;
    line-height: 28px;
}
.btn{
    padding: 10px 23px;
    border-radius: 6px;
    border: 2px solid #0e1133;
    margin-right: 8px;
}
.btn i{
    font-size: 30px;
    padding-right: 6px;
}
.btn span{
    line-height: 20px;
    display: inline-block;
    /* transition: all linear 0.3s; */
}
.btn span span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px;
}
.btn:hover{
    background: #2b70fa;
    border-color: #2b70fa;
    color: #ffffff;
}

.btn.active {
    background: #2b70fa;
    border-color: #2b70fa;
    color: #ffffff;
}
/* hero area text */

/* contact area */
.contact-section {
    position: relative;
    background: #f7f6fa;
    padding: 120px 0;
}
.contact-form {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 43px 50px 65px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(11, 2, 55, 0.06);
    -moz-box-shadow: 0px 1px 3px 0px rgba(11, 2, 55, 0.06);
    box-shadow: 0px 1px 3px 0px rgba(11, 2, 55, 0.06);
}


.contact--info-area {
    position: relative;
    margin-right: 40px;
}
.contact--info-area h3 {
    font-size: 30px;
    color: #2c234d;
    font-weight: 800;
    line-height: .8;
    margin-bottom: 16px;
}
.contact--info-area > p {
    color: #686875;
    line-height: 24px;
    border-bottom: 1px solid #e5e4ed;
    margin-bottom: 33px;
    padding-bottom: 25px;
}
.single-info {
    position: relative;
    margin-bottom: 37px;
}
.single-info h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c234d;
}
.single-info p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #686875;
    display: flex;
    justify-content: center;
}
.single-info p i {
    font-size: 16px;
    line-height: 22px;
    color: #2b70fa;
    margin-right: 10px;
}
.ab-social {
    position: relative;
}
.ab-social h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c234d;
}

.ab-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #446bb9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    margin-right: 2px;
}
.ab-social a.fac {
    background: #446bb9;
}
.ab-social a.twi {
    background: #00aced;
}
.ab-social a.you {
    background: #f73434;
}
.ab-social a.lin {
    background: #007bb6;
}

/* contact area */


/* footer area */


.appie-footer-area {
    background: #eef1f6;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
}
.footer-about-widget {
    padding-right: 70px;
    /* margin-top: 30px; */
}
.footer-about-widget img{
    width: 90%;
}

.footer-about-widget p {
    padding-top: 25px;
}
.footer-about-widget .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-about-widget .social ul li {
    display: inline-block;
}
.footer-about-widget .social ul li a {
    height: 36px;
    width: 36px;
    text-align: center;
    background: #fff;
    color: #0e1133;
    border-radius: 6px;
    line-height: 36px;
    margin-right: 5px;
}

.footer-copyright {
    padding-top: 35px;
    border-top: 1px solid #e1e5ec;
    /* margin-top: 80px; */
}

.footer-copyright .apps-download-btn ul {
    padding: 0;
    list-style-type: none;
}

.footer-copyright .apps-download-btn ul li a {
    background: #fff;
    color: #0e1133;
    line-height: 40px;
    padding: 10px 23px;
    border-radius: 6px;
    border: 2px solid #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-copyright .apps-download-btn ul li a {
    display: inline-block;
 }

.footer-copyright .apps-download-btn ul li a:hover {
    background: transparent;
    color: #0e1133;
    border-color: #e7eaef;
}
.footer-widget-info ul li a {
    color: #505056;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.footer-navigation ul li a {
    color: #505056;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

.footer-widget-info .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-navigation .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.button-container {
    display: flex;
    justify-content: space-evenly;
}



/* footer area */
@media(min-width:600px){
    .footer-copyright .apps-download-btn ul li {
        display: inline-block;
        margin-right: 8px;
    }
    .footer-copyright .apps-download-btn ul li a{
        display: block;
        margin-bottom: 10px;
    }
    .apps-download-btn{
        width: 100%;
        float: left;
    }
    .appie-hero-content.appie-hero-content-6 .appie-title {
        font-weight: 700;
        font-size: 70px;
        line-height: 80px;
    }
    #banner{
        padding-top: 200px;
    }
    .appie-hero-content > span {
        color: #2b70fa;
    }
}