/** Start Responsive **/
header .burger-icon {
  display: none;
}

@media screen and (max-width: 1050px) {
  .govInv .govInv-body .right-side {
    width: 100%;
  }
  .govInv .govInv-body .left-side {
    display: none;
  }
  .aboutPage .aboutPage-body {
    padding: 60px 0;
  }
  .aboutPage .aboutPage-body .aboutPage-body-wrapper {
    flex-direction: column;
    padding: 0;
  }
  .aboutPage .aboutPage-body .aboutPage-body-blocks {
    flex-direction: column;
    gap: 40px;
    margin-top: 15px;
  }
  .aboutPage .aboutPage-body .aboutPage-body-blocks .left-side,
  .aboutPage .aboutPage-body .aboutPage-body-blocks .right-side,
  .aboutPage .aboutPage-body .aboutPage-body-wrapper h5 {
    width: 100%;
  }
  .aboutPage .aboutPage-body .aboutPage-body-wrapper h5 {
    margin-top: 20px;
  }
  .aboutPage .aboutPage-principles .aboutPage-principles-blocks {
    flex-direction: column;
    gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .aboutPage .aboutPage-career {
    padding: 60px 35px;
  }
  .aboutPage .aboutPage-leadership .aboutPage-leadership-wrapper {
    padding: 50px 0;
  }
  .singleArticle .singleArticle-body .left-side {
    display: none;
  }
  .singleArticle .singleArticle-body .right-side {
    width: 100%;
  }
  .singleArticle .singleArticle-body .right-side .authors {
    padding-top: 30px;
  }
  .singleArticle .singleArticle-body .singleArticle-wrapper {
    padding-bottom: 50px;
  }
  .newsPage .newsPage-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 25px;
  }
  .news .news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  footer .top {
    padding: 20px;
  }
  footer .top .right-side {
    position: absolute;
    right: 20px;
  }
  footer .top .right-side svg {
    width: 145px;
    height: 145px;
  }
  footer .bottom {
    width: calc(100% - 35px);
    flex-direction: column;
    gap: 25px;
    padding-top: 30px;
  }
  footer .bottom .with-hover .detail {
    display: none;
  }
  footer .bottom .deatls {
    flex-wrap: wrap;
  }
  footer .bottom .coa-info {
    width: 100%;
  }
  footer .bottom .item.item-privacy {
    position: initial;
  }
  .news .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .wht-we-do .wht-we-do-content {
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
  }
  .wht-we-do .left-side,
  .wht-we-do .right-side {
    width: 100%;
  }
  .wht-we-do .left-side p {
    margin-bottom: 20px;
  }
  .wht-we-do .left-side h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .how-we-do-it .how-we-do-it-grid {
    display: grid;
    grid-template-columns: repeat(1, 334px);
    justify-content: center;
  }
  .how-we-do-it .how-we-do-it-grid .item .default,
  .how-we-do-it .how-we-do-it-grid .item .hover,
  .how-we-do-it .how-we-do-it-grid .item:hover .hover {
    position: initial;
    transform: initial;
    opacity: 1;
    visibility: visible;
  }
  .how-we-do-it .how-we-do-it-grid .item:hover {
    background-color: #ecf3f7;
  }
  .how-we-do-it .how-we-do-it-grid .item .hover p {
    color: #233160;
  }
  .how-we-do-it .how-we-do-it-grid .item h3 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .how-we-do-it .how-we-do-it-grid .item {
    margin: 0 auto;
    padding: 30px 0;
  }
  .how-we-do-it .how-we-do-it-grid .item .default {
    width: 80%;
    margin: 0 auto;
  }
  .how-we-do-it .how-we-do-it-grid .item .default img {
    width: 100%;
  }
  .leadership .left-side {
    display: none;
  }
  .about,
  .leadership,
  .how-we-do-it {
    padding: 40px 0;
  }
  .how-we-do-it .how-we-do-it-title h3 {
    font-size: 26px;
    line-height: 37px;
  }
  .leadership .name_status {
    margin-top: 40px;
  }
  .leadership .right-side {
    width: 100%;
  }
  .leadership .description p {
    font-size: 24px;
    line-height: 36px;
  }
  header {
    top: 20px;
    padding: 0 15px;
    align-items: center;
  }
  header .burger-icon {
    width: 47px;
    height: 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #ffffff;
    position: relative;
  }
  header .burger-icon span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #233160;
    transition: 0.5s ease;
    transform-origin: center;
  }
  body.open_menu header .burger-icon {
    background-color: #585f74;
  }
  body.open_menu header .burger-icon span {
    background-color: #ffffff;
  }
  body.open_menu header .burger-icon span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  body.open_menu header .burger-icon span:nth-child(2) {
    opacity: 0;
  }
  body.open_menu header .burger-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  header .menu {
    width: calc(100% - 30px);
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    margin: 0 auto;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 33px;
    opacity: 0;
    visibility: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    transition: 0.4s;
  }
  body.open_menu header .menu {
    opacity: 1;
    visibility: visible;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  header .menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  header .menu li a {
    color: #233160;
  }
  header .menu .cta {
    padding: 10px 20px;
    background: rgba(35, 49, 96, 0.15);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #233160;
  }
  .hero .hero-blocks {
    flex-direction: column;
  }
  .hero .hero-blocks .block {
    min-height: 0;
    gap: 10px;
  }
  .hero .hero-blocks .block,
  .hero .hero-blocks .block:first-child {
    width: 100%;
  }
  .hero .hero-blocks .block:first-child {
    order: 3;
  }
  .about .about-body {
    flex-direction: column;
    gap: 33px;
  }
  .about .left-side,
  .about .right-side {
    width: 100%;
  }
  .aboutPage .aboutPage-principles .right-side .item,
  .aboutPage .aboutPage-principles .left-side {
    position: initial;
  }
  .wht-we-do .wht-we-do-container {
    width: 100%;
  }
  .govInv
    .govInv-body
    .govInv-expertises
    .govInv-expertises-grid
    .expertises-header
    h3 {
    font-size: 14px;
    padding-right: 20px;
  }
  .govInv
    .govInv-body
    .govInv-expertises
    .govInv-expertises-grid
    .expertises-header:after {
    right: 0;
  }
  .legalNotice .legalNotice-content .shape-default img {
    width: 270px;
  }
  .legalNotice .legalNotice-header {
    padding-top: 230px;
  }
  footer .bottom .item .content br {
    display: none;
  }
  .aboutPage .aboutPage-header,
  .newsPage .newsPage-header,
  .singleArticle .singleArticle-header,
  .govInv .govInv-header {
    height: initial;
    padding-top: 170px;
  }
  .aboutPage .aboutPage-body .aboutPage-body-blocks .right-side .arrow_title {
    gap: 20px;
  }
  .aboutPage .arrow_title svg:not(:first-child) {
    display: flex;
  }
  .aboutPage .arrow_title svg:first-child {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .how-we-do-it .how-we-do-it-grid .item .default .image img {
    object-fit: contain;
  }
  .how-we-do-it .how-we-do-it-grid .item .default .image {
    width: 265px;
    height: 131px;
  }
  /* .hero-slider .splide,
  .hero-slider .splide__track,
  .hero-slider .splide__list,
  .hero-slider .splide__slide {
    height: auto !important;
  } */
  .news-item h4 {
    bottom: -40px;
  }
  .aboutPage .aboutPage-leadership .bottom .description {
    margin-top: 30px;
  }
  .govInv .govInv-body .govInv-quote {
    padding: 30px 0 30px 20px;
  }
  .govInv .govInv-body .govInv-quote p {
    font-size: 20px;
    line-height: 34px;
  }
  .govInv .govInv-body .govInv-expertises {
    margin-top: 40px;
  }
  .govInv .govInv-body .govInv-overview h5 {
    margin-top: 30px;
  }
  .govInv .govInv-body .govInv-overview .title-overview h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .govInv .govInv-body .govInv-body-content {
    padding-left: 0;
    padding-right: 0;
  }
  .govInv .govInv-header-content {
    position: relative;
  }
  .govInv .govInv-header .govInv-title .top-title a {
    position: absolute;
    bottom: 20px;
  }
  .govInv .govInv-header .govInv-title h2 {
    font-size: 35px;
    line-height: 51px;
    padding-right: 0;
  }
  .aboutPage
    .aboutPage-body
    .aboutPage-body-blocks
    .right-side
    .arrow_title
    h4 {
    font-size: 31px;
    line-height: 39px;
  }
  .aboutPage .aboutPage-body .aboutPage-body-wrapper h5 {
    font-size: 35px;
    line-height: 50px;
  }
  .aboutPage .aboutPage-career .aboutPage-career-wrapper .right-side {
    width: 100%;
    height: 330px;
    padding-top: 15px;
    border-top: 1px solid #3fa9f5;
  }
  .aboutPage .aboutPage-principles .right-side .item .title h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .aboutPage .aboutPage-principles .right-side {
    width: 100%;
  }
  .aboutPage .aboutPage-title h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .aboutPage .aboutPage-principles .right-side .item {
    width: 100%;
  }
  .aboutPage .aboutPage-principles .left-side {
    width: 100%;
  }
  .aboutPage .aboutPage-principles .right-side .principles-items {
    gap: 20px;
  }
  .aboutPage .aboutPage-career {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 30px 35px;
  }
  .aboutPage .aboutPage-leadership .top p {
    font-size: 22px;
    line-height: 34px;
  }
  .aboutPage .aboutPage-leadership .bottom .image {
    margin: 0 auto;
  }
  .aboutPage .aboutPage-career .aboutPage-career-wrapper .left-side,
  .aboutPage .aboutPage-leadership .bottom .description {
    width: 100%;
  }
  .aboutPage .aboutPage-career .aboutPage-career-wrapper {
    flex-direction: column;
    border-bottom: none;
  }
  .aboutPage .aboutPage-leadership .bottom {
    gap: 20px;
    margin-top: 30px;
    flex-direction: column;
  }
  .aboutPage .aboutPage-leadership .top h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .aboutPage .aboutPage-leadership .top {
    padding-left: 0;
    padding-right: 0;
  }
  .aboutPage .aboutPage-principles {
    padding: 55px 0;
  }
  .singleArticle .singleArticle-header .singleArticle-title h2 {
    font-size: 30px;
    line-height: 44px;
    padding-right: 0;
  }
  .singleArticle .singleArticle-content .shape-default img {
    width: 260px;
  }
  .govInv .govInv-body .govInv-overview .title-overview .arrow_title h4 {
    font-size: 23px;
    line-height: 35px;
  }
  .govInv .govInv-body .govInv-overview .description-overview {
    margin-top: 20px;
  }
  .news-item {
    min-height: initial;
    /* padding-bottom: 50px; */
  }
  .singleArticle .singleArticle-body .right-side .authors .names {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero .hero-title {
    flex-direction: column;
    padding: 0 15px;
  }
  .hero .hero-title h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .hero .hero-blocks .block:first-child {
    padding: 40px 20px;
  }
  .news .news-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .news .news-grid .news-item {
    min-height: initial;
  }
  .news .news-grid .news-item h4 {
    position: initial;
    margin-top: 30px;
  }
  .newsPage .newsPage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wht-we-do .right-side .item .body-item ul li {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .newsPage .newsPage-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsPage .newsPage-body {
    padding-bottom: 100px;
  }
}
/** End Responsive **/
