/*
Theme Name: Twenty Twenty-One/deverus Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: deverus
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.9.1695885949
Updated: 2023-09-28 07:25:49

*/

.current-menu-item a {
    color: #e36324 !important;
}

.input-group{
    display: block !important;
}

.form-ar .form-control {
    margin-bottom: 15px;
    width: 100%;
}

.form-ar textarea.form-control {
    height: 110px !important;
}

#ftg-11 .tile .caption-block .text-wrapper span.title {
    color: #e36324 !important;
    font-size: 14px;
    font-weight: 700;
}

.banner-text h1 {
    font-size: 30px;
}

.about-text ul li {
    list-style: none;
}
.about-page .about-img-sec .rating ul li {
    list-style: none;
}

.footer_border_displ ul li {
    list-style: none;
}

.top-header-ul ul li {
    list-style: none;
}

.services-sec ul li{
    list-style:none;
}



.section-service-box{
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
}
  
.section-service-box p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--bs-font-jura-serif);
  text-align:left !important;
}

.section-service-box h2 {
  font-size: 30px;
  color: var(--primary-color);
  font-family: var(--bs-font-jura-serif);
  text-transform: capitalize;
}

.services-img{
    background-size: cover;
    background-position: center;
    height: 300px;
}


.custom-pdf-box {
    position: relative;
}
    
    .blog-img {
        position: relative;
}
.blog-img:hover>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #00000069;
    font-size: 0px;
}

.blog-img>a h4 {
    display: none;
}

.custom-pdf-box:hover .hover-box {
    display: block;
    opacity: 1;
}

.blog-ar h4 {
    font-size: 15px !important;
    padding: 10px !important;
    width: 100%;
    background: #25436f;
    margin: 0;
    color: #fff;
    text-align: center;
}
.pdfemb-viewer{
    width: 100% !important;
}

body.login {
    background-color: #f00 !important; /* Change the background color */
}

.login .accessibility-description,
.login .status.valid,
.login .visualCaptcha-explanation {
    -webkit-border-radius: 3px;
    -moz-border-radius: 7px;
    /* border-radius: 7px; */
    background-color: #ef6132 !important;
    padding: 10px;
    text-align: center;
    font-family: Oxygen, sans-serif;
    /* font-size: 18px; */
    color: #fff;
    font-weight: 100;
    /* margin: 20px 0 24px; */
}

