* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif)
        center no-repeat #fff;
}

/*Common*/

.services-nav-dropdown {
    width: 800px;
    padding: 30px 50px;
    line-height: 1.8;
}

.services-nav-dropdown ul,
.mobile-dropdown-menu ul {
    list-style-type: none;
}

.mobile-dropdown-menu {
    padding: 10px 5px 10px 40px;
}

.services-nav-dropdown ul li::before,
.mobile-dropdown-menu ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #2fab73;
    padding-right: 10px;
    margin-left: -20px;
}

.buttons-bg {
    background: linear-gradient(270deg, #8c32f0 0%, #e73587 100%);
    color: white;
    border-radius: 0;
    padding: 5px 20px;
}

.buttons-bg:hover {
    background: linear-gradient(90deg, #8c32f0 0%, #e73587 100%);
    color: white;
}

.main-navbar {
    padding: 30px 30px 50px 30px;
}

.heading-underline {
    /*padding: 5px;*/
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #e73587;
}

/*Common*/
.banner-background {
    background: linear-gradient(180deg, #f6f9ff 0%, #ebf1ff 100%);
    height: auto;
    width: 100%;
}

.banner-main-text {
    text-align: center;
    max-width: 700px;
}

.banner-main-text .banner-main-heading,
.banner-main-text .banner-sub-heading {
    font-family: "Mulish", sans-serif;
}

.banner-main-text .banner-main-heading {
    font-size: 49px;
    font-weight: 900;
}

.banner-main-text .banner-sub-heading {
    font-size: 30px;
    color: #7d7987;
    font-weight: 300;
}

.left-circle {
    width: 230px;
    height: 230px;
    background: #f0f3fa;
    border-radius: 50%;
    position: absolute;
    left: -146px;
}

.about-us .para {
    max-width: 750px;
    color: #2b2b2b;
}

.check-list-icon {
    list-style: none;
    font-size: 18px;
}

.check-list-icon li {
    padding: 10px 0;
}

.check-list-icon li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #2fab73;
    padding-right: 10px;
    margin-left: -20px;
}

.review-person-info {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.review-person-info img {
    width: 50px !important;
    border-radius: 50%;
}

.common-footer ul li {
    padding: 5px 0;
}

#features-slider .card-title {
    min-height: 50px;
    overflow: hidden;
    margin-bottom: 0;
}

#features-slider .card-text {
    min-height: 80px;
    overflow: hidden;
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    /* align-items: center; */
}

.key-features::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 300px;
    background: rgba(179, 190, 247, 0.21);
}

#features-slider .owl-nav .owl-next,
#features-slider .owl-nav .owl-prev {
    font-size: 38px;
    font-weight: 400;
    background: linear-gradient(
        180deg,
        #e73587 43.1%,
        rgba(142, 53, 231, 0) 100%
    );
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
}

#features-slider .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 40%;
}

#features-slider .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    top: 40%;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.contact-banner-img {
    padding-left: 0;
}

.contact-banner-img img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 350px;
}
/* 
.main-navbar .nav-item:hover {
    border-bottom: 2px solid #e73587;
    color: rgba(0, 0, 0, .9);
    
}


.active-navlink {
    border-bottom: 2px solid #e73587;
    color: rgba(0, 0, 0, .9);
} */

.services-list {
    padding: 0 50px;
}

.services-heading-underline {
    padding: 5px;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #e73587;
}

.services-check-list {
    font-size: 20px;
}

.services-check-list ul li {
    padding: 5px 0;
}

.services-check-list ul li::before {
    padding: 10px 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #2fab73;
    padding-right: 10px;
    margin-left: -20px;
}

.services-topics {
    background: #e8f0ff;
    padding: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.research-method-service .check-list-icon ul li::before {
    margin-left: -32px;
}

.statistical-analysis-service .services-check-list {
    font-size: 18px;
    padding-left: 2rem;
}

.statistical-analysis-service .services-check-list ul li::before {
    margin-left: -30px;
}

.thesis-editing-service .services-check-list ul li::before {
    margin-left: -35px;
}

.footer-list ul {
    list-style-type: none;
}

.footer-list ul li::before {
    padding: 10px 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    padding-right: 10px;
    margin-left: -20px;
}

.footer-list ul a {
    color: #ecececc7;
}

.footer-list ul a li {
    padding-bottom: 5px;
}

.common-service .points-padding .services-check-list ul li::before {
    margin-left: -32px;
}

.desktop-nav li {
    padding: 0 3px;
}

/* Authentication */
.auth-box .auth-header {
    font-size: 25px;
}

.auth-box input {
    border-radius: 0;
}

.auth-box .auth-button {
    padding: 8px 60px;
    font-size: 1.2rem;
}

.auth-box .password-reset-button {
    font-size: 1.1rem;
}
