/*!
Theme Name: theme-child
Theme URI: http://readitbro.com/
Author: ReadItBro
Author URI: http://readitbro.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme-child is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {color: #000; }
.textwidget.custom-html-widget ul {
    list-style: none;
    padding: 0;
    margin: auto;
}
.container-xxl.py-5 p {
    color: #000;
}
.carousel-caption {
    position: absolute;
    bottom: 20%;
    left: 5%;
    z-index: 10;
    max-width: 600px;
}
.service-item .service-text {
    background: var(--light);
    transition: .5s;
    background-color: #885fa8 !important;
    background: #885fa8;
    background: linear-gradient(to right, #885fa8, #6fab9d, #f39160);
}
.owl-carousel-item {
    position: relative;
    overflow: hidden;
}

.owl-carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bg-dark {
  background: #885fa8; /* Fallback color */
  background: linear-gradient(to right, #885fa8, #6fab9d, #f39160);
  color: white; /* if text is present and needs contrast */
}
.col-md-6.text-center.text-md-start.mb-3.mb-md-0 {
    color: #fff;
}
section.features-area.section-bg {
    color: #000;
    background: #fff;
}
.container-fluid.bg-dark.p-0.wow.fadeIn { height: 600px;}
.btn-primary{
	background-color: #885fa8 !important;
	background: #885fa8; /* Fallback color */
	  background: linear-gradient(to right, #885fa8, #6fab9d, #f39160);
	  color: white; /* if text is present and needs contrast */
    border-color: #885fa8 !important;
}
.textwidget.custom-html-widget p {
    color: #777777;
}
.textwidget.custom-html-widget ul li {
    color: #777;
}
.textwidget.custom-html-widget ul li a {
    color: #777;
}
section#inner_banner {
    min-height: 500px;
}

section#inner_banner .page-titles.whitecolor {
    padding: 50px;
    background: linear-gradient(to right, #885fa891, #6fab9dba, #f39160cc);
    color: #fff;
    border: 1px solid #885fa891;
    border-radius: 5px;
}

.footer .btn.btn-link:hover { letter-spacing: 0px !important; }
section#inner_banner h1 {
    color: #fff;
}
.page-id-3043 #inner_banner, .page-id-2502 #inner_banner { background-position-x: 100% !important; background: linear-gradient(to center, #b8b4a6, #025073, #898683)!important; }
section#inner_banner .col-lg-9 {
    margin-top: 180px;
}
#inner_banner {
background: no-repeat;
    background-size: cover;
}
section.features-area.section-bg {
    margin: 30px 0;
}
div#block-2 {
    color: #fff;
    padding-bottom: 12px;
    text-align: justify;
}
.btn.btn-success {
    background-color: #885fa8 !important;
    background: linear-gradient(to right, #885fa8, #6fab9d, #f39160);
    color: white;
    border-color: #885fa8 !important;
    padding: 10px 50px;
    border-radius: 5px;
}
input#wp-submit {
    background-color: #885fa8 !important;
    background: linear-gradient(to right, #885fa8, #6fab9d, #f39160);
    color: white;
    border-color: #885fa8 !important;
    color: #fff;
    margin: 10px 0 10px 0;
    padding: 10px 10px;
    border-radius: 5px;
}
#msform input.btn.color-btn {
    background-color: #885fa8 !important;
    background: linear-gradient(to right, #885fa8, #6fab9d, #f39160);
    color: white;
    border-color: #885fa8 !important;
}
#wpcf7-f3294-o1 textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
#login .form-group.col-sm-12 { margin-bottom: 15px; }


/*dashboard*/
.left-side-bar-db-dezin, .job_post-detls h2 {
    background: #034a66 !important;
    padding: 10px 15px;
    color: #fff;
}
.left-side-bar-db-dezin {
    background: #2e2751;
    /* padding: 0 0 25px 26px; */
    /* margin: 25px 0; */
    position: relative;
}

.prof.profile_image img {
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 105px;
    /* padding: 20px; */
}

.prof.profile_image p {
    color: #fff;
    font-size: 25px;
}

.prof.profile_image {
    padding: 28px;
}

.prof.profile_image p {
    color: #fff;
}

.user-profile p {
    color: #fff;
    text-align: center;
    /* padding-right: 25px; */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.menu-after-login-container {}

ul#menu-after-login li {
    padding: 10px;
    line-height: 25px;
    border-top: 1px solid #fff;
    color: #fff;
}

ul#menu-after-login li a {
    color: #fff;
    font-weight: 600;
}

ul#menu-after-login li a:hover {
    color: #ef2f2f;
}

main.jobpost-part.dashboard {
    padding: 65px 0;
    background: #e1e5e9;
}
#profile-submit {
    background: #b78d65 !important;!i;!;
    color: #fff;
    width: 100%;
    margin-top: 15px;
}
