/* Add your css code here */
.mycarousel-caption {
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
	color: #020900;
    text-align: center;
    background-color: #e2e3e3;
    opacity: 0.8;
    line-height: 1.5;
    padding-left: 1rem;
    padding-right: 1rem;
}
.image-box {
    border: 1px solid #D9DADB;    margin-bottom: 14px;
    border-radius: 10px; background-color: #fff; overflow: hidden;
    transition: 0.4s;
}
.image-box:hover, .twitter-box:hover {
    box-shadow: none;
    transform: none;
}

.image-box:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.goal-inr { transition: 0.4s; }
.goal-inr:hover { box-shadow: 0 0 10px rgba(0,0,0,.2);    transform: scale(1.01); }
.image-box .image-box-head {
    padding: 10px 15px;
    border-bottom: 1px solid #D9DADB;
}
.image-box .image-box-head span {
    font-size: 14px;
}
.img-box {
    position: relative;
}
.logo-crsr img, .simple-crsr-img img{
    transition: 0.4s;
}
.simple-crsr-img { overflow: hidden; }
.logo-crsr img:hover, .simple-crsr-img img:hover {
    transform: scale(1.1);
}
.image-box .image-box-footer {
    padding: 10px 15px;
    border-top: 1px solid #D9DADB;
    display: inline-block;
    width: 100%;
}
.img-box .img-lb-fic {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 6px 8px;
    border-radius: 6px;
    line-height: 1;
    font-size: 12px;
}
.on-img-text {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
}
.img-box .img-text {
    padding: 6px 6px;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    min-height: 64px;
    max-height: 78px;
    overflow: hidden;
}
.img-box .img-text h5 {
    font-size: 16px;
	font-family: 'Droid Arabic Kufi', Droid Arabic Kufi;
    font-style: normal;
    font-weight: 400;
}
.img-box .img-text p {
    font-size: 14px;
    height: 91px;
    overflow: hidden;
    margin-bottom: 0;
	font-family: 'Droid Arabic Kufi', Droid Arabic Kufi;
    font-style: normal;
    font-weight: 400;
}
.img-box .img-text span {
    color: #939699;
    font-size: 12px;
}
.on-img-text.on-img-full-text {
    height: 100%;
    background: #FFFFFF81;
    color: #262D33;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
}
.on-img-text.on-img-full-text h5 {
    font-size: 15px; margin-bottom: 30px;
}
.circle {
    border-radius: 50px;
}
.blue-btn {
    background-color: #00ADD2;
    color: #fff;
}
.blue-btn:hover {
    background-color: #ff8e7b;
    color: #fff;
}
.on-img-text.on-img-full-text .btn.blue-btn {
    font-size: 14px;
    padding: 9px 25px;
}
.on-img-text.on-img-full-text p {
    font-size: 14px;
}
.on-img-text span {
    font-size: 12px;
}
.img-box .img-lb-fic.lb-pink {
    background-color: #DD587C;
    color: #fff;
}
.img-box .img-lb-fic.lb-blue {
    background-color: #00B2BF;
    color: #fff;
}
.img-box .img-lb-fic.lb-perpel {
    background-color: #94689B;
    color: #fff;
}
.img-box .img-lb-fic.lb-dark-blue {
    background-color: #055a4f;
    color: #fff;
}
.img-box .img-lb-fic.lb-orange {
    background-color: #F08750;
    color: #fff;
}
.img-box img {
width: 100%;
}
 h1.page-title {
    padding: 30px;
    font-size: 20px;
    line-height: 1.8;
 }
.region-top-right ul:not(.contextual-links) li {
    border-left: 1px solid #eceef0;
    font-size: 12px;
    height: 40px;
    margin: 0;
    padding-bottom: 0;
    display: inline;
    float: right;
 }
 .region-top-left ul:not(.contextual-links) li {
    border-left: 1px solid #eceef0;
    font-size: 12px;
    height: 40px;
    margin: 0;
    padding-bottom: 0;
    display: inline;
    float: left;
 }
.my_brand_color {
  background-color: #055a4f;
  color: #fff;
}
h2 {
    font-size: 18px;
    line-height: 1.8;
}
h3 {
    font-size: 16px;
    font-family: 'Droid Arabic Kufi', Droid Arabic Kufi;
  	line-height: 1.8;
}

h4, p, html, body {
    text-align: justify;
    font-size: 14px;
    clear: both;
}
h5, h6 {
    font-weight: 400;
    margin: 10px 0;
}
.w3css--err {
    margin-bottom: 1px;
}
