

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,500&display=swap');

:root {
    --main-font: 'Poppins';
    --main-color: #333333;
    --secondary-color: #757589;
    --alt-color: #181A33;
    --yellow-color: #ffc107;
    --orange-color: #f58220;
    --blue-color: #377DFF;
    --color-dark-bg: #171F32;
    --sky-color: #caebf2;
    --dimy-blue: #e8f9fd;
    --white-color: #ffffff;
    --ghostwhite-color: ghostwhite;
    --extra-light-color: #eaeef1;
    --font-weight-medium: 600;
    /* box shadow */
    /* --box-shadow: 2px 2px 15px 0 rgb(46 61 73 / 10%); */
    --box-shadow: 0 3px 5px rgb(0 0 0 / 3%);
}

::selection {
    background: var(--sky-color);
}
.border-radius-0 {
    border-radius: 0px;
}
.box-shadow {
    box-shadow: var(--box-shadow);
    -webkit-box-shadow: var(--box-shadow);
    -o-box-shadow: var(--box-shadow);
    -moz-box-shadow: var(--box-shadow);
}

ul.breadcrumb1 {
  padding: 4px 4px;
  list-style-type: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
ul.breadcrumb1 li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb1 li+li:before {
    color: #000;
    content: ">>";
    font-size: 14px;
    font-weight: 700;
}
ul.breadcrumb1 li a {
  color: #ff8721;
  text-decoration: none;
  font-weight: 600;
}
ul.breadcrumb1 li a:hover {
  color: #01447e;
}
a.hyperbread {
    font-size: 13px;
}
span.hyperbread {
    font-size: 13px;
}
.featured-post {
    width: 50%;
    padding-left: 15px;
    padding-right: 10px;
}
section.padding-section.latest-News {
    padding-top: 0px;
}
h5.img-text-slide {
    background-color: #f8f8f8;
    padding: 10px;
}

.news-title {
    font-size: 18px;
}
body {
    font-family: var(--main-font);
    color: var(--main-color);
}
blockquote.descs {
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 15px solid #008e97;
    position: relative;
    text-align: justify;
    background-color: #fff;
    border-right: 15px solid #008e97;
}
h1.mt-3.mb-2.font-weight-bold.hiddenheading {
    display: none;
}
a.font-weight-bold.box-detail-title.d-inline-block.top_stories {
    font-size: 13px;
}
.adver {
    padding: 25px 34px 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    background: #f2f2f2;
}
.adtext {
    font-size: 11px;
    color: #323232;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.image-alt {
    color: #595959;
    font-size: 13px;
    font-size: .8125rem;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
h5.font-weight-bold.top-stories {
    padding-top: 10px;
}
.body-100 {
    height: 100vh;
    overflow: hidden;
}

/* text color */
.text-main {
    color: var(--main-color);
}
.text-color-2 {
    color: #008e97;
}
.text-light {
    color: var(--secondary-color) !important;
}
.text-extra-light {
    color: var(--extra-light-color) !important;
}
.text-yellow {
    color: var(--yellow-color) !important;
}
.text-orange {
    color: var(--orange-color) !important;
}
.text-white {
    color: var(--white-color) !important;
}
.ghostwhite-background {
    background: var(--ghostwhite-color);
}
.link-bcolor {
    color: var(--main-color);
}
.font-weight-medium {
    font-weight: var(--font-weight-medium);
}
.link-dark {
    color: var(--main-color);
}
.link-blue-underline {
    position: relative;
}
.link-blue-underline::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .2;
    height: 50%;
    width: 100%;
    background-color: #666;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .1s,transform .2s ease-out;
}
.link-blue-underline:hover::before {
    background-color: var(--blue-color);
    transform-origin: left top;
    transform: scale(1,1);
}
.seach-contans {
    margin-top: 17px;
}
.lang-block {
    margin-top: 28px;
}
.link-blue-underline:hover, .link-blue-underline:focus {
    color: var(--blue-color);
}
.cart-link {
    color: var(--orange-color);
    position: relative;
    font-size: 21px;
    padding: 0px 20px 0px 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.cart-link> span {
    position: absolute;
    color: var(--main-color);
    font-size: 9px;
    height: 15px;
    width: 15px;
    background: ghostwhite;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;

}



.cursor-pointer {
    cursor: pointer;
}

.mb-30px {
    margin-bottom: 30px;
}
.p-20 {
    padding: 20px;
}
.hide {
    display: none;
}
a:hover, a:focus {
    text-decoration: none;
}

.light-box {
    /* background: var(--ghostwhite-color); */
    border: 1px solid #eaeafe;
}
.dark-back {
    background: var(--alt-color);
}
.dark-blue-back {
    background: var(--main-color);
}

.orange-blist {
    list-style: none;
    position: relative;
}
.orange-blist li {
    position: relative;
}
.orange-blist li::before {
    position: absolute;
    content: "\2022"; 
    font-size: 25px;
    left: -20px;
    top: -2px;
    color: red;
    font-weight: bold;
}

.link-board {
    display: flex;
    height: 100%;
    background: #333333;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.link-board:hover {
    color: #ffffff;
}

/* Button */
.btn-orange {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    background: var(--orange-color);
    border-color: var(--orange-color);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-orange:hover, .btn-orange:focus {
    color: #ffffff;
}
.btn-orange.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.btn-sm-2 {
    font-size: .75rem;
}
.btn-outline-orange {
    display: inline-block;
    font-weight: 400;
    color: var(--orange-color);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid var(--orange-color);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-orange:hover {
    background: var(--orange-color);
    color: var(--white-color);
}
.btn-outline-orange.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn-alt {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    background: var(--alt-color);
    border-color: var(--alt-color);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-alt:hover, .btn-alt:focus {
    color: #ffffff;
}
.btn-alt.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.btn-outline-alt {
    display: inline-block;
    font-weight: 400;
    color: var(--alt-color);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid var(--alt-color);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-alt:hover {
    background: var(--alt-color);
    color: var(--white-color);
}
.btn-outline-alt.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.filter-btn {
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}
.close-filter-btn {
    position: absolute;
    right: 20px;
}


/* navbar */
/* .nav-custom-top {
    padding: 15px 0px;
} */
.logo-img {
    height: 25px;
    display: block;
    margin: auto;
}
.link-light {
    color: #707070;
}
.nav-custom {
    background: #333333;
    box-shadow: 0 2px 8px rgb(221 221 221 / 50%);
    -webkit-box-shadow: 0 2px 8px rgb(221 221 221 / 50%);
    -o-box-shadow: 0 2px 8px rgb(221 221 221 / 50%);
    -moz-box-shadow: 0 2px 8px rgb(221 221 221 / 50%);
}
.nav-custom .nav-link {
    color: #f3f3f3 !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.5rem;
    }
}
.hide {
    display: none;
}

.title-orange {
    border-bottom: 4px solid var(--orange-color);
    /* line-height: 1; */
}
.title-orange h1 {
    display: inline-block;
    background: var(--orange-color);
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #fdfcfc;
    padding: 2px 10px;
}
.img-obrd {
    border: 1px solid var(--orange-color);
}
.title-blue {
    border-bottom: 2px solid #008e97;
    position: relative;
}
.title-blue> a {
    position: absolute;
    right: 0px;
    color: #1c1c1c;
}
.title-blue> a:hover, .title-blue> a:focus {
    color: var(--orange-color);
}
.title-blue h1 {
    display: inline-block;
    background: #008e97;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #fdfcfc;
    padding: 2px 10px;
    font-weight: 600;
}

.treandind-left-div {
    position: relative;
}
.tld-view-more {
    position: absolute;
    right: 15px;
    top: 0px;
    background: #008e97;
    margin: 0px;
    padding: 0px;
    color: #fdfcfc;
    padding: 0px 10px;
}
.tld-view-more:hover {
    background: var(--orange-color);
    color: #fdfcfc;
    padding: 0px 10px;
}
.orange-link {
    color: var(--orange-color);
}

.latest-videos {
   border: 1px solid #e9ecef;
    padding: 10px;
    box-shadow: 1px 1px #d7d7d7;
}

.slide {
    position: relative;
    background: url(../img/slider-img-2.png) no-repeat;
    background-size: contain;
    background-position: right;
}
.img-slide-left {
    position: absolute;
    top: 0;
    height: 370px;
}


.top-cat {
    background-repeat: no-repeat;
    background: url(../img/testi-back.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.breadcrumb {
    background: url(../img/banner.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0px;
    color: #ffffff;
    margin-bottom: 0px;
}
.breadcrumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: var(--orange-color);
    /* background-image: -webkit-gradient(linear, left top, right top, from(#8638fc), color-stop(#7c38fc), color-stop(#7138fc), color-stop(#6538fc), to(#5838fc));
    background-image: linear-gradient(to right, #8638fc, #7c38fc, #7138fc, #6538fc, #5838fc); */
    opacity: .8;
}
.breadcrumb> .container {
    position: relative;
}
.breadcrumb-link> a {
    color: #ffffff;
    opacity: .8;
    padding: 0px 20px;
    position: relative;
}
.breadcrumb-link> a::after {
    font-family: 'boxicons'!important;
    content: "\e9b2";
    right: 20px;
    right: -10px;
    top: 3px;
    position: absolute;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb-link> a:first-child {
    padding-left: 0px;
}
.breadcrumb-link> a:last-child {
    opacity: 1;
}
.breadcrumb-link> a:last-child::after {
    display: none;
}

.popular-tag{
    color: #fff;
}
a.font-weight-bold.box-detail-title.mt-2.d-inline-block.popular-tag {
    color: #fff;
}
.filter-footer {
    padding: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 11%);
    -o-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 11%);
    border: none;
}
.filter-link {
    background: #33383d;
    color: #ffffff !important;
    display: block;
    padding: 10px 20px;
}
.reset-link {
    background: #ffffff;
    color: #33383d !important;
    display: block;
    padding: 10px 20px;
}
@media (max-width: 768px) {
    .filter-div {
        position: relative;
        background-color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        top: 0;
        left: 0;
        padding-top: 20px;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        position: fixed;
        z-index: 10002;
        visibility: hidden;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: block !important;
        padding: 0px;
    }
    .filter-div.show {
        -webkit-transition: all .5s;
        transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        display: block !important;
    }
    .filter-body {
        height: calc(100vh - 44px);
        padding: 20px;
        overflow: auto;
    }
}

.list-with-check {
    list-style: none;
    margin: 0px;
    padding-left: 40px;
}
.list-with-check li {
    position: relative;
    margin-bottom: 20px;
}
.list-with-check li:last-child {
    margin-bottom: 0px;
}
.list-with-check li::before {
    font-family: 'boxicons'!important;
    content: "\e9a4";
    position: absolute;
    left: -30px;
    top: 2px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* title */
.title> h5 {
    position: relative;
    padding-left: 50px;
    font-size: 15px;
}
.title> h5::after {
    content: '';
    width: 35px;
    height: 1px;
    background: var(--blue-color);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    z-index: 1;
}
.filter-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 600;
}
.filter-title> span {
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.filter-main {
    margin-bottom: 20px;
}
.filter-main:last-child {
    margin-bottom: 0px;
}

.padding-section {
    padding: 0px 0px;
}
@media (max-width: 768px) {
    .padding-section {
        padding: 0 0px;
    }   
}

@media (max-width: 768px) {
.mainhead {
    width: 73%;
}
}

@media (max-width: 313px){
.lang-select {
    width: 100%;
}
}

@media (max-width: 768px){
.lang-select {
    width: 100%;
}
}

@media (max-width: 924px){
.lang-select {
    width: 100%;
}
}

@media (max-width: 924px) {
.mainhead {
    width: 71.2%
}
}

@media (max-width: 324px) {
.mainhead {
    width: 36.2%
}
}

@media (max-width: 868px){
.mainhead {
    width: 100%
}
}
@media (max-width: 530px){
.mainhead {
    width: 71.2%
}
}

/* home */
.category-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.category-box-img {
    width: 100%;
    transition: all .8s ease;
}
.category-box:hover .category-box-img {
    transform: scale(1.1);
}
.category-box-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.category-box-overlay {
    background: linear-gradient(to top,#000000 0%,transparent 50%);
    background: -webkit-linear-gradient(to top,#000000 0%,transparent 50%);
    background: -moz-linear-gradient(to top,#000000 0%,transparent 50%);
    background: -o-linear-gradient(to top,#000000 0%,transparent 50%);
}
.category-box-detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}
.category-box-detail, .category-box-detail> h1, .category-box-detail> p {
    color: var(--white-color);
}
.category-box-detail> h1 {
    font-size: 21px;
    margin-bottom: 0px;
}
.category-box-detail> p {
    font-size: 15px;
    margin-bottom: 0px;
}
.ddd {
    background: #2c2b2b;
    color: #fff;
    font-size: 9px;
    display: flex;
    justify-content: space-between;
    padding: 0px 14px;
}
.testimonial-head {
    background-color: var(--alt-color);
    background-image: url(../img/world-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    padding: 70px 0px 150px 0px;
}
.testi-box {
    box-shadow: 4px 0px 15px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 4px 0px 15px rgb(0 0 0 / 8%);
    -o-box-shadow: 4px 0px 15px rgb(0 0 0 / 8%);
    -moz-box-shadow: 4px 0px 15px rgb(0 0 0 / 8%);
    padding: 25px 20px 20px 20px;
    background: var(--white-color);
}
#testimonials-carousel-1 .item {
    padding: 15px;
}
.testimonial-detail> h4 {
    font-size: 18px;
    margin-bottom: 25px;
}
.testimonial-detail> p {
    color: #757589;
    min-height: 70px;
}
.testimonial-title {
    position: relative;
    min-height: 80px;
    margin-bottom: 0;
    margin-top: 25px;
    padding-top: 0;
    padding-left: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-title > .testimonial-title-pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 80px;
    height: 80px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 8%);
}
.testimonial-title-data> p {
    color: #757589;
    font-size: 15px;
}
.testimonial-slider {
    margin-top: -140px;
}

/* tab */
.custom-tab .nav-tabs .nav-link {
    color: var(--main-font);
    font-size: 18px;
    position: relative;
}
.custom-tab .nav-tabs .nav-link::after {
    content: '';
    bottom: -2px;
    height: 2px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: var(--blue-color);
}
.custom-tab .nav-tabs .nav-link.active, .custom-tab .nav-tabs .nav-link:hover {
    color: var(--blue-color);
}
.custom-tab .nav-tabs .nav-link.active::after, .custom-tab .nav-tabs .nav-link:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: var(--blue-color);
    color: var(--blue-color);
}
.custom-tab .nav-tabs .nav-item.show .nav-link, .custom-tab .nav-tabs .nav-link.active, .custom-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
    background: none;
}
.custom-tab .nav-tabs {
    border-color: transparent;    
}
.custom-tab .nav-tabs {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    grid-gap: 0rem;
    overflow: auto;
    height: 50px;
}

.paginationblog {
    justify-content: center;
}

.paginationblog> .page-item {
    color: var(--main-color);
}
.paginationblog> .page-item> .page-link {
    color: #333333;
}
.page-link-previous, .page-link-next {
    color: #f58220 !important;
}


.box {
    background: #fff;
    box-shadow: var(--box-shadow);
    /* border-radius: .375rem; */
    display: block;
    overflow: hidden;
}
.box-big-shadow {
    box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
    -o-box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
    -moz-box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
}
.box-with-border {
    background: #fff;
    position: relative;
    box-shadow: var(--box-shadow);
    border-radius: 0rem;
    display: block;
    /* overflow: hidden; */
    border: 1px solid #e4e5e7;
    padding: 20px;
}
.box-with-border> .box-with-border-close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #e4e5e7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    color: #222222;
    cursor: pointer;
    font-size: 18px;
}
a.box:hover, a.box:focus {
    text-decoration: none;
}
.box-img {
    overflow: hidden;
    position: relative;
}
.box-img .tag {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 3px;
}
.tag-orange {
    background: var(--orange-color);
    color: #ffffff;
}
.tag-yellow {
    background: var(--yellow-color);
    color: #ffffff;
}
.box-img img {
    width: 100%;
    transition: all .8s ease;
}
.box:hover> .box-img img {
    transform: scale(1.1);    
}
.box-detail {
    padding: 15px;
}
.box-detail-with-border {
    border: 1px solid #f1f1f1;
    border-top: none;
}
.box-detail-title {
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--main-color);
    font-weight: 600;
}
a.box-detail-title:hover, a.box-detail-title:focus {
    text-decoration: none;
    color: var(--orange-color);
}
.mh-40 {
    min-height: 40px;
}
.box-detail-auther {
    color: var(--secondary-color);
    font-size: 14px;
    margin-bottom: 10px;
}
.box-detail-course-type {
    font-size: 12px;
}
.box-detail-price {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--main-color);
}
.box-detail-pwd {
    font-size: 12px;
    color: var(--secondary-color);
    font-weight: normal;
    text-decoration: line-through;
}
.box-detail> hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #f1f1f1;
}

.accordion-custom .card {
    border: 1px solid #eaeafe;
    border-radius: 0px;
}
.accordion-custom .card-header {
    background: transparent;
    border-bottom: 1px solid #eaeafe;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid #eaeafe;
}
.accordion-custom .card-header button {
    position: relative;
    color: var(--main-color);
    padding-left: 25px;
    font-weight: bold;
}
.accordion-custom .card-header button:hover, .accordion-custom .card-header button:focus {
    text-decoration: none;
    box-shadow: none;
}
.accordion-custom .card-header button::before {
    position: absolute;
    left: 0px;
    top: 9px;
    font-family: 'boxicons'!important;
    content: "\eaed";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}
.accordion-custom .card-header button.collapsed::before {
    position: absolute;
    left: 0px;
    top: 9px;
    font-family: 'boxicons'!important;
    content: "\eb21";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.course-lecture> a {
    position: relative;
    display: block;
    color: var(--main-color);
    border-bottom: 1px dashed #f2f1f1;
    padding: 10px 20px 10px 0px;
}
.course-lecture> a:hover, .course-lecture> a:focus {
    color: var(--blue-color);
}
.course-lecture> a:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.course-lecture> a.lacture-complete::before {
    position: absolute;
    right: 0px;
    font-family: 'boxicons'!important;
    content: "\e9a9";
    color: #4caf50;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*  */
.brdcrump-course> a {
    color: #ffffff;
    opacity: .7;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}
.brdcrump-course> a:first-child {
    margin-left: 0px;
}
.brdcrump-course> a::after {
    font-family: 'boxicons'!important;
    content: "\e9b2";
    position: absolute;
    top: 2px;
    right: -20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.brdcrump-course> a:last-child:after {
    display: none;
}
.price-course-detail {
    font-weight: 600;
}
.price-course-detail span {
    text-decoration: line-through;
    font-size: 17px;
    opacity: 0.7;
    font-weight: normal;
}
.btn-wmain-color-1 {
    background: #ffffff;
    color: var(--main-color);
    border: none;
    padding: 10px 20px;
    border: 1px solid var(--white-color);
}
.btn-wmain-color-2 {
    background: var(--alt-color);
    color: var(--white-color);
    border: none;
    padding: 10px 20px;
    border: 1px solid var(--white-color);
}
.width-150 {
    width: 150px;
}
.course-dsocial a {
    color: var(--white-color);
    padding-top: 10px;
    display: inline-block;
    padding-right: 10px;
}
.course-dsocial a:last-child {
    padding-right: 0px;
}
@media (min-width: 768px) {
    .course-dsocial {
        text-align: right;
    }
}
.course-detail-feture {
    margin-top: -40px;
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 5px 40px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 5px 40px rgb(0 0 0 / 5%);
    -o-box-shadow: 0 5px 40px rgb(0 0 0 / 5%);
}
.cinner {
    display: flex;
    padding: 15px 15px;
    justify-content: center;
    border-left: 1px solid #ececec;
}
.cdfdiv:first-child .cinner {
    border-left: none
}
.cd-img {
    padding-right: 15px;
    display: flex;
}
.cd-img img {
    height: 35px;
}
.cd-text {
    display: flex;
    flex-direction: column;
}
.cd-text h5 {
    font-size: 15px;
    text-transform: uppercase;
}
.cd-text p {
    font-size: 15px;
    color: var(--orange-color)
}
.auth-course-mini {
    display: flex;
}
.acm-img {
    display: flex;
    padding-right: 15px;
}
.acm-img img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.acm-name {
    display: flex;
}
.course-detail-preview> video {
    border: 2px solid var(--white-color);
    box-shadow: var(--box-shadow);
}

.slide-bd {
    background: #333333;
    color: #f9f9f9;
    padding: 10px;
}
.text-o7 {
    opacity: .7;
}
.slide-bd a {
    color: #f9f9f9;
}


/*  */
#owl-carousel-1 .owl-carousel {
    position: relative;
}
#owl-carousel-1 .item {
    padding: 20px 15px;
}
#owl-carousel-1 .owl-nav {
    position: absolute;
    left: -50px;
    top: calc(50% - 50px);
    right: -50px;
    text-align: left !important;
    z-index: -1;
}
#owl-carousel-1 .owl-next {
    margin-left: auto;
    display: inline-block;
    float: right;
}
#owl-carousel-1 .owl-nav .owl-prev, #owl-carousel-1 .owl-nav .owl-next {
    height: 40px;
    width: 40px;
}
#owl-carousel-1 .owl-nav .owl-prev:hover, #owl-carousel-1 .owl-nav .owl-next:hover {
    background: var(--orange-color) !important;
    color: #ffffff;
}
#owl-carousel-1 .owl-nav .owl-prev span, #owl-carousel-1 .owl-nav .owl-next span {
    font-size: 40px;
    line-height: 25px;
}
@media (max-width: 768px) {
    #owl-carousel-1 .owl-nav {
        position: absolute;
        left: 0px;
        top: calc(50% - 100px);
        right: 0px;
        text-align: left !important;
        z-index: 1;
    }
}

.owl-theme-custom .owl-carousel {
    position: relative;
}
/* .owl-theme-custom .item {
    padding: 20px 15px;
} */
.owl-theme-custom .owl-nav {
    position: absolute;
    left: -25px;
    top: calc(50% - 50px);
    right: -25px;
    text-align: left !important;
    z-index: 999;
}
.owl-theme-custom .owl-next {
    margin-left: auto;
    display: inline-block;
    float: right;
}
.owl-theme-custom .owl-nav .owl-prev, .owl-theme-custom .owl-nav .owl-next {
    height: 40px;
    width: 40px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: var(--orange-color) !important;
    color: #ffffff !important;
}
.owl-theme-custom .owl-nav .owl-prev:hover, .owl-theme-custom .owl-nav .owl-next:hover {
    background: var(--orange-color) !important;
    color: #ffffff;
}
.owl-theme-custom .owl-nav .owl-prev span, .owl-theme-custom .owl-nav .owl-next span {
    font-size: 40px;
    line-height: 25px;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #869791;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid black;
}

.owl-theme-custom-slids .owl-dots .owl-dot span {
    background: #ededed !important;
}
.owl-theme-custom-slids .owl-dots .owl-dot.active span, .owl-theme-custom-slids .owl-dots .owl-dot:hover span {
    border-color: #008e97;
    background: #ededed !important;
}

.owl-theme-custom-bt .owl-nav button.owl-next, .owl-theme-custom-bt .owl-nav button.owl-prev {
    background: #008e97 !important;
    color: #ffffff !important;
    border-radius: 50%;
}
.owl-theme-custom-bt .owl-nav .owl-prev:hover, .owl-theme-custom-bt .owl-nav .owl-next:hover {
    background: #008e97 !important;
    color: #ffffff;
}

.box-2 {
    background: #fbfbfb;
    border-radius: 15px;
    padding: 45px 29px;
    margin: 10px;
}
@media (min-width: 768px) {
    .box-2s {
        transform: scale(1.1);
    }
}
.box-jobs {
    box-shadow: 0 0 2px;
    padding: 20px;
}
@media (max-width: 768px) {
    .owl-theme-custom .owl-nav {
        position: absolute;
        left: 0px;
        top: calc(50% - 100px);
        right: 0px;
        text-align: left !important;
        z-index: 1;
    }
}

.part-1 {
    position: relative;
    padding: 35px 0px;
    background-image: url(../img/ba.jpg);    
    background-size: cover;
    background-position: center;
}
.part-1::before {
    position: absolute;
    background-color: #008e97e3;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.part-1 .container {
    position: relative;
}
@media (max-width: 768px) {
    .part-1 {
        padding: 40px 0px;
    }
}

.box-org {
    border: 1px solid var(--orange-color);
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    -webkit-box-shadow: var(--box-shadow);
    -o-box-shadow: var(--box-shadow);
    -moz-box-shadow: var(--box-shadow);
    padding: 20px 10px;
}
.box-org> img {
    height: 70px;
    display: block;
    margin: 0px auto 20px auto;
}

.slde-vb {
    border: none;
    background: none;
    text-align: left;
    color: var(--main-color) !important;
}
.slde-vb> .slvgi-div> img {
    border-radius: 7px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.slvgi-div {
    position: relative;
}
.slvgi-div> i {
    font-size: 59px;
    position: absolute;
    background: #1c1c1c7d;
    color: #ededed;
    top: 0;
    left: 0;
    bottom: 20px;
    border-radius: 7px;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* form */
.form-control, .custom-select {
    border-color: #e4e5e7;
    border-radius: 5px;
    background-clip: border-box;
}
.form-control:focus, .custom-select:focus {
    border-color: #007bff;
    box-shadow: none;
}
.btn {
    border-radius: 5px;
}
.custom-form-check {
    position: relative;
    padding-left: 0px;
}
.custom-form-check .form-check-input {
    position: absolute;
    left: 15px;
    margin-left: 0;
    top: 7px;
}
.custom-form-check label {
    border: 1px solid #e4e5e7;
    width: 100%;
    padding-left: 40px !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.custom-form-check .form-check-input:checked + label {
    border-color: #2196f3;
    background: #2196f30f;
}
.file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 16px;
    width: 100%;
    position: relative;
    border-radius: 0px;
    border: 1px solid #e4e5e7;
}  
.file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}  
.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 8px 16px;
    border-radius: 0px;
    margin-right: 8px;
}  
.file-input:hover > .button {
    background: dodgerblue;
    color: white;
}  
.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
}  
.file-input.-chosen > .label {
    opacity: 1;
}

.form-wicon {
    position: relative;
}
.form-wicon-icon {
    background: var(--ghostwhite-color);
    border: none;
    position: absolute;
    top: 9px;
    right: 6px;
    height: 29px;
    width: 29px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
  }
  .styled-checkbox + label {
    position: relative;
    padding-left: 27px !important;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
  }
  .styled-checkbox + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid rgb(169, 169, 169);
  }
  .styled-checkbox:checked + label:before {
    background: var(--alt-color);
    border: 1px solid var(--alt-color);
  }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  } 


.form-group-wteg {
    position: relative;    
}
.form-group-wteg input {
    padding-right: 52px;
}
.input-teg {
    position: absolute;
    background: ghostwhite;
    color: #585858;
    top: 4px;
    right: 4px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.btn-add {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #007bff;
    line-height: 1.5;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.rm-danger {
    border: 1px solid #e4e5e7;
    color: #222222;
}
/* form end */

/* Login */
.login-modal {
    position: relative;
}
.login-modal> .close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 9999;
}
.login-left-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    background: var(--color-dark-bg);
    color: #ffffff;
    padding: 40px 25px;
}
.login-left-div> h1 {
    font-size: 20px;
    position: relative;
    margin-bottom: 40px;
}
.login-left-div> h1::after {
    content: "";
    position: absolute;
    height: 0px;
    width: 100px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid #f58220;
}
.login-left-div> h1> span {
    font-size: 45px;
    display: block;
}
.login-right-div {
    padding: 40px 25px;
}
.login-right-div> h1 {
    font-size: 27px;
    font-weight: bold;
}
#signin-active-link, #signup-active-link {
    color: #007bff;
    cursor: pointer;
}


.login-section-teacher {
    position: relative;
}
.login-section-teacher::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background-color: #f9f9fd;
}
.signup-form {
    box-shadow: -9px 0px 15px -11px rgb(131 146 165 / 15%);
    -webkit-box-shadow: -9px 0px 15px -11px rgb(131 146 165 / 15%);
    -o-box-shadow: -9px 0px 15px -11px rgb(131 146 165 / 15%);
    -moz-box-shadow: -9px 0px 15px -11px rgb(131 146 165 / 15%);
    padding: 20px;
    z-index: 10;
}
.signup-img {
    background-color: #f9f9fd;
}
@media (min-width: 768px) {
    .signup-form {
        padding: 50px;
    }    
}

.btn-orange {
    background: var(--orange-color);
    color: #ffffff;
}

.overflow-filter {
    -webkit-mask-image: linear-gradient(#fff,#fff,rgba(255,255,255,0));
}


/* Become a teacher */
.become-a-techer-into {
    position: relative;
}
.become-a-techer-into::after {
    position: absolute;
    content: '';
    left: 0%;
    top: 0%;
    bottom: 0%;
    right: 50%;
    background: var(--orange-color);
    opacity: .85;
    z-index: 1;
}
.become-a-techer-into-overlaw {
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}
.bat-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 40px;
    font-weight: bold;
}
.bat-btn:hover {
    background: #ffffff;
    color: var(--orange-color);
}
@media (max-width: 768px) {
    .become-a-techer-into-overlaw {
        position: relative;
        padding: 15px 0px;
    }
    .become-a-techer-into::after {
        right: 0;
    }
    .become-a-techer-into-overlaw h1 {
        font-size: 25px;
    }
    .become-a-techer-into-overlaw h4 {
        font-size: 18px;
    }
}
.bat-section-img img {
    height: 300px;
    margin: auto;
    display: block;
    max-width: 100%;
}
.bat-section-div {
    margin-top: 100px;
    position: relative;
}
@media (max-width: 768px) {
    .bat-section-img img {
        display: none;
    }
    .bat-section-div {
        margin-top: 50px;
    }
    .bat-section-div::after {
        position: absolute;
    content: "\e9b5";
    left: calc(50% - 37px);
    bottom: -34px;
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 37px;
    color: #727272;       
    }
    .bat-section-div:last-child:after {
        display: none;
    }
}
.bat-section-content> h1 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 18px;
}
.bat-section-content> h4 {
    font-size: 21px;
    font-weight: 600;
}

.home-slide-i> img {
    border-radius: 7px;
}
.home-slide-conten {
/*    border-radius: 7px;*/
    background: #f5f5f5;
    padding: 8px;
}
.home-slide {
    position: relative;
    background: url(../img/banner.jpg);
    background-size: cover;
    /*padding: 70px 0px;*/
    padding: 10px 0px;
}
.home-slide::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f58220bf;
}

/* page full  */
.page-full-top {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    -o-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
    height: 60px;
    display: flex;
    align-items: center;
}
.page-full-body {
    padding: 50px 0px;
    overflow: auto;
}
.page-full-bottom {
    height: 70px;
    border-top: 1px dashed #e4e5e7;
    display: flex;
    align-items: center;
}
.stat-box-main {
    position: relative;
    padding: 45px 15px 0px 15px;
    background: #ffffff;
}
.stat-box-main::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100px;
    background: var(--orange-color);
    z-index: 0;
}
.stat-box {
    position: relative;
    padding: 15px;
    background: #fff;
    box-shadow: rgb(146 153 184 / 15%) 0px 10px 30px;
    -webkit-box-shadow: rgb(146 153 184 / 15%) 0px 10px 30px;
    -o-box-shadow: rgb(146 153 184 / 15%) 0px 10px 30px;
    -moz-box-shadow: rgb(146 153 184 / 15%) 0px 10px 30px;
}

.bnbox-head-1 {
    background: #bd6419;
}
.bnbox-head-1> img {
    height: 50px;
}
.bnbox-head-2 {
    background: var(--orange-color);
    color: #fdfdfd;
}
.bnbox-body {
    border-left: 1px solid var(--orange-color);
    border-right: 1px solid var(--orange-color);
}
.bb0x-contnt> p {
    border-bottom: 1px solid var(--orange-color);
}
.bn-link, .bn-link a {
    background: var(--orange-color);
    color: #fdfdfd;
}

.pay-link {
    border: 1px solid #e4e5e7;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}
.pay-link> img {
    height: 15px;
}

.social-link-2 {
    position: fixed;
    right: 0px;
    top: calc(50% - 100px);
    box-shadow: 1px 1px 19px rgb(0 0 0 / 10%);
    width: 55px;
    background: #fdfdfd;
    padding: 20px 10px;
    z-index: 10;
}
.social-link-fix {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
.social-link-fix:hover, .social-link-fix:focus {
    color: #fb841e;
    border-color: #fb841e;
}

.membership-top {
    position: relative;
    background: url(../img/library-with-books.jpg);
    background-size: cover;
    background-position: center;
}
.membership-top::before {
    position: absolute;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.membership-profile {
    position: relative;
    background-size: cover;
    background-position: center;
}

.membership-profile::before {
    position: absolute;
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.link-orange {
    color: var(--orange-color);
}
.link-orange:hover, .link-orange:focus {
    color: var(--orange-color);
}
.link-blue {
    color: #008e97;
}
.link-blue:hover, .link-blue:focus {
    color: #008e97;
}
.job-box {
    padding: 12px 15px 25px 15px;
    box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
    -o-box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
    -moz-box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
}

/* footer */
.footer {
    background-color: #1e2225;
    background-image: url(../img/world-map.png);
    padding: 50px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    color: #cbcbcb;
}
.footer-link {
    color: #cbcbcb;
}
.social-link-dark {
    background: #cbcbcb;
    color: var(--main-color);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.social-link-dark-2 {
    color: #ededed;
    background: var(--main-color);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer-form .form-control {
    background: transparent;
}
.footer-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbcbcb;
    opacity: 1; /* Firefox */
}
.footer-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cbcbcb;
}
.footer-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #cbcbcb;
}
.item-experts {
    margin-right: 10pxbox-2
}
.know {
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
}
.mem-5 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important;
}
.mt-6 {
    margin-top: 6rem!important;
}                             

.member-img::after {
    position: absolute;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.gray-back {
    background: #f5f5f5;
}

.membership-videos {
    position: relative;
    background: url(../img/library-with-books.jpg);
    background-size: cover;
    background-position: center;
}
.membership-videos::before {
    position: absolute;
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.galllery {
    border-radius: 5px;
}
.job-box {
    padding: 12px 15px 25px 15px;
    background: #fff;
    box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
    -o-box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
    -moz-box-shadow: 1px 1px 19px rgb(0 0 0 / 3%);
}
.why {
    text-align: center;
}
.bb0x-contnt .p {
border-bottom: 1px solid var(--orange-color);
}

.text-color-bg{
background: #008e97;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.form-group span {
color: red;
}
.border-contact{
border-radius: 10px;
}
.social-link-contact {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
height: 35px;
width: 35px;
color: var(--main-color);
border: 1px solid #fff;
}  
.contacts{
box-shadow: 10px 10px 10px 10px #f8f8f8;
}
.nav-custom-top {
    position: sticky;
    top: 0;
    background: #ffff;
    z-index: 1071;
    box-shadow: 0px -6px 15px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    /* color: #fff; */
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
}
.search-container{
            height: 40px;
            border-radius: 30px;
            /*padding: 10px;*/
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: 0.8s;
          
        }
        
        .search-container:hover > .search-input{
            
            width: 100px;
        }
        
        .search-container .search-input{
            background: transparent;
            border: none;
            outline:none;
            width: 0px;
            font-weight: 500;
            font-size: 16px;
            transition: 0.8s;
        
        }
.invalid {
    color: red;
}    
input.seac {
    height: 25px;
    width: 145px;
}
img.w-100.lll {
    padding: 14px;
}
header {
    padding: 0 !important;
    border: 0 !important;
    position: relative;
    width: 100%;
  }

  .lang-select {
    background: #2c2b2b;
    color: #fff;
    font-size: 9px;
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
  }

  .lang-block a {
    padding: 6px;
    color: #ffff;
    text-decoration: none;
    text-transform: uppercase;
  }

  .social-block {
    padding-left: 6px;
  }

  .social-block a {
    margin-right: 10px;
  }

  #sticky_header {
    display: flex;
    /*width: 100%;*/
    background-color: #fff;
    transition: all .3s ease-in-out;
  }

  .logo-content {
    border: 1px solid #dadbdf;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px !important;
  }

  .header-content {
    width: 100%;
  }

  .nav-menu {
    border-top: 0 solid #707070;
    border-bottom: 1px solid #d3d4de;
    background: #fff;
    box-shadow: 4px 1px 4px 1px rgb(0 0 0 / 20%);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 14px;
    height: 49px;
  }

  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .nav-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-menu ul li:nth-child(1),
  .nav-menu ul li:nth-child(2) {
    padding-right: 0;
    background-color: transparent;
  }

  .nav-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 14px;
    position: relative;
  }

  ul.submenu {
    padding-left: 14px;
    position: relative;
  }

  .nav-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .nav-menu ul.submenu li {
    position: relative;
  }

  @media screen and (min-width: 992px) .d-lg-block {
    display: block !important;
  }

  .right-menu {
    display: flex;
    align-items: center;
  }

  .search_box {
    position: absolute;
    top: 50px;
    z-index: 9;
    right: 20px;
    border: 1px solid #d5d1d1;
    border-radius: 6px;
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 3px 5px #00000029;
    width: 355px;
    height: 52px;
  }

  .menu_slider {
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 7px 13px -4px rgb(0 0 0 / 30%);
  }

  .menucaterory_container .category-slider {
    display: flex;
    height: 40px;
    overflow-y: auto;
    border-bottom: 1px solid #e9ecef;

  }

  .menucaterory_container .category-slider .category_item {
    padding: 0;
    white-space: nowrap;
  }

  .menucaterory_container .category-slider .category_item a {
    color: #2c2d31;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
  }
@media screen and (max-width: 496px) .nav-menu {
    border-top: 0;
    box-shadow: 0 2px 8px 1px transparent;
    width: 75%;
  }

  @media (max-width: 1024px) .nav-menu {
    border-top: 0;
    box-shadow: 0 2px 8px 1px transparent;
    width: 75%;
  }
 @media screen and (max-width: 496px) .sticky1 {
    top: 0;
    width: 75%;
    z-index: 999;
  }

   @media screen and (max-width: 415px) #myHeader {
    top: 0;
    width: 75%;
    z-index: 999;
  }

  @media screen and (max-width: 496px) .mainhead {
    top: 0;
    width: 75%;
    z-index: 999;
  }

   @media screen and (min-width: 992px) .sticky1 {
     width: 75%;
  }


  .nav-menu {
    border-top: 0 solid #707070;
    border-bottom: 1px solid #d3d4de;
    background: #fff;
    box-shadow: 4px 1px 4px 1px rgb(0 0 0 / 20%);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 14px;
    height: 49px;
  }

  .search-arrow {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 58px;
    border: 0.75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    right: 16px;
  }

  .search_box form {
    display: flex;
  }

  .search_box form input {
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 6px;
    z-index: 1;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    outline: 0;
    color: #2c2d31;
    height: 42px;
    padding-right: 10px;
  }

  .search_btn1 {
    width: 50px;
    height: 40px;
    margin-right: 5px;
    background: #dc2229;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    outline: 0;
  }

  .hamburger {
    cursor: pointer;
  }

  .hamburger .line {
    width: 22px;
    height: 2px;
    background: #2c2d31;
    display: block;
    margin: 4px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }


  @media screen and(max-width: 1024px) .menu_slider {
    height: 100vh;
  }

  @media screen and (max-width: 1024px) .menu_slider {
    top: 48px;
  }

  .menu_slider {
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 7px 13px -4px rgb(0 0 0 / 30%);
  }

  @media (max-width: 1024px) .menu_container {
    overflow-y: auto;
    height: calc(100% - 90px);
  }

  .menu_slider {
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 7px 13px -4px rgb(0 0 0 / 30%);
  }

  @media (max-width: 1024px) .menu_slider_footer {
    display: flex;
    overflow-y: auto;
  }

  .menu_slider_footer {
    border-top: 1px solid #cbcbcb;
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav-menu ul li:nth-child(1),
  .nav-menu ul li:nth-child(2) {
    padding-right: 0;
    background-color: transparent;
  }

  .menu_slider ul li {
    list-style: none;
    margin-bottom: 5px;
    display: block;
  }

  .menu_slider ul li {
    list-style: none;
    margin-bottom: 5px;
    display: block;
  }

  @media (max-width: 1024px) .menu_slider ul {
    padding-top: 10px;
  }

   @media (max-width: 1024px) .mobile-menu {
    padding-top: 10px;
    display:none;
  }

     @media (max-width: 1264px) .mobile-menu {
    padding-top: 10px;
    
  }

  @media screen and (min-width: 1264px) {
  ul.mobile-menu.submenu {
   display:none;
  }
   @media screen and (min-width: 1364px) {
  ul.mobile-menu.submenu {
   display:none;
  }
  @media screen and (min-width: 1120px) {
  ul.mobile-menu.submenu {
   display:none;
  }

.nav-menu ul.mobile-menu.submenu li {
    padding-right: 2px !important; 
}
ul.mobile-menu.submenu li.mobilesubmenu {
    padding-right: 2px;
}
h3.font-weight-bold.top-stories {
    padding-top: 10px;
}
    .col-md-6.mb-4.featured-post {
    width: 50%;
}
section.padding-section.latest-News {
    padding-top: 0px;
}

        