

/*IMPORT FONTS*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800&display=swap');
/************************NAVBAR FOR LARGE SCREENS*****************/
.grey-color{
    color: #444141;
}
.black-color{
    color: black !important;
    opacity: 0.8;
}
.white-color{
    color: #ffffff;
}
.inner-window{
    display: block;
    left: 0;
    -webkit-animation: 0.5s fadeInRightFirst;
    animation: 0.5s fadeInRightFirst;
}
header .navbar-light-vision{
    top: 0;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    z-index: 11;
    position: absolute;
    background-color: transparent !important;

}
.navbar .nav-item a.nav-link{
    font-size: 15px;
    font-family: 'Poppins';    color: rgb(255, 255, 255);
    text-decoration: none;
    margin: 5px;
}
.navbar-light .navbar-nav .nav-link{
    border: 2px solid transparent;
    padding: 6px 15px 6px 15px;

}
.navbar-light .navbar-nav .nav-link.active{
    color: #ffffff;
    border: 2px solid white;
    border-radius: 36px;
    padding: 6px 15px 6px 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}


.logo-small img{
    margin-top: 27px;
    margin-left: 25px;
}
.logo img{
    height: 100;
    width: 100;
}
.my-tog-btn{
    display: none;
    width: 25px;
}
.my-tog-btn span{
    background-color: white;
    margin-bottom: 5px;
    height: 2px;
    width: 100%;
    display: block;
}

.outer-window{
    display : none;
    color: white;
    -webkit-animation: 0.8s fadeInRight;
    animation: 0.8s fadeInRight;
}
.inner-window{
    background-color: #55ACEE;
    display: block;
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111111;
}
.outer-window .navbar{
    position: relative;
    background-color: transparent !important;
}
.outer-window .nav-link{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: 'Poppins';    cursor: pointer;
}
.outer-window .nav-link:hover{
    color: rgb(249, 119, 148) ;
}
.outer-window .nav-item a{
    text-align: left;
    padding: 15px 25px 15px 25px;
}
.outer-window .navbar-nav{
    margin-top: 10%;
}
.logo_display{
    display: none;
}
.outer-window .close-outerwindow{
    position: absolute;
    right: 10%;
    top:3%;
    z-index: 1111;
}
.outer-window .close-outerwindow i{
    color: white;
    font-size: 32px;
}

.navbar.fixed-menu {
    z-index: 11;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    overflow: auto;
    background-color: #000000 !important;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.50);
    box-shadow: 0 0 10px rgba(0,0,0,.50);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/************HEADER SECTION START**************/
#bg-header{
    overflow: hidden !important;
}

.part1{
    position: absolute;
    width: 100px;
    left: 28%;
    top: 316px;
}
.part3{
    position: absolute;
    width: 100px;
    top: 73%;
    left: 62%;
}
.part4{
    position: absolute;
    width: 110px;
    left: 30%;
    top: 54%;
}
.part5{
    position: absolute;
    width: 100px;
    left: 27%;
    top: 71%;
}
.part6{
    position: absolute;
    width: 100px;
    top: 37%;
    -webkit-transform: rotate(61deg);
    -ms-transform: rotate(61deg);
    transform: rotate(61deg);
}
.part7{
    position: absolute;
    width: 60px;
    top: 50%;
    left: 69%;
}
.part8{
    position: absolute;
    width: 70px;
    top: 60%;
    left: 64%;
}
.part9{
    position: absolute;
    width: 60px;
    left: 35%;
    top: 81%;
}

.m-img{
    max-height: 600px;
        /* Adjust the value as needed */
        width: 470px;
        /* Maintain aspect ratio */
}

.bg-header{
    background-image: -o-linear-gradient(315deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
        background-image: linear-gradient(135deg, rgb(38 77 132) 0%, #0b001c 100%);
        height: 111vh;
        margin-bottom: 195px;
}
.bg-header .header-text{
    margin-top: 8%;
}
.bg-header .main-heading{
    color: white;
    font-family: 'Poppins';    font-weight: 600;
    font-size: 47px;
}

.bg-header .sub-heading{
    color: white;
    font-family: 'Poppins';    
    font-weight: 600;
}
/****************FEATURES SECTION STAR*************/
#services{
    padding-bottom: 125px;
}

.main-heading{
    font-size: 38px;
    font-family: 'Poppins';
}

.sub-heading{
    font-size: 18px;
    font-family: 'Poppins';    color: black;
    opacity: 0.8;
}

.feature-icon{
    background-image: -o-linear-gradient( 315deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
    background-image: linear-gradient( 135deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
    padding: 10px;
    font-size: 35px;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgb(98, 58, 162);
    box-shadow: 1px 1px 10px rgb(98, 58, 162);
}

.media-element .line{
    background-image: -o-linear-gradient( 315deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
    background-image: linear-gradient( 135deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
    height: 6px;
    width: 0;
    position: absolute;
    bottom: 1px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    opacity: 0;
}

.media-element:hover .line{
    opacity: 1;
    width: 92%;
}

.media-element .media{
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 20px 18px 20px 18px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 18px;
}

.media-element .media:hover{
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1px 10px #f6f6;
    box-shadow: 1px 1px 10px #f6f6;
}

/******************SECREENSHOTS SECTION START***************/
#screenshots{
    margin-bottom: 125px;
}

.margin-heading{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px
}

.app-feature{
    text-align: right;
    margin-bottom: 5rem;
    padding: 17px 20px 17px 20px;
    cursor: pointer;
}

.app-feature:last-child{
    margin-bottom: 0;
}

.app-feature i {
    font-size: 38px;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.app-image img{
    margin: 0 auto;
    display: inline-block;
}

#app-slider{
    position: absolute;
    top: 65px;
    width: 235px;
    left: 58px;
    height: 420px;
}

/******************GET APP SECTION START***************/
/* #store{
    margin-top: 125px;
    margin-bottom: 125px;
}
.get-btn{
    background-image: -o-linear-gradient( 315deg, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient( 135deg, #ffffff 0%, #ffffff 100%);
    border: 2px solid #55ACEE;
    padding: 16px 25px 16px 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.get-btn:hover{
    background-image: -o-linear-gradient( 315deg,#55ACEE 0%, #55ACEE 100%);
    background-image: linear-gradient( 135deg,#55ACEE 0%, #55ACEE 100%);
    border: 2px solid #55ACEE;
    color: white !important;
}
.get-icon-3{
    position: absolute;
    left: 64px;
    top: 18%;
}
.get-icon-2{
    position: absolute;
    top: 18%;
    left: 50px;
}
.get-icon{
    position: absolute;
    left: 55px;
    top: 18%;
}

.btn i{
    font-size: 30px;
} */



/*===========================
       04.ABOUT css 
===========================*/
.about-area {
    background-color: #F3FDFF;
}

.about-image {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .about-image {
        margin-left: 0;
        padding-top: 65px;
        padding-bottom: 45px;
    }
}

.about-image .about-shape {
    background: -webkit-linear-gradient(#61009d 0%, #cb107a 100%);
    background: -o-linear-gradient(#61009d 0%, #cb107a 100%);
    background: linear-gradient(#61009d 0%, #cb107a 100%);
    width: 394px;
    height: 394px;
    border-radius: 50%;
    position: relative;
}

@media (max-width: 767px) {
    .about-image .about-shape {
        width: 294px;
        height: 294px;
    }
}

.about-image .about-shape::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: scale(1.1) rotate(25deg);
    -moz-transform: scale(1.1) rotate(25deg);
    -ms-transform: scale(1.1) rotate(25deg);
    -o-transform: scale(1.1) rotate(25deg);
    transform: scale(1.1) rotate(25deg);
    border-radius: 50%;
    border: 2px solid #61009D;
    border-top-color: transparent;
    border-right-color: transparent;
}

.about-image .app {
    position: relative;
    -webkit-transform: rotate(-25deg) translateY(-15%);
    -moz-transform: rotate(-25deg) translateY(-15%);
    -ms-transform: rotate(-25deg) translateY(-15%);
    -o-transform: rotate(-25deg) translateY(-15%);
    transform: rotate(-25deg) translateY(-15%);
    max-width: 350px;
    position: absolute;
    top: 100px;
    left: 95px;

}

@media (max-width: 767px) {
    .about-image .app {
        max-width: 190px;
        top: 60px;
    }
}

.about-content .main-btn {
    margin-top: 40px;
}


/*===========================
       10.DOWNLOAD css 
  ===========================*/
.download-area .download-image {
    padding-top: 65px;
    padding-left: 60px;
    padding-bottom: 60px;
    position: relative;
}

@media (max-width: 767px) {
    .download-area .download-image {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.download-area .download-image .image {
    /* -webkit-box-shadow: 0px 3px 25px 0px rgba(8, 153, 231, 0.2);
    -moz-box-shadow: 0px 3px 25px 0px rgba(8, 153, 231, 0.2);
    box-shadow: 0px 3px 25px 0px rgba(8, 153, 231, 0.2); */
    border-radius: 50px;
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .download-area .download-image .image {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .download-area .download-image .image {
        max-width: 295px;
    }
}

.download-area .download-image .download-shape-1 {
    width: 185px;
    height: 185px;
    background-color: #FEB21C;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.download-area .download-image .download-shape-2 {
    position: absolute;
    bottom: -50px;
    right: 40px;
    z-index: -1;
}

.download-content .download-title {
    font-size: 34px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .download-content .download-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .download-content .download-title {
        font-size: 28px;
    }
}

.download-content .text {
    margin-top: 35px;
    font-size: 18px;
}
.section-title .text {
    margin-top: 35px;
    font-size: 18px;
}

.download-content ul {
    padding-top: 35px;
}

.download-content ul li {
    display: inline-block;
    margin-top: 15px;
}

.download-content ul li a {
    width: 210px;
    height: 65px;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.download-content ul li a.app-store {
    background-color: #0898E7;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(8, 152, 231, 0.4);
    -moz-box-shadow: 0px 4px 10px 0px rgba(8, 152, 231, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(8, 152, 231, 0.4);
    margin-right: 28px;
}

.download-content ul li a.d-store:hover {
    -webkit-box-shadow: 0px 4px 25px 0px rgba(8, 152, 231, 0.4);
    -moz-box-shadow: 0px 4px 25px 0px rgba(8, 152, 231, 0.4);
    box-shadow: 0px 4px 25px 0px rgba(8, 152, 231, 0.4);
}

.download-content ul li a.play-store {
    background-color: #525A63;
    /* -webkit-box-shadow: 0px 4px 10px 0px rgba(82, 90, 99, 0.4);
    -moz-box-shadow: 0px 4px 10px 0px rgba(82, 90, 99, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(82, 90, 99, 0.4); */
}

.download-content ul li a.play-store:hover {
    -webkit-box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4);
    -moz-box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4);
    box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4); }

/* Hide on mobile */
.desktop-only {
    display: none;
}

/* Show on desktop */
@media (min-width: 992px) {
    .desktop-only {
        display: block;
    }
}

.main-btn {
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #0898E7;
    padding: 0 25px;
    font-size: 16px;
    height: 55px;
    line-height: 51px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #0898E7;
}

.main-btn:hover {
    background-color: rgba(8, 152, 231, 0.7);
    color: #fff;
    border-color: transparent;
}

.main-btn.main-btn-2 {
    background-color: transparent;
    color: #525A63;
    border-color: #525A63;
}

.main-btn.main-btn-2:hover {
    background-color: rgba(82, 90, 99, 0.5);
    color: #525A63;
}
/*
@keyframes animation1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes animation1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width:992px) and (max-width:1199px){
    .app-feature i {
        font-size: 30px;
    }
    .get-icon-3 {
        left: 47px;
    }
    .get-icon-2 {
        left: 36px;
    }
    .get-icon {
        left: 40px;
    }
    .bg-header .header-text {
        margin-top: 22%;
    }
    .m-img {
        width: 300px;
        margin-top: 115px;
    }
    .bg-header {
        height: 83vh;
        margin-bottom: 125px;
    }
    .part1 {
        top: 88%;
    }
    .part4 {
        left: 25%;
        top: 50%;
    }
    .part6 {
        position: absolute;
        width: 100px;
        top: 87%;
    }


}

@media screen and (max-width:768px){
    .medium-screen {
        font-size: 17px;
        letter-spacing: -1px;
    }
    .app-feature i {
        font-size: 19px;
    }
    .md-screen{
        font-size: 13px;
    }
    .my-tog-btn{
        display: block;
    }
    .bg-header .header-text {
        margin-top: 25%;
    }
    .m-img {
        width: 300px;
        margin-top: 12%;
    }
    .bg-header {
        height: 96vh;
        margin-bottom: 60px;
    }
    .part9 {
        position: absolute;
        width: 60px;
        left: 27%;
        top: 74%;
    }
    .part5 {
        position: absolute;
        width: 100px;
        left: 22%;
        top: 82%;
    }
    .part4 {
        position: absolute;
        width: 110px;
        left: 19%;
        top: 55%;
    }
    .part1 {
        position: absolute;
        width: 100px;
        left: 16%;
        top: 388px;
    }
    .part8 {
        position: absolute;
        width: 70px;
        top: 88%;
        left: 73%;
    }
    .part6 {
        position: absolute;
        width: 100px;
        top: 65%;
        left: 75%;
        -webkit-transform: rotate(61deg);
        -ms-transform: rotate(61deg);
        transform: rotate(61deg);
    }

}

@media screen and (max-width:767px){
    .part1, .part3, .part4, .part5, .part6, .part7, .part8, .part9{
        display: none;
    }
    .services .main-heading {
        font-size: 33px;
    }
    .services .sub-heading {
        font-size: 13px;
    }
    .bg-header .header-text {
        margin-top: 42%;
    }
    .bg-header .main-heading {
        font-size: 38px;
    }
    .bg-header .sub-heading {
        font-size: 13px;
    }
    .bg-header {
        margin-bottom: 60px;
    }
    #services {
        padding-bottom: 60px;
    }
    #screenshots {
        margin-bottom: 60px;
    }
    .app-feature i {
        font-size: 32px;
    }
    #store {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .app-feature:last-child{
        margin-bottom: 20px;
    }
    .get-icon {
        left: 115px;
    }
    .get-icon-2 {
        left: 113px;
    }
    .get-icon-3 {
        left: 120px;
    }
    .footer_text{
        font-size: 13px;
    }
    .footer-content {
        padding-top: 11%;
    }
    .sub-heading {
        font-size: 14px;
    }
    .main-heading {
        font-size: 32px;
    }

    .my-tog-btn {
        display: block;
        width: 25px;
    }
} */


/*===========================
     10.FOOTER css 
===========================*/
.footer-area {
    position: relative;
    z-index: 5;
    background-color: #123869;
        color: #fff;
        padding-top: 70px;
    
}

.footer-area .footer-shape {
    position: absolute;
}

.footer-area .footer-shape.shape-1 {
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    left: 70px;
    opacity: 0.55;
    -webkit-animation: animation1 2s linear infinite;
    -moz-animation: animation1 2s linear infinite;
    -o-animation: animation1 2s linear infinite;
    animation: animation1 2s linear infinite;
}

@media (max-width: 767px) {
    .footer-area .footer-shape.shape-1 {
        left: auto;
        right: 40px;
        top: 25%;
    }
}

.footer-area .footer-shape.shape-2 {
    background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
    background: linear-gradient(#33c8c1 0%, #119bd2 100%);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    bottom: 40px;
    left: 15%;
    opacity: 0.55;
    -webkit-animation: animation1 2s linear infinite;
    -moz-animation: animation1 2s linear infinite;
    -o-animation: animation1 2s linear infinite;
    animation: animation1 2s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-shape.shape-2 {
        bottom: 85px;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-shape.shape-2 {
        bottom: 110px;
    }
}

.footer-area .footer-shape.shape-3 {
    background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
    background: linear-gradient(#361cc1 0%, #2e82ef 100%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 35%;
    top: 40px;
    opacity: 0.55;
    -webkit-animation: animation1 2s linear infinite;
    -moz-animation: animation1 2s linear infinite;
    -o-animation: animation1 2s linear infinite;
    animation: animation1 2s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-shape.shape-3 {
        top: 40%;
    }
}

.footer-area .footer-shape.shape-4 {
    background-color: #EBA31A;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.55;
    -webkit-animation: animation1 2s linear infinite;
    -moz-animation: animation1 2s linear infinite;
    -o-animation: animation1 2s linear infinite;
    animation: animation1 2s linear infinite;
}

.footer-area .footer-shape.shape-5 {
    background-color: #E29E19;
    right: 37%;
    top: 0;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    opacity: 0.55;
    -webkit-animation: animation1 2s linear infinite;
    -moz-animation: animation1 2s linear infinite;
    -o-animation: animation1 2s linear infinite;
    animation: animation1 2s linear infinite;
}

.footer-area .footer-shape.shape-6 {
    background-color: #B60D81;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 125px;
    right: 15%;
    opacity: 0.55;
    -webkit-animation: animation1 2s linear infinite;
    -moz-animation: animation1 2s linear infinite;
    -o-animation: animation1 2s linear infinite;
    animation: animation1 2s linear infinite;
}

.footer-area .footer-shape.shape-7 {
    background-color: #6C63FF;
    width: 64px;
    height: 64px;
    bottom: 25px;
    right: 8%;
    opacity: 0.55;
    border-radius: 50%;
    -webkit-animation: animation1 2s linear infinite;
    -moz-animation: animation1 2s linear infinite;
    -o-animation: animation1 2s linear infinite;
    animation: animation1 2s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-shape.shape-7 {
        bottom: 20%;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-shape.shape-7 {
        bottom: 38%;
    }
}

.footer-area .footer-shape.shape-8 {
    top: 30px;
    right: -45px;
}

.footer-area .logo {
    max-width: 200px;
}

.footer-about {
    max-width: 320px;
}

.footer-about .text {
    margin-top: 30px;
}

.footer-about .social {
    margin-top: 30px;
}

.footer-about .social li {
    display: inline-block;
    margin-right: 25px;
}

.footer-about .social li a {
    font-size: 20px;
    color: #fff;    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-about .social li a:hover {
    color: #0898E7;
}

.footer-title .title {
    font-size: 20px;
    font-weight: 500;
}

.footer-link .link {
    list-style: none;
    padding-top: 10px;
}

.footer-link .link li {
    list-style: none;
    margin-top: 10px;
}

.footer-link .link li a {
    color: #fff;    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    list-style: none;
        text-decoration: none;
}

.footer-link .link li a:hover {
    color: #0898E7;
}

.footer-link-wrapper {
    width: 50%;
}

.footer-contact .contact-list li {
    list-style: none;
    text-decoration: none;
    margin-top: 20px;
}

.footer-contact .contact-list li .contact-info .info-info {
    width: 30px;
}

.footer-contact .contact-list li .contact-info .info-content .text {
    color: #fff;    font-size: 16px;
}

.footer-contact .contact-list li .contact-info .info-content .text a {
    color: #fff;    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    list-style: none;
        text-decoration: none;
}

.footer-contact .contact-list li .contact-info .info-content .text a:hover {
    color: #0898E7;
}

.footer-copyright .copyright {
    border-top: 2px solid #747E88;
    padding-top: 10px;
    padding-bottom: 25px;
}

.footer-copyright .copyright .copyright-text {
    padding-top: 15px;
}

.footer-copyright .copyright .copyright-text .text {
    color: #fff;}

.footer-copyright .copyright .copyright-privacy {
    padding-top: 15px;
}

.footer-copyright .copyright .copyright-privacy a {
    font-size: 16px;
    color: #fff;    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-copyright .copyright .copyright-privacy a:hover {
    color: #0898E7;
}

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #0898E7;
    background-size: 200%;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    background-color: rgba(8, 152, 231, 0.5);
    color: #fff;
}