body {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
}

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

a, a:hover, button, button:focus, input {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

ul li {
    padding: 0;
}

.title h2 {
    font-size: 35px;
    font-weight: 500;
    color: #444444;
    line-height: 45px;
    margin: 0px 0px 27px 0px;
}

.title h2 span {
    color: #ff7043;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #444444;
}

.bg-1 {
    background: #F4F0ED;
}

.py-6 {
    padding: 70px 0px 70px 0px;
}

.read_more a {
    position: relative;
    display: inline-block;
    padding: 15px 38px 15px 37px;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #ffcc80;
    color: #444444;
    min-width: 120px;
    overflow: hidden;
    background: transparent;
    transition: all .35s;
    z-index: 1;
}

.read_more a:before, .read_more a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #ffcc80;
    z-index: -1;
    transition: all .35s;
}

.read_more a:before {
    opacity: .5;
}

.read_more a:after {
    transition-delay: .2s;
}

.read_more a:hover {
    color: #fff;
}

.read_more a:hover:before, .read_more a:hover:after {
    top: 0;
}

/*navigation_top*/
.navigation_top {
    display: flex;
    justify-content: space-between;
    /* background-color: #333333; */
    align-items: center;
}

.navigation_top .navigation_left {
    text-align: center;
    padding: 12px 0px 11px 230px;
}

.navigation_top .navigation_left p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin: 0;
}

.navigation_top .navigation_right {
  
    padding: 12px 0px 11px 45px;
}

.navigation_top .navigation_right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation_top .navigation_right ul li.call a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.navigation_top .navigation_right ul li.call a span {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
    margin-right: 4px;
    display: inline-block;
}

.navigation_top .navigation_right ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.navigation_top .navigation_right ul li a i {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-right: 9px;
    vertical-align: bottom;
}

.navigation_top .navigation_right ul li {
    padding: 0px 16px 0px 17px;
    border-right: 1px solid rgb(255 255 255 / 36%);
}

.navigation_top .navigation_right ul li:last-child {
    border-right: none;
}

.navigation_top .navigation_right ul li.call a span.call-1 {
    color: #000000 !important;
}

/*navigation*/
.navigation_main {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 16%);
}

.navigation_main .navbar {
    padding: 0;
}

.navigation_main .navbar a.navbar-brand {
    padding: 18px 0px 18px 10px;
}

.navigation_main .navbar .nav-link {
    font-size: 17px;
    position: relative;
    color: #444444;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 5px 5px 5px;
    margin: 8px 0px 9px 0px;;
    transition: background-color 500ms, color 150ms;
}

.navigation_main .navbar .nav-link i {
    color: #8D8D8D;
    font-size: 18px;
    margin-left: 4px;
    vertical-align: text-top;
}

.navigation_main .navbar li.nav-item {
    padding: 0px 6px;
}

.navigation_main .navbar .navbar-nav .dropdown-menu li a.dropdown-item {
    padding: 10px 45px 10px 30px;
    font-size: 17px;
    color: #444444;
    font-weight: 500;
    transition: 0.5s all;
    position: relative;
}

.navigation_main .navbar .navbar-nav .dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation_main .navbar .navbar-nav .dropdown-menu li a.dropdown-item:after {
    content: "\f105";
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: 'FontAwesome';
    transition: 0.5s all;
}

span.menutoggle {
    width: 45px;
    height: 34px;
    position: relative;
    cursor: pointer;
    display: block;
}

span.menutoggle:before, span.menutoggle:after, span.menutoggle span {
    background: #333;
    content: "";
    display: block;
    height: 4px;
    border-radius: 8px;
    margin: 7px 0;
    transition: 0.5s;
}

span.menutoggle:before {
    -webkit-animation: toggleshow 1s infinite ease-in-out alternate;
}

span.menutoggle span {
    -webkit-animation: toggleshow 1s infinite ease-in-out alternate forwards 200ms;
    animation: toggleshow 1s infinite ease-in-out alternate forwards 200ms;
}

span.menutoggle:after {
    -webkit-animation: toggleshow 1s infinite ease-in-out alternate forwards 400ms;
    animation: toggleshow 1s infinite ease-in-out alternate forwards 400ms;
}

@webkit-keyframes toggleshow {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes toggleshow {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

button.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.back_toggle {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 65px;
    display: grid;
    width: 50px;
    height: 50px;
    line-height: 35px;
}

/*main_slider*/
.main_slider .owl-item .item {
    position: relative;
    z-index: 1;
}

.main_slider .owl-item .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 3%);
    left: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    transition: 0.5s all;
}

.main_slider .owl-item.active.center .item:before {
    content: none;
}

.main_slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.main_slider button.owl-prev {
    left: 16vw;
}

.main_slider button.owl-next {
    right: 16vw;
}

.main_slider button {
    position: absolute;
    width: 84px;
    height: 84px;
    background-color: #fff !important;
    display: inline-block;
    padding: 23px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}

.main_slider .item .slider_caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 38px 37px 33px 37px;
    z-index: 1;
    transform: translateY(163px);
    transition: 0.5s all;
    overflow: hidden;
    -webkit-transition: 0.5s all;
}

.main_slider .item .slider_caption h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
}

.main_slider .item .slider_caption h6 {
    color: #EDFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    transition: 0.5s all;
    opacity: 0;
}

.main_slider .item .slider_caption:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 3%);
    left: 0;
    bottom: 0;
    z-index: -1;
    backdrop-filter: blur(13px) brightness(0.9);
    /* transition: 0.5s all; */
}

.main_slider .owl-item.active.center .item .slider_caption {
    transform: translateY(0);
}

.main_slider .owl-item.active.center .item .slider_caption h1 {
    animation: fadeInUp 1.3s;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.main_slider .owl-item.active.center .item .slider_caption h6 {
    animation: fadeInUp 1.3s;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
}

/*welcome-part*/
.welcome_main {
    padding: 79px 0px 55px 0px;
}

.welcome_main .welcome_left .title h2 {
    white-space: pre-line;
    margin-bottom: 20px;
}

.welcome_main .welcome_left p {
    margin-bottom: 29px;
}

.welcome_main .welcome_left {
    padding: 0px 15px 0px 30px;
}

.welcome_main .welcome_right p {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    white-space: pre-line;
    padding: 0px 0px 0px 52px;
    position: relative;
    margin-bottom: 34px;
}

.welcome_main .welcome_right .title, .welcome_main .welcome_right .read_more {
    padding: 0px 0px 0px 52px;
}

.welcome_main .welcome_right p span.quote-1 {
    position: absolute;
    left: 20px;
    top: -3px;
}

.welcome_main .welcome_right p span.quote-2 {
    margin: 0px 0px 0 10px;
}

/*service*/
.service_part {
    margin: 20px 0px 30px 0px;
}

.service_part a.service_inner {
    display: block;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 16%);
    height: 100%;
    padding: 25px 30px;
    transition: 0.5s all;
    z-index: 1;
}

.service_part a.service_inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.service_part a.service_inner ul li {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    white-space: pre-line;
    transition: 0.5s all;
    z-index: 1;
}

.service_part a.service_inner h6 {
    font-size: 30px;
    line-height: 35px;
    color: #444444;
    font-weight: 400;
    margin: 28px 0px 19px 0px;
    white-space: pre-line;
    position: relative;
    transition: 0.5s all;
}

.service_part a.service_inner h6:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ffcc80;
    left: -30px;
}

.service_part a.service_inner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #444444;
    transition: 0.5s all;
    z-index: 1;
    position: relative;
}

.service_part a.service_inner .back_image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}

.service_part a.service_inner .back_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_part a.service_inner:hover .back_image {
    opacity: 1;
    visibility: visible;
}

.service_part a.service_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 38%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}

.service_part a.service_inner:hover:before {
    opacity: 1;
    visibility: visible;
}

.service_part a.service_inner ul li img {
    transition: 0.5s all;
}

.service_part a.service_inner:hover ul li img {
    filter: brightness(0) invert(1);
}

.service_part a.service_inner:hover ul li, .service_part a.service_inner:hover h6, .service_part a.service_inner:hover p {
    color: #fff;
}

.service_part .row .col-xl-3:nth-child(2) a.service_inner h6:before {
    background: #4e7b3c;
}

.service_part .row .col-xl-3:nth-child(3) a.service_inner h6:before {
    background: #c6984d;
}

.service_part .row .col-xl-3:nth-child(4) a.service_inner h6:before {
    background: #FFAA00;
}

/*event*/
.events-main .title {
    margin: 0px 0px 40px 35px;
}

.events-main a.events-inner {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    transition: 0.5s all;
}

.events-main a.events-inner .events-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding: 62px 22px 29px 22px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8071603641456583) 0%, rgba(0, 0, 0, 0) 100%);
    flex-direction: column;
    justify-content: flex-end;
}

.events-main a.events-inner .events-date h6 i {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.events-main a.events-inner .events-date h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.events-main a.events-inner .events-date h5 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.events-main .nesw_main .owl-nav.disabled {
    display: none;
}

.events-main .nesw_main {
    background: #ffcc80;
    height: 100%;
}

.events-main .nesw_main span.up {
    display: inline-block;
    background: #000000;
    color: #fff;
    padding: 5px 49px 6px 22px;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 23px 0px;
}

.events-main .nesw_main .news_event .item {
    padding: 0px 27px 27px 27px;
}

.events-main .nesw_main .news_event .item h6 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 13px;
}

.events-main .nesw_main .news_event .item h6 i {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-right: 10px;
}

.events-main .nesw_main .news_event .item h4 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.events-main .nesw_main .news_event .item p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    white-space: pre-line;
}

.events-main .nesw_main .news_event .item h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 7px;
    height: 100%;
    background: #FFAA00;
}

.events-main .nesw_main .news_event .owl-dots button.owl-dot.active {
    background-color: #fff;
    width: 14px;
    border-radius: 10px;
}

.events-main .nesw_main .news_event .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #FFAA00;
    margin: 0 2px;
}

.events-main .nesw_main .news_event .owl-nav.disabled {
    display: none;
}

.events-main .nesw_main .news_event .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
}

.events-main a.events-inner img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover;
    transition: 0.5s all;
}

.events-main a.events-inner:hover img {
    transform: scale(1.1);
}

.events-main a.events-inner:before {
    content: "\f08e";
    position: absolute;
    font-family: 'FontAwesome';
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: #ffcc80;
    text-align: center;
    color: #fff;
    line-height: 60px;
    z-index: 1;
    font-size: 20px;
    padding: 0px 0px 0px 40px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    transition: 0.5s all;
    transform: translate(95px, -95px);
}

.events-main a.events-inner:hover:before {
    transform: translate(-6px, 6px);
}

/*footer*/
.footer_main {
    position: relative;
    z-index: 1;
    background: #ffbd5a;
}

.footer_main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer_main .footer_nav {
    padding: 0 15px;
}

.footer_main .footer_nav h5 {
    color: #010101;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
}

.footer_main .footer_nav ul li {
    margin: 6px 0px;
}

.footer_main .footer_nav ul li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    position: relative;
    transition: 0.5s all;
}

.footer_main .footer_nav ul li a i {
    font-size: 17px;
    margin-left: 10px;
    color: #000000;
    vertical-align: middle;
}

.footer_main .footer_nav ul li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    top: 0;
    font-size: 16px;
    transform: translateX(0px);
    transition: 0.5s all;
    opacity: 0;
}

.footer_main .footer_nav ul li a:hover {
    transform: translateX(10px);
    color: #fff;
}

.footer_main .footer_nav ul li a:hover:before {
    transform: translateX(-10px);
    opacity: 1;
}

.footer_main .nav_three ul li:nth-child(1) a:before, .footer_main .nav_three ul li:nth-child(2) a:before {
    content: none;
}

.footer_main .nav_three ul li:nth-child(1) a:hover, .footer_main .nav_three ul li:nth-child(2) a:hover {
    transform: translateX(0px);
}

.footer_main .address_main h5 {
    color: #000000;
}

.footer_main .address_main p, .footer_main .address_main a {
    color: rgb(255 255 255 / 65%);
    font-size: 16px;
    line-height: 25px;
    white-space: pre-line;
}

.footer_main .address_main {
    text-align: right;
    padding-right: 36px;
}

.footer_last {
    background: #ff7043;
    padding: 20px 0px 21px 0px;
}

.footer_last ul {
    display: flex;
    justify-content: space-between;
}

.footer_last ul li, .footer_last ul li a {
    color: rgb(255 255 255 / 65%);
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s all;
}

.footer_last ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer_last ul li:nth-child(3) {
    margin-right: 36px;
}

/*top-to-bottom*/
a#top-bottom {
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 400px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    width: 55px;
    height: 55px;
    background: #ff7043;
    line-height: 55px;
    border-radius: 50%;
    transition: 0.5s all;
    font-size: 19px;
    border: none;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
}

a#top-bottom.show {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
}

a#top-bottom:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

/**/
.menu_sticky {
    position: fixed;
    top: -180px;
    width: 100%;
    z-index: 111;
    -webkit-transition: 0.5s all;
    animation: 100ms ease-in-out 0s normal none 1 running fadeInDown;
}

.nav1 {
    top: 0;
}

.menu_sticky .navbar a.navbar-brand img {
    width: 285px;
}

.menu_sticky .navbar .nav-link {
    margin: 10px 0px 10px 0px;
}

/*whats-up*/
#whats_up {
    position: fixed;
    left: 30px;
    bottom: 25px;
    z-index: 1;
    /* opacity: 0; */
    transition: 0.5s all;
    /* visibility: hidden; */
}

#whats_up a {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 30px;
    background: #00bd39;
    text-align: center;
    line-height: 57px;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    position: relative;
}

#whats_up a span.circle {
    border-radius: 50%;
    background-color: #00bd39;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    z-index: -1;
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }

    to {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

#whats_up.hide {
    opacity: 0;
}

#whats_up.show {
    opacity: 1;
}

/**/
button.submit-1 {
    position: relative;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #ffcc80;
    color: #444444;
    min-width: 140px;
    overflow: hidden;
    background: transparent;
    transition: all .35s;
    z-index: 1;
}

button.submit-1:before, button.submit-1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #ffcc80;
    z-index: -1;
    transition: all .35s;
}

button.submit-1:before {
    opacity: .5;
}

button.submit-1:after {
    transition-delay: .2s;
}

button.submit-1:hover {
    color: #fff;
}

button.submit-1:hover:before, button.submit-1:hover:after {
    top: 0;
}

/**/
.login_popup .modal-dialog {
    max-width: 1070px;
}

.login_popup .modal-content {
    border-radius: 0;
}

.login_popup .modal-body button.btn-close-1 {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: #ff7043;
    color: #fff;
}

.login_popup .modal-body {
    z-index: 1;
    position: relative;
}

.login_popup .modal-body .sign-image {
    position: relative;
}

.login_popup .modal-body .sign-image img {
    width: 100%;
    object-fit: cover;
}

.login_popup .modal-body .sign-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b0;
}

.login_popup .modal-body .sign-image .sign-overlap {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 30px;
    width: 100%;
}

.login_popup .modal-body .sign-image .sign-overlap h3 {
    position: relative;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    line-height: 39px;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 10px 0px;
}

.login_popup .modal-body .sign-image .sign-overlap h3 span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.login_popup .modal-body .sign-image .sign-overlap p {
    color: #fff;
}

.login_popup .modal-body .sign-image .sign-overlap h3:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.login_popup .modal-body .sign_left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 25px 15px;
}

.login_popup .modal-body .sign_left .sign-logo {
    padding: 0px 0px 35px 0px;
}

.login_popup .modal-body .sign_left .sign-logo img {
    width: 300px;
}

.login_popup .modal-body .sign_left .sign_middle .form-group {
    margin: 0px 0px 20px 0px;
}

.login_popup .modal-body .sign_left .sign_middle .form-group label {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.login_popup .modal-body .sign_left .sign_middle .form-group .read_more a {
    padding: 10px 25px 10px 25px;
    min-width: 140px;
    margin: 6px 0px 0px 20px;
}

.login_popup .modal-body .sign_left .sign_middle input.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 10px 10px 0px;
    font-size: 13px;
    background: transparent;
}

.login_popup .modal-body .sign_left .sign_middle .form-control:focus {
    box-shadow: none;
}

.login_popup .modal-body .sign_left .sign_middle a.forgot_password {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    color: #333333;
}

.login_popup .modal-body .sign_left .sign_middle .login_submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_popup .modal-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/footer_bg.png');
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_popup {
    background: #00000080;
}

/**/

/*============== 05-01-23 ==============*/
.profile-btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.profile-btn-area .profile-btn {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    border: 2px solid #ffcc80;
    border-radius: 5px;
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 26px;
    transition: 500ms;
}

.profile-btn-area .profile-btn.btn-area {
    width: fit-content;
    display: flex;
}

.profile-btn-area .profile-btn.btn-area p {
    margin: 0 5px 0 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
}

.profile-btn-area .profile-btn.btn-area a {
    padding: 0 5px;
    border-left: 1px solid #00000054;
    color: #444;
    transition: 500ms;
}

.profile-btn-area .profile-btn:hover {
    background: #c22f39;
    color: #fff;
}

.profile-btn-area .profile-btn.btn-area:hover {
    background: transparent;
    color: #444;
}

.profile-btn-area .profile-btn.btn-area a:hover {
    color: #139a55;
}

.profile-btn-area .profile-btn.btn-area a.reject:hover {
    color: #c22f39;
}