@import "bootstrap.css";
@import "bootstrap-theme.css";
@import "font-awesome.css";
@import "fonts.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "animate.css";
@import "jquery.mCustomScrollbar.min.css";
@import "lightgallery.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;
}

a {
    text-decoration: none;
    font-family: bahijPlain;
    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: #e29745;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

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: bahijPlain;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: bahijPlain;
    -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;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

strong {
    font-size: 20px;
    color: #3d3d3d;
}

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;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

main {
    float: right;
    width: 100%;
}

.owl-carousel {
    direction: ltr;
    text-align: right;
}

.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;
}

/* 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: 400px;
    z-index: 999999999;
    transform: translateX(-150%);
    transition: all .3s;
    background-position: 36%;
}

.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%;
    overflow: hidden;
    height: calc(100% - 250px);
    position: relative;
    z-index: 1;
}

.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: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
}

.sidebar .side-nav ul li a:hover, .sidebar .side-nav ul li a:hover::before {
    color: #e29745;
    /* 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: 22px;
    width: 40px;
    height: 40px;
}

.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: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
    display: block;
}

.close-sidebar::after, .close-sidbar .close-sidebar::before {content: "";position: absolute;background: #0e1318;top: 0;left: 0;}

.close-sidebar::after {
    width: 30px;
    height: 1px;
    transform: rotate(45deg);
    right: 0px;
    top: 20px;
    color: #000;
}

.close-sidbar .close-sidebar::before {
    height: 30px;
    width: 1px;
    transform: rotate(45deg);
    top: 6px;
    right: 13px;
}

.sidebar.opened.closed {
    transform: translateX(-102%);
}
/* End Sidebar */

/* Start Header */
.header-top {
    /* position: absolute; */
    z-index: 9;
    right: 0;
    left: 0;
    transition: all .5s;
}

.logo {
    display: block;
    /* width: 240px; */
    /* padding: 20px; */
    /* background: #fff; */
    /* text-align: center; */
    /* border-radius: 0 0 20px 20px; */
    /* box-shadow: 0 10px 10px 0 rgba(17,119,167,0.25); */
}

.logo img {
    margin-bottom: 25px;
    margin-top: 10px;
    max-height: 160px;
}

.logo span {
    display: none;
    font-size: 17px;
    text-transform: capitalize;
    color: #979a9d;
    font-family: bahijLight;
}

.open-sidebar {
    float: left;
    background: none;
    padding: 0;
    width: 40px;
    height: 40px;
    direction: ltr;
    /* margin-top: 85px; */
}

.open-sidebar .bars {
    background: #fff;
    width: 40px;
    height: 3px;
    display: block;
    margin: 0 0 10px;
    transition: all .3s;
}

.open-sidebar .bars.two {
    width: 20px;
}

.open-sidebar .bars.three {
    width: 35px;
}

.open-sidebar:hover .bars {
    width: 100%;
}

.social-media {
    /* float: left; */
    /* margin: 85px 20px 0; */
}

.social-media ul li {
    display: inline-block;
}

.social-media ul li a i {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    /* border: 2px #fff solid; */
    border-radius: 50%;
    color: #353535;
    font-size: 18px;
    /* margin: 4px 5px; */
    transition: all .3s;
}

.social-media ul li a {
    display: block;
}

.social-media ul li a:hover i.fa.fa-facebook {
    background: #4064ad;
    border-color: #4064ad;
}

.social-media ul li a:hover i.fa.fa-snapchat-ghost {
    background: #f8f501;
    border-color: #f8f501;
}

.social-media ul li a:hover i {
    background: #545f90;
    border-color: #545f90;
    color: #fff;
}

.social-media ul li a:hover i.fa.fa-twitter {
    background: #1c9deb;
    border-color: #1c9deb;
}

.sidebar .side-nav ul li .sub-menu {
    display: none;
    padding: 0 10px;
}

.sidebar .side-nav ul li.dropdown.menu-item-has-children.responsive::after {content: ">";position: absolute;color: #3f4141;left: 0;top: 0;margin: 14px 0;}

#mCSB_1_container {
    padding: 25px;
}

.sidebar .side-nav ul li a {
    font-size: 18px;
    color: #000;
    position: relative;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
}

.lang {
    /* float: left; */
    margin-inline-start: 15px;
}

header .lang a, header li.lang-en a {
    display: block;
    color: #353535 !important;
    font-size: 17px;
    /* margin-top: 10px; */
    text-transform: capitalize;
}

.lang a:hover, .lang a:focus {
    color: #e29745;
}

.joinNow {
    text-align: center;
}

.btn.btn-style {
    width: 170px;
    line-height: 45px;
    background: #545f90;
    color: #fff;
    font-size: 14px;
    font-family: bahijBold;
    border-radius: 50px;
    padding: 0;
    text-align: center;
    box-shadow: 0 10px 10px 0 rgba(17,119,167,0.15);
}

.btn.btn-style:hover, .btn.btn-style:focus {
    background: #e29745;
    color: #0e1318;
}

.joinNow {
    text-align: center;
    position: relative;
    z-index: 9;
}
/* End Header */

/* Start Slider */


.slider-home .img {
    height: 760px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 5s;
}

.slider-home .container {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 4;
    top: 0;
}

.slider-home .img::after {
    content: "";
    /*background: #001b27;*/
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}

.more-details {
    text-align: center;
    position: absolute;
    top: 400px;
    right: 0;
    left: 0;
    /* bottom: 0; */
    height: 100%;
}

.more-details h2 {
    color: #fff;
    font-family: bahijBold;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-27px);
    transition: all 3s;
    font-size: 60px;
    line-height: 1.5;
}

.more-details p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
    line-height: 2;
    height: 108px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 3s;
}

.more-details {
    width: 98%;
    margin: auto;
}

.slider-home .owl-item.active .img {
    /* transform: scale(1.1); */
    /* transition: all 3s ease-in-out; */
}

.slider-home .owl-item.active .more-details h2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slider-home .owl-item.active .more-details p {
    opacity: 1;
    visibility: visible;
}

.more-details .btn.btn-style {
    padding: 12px 70px;
    transition: all 3s;
    opacity: 0;
    transform: translateY(35px);
    visibility: hidden;
}
.slider-home .owl-item.active .more-details .btn.btn-style {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.slider-home .icon .img {
    height: 100%;
    border-radius: 100%;
    margin-top: 4px;
}

.slider-home .icon .img::after {
    display: none;
}

#big .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    top: 50%;
}

#big .owl-nav .owl-prev, #big .owl-nav .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    background: #e29745;
    color: #0e1318;
    margin: 0;
    border-radius: 5px;
    transition: all .3s;
    font-size: 18px;
    text-align: center;
}

#big .owl-nav .owl-prev {
    left: 0;
    border-radius: 0 10px 10px 0;
}

#big .owl-nav .owl-next {
    right: 0;
    border-radius: 10px 0 0 10px;
}

#big .owl-nav .owl-prev:hover, #big .owl-nav .owl-next:hover {
    background: #e29745;
}

#big .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 3px #fff solid;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border-color: #e29745;
}

#big .img2030 {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 19px;
}
/* End Slider */


/* Start Courses */
.courses-s {
    padding: 80px 0;
    /* background: #fcfcfc; */
}

.title {
    text-align: center;
}

.title h3 {
    /* font-family: bahijBold; */
    font-size: 28px;
    margin: 0;
    color: #000000;
}

.title p {
    width: 60%;
    margin: 25px auto;
    line-height: 2;
    font-size: 15px;
    color: #555;
}

.courses-slider .item {
    padding: 15px;
}

.block-cour {
    display: block;
    background: #fcfcfc;
    border-radius: 10px;
    overflow: hidden;
    border: 1px #e2e2e2 solid;
    padding: 10px;
}

.about-k::after {
	content: "";
	width: 85%;
	height: 1px;
	background: #ececec;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.courses-s .title {
    margin-bottom: 50px;
}

.block-cour .img-c {
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 0;
}

.block-cour .img-c .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    transition: all .3s;
}

.block-cour .img-c .type {
    position: absolute;
    top: 0;
    z-index: 2;
    background: #e29745;
    color: #fff;
    margin: 15px;
    font-size: 12px;
    padding: 6px 30px;
    border-radius: 20px;
}

.block-cour .img-c .date {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(40, 40, 40, 0.45);
    color: #fff;
    padding: 10px;
    font-size: 13px;
    transform: translateY(100px);
    transition: all .5s;
}

.block-cour .img-c .date i {
    margin-left: 5px;
}

.block-cour .img-c .date span {
}

.block-cour:hover .img-c .date {
    transform: translate(0);
}

.block-cour .details-b {
    padding: 15px 20px;
}

.block-cour .details-b h2 {
    font-size: 20px;
    margin: 0 0 10px;
    /* font-family: bahijBold; */
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    padding: 0 0 4px;
}

.block-cour .details-b p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    height: 55px;
    overflow: hidden;
    color: #000;
}

.block-cour .details-b .time-c {
    padding-top: 15px;
    border-top: 1px #e2e2e2 solid;
    color: #545f90;
}

.block-cour .details-b .time-c i {
    /* color: #cbcbcb; */
    margin-left: 5px;
}

.block-cour:hover {
    border-color: rgb(17, 119, 167);
    box-shadow: 0 5px 25px 0 rgba(17,119,167,0.15);
    color: #000;
}

.block-cour:hover h2, .block-cour:focus h2 {
    color: #000000;
}

.block-cour:hover .img-c .img {
    transform: scale(1.1);
}

.courses-s .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    top: 50%;
}

.courses-s .owl-nav .owl-prev, .courses-s .owl-nav .owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 15px;
    background: #545f90;
    opacity: .5;
    margin: 0;
}

.courses-s .owl-nav .owl-prev {
    left: -50px;
}

.courses-s .owl-nav .owl-next {
    right: -50px;
}

.courses-s .owl-nav .owl-prev:hover, .courses-s .owl-nav .owl-next:hover, .courses-s .owl-nav .owl-prev:focus, .courses-s .owl-nav .owl-next:focus {
    background: #545f90;
    opacity: 1;
}

.courses-s .btn.btn-style {
    display: table;
    margin: 40px auto 0;
    padding: 12px 55px;
}

a.btn.btn-style.btn-nav {
    color: #ffffff;
    background: #545f90;
}

.slider-dd {
    position: absolute !important;
    left: -80px;
    top: 90px;
    /* padding: 0 21px; */
}

.courses-k {
    overflow: hidden;
    background: #f7f8fa;
    padding: 90px 0;
}


/* End Courses */

/* Start News-k */
.news-k {
    padding: 100px 0;
    background: #e29745;
    overflow: hidden;
}

.news-slider .item {
    padding: 15px 15px 15px 0;
}

.news-slider::before, .news-slider::after {
	/*content: "";*/
	position: absolute;
	left: 0;
	width: 35px;
	height: 340px;
	top: 11%;
	border-radius: 10px;
	z-index: -1;
}

.news-slider::before {
    background: #155d7f;
    left: -35px;
    transform: scale(.9);
}

.news-slider::after {
    background: #545f90;
    left: -10px;
}

.text-news {
    padding: 70px 0;
}

.text-news .title {
    text-align: start;
    margin-bottom: 30px;
}

.text-news p {
    font-size: 16px;
    line-height: 2;
    height: 130px;
    overflow: hidden;
}

.text-news .btn.btn-style {
    margin-top: 30px;
    padding: 0;
}

.news-slider .owl-nav {
    position: absolute;
    margin: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 120px;
    margin: auto;
}

.news-slider .owl-nav .owl-prev, .news-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    line-height: 55px;
    font-size: 20px;
    position: absolute;
    background: #fff;
    opacity: 1;
    color: #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

.news-slider .owl-nav .owl-prev:hover, .news-slider .owl-nav .owl-next:hover, .news-slider .owl-nav .owl-prev:focus, .news-slider .owl-nav .owl-next:focus {
    background: #545f90;
    opacity: 1;
}

.news-slider .owl-nav .owl-prev {
    left: 0;
}

.news-slider .owl-nav .owl-next {
    right: 0;
}
/* End News-k */

/* Start Counter */
.logistic_counter_area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-attachment: fixed;
}

.logistic_counter_area::before {content: "";position: absolute;right: 0;left: 0;top: 0;bottom: 0;width: 100%;height: 100%;background: #001b27;opacity: .7;}

.logistic_counter_area .container {
    position: relative;
    z-index: 4;
}

.logistic_counter_area .title h3 {
    color: #fff;
}

.logistic_counter_area .title {
    margin-bottom: 50px;
}

.single-counter {
    text-align: center;
}

.single-counter .icon-count {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 118px;
    margin: auto;
    border-radius: 50%;
    background: #e29745;
}

.single-counter .icon-count i {
    color: #545f90;
    font-size: 40px;
}

.single-counter .counter {
    display: block;
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
}

.single-counter h4 {
    color: #fff;
    margin-top: 0;
    font-size: 18px;
}


/* End Counter */
/* Start Client-slider */
.clients-s {
    padding: 100px 0;
}

.client-slider .client-img {
    padding: 30px;
}
/* End Client-slider */
/* Start Contact */
.contact-k {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 330px;
}

.content-contact {
    float: right;
    width: 100%;
    background: #012b3e;
    padding: 35px 20px;
	overflow: hidden;
    border-radius: 10px;
}

.contact-k::before {content: "";background: #000;position: absolute;right: 0;left: 0;top: 0;bottom: 0;opacity: .5;}

.contact-k .container {
    z-index: 3;
    position: relative;
    z-index: 2;
}

.content-contact .title {
    text-align: start;
    margin-bottom: 40px;
}

.content-contact .title h3 {
    color: #fff;
}

.content-contact ul li {
    width: 100%;
}

.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;
}

.content-contact ul li span, .content-contact ul li a {
    color: #fff;
    font-size: 18px;
}

.content-contact ul li:hover i {
    background: #e29745;
    color: #545f90;
}

.form-control {
    height: 45px;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
}

.form-group {
    position: relative;
    margin: 20px 0;
}

.form-group label {
    /*
    position: absolute;
    right: 22px;
    background: #155d7f;
*/
    color: #6c6c6c;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    /*
    padding: 4px 10px;
    top: -15px;
*/
    font-weight: normal;
    font-size: 14px;
    margin-left: 12px;
  }

/*.form-group label::after {content: "";position: absolute;bottom: 0;height: 13px;background: #fff;width: 100%;right: 0;z-index: 0;}*/

.form-group i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 16px;
    color: #155d7f;
    font-size: 18px;
    transition: all .3s;
}

.form-control:focus {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
    border-color: #ededed;
}

.form-control:focus + i {
    color: #e29745;
}

.form-control:focus::placeholder {
    opacity: 0;
    /* visibility: hidden; */
    transform: translateX(-30px);
}

.form-control::placeholder {
    transition: all .3s;
}

textarea.form-control {
    height: 100px;
    padding-top: 14px;
    overflow: hidden;
}

.form-control.btn.btn-style {
    background: #545f90;
    color: #fff;
    transition: all .3s;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.slider-inner {
    height: 100%;
}

#ninja-slider ul {
    height: 100% !important;
}

#thumbnail-slider ul li {
    border: none;
    width: 84% !important;
    border-radius: 10px;
    height: 100px !important;
    padding: 20px 30px;
    background: #000;
    border-bottom: 10px;
}

#thumbnail-slider ul li .thumb {
    width: 75px;
    height: 75px;
    background-size: cover;
    float: right;
    margin-top: 10px;
	border-radius: 50%;
}

#jssor_1 .more-details {
    float: left;
    width: 68% !important;
    text-align: start;
    padding: 11px;
}

#jssor_1 .more-details h1 {
    margin: 0;
    color: #fff;
    font-family: bahijBold;
    font-size: 18px;
}

#jssor_1 .more-details p {
    height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
}

.sub-menu li a::after {
	display: none !impotant;
}
/* End Contact */
/* Start Footer */

.logo-f {
    max-width: 175px;
    display: block;
}

.footer-top p {
    color: #fff;
    margin: 30px 0 0;
    /* height: 85px; */
    overflow: hidden;
    line-height: 2;
}

.social-f li {
    display: inline-block;
}

.social-f li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background: #545f90;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
}

.social-f li a:hover, .social-f li a:focus {
    background: #e29745;
    color: #545f90;
}

footer h2 {
    margin: 0 0 40px;
    color: #fff;
    font-size: 24px;
    /* font-family: bahijBold; */
}

.links li a {
    display: block;
    color: #efefef;
    font-size: 15px;
    line-height: 2.8;
}

.links li a:hover, .links li a:focus {
    color: #e29745;
}

.contents {
    max-height: 245px;
    max-width: 100%;
    margin: 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	overflow: hidden;
}

footer {
    position: relative;
    /* margin-top: -220px; */
    padding: 80px 0 0;
    background: #000000;
}

.footer-bottom {
    /* background: #001620; */
    /* padding: 20px 0; */
}

.footer-top {
    padding-bottom: 60px;
}

.footer-bottom p {color: #c6e8f9;font-size: 14px;}

.footer-bottom p a {
    color: #c6e8f9;
}

.logo-com {
    text-align: right;
    color: #e29745;
    font-size: 14px;
    margin-top: 3px;
}

.logo-com a {
    color: #e29745;
}
/* End Footer */

#thumbnail-slider div.inner {
    background: #001b27;
	padding: 20px;
}

#thumbnail-slider ul li {
    background: #545f90;
    filter: none;
}

#thumbnail-slider ul li.active {
    background: #e29745;
}

footer {
    /* overflow: hidden; */
}


.sub-menu li a::after {
	display: none !important;
}
#ninja-slider .more-details {
    position: absolute;
    padding: 150px 115px;
}

#ninja-slider .more-details h1 {
    color: #fff;
    font-size: 40px;
    text-shadow: 0 0 10px #000;
}

#ninja-slider .more-details p {
    font-size: 20px;
    line-height: 2;
    height: 120px;
    color: #fff;
    text-shadow: 0 0 10px #000;
    margin: 20px 0;
}

.fs-icon {
    display: none;
}

.about-k {
	overflow: hidden;
}
.sidebar .side-social {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent !important;
    padding: 20px 0;
}

.sidebar .side-nav ul li.dropdown.menu-item-has-children.responsive a {
    pointer-events: none;
}

.sidebar .side-nav ul li.dropdown.menu-item-has-children.responsive .sub-menu li a {
    pointer-events: visible;
}

.sidebar .side-nav ul li .sub-menu {
    position: relative;
    transition: none;
}
.sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
}

.navbar-nav li.dropdown.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/* Strat About-inner */
.title-page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 280px 0 75px;
}

.title-page::before {
	content: "";
	background: #012b3e;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: .5;
	width: 100%;
	height: 100%;
}

.title-page .container {
    position: relative;
    z-index: 1;
}
.title-page h3 {
    margin: 0;
    color: #fff;
    font-family: bahijBold;
    font-size: 40px;
}

.title-page ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
}

.title-page ul {
    text-align: left;
    margin-top: 12px;
}

.title-page ul li a {
    color: #fff;
}

.title-page ul li:last-child {
    padding-left: 0;
}

.title-page ul li a::after {
	content: "/";
	position: absolute;
	left: -4px;
	top: 1px;
}
.about-inner {
    overflow: hidden;
    padding: 100px 0 50px;
}

.more-about {
    /* background: #f1f1f1; */
    padding: 80px 0;
    overflow: hidden;
}

.more-about .text-about {
    border: none;
    padding: 0;
}

.more-about .text-about h3 {
    font-size: 22px;
    font-family: bahijBold;
    color: #545f90;
    margin: 0 0 20px;
}

.more-about .text-about h3 i {
    margin-left: 5px;
}

.more-about::after {
	content: "";
	height: 80%;
	width: 1px;
	position: absolute;
	right: 47%;
	margin: auto;
	background: #e0dede;
	top: 10%;
}
/* End About-inner */
/* Start Services-inner */
.services-inner {
    padding: 100px 0;
}

.services-inner .block-cour {
    margin: 15px 0;
}

.services-inner .block-cour .img-c {
    height: 280px;
}
/* End Services-inner */

/* Start Coming-courses */
.coming-courses {
    padding: 100px 0;
}

.table-style table thead th {
    background: #545f90;
    border: 1px #18729d solid;
    text-align: center;
    color: #fff;
    padding: 16px;
}

.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;
}

#DataTables_Table_0_filter input[type="search"] {
    border: none;
    border-bottom: 1px #ccc solid;
}

.table-style .dataTable tbody tr.even {
    background: #efefef;
}

.table-style table .btn.btn-style {
    display: block;
}

.table-style table td:last-child {
    width: 97px;
}

div#DataTables_Table_0_info {
    display: none;
}

#DataTables_Table_0_paginate {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
    background: #101010;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #545f90;
    border: none !important;
    color: #fff !important;
    font-size: 16px;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 6px;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    width: auto;
    height: auto;
    margin: 0 14px;
}

#DataTables_Table_0_previous, #DataTables_Table_0_next {
    background: transparent;
    color: #666 !important;
    width: auto  !important;
    height: auto !important;
    margin: 0 10px;
}

.table-style .ui-icon, .table-style .ui-widget-content .ui-icon {
	background: none
}

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 {
    background: #545f90;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    top: 18px;
	display:  none;
}

.dataTables_wrapper .dataTables_paginate .fg-button {
    width: 35px;
    height: 35px;
    background: #545f90;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    padding: 0;
    border-radius: 5px !important;
    margin: 0 5px;
}
/* End Coming-courses */

/* Start Courses-inner */
.courses-inner {
    padding: 100px 0;
}

.courses-inner .block-cour {
    margin: 15px 0;
}

.courses-inner .block-cour .img-c {
    height: 280px;
}
/* End Courses-inner */

/* Satrt Contact-inner */
.map-cont + footer {
    margin: 0;
    padding: 80px 0 0;
}

.contact-inner {
    padding: 100px 0 70px;
    /* background: #fafafa; */
    border-bottom: 1px #ccc solid;
    overflow: hidden;
}

.contact-inner .content-contact {
    background: transparent;
}

.contact-inner .content-contact span, .contact-inner .content-contact a {
    color: #155d7f;
}

.contact-inner .content-contact .title h3 {
    color: #101010;
}

.content-contact .form-control:focus {
    border: 1px solid #ccc;
}

.contact-inner .form-control.btn.btn-style {
    background: #155d7f;
    color: #fff;
}

.contact-inner .form-control.btn.btn-style:hover, .contact-inner .form-control.btn.btn-style:focus {
    background: #e29745;
    color: #155d7f;
}

.contact-inner .content-contact ul li i {
    background: #155d7f;
    color: #fff;
}

.map-in {
    height: 550px;
    overflow: hidden;
}

.map-in iframe {
    width: 100%;
    height: 100%;
}
/* End Contact-inner */

.sub-inner + footer {
    margin: 0;
    padding: 80px 0 0;
}

.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;
}

/* Start Single */
.big-img.other {
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 0;
    background-attachment: fixed;
}

.big-img.other::after {
    content: "";
    background: #012b3e;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: .7;
}

section.big-img.other {}

.big-img.other .container {
    position: relative;
    z-index: 1;
}

.big-img.other .title-co {
    color: #fff;
    font-size: 45px;
    font-family: bahijBold;
}

.big-img.other ul {
    margin-top: 10px;
}

.big-img.other ul li {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    font-size: 17px;
    position: relative;
}

.big-img.other ul li a {
    color: #fff;
}

.big-img.other ul li::after {
    content: ">";
    position: absolute;
    left: -4px;
    font-size: 12px;
    top: 4px;
}

.big-img.other ul li:last-child::after {
    display: none;
}

.details-cou {
    position: relative;
    top: -34px;
    z-index: 9;
}

.details-cou .course-data {
    background: #fff;
    padding: 25px;
    border-radius: 30px;
    border: 1px #545f90 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: #545f90;
}

.single-inner + footer {
    margin: 0;
    padding: 80px 0 0;
}

.single-inner .text-single {
    padding: 70px 0;
}

.single-inner .text-single h3 {
    color: #545f90;
    font-family: bahijBold;
    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 auto 0;
}

.data-courses {
    float: right;
    width: 100%;
    background: rgba(17, 119, 167, 0.02);
    padding: 70px 0px;
}

.data-courses h3 {
    font-size: 22px;
    font-family: bahijBold;
    margin: 0 0 30px;
}

.data-courses h3 span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    background: #545f90;
    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: #545f90;border-radius: 50%;top: 13px;}

.data-courses ul li:last-child {
    margin: 0;
}

.single-inner.twoSingle .data-courses {
    padding: 0;
    background: none;
}

.single-inner.twoSingle {
    padding: 100px 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);
}
/* End Single */

.social-k {
    padding: 90px 0;
}

.date {
    color: #a4d359;
    font-size: 12px;
}

.readMore {
    color: #545f90;
    font-size: 14px;
}

.news-k .btn.btn-style:hover, .news-k .btn.btn-style:focus {background: #fff;color: #e29745;}

.btn.btn-style.border-btn {
    background: #fff;
    color: #545f90;
    border: 2px #545f90 solid;
    margin-left: 20px;
}

.block-client {
    text-align: center;
    height: 160px;
    line-height: 160px;
    display: block;
    border: 1px #ededed solid;
    /* padding: 20px; */
}

.block-client img {
    max-height: 150px;
}

.block-client.one {
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
}

.block-client.two, .block-client.four {
    border: none;
}

.block-client.three {
    border-right: 0;
    border-bottom: 0;
}

.block-client.two {
    border-bottom: 1px #ededed solid;
}

.clients-k {
    padding: 90px 0;
}

.margin-top-c {
    margin-top: 40px;
}


.contents, #insta-page, .youtube-channel {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px #c3dde9 solid;
    border-radius: 10px;
    margin: 15px 0;
    max-height: 400px;
    padding: 15px;
}

.contents::-webkit-scrollbar, #insta-page::-webkit-scrollbar, .youtube-channel::-webkit-scrollbar {
    width: 5px;
}

.contents::-webkit-scrollbar-track, #insta-page::-webkit-scrollbar-track, .youtube-channel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(229, 229, 229, 0.3);
}

.contents::-webkit-scrollbar-thumb, #insta-page::-webkit-scrollbar-thumb, .youtube-channel::-webkit-scrollbar-thumb {
    background-color: #f0efef;
    outline: 1px solid slategrey;
    width: 5px;
}

.contents iframe {
    width: 100% !important;
}

.title-sK {
    font-size: 28px;
    margin: 0;
    color: #000000;
    margin: 0 0 40px;
}

#insta-page ul li {
    width: 50%;
    float: right;
    padding: 10px;
    height: 157px;
}

#insta-page ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.youtube-channel iframe {
    height: 200px;
    width: 100%;
    padding: 0;
    margin: 5px 0;
}

.goPage a {
    color: #545f90;
    font-size: 16px;
    display: block;
    position: relative;
    margin: 30px 0 0;
    padding-right: 20px;
    line-height: 20px;
}

.goPage a::before {content: "\f060";font-family: fontAwesome;position: absolute;right: 0;top: -2px;transition: all .3s;}

.goPage a:hover, .goPage a:hover::before {
    color: #e29745;
}


.map-k {
    height: 440px;
    overflow: hidden;
}

.map-k iframe {
    width: 100%;
    height: 100%;
}

.footer-coulm {
    margin-top: -380px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
    padding: 30px !important;
}

.footer-coulm h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.footer-coulm span {
    font-size: 12px;
    color: #83999c;
}

.form-control::placeholder {
    color: #aab9bb;
}

.form-control.btn.btn-style {
    background: #e29745;
    color: #000;
}

.contact-f li {
    display: block;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.contact-f li a {
    display: block;
    color: #efefef;
}

.contact-f li a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #545f90;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 20px;
}

.contact-f li a i, .contact-f li a span {
    font-style: normal;
    width: calc(100% - 66px);
    display: block;
    float: right;
    font-size: 15px;
    margin: 5px 0;
}

.title-about h2 {
    font-size: 26px;
    color: #545f90;
    font-family: bahijBold;
    margin: 0;
    padding: 20px 0;
}

.text-about p {
    line-height: 2;
    font-size: 16px;
}

.img-about {
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 10px 0 rgba(17,119,167,0.25);
}

.img-about .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.table-style table tbody tr td {
    padding: 14px;
    border: 1px rgba(17, 119, 167, 0.05) solid;
}

.contact-inner .form-control {
    height: 60px;
    padding: 0 50px;
}

.contact-inner .form-group i {
    margin: 12px 15px;
}

.contact-inner textarea.form-control {
    height: 200px;
    padding: 20px 50px;
}

.contact-inner .content-contact {
    padding: 0;
    overflow: visible;
}
.big-img.other {
    padding: 250px 0 150px
}


.data-courses p {
    margin: 15px 0 30px;
    /*padding-right: 20px;*/
    position: relative;
    font-size: 16px;
    color: #555;
    line-height: 2;
}

@media (min-width: 768px){
.modal-dialog {
    width: 70%;
}
}

.modal-content {
    float: right;
    width: 100%;
}

/* The container */
.checkRadio {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.checkRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkRadio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkRadio input:checked ~ .checkmark {
    background-color: #545f90;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkRadio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkRadio .checkmark:after {
 	top: 5px;
 	right: 5px;
 	width: 6px;
 	height: 6px;
 	border-radius: 50%;
 	background: white;
}

.checkCh {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkCh input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checks {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkCh:hover input ~ .checks {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkCh input:checked ~ .checks {
  background-color: #545f90;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checks:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkCh input:checked ~ .checks:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkCh .checks:after {
  right: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-booking {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.form-booking h2 {
    font-size: 19px;
    font-family: bahijBold;
    color: #545f90;
}

.form-booking .form-control {
    padding: 0 20px;
}

.form-group p {
    margin-bottom: 15px;
}

label.checkCh {
    margin-top: 16px;
    line-height: 22px;
    font-weight: normal;
}

.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.contact-inner .form-booking .form-control.btn.btn-style {
    float: none;
}



/*filestyle */

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type="file"] + label {
    background: #4a555a;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 1rem;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;

}input#file {
     display: none;
 }



.form-booking span.form-control {
    padding: 0;
    border: none;
    height: auto;
}

.form-booking span.form-control span.wpcf7-list-item.first {margin: 0;}

.form-booking span.form-control span.wpcf7-list-item.first label {
    margin: 0 0 0 10px;
        padding: 0;
}

.form-booking span.form-control span.wpcf7-list-item.first input.required {
    float: right;
    margin: 3px 0 0 10px;
}

.contact-inner .form-control {
    height: 60px;
    padding: 1px 50px;
    width: 100%;
    line-height: 60px;
}

.news-k .text-news .title h3, .news-k .text-news p {
    color: #fff;
}

footer .menu li {
    display: block;
    width: 46%;
    margin-left: 10px;
    float: right;
}

footer .menu li a {
    color: #fff;
    font-size: 16px;
    margin: 7px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer .menu li a:hover, footer .menu li a:focus {
    color: #e29745;
}

.about-inner .text-about {
    border: none;
    padding: 0;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    text-align: right;
}

.data-courses h2 a {
    font-size: 16px;
    text-decoration: underline;
    color: blue;
}

.socialmedia a {
    display: block;
}

.socialmedia a i.fa.fa-whatsapp {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 30px;
    background: #13cc07;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 36%);
    animation: whatsapp 3s infinite linear;
}

@keyframes whatsapp {
    0%, 100% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(0px)
    }
} 

.news-slider .owl-nav .owl-prev i, 
.news-slider .owl-nav .owl-next i {
    line-height: 50px;
}

.form-group label.btn-2 {
    padding: 0 10px;
    line-height: 35px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    padding: 0 0 35px;
}


.header-inner .nav-inner ul {
    display: flex;
    justify-content: space-between;
}

.header-inner .nav-inner ul li a {
    color: #353535;
    font-size: 15px;
    margin: 0 6px;
    display: flex;
}

.header-inner .nav-inner ul li {
    position: relative;
}

.header-inner .nav-inner ul li .sub-menu {
    position: absolute;
    display: block;
    top: 100%;
    min-width: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
    transition: all .3s;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.header-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.header-inner .nav-inner ul li .sub-menu li a {
    color: #000;
    margin: 0;
    display: block;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

.header-inner .nav-inner ul li .sub-menu li:first-child a {
    margin-top: 10px;
}

.header-inner .nav-inner ul li .sub-menu li:last-child a {
    margin-bottom: 10px;
}

.header-inner .nav-inner ul li .sub-menu li {
    /* border-bottom: 1px #ddd solid; */
    padding: 0 5px;
}

.header-inner .nav-inner ul li .sub-menu li a:hover {
    background: #9bb868;
    color: #fff;
}

.header-inner .nav-inner ul li:hover .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.header-inner .nav-inner ul li.menu-item-has-children a::after {
    content: "";
    position: relative;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 1px #353535 solid;
    border-right: 1px #353535 solid;
    transform: rotate(133deg);
    margin-inline-start: 8px;
    margin-top: 4px;
}

.header-inner .social-media {
    /* display: none; */
}

.header-inner .nav-inner ul li a:hover, .header-inner .nav-inner ul li:hover {
    color: #9eba6f;
}

.header-inner .nav-inner ul li.menu-item-has-children .sub-menu li a::after {
    display: none;
}

.nav-inner {
    width: 100%;
}

.slider-home .img::after {
    content: "";
    background: #000;
    opacity: .5;
}

header.header-top.sticky.active {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

header.header-top.sticky.active .logo img {
    max-height: 75px;
}

header.header-top.sticky.active .header-inner .menu-left {
    display: none;
}

.header-inner .menu-left .nav-inner {}

header.header-top.sticky.active .nav-inner {
    width: auto;
}

header.header-top.sticky.active .header-inner {
    padding: 0;
}