@charset "utf-8";

body {
    padding: 0;
    margin: 0;
    font-family: 'League Spartan', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #222;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #222;
}

a,
input,
button {
    outline: none !important;
}

ul {
    list-style-type: none;
}

@media (max-width:767px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-image: url(../images/headerbj.png);
    background-color: rgba(0, 0, 0, 0);
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

.header.fixed {
    padding: 8px 0;
    background-image: none;
    background-color: #000;
}

.header.fixed .logo-initial {
    display: none;
}

@media (min-width:992px) {
    .header.fixed .logo-initial {
        display: block;
    }

    .header.fixed .logo-fixed {
        display: none !important;
    }
}

.header.fixed .logo-fixed {
    display: block;
}

.navbar-toggler svg {
    color: #000;
    width: 30px;
    height: 30px;
}

.header.fixed .navbar-toggler svg {
    color: #fff;
}

@media (min-width:992px) {
    .header {
        background-position: top;
        background-repeat: repeat-x;
        background-color: rgba(0, 0, 0, 0);
        padding: 18px 0;
    }

    .header.fixed {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease-in-out;
    }

    .header.fixed .logo img {
        height: 70px;
        width: auto;
    }

    .navbar-toggler svg {
        color: #000;
        width: 30px;
        height: 30px;
    }
}

.offcanvas-end {
    background-color: #000;
}

.btn-close {
    font-size: 40px;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

.btn-close-1 {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

.logo,
.logo a {
    display: block;
}

.logo img {
    width: auto;
    height: 70px;
}

@media (min-width:992px) {
    .logo {
        padding: 10px 0;
    }

    .logo img {
        height: 100px;
    }
}

.logo-fixed {
    display: none;
}

.show-logo img {
    height: 100px;
}

.nav-link {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 4px 6px;
    position: relative;
    margin: 6px 0;
}

.nav-link::before {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #daa520;
    transition: all 0.4s;
}

@media (min-width:992px) {
    .nav-link {
        color: #000;
        margin: 0 2px !important;
    }
}

@media (min-width:1400px) {
    .nav-link {
        margin: 0 15px !important;
    }
}

.nav-link:hover,
.nav-link.active {
    color: #daa520 !important;
}

@media (min-width:992px) {

    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
    }
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
    background-color: #edd010;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.close-btn .bi {
    color: #fff;
    margin-top: 8px;
    margin-right: 8px;
}

@media (max-width: 414px) {
    .captcha-box {
        transform: scale(0.9);
        margin-left: -15px;
    }
}

#back-to-top {
    display: none;
}

#back-to-top.show {
    display: block;
}

.back-to-top {
    position: fixed;
    right: 2%;
    bottom: 6%;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.back-to-top .bi {
    color: #fff;
    font-size: 18px;
}

.navbar-toggler-icon {
    width: 26px;
    height: 26px;
}

.banner {
    max-width: 1920px;
    max-height: 400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media (min-width: 768px) {
    .banner {
        max-height: 840px;
    }
}

.slide-card,
.slide-card img {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button-box {
    height: 50px;
    bottom: 0px !important;
}

.banner-title {
    width: 100%;
    margin-top: 120px;
}

.banner-title h2 {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px;
}

@media (min-width: 576px) {

    .banner-title h2 {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .button-box {
        bottom: 30px !important;
    }

    .banner-title {
        margin-top: 200px;
    }
}

@media (min-width: 992px) {

    .banner-title h2 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {

    .banner-title h2 {
        font-size: 60px;
    }
}

@media (min-width: 1400px) {

    .banner-title h2 {
        font-size: 72px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .65);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #000;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
    background: url(../images/right.svg) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.swiper-button-prev {
    left: auto;
    right: 60px;
}

.swiper-button-prev::after,
.swiper-button-prev:hover::after {
    transform: rotate(180deg);
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    background: url(../images/right-hov.svg) no-repeat center center;
    background-size: 100%;
}

@media (min-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev {
        right: 70px;
    }
}

.title-big {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #ddc003;
}

.para-big {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .title-big {
        font-size: 46px;
    }

    .para-big {
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .title-big {
        font-size: 60px;
    }
}

.btn-primary {
    width: 160px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000 !important;
    color: #ddc003 !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

.btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-color: #ddc003;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    /* transition: all 0.3s ease; */
}

.btn-primary .bi {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    color: #000 !important;
}

.btn-primary:hover::after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-primary:hover .bi {
    margin-left: 15px;
}

.about-left {
    z-index: 1;
    position: relative;
    height: 95%;
}

.about-left::after,
.about-left::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 15px;
    width: 60%;
    height: 60%;
    background-color: #000;
    z-index: -2;
}

.about-left::before {
    left: 0px;
    bottom: -14px;
    width: 60px;
    height: 60px;
    background-color: #ddc003;
    z-index: -1;
}

@media (min-width: 576px) {

    .about-left::after,
    .about-left::before {
        bottom: -16px;
        left: 10px;
    }

    .about-left::before {
        left: 0px;
        bottom: -28px;
    }
}

.about-left img {
    height: 100%;
    object-fit: cover;
}

.services {
    background-attachment: scroll;
    background-image: url(../images/bj.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .services {
        background-attachment: fixed;
    }
}

.card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 300px;
    border: 0;
    position: relative;
    /* transform-style: preserve-3d; */
    background-color: rgba(0, 0, 0, 0);
}

.card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: .5s ease;
}

.card:hover .card-body {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.card-img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.card-bg {
    height: 65%;
}

.card-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.card-icon span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 50%;
}

.card-icon img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    z-index: 1;
}

.card-icon::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80px;
    height: 80px;
    background-color: #ddc003;
    border-radius: 50%;
    z-index: -1;
}

.card-title {
    height: 35%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

@media (min-width: 1200px) {
    .card-title {
        font-size: 24px;
    }
}

.card-link {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 100%;
    background-color: #ddc003;
    /* backface-visibility: hidden; */
    /* transform-style: preserve-3d; */
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    /* transition: .7s; */
}

.card-link p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn-style {
    display: flex;
    align-items: center;
    z-index: 1;
    transition: all .8s ease;
}

.card:hover .card-body .card-link {
    display: flex !important;

}

.btn-style:hover {
    color: #edd010 !important;
}

.btn-style:hover::after {
    background-color: #fff !important;
}

.card-link,
.card-img {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.area {
    background-image: url(../images/area.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.text-details {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.area-swiper .swiper-slide {
    height: 100%;
}

.card-item {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 260px;
    transition: all 0.5s;
    z-index: 1;
    cursor: pointer;
}

@media (max-width:767px) {
    .card-item {
        padding-left: 36px;
        padding-right: 24px;
    }
}

.card-item::before,
.card-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.card-item::after {
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    transition: all .25s;
    z-index: -1;
}

.card-item::before {
    width: 12px;
    height: 100%;
    background-color: #ddc003;
    opacity: 0;
    transition: all 0.5s;
}

.card-item:hover::before {
    opacity: 1;
}

.card-item:hover::after {
    width: 100%;
}

.card-item-1::before {
    opacity: 1;
}

.card-item-1::after {
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.card-item-1:hover::after {
    width: 0;
}

.card-item h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.card-item h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

.card-more-h5{
    display: flex;
    align-items: center;
    color: #ddc003 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
}

@media (min-width: 992px) {
    .card-more-h5{
        font-size: 34px !important;
    }
}

.area-link {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    width: min-content;
}

.area-link a {
    color: #fff;
    white-space: nowrap;
}

.area-link:hover,
.area-link:hover a,
.area-link:hover i {
    color: #edd010;
}

.popup-info {
    height: 400px;
    border-radius: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media (min-width: 576px) {
    .popup-info {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
    }
}

.popup-name {
    font-size: 30px;
    font-weight: 800;
    color: #000;
}

.popup-address {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin: 14px auto 8px;
}

.area-link-1 {
     /*color: #333; */
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
}

.area-link-1 .bi {
    transition: all .3s ease-in-out;
}

.area-link-1:hover .bi {
    margin-left: -5px;
}

.popup-text {
    font-size: 18px;
    color: #666;
}

.popup-item {
    padding: 50px 40px;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}

.next-style,
.prev-style {
    display: none !important;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0) !important;
}

@media (max-width: 1199px) {

    .next-style,
    .prev-style {
        display: inline-flex !important;
    }
}

.prev-style {
    left: 0;
    right: auto;
}

.next-style {
    right: 0;
    left: auto;
}

.next-style .bi,
.prev-style .bi {
    font-size: 20px;
    color: #fff;
}

.next-style::after,
.prev-style::after {
    background: none !important;
}

.next-style:hover .bi,
.prev-style:hover .bi {
    color: #edd010;
}

.left-item {
    width: 90%;
}

.right-item {
    width: 10%;
}

.left-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

@media (min-width: 992px) {
    .left-item h4 {
        font-size: 24px;
    }
}

.left-item i {
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin: 6px auto;
}

.left-item p {
    margin: 0;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-card,
.left-item h4,
.left-item i,
.left-item p,
.right-item .bi {
    transition: 0.5s ease;
}

.news-card:hover {
    background-color: #000;
    border-color: #edd010 !important;
}

.news-card:hover .left-item h4,
.news-card:hover .left-item i {
    color: #edd010 !important;
}

.news-card:hover .left-item p {
    color: #fff !important;
}

.right-item .bi {
    color: #333;
    font-size: 24px;
}

.news-card:hover .right-item .bi {
    color: #fff;
    transform: rotate(45deg);
}

.video {
    height: auto;
}

@media (min-width: 768px) {
    .video {
        height: 600px;
    }
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edd010;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.play-icon::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background-color: #edd010;
    opacity: 0.23;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s;
}

.play-icon:hover::after {
    width: 135%;
    height: 135%;
}

.play-icon .bi {
    font-size: 38px;
    color: #fff;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .play-icon {
        width: 80px;
        height: 80px;
    }

    .play-icon .bi {
        font-size: 48px;
    }
}

.footer {
    background-image: url(../images/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.footer-title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .footer-title h4 {
        font-size: 32px;
    }
}

.footer-nav li {
    width: 50%;
    margin-bottom: 20px;
}

.footer-nav li a {
    color: #aaaaaa;
    font-size: 18px;
    transition: all 0.5s ease;
}

.footer-nav li a:hover {
    color: #daa520;
}

.office-title {
    color: #aaa;
    font-size: 20px;
    font-weight: 500;
}

.office-info p {
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .office-title {
        font-size: 24px;
    }

    .office-info p {
        font-size: 18px;
    }
}

.footer-text {
    color: #fff;
    font-size: 16px;
}

.share {
    color: #fff;
    font-weight: 600;
}

.share img {
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.text-truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-banner {
    height: 300px;
}

@media (min-width: 768px) {
    .inner-banner {
        height: 500px;
    }
}

.inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    .contact-title {
        font-size: 40px;
    }
}

.contact-ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.contact-ul li img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.contact-ul li a,
.contact-ul li span {
    font-size: 18px;
    color: #555;
}


@media (min-width: 992px) {

    .contact-ul li a,
    .contact-ul li span {
        font-size: 22px;
    }
}

.contact-ul li:nth-child(1) {
    align-items: start;
}

.map {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.map iframe {
    width: 100%;
    height: 100%;
}

.follow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.follow span {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.follow img {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.form-title {
    color: #000;
}

.form-title h3 {
    font-size: 24px;
    font-weight: bold;
}

.form-title span {
    width: 60px;
    height: 3px;
    background-color: #edd010;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .form-title h3 {
        font-size: 48px;
    }
}

.form-floating input,
.form-floating textarea,
.form-floating label {
    color: #777;
}

.btn-secondary {
    background-color: #fff !important;
    border-color: #ddd !important;
    width: 120px;
    color: #333 !important;
}

.dropdown-menu {
    min-width: 120px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #edd010;
}

.pagination .page-link {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0 !important;
    color: #666;
    font-size: 18px;
    height: 40px;
}

.pagination .page-link:hover,
.pagination .page-link.active {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #edd010 !important;
    border-bottom: 1px solid #edd010 !important;
}

.inner-topic span {
    font-size: 16px;
    color: #666;
    font-weight: 300;
}

.inner-topic h2 {
    font-size: 24px;
    font-weight: bold;
    color: #edd010;
}

@media (min-width: 992px) {
    .inner-topic h2 {
        font-size: 32px;
    }
}

.interna li {
    padding: 40px 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.5s ease;
}

.interna li:hover {
    background-color: #f6f6f6;
}

.nav-left {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    transition: all 0.5s ease;
}

.nav-left .bi {
    opacity: 0;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.nav-left:hover {
    color: #edd010;
}

.nav-left.active {
    background-color: #000;
    color: #edd010;
}

.nav-left.active .bi {
    opacity: 1;
}

@media (min-width: 992px) {
    .nav-left {
        font-size: 20px;
    }
}

.icon-topic {
    box-shadow: 3px 3px 0px rgba(144, 175, 95, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 25px;
}

.navbar-toggle {
    background-color: #000 !important;
    color: #edd010 !important;
    border: none;
}

@media (max-width: 991px) {
    .navbar-toggle {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 575px) {
    .navbar-toggle {
        font-size: 16px;
        font-weight: 600;
    }
}

.services-dropdown.show {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.navbar-toggle::after {
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}

.navbar-toggle.show::after {
    transform: rotate(0deg);
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}

.dropdown-menu.show {
    visibility: visible;
    height: auto;
    opacity: 1;
    z-index: 1 !important;
}












.text-not-found { font-size:23px; }
@media (max-width: 768px){
    .text-not-found { margin-bottom:0; font-size:20px; }
    .inner-item-padding {
        padding: 0px 0 36px;
    }

    .inner-banner {
        height:200px;
    }
}

.alert-dismissible .btn-close {
    top: -12px;
    right: -4px;
}


.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}
.editor p { min-height:24px; margin-bottom:0; }

.editor video { max-width:100%; height:auto; }


.area-link-2 {
     color: #333; 
}