@import "bootstrap.css";
@import "all.css";
@import "fonts.css";
@import "animate.css";
@import "owl.carousel.css";
@import "jquery.mCustomScrollbar.min.css";
@import "jquery.fancybox.min.css";
@import "jquery-ui.css";
@import "dataTables.jqueryui.min.css";
@import "jquery.dataTables.min.css";
@import "responsive.dataTables.min.css";




* {
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    font-family: taj-rg;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: #4f9ff3;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: taj-rg;
    background: #fff;
    width: 100%;
    height: 100%;
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: taj-rg;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    float: right;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #414141;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

main {
    float: right;
    width: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}

.owl-carousel {
    direction: ltr;
    text-align: right;
}

/* Start Header */
.logo-h {
    float: right;
}

.logo-h a {
    display: block;
}

.logo-h a .img-l {
    float: right;
    /*
    max-width: 123px;
    width: 100%;
*/
}

.logo-h a .img-l img {
    width: 300px;
}

.logo-name {
    float: right;
    padding-right: 20px;
    padding-top: 8px;
}

.logo-name h3 {
    margin: 0;
    color: #5991cc;
    font-size: 18px;
    font-family: gs;
}

.logo-name h4 {
    color: #1a1a1a;
    font-size: 20px;
    font-family: 'Tajawal', sans-serif;
}

.btn {
    background: #f79420;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
    border-radius: 5px;
    padding: 0 41px;
    line-height: 45px;
    display: inline-block;
    font-size: 16px;
}

.header-top .btn {
    float: left;
}

.btn::after {}

.btn:hover,
.btn:focus {
    background: #1c748a;
    color: #fff;
}

.lang {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: taj-rg;
    float: left;
    margin: 17px 25px;
    direction: ltr;
    line-height: 26px;
}

.lang:hover,
.lang:focus {
    color: #f79420;
}

.lang i {
    margin-right: 10px;
}

.header-left {
    margin-top: 12px;
}

.header-top {
    padding: 40px 0 15px;
}

/* End Header */

/* Start Nav */
.navbar.navbar-inverse.moved {
    float: right;
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: none;
    margin: 0;
    z-index: 8;
    /* transform: translateY(30px); */
    margin-bottom: -30px;
}

.navbar-inverse .navbar-nav li a {
    color: #ffffff;
    font-size: 17px;
    font-family: taj-rg;
    position: relative;
    padding: 20px 15px;
}

.navbar-inverse .navbar-nav li a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    bottom: 0;
    height: 3px;
    background: #f79420;
    border-radius: 4px;
    transition: all .3s;
}

#myNavbar {
    padding: 0;
}

.navbar-inverse .navbar-nav li a:hover:after,
.navbar-inverse .navbar-nav li.current-menu-item a::after {
    width: 70%;
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav li.current-menu-item a {
    color: #f79420;
}

.navbar-left button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff;
    padding: 0;
    font-size: 18px;
}

.btn-more-menu,
.searchForm {
    float: left;
    margin-top: 20px;
}

.btn-more-menu {
    margin-right: 30px;
    display: none;
}


/* End Nav */

/* Start Search */
.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -25px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: #000;
    background: none;
    border: none;
    border-bottom: 3px solid #f79420;
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #f79420;
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: #858585;
    font-family: taj-rg;
}

/* End Search */

/* Start Slider */
.home-slider .img {
    height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-slider .text-slider {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    direction: rtl;
    padding-top: 100px;
}

.home-slider .text-slider::before {
    content: "";
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    background: linear-gradient(to right, #0000, #000);
    opacity: .6;
    top: 0;
}

.home-slider .text-slider span {
    background: #f79420;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 5px;
    transition: all .3s;
}

.home-slider .text-slider h1 {
    font-size: 42px;
    color: #fff;
    font-family: gs;
    line-height: 58px;
    margin: 0;
    padding: 30px 0;
    position: relative;
}

.home-slider .text-slider h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 237px;
    height: 3px;
    background: #f79420;
    right: 0;
}

.home-slider .text-slider p {
    font-size: 16px;
    color: #fff;
    margin: 30px 0;
    line-height: 32px;
    height: 60px;
    overflow: hidden;
}

.btn-more {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: initial;
    width: 100px;
}

.btn-more span {
    display: inline-block;
    background: none;
    position: relative;
    z-index: 2;
    transition: all .3s;
    padding: 0px 15px;
    line-height: 45px;
    color: #333;
}

.home-slider .text-slider .btn-more span {
    background: none;
    line-height: 40px;
    /* padding: 0; */
    border-radius: 0;
}

.btn-more::before {
    content: "";
    width: 4px;
    height: 40px;
    border-radius: 0;
    background: #f79420;
    position: absolute;
    right: 0;
    transition: all .3s;
    top: 0;
}

.btn-more:hover::before,
.btn-more:focus::before {
    width: 100%;
    border-radius: 5px;
}

.btn-more:hover,
.btn-more:focus {
    /* text-align: center; */
}

.btn-more:hover span {
    transition: all .3s;
    display: block;
    text-align: center;
}

/* End Slider */

/* Start Counter */
.logistic_counter_area {
    margin-top: -75px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.logistic_counter_area .cont-in {
    background: #fff;
    padding: 40px 15px;
    box-shadow: 7px 7px 70px rgba(153, 153, 153, .1);
    border-radius: 100px;
    position: relative;
    float: right;
    width: 100%;
}

.title-cont h1 {
    color: #f79420;
    font-size: 24px;
}

.title-cont h1 i {
    margin-left: 20px;
}

.single-counter {
    text-align: center;
}

.single-counter .counter {
    font-family: gs;
    color: #1c748a;
    font-size: 32px;
}

.single-counter h4 {
    margin: 0;
    font-size: 14px;
    color: #f79420;
}

.logistic_counter_area .cont-in::after,
.logistic_counter_area .cont-in::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #f79420;
    border-radius: 50%;
    z-index: -1;
    top: 42%;
}

.logistic_counter_area .cont-in::after {
    left: -16px;
}

.logistic_counter_area .cont-in::before {
    right: -16px;
}

/* End Counter */

/* Start About-m */
.about-m {
    padding: 90px 0;
}

.title h2,
.title h3 {
    color: #1a1a1a;
    font-size: 32px;
    font-family: gs;
    line-height: 52px;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.title h2::after,
.title h3::after {
    content: "";
    background: #f79420;
    width: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-text p {
    font-size: 16px;
    color: #595959;
    margin: 30px 0;
    line-height: 32px;
}

.about-m .btn {
    border-radius: 50px;
}

.about-video {
    height: 470px;
    position: relative;
}

.about-video .video-btn {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 7px 7px 40px rgba(232, 43, 48, .1);
    position: relative;
}

.about-video::after {
    content: "";
    position: absolute;
    background: #fde9e9;
    opacity: .2;
    width: 100%;
    height: 100%;
    left: -40px;
    top: 40px;
    z-index: -1;
    border-radius: 15px;
}

.about-video .video-btn i {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 70px;
    height: 70px;
    background: #f79420;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
}

.about-video .video-btn i::after {
    content: "";
    position: absolute;
    width: 78px;
    height: 78px;
    right: -4px;
    border: 8px #f79420 solid;
    border-radius: 50%;
    top: -4px;
    opacity: .4;
}

/* End About-m */

/* Start Services-m */
.services-m {
    padding: 50px 0;
}

.block-serv {
    display: block;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 7px 7px 50px rgba(26, 26, 26, .03);
    margin: 15px 0;
    transition: all .3s;
}

.block-serv .icon i {
    color: #f79420;
    font-size: 35px;
    transition: all .3s;
}

.block-serv .details {
    padding: 20px 0 0;
}

.block-serv .details h3 {
    margin: 0;
    color: #f79420;
    font-size: 18px;
    font-family: gs;
}

.block-serv .details p {
    color: #595959;
    font-size: 14px;
    margin: 15px 0;
    line-height: 28px;
}

.block-serv .details .btn-more {
    width: 80px;
    height: 30px;
    color: #f79420;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
}

.block-serv .details .btn-more::before {
    width: 4px;
    height: 25px;
    background: #f79420;
}

.block-serv:hover {
    background: #f79420;
}

.block-serv:hover .icon i {
    color: #fff;
}

.block-serv:hover .details h3,
.block-serv:hover .details p {
    color: #fff;
}

.block-serv:hover .details .btn-more::before {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    transition: all .3s;
}

.block-serv:hover .details .btn-more span {
    /* text-align: center; */
    /* width: 100%; */
}

.block-serv:hover .details .btn-more {
    text-align: center;
    padding: 0;
    transition: all .3s;
}

.block-serv .details .btn-more span {
    display: block;
    /* padding: 0 12px; */
    line-height: 26px;
}

.about-text .title {
    margin-top: 30px;
}

.about-text .btn {
    border-radius: 5px;
}

.margin-30 {
    margin-top: 30px;
}


/* End Services-m */

/* Start Courses-m */
.courses-m {
    padding: 90px 0;
}

.courses-m .title {
    text-align: center;
}

.courses-m .title h3::after {
    left: 0;
    margin: auto;
}

.nav-tabs {
    text-align: center;
    border: none;
    margin-bottom: 35px;
}

.nav-tabs li {
    float: none !important;
    display: inline-block;
    border-bottom: 2px #e5e5e5 solid;
    margin: 0 -2px;
}

.nav-tabs li a {
    display: block;
    margin: 0 5px !important;
    padding: 15px 10px;
    color: #a6a6a6;
    box-shadow: none !important;
    font-size: 16px;
    border: none !important;
    position: relative;
    font-family: gs;
    font-weight: normal;
    text-decoration: none !important;
}

.nav-tabs li a::after {
    content: "";
    height: 3px;
    width: 100%;
    background: #f79420;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    color: #f79420;
}

.nav-tabs li.active a::after,
.nav-tabs li.active a:hover::after,
.nav-tabs li.active a:focus::after {
    opacity: 1;
    visibility: visible;
}

.nav-tabs li a:first-child {}

.nav-tabs li:first-child a {
    margin-right: 0;
}

.nav-tabs li:last-child a {
    margin-left: 0;
}

.block-courses {
    display: block;
    height: 230px;
    position: relative;
    margin-bottom: 70px;
}

.block-courses .img {
    height: 100%;
    margin: 15px 0;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.block-courses .details {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 15px 5px;
    border-radius: 15px;
    width: 85%;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 7px 7px 50px rgba(26, 26, 26, .03);
    transform: translateY(50%);
    transition: all .3s;
}

.block-courses .details .name-course h4 {
    font-size: 16px;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: gs;
    position: relative;
}

.block-courses .details .name-course {
    padding-right: 10px;
}

.block-courses .details .name-course::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    border: 2px #f79420 solid;
    right: 7px;
    border-radius: 50%;
    top: 13px;
    transition: all .3s;
}

.block-courses .details .name-course p {
    font-size: 11px;
    color: #666666;
    line-height: 20px;
    margin-top: 15px;
    height: 39px;
    overflow: hidden;
}

.block-courses .details .time-m,
.block-courses .details .time-m span,
.block-courses .details .time-m h4 {
    font-size: 10px;
    color: #f79420;
    display: inline-block;
}

.block-courses .details .time-m {
    background: #f1f6fb;
    width: 90px;
    text-align: center;
    border-radius: 50px;
    margin-top: 4px;
}

.block-courses .details .time-m i {
    margin-left: 3px;
}

.block-courses .details .price-m {
    text-align: center;
    color: #f79420;
    font-size: 16px;
    font-family: gs;
    margin-top: 24px;
    transition: all .3s;
}

.block-courses:hover {}

.block-courses:hover .details {
    height: 160px;
    transform: translateY(-30px);
    background: #1c748a;
    text-align: center;
}

.block-courses:hover .details .col-md-7.col-xs-12,
.block-courses:hover .details .col-md-5.col-xs-12 {
    width: 100%;
}

.block-courses:hover .details .name-course h4,
.block-courses:hover .details .name-course p {
    color: #fff;
}

.block-courses:hover .details .price-m {
    display: none;
}

.block-courses:hover .details .name-course::before {
    border-color: #f79420;
    background: #f79420;
    /* right: 18%; */
}

.block-courses:hover .details .time-m h4 {
    /* display: none; */
}

.block-courses .details .col-md-5.col-xs-12 {
    float: left;
}

.block-courses .details .time-m h4 i {
    margin: 0;
    font-style: normal;
}

.block-courses:hover .details .time-m h4 i {
    display: none;
}

.block-courses:hover .details .time-m i {
    display: block;
    margin: 0;
}

.block-courses:hover .details .time-m {
    width: 45px;
    height: 45px;
    background: #f79420;
    border-radius: 50%;
    padding: 9px 0;
}

.block-courses:hover .details .time-m i,
.block-courses:hover .details .time-m h4 span {
    color: #fff;
}

.block-courses:hover .details .time-m h4 {
    margin: 5px 0;
}

.courses-m .btn-more {
    display: table;
    margin: 40px auto 0;
}

.courses-m .btn-more i {
    font-style: normal;
    color: inherit;
}

.courses-m .btn-more span {
    font-size: 16px;
    /* padding: 0 12px; */
}

.courses-m .btn-more:hover span {
    color: #fff;
}

.courses-m .btn-more::before {
    width: 5px;
    height: 45px;
}

.courses-m .btn-more:hover::before {
    width: 100%
}

/* End Courses-m */

/* Start News-m */
.news-m {
    -webkit-mask-image: url(../images/bg2.png);
    -webkit-mask-size: cover;
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
}

.news-m::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1c748a;
    opacity: .8;
}

.all-news-m::after {
    content: "";
    position: absolute;
    width: 148px;
    height: 148px;
    background: #f79420;
    border-radius: 50%;
    right: 2%;
    bottom: 20px;
    z-index: -1;
}

.all-news-m {
    float: right;
    width: 100%;
    position: relative;
}

.news-m .container {
    position: relative;
    z-index: 2;
}

.title-news h3 {
    color: #fff;
    font-size: 32px;
    line-height: 52px;
    font-family: gs;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}

.title-news h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(to right, #f79420, #f79420);
}

.news-m .about-text p {
    color: #fff;
    color: #f4f4f4;
    height: 123px;
    overflow: hidden;
}

.news-m .about-text .btn {
    background: linear-gradient(to right, #f79420, #f79420);
    color: #fff;
}

.news-m .about-text .btn:hover,
.news-m .about-text .btn:focus {
    /* background: #fff; */
    /* color: #ec3c3d; */
}

.block-news {
    display: block;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.block-news .img-news {
    height: 230px;
}

.block-news .img-news .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-slider .item {
    padding: 0 10px;
}

.block-news .details {
    padding: 20px;
    direction: rtl;
}

.block-news .details .date {
    font-size: 12px;
    color: #b2b2b2;
}

.block-news .details .date i {
    margin-left: 4px;
}

.block-news .details h3 {
    font-size: 16px;
    color: #1a1a1a;
    margin: 0;
    padding: 14px 0;
    font-family: gs;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: inherit; */
}

.block-news .details p {
    color: #4c4c4c;
    font-size: 13px;
    line-height: 24px;
    height: 46px;
    overflow: hidden;
}

.block-news:hover .details h3 {
    color: #f79420;
}

.news-slider::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 87px;
    background: #468ccc;
    top: 0;
}


/* End News-m */

/* Start Footer */
footer {
    margin-top: 250px;
    background: #fafafa;
    overflow: visible;
}

.footer-top {
    margin-top: -140px;
    overflow: hidden;
}

.footer-top .footer-in {
    background: #fff;
    float: right;
    width: 100%;
    border-radius: 0;
    box-shadow: 7px 7px 70px rgba(153, 153, 153, .1);
    padding: 60px 45px;
}

.news-letter {
    float: right;
    width: 100%;
    padding-bottom: 45px;
    border-bottom: 1px rgba(204, 204, 204, .1) solid;
}

.title-letter {
    border-right: 3px #f79420 solid;
    padding-right: 20px;
}

.title-letter h3 {
    margin: 0;
    font-size: 32px;
    color: #f79420;
    margin-bottom: 10px;
}

.title-letter h5 {
    margin: 0;
    font-size: 16px;
    color: #f79420;
}

.news-letter form {
    position: relative;
}

.news-letter form input {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 3px #f79420 solid;
    padding: 0 29px;
}

.news-letter form i {
    position: absolute;
    right: 0;
    top: 0;
    color: #4c4c4c;
    font-size: 16px;
    margin: 23px 0;
}

.news-letter form button i {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin: 0;
    color: #fff;
}

.news-letter form button {
    position: absolute;
    left: 0;
    top: 5px;
    width: 45px;
    height: 45px;
    background: linear-gradient(to right, #f79420, #f79420);
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    border-radius: 50%;
}

.content-footer-t {
    float: right;
    width: 100%;
}

.content-footer-t h3 {
    margin: 30px 0;
    position: relative;
    color: #1a1a1a;
    font-size: 22px;
    padding-bottom: 10px;
}

.content-footer-t h3::after {
    content: "";
    background: linear-gradient(to right, #f79420, #f79420);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
}

.content-footer-t p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin: 30px 0 0;
}

.footer-top .links li {
    float: right;
    width: 46%;
    margin-left: 10px;
}

.footer-top .links li a {
    display: inline-block;
    line-height: 3;
    position: relative;
    color: #666666;
    font-size: 16px;
}

.footer-top .links li a::after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #727272;
    right: 0;
    opacity: .1;
}

.social-f {
    width: 10%;
    float: left;
    text-align: left;
}

.footer-top .links {
    float: right;
    width: 90%;
}

.social-f li a {
    display: block;
    line-height: 3;
    color: #808080;
    font-size: 16px;
}

.footer-bottom p {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 28px;
}

.footer-bottom p a {
    color: #1c748a;
}

.ryad-logo {
    float: left;
    margin-left: -23px;
}

/* End Footer */

.footer-top .links li a:hover,
.footer-top .links li a:focus {
    color: #f79420;
}


.comingsoon-countdown div {
    display: inline-block;
}

.comingsoon-countdown.timer-r {
    display: inline-block;
    direction: ltr;
}

.comingsoon-countdown.timer-r .hu::after,
.comingsoon-countdown.timer-r .mu::after {
    content: ":";
    left: -3px;
    position: relative;
}

.comingsoon-countdown.timer-r .hu,
.comingsoon-countdown.timer-r .mu,
.comingsoon-countdown.timer-r .se {
    margin-right: -4px;
}

.block-courses:hover .comingsoon-countdown.timer-r {
    color: #fff;
}

.comingsoon-countdown.timer-r .hu span,
.comingsoon-countdown.timer-r .mu span,
.comingsoon-countdown.timer-r .se span {
    display: inline-block;
}

.block-courses:hover .details .time-m h4 .comingsoon-countdown.timer-r i {
    display: inline-block;
}




/* Start Sidebar */

.open-sidebar {
    /*
    float: right;
    width: 45px;
    height: 45px;
    border: none !important;
    background: #ffc40c;
    color: #24894f;
    margin: 18px 0;
*/
    /*display: none;*/
}

.sidebar {
    background-size: cover;
    background-color: #fff;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999999;
    transform: translateX(-150%);
    transition: all .3s;
    background-position: 36%;
    border: 2px #f79420 solid;
    padding: 30px 0;
}

.sidebar .side-logo img {
    max-width: 200px;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.86); */
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: #58c747;
    position: relative;
    z-index: 1;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    background-color: #222;
    border-radius: 6px;
    font-size: 16px;
    margin: 0 5px;
    transition: all .3s;
    color: #fff !important;
}

.sidebar .side-social ul li a.lin {
    color: #1562cc;
}

.sidebar .side-social ul li a.tw {
    color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
    color: #622e04;
}

.sidebar .side-social ul li a:hover i {
    color: #167a12;
}

.sidebar .side-nav {
    max-height: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 15px;
    padding: 15px 0;
    position: relative;
    color: #101010;
}

.sidebar .side-nav ul li a:hover,
.sidebar .side-nav ul li a:hover::before {
    color: #f8d15b;
    /* background-color: rgba(0, 0, 0, 0.45); */
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #000;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999999999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

.close-sidbar {
    position: absolute;
    left: 0;
    z-index: 999;
    margin: 0 22px;
    /* width: 100px; */
    height: auto;
    cursor: pointer;
}

.sidebar .side-nav ul li a::before {
    /* content: "\f060"; */
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    color: #3f4141;
    font-size: 14px;
    transition: all .3s;
}

.close-sidbar .close-sidebar {
    font-size: 22px;
    color: #0e1318;
    position: relative;
    width: 22px;
    height: 22px;
    z-index: 99;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: 1px #f79420 solid;
    border-radius: 50%;
    float: right;
    margin-left: 5px;
}

.close-sidebar::after,
.close-sidbar .close-sidebar::before {
    content: "";
    position: relative;
    background: #f79420;
    top: 0;
    left: 0;
    display: inline-block;
}

.close-sidebar::after {
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
    right: 0px;
    top: -11px;
    color: #f79420;
}

.close-sidbar .close-sidebar::before {
    height: 12px;
    width: 1px;
    transform: rotate(45deg);
    top: -5px;
    right: 7px;
}

.sidebar.opened.closed {
    transform: translateX(-102%);
}

.sidebar .container {
    position: relative;
    z-index: 2;
}

.logo-sidebar img {
    max-width: 75px;
}

.sidebar .logo-h a .img-l {
    /* float: none; */
    display: inline-block;
    width: auto;
    margin-top: 8px;
}

.sidebar .logo-name {
    /* float: none; */
    padding-right: 10px;
}

.sidebar .logo-name h3 {
    font-size: 15px;
}

.sidebar .logo-name h4 {
    font-size: 15px;
    margin-top: 6px;
}

.close-sidbar span {
    font-size: 12px;
    color: #f79420;
}

.sidebar .side-nav ul li a + .hover-img {
    position: absolute;
    right: 65%;
    width: 200px;
    top: -50%;
    height: 250px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    padding: 0 4px;
    background: #5991cc;
    z-index: 3;
}

.sidebar .side-nav ul li .hover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .8;
}

.sidebar .side-nav ul li a:hover + .hover-img {
    opacity: 1;
    visibility: visible;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    opacity: .1;
}

.logo-sidebar {
    float: right;
    width: 100%;
    margin-bottom: 40px;
}

.title-follow {
    position: relative;
    margin-bottom: 20px;
}

.title-follow span {
    color: #c3c3c3;
    font-size: 12px;
    padding-right: 25px;
    position: relative;
}

.title-follow span::before {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    right: 0;
    background: #c3c3c3;
    top: 50%;
}

.follow-contact ul {
    padding-right: 20px;
    border-right: 3px #f79420 solid;
    margin: 20px 0;
}

.follow-contact ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #666;
    direction: ltr;
}

.follow-contact ul li:last-child {
    margin: 0;
}

.follow-contact p {
    font-size: 13px;
    color: #666;
}

.social-sidbar ul li {
    display: inline-block;
}

.social-sidbar {
    margin: 20px 0;
}

.social-sidbar ul li a {
    font-size: 15px;
    margin-left: 16px;
    color: #888;
}

.social-sidbar ul li a:hover i.fab.fa-facebook-f {
    color: #395599;
}

.social-sidbar ul li a:hover i {
    color: #5991cc;
}

.social-sidbar ul li a i {
    transition: all .3s;
}

.social-sidbar ul li a:hover i.fab.fa-twitter {
    color: #1c9deb;
}

.social-sidbar ul li a:hover i.fab.fa-google-plus-g {
    color: #d74937;
}

.map-sidebar {
    height: 200px;
    border-right: 3px #f79420 solid;
    margin-bottom: 30px;
}

.map-sidebar iframe {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    border: 1px #ccc solid !important;
}

.form-contact p {
    color: #444;
    font-size: 14px;
    margin: 20px 0;
}

.form-group label {
    font-weight: normal;
    font-size: 12px;
    margin: 7px 0;
    color: #888;
}

.form-group .form-control {
    height: 45px;
    border: none;
    box-shadow: none;
    border-bottom: 2px #e3dfdf solid;
    border-radius: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
    transition: all .3s;
}

.form-group .form-control:focus {
    border-color: #ec3c3d;
}

.form-group .form-control:focus::placeholder {
    opacity: 0;
    transform: translateX(-10px);
}

.form-group .form-control::placeholder {
    transition: all .3s;
}

.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.form-group .btn-more {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: start;
}

.form-group .btn-more:hover span {
    color: #fff;
}

.gonews {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.gonews .circel-s {
    width: 100px;
    height: 100px;
    display: block;
    /* background: #f79420; */
    border-radius: 50%;
    border-top: 2px dashed #ec3c3d;
    border-right: 2px dashed #ec3c3d;
    border-left: 2px dashed #ec3c3d;
    border-bottom: 2px dashed #ec3c3d;
    position: relative;
    animation: spin 10s infinite linear;
}

.gonews a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.gonews .circel-s::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f79420;
    border-radius: 50%;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

.sidebar .lang {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    z-index: 3
}

/* End Sidebar */


/* Start Lines */
.container-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
    opacity: .6;
}

.container-line-center {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.line-item {
    float: left;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(24, 24, 24, 0.05);
    height: 100%;
    position: relative;
}

.line-item:first-child {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.sidebar .line-item:first-child {
    border-left: 1px solid rgba(24, 24, 24, 0.05);
}

.sidebar .line-item {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.sidebar .line-item:first-child {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.sidebar .line-item:first-child {
    border-left: 1px solid rgba(24, 24, 24, 0.05);
}

.sidebar .line-item {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.sidebar .line-item:first-child {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.line-item.one:before {
    content: '';
    position: absolute;
    top: 0;
    right: -3px;
    width: 4px;
    height: 35px;
    -webkit-animation: scroll2 8s ease-out infinite;
    -moz-animation: scroll2 8s ease-out infinite;
    -ms-animation: scroll2 8s ease-out infinite;
    -o-animation: scroll2 8s ease-out infinite;
    animation: scroll2 8s ease-out infinite;
    background: rgba(195, 224, 61, .5);
}

.line-item.two:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -3px;
    width: 4px;
    height: 35px;
    -webkit-animation: scroll1 6s ease-out infinite;
    -mox-animation: scroll1 6s ease-out infinite;
    -ms-animation: scroll1 6s ease-out infinite;
    -o-animation: scroll1 6s ease-out infinite;
    animation: scroll1 6s ease-out infinite;
    background: rgba(195, 224, 61, .5);
}

.line-item.three:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 15px;
    -webkit-animation: scroll3 4s ease-out infinite;
    -moz-animation: scroll3 4s ease-out infinite;
    -ms-animation: scroll3 4s ease-out infinite;
    -o-animation: scroll3 4s ease-out infinite;
    animation: scroll3 4s ease-out infinite;
    background: rgba(195, 224, 61, .5);
}

.line-item.four:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 15px;
    -webkit-animation: scroll4 5s ease-out infinite;
    -moz-animation: scroll4 5s ease-out infinite;
    -ms-animation: scroll4 5s ease-out infinite;
    -o-animation: scroll4 5s ease-out infinite;
    animation: scroll4 5s ease-out infinite;
    background: rgba(195, 224, 61, .5);
}

.line-item.five:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -3px;
    width: 5px;
    height: 30px;
    -webkit-animation: scroll5 4s ease-out infinite;
    -moz-animation: scroll5 4s ease-out infinite;
    -ms-animation: scroll5 4s ease-out infinite;
    -o-animation: scroll5 4s ease-out infinite;
    animation: scroll5 4s ease-out infinite;
    background: rgba(195, 224, 61, .5);
}

.sidebar .line-item.one:before {
    background-color: #181818;
}

.sidebar .line-item.two:before {
    background-color: #181818;
}

.sidebar .line-item.three:before {
    background-color: #181818;
}

.sidebar .line-item.four:before {
    background-color: #181818;
}

.sidebar .line-item.five:before {
    background-color: #181818;
}

.sidebar .line-item.one:before {
    background-color: #f79420;
}

.sidebar .line-item.two:before {
    background-color: #ec3c3d;
}

.sidebar .line-item.three:before {
    background-color: #f79420;
}

.sidebar .line-item.four:before {
    background-color: #ec3c3d;
}

.sidebar .line-item.five:before {
    background-color: #181818;
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@-webkit-keyframes scroll1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@-webkit-keyframes scroll3 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll3 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@-webkit-keyframes scroll4 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll4 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@-webkit-keyframes scroll5 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll5 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

.line-item.five,
.line-item.six,
.line-item.seven {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid rgba(24, 24, 24, 0.05);
    position: absolute;
    top: 0;
    left: 0;
}

.line-item.six {
    top: 25%;
}

.line-item.seven {
    top: 50%;
}

/* End Lines */



.responsive {
    display: none;
}

.social-f li a:hover i.fab.fa-facebook-f {
    color: #395599;
}

.social-f li a:hover i {
    color: #f79420;
}

.social-f li a i {
    transition: all .3s;
}

.social-f li a:hover i.fab.fa-twitter {
    color: #1c9deb;
}

.social-f li a:hover i.fab.fa-google-plus-g {
    color: #d74937;
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 0;
}



.title-page {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    text-align: center;
}

.title-page::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #145594;
    opacity: .5;
}

.title-page .container {
    position: relative;
    z-index: 2;
}

.title-page h2 {
    color: #fff;
    font-family: gs;
    margin: 0 0 30px;
    font-size: 32px;
}

.title-page ul li {
    display: inline-block;
}

.title-page ul li a,
.title-page ul li span {
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 0 10px;
}

.title-page ul li a::after {
    content: "/";
    position: absolute;
    left: -4px;
}

.body-inner {
    padding: 80px 0;
    /* overflow: hidden; */
}

.news-inner .block-news {
    margin: 15px 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}

#DataTables_Table_0_filter input[type="search"] {
    border: none;
    border-bottom: 1px #ccc solid;
}

.table-style table {
    margin-top: 30px;
    float: right;
    text-align: center;
    border: none !important;
    width: 100%;
}

.table-style table thead {
    border-radius: 10px;
    overflow: hidden;
}

.table-style table thead th {
    background: #f79420;
    border: 1px #2173c1 solid;
    text-align: center;
    color: #fff;
    padding: 16px;
}

.table-style table tbody tr td {
    padding: 14px;
    border: 1px rgba(17, 119, 167, 0.05) solid;
}

.table-style table td:last-child {
    /* width: 97px; */
}

.table-style .dataTable tbody tr.even {
    background: #efefef;
}

.table-style table .btn.btn-style {
    /* display: block; */
}

#DataTables_Table_0_paginate {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#DataTables_Table_0_previous,
#DataTables_Table_0_next {
    background: transparent;
    color: #666 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #1177a7;
    border: none !important;
    color: #fff !important;
    font-size: 16px;
    padding: 0;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    margin: 0 6px;
    border-radius: 5px;
}

.dataTables_info {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #4c4c4c;
    color: #fff !important;
    /* width: auto !important; */
    /* height: auto !important; */
    margin: 0 10px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    border: none;
    box-shadow: none;
    background: #f79420;
    margin: 10px;
}

.details-cou {
    position: relative;
    top: -34px;
    z-index: 9;
    overflow: visible;
}

.details-cou .course-data {
    background: #fff;
    padding: 25px;
    border-radius: 30px;
    border: 1px #f79420 solid;
    text-align: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.course-data ul li {
    display: inline-block;
    font-size: 20px;
    padding: 0 12px;
    position: relative;
}

.details-cou .course-data ul li span {
    font-size: 20px;
    color: #e7232a;
}

.single-inner .text-single {
    padding: 70px 0;
}

.single-inner .text-single h3 {
    color: #1177a7;
    font-family: gs;
    margin: 0 0 25px;
    font-size: 28px;
}

.single-inner .text-single p {
    font-size: 17px;
    line-height: 2;
    margin: 25px 0;
}

.single-inner .text-single .btn.btn-style {
    display: table;
    margin: 30px 0;
}

.img-single {
    height: 450px;
}

.img-single .img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(17, 119, 167, 0.25);
}

.data-courses {
    float: right;
    width: 100%;
    background: rgba(17, 119, 167, 0.02);
    padding: 70px 0px;
}

.data-courses h3 {
    font-size: 22px;
    font-family: gs;
    margin: 0 0 30px;
}

.data-courses h3 span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    background: #f79420;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
}

.data-courses ul li {
    line-height: 2;
    margin-bottom: 12px;
    padding-right: 20px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.data-courses ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    background: #f79420;
    border-radius: 50%;
    top: 13px;
}

.single-inner.twoSingle .data-courses {
    background: transparent;
    padding: 0;
}

.content-contact ul li {
    width: 100%;
}

.contact-inner .content-contact ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* background: #ffffff; */
    text-align: center;
    border-radius: 100%;
    /* color: #155d7f; */
    margin-left: 15px;
    margin-bottom: 20px;
    transition: all .3s;
    font-size: 17px;
    background: #f79420;
    color: #fff;
}

.contact-inner .content-contact span,
.contact-inner .content-contact a {
    color: #2d2d2d;
    font-size: 18px;
}

.form-group textarea.form-control {
    height: 200px;
}

.content-contact .form-group input.form-control.btn.btn-style {
    color: #fff;
    margin-top: 30px;
}

.map-k {
    height: 450px;
}

.map-k iframe {
    height: 100%;
    width: 100%;
}

.form-contact .form-group .form-control {
    margin-bottom: 20px;
    height: 50px;
    border: 1px #e3dfdf solid;
    padding: 0 20px;
    border-radius: 5px;
}

.form-contact .form-group textarea.form-control {
    height: 200px;
    padding: 20px;
}


.sub-inner .img-sub {
    height: 439px;
}

.sub-inner .img-sub .img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 10px 15px rgba(21, 93, 127, 0.14);
    border-radius: 10px;
}



.header-left ul li {
    display: inline-block;
    margin-left: 50px;
}

.header-left ul li i {
    color: #f79420;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #f79420;
    float: right;
    margin-left: 15px;
}

.header-left ul li .d {
    overflow: hidden;
}

.header-left ul li .d p {
    font-size: 15px;
}

.header-left ul li .d span {
    color: #cecece;
    font-family: taj-rg;
}

.header-left ul {
    float: left;
}

.header-left ul li:last-child {
    margin: 0;
}

.h-bottom {
    background-color: #1c748a;
    border-radius: 5px;
    padding: 0 !important;
}

a.btn.btn-cont {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
    line-height: 60px;
}

.marquee {
    height: 75px;
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.marquee div {
    display: block;
    width: 200%;
    /* height: 30px; */
    position: absolute;
    overflow: hidden;
    animation: marquee 10s linear infinite;
    white-space: nowrap;
}

.marquee span {
    float: left;
    width: 50%;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}


.marquee img {
    width: 200px;
    margin: 0 30px;
    height: 50px;
    object-fit: scale-down;
    filter: brightness(0);
    transition: all .3s;
    opacity: .5;
}

.marquee img:hover {
    filter: none;
    transition: all .3s;
    opacity: 1;
}

.logo-h a .img-l img:last-of-type {
    width: 120px;
    float: left;
    margin-right: 20px;
}


.partners .item {
    border: 1px solid #f1f1f1;
    padding: 20px;
    height: 150px;
}

.partners .item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.partners .owl-item {
    padding: 10px;
}

.partners.p-inner {
    padding-top: 120px;
}

.partners.p-inner .block {
    padding: 10px;
}

.partners.p-inner .block .item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
}
a.qtranxs_text_ar,.qtranxs_widget_end{display:none!important}

.site-search-close {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 0;
    margin: 20px;
    text-align: center;
    line-height: 35px;
    border: 1px #f79420 solid;
    color: #f79420;
    border-radius: 50%;
    font-size: 15px;
}