body {

  text-align: right;

  direction: rtl;

  font-family: 'Cairo', sans-serif;

}



a{

  text-decoration: none !important;

  color: #303030 !important;

}

.carousel-item > a:hover {

  color:#fff;

}



.navbar-nav-svg {

  display: inline-block;

  height: 1.1rem;

  width: 1.5rem;

}



.line-h {

  line-height: .5;

}



.co {

  min-height: 68px;

  background-color:#157880;

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);

}



.navbar-nav a {

  color: #fff !important;

  font-family: 'Cairo', sans-serif;

}



.nv-br {

  display: flex;

  height: 100%;

  padding: 5px 15px 5px 15px;

}



.navbar-inverse {

  border-color: #ffffff00 !important;

}



.navbar-light .navbar-toggler {

  border-color: rgba(255, 255, 255, 0.44);

}



.dropdown-menu {

  right: 0;

}



.navbar-toggler {

  padding: 3px 8px 3px 8px;

}



.logo{

  height: 64px;

}

@media only screen and (min-device-width: 320px) and (max-device-width: 424px) {

  .logo1 {

    width: 50px;

    height: 100%;

  }



  .logo2 {

    width: 160px;

    height: 100%;

  }



  .nv-br {

    margin-right: 0px !important;

  }

}



.dropdown-item:hover {

  background-color: #962020;

}



@media only screen and (min-device-width: 425px) and (max-device-width: 767px) {

  .logo2 {

    width: 205px;

    height: 100%;

  }



  .navbar-toggle {

    margin-top: 25px !important;

  }



  .nv-br {

    margin-right: 0px !important;

  }

}



#wrapper.toggled .sidebar-wrapper {

  width: 250px;

}



.sidebar-wrapper {

  z-index: 1000;

  position: fixed;

  left: -15px;

  top: 70px;

  width: 0;

  height: 100%;

  background: #157880;

  transition: all 0.5s ease;

}



.sidebar-nav {

  position: absolute;

  top: 0;

  width: 250px;

  margin-top: 0;

  padding: 0;

  list-style: none;

}



.sidebar-nav li {

  text-indent: 20px;

  line-height: 40px;

  border-bottom: 1px solid #055665;

  list-style: none;

  color: #fff;

}



.sidebar-nav li a {

  display: block;

  text-decoration: none;

  color: #fff !important;

  font-family: 'Cairo', sans-serif;

  font-size: 14px;

}



.cancel-icon {

  position: absolute;

  background-color: #157880;

  padding: 1.5px 7px;

  right: 0;

  margin-right: -15px;

  margin-top: 5px;

  border-radius: 50%;

  border: 1.5px solid#157880;

  color: white;

  height: 32px;

  width: 32px;

}



.roo {

  margin-right: -28px;

  margin-top: -17px;

  height: 27px;

  width: 27px;

}



.styles {

  height: 100%;

  width: 0;

  position: fixed;

  z-index: 3;

  top: 0;

  left: 0;

  background-color: rgba(0, 0, 0, 0.9);

  overflow-y: auto;

  overflow-x: hidden;

  text-align: center;

  opacity: 0;

  transition: opacity 1s;

}



#content {

  position: absolute;

  height: 50px;

  width: 300px;

  margin-left: 170px;

  top: 50%;

  left: 50%;

  transform: translate(-79%, -32%) scale(0.4);

}



@media (min-width: 320px) and (max-width: 480px) {

  

  .f-11 {

    font-size: 9px !important;

}

.fm{

  font-size: 1rem !important;

}

  

}



#content.on {

  animation-name: in-out;

  animation-duration: 0.7s;

  animation-timing-function: linear;

  animation-iteration-count: 1;

}



.input {

  box-sizing: border-box;

  width: 50px;

  height: 50px;

  border: 4px solid #FFFFFF;

  background: #157880 !important;

  border-radius: 50%;

  background: none;

  color: #fff;

  font-size: 16px;

  font-weight: 400;

  font-family: class="search close";

  outline: 0;

  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;

  transition-delay: 0.4s;

  transform: translate(-100%, -50%);

}



.search {

  background: none;

  position: absolute;

  top: 0px;

  left: 0;

  height: 50px;

  width: 50px;

  padding: 0;

  border-radius: 100%;

  outline: 0;

  border: 0;

  color: inherit;

  cursor: pointer;

  transition: 0.2s ease-in-out;

  transform: translate(-100%, -50%);

}



.search:before {

  content: "";

  position: absolute;

  width: 20px;

  height: 4px;

  background-color: #fff;

  transform: rotate(45deg);

  margin-top: 26px;

  margin-left: 17px;

  transition: 0.2s ease-in-out;

}



.close {

  transition: 0.4s ease-in-out;

  transition-delay: 0.4s;

}



.close:before {

  content: "";

  position: absolute;

  width: 27px;

  height: 4px;

  margin-top: -1px;

  margin-left: -13px;

  background-color: #fff;

  transform: rotate(45deg);

  transition: 0.2s ease-in-out;

}



.close:after {

  content: "";

  position: absolute;

  width: 27px;

  height: 4px;

  background-color: #fff;

  margin-top: -1px;

  margin-left: -13px;

  cursor: pointer;

  transform: rotate(-45deg);

}



.square {

  box-sizing: border-box;

  padding: 0 40px 6px 10px;

  width: 530px;

  height: 60px;

  border: 4px solid #FFFFFF;

  border-radius: 0;

  background: #157880 !important;

  color: #fff;

  font-family: 'Cairo', sans-serif;

  font-size: 33px;

  font-weight: 400;

  outline: 0;

  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;

  transition-delay: 0.4s, 0s, 0.4s;

  transform: translate(-100%, -50%);

  border-radius: 113px;

}



.hide-overflow {

  overflow: hidden !important;

}



@media (max-width: 900px) {

  body {

    font-size: 75%;

  }

}

/* /header */

.s-title {

  position: relative;

  overflow: hidden;

}

.sub-title:after {

  position: absolute;

  content: '';

  width: 100%;

  background: #eaeaea;

  height: 2.4px;

  display: flex;

  border-bottom: 0%;

  left: 0%;

  display: inline-block;

  z-index: 1;

}

.sub-title:before {

  position: absolute;

  content: '';

  width: 30%;

  background: #157880;

  height: 2.4px;

  display: flex;

  bottom: 0%;

  left:35%;

  display: inline-block;

  z-index: 2;

  padding:2px;

  border-radius: 10px 10px 0px 0px;

  

}



.s-title:after {

  position: absolute;

  content: '';

  width: 75%;

  background: #eaeaea;

  height: 2.4px;

  display: flex;

  justify-content: center;

  top: 54%;

  right: 175px;

}



@media screen and (max-width: 767px) {

  .s-title:after {

      display: none;

  }

}



@media screen and (min-width: 768px) and (max-width: 991px) {

  .s-title:after {

    width: 68%;

    right: 165px;

  }

}





@media screen and (min-width: 992px) and (max-width: 1199px) {

  .s-title:after {

      width: 79%;

      right: 150px;

  }

}



@media screen and (max-width: 480px) {

  .b-photo {

      max-height: 365px;

  }

}



@media screen and (min-width: 481px) {

  .b-photo {

      max-height: 580px;

  }

}



.b-photo {

  background-size: cover;

  background-position: 50% 50%;

  height: 100vh;

  /* background-image: url(../../image/b-photo.jpg); */

  position: relative;

  border-radius: 8px;

}



.b-photo:hover {

  transition: 0.2s all ease-in-out;

  box-shadow: 0px 6px 20px 0px rgba(10, 10, 10, 0.5);

}



.b-photo>div:first-child {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  border-radius: 8px;

  background: linear-gradient( rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.62));

}



.c-photo {

  height: 108px;

  width: 108px;

  border-radius:50%; 

}



.c-photo:hover {

  transition: 0.2s all ease-in-out;

  box-shadow: 0px 6px 10px 0px rgba(10, 10, 10, 0.5);

}



.f-11 {

  font-size: 11px;

}



.view {

  position: relative;

}



.view:after {

  content: '';

  position: absolute;

  background: url(../../image/eye.svg) center center/cover;

  left: -20px;

  top: 1px;

}



.view:after,

.oc {

  height: 14px;

  width: 14px;

}

.dropdown-item:focus, .dropdown-item:hover{

  background: #077e93 !important;

}

.shd{

  background: #00000042;

    border-radius: 8px;



}

.shd>h4,.shd>p{

  color: white;

}

/*------------------------------------*\

	Courses

\*------------------------------------*/

.voice .voice-img,.course .course-img {

	position: relative;

	display:block;

	margin-bottom:20px;

	border-radius:4px;

  overflow:hidden;

 

}

.voice .voice-img{

	position: relative;

	display:block;

	margin-bottom:20px;

	border-radius:4px;

	overflow:hidden;

	height: 255px;

}









.course .course-img > img {

  width:100%;

  height: 170px;

}

.voice-img:after,.course-img:after {

	content:"";

	position:absolute;

	left:0;

	right:0;

	bottom:0;

	top:0;

	background-color:rgba(60, 64, 143, 0.95);

	opacity:0;

	transition:0.2s;

}

.course .course-img:hover:after {

	opacity:0.7;

}

.course .course-img .course-link-icon {

	position:absolute;

	left: 52%;

	top: 58%;

	transform: translate(-50% , calc(-50% - 15px));

	width: 60px;

	height: 60px;

	background: #00000052;

	line-height: 54px;

	text-align:center;

	border:2px solid #fff;

	color:#fff;

	border-radius:50%;

	opacity:1;

	z-index:10;

	transition:0.2s all;

}

.course:hover .course-img .course-link-icon {

  width: 80px;

  height: 80px;

  line-height: 75px;

}

.course-link-iconn{

  line-height: 1.4 !important;

}

.voice .voice-title,.fm, 

.course .course-title {

	display:block;

  height:50px;

  overflow: hidden;

}

.voice .voice-details,

.course .course-details {

	margin-top: 20px;

	padding-top: 10px;

	border-top: 1px solid #EBEBEB;

}



.course .course-details .course-price.course-premium {

	color:rgba(60, 64, 143, 0.95);

}

.roundedd{

  border-radius: 8px;

}



.single-filter-content {

  height: 100%;

  position: relative;

}

 .overlay-bg-content {

  background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);

  text-align: center;

  padding-bottom: 103px;

  padding-top: 40px;

  opacity: 0;

  transition: all 0.9s ease 0s;

   border:1px #0000001a solid;



}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  .overlay-bg-content {

    padding-bottom: 108px;

  padding-top: 41px;

  }

}

.single-filter-content:hover .overlay-bg-content {

  opacity: 0.8;



}

.br{

  border: 2px solid white;

  border-radius:50% ;

  height: 60px;

  width: 60px;

  transition: all 0.5s ease-in-out ;

  }

 

.single-filter-content.content-1 {

  background: url(../../image/1.jpg) no-repeat center center/cover;

  border-radius:0 6px 0 0;

  height: 245px;

}

.single-filter-content.content-2 {

  background: url(../../image/2.jpg) no-repeat center center/cover;

  height: 245px;

}

.single-filter-content.content-3 {

  background: url(../../image/3.jpg) no-repeat center center/cover;

  height: 245px;

}

.single-filter-content.content-4 {

  background: url(../../image/4.jpg) no-repeat center center/cover;

  border-radius:6px 0 0 0;

  height: 245px;

}

.single-filter-content.content-5 {

  background: url(../../image/5.jpg) no-repeat center center/cover;

  border-radius:0 0 6px 0;

  height: 245px;

}

.single-filter-content.content-6 {

  background: url(../../image/6.jpg) no-repeat center center/cover;

  height: 245px;

}

.single-filter-content.content-7 {

  background: url(../../image/7.jpg) no-repeat center center/cover;

  height: 245px;

}

.single-filter-content.content-8 {

  background: url(../../image/8.jpg) no-repeat center center/cover;

  border-radius:0 0 0 6px;

  height: 245px;

}









.slider {

  height: 300px;

  list-style: none;

  margin: 0 auto;

  width:100%;

  padding: 0;

}

.slider > li {

  background: #fff;

  border-right: 24px solid;

  box-sizing: border-box;

  height: 100%;

  width: 100%;

}

.slider > li > .tab {

  border-top: 4px solid transparent;

  cursor: pointer;

  float: left;

  padding: 23px 0 27px;

  transition: 300ms;

  width: 122px;

}

.slider > li > .tab > i:before {

  background: rgba(255, 255, 255, 0.3);

  border-radius: 50%;

  color: #fff;

  display: block;

  font-size: 26px;

  line-height: 68px;

  margin: 0 27px;

  text-align: center;

  width: 68px;

}

.slider > li > .content {

  height: 100%;

  left: 140px;

  overflow: hidden;

  padding: 8px;

  position: absolute;

}

.slider > li > .content > h2 {

  margin: 0;

}

.slider > li > .content > ul {

  color: #666;

  float: left;

  font-size: 13px;

  list-style: square;

  margin: 12px;

 

}

.slider > li.active > .tab {

  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);

}

.slider > li.con-red {

  border-right-color: #c0374e;

}

.slider > li.con-red > .tab {

  background: #c0374e;

}

.slider > li.con-red > .tab:hover {

  background: #cc4e63;

}

.slider > li.con-red > .content > h2 {

  color: #c0374e;

}

.slider > li.con-red.active > .tab {

  border-top-color: #d56e7f;

}

.slider > li.con-green {

  border-right-color: #9cbe4f;

}

.slider > li.con-green > .tab {

  background: #9cbe4f;

}

.slider > li.con-green > .tab:hover {

  background: #abc869;

}

.slider > li.con-green > .content > h2 {

  color: #9cbe4f;

}

.slider > li.con-green.active > .tab {

  border-top-color: #bbd387;

}

.slider > li.con-blue {

  border-right-color: #0098b9;

}

.slider > li.con-blue > .tab {

  background: #0098b9;

}

.slider > li.con-blue > .tab:hover {

  background: #00b5dd;

}

.slider > li.con-blue > .content > h2 {

  color: #0098b9;

}

.slider > li.con-blue.active > .tab {

  border-top-color: #06d3ff;

}

.slider > li.con-gold {

  border-right-color: #e9a82a;

}

.slider > li.con-gold > .tab {

  background: #e9a82a;

}

.slider > li.con-gold > .tab:hover {

  background: #ecb54a;

}

.slider > li.con-gold > .content > h2 {

  color: #e9a82a;

}

.slider > li.con-gold.active > .tab {

  border-top-color: #f0c46f;

}

.details {

  color: #666;

  margin: 40px auto 1em;

  max-width: 960px;

  font-size: 14px;

}



.dv1,.bv2{

height: 30px;

width: 30px;

  border: 1px  solid white;

}

/* voice */

.a_style{

  font-weight: bold;

  margin-right: 10px;

  margin-top: 10px;

}

.card_text{

  font-size: 16px;

  height: 80px;

  overflow: hidden;

}



/*------------------------------------*\

	voice

\*------------------------------------*/

.voice .voice-img .voice-link-icon{

	position:absolute;

	left: 51%;

	top: 57%;

	transform: translate(-50% , calc(-50% - 15px));

	width: 60px;

	height: 60px;

	background: #000000a8;

	line-height: 54px;

	text-align:center;

	border:2px solid #ccc;

	color:#fff;

	border-radius:50%;

	line-height: 3.8;

	opacity:1;

	/* z-index:10; */

	transition:0.2s all;

	animation: mymove 2s infinite;

}



.voice{

  width: 100%;

  margin-left:1px; 





}

.voice .voice-img > img{

  width:100%;

  height: 100%;

  border-radius: 17%;

}



.voice .voice-img:hover:after {

	opacity:0.3;

}

.voice-img:after{

	content:"";

	position:absolute;

	left:0;

	right:0;

	bottom:0;

	top:0;

	background-color:transparent !important;

	opacity:0;

  transition:0.2s;

  border-radius: 50%;

}

@keyframes mymove {

  0% ,60% {	width: 63px;

          height: 63px;

          box-shadow: 5px 5px 30px 10px #ffffff9e;

          opacity: 1;}

  10%,70%  {	width: 67px;

          height: 67px;

          box-shadow: 5px 5px 30px 10px #ffffff9e;

          opacity: 1;}

  20%,80%  {	width: 70px;

          height: 70px;

          box-shadow: 5px 5px 30px 10px #ffffff9e;

          opacity: 1;}

  30%,90% {	width: 63px;

          height: 63px;

          box-shadow: 5px 5px 30px 10px #ffffff9e;

          opacity: 1;}

  40%,100% {	width: 67px;

          height: 67px;

          box-shadow: 5px 5px 30px 10px #ffffff9e;

          opacity: 1;}

  50% {	width: 63px;

            height: 63px;

            box-shadow: 5px 5px 30px 10px #ffffff9e;

            opacity: 1;}

}



.icon {

    display: inline-block;

    width: 1.2rem;

    height: 1.2rem;

    stroke-width: 0;

    stroke: currentColor;

    fill: currentColor;

}

.social-icons{

    text-align: center;

    display: flex;

    justify-content: center;

}

.social-btn {

    background: #222;

    border: 1px solid rgba(255,255,255,.08);

    margin-right: 10px;

    margin-bottom: 5px;

    display: flex;

    border: 1px solid #e4e4e4;

    box-sizing: border-box;

    width: 37px;

    height: 37px;

    line-height: 37px;

    font-size: 15px;

    text-align: center;

    justify-content: center;

    align-items: center;

}

.social-btn:hover{

    background:#077e93;

}





.ii{

  background-color: #157880;

  border-radius: 3px;

  display:flex;

  justify-content:space-around;

}

@media only screen and (max-width: 500px) {

    .service-p {

        width: 112%;

    }

}

.author-image{

 margin-right:25px; 

}

#footer{

  background-color: #157880!important;

  color: white;

 

}

.link-list > li{

margin: 5px auto;

  border-bottom: 1px black dotted;

}



.footer-a{

  color: white !important;

 line-height: 40px;

  }

 .logo-f {

    margin-right: 20px;

  }

  

@media only screen and (max-width: 768px){

  .logo-f{

   height: 100px;

   width: 200px;

   margin-right:0px;

  }

}



  ul,li{

    list-style: none ;

  }

  



  .next,.prevuas{

    height: 50px;

    width: 50px;

    background-color: #055665;

    border-radius: 5%;

    display:flex;

    justify-content:center;

    align-items: center;

    margin: 4px auto;

   

  }

  .icon-f{

     color: white;

  }

.style_featured{

  padding: 20px 0;

  text-align: center;

 

}

.style_featured > div > div{



  min-height: 574px;

  padding: 10px;

  border: 1px solid transparent;

  border-radius: 4px;

  transition: 0.5s;

  border: 1px solid #c2c0c0;

}

.style_featured > div:hover > div{

  margin-top: +19px;

  border: 1px solid rgb(29, 29, 29);

  box-shadow: rgba(0, 0, 0, 0.342) 20px 20px 50px;

  background: rgba(153, 200, 250, 0.1);

  transition: 0.99s;

}



/*

=============================================

			LIBRARY POST

=============================================

*/



.kode-blog-list, .kode-blog-list .blog-date, .kode-blog-list a.more:before, .kode-blog-list a.more {

  -webkit-transition: all .3s ease-in-out;

  -moz-transition: all .3s ease-in-out;

  -ms-transition: all .3s ease-in-out;

  -o-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out;

}

.kode-blog-list {

  float: left;

  width: 100%;

  background-color: #f9f9f9;

  border: solid 1px #CCC;

  margin-bottom: 30px;

 

}

.kode-blog-list:hover {

  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);

  background-color: #fff;

  border-color: #f6f6f6;

}



.kode-blog-list .kode-thumb {

  float: right;

  width: 43%;

 

  position: relative;

}



.kode-blog-list .kode-thumb img {

  width: 100%;

  height: 250px;

  

}



.kode-blog-list .kode-text {

  float: right;

  padding: 20px 20px 12px 20px;

  width: 57%;

}



.kode-blog-list .kode-text h2 {

  font-size: 16px;

  font-weight: 600;

}



.kode-blog-list .kode-text p {

  margin: 0px 0px 5px;

  padding: 0px;

  text-align: justify;

  font-size: 13px ;

  line-height: 20px;

}



.kode-blog-list .kode-text :nth-child(3) {



  height: 60px;

  overflow: hidden;

}



.kode-blog-list .kode-text h2 {

  margin: 0px 0px 23px;

  padding: 0px;

}



.kode-blog-list h2 {

  font-size: 20px;

  font-weight: normal;

  text-transform: uppercase;

  position: relative;

  margin: 0px 0px 10px 0px;

  padding: 0px 0px 5px 0px;

}



.kode-blog-list h2:before {

  content: "";

  width: 100%;

  background-image: linear-gradient(to right, #157880 0%, #04d8e2 100%);

  height: 2px;

  position: absolute;

  right: 0px;

  bottom: -14px;

}



.kode-blog-list a.more {

  color: #333;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: bold;

  text-decoration: none;

  display: inline-block;

  position: relative;

  margin: 0px 0px 0px 0px;

}



.kode-blog-list a.more:hover {

  color: #32b5f3;

}



.kode-blog-list a.more:hover:before {

  left: -25px;

  color: #32b5f3;

}



.kode-blog-list a.more:before {

  content: "\f100";

  font-family: "Font Awesome 5 Free";

  font-weight: 600;

  position: absolute;

  left: -20px;

  top: -1px;

  font-size: 16px;

}



.kode-blog-list .blog-date {

  position: absolute;

  bottom: 0px;

  right: 0px;

  width: 90px;

  text-align: center;

  background-color: rgba(255, 255, 255, 0.9);



}



.kode-blog-list:hover .blog-date {

  width: 100%;

}



.kode-blog-list .blog-date p {

  font-size: 36px;

  margin: 5px 0px;

}



.kode-blog-list .blog-date span {

  width: 100%;

  float: left;

  padding: 3px 0px;

  color: #fff;

  background: linear-gradient(to right, #157880 0%, #07c2cb 100%);

  border-radius:0px 8px 8px 0px; 

}



.owl-blog.owl-carousel .owl-nav button.owl-next, .owl-blog.owl-carousel .owl-nav button.owl-prev, .owl-blog.owl-carousel button.owl-dot {

  background-color: #ffffff;

  color: #000;

  border: none;

  height: 45px;

  width: 45px;

  border-radius: 50%;

  font-size: 20px;

  /* padding: 33px; */

}



.owl-blog .owl-nav button {

  position: absolute;

  top: calc(50% - 30px);



}



.owl-blog .owl-nav button:last-child {

  left: -20px;



}



.owl-blog .owl-nav button:first-child {

  right: -20px;

}



.owl-blog .owl-nav button {

  height: 40px;

  width: 40px;

  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 0px 8px 20px 0 rgba(0, 0, 0, .3);

}



.owl-blog .owl-nav button:focus {

  outline: 0;

}



.owl-blog .owl-nav button span {

  font-size: 40px;

  line-height: .8;

}



.owl-blog .owl-next {

  float: left;

}



.owl-blog .owl-prev {

  float: right;

}



.brr{

  border-radius:0px 8px 8px 0px; 

}

.brrr{

height:100%;

width: 70px;

}

.footer-img{

  width:45px;

  height: 45px; 

  margin: 5px;

}







.Card-image{

  height: 300px;

  width: 100%;

}







.title-nwes {

  color: #4596a9;

  font-weight: 500;

 

width: 100%;

  border-bottom: 2px #4596a9 solid;

}

.face{

color: #0003ad;

border-bottom: 2px #0003ad solid;

}

.nwsee{

color: black;

border-bottom: 2px black solid;

}

.last-news{

position: relative;

overflow: hidden;

}

.overlay {

position: absolute;

top: 0;

bottom: 0;

left: 0;

right: 0;

height: 100%;

width: 100%;

opacity: 0;

transition: 1s ease;

background-color: #15798098;

}

.last-news:hover .overlay {

opacity: 1;



}

.text-voerlay {

  color: white;

  font-size: 20px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

}

.card-img{

 height: 250px;

}



.b-news{

  background-color: #157880;

}







@media (min-width: 992px) and (max-width: 1199px) {

  

  .voice .voice-img{

    height: 210px;

  }

  

}

@media (min-width: 320px) and (max-width: 991px) {

  

  .voice .voice-img{

    height: 330px;

  }

  .voice .voice-img .voice-link-icon{

    line-height: 4;

  }

  

}





.asied,.asied_card{

  box-shadow: 0px 6px 20px 0px rgba(10, 10, 10, 0.5);

  border-radius: 5px;

  width: 90%;

  margin:8px auto;

  display: flex;

  justify-content: space-around;

  transition: all 0.5s ease-in-out;

  overflow: hidden;

}

.i-icon{

  background-color: #157980; 

  padding: 6px;

}



.asied:hover {

  box-shadow: 0px 0px 0px 0px rgba(10, 10, 10, 0.5);

}











.blog-card {

  transition: height 0.3s ease;

  -webkit-transition: height 0.3s ease;

  background: #fff;

  border-radius: 3px;

 box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);

  overflow: hidden;

  position: relative;

  font-size: 14px;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  margin-top: 20px;

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);

}



.blog-card .photo {

  height: 100%;

  width: 40%;

  position: relative;

  z-index: 3;

}

.blog-card .photo:hover {

  width: 100%;

}



.blog-card .details {

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  background: rgba(0, 0, 0, 0.6);

  box-sizing: border-box;

  color: #fff;

  font-family: "Open Sans";

  list-style: none;

  margin: 0;



  height: 200px;

  /*POSITION*/

  position: absolute;

  top: 0;

  left: -100%;

}

.blog-card .details > li {

  padding: 3px 0;

  text-align: right;

}



.blog-card .details .author:before {

  content: "\f007";

}

.blog-card .details .date:before {

  content: "\f133";

}



.blog-card .details .tags li {

  display: inline-block;

}

.blog-card .details a {

  color: inherit;

  border-bottom: 1px dotted;

}

.blog-card .details a:hover {

  color:#1579801f;

}

.blog-card .description {

  box-sizing: border-box;

  position: relative;

}

.blog-card .description h1 {

  color: #000000;

 

  margin: 0 0 10px 0;

  

  text-align: justify;

}

.blog-card .description p {

  position: relative;

  margin: 0;

  text-align: justify;

 padding: 7px;

  overflow: hidden;

  font-size: .9em;

  line-height: 1.6em;

}

.blog-card .description p:after {

  content: "";

  background: #157980;

  height: 2px;

  width: 90%;

  /*POSITION*/

  position: absolute;

  top: 6px;

  right: 0;

}

.blog-card .description a {

  color: #157980 !important;

  margin-bottom: 10px;

  line-height: 2.25em;

  float: right;

  text-decoration: none;

}

.blog-card .description a:before {

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  content: "\f061";

  font-family: FontAwesome;

  margin-left: -10px;

  opacity: 0;

  vertical-align: middle;

}

.blog-card .description a:hover:before {

  margin-left: 5px;

  opacity: 1;

}



.iicon{

  height: 80px;

  margin-bottom: 4px;

  float:right;

}



  .blog-card {

      height: 200px;

      max-width: 400px;

  }

 

  .blog-card.alt .description {

      float: right;

  }

  

  .blog-card.alt .photo {

      float: right;

  }

  .blog-card .photo {

      transition: all 0.5s ease;

      -webkit-transition: all 0.5s ease;

      float: left;

      height: 100%;

      width: 40%;

  }

  .blog-card .details {

      width: 40%;

  }

  .blog-card .description {

      float: left;

      width: 60%;

      z-index: 0;

  }

  

  

.carsol{

  box-shadow: 0px 6px 20px 0px rgba(10, 10, 10, 0.5);



}



.post_p{

  font-size:20px;

}

@media only screen and (min-width: 419px) and (max-width:767px) {

  .blog-card.alt .description:before {

    transform: skewX(0deg);

    right: -10px;

    left: inherit;

}

}

@media (min-width: 300px) and (max-width:1024px) {

 .card-text,.h-titel{

  font-size: 16px !important;

  }

  

  }

     @media (min-width: 300px) and (max-width:770px) {

       .slide_image,.slide_respons{

         height: 350px !important;

       }

       .post_p{

        font-size:14px;

      }

       }

   .version{

    width: 325px;

    height: 350px;

   } 

   

   @media (min-width: 525px) and (max-width:770px) {

    .version{

      width: 325px;

      height: 250px;

     } 

    }



    /*****************************************************************************************************/

    [data-pagination] {

      font-size: 8pt;

      line-height: 1;

      font-weight: 400;

      font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;

      -webkit-text-size-adjust: 100%;

      margin: 1em auto;

      text-align: center;

      transition: font-size .2s ease-in-out;

    }

    [data-pagination] ul {

      list-style-type: none;

      display: inline;

      font-size: 100%;

      margin: 0;

      padding: .5em;

    }

    [data-pagination] ul li {

      display: inline-block;

      font-size: 100%;

      width: auto;

      height: 32px;

      border-radius: 3px;

    }

    [data-pagination] > a {

      font-size: 140%;

    }

    [data-pagination] a {

      color: #777;

      font-size: 100%;

      padding: .5em;

    }

    [data-pagination] a:focus,

    [data-pagination] a:hover {

      color: #dc3545;

    }

    [data-pagination] li.current {

      background: rgba(0,0,0,.1)

    }

    /* Disabled & Hidden Styles */

    [data-pagination] .disabled,

    [data-pagination] [hidden],

    [data-pagination] [disabled] {

      opacity: .5;

      pointer-events: none;

    }

    @media (min-width: 350px) {

      [data-pagination] {

        font-size: 10pt;

      }

    }

    @media (min-width: 500px) {

      [data-pagination] {

        font-size: 12pt;

      }

    }

    @media (min-width: 700px) {

      [data-pagination] {

        font-size: 14pt;

      }

    }

    @media (min-width: 900px) {

      [data-pagination] {

        font-size: 16pt;

      }

    }

    .profile-header{

      display: flex;

      min-height: 100px;

      border-bottom: 1px solid #eeeff2;

      background: #fff;

    }

    .avatar-container{

      display: flex;

      justify-content: center;

      margin-top: -52px;

    }

    .avatar-profile{

      background: url(../img/avatar.jpg) repeat center center /cover;

      width:100px;

      height: 100px;

      border-radius: 50%;

    }

    .profile-details{

      display: flex;

      justify-content: center;

    }

    .profile-name{

      padding: 0px 30px;

    }

    .profile-name h2{

       text-align: center;

       font-size: 26px;

    }

    .profile-name p{

      font-size: 14px;

    }

    .views{

      display: flex;

      justify-content: center;

      margin: 15px 0;

    }

    .views-detail{

      display: flex;

      margin: 0 15px;

    }

    .views-detail p{

      font-size: 14px;

      color:#a1a6a9;

      margin: 0 3px;

    }

    

    .views-detail > p > span{

      margin:0 3px;

    }

    /*****************************************************************************************************/

/**************************************************enaba***************************************************/

.all {

  background-image: url(../img/enaba.jpg); 

    background-size: cover;



}

.moty{

    background-color: #303030ec;

}

.h_befor:before{

    content: '';

    background: #6daabd;

    height: 10px;

    display: inline-block;

    width: 10px;

    border-radius: 50%;

    margin: 0 4px;

}



.wrapper {

    color: #6daabd !important;

    min-height: 100%;

    padding: 30px 0;

}



h1 {

    font-weight: 400;

    margin-bottom: 1.5rem;

    text-align: center;

}



.form-row {

    margin-left: -15px;

    margin-right: -15px;

}

.form-row .form-group {

    padding: 15px 15px 0;

    align-self: flex-end;

}



.form-group {

    position: relative;

    padding-top: 15px;

    margin-bottom: 30px;

}



.form-control {

    border: 1px solid #6daabd ;

    border-radius: 15px;

    padding: 10px 10px ;

    background-color: #ffffff ;

    position: relative;

    z-index: 2;

    font-size: 0.9rem;

}

.form-control:not(textarea) {

    height: 50px !important;

}

.form-control + label {

    position: absolute;

    z-index: 1;

    top: 25px;

    margin: 0;

    transition: all 0.2s ease-in-out;

    pointer-events: none;

    left: 10px;

    right: 10px;

}

.form-control:focus {

    box-shadow: none !important;

    background-color: rgba(255, 255, 255, 0.876) !important;

    border:2px #6daabd solid !important ;

}

.form-control:focus + label, .form-control.has-value + label {

    font-size: 0.75rem;

    top: -10px;

}



.no-js .form-control + label {

    font-size: 0.75rem;

    top: 0;

}



.form-row .form-control + label {

    left: 25px;

    right: 25px;

}



select.form-control:not([size]):not([multiple]) {

    height: 50px;

}

 


/* search */



.search-wrapper .input-holder {

    height: 70px;

    width:70px;

    overflow: hidden;

    background: rgba(255,255,255,0);

    border-radius:6px;

    position: relative;

    transition: all 0.3s ease-in-out;

}

.search-wrapper.active .input-holder {

    width:100%;

    border-radius: 50px;

    background: rgba(0,0,0,0.5);

    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);

}

.search-wrapper .input-holder .search-input {

    width:100%;

    height: 50px;

    padding:0px 70px 0 20px;

    opacity: 0;

    position: absolute;

    top:0px;

    left:0px;

    background: transparent;

    box-sizing: border-box;

    border:none;

    outline:none;

    font-family:"Open Sans", Arial, Verdana;

    font-size: 16px;

    font-weight: 400;

    line-height: 20px;

    color:#FFF;

    transform: translate(0, 60px);

    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    transition-delay: 0.3s;

}

.search-wrapper.active .input-holder .search-input {

    opacity: 1;

    transform: translate(0, 10px);

}

.search-wrapper .input-holder .search-icon {

    width:70px;

    height:70px;

    border:none;

    border-radius:6px;

    background: #FFF;

    padding:0px;

    outline:none;

    position: relative;

    z-index: 2;

    float:right;

    cursor: pointer;

    transition: all 0.3s ease-in-out;

}

.search-wrapper.active .input-holder .search-icon {

    width: 50px;

    height:50px;

    margin: 10px;

    border-radius: 30px;

}

.search-wrapper .input-holder .search-icon span {

    width:22px;

    height:22px;

    display: inline-block;

    vertical-align: middle;

    position:relative;

    transform: rotate(45deg);

    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}

.search-wrapper.active .input-holder .search-icon span {

    transform: rotate(-45deg);

}

.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {

    position: absolute;

    content:'';

}

.search-wrapper .input-holder .search-icon span::before {

    width: 4px;

    height: 11px;

    left: 9px;

    top: 18px;

    border-radius: 2px;

    background: #6daabd;

}

.search-wrapper .input-holder .search-icon span::after {

    width: 17px;

    height: 17px;

    left: 2px;

    top: 0px;

    border-radius: 16px;

    border: 4px solid #6daabd;

}

.search-wrapper .close {

    position: absolute;

    z-index: 1;

    top:24px;

    right:20px;

    width:25px;

    height:25px;

    cursor: pointer;

    transform: rotate(-180deg);

    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);

    transition-delay: 0.2s;

}

.search-wrapper.active .close {

    right:-43px;

    transform: rotate(45deg);

    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);

    transition-delay: 0.5s;

}

.search-wrapper .close::before, .search-wrapper .close::after {

    position:absolute;

    content:'';

    background:#6daabd;

    border-radius: 2px;

}

.search-wrapper .close::before {

    width: 5px;

    height: 25px;

    left: 10px;

    top: 0px;

}

.search-wrapper .close::after {

    width: 25px;

    height: 5px;

    left: 0px;

    top: 10px;

}

.row-color{

    background-color: #303030;

    border-radius: 20px;

    border: 1px solid #6daabd;



}





.enabaa-container {

    display: flex;

    justify-content: space-between;

    padding: 10px 8px;

    background-color: #eee;

    border-radius: 6px;

    margin: 10px 0;

}

.flag {

    /*background: url(../img/iq.png) repeat center center/cover;*/

    width: 23px;

    height: 23px;

    display: inline-block;

    border-radius: 50%;

    margin: 0 3px;

}

.enab-name {

    width: 230px;

    max-width: 150px;

    font-size: 12px;

    margin-top: 4px;

    height: 20px;

    overflow: hidden;

}

.enabaa-container>div {

    display: flex;

}

.date-icon {

    /*background: url(../img/date.svg) repeat center center/cover;*/

    width: 23px;

    height: 23px;

    display: inline-block;

    margin: 0 5px;

}

.date-title {

    font-size: 12px;

    margin: 5px;

}



.btn_protertes{

    border: 1px solid #6daabd ;

    border-radius: 15px;

    padding: 10px 20px ;

    background-color: #ffffff ;

    position: relative;

    z-index: 2;

    font-size: 0.9rem;

    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

}



.btn_protertes:hover{

    border: 1px solid #6daabd ;

    border-radius: 15px;

    padding: 10px 24px ;

    background-color: #ffffffcc ;

    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

}





/*  */

.selector-for-some-widget {

    box-sizing: content-box;

}



body{

    text-align: right;

    direction: rtl;

    font-family: 'Cairo', sans-serif !important;

}

.back{

    background-image: url(../img/islamic-background-with-moon-star-sky-latern-illustration_112769-320.jpg);

    width: 100%;

    padding: 10px;

    background-repeat: no-repeat;

    background-size: cover;

    border-radius: 5px;

}

.inpot{

    margin: 10px;

    width: 100%;

    padding: 7px;

    background-color: rgba(255, 255, 255, 0.822);

    border: 1px rgb(0, 0, 0) solid;

    border-radius: 5px;

}

.image{

    /* height: 40px; */

}

.Q{

    font-size: 20px;

}

.ww{

    width: 130px;

}

@media screen and (max-width: 480px) {

    .back {

        background-position: right;

    }

}

@media screen and (max-width: 375px) {

    .hh {

        margin-top: 13px;

        font-size: 27px;

    }

}

/***************************************************enaba**************************************************/
 
/* galary */
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  height: 200px;
}
.img-wrapper_big {
  height: 416px;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
}

.img-overlay {
  background:   #0000007c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.img-vedio{
    height: 300px;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
.over{
    color: #fafafa;
    background: #184366af;
    
}
.over:hover{
  color: #fafafa;
  background: #18436688;
  
}


.slied_img{
  width: 900px;
  height: 600px;
  }
  .font{
    background: rgba(0, 0, 0, 0.555);
  }
  @media only screen and (max-width: 425px) {
    
      .slied_img{
          width: 900px;
          height: 500px;
          }
          .carousel-item > img {
              height: 500px;
          }
    }


    /*************************for menus******************************/


/* ---------------------- */
/* - BOOTSTRAP 4 - SOUS-MENU - */
.dropdown-submenu {
  position: relative;
}
/* SPECIAL : ROTATION des flèches */
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

/* --------------------- */
/* SPECIAL : ROTATION des flèches */
/* Niveau 1 */
li .dropdown-toggle:after {
  transition: all 0.5s;
}
li.show > .dropdown-toggle:after {
  transform: rotate(180deg);
}
/* sous-Niveaux suivants */
li li.show > .dropdown-toggle:after {
  transform: rotate(90deg);
}
/* --------------------- */



/* '''''''''''''' */
.co{
  min-height: 68px;
  background-color: #157880;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}
.nav-me{
  display: contents;
}
.dropdown-menu {
  background-color: #0b6168;
}
    /*************************for menus******************************/