@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&family=Kufam:wght@400;500;700&display=swap');


@font-face {
  font-family: 'Greta-Arabic-Medium';
  src: url('../fonts/ArbFONTS-Greta-Arabic-Medium.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Greta-Arabic-Bold';
  src: url('../fonts/ArbFONTS-Greta-Arabic-Bold.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Greta-Arabic-Light';
  src: url('../fonts/Greta_Arabic_Light.ttf')  format('truetype');
  font-weight: bold;
  font-style: normal;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #998675;
    --sub-color: #403D3D;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Greta-Arabic-Light', sans-seri;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Greta-Arabic-Bold', sans-seri;
    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;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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%;
    overflow: hidden;
    padding-top: 97px;
}



.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}



.hamburger, .is-closed {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 20px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span, .is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: var(--sub-color);
    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);
}
.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.opt-mobail {
    display: none;
}

.opt-mobail .lang-site {
    position: absolute;
    right: 15px;
    top: 25px;
    display: none
}
.opt-mobail .lang-site a {
    color: var(--main-color);
    font-weight: 500;
}


/* Style Header */

#header {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 240px;
}
.main_menu {
    border-radius: 20px;
}

.main_menu > li {
    float: right;
    margin-left: 25px;
}

.main_menu > li:last-child {
    margin-left: 0;
}

.main_menu > li > a {
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.main_menu > li.active a {
    color: var(--main-color);
    font-weight: 500;
}

.main_menu > li.lang-site a {
    color: var(--main-color);
    font-weight: 500;
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}

/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
    min-height: 600px;
    padding: 120px 0;
    background-position: center !important;
    background-size: cover !important;
}

.section_home:before {
    content: "";
    background: rgb(255 255 255 / 32%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.txt-home {
    position: relative;
}
.txt-home:before {
    content: "";
    background: url(../images/shape.svg);
    background-size: contain;
    width: 300px;
    height: 260px;
    position: absolute;
    top: 0;
    right: 310px;
}
.txt-home > div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.txt-home figure img {
    min-width: 150px;
}
.txt-home div span {
    display: block;
    margin: 0 20px;
    font-size: 29px;
    color: var(--sub-color)
}

.txt-home p {
    color: var(--sub-color);
    font-size: 25px;
}

/**/

.section_serv:before {
    left: 0;
    right: auto !important;
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    /*text-align: center*/
}

.sec_head h2 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.sec_head p {
    font-size: 14px;
    color: var(--sub-color);
    font-weight: 400;
}
.sec_head a {
    color: var(--main-color);
    position: absolute;
    left: 0;
}
.sec_head a svg {
    margin-right: 10px;
}

.btn-site,
.btn-site-other {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 30px 0;
    border-radius: 20px;
    justify-content: center;
    background: var(--main-color);
    border-bottom: 0;
    border-top: 0;
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site-other {
    background: #FFF;
    border-radius: 0
}

.btn-site:before,
.btn-site-other:before {
    background: var(--sub-color);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site-other:before {
    background: #939393;
}

.btn-site:hover:before,
.btn-site-other:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span,
.btn-site a {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-site:hover span,
.btn-site:hover a {
    color: ;
}
.btn-site-other span,
.btn-site-other:hover span {
    color: #000 !important;
    position: relative;
}



/* Style Content Templates */

.section_content_templates {
    position: relative;
    padding: 60px 0;
    background: #202020;
}
.section_content_templates .sec_head h2 {
    color: #fff;
}
.section_content_templates .item {
    padding-bottom: 40px;
}
.item-templates {
    position: relative;
}
.item-templates figure {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F1F2;
    margin-bottom: 0;
    padding: 40px 0;
    height: 230px;
}
.item-templates figure img {
    max-width: 120px;
}

.txt-templates {
    background: #998675;
    padding: 25px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.txt-templates h4 {
    color: #fff;
    margin-bottom: 10px;
    height: 57px;

}
.txt-templates p {
    font-size: 13px;
    color: #fff;
    height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}
.txt-templates a {
    position: absolute;
    background: #6B7D7D;
    color: #fff;
    padding: 10px 15px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}
.owl-dot {
    background: #D1CDCD !important;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}
.owl-dot.active {
    background: #6B7D7D !important;
    width: 15px;
    height: 15px;
}


/* Style Training Courses */

.section_training_courses {
    position: relative;
    padding: 60px 0;
}
.section_training_courses .sec_head h2 {
    color: #404040
}
.item-courses {
    position: relative;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    border-radius: 3px;
    overflow: hidden
}
.item-courses > figure {
    display: flex;
    align-items: center;
    background: #6B7D7D;
    height: 220px;
    margin-bottom: 0;
}
.item-courses small {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgb(0 0 0 / 21%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.txt-courses {
    padding: 20px;
    text-align: center;
}
.txt-courses > span {
    color: var(main-color);
    margin-bottom: 10px;
    color: #1E2022
}
.txt-courses p {
    height: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    color: #77838F;
}
.txt-courses .btn-site {
    margin: auto;
}

/* Style Latest Releases */

.section_latest_releases {
    position: relative;
    padding: 120px 0 60px;
    background: #202020
}
.section_latest_releases .sec_head {
    text-align: right
}
.section_latest_releases .sec_head h2 {
    color: #fff;
}
.images-releases {
    position: relative;
}
/*.images-releases:before {*/
/*    content: "";*/
/*    border: 1px solid #FFFF00;*/
/*    width: 100px;*/
/*    height: 120px;*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*    left: 70px;*/
/*}*/
.images-releases img {
    max-width: 70%;
}
.txt-releases {
    padding-top: 40px;
}
.data-releases {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.data-releases h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}

.data-releases ul li {
    color: #999999;
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.data-releases ul li:before {
    content: "";
    background: #999999;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.data-releases ul li:last-child:before {
    display: none
}
.data-releases ul li:last-child {
    color: #998675;
}
.data-releases strong {
    background: #6B7D7D;
    padding: 10px 20px;
    color: #fff;
    display: block;
    font-size: 28px
}
.txt-releases p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 2
}



/* Style Videos */

.section_videos {
    position: relative;
    padding: 140px 0;
}
.section_videos .container {
    position: relative;
}
.section_videos .container:before {
    content: "";
    background: #FAFAFA;
    width: 110%;
    height: 410px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    z-index: -1
}
.section_videos .sec_head {
    text-align: right;
}
.section_videos .sec_head h2 {
    color: #000;
}
.list-videos {
    padding-top: 80px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.item-videos {
    display: flex;
    margin-bottom: 30px;
    /*width: 50%;*/
    align-items: center;
}
.item-videos figure {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    background: #998675;
}
.item-videos figure img {
    width: 100%;
    height: 100%;
}
.txt-videos {
    width: calc(100% - 140px);
    padding-right: 15px;
}
.txt-videos h5, .txt-videos strong {
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}
.txt-videos p {
    color: #B2B2B2;
    font-size: 15px;
}
.cont-videos {
    position: relative;
    height: 400px;
}
.cont-videos:before {
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,.5) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cont-videos figure {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}
.cont-videos img {
    width: 100%;
    height: 100%;
}
.txt-big-videos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 20px;
}
.txt-big-videos h3, .txt-big-videos span {
    color: #fff;
}




/* Style Latest Blogs */

.section_latest_blogs {
    background: #202020;
    padding: 120px 0 60px;
    position: relative;
}
.section_latest_blogs .sec_head h2 {
    color: #fff;
}

.big-blogs {
    position: relative;
    margin-bottom: 40px;
}
.big-blogs:before {
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.big-blogs figure {
    margin-bottom: 0;
}
.txt-big-blogs {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1
}
.txt-big-blogs h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.txt-big-blogs ul li {
    display: inline-block;
    color: #999999;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.txt-big-blogs ul li:before {
    content: "";
    background: #999999;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.txt-big-blogs ul li:last-child:before {
    display: none
}
.txt-big-blogs ul li:last-child {
    color: #998675
}
.big-blogs span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--main-color);
    padding: 10px 25px;
    color: #fff;
}
.item-blogs {
    display: flex;
    margin-bottom: 50px;
}
.item-blogs figure {
    width: 150px;
    margin-bottom: 0;
    height: 120px;
}
.item-blogs figure img {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.txt--blogs {
    width: calc(100% - 150px);
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.txt--blogs h3 {
    color: #fff;
    font-size: 21px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
}

.txt--blogs span {
    color: #999999;
}

.txt--blogs ul li {
    display: inline-block;
    color: #999999;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.txt--blogs ul li:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.txt--blogs ul li:last-child:before {
    display: none
}
.txt--blogs ul li:last-child {
    color: #998675
}

.section_requests {
    padding: 3px 0 0;
}

.section_requests .col-lg-7 {
    position: relative;
}


/* Style Contact */

.section_contact {
    padding: 120px 0 0;
}
.txt-contact {
    padding: 220px 0;
}
.section_contact .col-lg-7 {
    position: relative;
}
.cont-contact {
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    padding: 50px;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9
}
.cont-contact h4 {
    color: var(--main-color);
    margin-bottom: 20px;
}
.cont-contact-requests {
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    padding: 70px;
    background: #fff;
    width: 100%;
}
.cont-contact-requests h4 {
    color: var(--main-color);
    margin-bottom: 20px;
}
.form-contact .form-group {
    margin-bottom: 20px;
}
.form-contact .form-control {
    border: 1px solid #D5DAE2;
    height: 45px;
    border-radius: 0;
    background: transparent
}
.form-contact textarea.form-control {
    height: 140px;
}
.form-contact .btn-site-other{
    background: #6B7D7D;
    margin: auto;
}


/* Style Fotter */

footer {
    position: relative;
    background: #343434;
    padding: 100px 0 40px;
}

.logo-ft {
    margin-bottom: 0;
    display: block;
    text-align: center;
    width: 150px
}
.logo-ft img {
    width: 120px;
    max-width: 100%;
    margin-bottom: 20px
}
.cont-ft {
    display: flex;
    align-items: center;
}
.cont-ft p {
    color: #fff;
    width: calc(100% - 120px);
    padding-right: 30px;
    font-size: 14px;
}
.menu-ft h5 {
    color: var(--main-color);
    margin-bottom: 25px;
}
.menu-ft ul li {
    margin-bottom: 15px;
}

.li-ft li a:hover {
    color: var(--main-color);
}

.list-contact li {
    display: block;
    margin-bottom: 20px;
    color: #fff
}

.list-contact li a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.list-contact li a:hover {
    opacity: .5
}


.li-ft {
    display: flex;
    flex-wrap: wrap;
}
.li-ft li {
    display: block;
    width: 50%
}
.li-ft li a {
    color: #77838F;
    font-size: 14px;
}


/* Style Template Page */

.section_page_template {
    padding: 80px 0;
}
.txt--ph {
    padding-top: 40px;
}
.txt--ph h3 {
    margin-bottom: 15px;
    font-size: 30px;
}
.txt--ph p {
    line-height: 1.7;
    font-size: 22px;
}


.section_content_templates {
    background: #252525;
    padding: 120px 0 40px;
}
.section_content_templates .container {
    padding: 0 150px;
}
.hd-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.hd-tabs h5 {
    color: #fff;
    margin-left: 50px;
}
.nav-tabs .nav-link {
    margin-bottom: 0;
    background: none;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: var(--main-color);
    font-size: 20px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    color: #fff;
}
.nav-tabs {
    border-bottom: 0
}

.tm-page {
    display: flex;
    align-items:center;
    background: #998675;
    margin-bottom: 40px;
    border-radius:40px;
    overflow: hidden
}
.tm-page figure {
    width: 40%;
    padding: 20px 0;
}
.tm-page .txt-templates {
    width: 60%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.tm-page figure img {
    max-width: 340px;
}


.tm-page .txt-templates a {
    position: relative;
    background: #6B7D7D;
    color: #fff;
    padding: 10px 45px;
    left: unset;
    bottom: unset;
    transform: inherit;
    font-size: 30px;
}
.tm-page .txt-templates h4 {
    margin-bottom: 15px;
    font-size: 30px;
}
.tm-page .txt-templates p {
    font-size: 22px;
    height: auto;
}
.section-alert-temp {
    padding: 60px 0;
    position: relative;
}
.section-alert-temp .container {
    padding: 0 150px;
}
.cont-alert {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #888;
}
.cont-alert h5 {
    font-size: 24px;
    margin-bottom: 15px;
}

.section_details_template {
    padding: 60px 0;
}
.cont-details-tm {
    background: #ebebeb;
    padding: 40px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.cl-back {
    color: var(--main-color);
    display: block;
    margin-bottom:10px;
}
.cont-details-tm span {
    background: var(--main-color);
    color: #000;
    padding: 10px 20px;
    font-size: 25px;
    position:absolute;
    top:50px;
    right: -50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.cont-details-tm .txt-details {
    width: 50%;
    padding: 20px 20px 20px 80px;
}
.cont-details-tm .txt-details h3 {
    color: var(--main-color);
    font-size: 27px;
    margin-bottom: 15px;
}
.cont-details-tm .txt-details strong {
    display: block;
    color: var(--main-color);
    text-align: center;
    font-size: 34px;
    margin: 30px 0;
}
.cont-details-tm .txt-details p {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.cont-details-tm .txt-details ul {
    position: absolute;
    bottom: 50px;
    left: 60px;
}
.cont-details-tm .txt-details li {
    border: 2px solid var(--main-color);
    padding: 3px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}
.cont-details-tm .thumb-tm {
    width: 50%;
}
.btn-down {
    position: absolute;
    background: #6B7D7D;
    color: #fff;
    padding: 10px 30px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    font-size: 25px;
}

.share-temp {
    display:flex;
    align-items:center;
    justify-content: center;
    margin-top:40px;
}
.share-temp h5 {
    color: var(--main-color);
    margin-left: 15px;
}
.share-temp li {
    display: inline-block;
    margin: 0 5px;
}
.share-temp li a {
    color: var(--main-color);
}

.inner-temp figure img {
    max-width: 170px;
}
.inner-temp .txt-templates h4 {
    font-size: 23px;
}
.inner-temp .txt-templates p {
    font-size: 15px;
}
.inner-temp .txt-templates a {
    font-size: 17px;
}
/* Style Articles */

.section_head_articles {
    background: url(https://sareef.net/web/images/logo.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 600px;
    position: relative;
    padding: 90px 0;
}
.bg-blog li, .bg-blog li a {
    color: #fff !important;
}
.section_head_articles:before {
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section_head_articles:after {
    content:"";
    background: url(../images/shape-art-page.svg);
    background: url(../images/shape-art-page.svg);
    background-size: 100%;
    width: 400px;
    height:345px;
    position:absolute;
    left: 20%;
    bottom: 100px;
}



/**/
.section_content_latest {
    background: #202020;
    position: relative;
    padding: 60px 0;
}
.section_content_latest .sec_head h2 {
    color: #fff;
}

.btn-more {
    border: 1px solid #fff;
    padding: 10px 45px;
    border-radius: 30px;
    display: block;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 25px;
    width: 160px;
}
 .btn-more:hover {
     background: #fff;
     color:#202020;
 }


.section_reg {
    position: relative;
    padding: 80px 0;
}
.section_reg:before {
    content:"";
    background: #6B7D7D;
    height: 100%;
    width: 35%;
    position: absolute;
    top:0;
    right: 0;
    z-index: -1;
}
.section_reg .row {
    align-items: center;
}
.txt--reg h5 {
    font-size: 30px;
    margin-bottom:5px;
}
.txt--reg p {
    font-size: 24px;
    margin-bottom: 30px;
}
.btn-reg {
    border: 1px solid #202020;
    color: #202020;
    padding: 10px;
    border-radius: 30px;
    width: 220px;
    display: block;
    text-align: center;
    font-size:25px;
}
.btn-reg:hover {
    background: #6B7D7D;
    color: #fff;
    border: 1px solid #6B7D7D;
}
.thumb-reg {
    position:relative;
    text-align: left;
}
.thumb-reg img {
    max-width: 450px;
}


/**/

.section-page-site {
    padding: 66px 0;
    position: relative;
}
.act--ave {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.act--ave figure img {
    width:40px !important;
    height: 40px !important;
    border-radius: 50%;
}
.act--ave figure {
    margin-left: 40px;
}
.owner-artic li {
    margin-left: 20px;
    padding-left: 20px;
    position:relative;
    color: var(--main-color);
}
.owner-artic li:before {
    content:"";
    background:var(--main-color);
    width: 1px;
    height: 15px;
    position:absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}
.owner-artic li:last-child:before {
    display:none;
}
.owner-artic li a {
    font-weight:700;
    color: var(--main-color);
    font-size: 21px;
}
.act--ave ul {
    display: flex;
    align-items: center;
}
.social-art li {
    margin: 0 5px;
}
.social-art li svg {
    height: 17px;
}
.social-art li svg path {
    color: var(--main-color);
}
.cont-details .big-arti {
    width:100%;
    margin-bottom:30px;
}
.cont-details .big-arti img {
    width:100%;
}
.hd-dtails h1 {
    margin-bottom:15px;
}

.hd-dtails p {
    margin-bottom:30px;
    font-size:28px;
}
.content-artic p {
    font-size: 28px;
    margin-bottom:60px;
}
.content-artic b {
    font-size: 28px;
    margin-bottom:60px;
    display: block;
}

.tag-artic {
    display:flex
}
.tag-artic span {
    color:var(--main-color);
    margin-left:5px;
}
.share-art {
    background: #6b7d7d;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 540px;
    margin-top: 50px;
}
.share-art h3 {
    color: #fff;
    margin-left: 30px;
}
.share-art li {
    display:inline-block;
    margin: 0 10px;
}
.share-art li svg {
    height: 25px;
}
.share-art li svg path {
    color: #fff;
}

.more-artic {
    padding-bottom: 40px;
}
.list--artic {
    border: 1px solid #6b7d7d;
    padding: 60px 0;
    border-left: 0;
    border-right: 0;
}
.item-more-artic {
    display:flex;
    width: 80%;
    margin-bottom: 30px;
}
.item-more-artic figure {
    width:300px;
    height:200px;
}
.item-more-artic figure img {
    width: 100%;
    height: 100%;
}
.txt-more-artic {
    width: calc(100% - 300px);
    padding-right: 30px;
    padding-top: 15px;
}
.txt-more-artic h4 {
    font-size: 30px;
    margin-bottom: 20px;
}
.txt-more-artic p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.txt-more-artic span {
    color: var(--main-color);
    position: relative;
    padding-left: 15px;
    display: inline-block;
}
.txt-more-artic span:before {
    content: "";
    background: var(--main-color);
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.option-page {
    position: fixed;
    top: 130px;
    left: 0;
}
.night-mode {
    background: #343434;
    padding: 22px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 15px;
}
.night-mode a {
    color: #fff !important;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.night-mode svg {
    height: 22px;
    margin-left: 10px;
}
.night-mode svg path {
    fill: var(--main-color)
}

.size-page {
    background: #343434;
    padding: 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.size-page li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.size-page li a {
    color: var(--main-color) !important;
    font-size: 27px;
}
.size-page li:first-child {
    padding-left: 20px;
}
.size-page li:first-child:before {
    content: "";
    background: var(--main-color);
    width: 1px;
    height: 15px;
    position:absolute;
    top:50%;
    left: 0;
    transform:translateY(-50%);
}

.night-mode-st, .night-mode-st #header {
    background:#343434;
    color: #fff;
}
.night-mode-st .main_menu > li > a, .night-mode-st .li-ft li a {
    color: #fff;
}
.night-mode-st .night-mode, .night-mode-st .size-page {
    background: #fff;
}
.night-mode-st .night-mode a {
    color: #000 !important;
}




/* Style Videos Page */

.section_head_videos {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 600px;
    position: relative;
}
.section_head_videos:before {
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section_head_videos:after {
    content: "";
    background: url(../images/shape-art-page.svg);
    background-size: 100%;
    width: 400px;
    height: 345px;
    position: absolute;
    left: 20%;
    bottom: 100px;
}
.section_head_videos .container {
    position:relative;
    height: 600px;
    display:flex;
     align-items:center;
}
.cont-txt-videos {
     position: relative;
     display:flex;
     align-items:center;
     z-index: 1;
}
.cont-txt-videos figure {
    width: 80px;
}
.cont-txt-videos figure svg {
    height:80px;
}
.cont-txt-videos figure svg path {
    fill: #fff
}
.txt-big-viedos {
    width: calc(100% - 80px);
    padding-right:20px;
}
.cont-txt-videos span {
    color: var(--main-color);
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
}
.txt-big-viedos p {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}
.txt-big-viedos time {
    color: #fff;
}

.box--videos {
    position:relative;
    padding-left: 70px;
    margin-bottom: 40px;
}
.tx-kg .col-lg-6:nth-child(even) .box--videos {
    position:relative;
    padding-right: 70px;
    padding-left: 0;
}
.box--videos figure {
    position:relative;
}
.box--videos figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}
.box--videos figure svg {
    height: 60px;
}
.box--videos figure svg path {
    fill: #fff
}
.tx--videos h4 {
    color: #fff;
    margin-bottom: 10px;
}
.tx--videos span {
    color: #B2B2B2;
}

.dt-videos figure {
    position:relative;
}
.dt-videos figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}
.dt-videos figure svg {
    height: 60px;
}
.dt-videos figure svg path {
    fill: #fff
}

.con-video-page {
    padding: 200px 0 30px;
}
.head-con-video {
    width: 60%;
}
.head-con-video h4 {
    margin-bottom: 20px;
    font-size: 40px;
}
.head-con-video p {
    margin-bottom: 60px;
    font-size:28px;
}
.dt-videos ul {
    text-align: left;
}
.dt-videos li {
    display: inline-block;
    margin: 0 5px;
}
.dt-videos svg path {
    fill: #BEBEBE
}


.item-videos figure {
    position: relative;
}
.item-videos figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}
.item-videos figure svg {
    height: 30px;
}
.item-videos figure svg path {
    fill: #fff
}

/* Style Courses Page */

.section_course .container {
    padding: 0 100px;
}
.tab-pane .item-courses {
    background: #fff;
    margin-bottom: 20px;
}
.tab-pane .txt-courses p {
    height: 48px;
    margin-bottom: 0px;
}
.course-teacher {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.course-teacher figure {
    margin-bottom:0;
    width: 40px
}
.course-teacher figure img {
    border-radius: 50%;
}
.course-teacher p {
    margin-right: 15px;
}
.act-course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 10px;
}
.act-course strong {
    color: var(--main-color);
}
.act-course .btn-site {
    margin: 10px 0;
    border-radius:5px;
}
.p-cour h3 {
    font-size: 65px;
    margin-bottom: 30px;
}

/* Style Courses Details Page */

.section-head-cours {
    position: relative;
    padding: 60px 0;
}
.section-head-cours:before {
    content:"";
    background:#6B7D7D;
    width: 30%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
.txt-cours-details h2 {
    font-size: 50px;
    margin-bottom: 20px;
}
.txt-cours-details p {
    font-size: 24px;
}
.txt-cours-details .course-teacher {
    justify-content: inherit;
    margin: 50px 0;
}
.txt-cours-details .course-teacher figure {
    width: 80px;
}
.txt-teac {
    width: calc(100% - 80px);
    padding-right: 25px;
}
.txt-teac h4 {
    color: var(--main-color);
}
.txt-teac p {
    margin: 0;
    font-size: 15px;
}
.img-dat {
    position: relative;
    padding-top: 100px;
}
.img-dat:before {
    content:"";
    background: url(../images/bg-hs.png);
    width: 360px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 70px;
    z-index: -1;
}
.img-dat img {
    width: 100%;
}
.img-dat a {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.img-dat a svg {
    height: 40px;
}
.img-dat a svg path {
    fill: #fff
}


.course-content {
    background: #F2F2F2;
}
.course-content .container {
    padding: 60px 0;
    border-bottom: 1px solid rgb(112 112 112 / 30%)
}
.txt-content h3 {
    color: var(--main-color);
    margin-bottom:20px;
    font-size:35px;
}
.txt-content p {
    font-size: 24px;
    margin-bottom: 30px;
}
.txt-content li {
    margin-bottom: 15px;
    font-size: 18px;
}
.txt-content .btn-more {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}


.study-plan {
    position: relative;
}
.study-plan .container {
    padding: 60px 0;
    border-bottom: 1px solid rgb(112 112 112 / 30%)
}
.item-study {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.item-study figure {
    width: 320px;
    margin-bottom: 0;
    position: relative;
}
.item-study figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.item-study figure a svg {
    height: 40px;
}
.item-study figure a svg path {
    fill: #fff
}
.txt-study {
    width: 350px;
    position: relative;
    padding-right: 25px
}
.txt-study span {
    display: block;
    margin-bottom: 10px;
    color: #999999;
}
.txt-study h3 {
    color:#202020;
    margin-bottom: 15px;
}
.txt-study p {
    color:var(--main-color);
}
.type-cour {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translatY(-50%);
    color: #B9B9B9;
}

.assessments-opinions {
    position: relative;
}
.assessments-opinions .container {
    padding: 60px 0;
    border-bottom: 1px solid rgb(112 112 112 / 30%)
}
.coluom2 .item {
    padding: 20px;
}

.item-assessments {
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-radius:25px;
}
.item-assessments figure {
    width: 70px;
    margin-bottom: 0;
}
.item-assessments figure img {
    border-radius: 50%;
}

.txt-asses {
    width:calc(100% - 70px);
    padding-right: 15px;
}
.top-ph {
    display:flex;
    align-items: center;
}
.star-rating {
    font-size: 0;
    height: 20px;
    display: inline-block;
    position: relative;
    background-position: 0 0;
    margin: 0 5px 0;
}
.star-rating:before {
    font-size: 12px;
    letter-spacing: 2px;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'FontAwesome';
    display: block;
    color: #D1D1D1;
}
.star-rating span {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}
.star-rating span:before {
    font-size: 12px;
    letter-spacing: 2px;
    content: '\f005\f005\f005\f005\f005';
    font-family: 'FontAwesome';
    display: block;
    color: #ffc104;
}
.top-ph p {
    font-size: 24px;
    color: #CDCDCD;
}
.date-ass {
    font-size: 17px;
    color: #CDCDCD;
}
.ph-ass {
    font-size: 27px;
}
.similar-courses {
    padding: 40px 0;
    position: relative;
}
.sec-head.mb25 {
    margin-bottom: 25px;
}

/* Style Profile Page */

.section_profile_page {
    padding: 50px 0;
    position:relative;
}
.cont-profile {
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 27px rgb(0 0 0 / 16%);
    border-radius: 25px;
}
.cont-profile figure {
    width: 140px;
    height: 140px;
    margin-bottom:0;
}
.cont-profile figure img {
    border-radius: 50%;
}
.txt-profile {
    width: calc(100% - 120px);
    padding-right: 40px;
}
.change-pass {
    position: absolute;
    top: 90px;
    left: 40px;
    border: 1px solid #9b9b9b;
    padding: 8px 20px;
}

.section_ended_courses {
    padding: 40px 0;
}
.mb-20 {
    margin-bottom: 20px;
}
.section_ended_courses .owl-carousel {
    box-shadow: 0 1px 17px rgb(0 0 0 / 16%);
    border-radius: 25px;
    padding: 80px 50px;
}
.item-ended-course {
    padding-right: 30px;
}
.item-ended-course .txt-ended p {
    color: var(--main-color);
}
.txt-ended li {
    display: inline-block;
    margin-left: 20px;
    color:#b7b7b7;
}
.txt-ended li:last-child {
    margin-left: 0;
}
.ico-ended {
    position:absolute;
    top:60%;
    right: 0;
    color: #015501;
    font-size: 20px;
}

.ended-course .owl-dots {
    display: none !important;
}
.ended-course .owl-nav,
.col-prof2 .owl-nav {
    display: block !important;
    font-size: 25px;
}
.ended-course .owl-nav .owl-prev,
.col-prof2 .owl-nav .owl-prev {
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.ended-course .owl-nav .owl-next,
.col-prof2 .owl-nav .owl-next {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.section_versions {
    padding: 40px 0;
    position: relative;
}
.item-versions {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 30px 15px;
}
.item-versions figure {
    width:140px;
    margin-bottom: 0;
}
.item-versions .txt-versions {
    width: calc(100% - 140px);
    padding-right: 15px;
}
.txt-versions p {
    color: var(--main-color);
    margin: 5px 0;
}
.txt-versions span {
    color: #b7b7b7;
}
.col-prof2 {
    box-shadow: 0 1px 17px rgb(0 0 0 / 16%);
    border-radius: 25px;
    padding: 80px 50px;
}


.section_assessments {
    padding: 40px 0 8px;
    position: relative;
}
.section_assessments .item-assessments {
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 30px 10px;
    border-radius: 0;
    border: 1px solid #eee;
}

/* Style Login */

.closeModal {
    position: absolute;
    top: 8px;
    left: 30px;
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.closeModal svg path {
    fill: #000;
}
.hd-log {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #000000;
    text-transform: capitalize;
    line-height: 1.2;
}
.form-login .form-group {
    margin-bottom: 20px;
}
.form-login .form-group label {
    margin-bottom:5px;
    display: block;
}
.form-login .form-control {
    border-radius: 25px;
    border-radius: 0;
    background: #fff;
    height: 45px;
    padding-left: 45px;
    border: 1px solid #e9e9e9;
}
.forgot-pass a {
    color: #000;
}


.artical{


    font-family: disc;



}

/* Style Notice */

.cont-notice {
    background: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    width: 70%;
    margin: 70px auto;
}
.thumb-notice {
    width: 50%;
}
.thumb-notice figure {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}
.thumb-notice figure img {
    height: 100%;
    width: 100%;
}
.txt-notice {
    padding: 25px 80px;
    width: 50%;
}
.txt-notice h4 {
    color: var(--main-color);
    margin-bottom: 10px;
}
.txt-notice p {
    margin-bottom: 25px;
    line-height: 1.7;
}

.form-notice .form-control {
    border: 1px solid var(--main-color);
    border-radius: 0;
    height: 50px;
    margin-bottom: 20px;
}
.btn-subscription {
    background: var(--main-color);
    color: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
.btn-archiving {
    background: #343434;
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-archiving:hover {
    color: #fff
}

/* section-archive */

.section-archive {
    position:relative;
    padding: 60px 0;
}
.item-archive {
    padding: 15px;
    position: relative;
    background: #eee;
    width: 70%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.item-archive p a {
    color: var(--main-color);
    font-size: 20px;
}
