@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://kit-pro.fontawesome.com/releases/v5.14.0/css/pro.min.css');
body {
    font-family: 'Roboto', sans-serif;
    background: #f9f9f9;
    color: #5a5a5a;
}

img {
    max-width: 100%;
}

input,
button {
    outline: none !important;
    outline-color: inherit !important;
}

a {
    color: #5a5a5a;
    text-decoration: none !important;
}

a:hover {
    color: #000;
}

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

.search-section {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 30px;
    min-height: calc(100vh - 113px);
}

.sidebar-btn {
    position: fixed;
    right: -42px !important;
    top: 50%;
    transform: rotate(-90deg);
    display: flex;
    margin-top: -22px;
    z-index: 99;
}

.sidebar-btn button {
    padding: 6px 25px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.sidebar-main {
    padding-top: 60px;
}

.sidebar-box-main>h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-box-main>h4::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #000;
    bottom: 0;
    left: 0;
    width: 50px;
    z-index: 9;
}

.sidebar-box-main>h4::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    bottom: 0;
    left: 0;
    right: 0;
}

.event_detail_page{
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: 500;
}

.sidebar-box-img {
    width: 100px;
}

.sidebar-box-content {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.sidebar-box-content>h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.box-img {
    height: 80px;
    position: relative;
}

.box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.sidebar-box-content span {
    font-size: 14px;
    color: #999;
}

.sidebar-box-main {
    margin-bottom: 30px;
}

.sidebar-btn {
    position: fixed;
    right: -42px;
    top: 50%;
    transform: rotate(-90deg);
    display: flex;
    margin-top: -50px;
    z-index: 99;
}

.sidebar-btn button {
    padding: 6px 25px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.sidebar-right-box-img {
    position: relative;
    padding: 25%;
    margin-bottom: 15px;
}

.sidebar-right-box-img img,
.sidebar-right-box-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-right {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    position: fixed;
    z-index: 9;
    width: 100%;
    max-width: 970px;
    top: 50%;
    transform: translate(0, -50%);
    right: -970px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar-right.open {
    right: 45px;
}

.sidebar-right-box h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.sidebar-right-box p {
    font-size: 14px;
}


/*.location-name {
	position: absolute;
	top: 40px;
	right: 20px;
}*/

.header-main .location-name {
    margin: 0 0 0 auto;
}

.menu-icon {
    margin-left: 25px;
}

.menu-icon button {
    background: transparent;
    border: 0px;
    padding: 0px;
    font-size: 32px;
    cursor: pointer;
    display: flex;
    width: 28px;
    height: 28px;
}

.menu-icon button i {
    display: flex;
}

.search-box .logo {
    max-width: 400px;
    margin: 0 auto 40px;
}

.search-box {
    width: 100%;
}

.search-input input {
    height: 46px;
    border: 1px solid #dfe1e5;
    width: 100%;
    max-width: 585px;
    border-radius: 50px;
    outline-color: inherit;
    outline: none;
    padding: 0 55px 0 20px;
}

.search-input {
    max-width: 585px;
    margin: 0 auto 50px;
    position: relative;
}

.search-input .fa-search {
    position: absolute;
    top: 17px;
    right: 22px;
    color: #9aa0a6;
}

#chartdiv {
    width: 100%;
    height: calc(100vh - 400px);
}

.location-name {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.location-name i {
    font-size: 20px;
    margin-right: 10px;
}

.location-name p {
    margin-bottom: 0;
}

.container {
    max-width: 1200px;
}

.header-main {
    background: #fff;
    padding: 25px 0;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* z-index: 9; */
}

.header-main .logo {
    max-width: 300px;
}

.list-search {
    background: url(../images/top-banner-breeze.jpg) no-repeat center center / cover;
    padding: 50px 0;
}

.list-search .form-group input {
    width: 100%;
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
    border: 0px;
}

.button {
    background: #fff;
    background: #000;
    border: 2px solid #000;
    color: #000;
    color: #fff;
    height: 46px;
    border: 0px;
    cursor: pointer;
    border-radius: 5px;
}

.button:hover {
    border: 2px solid #000;
    background: #fff;
    color: #000;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tag-list h4 {
    font-size: 16px;
    margin: 0px;
    color: #fff;
    display: flex;
    align-items: center;
}

.tag-list h4 i {
    font-size: 14px;
    margin-right: 10px;
}

.tag-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}

.tag-list ul li {
    margin-right: 15px;
}

.tag-list ul li a {
    padding: 3px 21px;
    border: 1px solid white;
    font-size: 14px;
    color: #fff;
}


/* .tag-list ul li a::after {
	content: ",";
}
.tag-list ul li a:last-child::after {
	content: ".";
} */

.head-total-job h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.head-total-job p {
    color: #fff;
    margin-bottom: 30px;
}

.job-list-main {
    padding: 50px 0;
}

.post-job-bx {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-job-bx>li {
    margin-bottom: 30px;
}

.post-job-bx .post-bx {
    padding: 25px;
    background-color: #fff;
    border-left: 5px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 24 128 / 10%);
    display: block;
    position: relative;
}

.post-job-bx>li:nth-of-type(2n+1) .post-bx {
    background-color: #f9f9f9;
}

.m-b30 {
    margin-bottom: 30px;
}

.job-post-company {
    margin-right: 20px;
}

.job-post-company span {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background-color: #dfdfdf;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.post-job-bx h4 {
    margin-bottom: 15px;
}

.post-job-bx h4 a {
    color: #000;
    font-weight: bold;
}

.job-time span {
    border-radius: 4px;
    background-color: #dfdfdf;
    display: block;
    font-size: 15px;
    padding: 2px 10px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    text-transform: capitalize;
}

.salary-bx span {
    color: #000;
    font-size: 22px;
}

.job-post-info ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.job-post-info ul li {
    margin-right: 15px;
    font-size: 14px;
}

.job-post-info p {
    line-height: 24px;
    font-size: 14px;
}

.job-time a {
    display: flex;
}

.job-post-info ul li i {
    margin-right: 5px;
}

.header-menu ul li {
    margin-left: 35px;
}

.header-menu ul li a {
    padding: 5px 0px;
    position: relative;
    color: #6a6a6a;
}

.header-menu ul li a:hover,
.header-menu ul li.active a {
    color: #000;
}

.header-menu ul li.active a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #000;
}

.details-main {
    background: #f9f9f9;
    padding: 55px 0;
}

.carousel-wrap .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -25px;
    color: #fff;
    outline: none;
    outline-color: inherit;
}

.owl-nav button.owl-next {
    right: 0;
}

.carousel-wrap {
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-box {
    background: #ffff;
    padding: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 05%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.details-main .col-lg-9,
.blog-main .col-lg-9,
.job-list-main .col-lg-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.details-main .col-lg-3,
.details-main .col-lg-3,
.job-list-main .col-lg-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.sidebar-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    line-height: 1;
}

.sidebar-box .form-group {
    display: flex;
    flex-wrap: wrap;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid #dfe1e5;
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 5px;
    outline-color: inherit;
    outline: none;
}

.form-group textarea {
    height: 80px;
    padding: 15px;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/select.svg) no-repeat right 15px center / 10px auto;
}

.sidebar-time ul li:last-child {
    margin-bottom: 0;
}

.sidebar-time ul li {
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.sidebar-time ul li span {
    font-weight: 600;
    color: #000;
}

.sidebar-map {
    position: relative;
    padding: 40%;
}

.sidebar-logo img,
.sidebar-map iframe,
.video-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.sidebar-logo {
    border: 1px solid #dfe1e5;
    position: relative;
    padding: 35%;
    margin-bottom: 15px;
}

.sidebar-list ul li {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-list ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-list ul li b {
    width: 93px;
    font-weight: 600;
    position: relative;
    color: #000;
}

.sidebar-list ul li b::after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar-list ul li span {
    width: calc(100% - 93px);
    padding-left: 8px;
    display: flex;
}

.sidebar-list ul li span a {
    font-size: 18px;
    margin-right: 10px;
}

.detail-section {
    margin: 30px 0;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 6px;
}

.detail-content p {
    font-size: 14px;
    line-height: 24px;
}

.detail-title h3 {
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    display: flex;
    font-size: 24px;
    color: #000;
}

.table-bordered {
    border: 0px;
}

table {
    border: 0px;
    border-collapse: collapse;
}

table thead th,
table thead td {
    border-bottom: 0;
    font-size: 14px;
}

table tbody th,
table tbody td {
    font-size: 14px;
}

.table-bordered td,
.table-bordered th {
    border: 0px;
}

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

.content-list li {
    width: 33.33%;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.content-list li:last-child {
    margin-bottom: 0px;
}

.content-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 7px;
    background: #000;
    border-radius: 50%;
}

.content-tag-list {
    display: flex;
    flex-wrap: wrap;
}

.content-tag-list li {
    font-size: 14px;
    background: rgba(0, 0, 0, .05);
    padding: 9px 31px;
    border-radius: 50px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-weight: 500;
}

.detail-section .carousel-wrap {
    box-shadow: unset;
    border-radius: 0px;
}

.slider-box {
    text-align: center;
}

.slider-box h4 {
    font-size: 18px;
    margin: 20px 0 15px;
    display: flex;
    justify-content: center;
    color: #000;
}

.slider-box p {
    font-size: 14px;
    line-height: 24px;
}

.detail-section .carousel-wrap .owl-carousel .owl-nav button {
    margin: 0px;
    top: 28%;
}

.video-box {
    position: relative;
    padding: 25%;
}

.search-top {
    position: absolute;
    top: 25px;
    right: 25px;
}

.main-navigation {
    position: relative;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    transform: translateY(100%);
    background: #000;
    padding: 50px;
}

.main-navigation.open {
    left: 0;
    top: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-logo {
    max-width: 300px;
}

.menu-icon button.open {
    color: #fff;
    position: fixed;
    z-index: 9999;
    right: 58px;
    top: 58px;
}

.menu-icon button.open i::before {
    content: "\f00d";
}

.main-menu {
    padding: 80px 80px 0 80px;
}

.main-navigation ul li {
    margin-bottom: 20px;
}

.main-navigation ul li a {
    font-size: 30px;
    color: #ccc;
    font-weight: bold;
}

.main-navigation ul li a:hover,
.main-navigation ul li.active a {
    color: #fff;
    text-decoration: underline !important;
}

.footer-main {
    background: #000000;
    /* background: #fff; */
    padding-top: 60px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.copy-right p {
    text-align: center;
    margin: 0px;
    padding: 15px 0;
    font-size: 14px;
    border-top: 1px solid #dfe1e5;
}

.footer-box {
    margin-bottom: 50px;
}

.footer-box .submit button {
    color: #fff;
    border: 2px solid #fff;
}

.footer-box .submit button:hover {
    color: #000;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-box p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 24px;
    padding-right: 15px;
}

.footer-logo {
    max-width: 250px;
}

.footer-title h5 {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #000;
    position: relative;
    display: inline-block;
}

.footer-title h5::after {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    border-bottom: 2px solid #000;
}

.footer-icon {
    margin-top: 20px;
}

.footer-icon li {
    margin-right: 15px;
}

.footer-icon li a {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe1e5;
    border-radius: 5px;
    color: #ccc;
}

.footer-icon li a:hover {
    border: 1px solid #fff;
    color: #fff;
}

.footer-link.d-flex li {
    width: 50%;
}

.footer-link li {
    margin-bottom: 8px;
}

.footer-link li a {
	color: #ccc;
    font-size: 14px;
}

.footer-link li a:hover {
    color: #fff;
}

.contact-main {
    background: #f9f9f9;
    padding: 55px 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-form {
    padding: 70px 50px 70px 200px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    background: #fff;
    border-radius: 6px;
    margin-left: 150px;
}

.contact-left {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    background: #f1f1f1;
    width: 320px;
    border-radius: 6px;
    padding: 20px;
}

.form-title h5,
.contact-left h5 {
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    font-size: 24px;
}

.contact-main .form-group textarea {
    height: 120px;
}

.contact-left li {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.contact-left li:last-child {
    margin-bottom: 0;
}

.contact-left li i {
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 3px;
}

.contact-left li a {
    color: #000;
}

.blog-main {
    padding: 55px 0;
}

.sidebar-link ul li {
    margin-bottom: 12px;
}

.sidebar-link ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-link ul li a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.sidebar-link ul li a:before {
    content: "\f324";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    font-size: 14px;
}

.sidebar-link ul li.active a {
    color: #000;
    font-weight: 700;
}

.blog-box-main {
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    min-height: 100%;
}

.blog-img a {
    position: relative;
    padding: 25%;
    display: flex;
}

.blog-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content .blog-title a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.blog-content>p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 24px;
}

.blog-content>p>a {
    color: #000;
    text-decoration: underline !important;
}

.blog-main .col-md-6 {
    margin-bottom: 30px;
}

.button-secondary {
    background: #f1f1f1;
    color: #000;
    font-weight: 700;
}

.faq-main {
    padding: 55px 0;
}

.faq-main .card {
    margin-bottom: 30px;
    border: 0px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.faq-main .card:last-child {
    margin-bottom: 0px;
}

.card-body p {
    font-size: 14px;
    line-height: 24px;
}

.faq-title button {
    width: 100%;
    text-align: left;
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 20px;
    text-decoration: none !important;
    position: relative;
}

.faq-title button:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.faq-title button[aria-expanded="true"] {
    background: #000;
    color: #fff;
}

.faq-title button::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    font-weight: normal;
    font-size: 29px;
}

.faq-title button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.menu-info li {
    padding-left: 40px;
    font-size: 20px;
    color: #ccc;
    font-weight: bold;
    position: relative;
}

.main-navigation .menu-info li a {
    font-size: 20px;
}

.menu-info li i {
    position: absolute;
    left: 0;
    color: #ccc;
    font-size: 20px;
    display: flex;
    top: 7px;
}

.main-menu .footer-icon {
    margin-top: 60px;
}

.main-navigation ul.footer-icon li a {
    font-size: 24px;
    width: 46px;
    height: 46px;
    text-decoration: none !important;
}

.page-title h4 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.page-title-main {
    background: #000000;
    padding: 20px 0;
}

.page-title li {
    margin-right: 10px;
    font-weight: 600;
    color: #b3b3b3;
}

.page-title li>a {
    color: #b3b3b3;
}

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

.blog-details .blog-content .blog-title a {
    font-size: 24px;
}

.blog-details .blog-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
}

.video-box-main {
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    min-height: 100%;
}

.inner-video {
    padding: 25%;
    position: relative;
}

.product-list-main .inner-video {
    padding: 0px;
}

.product-list-main .inner-video a {
    padding: 25%;
    display: flex;
    position: relative;
}

.product-list-main .inner-video a span {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: 500;
}

.inner-video iframe,
.inner-video img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video-box-main h4 {
    padding: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0px;
    line-height: 26px;
}

.video-box-main h4 a {
    color: #000;
}

.video-main {
    padding: 55px 0;
}

.privacy-main {
    padding: 55px 0;
}


.privacy-main a {
    color: blue !important;
    text-decoration: none;
    font-weight: 500;
}

.privacy-main .col-lg-12 {
    margin-bottom: 30px;
}

.video-main .col-lg-4 {
    margin-bottom: 30px;
}

.filter-main {
    margin-bottom: 50px;
}

.filter-main .search-input {
    max-width: 400px;
    width: 100%;
    margin-bottom: 0px;
}

.search-input button {
    position: absolute;
    right: 5px;
    background: #000;
    color: #fff;
    top: 5px;
    height: 36px;
    border-radius: 50px;
    width: 110px;
    cursor: pointer;
    border: 2px solid #000;
}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
    justify-content: center;
}

.nav-tabs li {
    margin: 0 8px;
}

.nav-tabs li a {
    display: flex;
    border: 2px solid #000;
    color: #000;
    padding: 6px 25px;
    border-radius: 50px;
}

.nav-tabs li a.active {
    background: #000;
    color: #fff;
}

.search-input button:hover {
    background: #fff;
    color: #000;
}

button.dropdown-toggle {
    padding: 0px 30px 0 20px;
    border-radius: 50px;
    min-width: 150px;
    font-weight: 500;
    position: relative;
}

button.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 21px;
}

.product-list-main .filter-main {
    padding-left: 150px;
}

.video-box-main p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
}

.product-list-main .video-box-main h4 {
    padding-bottom: 10px;
}

.main-navigation ul.footer-icon li a {
    font-size: 24px;
    width: 45px;
    height: 46px;
    text-decoration: none !important;
}

.page-title h4 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.page-title-main {
    background: #000000;
    padding: 20px 0;
}

.page-title li {
    margin-right: 10px;
    font-weight: 600;
    color: #b3b3b3;
}

.page-title li>a {
    color: #b3b3b3;
}

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

.blog-details .blog-content .blog-title a {
    font-size: 24px;
}

.blog-details .blog-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
}

.video-box-main {
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    min-height: 100%;
}

.inner-video {
    padding: 25%;
    position: relative;
}

.product-list-main .inner-video {
    padding: 0px;
}

.product-list-main .inner-video a {
    padding: 25%;
    display: flex;
    position: relative;
}

.product-list-main .inner-video a span {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: 500;
}

.inner-video iframe,
.inner-video img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video-box-main h4 {
    padding: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0px;
    line-height: 26px;
}

.video-box-main h4 a {
    color: #000;
}

.video-main {
    padding: 55px 0;
}

.video-main .col-lg-4 {
    margin-bottom: 30px;
}

.filter-main {
    margin-bottom: 50px;
}

.filter-main .search-input {
    max-width: 400px;
    width: 100%;
    margin-bottom: 0px;
}

.search-input button {
    position: absolute;
    right: 5px;
    background: #000;
    color: #fff;
    top: 5px;
    height: 36px;
    border-radius: 50px;
    width: 110px;
    cursor: pointer;
    border: 2px solid #000;
}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
    justify-content: center;
}

.nav-tabs li {
    margin: 0 8px;
}

.nav-tabs li a {
    display: flex;
    border: 2px solid #000;
    color: #000;
    padding: 6px 25px;
    border-radius: 50px;
}

.nav-tabs li a.active {
    background: #000;
    color: #fff;
}

.search-input button:hover {
    background: #fff;
    color: #000;
}

button.dropdown-toggle {
    padding: 0px 30px 0 20px;
    border-radius: 50px;
    min-width: 150px;
    font-weight: 500;
    position: relative;
}

button.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 21px;
}

.product-list-main .filter-main {
    padding-left: 150px;
}

.video-box-main p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
}

.product-list-main .video-box-main h4 {
    padding-bottom: 10px;
}

.login-content {
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    min-height: 100%;
}

.sidebar-menu ul li:last-child {
    margin-bottom: 0;
}

.sidebar-menu ul li a {
    color: #000;
    position: relative;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    display: flex;
    font-size: 14px;
    border-radius: 6px;
}

.sidebar-menu ul li.active-menu a {
    background-color: #000;
    color: #fff;
}

.sidebar-menu ul li a i {
    position: absolute;
    left: 15px;
    top: 15px;
}

.courses-image{
    height: 250px !important;
    width: 350px !important;
}
.courses-video iframe{
    height: 250px !important;
    width: 350px !important;
}

.icon-logo {
    max-width: 100px;
}
.header-menu-main li{
    margin-left: 30px;
    position: relative;
}

.header-menu-main li a {
    font-weight: 600;
    position: relative;
    padding: 5px 0;
}
.header-menu-main li.active a{
    color: #000;
}
.header-menu-main li a:hover::after,
.header-menu-main li.active a::after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #000;
    bottom: 0;
    left: 0;
    position: absolute;
}

nav{display: block;}
#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav > ul > li {
    display: inline-block;
    margin-left: 35px;
}
#mainnav ul li {
    position: relative;
}
.header #mainnav > ul > li > a {
    line-height: 100px;
}
#mainnav > ul > li.home > a {
    color: #060606;
}
#mainnav > ul > li > a {
    position: relative;
    display: block;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 200px;
    margin-top: 5px;
    border-radius: 5px;
    text-align: left;
    background-color: #222222;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav li.submenu-arrow ul.submenu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top: -6px;
    left: 14px;
}
#mainnav ul.submenu li:first-child {
    border-top: none;
}
#mainnav ul.submenu > li {
    border-top: 1px solid #333333;
}
#mainnav ul li ul li {
    margin-left: 0;
}
#mainnav ul.submenu > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
#mainnav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

/* .mainNav li.home > a:after {
   color: rgb(248, 242, 242);
   content: ' ▾';
} */

/* .mainnav li.home>a:not(:only-child):after {
       color: #444;
       content: ' ▾';
    } */

    /* .mainnav li.home > a:after {
       color: #444;
       content: ' ▾';
    }

    li.home-has-children,
li.home-has-children:hover{
      background:url(http://s28.postimg.org/ilizrjzax/arrow_right.png) no-repeat 95% center; */

@media only screen and (max-width: 767px) {
    .contact-left {
        position: unset;
        min-height: unset !important;
    }
    .header-main .logo {
        max-width: 280px;
    }
    .details-main .col-lg-9,
    .blog-main .col-lg-9,
    .job-list-main .col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-form {
        flex-wrap: wrap;
        padding: 15px;
        margin-left: 0;
    }
    .details-main .col-lg-3,
    .details-main .col-lg-3,
    .job-list-main .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .job-list-main .nav-tabs li {
        margin: 5px;
        padding: 4px;
    }

    .job-btn{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 100%;
        margin: 11px;
    }


    .copy-right p {
        font-size: 13px;
    }
    .main-navigation {
        padding: 20px;
    }
    .main-menu {
        padding: 20px 0 0;
    }
    .main-navigation ul li a {
        font-size: 16px;
    }
    .menu-logo {
        max-width: 280px;
    }
    .menu-info li {
        font-size: 14px;
        padding-left: 24px;
    }
    .main-navigation .menu-info li a {
        font-size: 14px;
    }
    .menu-info li i {
        font-size: 14px;
        top: 4px;
    }
    .menu-icon button.open {
        right: 15px;
        top: 30px;
    }
    .page-title li {
        font-size: 14px;
    }
    .page-title h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .sidebar-box {
        margin-top: 30px;
    }
    .main-menu .footer-icon {
        margin-top: 20px;
    }
    .main-navigation ul li {
        margin-bottom: 10px;
    }
    .menu-info {
        margin-top: 15px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }
    .main-navigation ul.footer-icon li a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .mainnav {
        display: none;
    }
}
