body {
    font-family: "Raleway", sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
}

.form-control {
    background-color: #b5b5b4;
    border: 1px solid #b5b5b4;
}

.bg-warning {
    background-color: #ffda03 !important;
}

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

.title {
    font-size: 20px;
    font-weight: 800;
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}

.title-bg {
    position: relative;
}

.title-bg::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 100%;
    background-color: #ffda03;
    clip-path: polygon(38% 0%, 100% 0%, 65% 100%, 0% 100%);
}

.ws-40 {
    width: 40%;
}


.title-wr {
    font-size: 20px;
    font-weight: 800;
    background-color: #ffda03;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%);
}

.title-page-bg {
    position: relative;
}

.title-page-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 100%;
    background-color: #ffda03;
    clip-path: polygon(0% 0%, 62% 0%, 100% 100%, 35% 100%);
}

.title-page-bg::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 100%;
    background-color: #ffda03;
    clip-path: polygon(38% 0%, 100% 0%, 65% 100%, 0% 100%);
}

.bank-slider {
    display: flex;
    animation: scroll-left 25s linear infinite;
    width: max-content;
}

.bank-logo-item {
    flex: 0 0 auto;
    padding: 0 2rem;
}

.bank-logo-item img {
    height: 100px;
    object-fit: contain;
}

.resource-img {
    height: 180px;
    object-fit: contain;
    border-radius: 4px 4px 0 0;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.bank-slider:hover {
    animation-play-state: paused;
}

.title-contact {
    font-size: 20px;
    font-weight: 800;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.border-title {
    margin-bottom: 20px;
}

.border-title h3 {
    position: relative;
}

.border-title h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #636b72;
    width: 36%;
    height: 1px;
}

.border-title h3::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #636b72;
    width: 36%;
    height: 1px;
}

.welcome_head_office_item {
    height: 550px !important;
}

/* header */
header {
    position: relative;
}

.header_top {
    background-color: #ffda03;
    padding: 10px 0;
    margin-bottom: 30px;
}

.header_top .icons i {
    margin-left: 10px;
    color: #636b72;
    font-size: 24px;
}

.language .left {
    padding-right: 80px;
    position: relative;
}

.language .left::after {
    content: "";
    position: absolute;
    right: 146px;
    top: -76px;
    width: 20px;
    height: 370px;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 99;
}

.language ul li {
    margin-right: 10px;
}

.language ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
}

/*  */
.header_bottom .last-item {
    width: 20%;
    clip-path: polygon(23% 0,
            100% 0,
            100% 30%,
            100% 70%,
            100% 100%,
            0 100%,
            0% 70%,
            0 50%);
}

.logo .img {
    width: 80px;
}

.logo h1 {
    font-weight: 600;
    color: #ffda03;
}

.logo h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffda03;
}

.logo .img {
    width: 334px;
}

.header_bottom_item a,
p {
    font-size: 14px;
    color: #6c757d;
}

/* .navigation{
  margin-bottom: 110px;
} */
/* .navigation .navbar {
position: fixed;
width: 100%;

} */
/* .navigation .navbar.fixd-menu {
  position: fixed;
  background-color: #ffff;
  padding: 15px;
  box-shadow: 2px 6px 11px -1px rgba(148, 135, 135, 0.5);
  -webkit-box-shadow: 2px 6px 11px -1px rgba(148, 135, 135, 0.5);
  -moz-box-shadow: 2px 6px 11px -1px rgba(148, 135, 135, 0.5);
} */
.fixd-menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 20px;
}

.navigation .navbar {
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}

.navigation .navbar .navbar-nav {
    /* clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%); */
    width: 75%;
}

.navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    transition: all linear 0.3s;
    text-transform: uppercase;
    padding: 15px 15px;
}

.navigation .navbar .navbar-nav .nav-item .nav-link.active {
    color: #000000;

}

.navigation .navbar .navbar-nav .nav-item .nav-link.active::after {
    width: 100%;
    color: #6c757d;
    z-index: -1;
}

.navigation .navbar .navbar-nav .nav-item .nav-link.active:hover {
    color: rgb(0, 0, 0);

}

.navigation .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    position: relative;
    transition: all linear .3s;
}

.navigation .navbar .navbar-nav .nav-item {
    position: relative;
    transition: all linear .3s;
}

.menu-link {
    position: relative;
    transition: all linear .4s;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu .menu-link .sub-menu2 {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffda03;
    width: 150px;
    z-index: -10;
    padding: 10px;
    transition: all linear .3s;
    opacity: 0;
    padding: 0;
    border-left: 1px solid;
    transition: all linear .4s;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu .menu-link:hover .sub-menu2 {
    /* z-index: 9999; */
    opacity: 1;
    left: 150px;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #ffda03;
    width: 150px;
    z-index: -9;
    padding: 10px;
    transition: all linear .3s;
    opacity: 0;
    padding: 0;
}

.navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
    top: 54px;
    z-index: 9999;
    opacity: 1;
}

.navigation .navbar .navbar-nav .nav-item:hover .sub-menu li {
    transition: all ease-in-out .4s;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6c757d
}

.navigation .navbar .navbar-nav .nav-item:hover .sub-menu li:hover {
    background-color: #6c757d;
}

.navigation .navbar .navbar-nav .nav-item:hover .sub-menu li:hover a {
    color: #fff;
}

.navigation .navbar .navbar-nav .nav-item .sub-menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}

.navigation .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    z-index: 1;
}

.navigation .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.navigation .navbar .navbar-nav .nav-item .nav-link::after {
    color: #ffff;
    background: #ffda03;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all linear .3s;
}

.navigation .navbar .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}

.navigation .navbar .navbar-text {
    width: 25%;
    position: relative;
    text-align: right;
}

.navigation .navbar .navbar-text h2 {
    font-style: italic;
    padding-right: 40px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8.3px;
}

.navigation .navbar .navbar-text::after {
    content: "";
    position: absolute;
    left: -69px;
    top: 7px;
    width: 70px;
    height: 56px;
    background-color: #ffda03;
    transform: rotate(360deg);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/* header */
/* banner */
.banner-area {
    position: relative;
    height: 450px;
}

.banner-area .banner-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

.hero-area .hero-bg {
    width: 100%;
    height: 600px;
    position: relative;
    background-size: 100%, 100% !important;
    /* background-color: #6c757d; */
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg.hero-bg-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vedio {
    width: 100%;
}

/* banner */
/* experience */
.experience-area .experience-item {
    margin: 50px 200px;
}

.experience-area .experience-item .item {
    border-radius: 10px;
    position: relative;
    transition: all linear 0.3s;
    cursor: pointer;
}

.experience-area .experience-item .item h4 {
    color: #fff;
}

.experience-area .experience-item .item:hover h4 {
    position: relative;
    z-index: 1;
    color: #000000;
}

.experience-area .experience-item .item p {
    font-weight: 600;
    color: #ffda03;
}

.experience-area .experience-item .item:hover p {
    position: relative;
    z-index: 1;
    color: #000000 !important;
    /* font-weight: 600; */
}

.experience-area .experience-item .item::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #ffda03;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition: all linear 0.3s;
}

.experience-area .experience-item .item:hover::after {
    right: 0;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.experience-area_bottom .card {
    position: relative;
    padding: 15px 15px 10px 15px;
    margin-bottom: 24px;
}

.experience-area_bottom .card .overlay {
    position: absolute;
    background-color: #6c757d;
    width: 100%;
    height: 100%;
    padding: 50px;
    text-align: center;
    color: white;
    opacity: 0;
    transition: all linear 0.3s;

}

.experience-area_bottom .card:hover .overlay {
    opacity: 1;
    cursor: pointer;
}

/* devision-item */
.devision-item .item {
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.devision-item .item::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #ffda03;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition: all linear 0.3s;
}

.devision-item .item:hover::after {
    width: 50%;
    right: 0;
}

.devision-item .item::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #ffda03;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    transition: all linear 0.3s;
}

.devision-item .item:hover::before {
    left: 0;
    width: 50%;
}

.devision-item .item:hover h3 {
    color: #000000;
}

.devision-item .item h3 {
    position: relative;
    z-index: 1;
    color: #fff;
}

/* devision-item */
/* digital_survey */
.digital_survey .card-item-1 {
    width: 40%;
}

.digital_survey .card-item-2 {
    width: 60%;
    margin-left: 10px;
}

.digital_survey .card ul li {
    margin-bottom: 10px;
}

.digital_survey .card ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #6c757d;
    border-bottom: 1px solid #6c757d;
}

.digital_survey .bg-secondary .bg-warning {
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}

.digital_survey .bg-secondary {
    position: relative;
}

.digital_survey .bg-secondary::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    /* width: 55px;
    height: 51px; */
    background-color: #ffda03;
    transform: rotate(360deg);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.digital_survey h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* digital_survey */
/* bank-area */
.bank-area .bank_logo .bank_logo_item {
    width: 14%;
    margin: 0 20px;
}

.bank-area .bank_logo .bank_logo_item img {
    width: 100%;
}

/* bank-area */
/*  */
.superentendency .text {
    width: 65%;
}

.superentendency .img {
    width: 35%;
}

/*  */
/*  */
.send_a_messege .input_item {
    width: 48%;
}

.send_a_messege .input_item label {
    color: #cdcece;
    font-size: 18px;
    font-weight: 600;
}

.send_a_messege .checkbox h4 {
    color: #cdcece;
    font-size: 22px;
    font-weight: 600;
}

.send_a_messege .input_item .btn {
    font-size: 22px;
    font-weight: 700;
}

.send_a_messege .textarea {
    position: relative;
}

.send_a_messege .textarea::after {
    content: "";
    position: absolute;
    left: 127px;
    bottom: -16px;
    width: 183px;
    height: 30%;
    background-color: #ffda03;
    clip-path: polygon(53% 0%, 100% 0%, 51% 100%, 0% 100%);
}

/* .send_a_messege .input_item  label{
width: 25%;
} */
/*  */
/* checkbox */
.checkbox .checkbox-item {
    width: 33%;
    margin-bottom: 10px;
}

/* checkbox */
/* welcome_head_office */

/* welcome_head_office */
/* company_founder */
.company_founder .card {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.company_founder .card .img {
    width: 40%;

}

.company_founder .card .content {
    width: 57%;

}

.company_founder .card .content h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* company_founder */
/* company_profile  */
.company_profile {
    padding-bottom: 300px;
}

/* company_profile  */
/* our_client */
.our_client .img {
    margin-bottom: 24px;
}

/* our_client */
/* contact-bg */
/* .contact-bg{
background: url('/assets/images/contact_img.png') no-repeat center;
height: 600px;
background-size: 100% 100%;
} */
/* contact-bg */
/* gallery_area */
.gallery_area .gallary_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery_area .gallary_item .left-item {
    width: 49%;
}

.gallery_area .gallary_item img {
    width: 100%;
}

.gallery_area .gallary_item .left-right {
    width: 49%;
}

/* gallery_area */
/*  */
footer {
    background: url('/assets/images/footer-bg.jpg') no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

footer .overlay {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    color: #000;
}

/* footer .left-item h1 {
  font-size: 30px;
}
footer .left-item h3 {
  font-size: 22px;
} */
footer .left-item h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

footer .left-item p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #000000;
}

footer .center_item {
    border-left: 1px solid #fff;
    height: 100%;
    border-right: 1px solid #fff;
    padding-left: 130px;
    padding-right: 130px;
    position: relative;
}

footer .center_item .icons {
    justify-content: center;
    gap: 20px;
}

footer .center_item .icons i {
    font-size: 35px;
}

/* .follow {
    padding-top: 160px;
} */

.btm-area {
    position: absolute;
    text-align: center;
    bottom: 20px;
    /* left: 95px; */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.btm-area ul li {
    display: inline-block;
    margin-right: 0px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding-bottom: 15px;
    padding-left: 40px;
}

/*  */




.artGroup {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;

    float: left;
}

.artwork {
    display: block;
    width: 100%;
    height: 100%;
}

.artGroup img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}

.artGroup .detail {
    display: block;

    background: #6c757d;

    width: 100%;
    height: 100%;
    position: absolute;
}

.artGroup .detail h3 {
    text-align: center;
    color: orange;
}

.artGroup .detail p {
    text-align: left;
    padding: 0 0.25em;
    color: #fff;
}

.container.event-container {
    display: flex;
    column-gap: 20px;
}

.col-md-6.event {
    width: 100%;
}

h3.bg-warning.w-25.px-4.py-2.digisurvey {
    width: fit-content !important;
}

.bg-secondary.w-100.digisurvey {
    display: flex;
    align-items: center;
}

article {
    clear: both;
    font: 300 15px/1.2 'roboto', sans-serif;
    margin: 2em auto;
    max-width: 600px;
}

/* Older Browsers */

.artGroup.slide {
    overflow: hidden;
}

.artGroup.slide .detail {
    bottom: -364px;
}

/* Newer Browsers */

.artGroup.flip {
    -webkit-perspective: 800px;
    perspective: 800px;
}

.artGroup.flip .artwork {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.artGroup.flip .detail,
.artGroup.flip .theFlip {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.artGroup.flip img,
.artGroup.flip .detail {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.container.event-container {
    display: flex;
    column-gap: 20px;
}

.col-md-6.event {
    width: 100%;
}

h3.bg-warning.w-25.px-4.py-2.digisurvey {
    width: fit-content !important;
}

.bg-secondary.w-100.digisurvey {
    display: flex;
    align-items: center;
}

.custom-slide-container {
    width: 100%;
}

.custom-inner-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

/* Left Panel */
.custom-left-panel {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    justify-content: center;
}

.custom-option {
    width: 100%;
    height: 55px;
    position: relative;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    border-radius: 0px 50px 50px 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.card-body.text-secondary.d-flex.slick-slide.slick-current.slick-active.digital {
    padding: 0px 0px;
}

.custom-option.\31 {
    background: linear-gradient(to left, #a5d058, #dee22e);
}

.custom-option.\32 {
    background: linear-gradient(to left, #e6a822, #fae10b);
}

.custom-option.\33 {
    background: linear-gradient(to left, #1d7fba, #88c5a6);
}

.custom-option.\34 {
    background: linear-gradient(to left, #c6bb38, #f5d025);
}

.custom-option.\35 {
    background: linear-gradient(to left, #e4a422, #fae10b);
}

.custom-option.\36 {
    background: linear-gradient(to left, #a3cf58, #dde22f);
}



.custom-title {
    color: #000000;
    white-space: nowrap;
    font-weight: 800;
    display: flex;
    justify-content: center;

}


/* Right Panel */
.custom-right-panel {
    width: 70%;
    position: relative;
    background: url('https://via.placeholder.com/800x600') center center no-repeat;
    background-size: cover;
}

.custom-bottom-box {
    position: absolute;
    bottom: 45px;
    right: 83px;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: #fff;
    border-radius: 6px;
}

/* custom design*/

.row.my-5.client-section {
    column-gap: 30px;
}

.col-md-3.client-image {
    border: 1px solid black;
    padding: 0;
}

.img.client {
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

section.our_client {
    padding-bottom: 50px;
}


.container.corporate {
    display: flex;
    justify-content: center;
    padding: 50px 0px 50px 0px;
    width: fit-content;

}

.corporate-clients {
    width: fit-content;
    align-content: center;
}

h3.corporate-top {
    width: 100%;
    background: #ffc107;
    font-weight: 800;
    padding: 5px;
    text-align: center;
}

h3.corporate-bottom {
    width: 100%;
    color: #ffc107;
    background: #464747;
    font-weight: 800;
    padding: 5px;
    text-align: center;
}

.corporate-title {
    display: flex;
}

p.corpotate-dash {
    background: #000000;
    height: 5px;
    width: 50px;
}

.corporate-gap {
    align-items: center;
    justify-content: center;
    display: flex;
}

/* extra*/
.services.sub {
    display: flex !important;
    justify-content: center !important;
}

.servicetitle {
    font-size: 20px;
    font-weight: 800;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 20% 100%);
    text-align: center;
}

.border-title {
    margin-top: 50px;
}

.title-bg::before {
    content: "";
    position: absolute;
    top: 0;
    width: 140px;
    height: 100%;
    background-color: #ffc107;
    clip-path: polygon(0% 0%, 65% 0%, 100% 100%, 38% 100%);
}

.bg-secondary.bank-area-slider.py-3.bank_logo.clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;

}


/*contact*/
.card.border-secondary.mb-3.h-100.contact {
    width: 32%;
}

.col-md-6.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

h3.bg-warning.w-25.px-4.py-2.contact {
    width: fit-content !important;
}

h3.bg-warning.w-auto.py-3.px-5.servicetitle.contact {
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 12% 100%) !important;
    width: auto !important;

}

section.container.contact {
    padding-bottom: 50px !important;
}


/*for index*/
.digital_survey .card-item-1 {
    width: 100% !important;
}

.digital_survey .bg-secondary .bg-warning {
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    width: fit-content !important;
    padding-right: 40px !important;
}


.custom-box {
    position: absolute;
    bottom: 30px;
    right: 52px;
    background: #ffc107;
    width: 296px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1;
    text-align: center;
    height: 130px;
    display: flex;
    border: 3px solid black;
    ;
    flex-direction: column;
    justify-content: center;
}

.custom-box img {
    position: absolute;
    top: -61px;
    left: -35px;
    width: 100px;
    height: 100px;
    z-index: 2;
}

.custom-box .firsttitle {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.Property.Valuation {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    background-color: black;
}

.call-now {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.custom-box .phone {
    font-size: 18px;
    color: #000000;
    font-weight: 800;
    font-family: sans-serif;
}

/*footer*/
.footer-top {
    background-color: #ffda03;
    height: 50px;
}

.footer-bottom {
    background-color: #ffda03;
    height: 60px;
}

.col-md-4.order-1.order-sm-0 {
    margin-top: 3rem;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1000px;
    margin: 40px auto;
}

.image-grid img {
    width: 125%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .image-grid {
        grid-template-columns: 1fr;
    }
}

a.twitter {
    color: #6eb5e3;
}

a.youtube {
    color: #1f83bc;
}

i.fab.fa-instagram {
    color: #e64b3f;
}

a.envelope {
    color: #2256a4;
}

h3.text-center.mb-4.follow-us {
    font-weight: 600;
}

.text-center.mt-3.footer-2 {
    display: flex;
    font-weight: 800;
    column-gap: 20px;
    justify-content: center;
}

.icons.d-flex.home {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    gap: 20px;
    font-size: 75px;
}

.card-body.text-secondary.notice {
    height: 293px;
    overflow: auto;
}

/*slider*/

.swiper,
.swiper-slide {
    width: 100%;
    height: auto;
}

.slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
}

.card-item-1 {
    flex: 1;
    color: #000000;
}

.card-item-2 {
    flex: 1;
}

.card-item-2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.col-md-6.event.career {
    height: 320px;
}
