
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'Tajawal', sans-serif;
	text-align: right;
	direction: rtl;
    background-color: #fff;
    font-size:14px;
    font-weight:400;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}

a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

img{
  max-width: 100%;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .0s ease;
  transition: -webkit-transform .0s ease;
  transition: transform .0s ease;
  transition: transform .0s ease,-webkit-transform .0s ease;
}
.menu-toggle .main-wrapper {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}


/*================*/
	/*1-Header*/
/*================*/

#header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0 10px;
    z-index: 2;
}
#header .container, .header-page .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-site {
    width: 15%;
}
.logo-site > a{
    display: inline-block;
}
.logo-site > a img {
    max-width: 140px
}
.main_menu {
	display: flex;
	align-items: center;
    width: 65%;
    justify-content: flex-end;
}
.main_menu > li {
    margin-left: 30px;
}
.main_menu > li:last-child{
    margin-left: 0;
}
.main_menu > li > a{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.cont-hd {
    width: 20%;
    text-align: left;
}
.cont-hd li {
    display: inline-block;
    background: #54986D;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    margin-left: 15px
}
.cont-hd li a {
    color: #fff !important;
}


.hamburger {
  width: 35px;
  height: 35px;
  border: none;
  position: relative;
  z-index: 0;
  float: right;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  display: none;
  margin-right: 0px;
  background-color: transparent;
}
.hamburger span {
  width: 20px;
  height: 2px;
  border-radius: 0px;
  background-color: #ffffff;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:nth-child(2){
  width: 15px;
}
.hamburger span:last-child{
  margin-bottom: 0;
  width: 9px;
}


/*=======================*/
	/*2-section-home*/
/*======================*/

.section-home {
    padding: 60px 0;
    position: relative;
}
.section-home:after {
    content: "";
    background: url(../images/bg-home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -1
}
.section-home:before {
    content: "";
    background: linear-gradient(180deg, rgba(56,139,128,1) 0%, rgba(84,152,109,1) 69%);
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-right-radius: 150px;
    z-index: -1
}
/*.shapeHo {*/
/*    background: url(../images/shape-home.svg);*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*    right: -70px;*/
/*    bottom: 370px;*/
/*    width: 160px;*/
/*    height: 240px;*/
/*}*/
.conten-home {
    display: flex;
    padding-top: 60px;
}
.img-box {
    text-align: left;
    width: 60%
}
.img-box img {
    width: 620px;
    max-width: 100%
}
.title-home {
    width: 40%;
}
.own-st {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    background: rgb(255 255 255 / .08);
    width: max-content;
    border-radius: 60px;
}
.own-st figure {
    width: 65px;
    margin-bottom: 0;
}
.own-st .text-title {
    width: calc(100% - 65px);
    padding: 0 10px 0 20px;
}
.own-st .text-title span {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}
.own-st .text-title h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 5px;
}
.own-st .text-title p {
    font-size: 14px;
    color: #fff
}
.txt-item {
    margin-bottom: 30px;
}
.txt-item h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 60px;
}
.txt-item h2 span {
    color:#26544E;
    display: block;
    font-size: 40px;
    font-weight: 500;
}
.txt-item p {
    color: #fff;
    font-size:22px;
}
.conten-home .sec-left {
    width:60%;
}
#slider-home .item img {
    border-radius: 15px;
    border-bottom-left-radius: 100px;
}
#slider-home .owl-dots {
    position: absolute;
    bottom: 20px;
    right: -110px;
    display: flex !important;
    flex-direction: row-reverse;
}
.owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #E2E2E2;
    width: 20px;
    height: 3px;
    margin: 0 5px;
    border-radius: 10px;
}
.owl-carousel button.owl-dot.active {
    background: #388B80
}

.form-search .form-control  {
    background: #FBF7F2;
    border-radius: 10px;
    border: 0;
    width:250px;
    max-width:100%;
}
.form-search {
    position: relative;
}
.form-search button {
    position: absolute;
    top: 5px;
    left: 15px;
    background: transparent
}
.form-search button svg {
    width: 18px;
}

/*sec-head*/

.sec-head {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-head h3 {
    color: #26544E;
}
.sec-head a {
    color: #000;
    font-size: 14px;
}


/*=============================*/
	/*3-section-about*/
/*=============================*/

.section-about {
    padding: 0 0 60px; 
    position: relative;
}
.box-about {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(249,249,249,1) 100%);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.box-big {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(229,255,240,1) 100%);
}
.box-about h5 {
    margin-bottom: 10px;
    color: #000
}
.box-about p {
    line-height: 1.7
}
.box-about figure img {
    max-width: 50px
}
.box-about ul {
    list-style: auto;
}
.box-about ul li {
    margin-bottom: 10px;
    margin-right: 15px;
}



/*=============================*/
	/*4-section-option-site*/
/*=============================*/

.section-blogs {
    position: relative;
    padding: 0 0 60px;
}
.section-blogs .sec-head h3 {
    color: #26544E;
    display: inline-block;
    margin-left: 35px;
}
.section-blogs .sec-head a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    text-decoration: underline !important;
}
.tp-blog {
    background: #F4F4F4;
    padding: 20px;
    margin-bottom: 10px;
}
.bt-blog {
    background: #F4F4F4;
    padding: 20px;
    margin-bottom: 10px;
}
.tp-blog p:first-child,.bt-blog p:first-child {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}
.tp-blog .title-ph, .bt-blog .title-ph {
    height: 45px;
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 1.6;
    color:#000;
}
.tp-blog .sec-title span {
    color:#000;
}

.owl-dots {
    display: block!important;
}
.section-blogs .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform:translateX(-50%);
    margin: 0;
}



/*=============================*/
	/*5-section-infographic*/
/*=============================*/

.section-infographic {
    padding: 0 0 60px;
    position: relative;
}
.box-infog {
    padding: 20px;
    background: #F4F4F4;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;
}
.box-infog .sec-title {
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 10px;
    bottom: -80px;
    height:80px;
    transition: .5s;
}
.box-infog:hover .sec-title {
    bottom:0;
}
.box-infog .sec-title p {
    line-height: 1.7;
}
.section-infographic .owl-dots {
    text-align: center
}


/*=============================*/
	/*6-section-video-motion*/
/*=============================*/

.section-video-motion {
    background: #3A8C7E;
    padding: 60px 0 90px;
    position: relative
}
.section-video-motion .sec-head h3 {
    color: #fff;
    margin-bottom: 20px
}
.box-motion {
    background: #519483;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.box-motion a {
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.box-motion .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgb(63 131 119 / 50%);
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px
}
.box-motion p {
    color: #fff;
    height: 40px;
    overflow: hidden;
    line-height: 1.6
}
.big-motion {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.big-motion p:first-child {
    font-size: 18px;
    margin-bottom: 10px
}
.big-motion p {
    color: #000;
    line-height: 1.6;
    height: auto
}
.big-motion img {
    height: 320px
}
.big-motion .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px
}
.item{
    text-align: center!important;
 }
#motion-slider .item {
    display: flex;
    flex-direction: column;
}
#motion-slider .item .box-motion {
    height: 50%;
}
.item .box-motion img {
    height: 135px
}
#motion-slider .owl-dots {
    background: #519483;
    border-radius: 20px;
    display: inline-block !important;
    height: 25px;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}


/*=============================*/
	/*7-section-book*/
/*=============================*/

.section-book {
    padding: 60px 0;
    position: relative;
}
.box-book {
    padding: 20px;
    background: #F4F4F4;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;
}
.box-book .sec-title {
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 10px;
    bottom: -80px;
    height:80px;
    transition: .5s;
}
.box-book:hover .sec-title {
    bottom:0;
}
.box-book .sec-title p {
    font-weight: 600;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    color: black;
    padding: 15px;
}
.section-book .owl-dots {
    text-align: center
}


/*=============================*/
	/*8-section-stories*/
/*=============================*/

.section-stories {
    padding: 0 0 60px;
    position: relative;
}
.box-stories {
    position: relative;
    padding: 15px;
    background: #F4F4F4;
    border-radius: 10px;
}
.box-stories a {
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.box-stories a img {
    height: 210px;
}
.box-stories .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255, 255, 255, 25%);
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px
}
.box-stories .sec-title span {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.box-stories .sec-title span img {
    max-width: 20px;
    margin-left: 10px;
}
.box-stories .sec-title p {
    font-weight: 600;
    font-size: 17px;
    height: 60px;
    overflow: hidden
}

.section-infographic .sec-title p {
    font-weight: 600;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    color: black;
    padding: 15px;
}
.section-stories .owl-dots {
    text-align: center;
}


/*=============================*/
	/*9-section-podcast*/
/*=============================*/

.section-podcast {
    padding: 0 0 60px;
    position: relative;
}
.cont-podcast {
    display: flex;
    background: #F4F4F4;
    padding: 10px;
    margin-bottom: 15px;
}
.cont-podcast figure {
    width: 90px;
    margin-bottom: 0;
}
.img-mobail {
    display:none !important;
}
.cont-podcast figure img {
    width: 100%;
    height: 110px;
    object-fit: cover
}
.cont-podcast .sec-title {
    width: calc(100% - 90px);
    padding: 10px 0;
}
.cont-podcast .sec-title p:first-child {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}
.section-podcast .owl-dots {
    text-align: center
}

/*mobile menu*/

.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background: rgba(56,139,128,1);
  z-index: 1001;
  overflow-y:auto; 
  -webkit-transform:translateX(265px);
  -moz-transform:translateX(265px);
  -ms-transform:translateX(265px);
  -o-transform:translateX(265px);
  transform:translateX(265px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.close_menu{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.close_menu:hover{
  background-color: #767676;
  color: #fff;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: #fff;
    padding: 10px;
    transition: all .3s;
    font-size: 16px;
    text-transform: capitalize;
}
.mmenu > ul li a > i{
  margin-left: 5px;
}
.mmenu > ul li a:hover {
    background: #57A4C3;
    color: #fff;
    border-color: #57A4C3;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);

}
html.menu-toggle{
  overflow: hidden;
}


/*Footer*/

.section-footer {
    position: relative;
}
.top-footer {
    background: #FAFAFA;
    padding: 30px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.cont-reg {
    display: flex;
    align-items: center;
    margin-top: -50px;
    padding: 0 20px 20px;
    position: relative;
    z-index: 1
}
.cont-reg:after {
    content: "";
    background: url(../images/bg-home.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.cont-reg:before {
    content: "";
    background: linear-gradient(180deg, rgba(56,139,128,1) 0%, rgba(84,152,109,1) 69%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
.cont-reg figure {
    margin-bottom: 0;
    margin-top: -30px;
    width: 20%
}
.cont-reg figure img {
    max-width: 90px
}
.cont-reg .sec-title {
    color: #fff;
    padding: 0 15px;
    width: 60%
}
.cont-reg .sec-title h5 {
    margin-bottom: 15px
}
.cont-reg .sec-title p {
    font-size: 14px;
}
.reg-li {
    width: 20%
}
.btn-reg {
    background: #fff;
    color: #398B7F;
    border-radius: 30px;
    padding: 10px 20px;
    display: block;
    text-align: center;

}
.shapeLeft {
    position: absolute;
    top: 0;
    left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 20px solid #3c8d7d;
}
.shapeRight {
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 20px solid #3c8d7d;
    top: 0;
    right: -5px
}
.social-reg li {
    display: inline-block;
    background: #3A6584;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center
}
.social-reg li a, .social-reg li a:hover {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.bt-footer {
    padding: 30px 0;
}
.bt-footer .container {
    display: flex;
    justify-content: space-between;
}
.menu-ft li {
    display: inline-block;
    margin-left: 20px;
}
.menu-ft li a {
    color: #000
}
.copyright{
  color: #000;
  font-size: 15px;
  text-align: center;
}
.ft-left {
    display: flex;
    align-items: center;
}
.social-media {
    margin-right: 20px;
}
.social-media li {
    display: inline-block;
    margin-left: 10px;
}
.social-media li:last-child {
    margin-left: 0
}


.icon-up {
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #0085AB;
  font-size: 15px;
  z-index: 9;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 14px 0px transparent;
  -moz-box-shadow: 0px 5px 14px 0px transparent;
  box-shadow: 0px 5px 14px 0px transparent;
  padding: 7px;
  bottom: 20px;
  left: 100px;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.icon-up.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
  transition: all 0.5s ease-in-out;
}
.icon-up #up {
  color: #fff;
  font-size: 18px;
}

.social-site {
	position: fixed;
    right: 40px;
    top: 240px;
    z-index: 1
}
.social-site p {
	transform: rotate(-90deg);
    color: #000;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 70px;
    margin-right: -35px;
}
.social-site li {
	display: block;
	height: 40px;
	width: 40px;
}
.social-site a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.social-site .insta a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -24px -21px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .snapchat a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -24px -59px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .twitter a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position:-24px -97px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .whatsapp a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -24px -135px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .facebook a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position:-24px -173px;
    width: 40px;
    height: 40px;
    display: block;
}
.social-site .youtube a span {
	position: absolute;
    background: url(../images/icon-social-media.svg);
    background-position: -24px -213px;
    width: 40px;
    height: 40px;
    display: block;
}


/*Article*/

.section_site_page {
    padding:60px 0;
    position:relative;
}
.artical-page {
    margin-bottom:20px;
}
.artical-page .tp-blog figure img {
    width:100%;
    height:auto;
}

.head-article {
    height: 190px;
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position:relative
}
.head-article:before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    background: #52986F;
    height: 320px;
    z-index: -1;
    border-bottom-right-radius: 170px;
}
.hd-art {
    position:relative;
    margin-top: -160px;
}
.hd-art:after {
    content: "";
    position: absolute;
    bottom: 70px;
    right: 10px;
    width: 590px;
    background: linear-gradient(180deg, rgba(57,139,129,1) 0%, rgba(82,152,111,1) 84%);
    height: 100px;
    z-index: 2;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.hd-art:hover:after {
    display: block;
}
.hd-art figure {
    height:300px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(121,175,144,1) 65%, rgba(82,152,111,1) 84%);
    padding:10px;
    border-radius:40px;
}
.hd-art figure img {
    width:100%;
    height:100%;
    border-radius:40px;
    /*object-fit: cover;*/
}
.text-head-art {
    content: "";
    position: absolute;
    top: 140px;
    right: 30px;
    width: 460px;
    z-index:9;
}
.hd-art:hover .text-head-art {
    display: block;
}
.text-head-art h4 {
    color:#fff;
    margin-bottom:10px;
}
.text-head-art p {
    color:#fff;
}

.ph-article {
    /*width: 70%;*/
    margin: auto;
    font-family: 'Tajawal', sans-serif;

}
.dt-article {
    margin:30px 0;
    border-radius:25px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.dt-article li {
    display:flex;
    align-items:center;
    background: linear-gradient(180deg, rgba(57,139,129,1) 0%, rgba(82,152,111,1) 84%);
    border-radius:15px;
    color:#fff;
    padding:7px 20px;
    margin-left:15px;
}
.dt-article li:nth-child(1) {
    width:35%;
}
.dt-article li:nth-child(2) {
    width:20%;
}
.dt-article li:nth-child(3) {
    width:20%;
}
.dt-article li:nth-child(4) {
    width:20%;
}
.dt-article li:last-child {
    margin-left:0;
}
.dt-article li i {
    color:#fff;
    margin-left:10px;
    font-size:21px;
}
.dt-article p {
    font-size: 15px;
    font-weight: 600;
}
.ph-article p {
    /*color:#474747;*/
    /*font-size: 14px;*/
    /*font-weight: 600;*/
    /*line-height:1.7*/
}
audio {
    width:100%;
}
.Pd140 {
    padding-bottom:170px;
}

.header-page {
    background: linear-gradient(
            180deg, rgba(56,139,128,1) 0%, rgba(84,152,109,1) 69%);
    padding: 20px 0;
    border-bottom-right-radius: 50px;
}


/* Join */

.page-join {
}
.form-join {
    background: #f9f9f9;
    padding: 50px 30px;
    border-radius: 10px;
    width:50%;
    max-width:100%;
    margin: auto;
}
.form-join .form-control {
    background: #fff;
    height: 45px;
    border: 0;
}
.btn-site {
    background: #469276;
    color: #fff;
    width: 100%;
    height: 45px;
}

.form-article {
    background: #f9f9f9;
    padding: 50px 30px;
    border-radius: 10px;
    width:80%;
    max-width:100%;
    margin: auto;
}
.form-article .form-control {
    background: #fff;
    height: 45px;
    border: 0;
}
