/* 
 Theme Name:   trust-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     islamic-trust
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
strong {
    font-weight: bold;
}

p {
    margin-bottom: 15px !important;
}

body a:hover {
outline-style:none;
text-decoration: underline;
}

.slider-area {
    background: var(--color-primary1);
}

.breadcrumb-section h1 {
    font-size: 2.5rem;
    text-align: center;
    padding: 40px 0;
}

.box {
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 2px solid var(--color-primary1);
    height: 100%;
}

.box p {
    margin-bottom: 20px;
}

.box a {
    margin: 20px 0;
    color: #fff;
    background: var(--color-primary1);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

#scrolltop span {
    position: absolute;
    top: 0;
    left: 10px;
}