body {
	background-color: #FFF;
	color: #777;
	font-family: 'Tajawal', Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	text-align: right;
}
.imgBackground {
    background: #F3F3F3 url(../img/bg.jpg) no-repeat center 0 !important;
    background-image: linear-gradient(transparent, transparent), url(../img/bg.jpg) !important;
    background-size: cover !important;
}
.shadowBox {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 10px 20px #BBB;
    transition: all 0.2s ease-in-out;
}
/* .shadowBox:hover { box-shadow: 0 0 11px rgb(211, 160, 9); } */

@media only screen and (max-width: 600px) {
	.activitiesPadding { padding: 0 45px; }
}

/*floating buttons*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 76px;
    left: 9px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all .2s ease-in-out;
}

.my-float {
    margin-top: 16px;
}
.float:Hover {
    color: #FFF;
    transform: scale(1.1);
}



.custom-circles-group-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.custom-circles-group-1 .circle-1 {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 96px;
    margin-bottom: 6rem
}

.custom-circles-group-1 .circle-2,
.custom-circles-group-1 .circle-3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate3d(-50%, -50%, 0)
}

.custom-circles-group-1 .circle-2 {
    top: 56%;
    left: 76%;
    width: 190px;
    height: 190px
}

.custom-circles-group-1 .circle-3 {
    top: 75%;
    left: 53%;
    width: 170px;
    height: 170px
}

@media(max-width:767px) {
    .custom-circles-group-1 .circle-2 {
        left: 84%
    }
    .custom-circles-group-1 .circle-3 {
        left: 40%
    }
}

.custom-circle {
    position: absolute;
    border-radius: 100%
}

.custom-circle.custom-circle-big {
    width: 52px;
    height: 52px
}

.custom-circle.custom-circle-medium {
    width: 23px;
    height: 23px
}

.custom-circle.custom-circle-small {
    width: 15px;
    height: 15px
}

.custom-circle.custom-circle-extra-small {
    width: 10px;
    height: 10px
}

.custom-circle.custom-circle-pos-1 {
    top: 25%;
    left: -13%
}

.custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
    top: 45%
}

.custom-circle.custom-circle-pos-2 {
    top: 43%;
    left: -4%
}

.custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
    top: 77%;
    left: -1%
}

.custom-circle.custom-circle-pos-3 {
    top: 9%;
    left: 17%
}

.custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
    top: 35%
}

.custom-circle.custom-circle-pos-4 {
    top: 53%;
    left: 20%
}

.custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
    left: 107%
}

.custom-circle.custom-circle-pos-5 {
    top: 61%;
    left: 39%
}

.custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
    top: 21%;
    left: 96%
}

.custom-circle.custom-circle-pos-6 {
    top: 41%;
    left: 46%
}

.custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
    top: 28%;
    left: 119%
}

.custom-circle.custom-circle-pos-7 {
    top: 30%;
    left: 104%
}

.custom-circle.custom-circle-pos-8 {
    top: 7%;
    left: 114%
}

.custom-circle.custom-circle-pos-9 {
    top: 76%;
    left: 27%
}

.custom-circle.custom-circle-pos-10 {
    top: 10%;
    left: 114%
}

.custom-circle.custom-circle-pos-11 {
    top: 6%;
    left: 117%
}

.custom-circle.custom-circle-pos-12 {
    top: 9%;
    left: 119.3%
}

.custom-circle.custom-circle-pos-13 {
    top: 6%;
    left: 120%
}

.custom-circle.custom-circle-pos-14 {
    left: 60%;
    top: -15%
}

.custom-circle.custom-circle-pos-15 {
    top: -11%;
    left: 60.7%
}

.custom-circle.custom-circle-pos-16 {
    top: -13.9%;
    left: 62%
}

.custom-circle.custom-circle-pos-17 {
    top: 6%;
    left: 105%
}

.custom-circle.custom-circle-pos-18 {
    top: 8%;
    left: 106.9%
}

.custom-circle.custom-circle-pos-19 {
    top: 9.5%;
    left: 108.4%
}

.custom-circle.custom-circle-pos-20 {
    bottom: 5.5%;
    left: -7%
}

.custom-circle.custom-circle-pos-21 {
    bottom: 4.5%;
    left: -8.6%
}

.custom-circle.custom-circle-pos-22 {
    bottom: 2.7%;
    left: -6.8%
}

.custom-circle.custom-circle-pos-23 {
    bottom: 2.5%;
    left: -8.5%
}

.custom-circle.custom-circle-pos-24 {
    top: 38%;
    left: -14.5%
}

.custom-circle.custom-circle-pos-25 {
    top: 12.5%;
    left: -8.5%
}

.custom-circle.custom-circle-pos-26 {
    top: 25.5%;
    left: .5%
}

.custom-circle.custom-circle-pos-27 {
    top: 46%;
    left: 44.5%
}

.custom-circle.custom-circle-pos-28 {
    top: 26%;
    left: 107%
}

.custom-circle.custom-circle-pos-29 {
    top: 6.5%;
    left: 110%
}

.custom-circle.custom-circle-pos-30 {
    top: 36.5%;
    left: 119.5%
}

.custom-circle.custom-circle-pos-31 {
    top: 66.5%;
    left: 23.7%
}

.custom-circle.custom-circle-pos-32 {
    top: 79%;
    left: 20%
}

.custom-circle.custom-circle-pos-33 {
    top: 82%;
    left: 24.2%
}

.custom-circle.custom-circle-pos-34 {
    top: 86%;
    left: 20.2%
}

.custom-circle.custom-circle-pos-35 {
    top: 84%;
    left: 69.5%
}

.custom-circle.custom-circle-pos-36 {
    top: 89.3%;
    left: 74.3%
}

.custom-circle.custom-circle-pos-37 {
    top: 13.1%;
    left: 69.5%
}

.custom-circle.custom-circle-pos-38 {
    top: 11.5%;
    left: 80.7%
}

.custom-circle.custom-circle-pos-39 {
    top: 5.4%;
    left: 75.7%
}

.custom-circle.custom-circle-pos-40 {
    top: 5.4%;
    left: 82.7%
}

.custom-circle.custom-circle-pos-41 {
    top: 86%;
    left: 103%
}

.custom-circle.custom-circle-pos-42 {
    top: 88.8%;
    left: 104.6%
}

.custom-circle.custom-circle-pos-43 {
    top: 91%;
    left: 105.8%
}

.custom-circle.custom-circle-pos-44 {
    left: 103%;
    top: 10%
}

.custom-circle.custom-circle-pos-45 {
    left: 104.7%;
    top: 14.1%
}

.custom-circle.custom-circle-pos-46 {
    left: 106.2%;
    top: 10.4%
}

.custom-circle.custom-circle-pos-47 {
    top: 86%;
    left: -3%
}

.custom-circle.custom-circle-pos-48 {
    top: 95%;
    left: -2.5%
}

.custom-circle.custom-circle-pos-49 {
    top: 93%;
    left: -4.5%
}

.custom-circle.custom-circle-pos-50 {
    top: 97%;
    left: -4.3%
}

custom-text-color-grey-1 {
    color: #777 !important
}

.custom-text-color-grey-2 {
    color: #c0c1cc !important
}

.custom-text-color-light-1 {
    color: #e0e0e0 !important
}

.custom-bg-color-light-1 {
    background-color: #eff1f3 !important
}

.custom-bg-color-light-2 {
    background-color: #eff1f3 !important
}

.custom-bg-color-grey-1 {
    background-color: #c8c5c5 !important
}

.custom-bg-color-grey-2 {
    background-color: #d3d3d3 !important
}

.custom-box-shadow-1 {
    box-shadow: 0 0 32px -7px rgba(0, 0, 0, .1)
}

.custom-border-radius-1 {
    border-radius: 10px
}


.custom-dots-rect-1 {
    width: 103px;
    height: 138px;
    position: absolute;
    bottom: 50px;
    left: -104px;
    z-index: 0
}

.custom-dots-rect-2 {
    width: 79px;
    height: 75px;
    position: absolute;
    bottom: -43px;
    right: -39px;
    z-index: 0
}

.custom-dots-rect-3 {
    width: 99px;
    height: 119px;
    position: absolute;
    top: -77px;
    left: -71px;
    z-index: 0
}

.custom-dots-rect-4 {
    position: absolute;
    top: -50px;
    right: -388px;
    width: 144px;
    height: 100px;
    transform: rotateX(180deg)
}

.custom-dots-rect-5 {
    position: absolute;
    bottom: -80px;
    left: -38px;
    width: 144px;
    height: 100px;
    transform: rotateX(180deg)
}


.custom-circle {
    position: absolute;
    border-radius: 100%
}

.custom-circle.custom-circle-big {
    width: 52px;
    height: 52px
}

.custom-circle.custom-circle-medium {
    width: 23px;
    height: 23px
}

.custom-circle.custom-circle-small {
    width: 15px;
    height: 15px
}

.custom-circle.custom-circle-extra-small {
    width: 10px;
    height: 10px
}

.custom-circle.custom-circle-pos-1 {
    top: 25%;
    left: -13%
}

.custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
    top: 45%
}

.custom-circle.custom-circle-pos-2 {
    top: 43%;
    left: -4%
}

.custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
    top: 77%;
    left: -1%
}

.custom-circle.custom-circle-pos-3 {
    top: 9%;
    left: 17%
}

.custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
    top: 35%
}

.custom-circle.custom-circle-pos-4 {
    top: 53%;
    left: 20%
}

.custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
    left: 107%
}

.custom-circle.custom-circle-pos-5 {
    top: 61%;
    left: 39%
}

.custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
    top: 21%;
    left: 96%
}

.custom-circle.custom-circle-pos-6 {
    top: 41%;
    left: 46%
}

.custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
    top: 28%;
    left: 119%
}

.custom-circle.custom-circle-pos-7 {
    top: 30%;
    left: 104%
}

.custom-circle.custom-circle-pos-8 {
    top: 7%;
    left: 114%
}

.custom-circle.custom-circle-pos-9 {
    top: 76%;
    left: 27%
}

.custom-circle.custom-circle-pos-10 {
    top: 10%;
    left: 114%
}

.custom-circle.custom-circle-pos-11 {
    top: 6%;
    left: 117%
}

.custom-circle.custom-circle-pos-12 {
    top: 9%;
    left: 119.3%
}

.custom-circle.custom-circle-pos-13 {
    top: 6%;
    left: 120%
}

.custom-circle.custom-circle-pos-14 {
    left: 60%;
    top: -15%
}

.custom-circle.custom-circle-pos-15 {
    top: -11%;
    left: 60.7%
}

.custom-circle.custom-circle-pos-16 {
    top: -13.9%;
    left: 62%
}

.custom-circle.custom-circle-pos-17 {
    top: 6%;
    left: 105%
}

.custom-circle.custom-circle-pos-18 {
    top: 8%;
    left: 106.9%
}

.custom-circle.custom-circle-pos-19 {
    top: 9.5%;
    left: 108.4%
}

.custom-circle.custom-circle-pos-20 {
    bottom: 5.5%;
    left: -7%
}

.custom-circle.custom-circle-pos-21 {
    bottom: 4.5%;
    left: -8.6%
}

.custom-circle.custom-circle-pos-22 {
    bottom: 2.7%;
    left: -6.8%
}

.custom-circle.custom-circle-pos-23 {
    bottom: 2.5%;
    left: -8.5%
}

.custom-circle.custom-circle-pos-24 {
    top: 38%;
    left: -14.5%
}

.custom-circle.custom-circle-pos-25 {
    top: 12.5%;
    left: -8.5%
}

.custom-circle.custom-circle-pos-26 {
    top: 25.5%;
    left: .5%
}

.custom-circle.custom-circle-pos-27 {
    top: 46%;
    left: 44.5%
}

.custom-circle.custom-circle-pos-28 {
    top: 26%;
    left: 107%
}

.custom-circle.custom-circle-pos-29 {
    top: 6.5%;
    left: 110%
}

.custom-circle.custom-circle-pos-30 {
    top: 36.5%;
    left: 119.5%
}

.custom-circle.custom-circle-pos-31 {
    top: 66.5%;
    left: 23.7%
}

.custom-circle.custom-circle-pos-32 {
    top: 79%;
    left: 20%
}

.custom-circle.custom-circle-pos-33 {
    top: 82%;
    left: 24.2%
}

.custom-circle.custom-circle-pos-34 {
    top: 86%;
    left: 20.2%
}

.custom-circle.custom-circle-pos-35 {
    top: 84%;
    left: 69.5%
}

.custom-circle.custom-circle-pos-36 {
    top: 89.3%;
    left: 74.3%
}

.custom-circle.custom-circle-pos-37 {
    top: 13.1%;
    left: 69.5%
}

.custom-circle.custom-circle-pos-38 {
    top: 11.5%;
    left: 80.7%
}

.custom-circle.custom-circle-pos-39 {
    top: 5.4%;
    left: 75.7%
}

.custom-circle.custom-circle-pos-40 {
    top: 5.4%;
    left: 82.7%
}

.custom-circle.custom-circle-pos-41 {
    top: 86%;
    left: 103%
}

.custom-circle.custom-circle-pos-42 {
    top: 88.8%;
    left: 104.6%
}

.custom-circle.custom-circle-pos-43 {
    top: 91%;
    left: 105.8%
}

.custom-circle.custom-circle-pos-44 {
    left: 103%;
    top: 10%
}

.custom-circle.custom-circle-pos-45 {
    left: 104.7%;
    top: 14.1%
}

.custom-circle.custom-circle-pos-46 {
    left: 106.2%;
    top: 10.4%
}

.custom-circle.custom-circle-pos-47 {
    top: 86%;
    left: -3%
}

.custom-circle.custom-circle-pos-48 {
    top: 95%;
    left: -2.5%
}

.custom-circle.custom-circle-pos-49 {
    top: 93%;
    left: -4.5%
}

.custom-circle.custom-circle-pos-50 {
    top: 97%;
    left: -4.3%
}
html .text-color-primary, html .text-primary{
    color:#AE372A !important;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title{
    transition: all .3s;
    /* background: rgba(33,37,41,.8); */
    color: #fff;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 16px;
    padding: 13px 21px 2px;
    bottom: 13%;
}
#activitiesImage{
    max-width: 100% !important;
    height: 272px !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
    background-color: #AE372A;
}
#customHeader {
    position: relative;
}   
#customHeader:before{
    border-top: 1px solid #ffffff;


}
#customHeader.heading.heading-middle-border h2, #customHeader.heading.heading-middle-border h3, 
#customHeader.heading.heading-middle-border h4, #customHeader.heading.heading-middle-border h5, #customHeader.heading.heading-middle-border h6 {
    position: relative;
    background: #EBE9E9;
    display: inline-block;
}




#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span{
    font-size:1rem;
}

#newsImage{
    height:350px;

}



.text-light-yellow{
color:#f7b349bd
}


.text-app-yellow {
    color: #F7B349!important
}

.text-app-red {
    color: #AE372A!important
}

.text-app-light-yellow {
    color: #f7b349bd!important
}

.text-app-light-red {
    color: #ae372ae8!important
}

.bg-app-yellow {
    background-color: #F7B349 !important
}

.bg-app-red {
    background-color: #AE372A!important
}

.bg-app-light-yellow {
    background-color: #f7b349e6 !important
}

.bg-app-light-red {
    background-color: #ae372ae8!important
}

.newsImage{
    height:300px !important
}


.text-app-extra-light-yellow {
    color: #f7b349c4!important
}

.text-ap-extra-light-red {
    color: #ae372acf!important
}

.bg-app-extra-light-red{
    background-color: #ae372acf!important;
}

.bg-app-extra-light-yellow{
    background-color: #f7b349c4!important;
}

@media (max-width: 850px){
	.floatingBubbles{
		display: none;
	}
 }