@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@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&display=swap');

body {
    margin: 0;
    font-family: "Poppins", serif;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #373636ba;
}

.loaderImg {
    background: url(../img_src/01.png) 50% 50% no-repeat;
    background-size: 100px 100px;
    -webkit-animation: flip-vertical-right 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
    animation: flip-vertical-right 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both;
    height: 100%;
    width: 100%;
}

a {
    color: #000;
}

/* Start Nav Bar Design */
.header {
    /* background-color: #1a2562; */
    background: linear-gradient(180deg, #1e2c79 0%, #16205b 100%);
}

.logo {
    width: 150px;
    display: inline-block;
}

.logo img {
    width: 100%
}

.header_body {
    padding: 0.25rem 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.navigation {
    height: 70px;
    background: #262626;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.contact_btn {
    background: #0ea075;
    margin-left: 0.5rem !important;
    border-radius: 0.25rem;
}

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

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    margin: 10px 0;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #0ea075;
    color: #ffffff;
    border-radius: 0.25rem;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    background: #0b1650;
    border-radius: 0.25rem;
    padding: 0.5rem 0;
}

.nav-dropdown li {
    min-width: 200px;
    max-width: 280px;
}

.nav-dropdown li a {
    margin: 0 !important;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    /* background: #0b1650; */
    height: 60px;
    width: 60px;
}

@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        /* background-color: #26316f; */
        /* border-radius: 0.5rem; */
    }

    nav ul {
        display: none;
        background-color: #26316f;
        border-radius: 0.5rem;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    .header_body {
        flex-direction: column;
        padding: 0.5rem 0;
    }

    .nav-dropdown li {
        width: 100% !important;
        max-width: none;
        min-width: none;
    }

    .contact_btn {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 800px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* End Nav Bar */

/* ==================== Banner Section ==================== */
.hero_section {
    background-image: url(../img_src/body.png);
    background-size: 20%;
    background-repeat: repeat;
    padding: 2rem 0;
}

.banner_image {
    width: 100%;
}

.hero_body {
    display: flex;
    flex-direction: column;
    position: relative;
}

.element_1 {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 1;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(http://localhost/lluminity/assets/css/../img_src/triangle_blue.png);
    animation: triangle-animate 2s linear alternate infinite;
    opacity: 0.6;
}

@keyframes triangle-animate {
    0% {
        transform: translate(0%, -50%);
    }

    100% {
        transform: translate(0%, 0%);
    }
}

@keyframes triangle-animate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hero_title {
    font-family: "Outfit", serif;
    color: #1c286d;
}

.hero_text {
    font-size: 1.15rem;
    margin-top: 0.5rem;
    color: #414c8a;
    font-weight: 500;
    margin-bottom: 1rem;
}

.hero_counts {
    display: flex;
    flex-direction: row;
    /* justify-content: space-evenly; */
    gap: 2rem;
    padding: 0.5rem 0;
    border-radius: 0.5rem;
    position: relative;
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .4);
    background-color: #ffffff; */
}

.hero_count {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero_count_title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.hero_count_text {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.hero_counts .hero_count:nth-child(1) * {
    color: #3243a5;
}

.hero_counts .hero_count:nth-child(2) * {
    color: #139959;
}

.hero_counts .hero_count:nth-child(3) * {
    color: #c76311;
}

.btn-start {
    width: fit-content;
    background-color: #2a3999 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.banner_slider .uk-slider-container {
    overflow-y: visible !important;
    padding: 0 2rem;
}

.banner_slider .uk-panel {
    box-shadow: 0px 2px 7px 4px #16161626;
    border-radius: 1rem;
    overflow: hidden;
}

/* Banner End */

/* ==================== About Us Start ==================== */
.about_us_data {
    text-align: center;
}

.about_us_data h1 {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #2a3999;
}

.about_us_data h1 span {
    color: #30b18b;
}

.about_us_data h6 {
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 400;
    color: #3F51B5;
    margin-bottom: 1rem;
}

.about_us_data h6::before {
    content: '"';
    font-weight: 600;
}

.about_us_data h6::after {
    content: '"';
    font-weight: 600;
}

.about_us_data p {
    padding: 0 8%;
    margin-bottom: 0.75rem;
    color: #525252;
}

.about_us_data .about_us_buttons {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
}

.about_us_data .about_us_buttons .about_button_1 {
    border: 2px solid #2a3999;
    background-color: #fff;
    font-weight: 500;
    color: #2a3999;
}

.about_us_data .about_us_buttons .about_button_2 {
    border: 2px solid #2a3999;
    background-color: #2a3999;
    font-weight: 500;
    color: #ffffff;
}

/* About Us End */

/* ==================== Mission and Vision Cards ==================== */
.details_card {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    height: 90%;
    box-shadow: 0px 2px 7px 4px #6767671f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    border: 2px solid #3F51B5;
}

.card_details {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
    align-items: center;
}

section.mission_vision {
    background-image: url(../img_src/body_start_BG.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.card_details h3 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #2f44bf;
}

.card_details h6 {
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #1d2e8f;
}

.card_details p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #273372;
}

.left_card.card_details h3 {
    text-align: right;
    color: #0ea075;
}

.right_card.card_details h6,
.right_card.card_details p {
    text-align: right;
}

/* ==================== Mission and Vision Cards End ==================== */


/* ==================== Company Start ==================== */





.vhcf-section,
.vhcf-section .vhcf-row {
  width: 100%;
  display: block;
}
.vhcf-section .vhcf-row .vhcf-column {
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: aliceblue;
  border-radius: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.vhcf-section .vhcf-row .vhcf-column .vhcf-module{
  width: 50%;
  margin-bottom: auto;
  padding: 15px;
  box-sizing: border-box;
  text-align: justify;
}
.vhcf-section .vhcf-row .vhcf-column .vhcf-module img{
  width: 70%;
  height: auto;
  /* border: 1px solid #ddd; */
}





/* ==================== Company End ==================== */


/* ==================== Gallery CSS Start ==================== */

/* Gallery Styles */
.gallery_container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  @media (min-width: 1300px) and (max-width: 2560px) {
    .popup-gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
    }
  }
  
  @media (min-width: 700px) and (max-width: 1299px) {
    .popup-gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }
  }
  
  @media (min-width: 300px) and (max-width: 699px) {
    .popup-gallery {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 5px;
    }
  }
  
  .gallery_item {
    margin-bottom: 5px;
    overflow: hidden;
  }
  
  .popup-gallery a {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }
  
  .popup-gallery a:hover {
    transform: scale(1.05);
    border-color: #fff;
  }
  
  .popup-gallery img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 250px;
    max-height: 250px;
  }
  
  @media only screen and (max-width: 1000px) {
    .popup-gallery img {
      min-height: 150px;
      max-height: 150px;
    }
  }
  
  /* END  */
  
  .singicon_btn_nlf {
    position: absolute;
    top: 44%;
    bottom: 56%;
    left: 44%;
    right: 56%;
    opacity: 0;
  }
  
  .singicon_btn_nlf svg {
    color: #fff;
  }
  
  .popup-gallery a:hover .singicon_btn_nlf {
    opacity: 1;
  }
  
  .hover_affect_nlf:hover img {
    opacity: 0.5;
  }
  


/* ==================== Gallery CSS End ==================== */
.services .uk-panel {
    height: 320px;
    overflow: hidden;
    position: relative;
    border: 2px solid #f0f0f0;
    border-radius: 0.5rem;
}

.services .uk-panel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services .uk-panel .service_data {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(180deg, #ffffff00 36%, #ffffffc9 60%, #fffffff2 100%);
}

.services .uk-panel .service_data h1 {
    font-size: 1.5rem;
    text-align: center;
    color: #3F51B5;
}

.services .uk-panel .service_data p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.1rem;
    color: #666666;
}

.services .uk-panel .service_data .btn_services {
    background-color: #fff;
    border: 2px solid #304098 !important;
    padding: 0.15rem 0.75rem !important;
    margin-top: 0.5rem;
    color: #304098;
    font-size: 0.9rem;
    font-weight: 500;
}

.services .uk-panel .service_data .btn_services:hover {
    background-color: #304098;
    color: #ffffff;
}

/* We Worked For */
.we_worked_for logo-slider {
    --image-size: 80px;
    /* border: 1px solid #575757; */
    padding: 20px;
    overflow: hidden;
    /* max-width: 900px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.we_worked_for logo-slider:hover div {
    animation-play-state: paused;
}

.we_worked_for logo-slider div {
    display: flex;
    position: relative;
    animation: marquee 30s linear infinite;
    justify-content: space-around;
}

.we_worked_for logo-slider img {
    display: block;
    min-width: var(--image-size);
    height: var(--image-size);
    margin: 0 1vw;
}

.we_worked_for logo-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 80px, rgba(255, 255, 255, 0) calc(100% - 80px), white);
}

@media (max-width: 900px) {
    .we_worked_for logo-slider {
        --image-size: 50px;
        --image-size: min(max(50px, 10vw), 100px);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

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

/* Footer */
footer {
    background-color: #2a3999;
    margin-top: 130px;
    position: relative;
}

footer .wave1 {
    position: absolute;
    width: 100%;
    height: 340px;
    object-fit: cover;
    top: -140px;
    left: 0;
    z-index: 1;
}

footer .element_2 {
    position: absolute;
    left: 420px;
    top: 0;
    z-index: 2;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(http://localhost/lluminity/assets/css/../img_src/triangle_light.png);
    animation: triangle-animate 2s linear alternate infinite;
}

footer .element_3 {
    position: absolute;
    right: 140px;
    top: 90px;
    z-index: 2;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(http://localhost/lluminity/assets/css/../img_src/triangle_light.png);
    animation: triangle-animate2 2s linear alternate infinite;
}

.footer {
    position: relative;
    z-index: 20;
}

.footer_details_1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer_details_1 img {
    width: 230px;
    height: 148px;
    object-fit: inherit;
}

.footer_details_1 p {
    font-size: 1.05rem;
    color: #ffffffd1;
    width: 90%;
}

.footer_details_1 ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.footer_details_1 ul li a {
    color: #bec6f4;
    text-decoration: none;
}

.footer_details_1 ul li a:hover {
    color: #ffffff;
}

.footer_details_1 ul li a i::before {
    font-size: 1.5rem;
}

.footer_details_2 {
    margin-top: 116px;
}

.footer_details_2 .links {
    padding: 0;
    list-style: none;
}

.footer_details_2 .links a {
    text-decoration: none;
    color: #dbe0ff;
}

.footer_heading {
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    width: fit-content;
    margin-bottom: 1rem;
}

.footer_heading::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 5px;
}

.footer_details_2 .contact_details {
    list-style: none;
    padding: 0;
}

.footer_details_2 .contact_details li {
    display: flex;
    color: #ffffffc4;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.footer_details_2 .contact_details li p {
    margin-bottom: 0;
}

.footer_details_2 .contact_details li i {
    width: 20px;
}

.copyright {
    background-color: #effffa;
}

.copyright p {
    color: #0f8e69;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

/* Contact Us */
.map_view iframe {
    border: 2px solid #2a3999;
    border-radius: 1rem;
    overflow: hidden;
}

.content_us label {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    color: #2a3999;
    font-weight: 500;
}

.content_us select:focus,
.content_us textarea:focus,
.content_us input:focus {
    box-shadow: none !important;
    border: 2px solid #1b32a4;
}

.content_us button {
    background-color: #2a3999 !important;
    color: #fff !important;
    font-weight: 500;
}

.content_us button:hover {
    background-color: #0e1a66 !important;
}

<<<<<<< Updated upstream
=======
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 24px;
    color: #0ea075;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.list-style-one {
    position: relative;
    list-style: none;
    padding: 0;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 6px;
}

.list-style-one li i {
    padding-right: 10px;
    color: #30b18b;
}

.btn-style-one {
    border: 2px solid #2a3999 !important;
    background-color: #2a3999 !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

.about-section {
    position: relative;
}

.about-section .sec-title {
    margin-bottom: 45px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.about-section .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.about-section .image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
    background-color: #191e34;
    color: #fff;
}


.team-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
}

.member {
    flex: 1 1 250px;
    margin: 20px;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
    max-width: 300px;
    transition: all 0.3s;
}

.member:hover {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
}

.member img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid #30b18b;
    border-radius: 50%;
    margin: 0 auto;
}

.member h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #2a3999;
    margin: 15px 0;
}

.member p {
    font-size: 15px;
    color: #525252;
    line-height: 1.6;
}

.career-page {
    font-family: Arial, sans-serif;
    color: #333;
    padding: 40px 0;
    background-color: #f9f9f9;
}

.career-subtitle {
    font-size: 1.2rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto 40px;
}

.job-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.job-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.job-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.job-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.apply-btn {
    display: inline-block;
    background: #2a3999;
    color: #fff;
    padding: 6px 22px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #30b18b;
}

.cta-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.cta-text {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 20px;
}

.contact-btn {
    display: inline-block;
    border: 2px solid #2a3999;
    color: #2a3999;
    padding: 6px 28px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #2a3999;
    color: #fff;
}
>>>>>>> Stashed changes
