@font-face {
    font-family: 'TheSans-Plain';
    src: url('../fonts/the_sans_plain/TheSans-Plain.eot');
    src: url('../fonts/the_sans_plain/TheSans-Plain.eot?#iefix') format('embedded-opentype'),
        url('../fonts/the_sans_plain/TheSans-Plain.woff2') format('woff2'),
        url('../fonts/the_sans_plain/TheSans-Plain.woff') format('woff'),
        url('../fonts/the_sans_plain/TheSans-Plain.ttf') format('truetype'),
        url('../fonts/the_sans_plain/TheSans-Plain.svg#TheSansArab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSans-Bold';
    src: url('../fonts/theSans-bold/TheSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/theSans-bold/TheSans-Bold.otf') format('opentype'),
        url('../fonts/theSans-bold/TheSans-Bold.woff') format('woff'),
        url('../fonts/theSans-bold/TheSans-Bold.ttf') format('truetype'),
        url('../fonts/theSans-bold/TheSans-Bold.svg#TheSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    direction: rtl
}

body {
    font-family: 'TheSans-Plain';
    font-size: 14px
}

a {
    color: #000;
}

a,
img {
    transition: 350ms ease-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.p-70 {
    padding: 70px 0;
}

.d-flex {
    display: flex
}

a.more-btn {
    color: black;
    display: block;
    width: 240px;
    padding: 13px;
    text-align: center;
    margin: 20px auto 0;
    border-radius: 50px;
    font-size: 16px;
    background-color: #ede10e;
}

a.more-btn:hover {
    box-shadow: 0 0 9px -3px #ede10e;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    color: white;
    padding: 15px 0;
}

header .top-header {
    border-bottom: 3px solid #fbb03b;
    background-color: #212020;
    margin: 0 0 10px;
}


header .logo-container {
    display: flex;
    align-items: center;
}

header .logo-container .logos {
    max-width: 20%;
    flex: 0 0 20%;
}

header .logo-container nav.navbar.navbar-inverse {
    max-width: 80%;
    flex: 0 0 80%;
    margin: 0;
    background: 0;
    border: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-size: 16px;
    padding: 10px 24px;
    position: relative;
}

.navbar-inverse .navbar-nav > li > a::before {
    content: '';
    border-bottom: 3px solid #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 350ms ease-out;
}

.navbar-inverse .navbar-nav > li > a:hover::before {
    transform: scaleX(1);
    transform-origin: right;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
    background: 0;
    color: #ffffff;
}

li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 10;
    margin-top: 0;
    border-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-menu {
    display: block;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    border: 0;
}

ul li.dropdown > ul > li {
    display: block;
    position: relative;
    border-top: 1px solid #000;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

ul li.dropdown > ul > li > a {
    padding: 9px 15px;
    display: block;
    font-size: 15px;
    color: #000000;
}

ul li.dropdown > ul > li > a:hover {
    background: #00703c;
    color: #fff;
}

.dropdown-menu > .active > a {
    background: #00703c;
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: #00703c;
    color: #fff;
}


#home-slider .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
}

#home-slider .item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.61);
}

#home-slider .item .caption {
    position: absolute;
    direction: rtl;
    left: 50%;
    top: 50%;
    text-align: center;
    color: white;
    transform: translate(-50%, -50%);
}

header .logo-container .logos img.img-responsive {
    max-width: 150px;
}

#home-slider .item .caption h1 {
    font-family: 'TheSans-Bold';
    margin: 0 0 30px;
    font-size: 55px;
    color: #ffffff;
}

#home-slider .item .caption p {
    font-size: 56px;
    color: #2eb5a8;
}

#home-slider .owl-item.active h1 {
    -webkit-animation: 1s .5s fadeInUp both;
    animation: 1s .5s fadeInUp both;
}

#home-slider .owl-item.active p {
    -webkit-animation: 1s 1.2s fadeInUp both;
    animation: 1s 1.2s fadeInUp both;
}

.main-slider {
    position: relative
}

.about-us .item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.11);
    padding: 25px;
    text-align: justify;
}

.about-us .item .img-item {
    height: 80px;
    text-align: center;
    width: 110px;
    margin: auto;
    position: relative;
}

.about-us .item .img-item img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    position: relative;
    display: block;
}

.about-us .item .img-item:before,
.about-us .item .img-item:after {
    content: '';
    position: absolute;
    background: #ecf1f9;
    border-radius: 50%;
}

.about-us .item .img-item:before {
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
}

.about-us .item .img-item:after {
    height: 30px;
    width:
        30px;
    left: -30px;
    top: -10px;
}

.about-us .item .caption > a {
    text-align: center;
    display: block;
    font-family: 'TheSans-Bold';
    font-size: 20px;
    color: #6d6d6d;
}

.about-us .item .caption > div {
    line-height: 1.8;
}

.about-us .item .caption > div > ul {
    padding: 0;
    list-style-type: none;
}

.about-us .item .caption {
    height: 155px;
    overflow: hidden;
    color: #9c9c9c;
    text-align: center;
}

.about-us .d-flex {
    flex-wrap: wrap;
    align-items: center;
}

.about-us .d-flex .caption {
    max-width: 60%;
    flex: 0 0 60%;
}

.about-us .d-flex .img-item {
    max-width: 40%;
    flex: 0 0 40%;
}

.about-us .d-flex .caption h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.about-us .d-flex .caption h1 {
    font-family: 'TheSans-Bold';
    color: #2eb5a8;
    font-size: 25px;
    margin: 0 0 20px;
}

.about-us .d-flex .caption > div p {
    font-size: 16px;
    margin: 15px 0 15px;
    text-align: justify;
    padding-left: 30px;
}

.about-us .d-flex .img-item > div {
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    height: 340px;
}

.about-us .d-flex .img-item > div img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.video.p-70 {
    background-color: #f3f3f3;
}

.video.p-70 {
    background-color: #f3f3f3;
}

.video.p-70 .item iframe {
    width: 100%;
    height: 380px;
}

.video.p-70 .item a.image {
    width: 100%;
    display: block;
    height: 330px;
}

.video.p-70 .item a.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video.p-70 .item a.name {
    background-color: #333333;
    display: block;
    padding: 14px;
    text-align: center;
    color: #ede10e;
    font-size: 16px;
}

.video-list .item-box {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.video-list .item-box .img-item img {
    object-fit: cover;
}

.video-list .item-box .img-item {
    width: 100%;
    height: 240px;
    margin: 0;
}

.video-list .item-box  .caption-item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #2eb5a891;
    transition: .5s;
    transform: translateY(100%);
}

.video-list .item-box .caption-item a {
    display: block;
    color: white;
    font-size: 18px;
}

.video-list .item-box .caption-item a:nth-child(1) {
    background-color: #F44336;
    width: 40px;
    margin: auto;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-list .item-box:hover .caption-item {
    transform: translateX(0);
}

.product.p-70 .item-box {
    padding: 0;
    margin: 0;
    min-height: auto;
}

.product.p-70 .item-box .img-item {
    width: 100%;
    margin: 0;
    height: 200px;
    padding: 20px;
}

.product.p-70 {
    background-color: #f3f3f3;
}

.news .item-box .img-item,
.courses .item-box .img-item {
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}

.item-box span.last {
    background-image: -moz-linear-gradient(1deg, rgb(223, 0, 0) 0%, rgb(149, 0, 0) 100%);
    background-image: -webkit-linear-gradient(1deg, rgb(223, 0, 0) 0%, rgb(149, 0, 0) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(223, 0, 0) 0%, rgb(149, 0, 0) 100%);
}

.item-box span.new {
    background-image: -moz-linear-gradient(1deg, rgb(54, 78, 255) 0%, rgb(0, 48, 146) 100%);
    background-image: -webkit-linear-gradient(1deg, rgb(54, 78, 255) 0%, rgb(0, 48, 146) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(54, 78, 255) 0%, rgb(0, 48, 146) 100%);
}

.news.p-70,
.courses.p-70 {
    background-color: #fcfcfc;
}

.item-box span {
    background-image: -moz-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    background-image: -webkit-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    position: absolute;
    color: white;
    right: -40px;
    top: 10px;
    padding: 9px 50px;
    transform: rotateZ(45deg);
}

.courses .item-box {
    position: relative;
    overflow: hidden;
}

.product-slider .item-box,
.group-slider .item-box,
.service-slider .item-box {
    margin: 20px;
}

.owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eaeaea !important;
    font-size: 30px !important;
    height: 50px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav > button.owl-prev {
    right: 0;
}

.head-block {
    margin: 0 auto 20px;
    max-width: 50%;
}

.head-block h3 {
    font-family: 'TheSans-Bold';
    font-size: 25px;
    margin: 0 0 45px;
    color: #2eb5a8;
}

.head-block p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px;
}

.head-block svg {
    fill: #e9bc1e;
}

.item-box {
    direction: rtl;
    text-align: center;
    margin: 10px;
    padding: 15px;
    min-height: 240px;
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.08);
    position: relative;
}

.archive .item-box {
    margin: 0 0 30px;
    border: 1px solid #eee;
}

.item-box .img-item {
    width: 128px;
    height: 128px;
    margin: 0 auto 20px;
}

.item-box .img-item img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.item-box .caption-item h2 {
    font-size: 16px;
    margin: 0 0 12px;
    font-family: 'TheSans-Bold';
    line-height: 2;
}

.item-box .caption-item h2 a {
    color: #292929;
}


.gallary_viode_twitter h4.head {
    color: #383838;
    font-size: 22px;
    position: relative;
    font-family: 'TheSans-Bold';
    margin: 0 0 10px;
}

.one__post > a {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}

.gallary_viode_twitter h3 {
    color: #1b7132;
    margin: 30px 0 15px;
    font-size: 20px;
    font-family: 'TheSans-Bold';
}

.gallary_viode_twitter .box__twitter {
    border: 1px solid #27b7be;
    padding: 15px;
}

.gallary_viode_twitter .one__post .item {
    position: relative;
    height: 357px;
}

.gallary_viode_twitter .slider-11 .item {
    direction: rtl;
}

.gallary_viode_twitter .one__post .item a.image {
    height: 345px;
    display: block;
    overflow: hidden;
}

.gallary_viode_twitter .one__post .item a.image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallary_viode_twitter .one__post .item a.name {
    color: white;
    display: block;
    position: absolute;
    z-index: 88;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    font-size: 18px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}


.page-header {
    min-height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 0 30px;
    background-color: #2eb5a8;
}

.page-header .content {
    text-align: center;
    padding-top: 40px;
    color: white;
    position: relative;
}

.page-header .content h1 {
    margin: 0 0 20px;
    font-size: 35px;
    font-family: 'TheSans-Bold';
}

.page-header .content ul {
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
}

.page-header .content ul li {
    margin: 0 10px 0;
}

.page-header .content ul li a {
    color: white;
}

.page-content {
    line-height: 2;
    padding: 0 0 40px;
    text-align: justify !important;
    font-size: 16px;
}

.contact__us {
    background: url('../images/bg-contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact__us .decor2 {
    background: url(../images/decor-2.svg);
    height: 150px;
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: -150px;
    background-repeat: no-repeat;
    background-size: 100%;
}

form.wpcf7-form p label {
    font-weight: 100;
    display: block;
}

form.wpcf7-form p label input,
form.wpcf7-form p label textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

form.wpcf7-form p label textarea {
    height: 130px;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #2fb6a9;
    color: white;
    border: 0;
    padding: 10px 50px;
    border-radius: 10px;
    transition: .5s;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #08a092;
}

.page-content .content img {
    margin: auto;
    display: block;
    height: auto;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px -3px silver;
    max-width: 100%;
}


.footer-top .content {
    display: flex;
    flex-wrap: wrap;
}

p.text-center.copyright {
    background-color: #2eb5a8;
    color: white;
    min-height: 50px;
    line-height: 50px;
}

.footer-top .content .about .textwidget img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}

.footer-top .content .about .textwidget {
    padding-left: 10px;
    line-height: 1.9;
}

.footer-top .content .contact {
    max-width: 20%;
    flex: 0 0 20%;
    line-height: 2;
}

.footer-top .content h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 30px;
    background-color: #6c6c6c;
}

.footer-top {
    padding: 50px 0;
    color: #000000;
    background: #d9cd00;
    font-size: 15px;
}

.footer-top .content .map {
    max-width: 25%;
    flex: 0 0 25%;
    padding-right: 15px;
}

.footer-top .content .map iframe {
    width: 100%;
    height: 230px;
}

.footer-top .content .contact ul {padding: 0;list-style-type: none;}

.footer-top .content .contact ul li label {
    display: none;
}

.footer-top .content .contact ul li {
    font-size: 30px;
    font-family: fantasy;
    letter-spacing: 1px;
}

.footer-top .content .about {
    max-width: 34%;
    flex: 0 0 33%;
}

.footer-top .content .link_footer {
    max-width: 22%;
    flex: 0 0 22%;
}

.footer-top .content .location {
    flex: 0 0 35%;
    max-width: 35%;
}

.footer-top .content h2 {
    font-family: 'TheSans-Bold';
    font-size: 18px;
    margin: 0 0 10px;
    color: #000000;
    padding: 0 0 10px;
    position: relative;
}

.footer-top .content .link_footer ul {
    padding: 0;
    list-style-type: none;
}

.footer-top .content .link_footer ul li {
    line-height: 2;
}

.footer-top .content .link_footer ul li a {
    color: #000000;
}

.footer-top .content .about img {
    max-width: 40% !important;
    margin: 0 auto 20px;
    display: block;
}

.bottom-footer {
    text-align: center;
    padding: 15px;
    background-color: #503b51;
    color: #efefef;
}

a.whatsapp {
    background-color: #18d61b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5f5f5;
    color: #fff;
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 120px;
    font-size: 45px
}

ul.list-files-tab {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 20px 0 10px;
}

ul.list-files-tab li a {
    background-color: #90a33a;
    color: white;
    padding: 6px 30px;
    display: block;
    margin: 0 9px 0;
}

ul.list-files-tab li:nth-child(1) a {
    margin-right: 0;
}

ul.list-files-tab li.active a {
    background-color: #2fb6a9;
}

ul.list-files-tab li a:hover {
    background-color: #7d9800;
}

.file-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.file-list-wrap .item {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0 0 30px;
    display: flex;
}

.file-list-wrap .item .icon {
    width: 80px;
    height: 80px;
    background-color: #e9bc1e;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-list-wrap .item .caption {
    flex-basis: 100%;
    background-color: #ececec;
    padding: 7px 10px;
    margin-left: 15px;
}

.file-list-wrap .item .caption h4 {
    font-size: 16px;
    margin: 6px 0 5px;
}

.file-list-wrap .item .caption a {
    font-size: 14px;
}

.image-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.image-list-wrap .item {
    max-width: 25%;
    flex: 0 0 25%;
    margin: 0 0 30px;
}

.image-list-wrap .item a {
    height: 200px;
    display: block;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px -3px silver;
    margin-right: 15px;
}

.image-list-wrap .item a img {
    padding: 0;
    margin: 0;
    box-shadow: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-list-wrap .item:first-child a {
    margin-right: 0;
}

p.mailpoet_paragraph input.mailpoet_text {
    width: 100% !important;
    border: 0;
    padding: 10px;
}

input.mailpoet_submit {
    float: left;
    background-color: #588e5c;
    border: 0;
    padding: 10px 30px;
    margin: 10px 0 0;
}

.single-course .page-content .img-post img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: auto;
}

.panel-default > .panel-heading {
    color: white;
    background: #2eb5a8;
    padding: 15px;
}

.post-type-archive-course form label {
    font-weight: 100;
    margin: 0;
    width: 110px;
    text-align: center;
}

.post-type-archive-course form select {
    flex-basis: 100%;
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 7px 15px;
}

.post-type-archive-course form .d-flex {
    align-items: center;
}

.post-type-archive-course form .col-md-2 label {
    position: relative;
    top: 6px;
}

.post-type-archive-course form {
    margin: 0 0 20px;
}

.post-type-archive-course form input[type="submit"] {
    border: 0;
    border-radius: 50px;
    padding: 7px 15px;
    background-color: #6a3a38;
    color: white;
    width: 100%;
}

.page-template-page-contact .page-content h4 {
    color: #005d2a;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-family: 'TheSans-Bold';
    font-size: 22px;
}

.page-template-page-contact .page-content .map iframe {
    width: 100%;
    height: 350px;
}

.page-template-page-contact .page-content .map {
    margin-top: 15px;
}

.page-template-page-contact .page-content ul.list-inline li a,footer .about ul.list-inline li a {
    display: block;
    font-size: 20px;
    padding: 0 10px;
    color: #4c4c4c;
    border: 1px solid #6c6c6c;
    border-radius: 5px;
}

footer .about ul.list-inline li a {
    color: #000000;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top .content .map form.wpcf7-form {
    position: relative;
}

.footer-top .content .map form.wpcf7-form br {
    display: none;
}

.footer-top .content .map form.wpcf7-form .wpcf7-form-control {
    background-color: #444444;
    color: white;
    border: 0;
    border-radius: 0;
}

.footer-top .content .map form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    left: 10px;
    bottom: 40px;
    background-color: #d9cd00;
    color: #444444;
    width: 110px;
    padding: 7px;
}

.footer-top .content .map form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

footer .about ul.list-inline li a:hover {
    background-color: white;
    color: #2eb5a8;
}

footer .whatsap_link {
    background-color: #4CAF50;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
}

footer .whatsap_link a {
    background-color: black;
    color: white;
    padding: 8px;
    display: block;
    margin-top: 9px;
    border-radius: 5px;
}

footer .whatsap_link a:hover {
    opacity: .8;
}

.single-video p iframe,
.single-video iframe {
    width: 100%;
    height: 100vh;
}


#commentform {
    display: flex;
    flex-flow: column;
}

.comment-form-comment {
    order: 3;
}

.comment-form-url {
    display: none;
}

.comment-form-email {
    order: 2;
}

.comment-form-author {
    order: 1;
}

.form-submit {
    order: 5;
}

div#comments {
    padding: 15px;
    border: 1px solid #c7c7c7;
    margin-top: 40px;
    background: #f6f6f6;
}

div#comments h3#reply-title {
    margin: 10px 0 10px;
    color: #008b44;
}

div#comments ol.comment-list {
    padding: 0;
    list-style-type: none;
}

div#comments ol.comment-list li {
    margin: 0 0 30px;
    background-color: white;
    padding: 15px;
    border: 1px solid #eee;
}

div#comments ol.comment-list li .comment-author.vcard img,
div#comments ol.comment-list li .comment-author.vcard .says {
    display: none;
}

div#comments ol.comment-list li footer.comment-meta {
    display: flex;
    justify-content: space-between;
}

div#comments ol.comment-list li footer.comment-meta a {
    color: #909090;
    font-size: 12px;
}

div#comments ol.comment-list li .reply {
    display: none;
}

h2.comments-title {
    font-size: 22px;
    margin: 0 0 30px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #417a5e;
    border-color: #417a5e;
}

form#commentform {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}

form#commentform p {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-flow: column;
    margin: 0 0 15px !important;
}

form#commentform p.comment-form-url {
    display: none;
}


form#commentform p.comment-form-cookies-consent {
    display: none;
}

form#commentform p.comment-notes {
    display: block;
}

form#commentform p input,
form#commentform p textarea {
    border: 1px solid #ccc;
    padding: 4px 8px;
}

form#commentform p input#submit {
    background-color: #008b44;
    color: white;
    border: 0;
}

form#commentform p input#submit:hover {
    background-color: #00612f;
}

._h {
    background-image: -moz-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    background-image: -webkit-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
    background-image: -ms-linear-gradient(1deg, rgb(5, 95, 46) 0%, rgb(97, 173, 65) 100%);
}

._h .item .img-item {
    width: 100px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    border: 4px solid #d4d4d4;
    padding: 20px;
    border-radius: 50%;
    transition: .6s;
    background-color: #f1f1f1;
}

._h .item .img-item img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

._h .item .caption-item {
    padding: 15px;
    text-align: center;
}

._h .item .caption-item h2 {
    color: #ffffff;
    font-family: 'TheSans-Bold';
    font-size: 22px;
}

._h .item .caption-item p {
    font-size: 28px;
    color: white;
    margin: 10px 0 0;
}

._h .head-block h3 {
    margin: 0 0 35px;
    color: #fcfcfc;
}

._h .item:hover .img-item {
    transform: rotate(360deg);
}

.banner-slider .img-item {
    width: 100%;
    height: 280px;
}

.banner-slider .img-item img {
    object-fit: fill;
}

.banner-slider.owl-carousel.owl-loaded.owl-drag {
    max-width: 70%;
    margin: auto;
}

.document {
    background-color: #fcfcfc;
}

.document .item-box .icon i {
    font-size: 80px;
    display: block;
    margin: 20px 0 30px;
    transition: .5s;
}

.document .item-box:hover .icon i {
    color: #54a23e;
}

.document .item-box  > a {
    font-size: 18px;
    color: #404040;
    line-height: 1.5;
}

@media only screen and (max-width: 480px) {
    a.whatsapp {
        left: 30px
    }

    .banner-slider.owl-carousel.owl-loaded.owl-drag {
        max-width: 100%;
        margin: auto;
    }

    .banner-slider .img-item {
        height: 190px;
    }

    .footer-top .content .map {
        margin: 10px 0 0;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .service-slider .owl-nav.disabled {
        display: none !important;
    }

    header .logo-container nav.navbar.navbar-inverse {
        display: none;
    }

    header .logo-container .logos {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .logo-container .logos a#menu-toggle {
        font-size: 25px;
        color: white;
    }

    .close-menu {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.29);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all 250ms ease-out;
    }

    ul.menu-mobile {
        padding: 0;
        list-style-type: none;
        position: fixed;
        width: 250px;
        z-index: 999;
        background-color: white;
        transition: transform 250ms ease-out;
        height: 100vh;
        transform: translateX(250px);
    }

    ul.menu-mobile li a {
        display: block;
        padding: 20px 15px;
        border-bottom: 1px solid #eee;
    }

    .active-menu {
        overflow: hidden;
    }

    .active-menu ul.menu-mobile {
        transform: translateX(0);
    }

    .active-menu .close-menu {
        visibility: visible;
        opacity: 1;
    }

    #home-slider .item {
        height: 530px;
    }

    #home-slider .item .caption {
        top: 220px;
        width: 100%;
        padding: 15px;
        transform: inherit;
        left: 0;
        right: 0;
    }

    #home-slider .item .caption h1 {
        font-size: 32px;
        margin: 0 0 15px;
    }

    #home-slider .item .caption p {
        font-size: 16px;
    }

    .about-us .d-flex .img-item {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        text-align: center;
        margin: 0 0 20px;
    }
    .about-us .d-flex .img-item > div {
    border: 0;
}

    .about-us .d-flex {
        flex-flow: column-reverse;
    }

    .p-70 {
        padding: 40px 0;
    }



    .head-block {
        max-width: 100%;
    }

    .courses .item {
        margin: 0 0 30px;
    }

    .footer-top .content .link_footer {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-top .content .about {
        display: none;
    }

    .footer-top .content .link_footer {
        margin: 0 0 30px;
    }

    #home-slider .item .caption h1 {
        font-size: 32px;
        margin: 0 0 15px;
    }

    #home-slider .item .caption p {
        font-size: 16px;
    }


    header .top-header .d-flex ul {
        font-size: 13px;
        max-width: 20%;
        flex: 0 0 20%;
    }

    header .top-header .d-flex ul.information {
        max-width: 60%;
        flex: 0 0 60%;
        white-space: pre;
    }

    header .top-header .d-flex ul:nth-child(1) li i {
        margin-left: 3px;
    }

    header .top-header .d-flex ul.social-links {
        display: flex;
        justify-content: flex-end;
    }

    header .top-header .d-flex ul li {
        margin: 0 5px 0;
        display: flex;
        align-items: center;
    }

    header .top-header .d-flex {
        display: block;
        position: relative;
    }

    header .top-header .d-flex ul.social-links {
        position: absolute;
        left: 0;
        top: 10px;
    }

    header .top-header .d-flex ul.information li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .main-slider .decor {
        display: none;
    }

    .about-us .d-flex .caption,
    .footer-top .content .contact {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .item-box {
        margin: 0 0 30px;
    }

    .contact__us .decor2 {
        bottom: -149px;
    }

    header .logo-container .logos img.img-responsive {
        max-width: 180px;
    }

    .page-header .content {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .page-header {
        min-height: 150px;
    }

    .file-list-wrap .item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .image-list-wrap .item {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0;
    }

    .image-list-wrap .item a {
        height: 160px;
    }

    .image-list-wrap {
        justify-content: center;
    }

    .post-type-archive-course form .d-flex {
        display: block;
    }

    .post-type-archive-course form select {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .post-type-archive-course form {
        text-align: center;
    }

    .post-type-archive-course form .col-md-2 label {
        color: #673534;
        margin: 0 0 10px;
    }

}
