﻿/*----------------------------------Theme Colors Starts-------------------------------- */
/**-- Color-1 Light --**/
.theme-clr, .hvr-clr:hover, .hvr-clr:focus, a:focus, a:hover, .theme-menu > li:hover > a::after, .theme-menu > li.active > a,
.list-items li.active a, .header-main .theme-menu .dropdown-menu > li > a:hover, .header-main .theme-menu .dropdown-menu > li > a:focus {
    color: #563d7c;
}

.small, .theme-clr-bg, .btn-1, .btn-round:hover, .btn-round:focus, .owl-nav div:hover, .owl-nav div:focus, .theme-menu > li > a::after,
.header-style3 .menu-bar, .pagintn > li a:hover, .pagintn > li a:focus, .widget-wrap.tag-cloud a:hover, .widget-wrap.tag-cloud a:focus {
    background-color: #563d7c;
}

.clrbg-before:before, .clrbg-after:after, .social-icons li a:hover, .social-icons li a:focus,
.pricing-box.active .btn-round {
    background-color: #563d7c;
}

.banner {
    border-bottom: 5px solid #563d7c;
}

.form-control:focus, .themeclr-border, .social-icons li a:hover, .social-icons li a:focus,
.btn-round:hover, .btn-round:focus, .pricing-box.active, .pricing-box.active .btn-round {
    border-color: #563d7c;
}


/**-- Color-2 Dark --**/
.theme-dark, .hvr-dark:hover, .hvr-dark:focus {
    color: #453163;
}

.theme-dark-bg, .btn-1.dark {
    background-color: #453163;
}

.darkclr-border, .owl-dot.active {
    border-color: #453163;
}

.big {
    box-shadow: 0px 0px 10px #453163, 0px 0px 20px #453163, 0px 0px 30px #453163, 0px 0px 50px #453163, 0px 0px 60px #453163;
    background-color: #453163;
}

/**-- Preloader --**/
@-webkit-keyframes small {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #563d7c;
    }

    10% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        background-color: #453163;
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #563d7c;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #563d7c;
    }
}

@keyframes small {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #563d7c;
    }

    10% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        background-color: #453163;
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #563d7c;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #563d7c;
    }
}
/*------------------------Theme Colors Ends------------------------ */

.top-zoom-banner {
    background-image: url(../img/zoom-images/TopBanner.png);
}

.section-title {
    color: #563d7c;
}


.about-wrap {
    border: none;
}

#homeAbout .about-wrap {
    border-bottom: 5px solid #563d7c;
    position: relative;
}

.about-us .feature > li {
    margin-bottom: 0px;
}

.feature img {
    width: 40px;
}