/*Table of content
*--Footer--*
1. Home Page
   1.1   Home Slider.
   1.2   Home Gallery.
   1.3   Home Gallery.
   1.4   Home Gallery.
*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/* GOOGLE FONTS */
body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

a {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-size: 50px;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

span {
    font-family: "Poppins", sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.title h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.005em;
    color: #df5104;
    margin-bottom: 24px;
}

.btn-color-primary {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #df5104;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-color-primary:hover {
    color: #f99608;
}

.card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s linear;
}
.card-title:hover {
    color: #000;
}

.card-text {
    font-weight: 400;
    margin: 1rem 0px 10px 0;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: rgba(0, 0, 0, 0.6);
}
.card-title-id {
    font-size: 40px;
    line-height: 40px;
    color: #292929;
    margin-bottom: 20px;
}

.card-time-id {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #292929;
}
.card-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.004em;
    margin-bottom: 8px;
}

/*Header*/
/* 14. Header Style One Start */
.header-style-one {
    position: fixed;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0.5)),
        color-stop(85.94%, rgba(255, 255, 255, 0))
    );
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 85.94%);
    -webkit-backdrop-filter: blur(16.5px);
    backdrop-filter: blur(16.5px);
    z-index: 99;
    padding: 1rem 0;
}

.header-style-one.active {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.header-style-one.active ul li .main-link {
    color: #fff !important;
}

.header-style-one.active .header-extras .search-popup-icon {
    border-right: 2px solid #fff !important;
}

.header-style-one.active .header-extras .search-popup-icon i {
    color: #fff !important;
}

.header-style-one.active .header-extras .header-lang {
    border: 1px solid #fff !important;
}

.header-style-one.active .header-extras .header-lang a {
    color: #fff !important;
}

.header-style-one .desktop-nav .nav-bar {
    border-bottom: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.header-style-one .desktop-nav .nav-bar li {
    margin-bottom: 6px;
    position: relative;
}

.header-style-one .desktop-nav .nav-bar li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: 29px;
    background-color: #ff5e14;
    opacity: 0;
}

.header-style-one .desktop-nav .nav-bar li:hover::before {
    opacity: 1;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.header-style-one .desktop-nav .nav-bar li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #7a7a7a;
}

.header-style-one .desktop-nav .menu-item-has-children {
    position: relative;
}

.header-style-one .desktop-nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-style-one .desktop-nav .menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 373px;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    left: 0px;
    top: 65px;
    background: rgba(255, 255, 255);
    border-radius: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-style-one .desktop-nav .menu-item-has-children .sub-menu .sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.header-style-one .desktop-nav .menu-item-has-children .sub-menu li::before {
    position: absolute;
    content: "";
    opacity: 0;
}

.header-style-one .desktop-nav .menu-item-has-children .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #1f2d3b;
}

.header-style-one .desktop-nav .menu-item-has-children .sub-menu li a:hover {
    color: #e96b04;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.header-style-one .desktop-nav .header-extras .search-popup-icon {
    border-right: 2px solid rgba(114, 114, 114, 0.87);
    line-height: 10px;
}

.header-style-one .desktop-nav .header-extras .search-popup-icon i {
    color: rgba(114, 114, 114, 0.87);
    margin-right: 1rem;
    font-size: 1.2rem;
    cursor: pointer;
}

.header-style-one .desktop-nav .header-extras .header-lang {
    margin-left: 1rem;
    padding: 6px 16px;
    border: 1px solid rgba(114, 114, 114, 0.87);
    border-radius: 63px;
}

.header-style-one .desktop-nav .header-extras .header-lang a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: rgba(114, 114, 114, 0.87);
}

.header-style-one .desktop-nav .searchBoxTop {
    position: fixed;
    visibility: hidden;
    opacity: 0;
}

.header-style-one .desktop-nav .searchBoxTop.active {
    top: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-style-one .searchBoxTop {
    position: fixed;
    z-index: 9999;
    top: -170px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-style-one .searchBoxTop .seachBoxContainer {
    padding: 3rem 0;
}

.header-style-one .searchBoxTop .seachBoxContainer .container {
    position: relative;
}

.header-style-one .searchBoxTop form {
    position: relative;
}

.header-style-one .searchBoxTop form .form-control {
    height: 50px;
    padding-left: 20px;
}

.header-style-one .searchBoxTop form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #df5104;
}

.header-style-one .searchBoxTop .searchClose {
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: 15px;
    width: 30px;
    height: 30px;
}

.header-style-one .searchBoxTop .searchClose {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: -30px;
    width: 30px;
    height: 30px;
}

.header-style-one .searchBoxTop .searchClose::before,
.header-style-one .searchBoxTop .searchClose::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 47%;
    margin-top: -30/2;
    margin-left: -3/2;
    display: block;
    height: 30px;
    width: 3px;
    background-color: #0d1028;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-style-one .searchBoxTop .searchClose::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header-style-one .searchBoxTop .searchClose:hover::before,
.header-style-one .searchBoxTop .searchClose:hover::after,
.header-style-one .searchBoxTop .searchClose:focus::before,
.header-style-one .searchBoxTop .searchClose:focus::after {
    background-color: #df5104;
}

.header-style-one .searchBoxTop form button[type="submit"] {
    border: 1px solid #df5104;
    color: #ffffff;
    background-color: transparent;
    padding: 0 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #df5104;
    outline: 0 !important;
}

.header-style-one .searchBoxTop form button[type="submit"]:hover,
.header-style-one .searchBoxTop form button[type="submit"]:focus {
    background: #0d1028;
    border-color: #0d1028;
}

.mobile-nav {
    background-color: #000000;
    padding: 1rem 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
}

.mobile-nav.active {
    top: 0;
    left: 0;
    height: 100vh;
}

.mobile-nav .mobile-menu i {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}

.mobile-nav .mobile-mean-nav {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    margin-top: 6rem;
    background-color: #000000;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-container {
    overflow: hidden;
    position: relative;
}

.mobile-nav-container .header-overlay {
    position: fixed;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: black;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
}

.mobile-nav-container .mobile-content {
    position: fixed;
    width: 100%;
    right: 0;
    padding-top: 7rem;
    background-color: #fff;
    height: calc(100vh);
    -webkit-transition: 0.8s all ease;
    transition: 0.8s all ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: -10px 0 20px -10px #0000001a;
    box-shadow: -10px 0 20px -10px #0000001a;
    z-index: 2000;
}

.mobile-nav-container .mobile-content .mobile-header {
    padding: 0 20px 30px 20px;
    width: 100%;
}

.mobile-nav-container .mobile-content .mobile-header .close-menu {
    position: relative;
    float: right;
    margin-top: 8px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: -20px;
}

.mobile-nav-container .mobile-content .mobile-header .close-menu span {
    display: inline-block;
    padding: 0 0 20px 15px;
}

.mobile-nav-container .mobile-content .mobile-header .close-menu span::before,
.mobile-nav-container .mobile-content .mobile-header .close-menu span::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #000;
}

.mobile-nav-container .mobile-content .mobile-header .close-menu span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-container .mobile-content .mobile-header .close-menu span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav-container .mobile-content .body-menu {
    padding: 0 20px 20px 20px;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras {
    margin-top: 2rem;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .header-lang {
    margin-left: 1rem;
    padding: 6px 16px;
    border: 1px solid #000;
    border-radius: 63px;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .header-lang a {
    color: #000;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .search {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .searchTerm {
    width: 100%;
    border: 1px solid #000;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9dbfaf;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .searchTerm:focus {
    color: #000;
}

.mobile-nav-container .mobile-content .body-menu .mobile-extras .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #000;
    background: #000;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.mobile-nav-container .mobile-content .body-menu ul {
    padding: 0;
    margin: 0;
}

.mobile-nav-container .mobile-content .body-menu ul li a {
    font-size: 1.5rem;
    padding: 5px 20px;
    color: #000;
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.mobile-nav-container .mobile-content .body-menu ul li a:hover {
    color: #df5104;
}

.mobile-nav-container .mobile-content .body-menu ul li.active a {
    color: #df5104;
}

.mobile-nav-container .mobile-content .body-menu ul li.active a:hover {
    color: #420000;
}

.mobile-nav-container .mobile-content .body-menu ul .drop {
    position: relative;
}

.mobile-nav-container .mobile-content .body-menu ul .drop .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #f8f9fa;
}

.mobile-nav-container .mobile-content .body-menu ul .drop .arrow::before {
    content: "\f107";
    position: absolute;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.mobile-nav-container .mobile-content .body-menu ul .drop .arrow.active::before {
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
}

.mobile-nav-container .mobile-content .body-menu ul .drop .dropdown {
    padding-left: 20px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.mobile-nav-container .mobile-content .body-menu ul .drop .dropdown li {
    border-bottom: 1px solid #000;
}

.mobile-nav-container .mobile-content .body-menu ul .drop .dropdown:not(.show) {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

.mobile-nav-container.active .header-overlay {
    width: 100vw;
    height: 100vh;
    opacity: 0.3;
    visibility: visible;
}

.mobile-nav-container.active .mobile-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-hamburger-icon .hamburger {
    display: none;
    position: relative;
    width: 28px;
    height: 32px;
}

.mobile-hamburger-icon .hamburger span {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
}

.mobile-hamburger-icon .hamburger::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 4px;
    height: 2px;
    border-radius: 2px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile-hamburger-icon .hamburger::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 26px;
    height: 2px;
    border-radius: 2px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mobile-hamburger-icon .hamburger:hover::before {
    top: 7px;
}

.mobile-hamburger-icon .hamburger:hover::after {
    top: 23px;
}

.mobile-hamburger-icon .hamburger.active span {
    opacity: 0;
}

.mobile-hamburger-icon .hamburger.active::before {
    top: 40%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-hamburger-icon .hamburger.active::after {
    top: 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 992px) {
    .mobile-hamburger-icon .hamburger {
        display: inline-block !important;
    }
}

/*Footer*/
.footer {
    padding: 3rem 0;
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footer .footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(24, 24, 24, 0.76);
}

.footer .footer-social a {
    margin-right: 27px;
    color: #fff;
}

.footer .footer-bottom-link a h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.004em;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.footer .footer-bottom-link a h4:hover {
    color: #df5104;
}

.footer .footer-top {
    margin-bottom: 6rem;
}

.footer .footer-top .footer-top-menu h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.0015em;
    margin-bottom: 1rem;
}

.footer .footer-top .footer-top-menu .footer_menu li {
    margin-bottom: 8px;
}

.footer .footer-top .footer-top-menu .footer_menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.0025em;
}

@media (max-width: 992px) {
    .footer .footer-top {
        margin-bottom: 3rem;
    }
}

@media (max-width: 576px) {
    .footer .footer-top {
        margin-bottom: 1rem;
    }
}

/*Page-Title-Area*/
.page-title-area {
    padding-top: 150px;
    z-index: 1;
    height: 330px;
    padding-bottom: 110px;
    z-index: 1;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))),
        url("../../assets/images/footer-bg.png");
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)),
        url("../../assets/images/footer-bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-area h1 {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    /* padding-left: 10px; */
    padding-top: 5px;
    padding-bottom: 5px;
}

/* .page-title-area h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #df5104;
  width: 80px;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
} */

.page-title-area ul {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}

.page-title-area ul li:first-child::before {
    display: none;
}

.page-title-area ul li {
    display: inline-block;
    margin-right: 15px;
    color: #df5104;
    position: relative;
}

.page-title-area ul li:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 4px;
    width: 2px;
    height: 14px;
    background: #ffffff;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
}

.page-title-area ul li a {
    display: block;
    color: #ffffff;
}

.page-title-area ul li a:hover,
.page-title-area ul li a:focus {
    color: #df5104;
}

.page-title-area ul li a i {
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.page-title-area ul li a i::before {
    font-size: 12px;
}

@media (max-width: 992px) {
    .page-title-area {
        padding-top: 163px;
        padding-bottom: 110px;
        height: 383px;
    }
    .page-title-area h1 {
        font-size: 2rem;
    }
}

/* Page-Mega-Area*/
.page-mega-area .page-mega-area-title {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.005em;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    margin-bottom: 3rem;
}

.page-mega-area .page-mega-area-title span {
    color: #ff5e14;
}

.page-mega-area .page-mega-area-box {
    padding: 32px 13px;
    background: #f6f8fa;
    border-radius: 8px;
}

.page-mega-area .page-mega-area-box .page-mega-area-box-title {
    width: 100%;
    text-align: center;
    font-style: normal;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #000000;
    margin: 20px 0;
}

.page-mega-area .page-mega-area-box .page-mega-area-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px 8px 16px;
    width: 94px;
    height: 40px;
    border-radius: 12px;
    background-color: #df5104;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.155556px;
    color: #ffffff;
    /* position: absolute;
    bottom: 45px; */
    margin: auto;
}

.page-mega-area .page-mega-area-box .page-mega-area-link i {
    margin-left: 0.5rem;
}

@media (min-width: 300px) and (max-width: 576px) {
    .page-mega-area .page-mega-area-title {
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .page-mega-area .page-mega-res-days-title,
    .page-mega-area .page-mega-res-days-subtitle {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .page-mega-area .page-mega-area-box {
        height: 240px;
    }
}

/* Home Page*/
/* 1.1   Home Slider.*/
.home-slider {
    height: 100vh;
    padding-top: 10rem;
    width: 100%;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(2.08%, #ffffff), to(rgba(255, 255, 255, 0))), url("../../assets/images/home-bg.png"); */
    background: url("../../assets/images/home-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-slider .home-slider-title {
    width: 100%;
    margin-bottom: 2rem;
}

.home-slider .home-slider-title h1 {
    font-weight: 700;
    font-size: 96px;
    line-height: 120px;
    letter-spacing: -0.015em;
    color: #7a7a7a;
    padding-left: 1rem;
}

.home-slider .home-slider-card .home-slider-card-box .card-body {
    width: 100%;
    background: #fefefe;
    height: 85px;
    position: relative;
}
.home-slider .home-slider-card .home-slider-card-box .card-body-id {
    width: 100%;
    background: #fefefe;
    position: relative;
    padding: 3rem;
}
.home-slider .home-slider-card .home-slider-card-box .card-body-id h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #1f2d3b;
}

.home-slider .home-slider-card .home-slider-card-box .card-body h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #1f2d3b;
}

.home-slider .home-slider-card .home-slider-card-box .card-body p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #a3b7cd;
}
.home-slider .home-slider-card .home-slider-card-box .card-body .card-title-chevron a {
    color: #fff;
}
.home-slider .home-slider-card .home-slider-card-box .card-body .card-title-chevron {
    position: absolute;
    bottom: -24px;
    right: 24px;
    background-color: #1f2d3b;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.home-slider .home-slider-card .home-slider-card-box .card-img-bottom img {
    width: 100%;
    height: 85px;
}

@media (min-width: 300px) and (max-width: 575px) {
    .home-slider {
        padding-top: 9rem;
        height: 80vh !important;
    }
    .home-slider .home-slider-title {
        margin-bottom: 2rem;
        width: 100%;
    }
    .home-slider .home-slider-card .home-slider-card-box .card-body-id {
        padding: 1rem !important;
    }
    .home-slider .home-slider-title h1 {
        padding: 1rem !important;
        font-weight: 700;
        font-size: 2rem !important;
        line-height: 2rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .home-slider {
        padding-top: 8rem;
        height: 60vh !important;
    }
    .home-slider .home-slider-title {
        margin-bottom: 2rem;
    }
    .home-slider .home-slider-title h1 {
        width: 100%;
        font-weight: 700;
        font-size: 4rem;
        line-height: 5rem;
        letter-spacing: -0.015em;
    }
}

/* 1.2   Home Gallery.*/
.home-photo-gallery .home-photo-gallery-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/home-gallery.png);
}

.home-photo-gallery .home-photo-gallery-overlay-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 486px;
    background: rgba(233, 107, 4, 0.8);
}

.home-photo-gallery .home-photo-gallery-overlay-box .home-photo-gallery-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -28px;
    background-color: #1f2d3b;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.home-photo-gallery .home-photo-gallery-text {
    text-align: center;
}
.home-photo-gallery .home-photo-gallery-text a {
    color: #f6f8fa;
}

.home-photo-gallery .home-photo-gallery-text h2 {
    /* H2 headline */
    font-style: normal;
    width: 414px;
    font-weight: 500;
    font-size: 55px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.005em;
    /* Neutral/050 */
    color: #f6f8fa;
    margin-bottom: 0.3rem;
}

.home-photo-gallery .home-photo-gallery-text .home-photo-link {
    text-decoration: underline;
}

.home-photo-gallery .home-photo-gallery-text .home-photo-link a {
    font-weight: 500;
    font-size: 25px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.005em;
    color: #1f2d3b;
}

@media (max-width: 576px) {
    .home-photo-gallery .home-photo-gallery-box {
        height: 350px;
        width: 100%;
    }
    .home-photo-gallery .home-photo-gallery-overlay-box {
        width: 100%;
        height: 350px;
    }
    .home-photo-gallery .home-photo-gallery-text h2 {
        font-style: normal;
        width: 90%;
        font-size: 45px;
        line-height: 50px;
        margin: auto;
    }
}

/* 1.3   Home About.*/
.home-about {
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home-about h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.005em;
    color: #df5104;
}

.home-about .home-about-box .home-about-box-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #f6f8fa;
    margin: 24px 0;
}

.home-about .home-about-box .home-about-box-title .home-about-box-subtitle {
    color: #f6f8fa;
    margin-bottom: 24px;
}

.home-about .home-about-box .home-about-box-title .home-about-link h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #ffffff;
}

@media (min-width: 290px) and (max-width: 320px) {
    .home-about h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }
}

@media (min-width: 322x) and (max-width: 575px) {
    .home-about h2 {
        font-size: 40px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .home-about h2 {
        font-size: 60px;
        line-height: 40px;
    }
}

/*1.4 Home News*/
.home-news {
    padding: 3rem 0;
}
.home-news-card .card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .home-news {
        padding: 3rem 0;
    }
    .home-news .title {
        font-size: 2rem !important;
    }
}

/* Reseption-Days.*/
.reseption-days .page-mega-res-days-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #7a7a7a;
    margin-bottom: 1rem;
}

.reseption-days .page-mega-res-days-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #7a7a7a;
}

.reseption-days table {
    width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

.reseption-days table thead {
    height: 72px;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

.reseption-days table thead tr {
    color: #fff;
    background-color: #df5104;
    font-size: 1rem;
}

.reseption-days table tbody tr {
    border-bottom: 1px solid lightgray;
    background-color: #fbfbfb;
}

.reseption-days table tbody tr:last-of-type {
    border-bottom: none !important;
}

.reseption-days table th {
    letter-spacing: 0.075rem;
}

.reseption-days table th,
.reseption-days table td {
    padding: 0.75rem 1rem;
    text-align: center;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .reseption-days table {
        border: none;
    }
    .reseption-days table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        clip: rect(0 0 0 0);
        overflow: hidden;
    }
    .reseption-days table tbody tr {
        margin-bottom: 2rem;
        display: block;
    }
    .reseption-days table td {
        font-size: 0.875rem;
        text-align: right;
        display: block;
    }
    .reseption-days table td:before {
        content: attr(data-label);
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.075rem;
        text-transform: uppercase;
        float: left;
        opacity: 0.5;
    }
    .reseption-days table td:not(:last-child) {
        border-bottom: 1px solid var(lightgray);
    }
}

/* Financial-Reports.*/
.financial-reports .financial-box:nth-child(1) .financial-reports-box {
    background: #369fff;
}

.financial-reports .financial-box:nth-child(2) .financial-reports-box {
    background-color: #df5104;
}

.financial-reports .financial-box:nth-child(2) .financial-reports-box .financial-box-before svg {
    fill: #fab871;
}

.financial-reports .financial-box:nth-child(2) .financial-reports-box .financial-box-after svg {
    fill: #fab871;
}

.financial-reports .financial-box:nth-child(3) .financial-reports-box {
    background-color: #00bf6f;
}

.financial-reports .financial-box:nth-child(3) .financial-reports-box .financial-box-before svg {
    fill: #bae8cb;
}

.financial-reports .financial-box:nth-child(3) .financial-reports-box .financial-box-after svg {
    fill: #d7fbc6;
}

.financial-reports .financial-box:nth-child(4) .financial-reports-box {
    background-color: #e8513a;
}

.financial-reports .financial-box:nth-child(4) .financial-reports-box .financial-box-before svg {
    fill: #fab871;
}

.financial-reports .financial-box:nth-child(4) .financial-reports-box .financial-box-after svg {
    fill: #fab871;
}

.financial-reports .financial-reports-box {
    position: relative;
    background: #369fff;
    height: 308px;
    padding: 3rem;
    border-radius: 40px;
}

.financial-reports .financial-reports-box .financial-box-before {
    position: absolute;
    bottom: 0;
    right: 0;
}

.financial-reports .financial-reports-box .financial-box-before svg {
    fill: #006ed3;
}

.financial-reports .financial-reports-box .financial-box-after {
    position: absolute;
    top: 0;
    left: 0;
}

.financial-reports .financial-reports-box .financial-box-after svg {
    fill: #006ed3;
}

.financial-reports .financial-reports-box .financial-reports-box-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.0015em;
    color: #ffffff;
    margin: 1rem 0;
}

.financial-reports .financial-reports-box .financial-reports-area-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px 8px 16px;
    width: 94px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.155556px;
    color: #ffffff;
}

.financial-reports .financial-reports-box .financial-reports-area-link i {
    margin-left: 0.5rem;
}

@media (min-width: 768px) and (max-width: 992px) {
    .financial-reports .financial-reports-box {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .financial-reports .financial-reports-box {
        padding: 2rem;
        height: 348px;
    }
}

/* Page-Managment*/
.page-managament .lead-item {
    position: relative;
    z-index: 2;
}

.page-managament .lead-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -20px;
    top: 20px;
    background: #fddfb2;
    z-index: -1;
}

.page-managament .lead-item .lead-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.page-managament .lead-item .lead-info {
    background-color: #fff;
    padding: 0.8rem;
}

.page-managament .lead-item .lead-info .lead-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: rgba(0, 0, 0, 0.87);
}

.page-managament .lead-item .lead-info .lead-position {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.001em;
    color: rgba(0, 0, 0, 0.6);
}

.page-managament .page-managament-box {
    position: relative;
}

.page-managament .page-managament-box:hover .btn-management-modal {
    opacity: 1;
    bottom: 35%;
}
/* 
.page-managament .page-managament-box:hover .lead-item img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

.page-managament .page-managament-box .btn-management-modal {
    position: absolute;
    opacity: 0;
    bottom: 20%;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 12px;
    border-radius: 12px;
    background-color: #f99608;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.155556px;
    color: #ffffff;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-managament .page-managament-box .btn-management-modal:hover {
    background-color: #df5104;
}

.managament-modal .modal-content {
    height: 100%;
}
.managament-modal .modal-content .modal-header {
    border: none !important;
}
@media (max-width: 768px) {
    .managament-modal .modal-content {
        padding: 4rem 0;
    }
}
.managament-modal .modal-content .lead-left img {
    width: 100%;
    height: 100%;
}

.managament-modal .modal-content .lead-right .lead-info {
    padding: 2rem 2rem 1rem 1rem;
}

.managament-modal .modal-content .lead-right .lead-info .lead-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: rgba(0, 0, 0, 0.87);
}

.managament-modal .modal-content .lead-right .lead-info .lead-position {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.001em;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0.5rem;
}

.managament-modal .modal-content .lead-right .lead-info .lead-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: rgba(0, 0, 0, 0.6);
}

.modal {
    padding-right: 0 !important;
}

/*Page Careers*/
.page-careers .nav-tabs {
    border-bottom: none !important;
}

.page-careers .nav-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.0015em;
    color: #495057;
    padding-left: 0;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.page-careers .nav-tabs .nav-link.active {
    border-color: transparent;
    color: #000000;
    border-bottom: 3px solid #ff5e14;
}

.page-careers .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.page-careers .page-careers-section .media-all {
    cursor: pointer;
    position: relative;
}

.page-careers .page-careers-section .media-all:hover .media-all-icon {
    opacity: 1;
    visibility: visible;
}
.page-careers .page-careers-section .media-all:hover img {
    filter: brightness(0.5) !important;
}
.page-careers .page-careers-section .media-all .media-all-icon {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 30%;
}

.page-careers .page-careers-section .media-all img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.page-careers .page-careers-section .media-box-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    margin-top: 1rem;
    color: rgba(0, 0, 0, 0.6);
}
.page-careers .page-careers-section .tab-content .tab-careers-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.0015em;
    color: #000000;
    margin-bottom: 2rem;
}

.page-careers .page-careers-section .tab-content .tab-careers-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #7a7a7a;
}

.page-careers .page-careers-section .tab-content .tab-careers-work-process {
    background: #f6f8fa;
    border-radius: 16px;
    margin: 2rem 0;
    padding: 2rem;
}

.page-careers .page-careers-section .tab-content .tab-careers-work-process-box .tab-careers-work-process-box-icon {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    background: #ff5e14;
    padding: 1rem 2rem;
    border-radius: 100%;
}

.page-careers .page-careers-section .tab-content .tab-careers-work-process-box .tab-careers-work-process-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: rgba(0, 0, 0, 0.87);
    margin: 1.5rem 0;
}

.page-careers .page-careers-section .tab-content .tab-careers-work-process-box .tab-careers-work-process-subitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: rgba(0, 0, 0, 0.6);
}

.page-careers .page-careers-section .tab-content .vacancy-box {
    background: #fff3ee;
    border-radius: 16px;
    padding: 1.5rem;
    height: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-careers .page-careers-section .tab-content .vacancy-box:hover {
    background-color: #e96b04;
}

.page-careers .page-careers-section .tab-content .vacancy-box:hover h3,
.page-careers .page-careers-section .tab-content .vacancy-box:hover p {
    color: #fff;
}

.page-careers .page-careers-section .tab-content .vacancy-box:hover .vacancy-link {
    opacity: 1;
}

.page-careers .page-careers-section .tab-content .vacancy-box:hover .vacancy-link a,
.page-careers .page-careers-section .tab-content .vacancy-box:hover .vacancy-link i {
    color: #fff;
}

.page-careers .page-careers-section .tab-content .vacancy-box .vacancy-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #000000;
}

.page-careers .page-careers-section .tab-content .vacancy-box .vacancy-place,
.page-careers .page-careers-section .tab-content .vacancy-box .vacancy-date {
    font-weight: 500;
    font-size: 14px;
    margin: 8px 0;
    line-height: 20px;
    letter-spacing: 0.155556px;
    color: rgba(0, 0, 0, 0.55);
}

.page-careers .page-careers-section .tab-content .vacancy-box .vacancy-date {
    margin-bottom: 3rem;
}

.page-careers .page-careers-section .tab-content .vacancy-box .vacancy-link {
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.page-careers .page-careers-section .tab-content .vacancy-box .vacancy-link a {
    color: #fff;
}

.page-careers .page-careers-section .tab-content .vacancy-box .vacancy-link i {
    color: #fff;
    margin-left: 5px;
}

.page-careers .page-careers-section .page-careers-search {
    margin: 1rem 0 2rem 0;
    background: #f5f5f5;
    padding: 0 1rem;
    border-radius: 16px;
}

.page-careers .page-careers-section .page-careers-search .page-careers-search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 32px;
    width: 100%;
    height: 56px;
    background: #e96b04;
    border-radius: 16px;
    border: none;
    color: #fff;
}

.page-careers .page-careers-section .page-careers-search .search-form-input {
    position: relative;
}

.page-careers .page-careers-section .page-careers-search .search-form-input input {
    padding: 1rem 1rem 1rem 3rem;
    height: 56px;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    border: none;
    position: relative;
}

.page-careers .page-careers-section .page-careers-search .search-form-input input:focus {
    outline: none;
}

.page-careers .page-careers-section .page-careers-search .search-form-input i {
    position: absolute;
    font-size: 1.2rem;
    left: 1rem;
    top: 20px;
    color: #111a24;
}

.page-careers .page-careers-section .page-careers-search select {
    width: 100%;
    height: 56px;
    background: #ffffff;
    border-radius: 1rem;
    outline: none;
    padding: 1rem;
}

.page-careers .page-careers-section .page-careers-search select:focus {
    outline: none;
}

.page-careers .page-careers-section .card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
}
/* 
.page-careers .page-careers-section .grid-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-careers .page-careers-section .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.page-careers .page-careers-section .grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (minmax(300px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.page-careers .page-careers-section .grid-wrapper .tall {
  grid-row: span 2;
} */

/* Careers Modal*/
.careers-modal .modal-content {
    padding: 1rem 2rem;
}
@media (max-width: 576px) {
    .careers-modal .modal-content {
        padding: 5rem 2rem;
    }
}

.careers-modal .modal-header {
    border-bottom: 1px solid transparent;
}

.careers-modal .careers-modal-title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #e96b04;
    margin-bottom: 2rem;
}

.careers-modal .careers-form-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #1f2d3b;
    margin-bottom: 10px;
}

.careers-modal .careers-form-subtitle {
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #a3b7cd;
}

.careers-modal .careers-from-docs {
    background: #e4f3ff;
    border-radius: 1rem;
    padding: 3rem;
}

.careers-modal .careers-from-docs .careers-form-docs-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.155556px;
    color: #347af6;
    border: 1px solid #347af6;
    padding: 7px;
    border-radius: 17px;
}

.careers-modal .page-careers-search-btn {
    width: 100%;
    outline: none;
    border: none;
    color: #fff;
    text-align: center;
    padding: 16px 32px;
    background: #347af6;
    border-radius: 16px;
}

.careers-modal .careers-modal-check {
    margin-bottom: 2rem;
}

.careers-modal .careers-modal-check .careers-checkbox {
    width: 1.5rem;
    margin-right: 1rem;
}

.careers-modal .careers-modal-check .careers-modal-check-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.004em;
    color: #607c98;
}

.careers-modal .careers-modal-check .careers-modal-check-title strong {
    color: #3568e3;
    text-decoration: underline;
}

.careers-modal .careers-modal-input input {
    padding: 16px;
    width: 100%;
    background: #ffffff;
    border: 2px solid #dce5ee;
    border-radius: 16px;
    outline: none;
    margin-bottom: 0.5rem;
}

@media (max-width: 576px) {
    .careers-modal .careers-modal-title {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 1rem;
    }
    .careers-modal .careers-form-title {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 5px;
    }
    .careers-modal .careers-form-subtitle {
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .careers-modal .careers-from-docs {
        padding: 2rem;
    }
    .careers-modal .careers-from-docs .careers-form-subtitle {
        margin-top: 1rem;
    }
    .careers-modal .careers-from-docs .careers-form-docs-link {
        font-size: 12px;
        padding: 7px;
    }
    .careers-modal .page-careers-search-btn {
        padding: 12px 28px;
    }
    .careers-modal .careers-modal-check {
        margin-bottom: 1rem;
    }
    .careers-modal .careers-modal-check .careers-checkbox {
        width: 1.2rem;
        margin-right: 0.6rem;
    }
    .careers-modal .careers-modal-check .careers-modal-check-title {
        font-size: 10px;
    }
    .careers-modal .careers-modal-input input {
        padding: 12px;
        margin-bottom: 0.3rem;
    }
}

.page-mega-area .mySwiper {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.page-mega-area .mySwiper .swiper-wrapper .swiper-slide img {
    height: 100px;
}

.page-mega-area .mySwiper2 {
    overflow: hidden;
}

.page-mega-area .mySwiper2 .swiper-wrapper .swiper-slide {
    height: 100%;
}

.page-mega-area .mySwiper2 .swiper-wrapper .swiper-slide img {
    height: 100%;
}

.page-mega-area .swiper-button-prev {
    position: absolute;
    top: 20%;
    left: 2rem;
}

.page-mega-area .swiper-button-prev::after {
    font-size: 2rem;
}

.page-mega-area .swiper-button-next {
    position: absolute;
    top: 20%;
    right: 2rem;
}

.page-mega-area .swiper-button-next::after {
    font-size: 2rem;
}

.page-mega-area .customSwiper {
    width: 100%;
    /* height: 100%; */
}

.page-mega-area .mySwiper2 {
    height: 400px;
    width: 100%;
}

.page-mega-area .mySwiper2 img {
    -o-object-fit: cover;
    object-fit: cover;
}

.page-mega-area .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .page-mega-area .mySwiper2 {
        height: 200px !important;
        width: 100%;
    }
    .page-mega-area .mySwiper .swiper-wrapper .swiper-slide img {
        height: 75px !important;
    }
    .page-mega-area .swiper-button-prev {
        top: 8% !important;
        left: 1rem !important;
    }
    .page-mega-area .swiper-button-prev::after {
        font-size: 1.3rem;
    }
    .page-mega-area .swiper-button-next {
        top: 8% !important;
        right: 1rem !important;
    }
    .page-mega-area .swiper-button-next::after {
        font-size: 1.3rem;
    }
}

/*Page News*/
.page-news .page-news-section .home-news-card img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-news .page-other-new .page-mega-other-title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 72px;
    letter-spacing: -0.005em;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    margin-top: 2rem;
}

.page-news .page-other-new .page-mega-other-title span {
    color: #ff5e14;
}

@media (max-width: 992px) {
    .page-news .page-news-section .home-news-card img {
        height: 300px;
    }
    .page-news .page-other-new .page-mega-other-title {
        font-size: 2rem;
    }
}

/*Contact*/
.contact .contact-social-box {
    padding: 2rem 0;
    height: 168px;
    background: #e96b04;
    border-radius: 8px;
}

.contact .contact-social-box .contact-social-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #fef3e0;
    margin-bottom: 24px;
}

.contact .contact-social-box .contact-social-icon ul li {
    margin: 0 10px;
}

.contact .contact-social-box .contact-social-icon ul li a i {
    color: #e96b04;
    font-size: 24px;
    background-color: #fff;
    padding: 8px;
    border-radius: 100%;
}

.contact .contact-adress .contact-adress-box {
    height: 258px;
    padding: 32px 13px;
    background: #f6f8fa;
    border-radius: 8px;
}

.contact .contact-adress .contact-adress-box .contact-adress-icon {
    text-align: center;
    background: rgba(255, 255, 255, 0.45);
    width: 40px;
    padding: 10px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.contact .contact-adress .contact-adress-box .contact-adress-icon i {
    color: #df5104;
    z-index: 4;
}

.contact .contact-adress .contact-adress-box .contact-overlay {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30px;
    left: 47%;
    background: #e96b04;
    border-radius: 8px;
    -webkit-transform: rotate(12.24deg);
    transform: rotate(12.24deg);
    z-index: 0;
}

.contact .contact-adress .contact-adress-box .contact-adress-box-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.005em;
    margin: 1rem 0;
    color: #000000;
}
.contact .contact-adress .contact-adress-box .contact-adress-box-subtitle a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.005em;
    margin: 1rem 0;
    color: #000000;
}

.contact .contact-adress .contact-adress-box .contact-adress-box-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 1rem;
    letter-spacing: 0.0015em;
}

/* About*/
.about-section .row {
    position: relative;
}

.about-section .row .left {
    background-color: #e96b04;
    color: #fff;
    padding: 6rem 8rem;
}

.about-section .row .left h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

.about-section .row .left h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.about-section .row .right {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-section .row .right .right-bg-image {
    width: 90%;
}

.about-section .row .right .play {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .about-section .row .left {
        padding: 4rem;
    }
    .about-section .row .left h1 {
        font-size: 2.3rem;
        width: 100%;
    }
    .about-section .row .right {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
    }
}

.about-second {
    padding: 5rem 0;
}

.about-second .box {
    margin: 20px 0;
    background-color: #fafafa;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
}

.about-second .box h3 {
    font-size: 20px;
    padding: 20px 0;
}

.about-third {
    overflow: hidden;
    background-color: #000;
    padding: 60px 0;
}

.about-third h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.about-third .count {
    padding-left: 20px;
    border-left: 2px solid #df5104;
}

.about-third .count p {
    font-size: 40px;
    color: #df5104;
    margin-bottom: 20px;
}

.about-third .count span {
    color: #fff;
}

.about-third .man {
    position: absolute;
    bottom: -88%;
}

@media (max-width: 576px) {
    .about-third h2,
    .about-third .count p {
        font-size: 1.8rem;
    }
    .about-third .man {
        top: -3rem;
        left: -7rem;
    }
}

@media (min-width: 578px) and (max-width: 768px) {
    .about-third .man {
        top: 0;
        left: -62px;
        z-index: 0;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .about-third .man {
        top: -42%;
    }
}

.about-fourth {
    padding: 40px 0;
}

.about-fourth .content {
    width: 70%;
    color: #7a7a7a;
}

.about-fourth .content h4 {
    margin-bottom: 10px;
}

.page-media .grid-wrapper .tall,
.page-media .grid-wrapper .grid-tall {
    position: relative;
}

.page-media .grid-wrapper .tall .media-box,
.page-media .grid-wrapper .grid-tall .media-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fafafa;
    border: 1px solid #fafafa;
    border-top: none;
    padding: 10px 1rem;
}

.page-media .grid-wrapper .tall .media-box .media-box-title,
.page-media .grid-wrapper .grid-tall .media-box .media-box-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.001em;
    color: #000000;
}

.page-media .grid-wrapper .tall .media-box .media-box-date,
.page-media .grid-wrapper .grid-tall .media-box .media-box-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: rgba(0, 0, 0, 0.25);
}

.slider {
    padding: 2rem 0;
}
.slider img {
    height: 80%;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.slider .swiper {
    /* padding-bottom: 80px; */
}

.slider .swiper .swiper-slide {
    text-align: center;
}

.slider .swiper .swiper-button-prev,
.slider .swiper .swiper-button-next {
    top: auto;
    bottom: 2%;
}

.slider .swiper .swiper-button-prev {
    left: 20px;
}

.slider .swiper .swiper-button-prev::after {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 20px;
    background-color: #444;
    border-radius: 50%;
    padding: 1rem;
    color: #fff;
}

.slider .swiper .swiper-button-next {
    right: auto;
    left: 80px;
}

.slider .swiper .swiper-button-next::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 20px;
    background-color: #444;
    border-radius: 50%;
    padding: 1rem;
    color: #fff;
}

.slider .swiper .swiper-scrollbar {
    left: 16%;
    bottom: 5%;
    width: 82%;
}

@media (max-width: 1200px) {
    .slider .swiper .swiper-scrollbar {
        left: 20%;
        width: 70%;
    }
}

@media (max-width: 992px) {
    .slider .swiper .swiper-scrollbar {
        left: 25%;
        width: 70%;
    }
}

@media (max-width: 768px) {
    .slider .swiper .swiper-scrollbar {
        left: 45%;
        width: 65%;
    }
}

/*SiteMap Page*/
.section-sitemap {
    padding: 20px 0 40px 0;
}

.sitemap-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none !important;
}

.sitemap-main li {
    padding: 30px 10px;
}

.sitemap-child li {
    padding: 0;
    width: auto !important;
}

.sitemap-main li a:hover {
    color: #df5104;
}

.sitemap-main li a {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
}

.main-sitemap-item {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.sitemap-child {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none !important;
}

.sitemap-child li a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

/*Faq Page*/
.faq-page .accordion {
    border-radius: 10px;
}

.faq-page .accordion .card-header {
    padding: 1rem 2rem;
}
.faq-page .accordion .card-header {
    padding: 1rem 2rem;
}

.faq-page .accordion .card-header h6 a {
    color: rgba(0, 0, 0, 0.87);
}
.faq-page .accordion .card-body {
    padding-left: 2rem;
}
/*# sourceMappingURL=style.css.map */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li a {
    color: #000;
    margin: 0 1rem;
}
.pagination .active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: #f99608;
    border-radius: 8px;
    color: #fff;
}
.pagination .disabled {
    color: #7a7a7a;
    margin: 1rem;
}
.pagination .disabled span {
    color: #000 !important;
}

.pagination .pagination-chevron {
    background-color: #1f2d3b;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .pagination-chevron a {
    color: #fff !important;
}

.home-slider .home-slider-card .home-slider-card-box .card-body .card-title-chevron {
    transition: all 0.3s linear;
}
.home-slider .home-slider-card .home-slider-card-box .card-body .card-title-chevron:hover {
    bottom: -1rem;
}
.home-slider .home-slider-card .home-slider-card-box .card-body .card-title-chevron i {
    transition: all 0.3s linear;
}
.home-slider .home-slider-card .home-slider-card-box .card-body .card-title-chevron:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.home-photo-gallery-overlay-box .home-photo-gallery-icon {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-photo-gallery-overlay-box .home-photo-gallery-icon i {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-photo-gallery-overlay-box:hover .home-photo-gallery-icon {
    top: 48%;
}

.home-photo-gallery-overlay-box:hover .home-photo-gallery-icon i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slider .swiper .swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.card-body {
    padding-left: 0;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.product .product-top {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    height: 280px;
  }
  
  .product .product-top .card-img-top {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .product-all-info {
    margin: 6rem 0;
  }
  
  @media (max-width: 576px) {
    .title h2 {
      font-size: 2rem;
      line-height: 2rem;
    }
  }



/* Tender hissesi */

.media-politics {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    background: #F7F7F7;
    border-radius: 1px;
    padding: 30px;
    cursor: pointer;
    border: 1px solid #F7F7F7;
    align-items: center;
}
.section-about {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    background: #F7F7F7;
    border-radius: 1px;
    padding: 30px;
    cursor: pointer;
    border: 1px solid #F7F7F7;
    align-items: center;
}

.leadModal:hover{
    border: 1px solid #df5104;
}


@media (max-width: 767.98px) {
    .section-about {
        padding: 20px;
        height: auto;
    }
    .media-politics {
        padding: 20px;
        height: auto;
    }
}

.modal-dialogg{
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: right;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  background-color: rgba(141, 141, 141, 0.214);
}
.modal-contentt{
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
}
.modal-header{
    background-color: #F7F7F7;
    height: 6rem;
    display: flex;
    align-items: center;
}
.modal-header h5{
    font-size: 2rem;
}
.modal-header button{
    font-size: 2rem;
    color: #000;
}

.modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;  
    padding: 2rem;     
}
 .hidden{
    display: none;
 }
 @media (max-width: 767.98px) {
    
    .media-politics img{
        width: 35px;
        height: auto;
    }
    .media-politics{
        padding: 20px;
        height: auto;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .mobile-nav{
        z-index: 555;
    }
    .hidden{
        display: none;
     }
    .modal-contentt{
        width: 100%;
        height: 100vh;
        background-color: rgb(255, 255, 255);
    }
    .modal-header{
        background-color: #F7F7F7;
        height: 6rem;
        display: flex;
        align-items: center;
    }
    .modal-header h5{
        font-size: 1rem;
    }
    .modal-header button{
        font-size: 2rem;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        color: #000;
    }

    
 }
 .article-lead{
    font-size: 1em;
}

.article-lead table{
    border-collapse:collapse; 
    width:752px;
    text-align: center;
    
}

.article-lead table td{
    border-bottom:1px solid black; border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; height:27px; width:160px
}
