/* header */

:root {
    --color1: #162f5b;
    --color2: #e1a64e;
}

nav {
    padding: 0 !important;
}

.about-text {
    line-height: 35px;
    font-size: 16px;
}

.home-about-info p {
    font-size: 16px;
    line-height: 35px;
}

header {
    position: absolute;
    z-index: 111;
    width: 100%;
}

.menu {
    background: #162f5b;
    padding: 12px 12px;
    margin-top: 8px;
}

nav ul li a {
    transition: all 0.3s;
    text-transform: uppercase;
    color: black;
    padding: 20px 20px !important;
}

li.nav-item.nav-link {
    margin-bottom: 0px;
}

nav ul li:last-child a {
    padding: 20px 0px 0px 20px !important;
}
.navbar-toggler-iconbar {
    background: red;
    display: block;
    height: 2px;
    width: 25px;
    margin: 8px 0px;
}

.social{
    gap: 20px;
}

.social a{
    text-decoration: none;
}

.icon-box {
    background-color: var(--primary-color);
}

.icon-box i {
    color: #ffffff;
    align-items: center;
    padding: 10px;
}

/* top header */
.top-header{
    background: transparent;
    padding: 10px 0;
}

.top-header .row{
    display: flex;
    align-items: center;
}

.top-header ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

.top-header ul li{
    display: inline-block;
}

.top-header ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.top-header ul li a:hover{
    opacity: 0.8;
}

.top-header ul li i{
    margin-right: 8px;
}

.top-header .text-right{
    text-align: right;
}

.top-header p {
    font-size: 16px;
    color: #fff;
}

.top-header p i{
    margin-right: 8px;
}

@media (max-width: 767px){

    .top-header .col-6{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    .top-header ul{
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 20px;
        margin-bottom: 8px;
    }

    .top-header p{
        margin-top: 5px;
    }
}

.web-logo img {
    width: 600px;
}

/*  */

.home_slides ul.splide__list li.splide__slide{
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    filter: brightness(0.5);
}

.home-slide-pagination {
  bottom: 20px;
  text-align: center;
}

.home-slide-pagination li button {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.home-slide-pagination li.is-active button {
  opacity: 1;
  background: #f9c900; 
}

.splide__caption p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding-bottom: 12px;
    text-align: center;
}

.splide__caption {
    position: absolute;
    left: 0%;
    right: 0;
    top: 45%;
}

div#home_slide {
    position: relative;
}

/* Front Page */
header div#top_header {
    position: relative;
    padding: 20px 0;
    background-color: transparent;
}



header.inner_page.mm-slideout {
    position: relative;
}

header.front_page.fix nav#topMenu ul li a {
    color: #000;
}

.inner_page nav#topMenu ul li a {
    color: #333;
}

nav#topMenu {
    float: right;
}

ul.navbar-nav {
    padding-right: 30px;
}

nav#topMenu ul li a {
    font-size: 15px;
    line-height: 100%;
    color: #ffffff;
    padding: 0 14px !important;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Lato';
}

div#top_header .container .row {
    display: flex;
    align-items: center;
}

.social-icon-for-slide {
    display: flex;
    flex-flow: column;
    align-items: end;
    gap: 13px;
}

ul.splide__pagination.home-slide-pagination.splide__pagination--ltr {
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    width: 100%;
    left: 0;
}

.home-slide-pagination li button.splide__pagination__page {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-slide-pagination li button.splide__pagination__page.is-active {
    background-color: #ffffff;
    transform: scale(1.5);
}

/* Add numbers to pagination buttons by CSS */
/* .splide__pagination {
  counter-reset: pagination-num;
}

.splide__pagination__page:before {
  counter-increment: pagination-num;
  content: "0" counter( pagination-num );
} */

@media (max-width: 1600px) {
.home_slides ul.splide__list li.splide__slide{
    height: 600px;
}

.splide__caption h2 {
    font-size: 36px;
}
}

@media (max-width: 1600px) {
.home_slides ul.splide__list li.splide__slide{
    height: 600px;
}

.splide__caption h2 {
    font-size: 34px;
}
}

@media (max-width: 1200px) {
    nav#topMenu ul li a {
        padding: 0 11px !important;
        font-size: 15px;
    }
}

.home_slides ul.splide__list li.splide__slide{
    height: 700px;
}

.splide__caption h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    font-family: 'Rajdhani';
    color: #fff;
}

.splide__caption p {
    font-size: 18px;
}
@media (max-width: 1200px){
.splide__caption p {
    font-size: 15px;
}
}


@media (max-width: 992px){

    .home_slides ul.splide__list li.splide__slide{
    height: 400px;
}

.splide__caption {
    top: 20%;
}

    .splide__caption h2 {
        display: none;
    }

    .splide__caption p {
        display: none;
    }

    .custom-btn{
        display: none;
    }


}

@media (max-width: 992px){

    .home_slides ul.splide__list li.splide__slide{
    height: 400px;
    }

    .splide__caption p {
        font-size: 14px;
    }

}

@media (max-width: 768px){

    .home_slides ul.splide__list li.splide__slide{
    height: 300px;
    }

    .splide__caption h2 {
        display: none;
    }

}

@media (max-width: 568px){

    .home_slides ul.splide__list li.splide__slide{
    height: 200px;
    }
}


/* ******************** INNER BANNER ********************** */
.innerPageBanner-wrapper {
    position: relative;
}

#innerPageBanner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
    display: flex;
    align-items: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.inner_banner_wrap {
    position: relative;
    z-index: 2;
}

.inner-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 18px;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: #0d6efd; /* Bootstrap primary */
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #ddd;
    font-size: 18px;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

@media (max-width: 992px) {
    #innerPageBanner {
        padding: 170px 0 60px;
    }

    .inner-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    #innerPageBanner {
        padding: 140px 0 40px;
        text-align: center;
    }

    .inner-title {
        font-size: 26px;
    }
}

/**************** Home  ***************/




/********************************************************/

/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: var(--primary-color);
    z-index: 1111;
}
a.scrollup {
    outline:0;
    text-align: center;
    padding-top:5px;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
    opacity:1;
    text-decoration:none;
}
a.scrollup i {
    color: #fff;
}
a.scrollup i:hover {
    text-decoration:none;
}

/* go top */

#go-top {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background-color: #ffffff;

    color: #1f4c77;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 18px;

    position: fixed;

    right: 14px;

    bottom: 14px;

}

/* ********************** RESPONSIVE ********************************* */


@media (max-width: 1200px) {

.info-2{
    display: none;
}


}

@media (max-width: 992px){
    .xs.sm .responsive-menu-wrap {
        position: absolute;
        top: 20px;
        z-index: 99999;
    }

    .info-1{
    display: none;
}

}

@media (max-width: 768px) {


    .info-2{
    display: block;
}

    .info-1{
    display: block;
}

    .xs.sm nav#topMenu {
        display: none;
    }
    .xs.sm .web-logo {
        margin: 0 auto;
        text-align: center;
    }

    .xs.sm .responsive-menu-wrap {
        position: absolute;
        top: 20px;
        z-index: 99999;
    }
    
    .xs.sm .home_slides ul.splide__list li.splide__slide{
        height: 195px;
    }
    nav#topMenu {
        display: none;
    }
    
    .xs .splide__caption {
        /* position: static; */
        /* display: none; */
    }

    .splide__caption p{
        display: none;
    }

    .xs div#about_section {
        padding-top: 50px;
    }

    .splide__caption a {
        display: none;
    }

    .splide__slide__container.caption.container .row {
        align-items: center;
    }
    .xs .splide__caption h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -20px;
    }
    .xs .splide__caption h3 {
        font-size: 16px;
        white-space: normal;
    }
    ul.splide__pagination.home-slide-pagination.splide__pagination--ltr {
        right: 4%;
    }

    .xs.sm .web-logo img {
        width: 200px;
    }
    .xs .overlay-bg:before {
        height: 299px;
        top: 210px;
      
    }
    .xs .career-box {
        margin-bottom: 30px;
    }
    ol.breadcrumb.breadcrumb-arrow {
        float: left !important;
    }
    .row.inner_banner_wrap h1 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 4px;
    }
    .xs ol.breadcrumb.breadcrumb-arrow li.active span,
    .xs .row.inner_banner_wrap ol.breadcrumb i.bi {
        font-size: 15px;
    }
    .xs .contact-section.application_form_form.online-application-page h2 {
        font-size: 20px;
    }

    .xs header div#top_header {
            position: static !important;
    }

    .online-application-page .table-responsive .form-control {
     width: auto;
      
    }
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}

@media (max-width: 470px) {
        .xs .splide__caption h2 {
        font-size: 14px;
        line-height: 25px;
        margin-top: -20px;
    }
}

@media (max-width: 420px) {

    .xs .overlay-bg:before {
        top: 182px;
        left: 10px;
    }

    .widget.contact-info-widget {
        margin-bottom: 30px;
    }

    .widget.faq-widget a {
        margin-bottom: 30px;
    }
}

@media(max-width: 992px){

.padding-left {
    padding-left: 20px;
}
}

.mm-menu_offcanvas.mm-menu_opened {
    z-index: 99999 !important;
}

span.hamburger-inner {
    /* margin-top: 25px !important; */
    background-color: #fff !important;
}

@media (max-width: 768px) {
    .service h6 {
        bottom: 160px;
        left: 0;
        right: 0;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
    }
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #ffffff !important;
}



/* Design Css */
h1,h2,h3,h4,h5,h6{
    font-family: 'Rajdhani', sans-serif;
}

*{
    font-family: 'Lato', sans-serif;
}

p, li, a {
    font-size: 16px;
    font-family: "Lato", sans-serif;
}

body{
    background: #f0f0f0;
}

.contact-us-with-icon .nav-link{
    background: #d32f2f;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 18px !important;
}

.contact-us-with-icon .nav-link:hover{
    background: #b71c1c;
}

.contact-us-with-icon .nav-link::after{
    display: none;
}

#menu{
    background: #ffffff;
    padding: 15px;
}

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

#menu ul li {
    border-bottom: 1px solid #c7c7c7;
}

#menu ul li:last-child{
    border-bottom: none;
}

#menu ul li a{
    display: block;
    padding: 12px 0;
    color: #222;
    font-weight: 600;
    text-decoration: none;
}

#menu ul li.active a,
#menu ul li a:hover{
    color: var(--color2);
}

#my-icon{
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
}

.grid-container{
    display: grid;
    grid-template-columns: 100px auto;
}

.grid-item {
    padding: 10px 10px;
    position: relative;
}

.grid-item img {
    top: 37px;
    position: absolute;
    text-align: center;
    width: 60px;
    vertical-align: center;
    left: 25px;
}

.index_about_img{
    text-align: center;
    position: relative;
    display: table;
}

.index_about_img img {
    width: 320px;
}

.index_about_img:before,
.index_about_img:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid #e1a64e;
    border-width: 2px 2px 0 0;
}

.index_about_img:before {
    right: -12px;
    top: -11px;
}

.index_about_img:after {
    border-width: 0 0 2px 2px;
    bottom: -13px;
    left: -12px;
}

footer{
    background: #282828;
    color:#c1cbd4;
}

footer i{
    color: var(--color2);
    padding-right: 10px;
}

footer h4:after{
    content: "";
    height: 1.5px;
    width: 100%;
    display: block;
    background: var(--color2);
    margin: 15px 0px;
}

.custom_btn {
    background: #e1a64e;
    color: white;
    padding: 12px 26px;
    transition: all 0.3s;
    text-decoration: none;
}

.custom_btn:hover{
    color: white;
    text-decoration: none;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.index_service{
    background: linear-gradient(transparent, #0000007a 0),
                url(../img/our-service-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.footer_quick_link ul{
    padding: 0;
}

.footer_quick_link ul li{
    display: inline;
}

.footer_quick_link ul li:after{
    content: "";
    height: 15px;
    background: #c1cbd4;
    width: 2px;
    display: inline-block;
    margin: 0px 11px;
    position: relative;
    top: 2px;
}

.end_footer{
    background: #111111;
}

.end_footer ul li{
    display: inline;
    padding: 0px 7px;
}

.end_footer ul li a{
    color: var(--color2);
}

.index_project_div{
    display: grid;
    align-items: center;
    position: relative;
    background: #333;
    transition: all 0.3s;
}

.index_project_div:hover .project_caption{
    opacity: 1;
}

.index_project_div:hover img{
    opacity: 0.2;
}

.project_caption{
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}

.project_caption:before,
.project_caption:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid #e1a64e;
    border-width: 2px 2px 0 0;
    transition: all 0.3s;
}

.project_caption:before{
    top: -10px;
    transform: rotate(-90deg);
    left: 10px;
}

.project_caption:after{
    border-width: 0 0 2px 2px;
    bottom: -10px;
    right: 10px;
    transform: rotate(-90deg);
}

@media(max-width:991px){

    .menu{
        padding: 12px 0;
    }

    .top-header{
        text-align: center;
    }

    .social{
        justify-content: center !important;
        margin-top: 8px;
    }
}

/* ********************* Home ******************** */
.index_about {
    padding: 120px 0;
}

.index_about .row.pt-5{
    display: flex;
    flex-wrap: wrap;
}

.index_about .row.pt-5 > .col-4{
    display: flex;
    margin-bottom: 30px;
}

.index_about .row.pt-5 .grid-container {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: grid;
    grid-template-columns: 90px auto;
    padding: 16px 20px;
    border-radius: 6px;
    transition: 0.3s;
}

.index_about .row.pt-5 .grid-container:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.index_about .grid-item i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: var(--color2);
    color: #fff !important;
    border-radius: 50%;
    font-size: 26px;
    display: inline-block;
    margin-top: 14px;
}

.index_about .grid-item h4{
    margin-bottom: 10px;
    font-weight: 700;
}

.index_about .grid-item p{
    margin: 0;
    line-height: 1.7;
}

@media(max-width:991px){
    .index_about .row.pt-5 > .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .index_about .row.pt-5 .grid-container{
        min-height: auto;
    }
}

section.index_about h3 {
    font-weight: bold;
}

/* home objective */
section.index_service h3 {
    color: #fff;
    font-weight: bold;
}

.objective-subtitle {
    color: #fff;
    margin-bottom: 40px;
}

.card {
    border-radius: 0px;
    padding: 0px;
    border: none;
    height: 400px;
}

img.card-img-top {
    border: none;
    border-radius: 0px;
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
    font-weight: bold;
}

.index_service{
    padding: 80px 0;
}

/* Activities And Key Highlight */
.index_projects{
    padding: 100px 0;
}

section.index_projects h3 {
    font-weight: bold;
}

.project_caption p {
    color: #fff;
    font-size: 18px;
    padding: 20px;
}

.index_project_div img {
    height: 210px;
    object-fit: cover;
}

/* ********************** About Us ***********************/

section.aqsa_section {
    padding: 100px 0;
    background: #fff;
}

.aqsa_section h3 {
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
}

.aqsa_section .col-lg-5:first-child{
    position: relative;
}

.aqsa_section img {
    width: 500px;
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    height: 360px;
    object-fit: cover;
}

.aqsa_section img:hover{
    transform: scale(1.02);
}

.aqsa_section .col-lg-5:first-child::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border: 2px solid #e1a64e;
    border-width: 2px 2px 0 0;
    top: -15px;
    right: 20px;
    z-index: 2;
}

.aqsa_section .col-lg-5:first-child::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border: 2px solid #e1a64e;
    border-width: 0 0 2px 2px;
    bottom: -15px;
    left: 0px;
    z-index: 2;
}

.aqsa_section p{
    line-height: 1.8;
    color: #555;
}

.aqsa_section .d-flex i{
    font-size: 20px;
    margin-right: 12px;
    margin-top: 3px;
    color: var(--color2);
}

.aqsa_section .d-flex p{
    margin: 0;
}


/*  */

section.qs_chapter_section{
    padding: 80px 0;
}

.qs_chapter_section h3{
    font-weight: 800;
    margin-bottom: 10px;
}

.qs_chapter_section .card{
    border: none;
    border-radius: 10px;
    transition: 0.3s ease;
    background: #fff;
}

.qs_chapter_section .card:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.qs_chapter_section .card i{
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: var(--color2);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 15px;
}

.qs_chapter_section .card h5{
    font-weight: 700;
    margin-bottom: 10px;
}

.qs_chapter_section .card p{
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

@media (max-width: 991px){

    section.aqsa_section{
        padding: 60px 0;
    }

    .aqsa_section .col-lg-7 {
        margin-top: 45px;
    }

    .qs_chapter_section{
        padding: 60px 0;
    }
}

/*  */
.current_focus{
    background: #fff;
    padding: 90px 0;
}

.focus_image{
    position: relative;
    overflow: hidden;
}

.focus_image img {
    width: 600px;
    transition: 0.4s ease;
}

.focus_image:hover img{
    transform: scale(1.05);
}

.section_title h3{
    font-weight: 800;
    margin-bottom: 10px;
}

.current_focus p{
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.focus_highlight:hover{
    transform: translateY(-3px);
}

.focus_highlight i{
    font-size: 22px;
    color: var(--color2);
    margin-right: 12px;
    margin-top: 3px;
}

.focus_highlight p{
    margin: 0;
    color: #444;
    font-weight: 500;
}

@media (max-width: 991px){

    .current_focus{
        padding: 60px 0;
    }

    .focus_image{
        margin-bottom: 25px;
    }
}

.current_focus{
    padding: 100px 0;
}

/* Our Activities And Key Highlights */
.qs_activity{
    background: #fff;
}

.qs_activity h3{
    font-weight: 800;
    margin-bottom: 10px;
}

.qs_activity h4{
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.qs_activity h4::after{
    content: "";
    width: 50px;
    height: 3px;
    background: #e1a64e;
    display: block;
    margin-top: 8px;
}

.qs_activity p{
    line-height: 1.8;
    color: #555;
}

.qs_activity img{
    transition: 0.4s ease;
    border-radius: 8px;
}

.qs_activity img:hover{
    transform: scale(1.03);
}

.qs_activity .row {
    padding: 60px 0;
}

/* mobile */
@media (max-width: 991px){
    .qs_activity .row{
        text-align: center;
    }

    .qs_activity h4::after{
        margin-left: auto;
        margin-right: auto;
    }
}

/* key highlights */
.key_highlights{
    background: #fff;
}

.key_highlights h3{
    font-weight: 800;
    margin-bottom: 10px;
}

.highlight_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    height: 100%;
}

.highlight_card:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.highlight_card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.4s ease;
}

.highlight_card:hover img{
    transform: scale(1.05);
}

.card_body{
    padding: 18px;
}

.card_body h5{
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.card_body h5::after{
    content: "";
    width: 40px;
    height: 3px;
    background: #e1a64e;
    display: block;
    margin-top: 6px;
}

.card_body p{
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-top: 10px;
}

@media (max-width: 991px){
    .highlight_card img{
        height: 200px;
    }
}


/* ************************ Responsive *************************** */

@media (max-width: 1400px){
ul.navbar-nav {
    padding-right: 0px;
}
}

@media (max-width: 1200px){
.web-logo img {
    width: 430px;
}
}

@media (max-width: 992px){
.top-header ul li a {
    font-size: 14px;
}

    .web-logo img {
        width: 430px;
        padding-left: 20px;
    }

.top-header p {
    font-size: 15px;
    color: #fff;
}

span.hamburger-inner
 {
    background-color: #fff !important;
}

.qs_activity .row {
    padding: 30px 0;
}

.qs_activity h4 {
    margin-top: 20px;
}
}

@media (max-width: 768px){
    .top-header {
        display: none;
    }

        .web-logo img {
        width: 380px;
        padding-left: 20px;
    }

    span.hamburger-inner {
    margin-top: 0px !important;
    background-color: #fff !important;
    margin-right: 20px;
}

.responsive-menu-wrap {
    margin-right: 20px;
}

    .index_project_div img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }

}

@media (max-width: 500px){
    .web-logo img {
        width: 350px;
        padding-left: 20px;
    }
}

@media (max-width: 460px){
    .web-logo img {
        width: 250px;
        padding-left: 20px;
    }
}

@media (max-width: 370px) {
    .web-logo img {
        width: 200px;
        padding-left: 20px;
    }
}

.mm-page {
    overflow: hidden;
}

.home_page span.hamburger-inner{
    margin-top: 25px !important;
    background-color: #fff !important;
}

/* footer map */
.footer_map iframe{
    width: 100%;
    height: 200px;
    border-radius: 8px;
}

@media (max-width: 768px){
    .footer_map iframe{
        height: 180px;
    }
}

.mm-listitem:after {
    display: none !important;
}

a.mm-navbar__title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.end_footer a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

/* go top */
.scrollup{
    position: fixed;
    right: 25px;
    bottom: 105px;
    width: 45px;
    height: 45px;
    background: var(--color1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 999;
    text-decoration: none;
}

.scrollup:hover{
    transform: translateY(-5px);
    opacity: 1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.scrollup i{
    transition: 0.3s ease;
}

.scrollup:hover i{
    transform: translateY(-2px);
}

footer p a{
    color: #c1cbd4;
    text-decoration: none;
    transition: 0.3s;
}

footer p a:hover{
    color: var(--color2);
    text-decoration: underline;
}

.project_link{
    text-decoration: none;
    display: block;
    color: inherit;
}

.row.header-row {
    padding: 30px 0 0px;
}

footer {
    background: #282828;
    color: #c1cbd4;
    padding-top: 30px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--color2) !important;
}

.navbar-nav .nav-item.active .nav-link {
    color: var(--color2) !important;
    font-weight: 600;
}