.gradiantbg {
  position: relative;
  height: 100%;
  color: white;
  background-image: linear-gradient(#ff9d2f, #ff6126); /*#8e2007, #d25525*/
  /* change the calc height to a percentage height to get alternate responsive behavior*/
}
.headera {
  position: relative;
  height: 400px;
  background-image: linear-gradient(#ff9d2f, #ff6126); /*#8e2007, #d25525*/
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 80%
  );
  /* change the calc height to a percentage height to get alternate responsive behavior*/
}


.logorays {
  position: relative;
  height: 400px;
  background-image: linear-gradient(#ffeb3b, #ff9800a6); /*#8e2007, #d25525*/
  clip-path: polygon(
    50% 77%,
    100% 110%,
    100% 35%,
    50% 80%,
    90% 0,
    70% 0,
    50% 82%,
    50% 80%,
    62% 0,
    40% 0,
    50% 60%,
    50% 67%,
    32% 0,
    10% 0,
    50% 73%,
    50% 76%,
    0 35%,
    0 110%,
    50% 80%
    );


  /* change the calc height to a percentage height to get alternate responsive behavior*/
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000
}



.single-event-image img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
    min-height: 240px;
}


img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}


.center-logo {
    margin-top: -175px;
    margin-right: 620px;
    margin-top: -170px;
    position: absolute;
}

.headerb {
  position: relative;
  height: 100px;
  background-image: linear-gradient(#41921f, #1b380c);/*#41921f, #1b380c)*/
  clip-path: polygon(
    0 0,
    100% 50%,
    100% 100%,
    0 100%
  );
  /* change the calc height to a percentage height to get alternate responsive behavior*/
}
.h1 {
  margin: 0;
  padding: 100px 0;
  font: 44px "Arial";
  color: white;
  text-align: center;
}

#footer img {
  width: 150px;
  height: auto;
}

.sectiona {
  margin-top: -5vw;
  background-image: linear-gradient(135deg, #777, #111);
}


.comment-form-coc-area {
    position: relative;
    padding: 5rem 1rem;
    text-align: center;
}

.comment-form-coc-area .circle-text-coc {
    top: 0;
    left: 0;
    right: auto;
    color: #939393;
    pointer-events: none;
    z-index: 1;
}

.circle-text:defined {
    display: block;
}

.circle-text {
    display: none;
    text-transform: uppercase;
    position: absolute;
    font-size: .65rem;
    font-weight: 700;
    color: #939393;
    letter-spacing: .1rem;
    top: 5px;
    right: 356px;
    z-index: -2;
    -webkit-transform: rotate(-136deg);
    transform: rotate(-136deg);
}

.unicolor {
  color: #eaa146;
}


/*----------------------------------------*/
/*  5. Course Area
/*----------------------------------------*/

.course-area .section-title-wrapper {
    margin-bottom: 122px;
}

.single-item-image a {
    display: inline-block;
}

.single-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 150px;
    top: -35px;
}

.overlay-effect a {
    position: relative
}

.overlay-effect a:before {
    background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    width: 100%;
}

.single-item:hover .overlay-effect a:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.single-item {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 3px solid #A03720;
    padding: 0 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
    height: 390px;
}

.single-item:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

.single-item-text h4 {
    font-size: 20px;
    padding-top: 7px;
}

.single-item-text h4 a,
.single-item-text h4 {
    color: #2d3e50;
}

.single-item-text h4 a:hover {
    color: #A03720;
}

.single-item-text-info span {
    color: #696969;
    font-family: "DroidKufi-Regular";
    margin-left: 11px;
}

.single-item-text-info span span {
    color: #2d3e50;
}

.single-item-text>p {
    color: #222222;
}

.single-item-content {
    margin-bottom: 44px;
    overflow: hidden;
    padding-top: 21px;
}

.single-item-text-info {
    margin-bottom: 18px;
    padding-top: 5px;
}

.single-item-comment-view span {
    color: #696969;
    display: inline-block;
    font-family: "DroidKufi-Regular";
    font-size: 12px;
    margin-left: 17px;
}

.single-item-comment-view span:last-child {
    margin-left: 0
}

.single-item-comment-view>span i {
    font-size: 14px;
    margin-left: 8px;
}

.single-item-comment-view,
.single-item-rating {
    display: inline-block;
}

.single-item-rating {
    color: #f3c30b;
    float: left;
    font-size: 16px;
}

.single-item-rating i {
    margin-right: 3px;
}

.single-item .button-default {
    background: #A03720 none repeat scroll 0 0;
    padding: 8px 33px;
}

.button-bottom {
    margin-bottom: -19.5px;
    text-align: center;
}



.single-item:hover .button-default {
    background: #2d3e50 none repeat scroll 0 0;
}

.button-large.button-default {
    background: #A03720 none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    font-size: 18px;
    margin-top: 83px;
    padding: 12px 18px;
    text-transform: capitalize;
}

.button-default.button-large:hover {
    background: #2d3e50 none repeat scroll 0 0;
}

.button-large.button-default i {
    font-size: 28px;
    line-height: 20px;
    margin-right: 11px;
    position: relative;
    top: 4px;
}


/* SECTION NEWS */

.news {
  background-color: #e0e0e0;
}

#recentnews {
    min-height: 500px;
    padding: 80px 0;
}
#recentnews p {
    display: inline-block;
}
#recentnews .latest_blog {
}
#recentnews .latest_blog h2 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    color: #222222;
}
#recentnews .latest_blog p {
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}
#recentnews .single_blog_item {
    border: 1px solid #d1d3d1;
}
#recentnews .blog_content {
    padding: 15px;
    min-height: 250px;
}
#recentnews .blog_content h3 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #f1a40f;
    font-family: 'Roboto Slab', serif;
}
#recentnews .expert {
    color: #aeadad;
}
#recentnews .expert span.time {
    padding-right: 10px;
    border-right: 1px solid;
}
#recentnews .expert span.admin {
    padding-left: 5px;
    color: #aeadad;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

#recentnews .blog_news .blog_img {
    height: 230px;
}
#recentnews .blog_news .blog_img img {
    width: 100%;
    height:100%;
}
#recentnews .blog_news span.right_msg span {
    font-size: 14px;
    color: #aeadad;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
#recentnews .expert a {
    color: #aeadad;
}
#recentnews .expert p.right_side {
    float:left;
}
#recentnews p.blog_news_content {
    color: #377aad;
    font-size: 18px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#recentnews a.blog_link {
    text-transform: uppercase;
    font-weight: 500;
    color: #545353;
    transition: 0.7s;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 40px;
}
#recentnews a.blog_link:hover {
    color: #43a906;
}


/* SECTION NEWS END */

/*----------------------------------------*/
/*  5. Font Area
/*----------------------------------------*/

@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../fonts/DroidKufi-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidKufi-Bold';
    src: url('../fonts/DroidKufi-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Thuluth';
    src: url('../fonts/DecoType-Thuluth.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThuluthD';
    src: url('../fonts/thuluth-decorated.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Naskh';
    src: url('../fonts/taha-naskh.ttf');
    font-weight: normal;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'naskh';
    line-height: 1.5;
}


.section-margin {
    margin: 120px 0 140px 0
}

.section-padding {
    padding: 120px 0
}

.section-bottom-padding {
    padding: 0 0 120px 0
}

.section-top-padding {
    padding: 120px 0 0 0
}

.section-title {
    text-align: center;
    overflow: hidden;
    position: relative
}

.section-title h3 {
    color: #2d3e50;
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.section-title p {
    color: #000000;
    font-family: "Naskh";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
}

.section-title-wrapper:before {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    text-align: center;
    width: 230px;
}

.section-title-wrapper:after {
    background: rgba(0, 0, 0, 0) url("../img/logo/logo40.jpg") no-repeat scroll 0 0;
    bottom: -8px;
    color: #1bb4b9;
    content: "";
    font-size: 14px;
    height: 20px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.white .section-title h3,
.white .section-title p {
    color: #ffffff;
}

.section-title-wrapper.white:before {
    background: #ffffff none repeat scroll 0 0;
}

.white.section-title-wrapper:after {
    background: rgba(0, 0, 0, 0) url("../img/logo/logo40.jpg") repeat scroll 0 0;
}

.section-title-wrapper {
    margin-bottom: 30px !important;
    position: relative;
}

.page-contents section:last-child, #footer *:last-child {
    margin-bottom: 0 !important;
}

/*----------------------------------------*/
/*  5. facts Area
/*----------------------------------------*/
.index-features {
    padding: 0;
    list-style: none;
}



.index-features li {
    display: inline-block;
    padding: 30px 15px 0 15px;
    border-right: 1px solid #AEAEAE;
    width: 24%;
    float: right;
}

.index-features li >span.upper {
    color: #4b4b4b;
    font-size: 48px;
}

.index-features li >span {
    display: block;
    font-family: 'Ruda';
    font-weight: bold;
    font-weight: 900;
    line-height: 33px;
}

.index-features li >span.sub {
    color: #AAB432;
    font-size: 22px;
}

/*----------------------------------------*/
/*  5. Album Area
/*----------------------------------------*/

.album-hover:hover {
	background-color: gray;
	opacity: 0.2;
	transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.album-title {
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;
	color: white;
	padding: 10px 5px;
	opacity: 1;
	background-color: #33333380;
}

.album-title:hover {
	text-decoration: none;
	color: white;
}

/*----------------------------------------*/
/*  5. Album Area End
/*----------------------------------------*/

/*----------------------------------------*/
/* Videos Section 2 CSS Start */
/*----------------------------------------*/
.fluid-ratio-inner p{
    position:absolute;
    bottom:-10px;
    right:0;
    width:100%;
    color:#fff;
    padding:10px 5px;
    opacity:1;
    background-color:#33333380

}
.playlist-wrap .playlist-item .ol-hover{
    overflow:inherit;
	margin-bottom: 10px;
}
.fluid-ratio-wrap{
    position:relative;height:0;padding-bottom:56.25%

}
.fluid-ratio-wrap>:first-child{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.event {
  width: 100%;
}

.event .text {
    background: #f5f5f5;
    padding: 20px;
    height: 100%;
    color: white;
}


.event .image .overlay {
    background-image: -webkit-linear-gradient(90deg, #000 0%, rgba(0,0,0,0.08) 92%, rgba(53,39,60,0.03) 97%, rgba(105,78,119,0) 100%);
    opacity: 0.902;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 5px 30px;
    color: #fff;
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.event .day {
    font-size: 9rem;
    margin-left: 10px;
}

.event .month {
    font-size: 3rem;
    position: relative;
    top: 0;
    margin-right: 20px;


}

.event .year {
    font-size: 3rem;
    position: relativeb b            ;
    bottom: 0;
    margin-right: 20px;
}

.event .image .overlay span {
    font-size: 3rem;
}


.imageleft, .textright {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-top: 0 !important;
    height: 300px;

}


a, button, i, span, strong, small {
    display: inline-block;
}


/* rotatd wrapper */
.rotated-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    overflow: hidden;
    height: 500px;
    transform: rotate(-10deg) translateX(-15%);
}

section.with-rotated-bg {
    padding-top: 220px;
    padding-bottom: 180px;
    margin-top: 100px;
}

.ov-yellow-alpha-70:before {
    background-color: #FCF39A;
    opacity: 0.9;
}

[class*="ov-"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.video-playlist-wrap{
    padding:20px

}
.video-playlist-wrap .playlist-wrap{
    position:relative

}
.video-playlist-wrap .playlist-item .thumb{
    width:100%

}
.video-playlist-wrap:not(.two-col)
.playlist-wrap{
    margin-left:-7.5px;
    margin-right:-7.5px

}
.video-playlist-wrap:not(.two-col) .playlist-wrap .playlist-item{
    padding-top:15px;
    padding-left:7.5px;
    padding-right:7.5px

}
.video-playlist-wrap:not(.two-col) .details{
    padding:10px 0

}
.video-playlist-wrap.two-col .playlist-wrap .scroll-wrap{
    padding-left:15px;list-style:none;

}
.video-playlist-wrap.two-col .playlist-item:not(:first-child){
    padding-top:10px;margin-top:10px;border-top:#ebebeb solid 1px
}

.video-playlist-wrap.two-col .details{
    padding:0 10px
}

@media (min-width: 768px) and (max-width: 990px){
	.playlist-wrap {
		margin-top: 30px !important;
	}
}
/*----------------------------------------*/
  /* Videos Section CSS End  */
/*----------------------------------------*/




/*----------------------------------------*/
/*  10. Event Area
/*----------------------------------------*/

.single-event-image>a {
    display: block;
    position: relative;
}

.single-event-image>span {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 196px;
    right: 0;
    position: absolute;
    width: 100%;
}

.single-event-image a>span {
    background: #eaa14669 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-family: "DroidKufi-Regular";
    font-size: 24px;
    height: 96px;
    right: 0;
    line-height: 35px;
    padding-top: 16px;
    position: absolute;
    width: 100%;
}



.single-event-image span {
    display: block;
    font-family: "Thuluth";
    font-size: 42px;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
  }


.single-event-text>h3 a,
.single-event-text>h3 {
    color: #4c4c4c;
}

.single-event-item:hover h3 a {
    color: #A03720;
}

.single-event-text>h3 {
    font-family: "DroidKufi-Regular";
    margin-bottom: 5px;
}

.single-event-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 2px solid #A03720;
    padding: 10px 20px 35px;
}

.single-event-text .article-content {
    overflow: hidden;
     height: 54px;
     margin-bottom: 20px;
}

.single-event-item .single-item-comment-view {
    margin-bottom: 12px;
}

.single-event-item .single-item-comment-view span {
    margin-left: 12px;
}

.single-event-item .single-item-comment-view span:last-child {
    margin-left: 0;
}

.single-event-item .button-default {
    background: #eaa146 none repeat scroll 0 0;
    margin-top: 16px;
    padding: 6px 23px;
    position: absolute;
    bottom: 10px;
    left: 40px;
    color: white;
    }


}

.single-event-item:hover .button-default {
    background: #2d3e50 none repeat scroll 0 0;
}

.single-event-item {
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    margin-top: 20px;
}

.button-corner {
      position: absolute;
      margin-top: 50px;
      background: white;
      color: black;
      font-size: 40px;
      text-align: left;
}


/* events style  */
/* news items style */
.single-latest-text>textarea {
    margin: 0px;
    width: 95%;
    text-align: justify;
    height: 80px;
    border: 0px;
    background: inherit;
    alignright;
}

.single-latest-text>h3 {
    font-family: Naskh !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.single-latest-text-title {
  font-family: Naskh;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  height: 100px;
}




.single-latest-item {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top:20px;
}





.single-latest-item:hover {
    box-shadow: -2px 5px 25px rgba(34, 30, 31, 0.25);
}

.single-latest-text-title a {
    color: #2d3e50;
}

.single-latest-text-title a:hover {
    color: #A03720
}

.single-latest-image {
    float: right;
    width: auto;
    height: 100px;
}


.single-latest-image>a {
    display: block;
    position: relative;
}

.single-latest-image>span {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 196px;
    right: 0;
    position: absolute;
    width: 96px;
}

.single-latest-image a>span {
    background: #eaa146c7 none repeat scroll 0 0;
    top: 0;
    color: #ffffff;
    font-family: "DroidKufi-Regular";
    font-size: 24px;
    height: 100px;
    right: 0;
    line-height: 35px;
    padding-top: 16px;
    position: absolute;
    width: 100px;
}



.single-latest-image span {
    display: block;
    font-family: "DroidKufi-Bold";
    font-size: 42px;
    text-align: center;
}




.single-latest-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 2px solid #A03720;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    position: relative;
    margin-top: inherit;
    width: auto;
    text-align: justify;
}

.single-latest-item .single-item-comment-view span {
    margin-left: 13px;
}

.single-latest-item .single-item-comment-view {
    display: block;
    margin-bottom: 3px;
}

.single-latest-item .button-default {
    background: #A03720 none repeat scroll 0 0;
    font-size: 12px;
    margin-top: 9px;
    padding: 4px 21px;
}

.single-latest-item:hover .button-default {
    background: #2D3E50 none repeat scroll 0 0;
}


/*----------------------------------------*/
/*  10. Announcement Area
/*----------------------------------------*/

.announcement-image>a {
    display: block;
    position: relative;
}

.announcement-image>span {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%;
}

.announcement-image a>span {
    background: #15326769 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-family: "Naskh";
    font-size: 24px;
    height: 120px;
    left: 0;
    line-height: 35px;
    position: absolute;
    width: 100%;
}

.announcement-image a>p {
    background: #091a6d69 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-family: "Thuluth";
    font-size: 18px;
    height: 75px;
    left: 0;
    line-height: 25px;
    padding: 10px 20px 35px;
    position: absolute;
    width: 100%;
}


.announcement-image span {
    display: block;
    font-family: "Thuluth";
    font-size: 42px;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
  }

.announcement-image img {
    width: 100%;
    }


.announcement-text>h3 a,
.announcement-text>h3 {
    color: #4c4c4c;
}

.announcement-item:hover h3 a {
    color: #A03720;
}

.announcement-item .announcement-comment-view {
    margin-left: 20px;
}

.announcement-item .announcement-comment-view span {
    margin-left: 12px;
}

.announcement-item .announcement-comment-view span:last-child {
    margin-left: 0;
}


.announcement-item {
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    margin-top: 20px;
}


/*------------------------------------------------------------------------*/
/*  Trasparent backgroud added as a slider layer to highlight white text  */
/*------------------------------------------------------------------------*/
.trasparent_bg {
    background-color: #c58739b8;
    width: auto;
    height: auto;
}

/* Titles and content style */

* {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.article-title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 24px !important;
	text-align: left !important;
}

.article-content {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 13px !important;
}

.subtitle {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size:16px !important;
}

.breadcrumb {
    position: initial;
    left: initial;
    top: initial;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 14px;
    margin-right: 30px;
    margin-left: 30px;
}

.menu-breadcrumb-wrapper {
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

#header .sub-logo img{
    height: 75px;
    position: absolute;
    bottom: 0;
}
