@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #6377fc14;
}

::selection {
    background-color: #b8c0ff;
    color: #ffffff;
}

body::-webkit-scrollbar {
    width: 11px;
}
body::-webkit-scrollbar-track {
    background-color: #3f3f3f;
}
body::-webkit-scrollbar-thumb {
    background-color: #6377fc;
}
html,
body {
   overflow-x: hidden;
}
a {
    text-decoration: none;
}
@media (min-width: 992px) {
    .offcanvas {
        display: none;
        width: 60%;
    }
}


.navbar {
    background-color: #6377fc !important;
    z-index: 100;
}
.navbar-nav {
    display: flex;
    justify-content: space-between;
}
.nav-link{
    color: #ffffff !important;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
}
.nav-link:hover{
    color: #dadfff !important;
    }
.navbar-nav > li{
    padding-left: 2px;
    padding-right: 2px;
    }
.navbar-brand {
    width: 130px;
    height: auto;
}

@media(max-width:770px) {
    .navbar {
        position: relative;
    }
}





/* Mobile Header */
.navbar-toggler i {
    color: #ffffff !important;
}
.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}
.navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}
.offcanvas {
    background-color: #ffffff;
    width: 80% !important;
}
.offcanvas .nav-link{
    color: #656565 !important;
}


.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 1px solid #e2e2e2;
    border-radius: 0px !important;
}
.dropdown-item {
    color: #8b8b8b;
    font-size: 13px;
    padding: 8px;
    border-bottom: 1px solid #e2e2e2;
    transition: 0.4s;
}
.dropdown-item:hover {
    color: #ffffff;
    background-color: #6377fc;
}
#dropdown-mobile {
    background-color: rgba(255, 255, 255, 0.001);
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


/* Fixed Header */
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: #ffffff !important;
    box-shadow: #00000030 0px 10px 20px, #0000003b 0px 6px 6px;
    animation: smoothNav 0.8s ease;
}
@keyframes smoothNav {
    from {
        top: -240px;
    }

    to {
        top: 0;
    }
}
.fixed .nav-link {
    color: #383838 !important;
}
.fixed .navbar-toggler i {
    color: #6377fc !important;
}

.fixed .navbar-brand {
    width: 130px;
    height: auto;
}
@media(max-width: 500px) {
    .navbar-brand {
        width: 80px;
    }
    .fixed .navbar-brand {
        width: 80px;
    }
}
.login-btn {
    padding: 10px 25px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
     border: 1px solid #dadfff; 
    color: #6377fc;
    background: linear-gradient(to left, #dadfff 50%, #6377fc 50%);
    background-size: 200%;
    background-position: right;
    transition: background-position 0.4s;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-radius: 20px;
}
.login-btn:hover {
    background-position: left;
    border: 1px solid #dadfff; 
    color: #dadfff;
}
.signup-btn {
    padding: 10px 25px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #dadfff; 
    color: #dadfff;
    background: linear-gradient(to left, #6377fc 50%, #dadfff 50%);
    background-size: 200%;
    background-position: right;
    transition: background-position 0.4s;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-radius: 20px;
}
.signup-btn:hover {
    background-position: left;
    border: 1px solid #dadfff; 
    color: #6377fc;
}




/* Scroll Top */
.scroll-top {
    background-color: #6377fc;
    padding: 6px 5px 2px 5px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 1000;
    border: 3px solid #6377fc;
    border-radius: 50%;
    box-shadow: 0 1px 3px #000000;
}
#scroll_id {
    display: none;
}
.scroll-top i{
   color: #e4fff1;
   font-size: 25px;
}
.scroll-top:hover {
    background-color: #e4fff1;
    border: 3px solid #303030;
    transition: 0.4s;
}
.scroll-top:hover i {
    color: #303030;
    transition: 0.4s;
}
@media (max-width: 700px) {
    .scroll-top {
        display: none;
    }
}





/* Slider Section */
.main-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-btn {
    padding: 12px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    /* border: 1px solid #40ff00; */
    color: #ffffff;
    background: linear-gradient(to right, #00abf0 50%, #6377fc 50%);
    background-size: 200%;
    background-position: left;
    transition: background-position 0.4s;
    margin-bottom: 20px;
    /* border-radius: 20px; */
    /* text-transform: uppercase; */
}
.main-btn:hover {
    background-position: right;
    /* border: 1px solid #40ff00; */
    color: #ffffff;
}
@media(max-width: 992px) {
    .main-section {
        height: auto;
    }
}





.about {
    position: relative;
}
.about img {
    width: 90%;
    box-shadow: 50px -40px 1px 7px #6377fc;
}
.about .b-text {
    position: absolute;
    top: 50px;
    left: -40px;
    background-color: #6377fc;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
}
.about h2 {
    word-spacing: 12px;
    font-weight: 400;
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
}
.about .text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #0000007d;
}
.about .ab-stat h3 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 13px;
}
.about .ab-stat p {
    font-size: 14px;
    color: #3f3f3f;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.about .about-btn {
    color: #ffffff;
    background-color: #6377fc;
    padding: 14px 30px;
    border: 2px solid #6377fc;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.about .about-btn:hover {
    color: #6377fc;
    background-color: #ffffff;
}
@media(max-width: 600px) {
    .about .b-text {
        top: 50px;
        left: 20px;
    }
}






.about-sec2-bg {
    background-color: #303030;
}
.about-sec2 img {
    width: 90%;
}
.about-sec2 h1 {
    color: #ffffff;
    font-size: 35px;
    word-spacing: 10px;
    font-family: 'Roboto Slab', serif;
}
.about-sec2 p {
    color: #ffffffb1;
    font-size: 16px;
    word-spacing: 10px;
    font-family: 'Open Sans', sans-serif;
}
@media(max-width: 990px) {
    .about-sec2 img {
        width: 100%;
    }
}



.section-container {
    padding: 110px 0px;
}
.bg-sp-1 {
    background-color: #6377fc;
    padding: 80px 0px;
}

@media(max-width: 990px) {
    .bg-sp-1 {
        padding: 30px 0px;
    }
}
.bg-home-section2 {
    padding: 50px 20px;
}
.home-section2 h2 {
    /* word-spacing: 12px; */
    font-weight: 400;
    font-size: 30px;
    /* margin-bottom: 20px; */
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}
.home-section2 p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffffad;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
.home-section2 .sp-section-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.home-section2 .sp-section-content img {
    color: #ffffff;
    width: 100px;
    margin-right: 30px;
    padding: 10px;
}
.home-section2 .sp-section-content h4 {
    color: #ffffff;
    font-size: 18px;
}
.home-section2 .sp-section-content p {
    font-size: 14px;
    color: #ffffffbb;
}
.home-section2 .sp-text {
    font-size: 14px;
    color: #ffffffbb;
    margin-left: 10px;
    margin-bottom: 5px;
}
.home-section2 .sp-text:before {
    content: "\f0a4";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: #ffffffbb;
}
.home-section2 a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #ffffff;
    background-color: #00abf0;
    border-radius: 12px;
    transition: 0.4s;
}
.home-section2 a:hover {
    background-color: #00acf000;
}




.accordion-item .accordion-button {
    background-color: #6377fc;
    color: #ffffff;
    font-weight: 600;
}
/* .accordion-item .accordion-button::after {
    content: "\f0a4";
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffffbb;
} */
input {
    padding: 10px;
    font-size: 14px;
    color: #7a7a7a;
}
label {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
}
input::placeholder {
    font-size: 14px;
}
input:focus {
    box-shadow: none !important;
    border: 1px solid #6377fc !important;
}


.footer-banner {
    background-color: #303030;
    padding: 35px 0px 30px 0px;
}
.footer-banner .banner h2 {
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Roboto Slab', serif;
}
.footer-banner .banner p {
    color: #ffffffab;
    font-size: 18px;
}
.banner .banner-btn {
    color: #ffffff;
    background-color: #6377fc;
    padding: 14px 30px;
    border: 2px solid #6377fc;
    text-decoration: none;
    border-radius: 24px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
}
.banner .banner-btn:hover {
    color: #6377fc;
    background-color: inherit;
}





.service-section {
    text-align: center;
}
.service-head p {
    color: #6377fc;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}
.service-head p span {
    color: #00abf0;
}
.srv-line {
    background-color: #6377fc;
    width: 75px;
    height: 4px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.service-head h4 {
    font-weight: 400;
    color: #949494;
    font-size: 16px;
    margin-bottom: 40px;
}
.service-section .service-card {
    position: relative;
    background-color: #ffffff;
    box-shadow: #63636333 0px 2px 8px 0px;
    border-radius: 15px;
    padding: 15px;
    transition: 0.4s;
}
.service-section .service-card img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.service-section .service-card .service-png {
    position: absolute;
    top: 234px;
    left: 45%;
    background-color: #6377fc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #6377fc;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}
.service-section .service-card .service-png i {
    font-size: 24px;
    color: #ffffff;
    transition: 0.4s;
}
.service-section .service-card h3 {
    color: #424242;
    font-size: 21px;
    margin-top: 12px;
}
.service-section .service-card .text {
    font-size: 15px;
    color: #8f8f8f;
    margin-bottom: 20px;
}
.service-section .service-btn {
    color: #6377fc;
    text-decoration: none;
    margin-bottom: 20px;
}
.service-section .service-btn:hover {
    color: #00abf0;
}
.service-section .service-card:hover .service-png {
    background-color: #ffffff;
    border: 2px solid #00abf0;
}
.service-section .service-card:hover .service-png i {
    color: #00abf0;
}








.bg-testi {
    background-color: #ffffff;
}
.testi-head .b-text {
    color: #6377fc;
    letter-spacing: 3px;
    width: fit-content;
    margin-bottom: 10px;
}
.testi {
    padding: 40px 10px;
    display: flex;
    background-color: #dadfff;
    position: relative;
    height: 300px;
    border-radius: 10px;
}
.testi .sub-testi img {
    width: 60px !important;
    height: auto !important;
    margin-right: 15px;
}
.testi .sub-testi i {
    font-size: 35px;
    color: #6377fc;
}

.testi .sub-testi p {
    font-size: 15px;
    color: #505050;
}
.testi .sub-testi .name {
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 500;
}
.testi .sub-testi .desig {
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 500;
}

.owl-dots {
    text-align: center;
    margin-top: 50px;
}

.owl-dots button span {
    background-color: inherit !important;
}
.owl-dots button {
    background: #ffffff !important;
    width: 15px;
    height: 15px;
    border-radius: 26px;
    margin: 10px 5px;
    transition: 0.3s;
}

.owl-dots button.active {
    width: 30px;

}






/* Page Image */
.slider-img img {
    width: 100%;
    height: 300px;
}
.slider-img {
    position: relative;
}
.slider-img .top-content {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000ab;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slider-img .top-content h2 {
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 30px;
}
.slider-img .top-content .top-link {
    color: #6377fc;
    padding: 10px 20px;
    width: fit-content;
}
.slider-img .top-content .top-link a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}
.slider-img .top-content .top-link a:hover {
    color: #6377fc;
    transition: 0.5s;
}
@media(max-width:770px){
    .slider-img img {
        height: 180px;
    }
    .slider-img .top-content h2 {
        font-size: 25px;
    }
    .slider-img .top-content .top-link a {
        font-size: 14px;
    }
}






/* Footer */

/* Footer */
.ls-footer-bg {
    background-color: #6377fc;
    padding: 60px 10px;
}
.footer-logo {
    width: 160px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.footer-content ul li {
    margin-bottom: 7px;
    margin-left: 10px;
}
.footer-content ul li a {
    text-decoration: none;
    color: #ffffff99;
    font-size: 16px;
    transition: 0.5s;
}
.footer-content ul li a:hover {
    text-decoration: none;
    color: #ffffff;
    margin-left: 5px;
}
.footer-content h3 {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px; 
}
.footer-content h4 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;   
    margin-bottom: 5px;
}
.footer-text {
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
}
.footer-text a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}
.footer-text a:hover {
    color: #ffffff;
}
.footer-content i {
    margin-right: 10px;
    color: #6377fc;
    background-color: #e6e9ff;
    padding: 10px;
    border-radius: 4px;
}

.footer-link {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}
.footer-link a i {
    font-size: 17px;
    color: #ffffff;
    margin: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
    transition: 0.5s;
}
.footer-link a i:hover {
    color: #6377fc;
    background-color: #ffffff;
    border: 1px solid #6377fc;
}

.footer-content {
    display: flex;
    flex-direction: column;
}
@media(max-width: 500px) {
    .footer-link {
        justify-content: center;
    }
    .footer-logo {
        margin: 20px auto;
    }
}
.copyright-section {
    /* background-color: #ff2f00; */
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.copyright {
    margin-bottom: 20px;
    margin-left: 8px;
    color: #ffffff;
}
.copyright a{
    text-decoration: none;
    color: #ed655c;
    font-weight: 500;
}
.copyright a:hover{
    text-decoration: none;
    color: #e1e1e1;
}