@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}
a:focus,
.button:focus,
button:focus,
textarea,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
ul,
li,
ol,
a,
button,
input,
textarea,
select {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
}
a:hover {
    text-decoration: none;
}
a,
button {
    cursor: pointer;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
body {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    box-sizing: border-box;
    transition: 0.3 !important;
    font-family: "PT Sans", sans-serif;
    padding: 0 !important;
    margin: 0 !important;
}
.navbar-links li a,
nav.nav.navbar.sticky-bar .navbar-links li a,
.category_block_item ul a,
.footer_link ul li a,
.address-links ul li a,
.inner_title_left p {
    font-weight: 500;
}
:root {
    --main_color: #eb6217;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
h1 {
    font-size: clamp(34px, 7vw, 48px);
    line-height: clamp(45px, 7vw, 58px);
}
h2 {
    font-size: clamp(25px, 5vw, 30px);
    line-height: clamp(35px, 5vw, 40px);
}
h3 {
    font-size: clamp(22px, 5vw, 25px);
    line-height: clamp(30px, 5vw, 35px);
}
h4 {
    font-size: clamp(20px, 5vw, 22px);
    line-height: clamp(30px, 5vw, 32px);
}
h5 {
    font-size: clamp(18px, 5vw, 20px);
    line-height: clamp(28px, 5vw, 30px);
}
h6 {
    color: var(--main_color);
}
.box {
    padding: clamp(3rem, 7vmax, 13rem);
}
a,
nav.nav.navbar.sticky-bar .navbar-links li a {
    color: black;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}
button::-moz-focus-inner {
    border: 0;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
    background: var(--main_color);
}
a.readmore__toggle.btn:hover {
    box-shadow: 0px 2px 20px 10px #97b1bf !important;
    color: #000;
}
a.readmore__toggle.btn:hover,
.btn:hover,
.sticky-bar {
    background: #fff;
}
a.readmore__toggle.btn,
.btn,
.rwd-table tr:first-child {
    color: #fff;
}
button::-moz-focus-inner {
    border: 0;
}
div#mySidenav {
    overflow-y: hidden;
    box-shadow:
        rgb(0 0 0 / 10%) 0px 20px 25px -5px,
        rgb(0 0 0 / 4%) 0px 10px 10px -5px;
    z-index: 99999;
}
.img_bg,
section.about::before,
.about_img::before,
.bg_img {
    background-repeat: no-repeat !important;
    background-position: center;
}
.bg_green-2 {
    background: #112e59;
}
.bg_green-3 {
    background: #ced8e7;
}
.bg_gray {
    background-color: #edf0f575;
}
.bg_blue-4 {
    background: #25559f;
}
.bg_img {
    background-size: cover;
}
.bg_black {
    background: black;
}
.slick-slide {
    margin: 0 10px;
    user-select: text;
    outline: none !important;
}
.section_title h1 span {
    color: var(--main_color);
}
.slick-list {
    margin: 0 -10px;
}
section {
    padding: clamp(2rem, 6vmax, 10rem) 0rem;
}
section,
h3,
h1,
p,
.section_left span,
section.projecte,
.footer_social_icon ul li,
.inner_title_left p span,
.message_content {
    position: relative;
}
a.navbar-logo img {
    padding: 0px 6px;
    width: 233px;
    height: 84px;
    object-fit: contain;
}
nav.navbar {
    background: transparent;
    background-image: linear-gradient(#000, #00000000);
}
nav.navbar,
section#contact,
.map_wrapp,
.testimonial_wrapp,
.message_content {
    z-index: 9;
}
.navbar-links {
    list-style-type: none;
    display: flex;
    align-items: center;
}
.navbar-links li a {
    display: block;
    padding-left: 32px;
    transition: 0.4s all;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: white;
    font-family: "Poppins", sans-serif;
}
.navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0px 0;
    top: 100%;
    left: 0;
    transform: translateY(50px);
    width: 250px;
    background-color: var(--main_color);
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: 111;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #ffffff26;
    color: #ffffffe0;
    font-size: 16px;
}
.navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
}
a.booking_btn {
    font-size: 23px !important;
    font-weight: 800 !important;
}
section.job_list.p-0 .slick-next::before {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 11px;
    bottom: -189px;
    right: 45px;
    transform: rotate(-38deg);
}
section.job_list.p-0 .slick-next::before,
section.job_list.p-0 .slick-next::before,
section.sliders .item .slider_img::before,
.left_block .left_block_text h5 span::before,
.left_block_social ul::before,
.job_list_block::before,
section.job_list .job_list_btn a::before,
section.job_page .job_list_btn a::before,
.job_list_btn a::before,
.section_left h6 span::before,
section.project::before,
.destination_title::before,
.inner_title_left p span::before,
.message_wrap::before,
.message_wrap::after,
section.testimonial::before,
.testimonial_wrapp::before,
.testimonial_wrapp::after,
section.testimonial::after,
.header-right-item::before,
.header-right-item::after {
    content: "";
    position: absolute;
}
section.job_list .slick-prev::before {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 11px;
    bottom: -189px;
    right: 5px;
    transform: rotate(-38deg);
}
section.sliders {
    margin-top: -156px;
    overflow: hidden;
    height: clamp(400px, 52vw, 92vh);
}
.slider_content h1 span {
    color: var(--main_color);
    font-weight: 800;
}
section.sliders .item img {
    width: 100%;
    object-fit: cover;
    height: clamp(400px, 52vw, 92vh);
}
.slider_content {
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 33%;
}
.slider_content h1 {
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px #dfd5d5;
    text-transform: capitalize;
    font-size: clamp(20px, 4vw, 80px);
    line-height: clamp(30px, 4vw, 95px);
    font-family: Roboto;
}
.scroll-down {
    position: absolute;
    top: 75vh;
    left: 47%;
    z-index: 2;
    border-bottom: 1px solid white;
    font-size: 18px;
    transform: translateX(-50%);
    transition: all 0.2s ease-in;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all 0.2s ease-in;
    color: white;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.contact-info a {
    color: #ffffffbd;
    font-size: 25px;
    margin-bottom: 10px;
}
.contact-content img {
    width: 100px;
}
section#contact {
    padding: 100px 0;
}
footer strong {
    color: #c50038;
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
}
footer .footer_img img {
    width: 230px;
    height: 55px;
    object-fit: contain;
}
.contact-content h6 a {
    color: #f1ebeb;
}
a.navbar-logo {
    margin-top: -8px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.btn {
    background: var(--main_color);
    padding: 14px 45px;
    font-size: 15px;
    font-weight: 300 !important;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition-duration: 0.4s;
}
.btn:hover {
    box-shadow: 0px 2px 20px 10px #97b1bf;
    color: #000;
}
#button {
    display: inline-block;
    background-color: var(--main_color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition:
        background-color 0.3s,
        opacity 0.5s,
        visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    content: "";
    transform: rotate(225deg);
    position: absolute;
    top: 41%;
    left: 32%;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
nav.nav.navbar.sticky-bar .dropdown a {
    color: white !important;
    font-weight: 200 !important;
}
nav.nav.navbar.sticky-bar .navbar-logo img {
    height: unset;
    padding: unset;
}
.sticky {
    top: 0;
    z-index: 99;
    width: 100%;
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
@keyframes fadeInDown {
    from {
        transform: translateY(0px);
        opacity: 0;
    }
    to {
        transform: translateY(50);
        opacity: 1;
    }
}
nav.nav.navbar.sticky-bar {
    z-index: 99999;
    margin-top: 0;
    background: white;
    box-shadow:
        rgb(0 0 0 / 10%) 0px 20px 25px -5px,
        rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}
nav.nav.navbar.sticky-bar a.navbar-logo {
    padding: 0px 0;
}
nav.nav.navbar.sticky-bar .navbar-links li a {
    padding: 16px 20px;
}
.btn_top a {
    padding: 18px 32px !important;
    font-weight: 700 !important;
}
.sidenav {
    display: none;
    height: 100%;
    width: 370px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    z-index: 99;
    padding: clamp(2rem, 6vmax, 3rem);
    padding: 85px 58px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 19px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
section.sliders .item .slider_img::before {
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(to left, #1110, #000000);
}
.left_block {
    position: absolute;
    top: 15%;
    left: 10px;
    color: white;
    height: 100%;
    z-index: 9999;
    justify-content: space-evenly;
}
.left_block,
.left_block_social ul,
div#counter-box {
    display: flex;
    flex-direction: column;
}
.left_block_social ul {
    align-items: center;
}
.left_block_social ul a {
    color: #9f9e9e;
    padding: 8px 0;
    display: inline-block;
}
.left_block .left_block_text h5 {
    transform: rotate(-90deg);
}
.left_block_social ul li {
    transform: rotate(-90deg);
}
.left_block .left_block_text h5 span::before {
    top: 16px;
    left: 104px;
    background: var(--main_color);
    width: 56px;
    height: 2px;
}
.left_block_social ul::before {
    top: -25px;
    left: 21px;
    width: 56px;
    height: 2px;
    transform: rotate(90deg);
    background: rgba(255, 255, 255, 0.26);
}
.job_list_block {
    height: 228px;
    border-radius: 10px;
    margin-bottom: 28px;
    background: #033a67;
    /* overflow: hidden; */
    padding: 0 27px;
    box-shadow: 0px 14px 30px -14px rgba(0, 0, 0, 0.19);
}
.job_list_block::before {
    top: 0;
    left: 0;
    background: #152c55;
    width: 100%;
    height: 100%;
}
.job_list_block h3 {
    font-weight: 400;
    font-family: Roboto;
    text-transform: capitalize;
    font-size: 20px;
    max-height: 89px;
    overflow: hidden;
    line-height: 30px;
    color: #b9d6ff;
    /* font-family: "Poppins", sans-serif; */
    min-height: 75px;
}
.job_list_block h1 {
    font-family: Roboto;
    font-size: 20px;
    line-height: 29px;
    text-transform: capitalize;
    color: white;
    padding-left: 9px;
}
.job_list_btn a {
    background: #4a8ff3;
    position: absolute;
    bottom: -22px;
    width: 50px;
    height: 50px;
    color: white;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    transform: rotate(-45deg);
    left: 38%;
}
section.job_list .job_list_btn a::before,
section.job_page .job_list_btn a::before,
.job_list_btn a::before {
    top: 50%;
    left: 50%;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: translate(-50%, -50%);
}
section.job_list {
    margin-top: -40px;
}
.category_block_item img {
    width: 41px;
    filter: brightness(0) invert(1);
    margin: 16px;
}
.category_block_item li.bg_green-3 img {
    filter: opacity(0.5) drop-shadow(0 0 0 #bd6053);
}
.category_block_item ul a:nth-child(2) {
    color: #20457a;
}
.category_block_item ul a {
    font-size: 22px;
    color: #e7e7e7;
    line-height: 34px;
    font-family: Roboto;
}
.category_block_item ul a li {
    display: flex;
    align-items: center;
}
/* job category end  */
.section_left span {
    margin-left: 59px;
}
.section_left h6 span::before {
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 3px;
    left: -56px;
    background-color: #81aded;
}
.about_chairman img {
    /* border-radius: 15px; */
    width: 100%;
    object-fit: cover;
    /* padding-right: 20px; */
}
section.project::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/services_bg.jpg);
    background-size: contain;
}
.destination_wrapp {
    position: relative;
    display: block;
    transition: all 200ms ease;
    overflow: hidden;
}
.destination_img img {
    height: clamp(310px, 24vw, 450px);
    width: 100%;
    object-fit: cover;
}
.destination_text {
    position: absolute;
    left: 30px;
    bottom: 80px;
    right: 30px;
    max-width: 350px;
    opacity: 0;
    transform: translateY(-102%);
    transition: all 200ms ease;
    padding: clamp(2rem, 6vmax, 2rem);
}
.destination_text,
.destination_title,
.header-right-item::before,
.header-right-item::after,
.header-right-item span,
nav.nav.navbar.sticky-bar,
.contact_row,
.contact_page_map iframe.w-100 {
    background-color: white;
}
.destination_wrapp:hover .destination_text {
    opacity: 1;
    transform: translateY(0px);
    transition: all 500ms ease 200ms;
}
.destination_title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    max-width: 350px;
    opacity: 1;
    transition: all 500ms ease 200ms;
    padding: clamp(1rem, 6vmax, 1rem);
}
.destination_title::before {
    right: 0;
    top: -15px;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
}
.destination_wrapp:hover .destination_title {
    opacity: 0;
    transform: translateY(200px);
    transition: all 500ms ease;
}
p {
    font-size: 17px;
    font-weight: 200;
    line-height: 28px;
}
section.destination .container-fluid.p-0 .col-lg-3,
section.destination .container-fluid.p-0 .col-lg-6 {
    padding: 1px;
}
/* destination end  */
section.we-offer-area .item_img img {
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
    transform: translateY(10px);
}
section.services {
    background-image: url(../img/services_bg.jpg);
}

section.team_list .team_img img {
    width: 200px !important;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.social_icon a {
    font-size: 16px;
    margin-left: 20px;
    color: white;
}

section.team_list {
    margin-top: -100px;
}
section.team {
    padding-bottom: 120px;
}
section.team {
    background-color: var(--main_color);
}
.item--social-icon a {
    color: white;
    margin-left: 17px;
}

.icon_block img {
    min-width: 41px;
    /* filter: brightness(0) invert(1); */
    max-width: 42px;
    max-height: 31px;
    min-height: 29px;
}
.map_wrapp {
    position: relative;
    height: 100%;
}
.map_block {
    padding: clamp(2rem, 6vmax, 2rem);
}
.map_content ul li {
    margin-bottom: 8px;
    color: white;
}

.map_content ul li span {
    margin-right: 10px;
}
.map_content ul li:nth-child(3) {
    font-size: 33px;
}
.map_slider {
    margin-top: -507px;
}
.btn_normal a {
    text-decoration: underline;
    color: white;
    font-weight: 700;
}
.btn_normal a span {
    display: inline-block;
    transform: translate(7px, 2px);
}
footer {
    padding: clamp(2rem, 10vmax, 6rem);
    background-image: url(../img/bg-footer1.jpg);
    background-size: cover;
}
.footer_link ul li a {
    /* font-size: 20px; */
    padding-bottom: clamp(0.1rem, 1vmax, 0.6rem);
    display: block;
    transition: 0.5s;
    color: #fffffff2;
}
.footer_social_icon ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    background: var(--main_color);
    color: white;
    z-index: 999;
    margin: 0 10px;
    display: block;
    text-align: center;
    border-radius: 0;
}
footer.footer {
    color: white;
}
.address-links ul li a {
    margin-top: 10px;
    display: block;
    /* font-size: 20px; */
    line-height: 30px;
    transition: 0.5s;
    color: #ffffffc4;
}
.footer_link ul li a:hover,
.address-links ul li a:hover {
    color: var(--main_color);
}
.side_menu-addresh {
    font-size: 15px;
    color: #767677;
}
.side_menu_img img {
    max-width: 48px;
    min-width: 48px;
}
.side_menu-addresh label {
    color: #222;
    border-bottom: 1px solid #747474;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.side_menu-addresh span {
    display: block;
    line-height: 24px;
}
footer.footer_buttom {
    background: #143e7b;
}
.icon_side_menu.footer_social_icon a {
    padding: 0;
}
.sidenav a.closebtn {
    border: 1px solid #8c042c;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: var(--main_color);
}
.inner_title_left p span {
    font-weight: 600;
}
.inner_title_left p {
    letter-spacing: 2px;
    color: #666;
    font-size: 18px;
    letter-spacing: 0.3em;
    transform: rotate(-90deg);
    position: absolute;
    left: -49px;
    top: 48px;
}
.inner_title_left p span::before {
    left: -2px;
    top: 26px;
    background: var(--main_color);
    width: 112px;
    height: 4px;
}
.about_page_img::before {
    content: "";
    width: 280px;
    height: 135px;
    background-image: url(../img/dots.png);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    left: 3px;
    z-index: -1;
}
.about_page_img img {
    padding-left: 132px;
    height: clamp(310px, 24vw, 500px);
    object-fit: cover;
}
.experience h3 {
    background: var(--main_color);
    width: 62%;
    text-align: center;
    padding: 15px;
    color: white;
}
.experience {
    transform: rotate(-90deg);
    position: absolute;
    width: 100%;
    left: -138px;
    top: 77px;
}
section.bg_img.banner {
    height: clamp(250px, 45vw, 500px);
    margin-top: unset;
    display: flex;
    background-size: cover;
    background-position: unset;
    object-fit: cover;
    align-items: center;
}
.banner_content h1 {
    margin-top: 47px;
    text-shadow: 2px 2px 4px #000000;
}
.banner_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.rwd-table tr:first-child {
    border-top: none;
    background: #bd6053;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}
.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}
.rwd-table td {
    display: block;
}
.rwd-table td:first-child {
    margin-top: 0.5em;
}
.rwd-table td:last-child {
    margin-bottom: 0.5em;
}
.rwd-table th,
.rwd-table td {
    text-align: left;
}
.rwd-table {
    color: #333;
    border-radius: 0.4em;
    overflow: hidden;
}
.rwd-table tr {
    border-color: #bfbfbf;
}
.rwd-table th,
.rwd-table td {
    padding: 0.5em 1em;
}

@media screen and (min-width: 600px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}
.message_img img {
    min-height: 298px;
    object-fit: cover;
    width: 100%;
}
.message_wrap::before {
    top: 5px;
    left: -4px;
    border-top: 20px solid var(--main_color);
    width: 32%;
    height: 110%;
    border-left: 20px solid var(--main_color);
}
.message_wrap::after {
    top: 5px;
    left: -4px;
    width: 100%;
    height: 110%;
    border-bottom: 20px solid var(--main_color);
}
.testimonial_img img {
    border-radius: 50%;
    width: 93px;
}
.testimonial_rith p {
    font-size: 22px;
    line-height: 32px;
}
.testimonial-icon {
    font-size: 53px;
    color: var(--main_color);
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    top: -43px;
    left: 0;
    text-align: center;
}
.slick-next::before,
.slick-prev::before {
    display: none;
}
section.testimonial {
    padding-bottom: 100px;
}
div#counter-box {
    background: #2d2c2c;
    margin-bottom: 29px;
    width: 180px;
    border-radius: 50%;
    height: 180px;
    line-height: 23px;
    align-items: center;
    justify-content: center;
}
img.about_youtube-btn {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
section.testimonial::before {
    background: #f1f2f6;
    top: -293px;
    left: 0;
    width: 100%;
    height: 216%;
}
.testimonial_wrapp {
    padding: 62px;
    background-image: linear-gradient(to right, #fefeff, #cee0f700);
}
.testimonial_wrapp::before {
    top: -20px;
    left: 56px;
    background-image: url(../img/quote.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.testimonial_wrapp::after {
    top: 84px;
    right: -30px;
    border-right: 1px solid #c7c7c7;
    width: 100%;
    height: 57%;
}
section.testimonial::after {
    top: 205px;
    left: 0;
    background-image: url(../img/line-round.png);
    width: 100%;
    height: 90%;
    background-repeat: no-repeat;
}
.bg_img-3 {
    background-color: #041123;
    background-image: url(../img/bg-about.png);
    background-repeat: no-repeat;
}
.contact_row {
    margin-top: -100px;
    padding-top: 59px;
}
.contact_wrapp-icon h6 i {
    font-size: 44px;
}
.contact_wrapp-icon {
    border-right: 1px solid #e1e5e9;
}
section.contact_page .inner_title_left p {
    letter-spacing: 8px;
}
.contact_page_text a {
    font-size: 40px;
    margin: 28px 0;
    display: block;
    color: var(--main_color);
    font-weight: 700;
}
.contact_page_map iframe.w-100 {
    height: 623px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    padding: 31px;
    margin-top: -191px;
}
section.contact_page_top {
    padding-bottom: 137px;
}
.contact_form_info ul li {
    margin-bottom: 10px;
}
.title_text b {
    font-weight: 600;
}
.ol_list ol li {
    margin-bottom: 15px;
}
.ol_list.list_bold ol li {
    font-weight: 600;
    font-size: 20px;
}
.header-right-item::before,
.header-right-item::after {
    right: 0;
    width: 32px;
    height: 2px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-right-item::after {
    top: 7px;
}
.header-right-item span {
    position: absolute;
    right: 0;
    width: 22px;
    height: 2px;
    top: 16px;
    width: 22px;
    top: 14px;
    transition: 0.3s;
}
.header-right-item {
    margin-top: 0px;
}
nav.nav.navbar.sticky-bar .header-right-item::after,
nav.nav.navbar.sticky-bar .header-right-item span,
nav.nav.navbar.sticky-bar .header-right-item::before {
    background-color: black;
}
a.btn_opennav:hover .header-right-item span {
    width: 32px;
}
section.team.bg_black .section_title h1 span {
    color: #f4851e;
}
section.team.bg_black .section_left span {
    color: white;
}
.location_one {
    background: #bf501c;
    margin-right: 2px;
}
.location_two {
    background: #ce712f;
}
.location_three {
    background: #ce712f;
}
.map_content ul li a {
    color: white;
}
@media (min-width: 991px) {
    a.menu-btn-large {
        position: fixed;
        top: 28px;
    }
    nav.nav.navbar.sticky-bar a.menu-btn-large {
        top: 17px;
    }
    /* mobile menu start */
    .side-bar-large {
        width: 350px;
        height: 100%;
        top: 0;
        right: -350px;
        overflow-y: auto;
        transition: 0.6s ease;
        transition-property: right;
    }
    .side-bar-large::-webkit-scrollbar {
        width: 0px;
    }
    .side-bar-large.active {
        right: 0;
        position: fixed;
        z-index: 999999;
        background: white;
    }
    .side-bar-large .menu_mobile {
        width: 100%;
        margin-top: 30px;
        z-index: 99999999;
    }
    .side-bar-large .menu_mobile .item a {
        display: block;
        padding: 5px 30px;
        line-height: 40px;
    }
    .close-btn-large {
        position: absolute;
        font-size: 23px;
        right: 25px;
        top: 17px;
        cursor: pointer;
        /* border: 1px solid #8f0029; */
        width: 40px;
        border-radius: 50px;
        line-height: 40px;
        text-align: center;
        background: #003f9a;
        color: white;
    }
    .menu-btn-large,
    .side-bar-large {
        z-index: 99;
        position: fixed;
    }

    /* mobile menu end */
}
.img_about-one img {
    width: 73%;
    height: 470px;
    object-fit: cover;
    position: relative;
}
.img_about-two img {
    position: absolute;
    bottom: -109px;
    width: 72%;
    height: 348px;
    object-fit: cover;
}
section.about_section {
    margin-bottom: 119px;
}
section.about_section .img_about-wrap::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -105px;
    background-image: url(../img/vector.png);
    width: 48%;
    height: 32%;
    background-repeat: no-repeat;
}
a.logo_item img {
    min-width: 120px;
    max-width: 120px;
    max-height: 100px;
    min-height: 100px;
    object-fit: contain;
    padding: 16px;
    border: 1px solid #2125290f;
}
.footer_link ul li a::before {
    content: "";
    position: absolute;
    top: 36%;
    left: 2px;
    bottom: -3px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
    width: 10px;
    height: 2px;
    background: #8f0029;
}
.footer_link ul li a:hover {
    position: relative;
    padding-left: 15px;
}
.footer_link ul li a:hover:before {
    opacity: 1;
}
.address-links ul li {
    margin-bottom: 16px;
}
section.message_chairman {
    margin-bottom: 78px;
}

.team_list_wrapp {
    border: 1px solid #2125290a;
}
section.sliders.p-0.position-relative .slick-slide {
    margin: 0 0px;
}
section.why_nepal .slick-slide,
section.sliders .slick-slide {
    margin: 0 0px;
}
.job_list_block .d-flex.justify-content-between.align-items-center {
    margin-top: 8px;
}

.div-summary ul li::marker {
    color: #8e0930;
    font-size: 22px;
}
.div-summary ul li {
    list-style: disc;
    font-size: 17px;
    /* font-weight: 400; */
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    margin-left: 20px;
    color: #212529;
    font-family: "PT Sans", sans-serif;
}
.div-summary p strong {
    font-weight: 900;
}
.sticky-bar a.menu-btn-large {
    position: absolute;
    top: -13px !important;
}
.header-right-item {
    margin-top: 0px;
    position: absolute !important;
    top: 13px;
}
.sticky-bar a.menu-btn-large {
    position: absolute;
    top: -22px !important;
}
p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    /* color: #7a7a7a; */
    line-height: 24px;
}
.job_item p {
    color: #c2d1e7;
}
section.about {
    position: relative;
}
section.about::before {
    content: "";
    position: absolute;
    bottom: 19px;
    right: -73px;
    background-image: url(https://kitpro.site/recruite/wp-content/uploads/sites/182/2023/07/Circle-3.png);
    width: 302px;
    height: 253px;
    opacity: 0.1;
    background-size: contain;
}
.services_block.mb-4 {
    background-color: #ecebe9;
    padding: 20px;
}
.truncated {
    overflow: hidden;
    display: inline;
}

.btn-more-less {
    color: #ff9900;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 5px;
}

.btn-more-less:hover {
    color: #ffbb33;
}
.btn-more-less {
    color: #ff9900;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 5px;
}

.btn-more-less:hover {
    color: #ffbb33;
}
.category_block_item .title h5 {
    padding: 17px;
    font-size: 27px;
    font-weight: 500;
}
.truncated {
    display: inline;
}
.footer_social_icon a {
    color: white;
}
.dark_blue {
    background-color: #1d1b4c !important;
}
.box_shadow {
    box-shadow:
        rgb(0 0 0 / 10%) 0px 20px 25px -5px,
        rgb(0 0 0 / 4%) 0px 10px 10px -5px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}
.demands_list {
    border-bottom: 1px solid #2d2b501c;
}
figure.wp-block-image.size-thumbnail {
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #80808063;
}

figcaption {
    position: absolute;
    bottom: 0;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 21px;
}
.team_content {
    margin-top: -18px;
    width: 102%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 18px !important;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team_img img {
    height: 308px;
    width: 100%;
    object-fit: cover;
}
.team_content h6 {
    color: #6e6e6e;
    font-weight: 400;
    margin-top: 6px;
}
.dest-cta {
    display: none;
}

/* Banner */
.job-banner {
    position: relative;
    padding: 90px 0;
    background-size: cover;
}

.job-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.job-banner .container {
    position: relative;
    z-index: 2;
}

/* SPLIT CARD */
.job-split-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* IMAGE SIDE */
.job-image {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    /* light background for empty space */
    padding: 15px;
}

/* IMAGE FIT FIX */
.job-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-image img {
    transition: 0.3s;
}

.job-image img:hover {
    transform: scale(1.05);
}

/* CONTENT SIDE */
.job-content {
    width: 55%;
    padding: 25px;
}

/* TABLE */
.job-table td {
    border: none;
    padding: 8px 0;
}

.job-table td:first-child {
    font-weight: 600;
    color: #555;
}

/* INTERVIEW */
.interview-box p {
    margin: 5px 0;
    color: #666;
}

/* BUTTON */
.apply-btn {
    background: #28a745;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}

.apply-btn:hover {
    background: #218838;
}

/* RIGHT SIDEBAR */
.other-job-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.other-job-header {
    background: #23235b;
    /* SAME as your image */
    color: #fff;
    padding: 15px;
}

.job-item {
    display: block;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    color: #333;
    transition: 0.3s;
}

.job-item:hover {
    background: #f0f3ff;
    transform: translateX(5px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .job-split-card {
        flex-direction: column;
    }

    .job-image,
    .job-content {
        width: 100%;
    }

    .job-image img {
        height: 250px;
    }
}
