:root {
    --primary-color: #03045e;
    --secondary-color: #edf5ff;
    --white-color: #fff;
    --light-color: #FBFDFF;
    --medium-color: #EDF5FF;
    --dark-color: #1c146a;
    --max-width: 1280px;
    --overlay-color: rgba(6, 40, 51, 0.8);
    --menu-speed: 0.75s;
}

  .collapse {
    display: none;
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  html, body {
    background: var(--white-color);
    font-family: "Montserrat", sans-serif;
    color: var(--dark-color);
    line-height: 1.6;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


  a, a:hover {
    text-decoration: none;
  }

  h1, h2, h3, h4, p {
    font-family: Lato;
  }


  h2, .sub-title, p, ul li a {
    font-style: normal;
}

h2 {
    color: #000;
    font-size: 48px;
    font-weight: 500;
}

.sub-title {
    color: #000;
    font-size: 26px;
    font-weight: 400;
}

p {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
}


  ul {
    list-style: none;
  }


/* Header */
body .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 114px 120px 50px;
    background: var(--primary-color);
    align-items: center;
}

body .header h1 {
    color: var(--white-color);
    font-size: 48px;
    font-weight: 500;
}

body .header .download {
    display: flex;
    padding: 12px 30px;
    gap: 10px;
    border-radius: 4px;
    background: var(--white-color);
}


/*main nav bar/main-pic */
#main-nav {
    position: fixed;
    display: flex;
    width: 100vw;
    padding: 1px 120px;
    justify-content: space-between;
    background: var(--white-color);
    box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.10);
    z-index: 11;
}
   
#main-nav .navbar-content {
    display: flex;
    gap: 6px;
    align-items: center;
}
#main-nav .navbar-content .icon {
    width: 48px;
    height: 45px;
    background: var(--white-color) 50% / cover no-repeat;
}

    
#main-nav .navbar-content h1 {
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
    width: 186px;
    margin-top: 5px;
}

    
#main-nav .navbar-content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 90px;
    flex-shrink: 0;
    margin-top: 18px
}


 #main-nav ul {
    display: flex;
    padding-bottom: 5px;
}  


#main-nav ul li a {
    padding: 0.7rem;
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0.5rem;
    transition: all 0.3s;
}

 #main-nav .menu-wrap input {visibility: hidden;}

 #main-nav ul li a:hover {text-decoration: none;}

 #main-nav ul li .current {
    position: relative;
    color: var(--primary-color);
    font-weight: 600;
}

#main-nav ul li .current a {
    color: #03045E;
}


#main-nav ul li .current .dash{
    position: absolute;
    left: 30px;
    bottom: -10px;
}

#main-nav ul li .contact {
    border-radius: 10px 0px;
    border: 2px solid var(--primary-color);
}

#main-nav ul li .contact span {
    color: var(--primary-color);
    font-size: 20px;
}
#main-nav ul li svg {
    display: none;
}
 
 .navbar.top {background: transparent !important;}
 
 .menu-wrap {background-color: white 
 }




/* Header Section */
#header {
    display: flex;
    padding: 192px 155px 128px;
    background: var(--medium-color);
    flex-direction: column;
    align-items: flex-start;
}

#header .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#header .content .context {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#header .content .context h3 {
    color: #000;
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    line-height: 88px;
    width: 100%;
}

#header .content .context span {
    color: var(--primary-color);
    font-weight: 900;
    line-height: 88px;
}

#header .content .context .quote-container {
    display: flex;
    height: 64px;
    justify-content: center;
    align-items: center;
}

#quote-text {
    color: #4A4A4A;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

#header .content a {
    display: flex;
    padding: 18px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
}

/*--------HOME A--------------*/
#home-a {
    display: flex;
    padding: 100px 121px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    align-self: stretch;
}

#home-a .mvogrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    align-self: stretch;
}

#home-a .mvogrid .mvo {
    display: flex;
    flex-direction: column;
    padding: 36px 48px;
    min-width: 300px;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.10);
}

#home-a .mvogrid .mvo .mvocontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    align-self: stretch;
}

#home-a .mvogrid .mvo .mvocontent .icon1, 
#home-a .mvogrid .mvo .mvocontent .icon2, 
#home-a .mvogrid .mvo .mvocontent .icon3 {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#home-a .mvogrid .mvo .mvocontent .icon1 {
    background-image: url(../img/mission\ 1.png);
}

#home-a .mvogrid .mvo .mvocontent .icon2 {
    background-image: url(../img/focus\ 1.png);
}

#home-a .mvogrid .mvo .mvocontent .icon3 {
    background-image: url(../img/targeting\ 1.png);
}

#home-a .mvogrid .mvo .mvocontent .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

#home-a .mvogrid .mvo .mvocontent .text .h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}

#home-a .mvogrid .mvo .mvocontent .text p {
    color: #4A4A4A;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------/

/*------HOME B------*/
#home-b {
    display: flex;
    padding: 152px 120px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--primary-color);
    color: var(--white-color);
}

#home-b .home-b-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 48px;
}

#home-b .home-b-flex .content {
    display: flex;
    margin: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#home-b .home-b-flex .content .svg1,
#home-b .home-b-flex .content .svg2,
#home-b .home-b-flex .content .svg3,
#home-b .home-b-flex .content .svg4 {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: var(--primary-color) 50% / cover no-repeat;
}

#home-b .home-b-flex .content .svg1 img,
#home-b .home-b-flex .content .svg2 img,
#home-b .home-b-flex .content .svg3 img,
#home-b .home-b-flex .content .svg4 img {
    width: 100%;
    height: 100%;
}

#home-b .home-b-flex .content .context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

#home-b .home-b-flex .content .context h3 {
    color: var(--white-color);
    font-family: Lato;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

#home-b .home-b-flex .content .context p {
    color: var(--white-color);
    font-family: Lato;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
}


/*-------HOME C --------------------------------------------------------------------------------*/
#home-c {
    display: flex;
    width: 100vw;
    padding: 78px 120px;
    flex-direction: column;
    gap: 10px;
    background: var(--light-color);
}

#home-c .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 49px;
    width: 100%;
}

#home-c .frame h3 {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 48px;
    font-weight: 600;
}

#home-c .exe-grid {
    display: flex;
    justify-content: center;
    gap: 21px;
    flex-wrap: wrap;
    width: 100%;
}

#home-c .exe-grid .content {
    display: flex;
    width: 386px;
    min-width: 270px;
    padding-bottom: 60px;
    gap: 10px;
    border-radius: 10px;
    background: var(--medium-color);
}

#home-c .exe-grid .content .div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    width: 100%;
}

#home-c .exe-grid .imgdiv {
    background: #fff;
    width: 100%;
    height: 50vh;
}

#home-c .exe-grid .imgdiv img {
    width: 100%;
    height: 100%;
    background: lightgray -13.172px -5.066px / 106.825% 101.312% no-repeat;
    object-fit: cover;
}

#home-c .context {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    width: 100%;
}

#home-c .context h4, 
#home-c .context p {
    text-align: center;
    margin: auto;
}

#home-c .context h4 {
    color: #000;
    font-family: Lato;
    font-size: 26px;
    font-weight: 500;
}

#home-c .context p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
}

#home-c .context a {
    margin: 10px auto 0;
}

#home-c .context a svg {
    width: 24px;
    height: 24px;
}

#home-c .see-more {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px 0;
    background: var(--primary-color);
}

#home-c .see-more .svg {
    width: 30px;
    stroke-width: 3px;
    stroke: var(--white-color);
}


/*-----------GALLERY---------*/
#gallery {
    display: flex;
    width: 100vw;
    height: 100vh;
    padding: 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #D8D7D7;
    position: relative;
}

#gallery .img {
    display: flex;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), lightgray 50% / cover no-repeat;
    width: 100vw;
    height: 100%;
    position: absolute;
}

#gallery .img img {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 120%;
    height: 100%;
    animation: zoom-out 5s infinite;
    animation-timing-function: cubic-bezier(0.01,1,0.1,1);
    object-fit:cover;
}

@keyframes zoom-out {
    100% {
        width: 100%;
    }
}

#gallery .img1 {
    animation: slide1 20s linear infinite;
} 
#gallery .img2 {
    animation: slide2 20s linear infinite;
} 
#gallery .img3{
    animation: slide3 20s linear infinite;
} 
#gallery .img4 {
    animation: slide4 20s linear infinite;
}

@keyframes slide1 {
    0%{
        visibility: visible;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes slide2 {
    0%{
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: hidden;
    }
}
@keyframes slide3 {
    0%{
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}
@keyframes slide4 {
    0%{
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}


#gallery .img .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    animation: textup 20s linear infinite;
    transform: translateY(100px);
}
@keyframes textup {
    10% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(0px);
    }
}

#gallery .img .content1 {
    animation-delay: 0s;
}
#gallery .img .content2 {
    animation-delay: 5s;
}
#gallery .img .content3 {
    animation-delay: 10s;
}
#gallery .img .content4 {
    animation-delay: 15s;
}


#gallery .img .content .context {
    display: flex;
    width: 869px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}


#gallery .img .content .context h2 {
    color: #FFF;
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#gallery .img .content .context p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}








/*-----------HOME D---------*/

#home-d {
    display: flex;
    padding: 116px 120px;
    flex-direction: column;
    align-items: center; /* Centered to align grid in the middle */
    gap: 10px;
    background: #FBFDFF;
}

#home-d .wse {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%; /* Ensure full width for the grid */
}

#home-d .wse h2 {
    color: #000;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2; /* Consistent line-height */
    width: 100%; /* Ensure full width for the heading */
}

#home-d .wse .wse-grid {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align grid items */
    gap: 20px;
    width: 100%; /* Ensure full width for the grid */
}

#home-d .wse .wse-grid .wse-grid-flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%; /* Ensure full width for the flex container */
}

#home-d .wse .wse-grid .wse-grid-flex .wse-grid-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align content */
    gap: 26px;
    min-width: 300px;
    padding: 36px 48px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.10);
    flex: 1 0 0;
}

#home-d .wse .wse-grid .wse-grid-flex .wse-grid-container .wse-grid-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 100%; /* Ensure full width for content blocks */
}

#home-d .wse .wse-grid .wse-grid-flex .wse-grid-container .wse-grid-content .svg {
    width: 64px;
    height: 64px;
}

#home-d .wse .wse-grid .wse-grid-flex .wse-grid-container .wse-grid-content .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%; /* Ensure full width for text blocks */
}

#home-d .wse .wse-grid .wse-grid-flex .wse-grid-container .wse-grid-content .text h3 {
    color: #000;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.23; /* Consistent line-height */
}

#home-d .wse .wse-grid .wse-grid-flex .wse-grid-container .wse-grid-content .text p {
    color: #4A4A4A;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; /* Consistent line-height */
}


/*---------HOME E----------------------------------------------*/

#home-e {
    display: flex;
    padding: 98px 181px;
    flex-direction: column;
    align-items: center; /* Centered for uniform alignment */
    gap: 10px;
    background: var(--light-color);
}

#home-e .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; /* Ensure full width for content */
}

#home-e .content .context {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%; /* Ensure full width for context */
    height: 70%;
}

#home-e .content .context h2 {
    color: #000;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2; /* Consistent line-height */
}

#home-e .content .context p {
    color: #4A4A4A;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6; /* Consistent line-height */
    width: 100%; /* Ensure full width for paragraph */
}

#home-e .content .view {
    display: flex;
    padding: 18px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px 0;
    background: #03045E;
    color: #fff;
}



/*------------HOME-F-----------------------------------------------------------*/

#home-f {
    display: flex;
    padding: 94px 224px;
    flex-direction: column;
    align-items: center; /* Centered for consistent alignment */
    gap: 10px;
    background: var(--light-color);
}

#home-f .u-e {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    width: 100%; /* Ensure full width */
}

#home-f .u-e h2 {
    color: #000;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2; /* Consistent line-height */
}

#home-f .u-e .u-e-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 77px;
    flex-wrap: wrap;
    width: 100%; /* Ensure full width */
}

#home-f .u-e .u-e-grid .img {
    border-radius: 10px;
    background: lightgray;
    width: 450px;
    height: 337.5px;
    overflow: hidden; /* Ensures image does not overflow */
}

#home-f .u-e .u-e-grid .img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers container */
}

#home-f .u-e .u-e-grid .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    min-width: 350px;
    max-width: 457px;
    flex: 1 0 0;
}

#home-f .u-e .u-e-grid .content .context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%; /* Ensure full width */
}

#home-f .u-e .u-e-grid .content .context h3 {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2; /* Consistent line-height */
}

#home-f .u-e .u-e-grid .content .context p {
    color: #4A4A4A;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6; /* Consistent line-height */
}

#home-f .u-e .see-more {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px 0;
    background: #03045E;
}

#home-f .u-e .see-more .svg {
    width: 30px;
    stroke-width: 3px;
    stroke: #FFF;
}



/*-------------HOME G--------------*/

#home-g {
    display: flex;
    padding: 87px 119px;
    flex-direction: column;
    align-items: center; /* Centered for consistent alignment */
    gap: 10px;
    background: #FBFDFF;
    width: 100%; /* Ensures full width */
}

#home-g .orp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    width: 100%; /* Ensures full width */
}

#home-g .orp h2 {
    color: #000;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2; /* Consistent line-height */
    width: 100%; /* Ensures full width */
}

#home-g .orp .orp-post {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%; /* Ensures full width */
}

#home-g .orp .orp-post .post {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 387px;
    padding-bottom: 10px;
    border-radius: 10px;
    background: #EDF5FF;
}

#home-g .orp .orp-post .post img {
    width: 100%; /* Ensures full width */
    height: auto; /* Maintains aspect ratio */
    border-radius: 10px 10px 0 0;
}

#home-g .orp .orp-post .post .context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 20px;
    width: 100%; /* Ensures full width */
}

#home-g .orp .orp-post .post .context h3 {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px; /* 125% */
    margin-bottom: 5px;
}

#home-g .orp .orp-post .post .context a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 30px;
    border-radius: 10px 0;
    border: 1px solid #03045E;
    color: #03045E;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px; /* 160% */
    text-decoration: none; /* Ensures no underline */
}

#home-g .orp .orp-post .post .context a p {
    color: #03045E;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px; /* 160% */
}

#home-g .orp .orp-post .post .context h3 span {
    display: none;
}

#home-g .orp .more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 10px 0;
    background: #03045E;
}

#home-g .orp .more .svg {
    width: 30px; /* Adjust as needed */
    height: 30px; /* Adjust as needed */
    stroke-width: 3px;
    stroke: #FFF;
}

/*-----ABOUT-----*/

#about {
    display: flex;
    padding: 60px 120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
    background: #FBFDFF;
}

#about .about-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

#about .about-container .hide {
    display: block;
}
#about .about-container .collapse {
    display: none;
}

#about .about-container img {
    display: flex;
    padding: 12px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
}



#about .about-container .paragraph {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    align-self: stretch;
}

#about .about-container .content {
    background-color: var(--light-color);
    width: 100%;
}

#about .about-container .content h3 {
    color: #000;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 100% */
}
#about .about-container .content ul {
    width: 100%;
}
#about .about-container .content ul li {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}


/*----------EVENTS & BLOG------------*/

#eve-blog {
    display: flex;
    padding: 60px 119px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    background-color: var(--light-color);
}

#eve-blog .eve-blog-a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#eve-blog .eve-blog-a h2 {
    color: #000;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}

#eve-blog .eve-blog-a .container {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 3vh;
    align-self: stretch;
    flex-wrap: wrap;
    margin-bottom: 2vh;
}

#eve-blog .eve-blog-a .container .img-container {
    width: 562px;
}

#eve-blog .eve-blog-a .container .img {
    border-radius: 10px;
    background: lightgray;
    width: 100%;
}

#eve-blog .eve-blog-a .container .content {
    display: flex;
    max-width: 562px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
}

#eve-blog .eve-blog-a .container .content .context {
    display: flex;
    padding: 5%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

#eve-blog .eve-blog-a .container .content .context h3 {
    color: #000;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
}

#eve-blog .eve-blog-a .container .content .context p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height:32px; /* 160% */
    margin-bottom: -10px;
}

#eve-blog .eve-blog-a .container .content .context svg {
    width: 68px;
    height: 68px;
    margin-top: 5px;
}

#eve-blog .eve-blog-b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

#eve-blog .eve-blog-b h2 {
    color: #000;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#eve-blog .eve-blog-b .container {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#eve-blog .eve-blog-b .container .content {
    display: flex;
    width: 387px;
    min-width: 300px;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: #EDF5FF;
    object-fit: cover;
}

#eve-blog .eve-blog-b .container .content .img {
    border-radius: 10px 10px 0px 0px;
    background:lightgray;
    overflow: hidden;
    width: 100%;
}

#eve-blog .eve-blog-b .container .content .context {
    display: flex;
    padding: 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

#eve-blog .eve-blog-b .container .content .context h3 {
    color: #000;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 125% */
}
#eve-blog .eve-blog-b .container .content .context p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height:32px; /* 160% */
    margin-bottom: -20px;
}

#eve-blog .eve-blog-b .container .content .context svg {
    width: 68px;
    height: 68px;
}


/*----------CONTACT------------*/
#contact {
    display: flex;
    padding: 60px 120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    background-color: #fff;
}

#contact .contact-a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

#contact .contact-a .info {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

#contact .contact-a .info .flex {
    display: flex;
    min-width: 376px;
    padding: 22px 30px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 8px 20px 2px rgba(0, 0, 0, 0.10);
}

#contact .contact-a .info .flex .info-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

#contact .contact-a .info .flex .info-box .title {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

#contact .contact-a .info .flex .info-box .title svg {
    width: 48px;
    height: 48px;
    fill: #03045E;
}

#contact .contact-a .info .flex .info-box .title p {
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#contact .contact-a .info .flex .info-box p {
    color: #000;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
#contact .contact-a .info .flex .info-box svg {
    margin-bottom: 0;
    width: 68px;
    height: 68px;
}
#contact .contact-a .info .flex .info-box .contact-links svg rect {
    fill: white;
}
#contact .contact-a .info .flex .info-box .contact-links svg:hover rect {
    fill: rgba(0, 0, 0, 0.10);
}
#contact .contact-a .location {
    height: 500px;
    align-self: stretch;
}

#contact .contact-a .location iframe {
    width: 100%;
    height: 100%;
}


#contact .contact-b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

#contact .contact-b h2 {
    font-size: 48px;
    font-weight: 500;
}

#contact .contact-b form {width: 100%;}
#contact .contact-b form .form {display: flex; flex-direction: column; margin: 1.5rem; width: 100%; margin-left: 0;}
#contact .contact-b form .form input[type=text],
#contact .contact-b form .form textarea {outline-color: #4a4a4a;width: 100%; display: inline-block; border: none; background-color: #f5f5f5; padding: 2rem;}
#contact .contact-b form .form input[type=text]:focus {background-color: var(--medium-color); outline: var(--secondary-color); border: 1px solid var(--secondary-color);}
#contact .contact-b form .form textarea {height: 250px;}
#contact .contact-b form button {width: 15%; color: #fff;}


/*----------FOOTER------------*/
#footer {
    display: flex;
    padding: 121px 120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: var(--primary-color);
}

#footer .footer-grid {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 107px;
    align-self: stretch;
    flex-wrap: wrap;
}

#footer .footer-grid .footer-grid1 {
    display: flex;
    min-width: 260px;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    flex: 1 0 0;
}

#footer .footer-grid .footer-grid1 .footer-grid1-title {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

#footer .footer-grid .footer-grid1 .footer-grid1-title .footericon {
    display: flex;
width: 51px;
height: 48px;
padding: 4px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}

#footer .footer-grid .footer-grid1 .footer-grid1-title .footericon .img {
width: 48px;
height: 44.498px;
flex-shrink: 0;
background: #fff;
border-radius: 2px;
}

#footer .footer-grid .footer-grid1 .footer-grid1-title h3 {
color: #FFF;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 100% */
width: 200px;
}   

#footer .footer-grid .footer-grid1 .footer-grid1-title .svg {
    height: 48px;
}

#footer .footer-grid .footer-grid1 .footer-grid1-title p {
    color: #fff;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 90px;
    flex-shrink: 0;
    margin-top: 18px
}

#footer .footer-grid .footer-grid1 p {
    color: #CACACA;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    align-self: stretch;
}

#footer .footer-grid .footer-grid2 {
    display: flex;
    width: 162px;
    height: 239px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#footer .footer-grid .footer-grid2 h3 {
    color: #FFF;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 123.077% */
}


#footer .footer-grid .footer-grid2 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

#footer .footer-grid .footer-grid2 ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    align-self: stretch;
}

#footer .footer-grid .footer-grid2 ul li .svg {
    width: 24px;
    height: 24px;
}

#footer .footer-grid .footer-grid2 ul li span {
    color: #CACACA;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

#footer .footer-grid .footer-grid3 {
    background-color: var(--primary-color);
    display: flex;
    min-width: 160px;
    flex-direction: column;
    gap: 13px;
    flex: 1 0 0;
}

#footer .footer-grid .footer-grid3 .footer-grid3-context {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;   
}

#footer .footer-grid .footer-grid3 .footer-grid3-context h3 {
    color: #FFF;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 123.077% */   
    align-self: stretch;
}

#footer .footer-grid .footer-grid3 .footer-grid3-context p {
    color: #CACACA;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

#footer .footer-grid .footer-grid3 form {
    display: flex;
}

#footer .footer-grid .footer-grid3 form .form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-self: stretch;
    height: 48px;
}

#footer .footer-grid .footer-grid3 form .form input[type=text],
#footer .footer-grid .footer-grid3 form .form textarea {
    display: flex;
    padding: 8px 90px 8px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: var(--primary-color);
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #FFF;
}

#footer .footer-grid .footer-grid3 form .form input[type=text]:focus {
    background-color: white; 
    outline: var(--secondary-color); 
    border: 1px solid var(--secondary-color);}

#footer .footer-grid .footer-grid3 form a .svg{
        right: 0px;
        width: 48px;
        height: 48px;
        fill: #FFF;
}

#footer .footer-grid .footer-grid3 .links {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

#footer .footer-grid .footer-grid3 .links a {
    
    fill: #FFF;
}

#footer .footer-grid .footer-grid3 .links a .svg {
    width: 36px;
    height: 37px;
}
