@media only screen and (max-width: 576px) {

  header .navbar .navbar-toggler-icon {
    position: relative;
  }

  header .navbar .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    background-image: url('../img/icons/menu.png');
    background-size: 100% 100%;
  }

  header .navbar .navbar-brand img {
    height: 60px;
  }

  header .navbar .navbar-collapse {
    position: absolute;
    left: -110vw;
    top: 0px;
    width: 100%;
    height: unset;
    display: block;
    background-size: cover;
    z-index: 1;
    padding: 0px 6px;
    transition: all 0.45s;
    border-radius: 0px;
  }

  #close-btn {
    display: none;
  }

  header .navbar .navbar-toggler-icon.close-btn-icon::before {
    /* content: "\f00d"; */
    position: absolute;
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 900;
    left: 44px;
    top: 0;
    width: 20px;
    height: 20px;
    color: #000;
    transition: 0.45s ease;
    background-image: url('../img/icons/cross.png');
    background-size: 100% 100%;
  }

  header .navbar>.navbar-collapse ul>.nav-item:last-child {
    border: 1px solid #b79854;
    margin-top: 0px;
    width: 44%;
  }

  header .navbar-nav>.nav-item:nth-last-child(2) {
    border: 1px solid #b79854;
    margin-top: 0px;
    width: 30%;
    text-align: center;
  }

  header .navbar>.navbar-collapse ul>.nav-item:last-child {
    margin-top: 20px;
  }

  .header-logo-strip .header-email img {
    height: 16px;
  }

  .header-email {
    justify-content: start;
  }

  .header-email .social span {
    font-weight: 600;
  }

  .header-email .social {
    padding-left: 10px;
    margin-top: 8px;
  }

  .header-email .social-icon {
    margin-left: 8px;

  }

  .header-email .social div {
    font-size: 12px;
  }

  .contact-detail-icon {
    margin-right: 8px;
  }
  
  .header-logo-strip img {
    height: 75px;

  }

  .header-logo-strip .navbar-brand img {
    margin-left: 26px;
  }

  .header-logo-strip .navbar-brand {
    display: block;
    text-align: center;
    margin-right: 0px;
  }

  .header-logo-strip {
    display: block;
    padding: 4px 15px 12px;
  }


  .banner {
    padding-top: 130px;
    padding-bottom: 60px;
    height: 550px;
    margin-top: 140px;
  }

  .cookie-btn img {
    width: 47px;
  }



  .meet-partners {
    padding-bottom: 0px;
  }

  header .navbar .navbar-collapse>ul {
    margin-top: 0vh;
  }

  header .container {
    padding: 0px;
  }

  .homepage-main .row.second-header-row {
    background-color: #fff;
    transition: all 0.45s ease;
  }

  header {
    margin-top: -1px;
  }

  header .navbar .navbar-collapse ul .nav-item {
    margin-top: 10px;
    position: relative;
  }

  header .navbar>.navbar-collapse ul>.nav-item:last-child {
    margin-top: 20px;
  }

  header .navbar>.navbar-collapse ul>.nav-item:last-child>.nav-link {
    text-align: center;
  }

  header .navbar .navbar-collapse .the-cross {
    position: fixed;
    right: 30px;
    top: 60px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
  }

  header .navbar-nav .nav-item .nav-link {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #5F5F5F;
  }

  header .navbar-nav>.nav-item:last-child {
    border: 1px solid #5f5f5f;
    width: 140px;
  }

  .navbar-nav>.menu-item-has-children>.sub-menu {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    background: #173E62;
    list-style: none;
    height: 100vh;
    padding: 40px 25px;
    justify-content: center;
    z-index: 3;
  }

  .second-level:last-child {
    margin-top: 10px !important;
  }

  .second-level>.nav-link {
    text-align: left !important;
    color: #ffffff !important;
  }

  .second-level .nav-item {
    margin-top: 0 !important;
  }

  .second-level .sub-menu .nav-item:last-child .nav-link {
    text-align: left !important;
  }

  .menu-item-has-children.second-level::before {
    color: #fff;
    top: 10px;
  }

  .navbar-nav>.menu-item-has-children>.sub-menu>.nav-item>.sub-menu {
    flex-direction: column;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 40px 25px;
    justify-content: center;
    z-index: 4;
  }

  .menu-item-has-children>.nav-link::before {
    content: "\f054";
    position: absolute;
    right: 20px;
    top: 5px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    background-image: url(http://fgh.test/wp-content/uploads/2023/04/bx_bx-chevron-right.png);
    background-repeat: no-repeat;
    color: #173e62;
    left: 88%;
  }

  .header .level2 .menu-item .nav-link:last-child {
    width: 100%;
    border: 0px;
  }


  .second-level>.nav-link::before {
    top: 15px;
  }

  .navbar-nav>.menu-item-has-children>.sub-menu>li {
    width: 100%;
  }

  .goBack {
    position: absolute;
    left: 14px;
    top: 12px;
    width: 30px;
    cursor: pointer;
    z-index: 8;
    /* display: none; */
  }

  .goBack svg path,
  .goBack svg rect {
    fill: #000;
  }


  /* index */

  .our-partners h2 {
    padding-bottom: 10px;
  }

  .our-partners p {
    padding-bottom: 10px;
  }

  /* About-us */

  .legacy .img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }

  .legacy .img .content {
    width: 200px;
    height: 200px;
  }

  .legacy .img .content .img-title {
    font-size: 28px;
    line-height: 38px;
  }

  .legacy .img .content .img-title span {
    font-size: 28px;
    line-height: 38px;
  }

  .legacy-details h2 {
    margin-top: 20px;
  }

  .legacy .sm-text {
    padding-left: 0;
    margin-top: 10px;
  }

  .legacy .num {
    margin-top: 0px;
  }

  .legacy .sm-text+.row {
    padding-left: 0px;
    text-align: left;
  }

  .vis-mis {
    padding-bottom: 0px;
  }

  .vis-mis .img::before {
    width: 154px;
    height: 209px;
    bottom: -10px;
    left: -10px;
  }

  .vis-mis .row:nth-child(2) .img::before {
    right: -10px;
  }

  .vis-mis .top-head {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .vis-mis .head {
    font-size: 24px;
    line-height: 32px;
  }

  .vis-mis .row:nth-child(2) {
    margin-top: 40px;
  }

  .banner2 {
    margin-bottom: 50px;
  }

  /* FAQ */

  .page-banner {
    height: 300px;
    background-position: 71% 100%;
  }

  .page-banner .page-title {
    font-size: 36px;
    line-height: 48px;
    top: 165px;
  }

  .last-banner {
    margin-bottom: 50px;
  }

  .page-template-page-faq .last-banner {
    margin-bottom: unset;
  }

  .last-banner .heading {
    font-size: 28px;
    line-height: 38px;
  }

  .last-banner p {
    width: 98%;
    margin-bottom: 24px;
  }

  /* Qatar2030 */

  .qatar-vision {
    padding: 50px 0 0 0;
  }

  .qatar-vision .heading {
    padding-bottom: 0px;
  }

  .qatar-vision.qatar-vision-2 .heading {
    padding-top: 25px;
  }

  .qatar-vision .sm-text {
    font-size: 14px;
    line-height: 24px;
  }

  .qatar-pillars {
    padding: 50px 0;
  }

  .qatar-vision .row .with-vector::before {
    right: -10px;
  }

  .qatar-vision .row:nth-child(2n) .with-vector::before {
    left: -10px;
  }

  /* Privacy policy  */

  .privacy-policy-services {
    padding: 50px 0 0 0;
  }

  .privacy-policy-services .heading {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 0px;
  }

  .privacy-policy-services .sm-text {
    font-size: 14px;
    line-height: 24px;
  }

  /* Our-Partners */

  .our-partners {
    margin-top: 0;
  }

  .our-partners-network h2 {
    font-size: 28px;
    line-height: 38px;
    padding-top: 40px;
  }

  .client-testimonial h2 {
    padding-bottom: 40px;
  }

  .client-testimonial .ct-carousel-inner {
    width: 100%;
  }

  .our-partners-network .row .with-vector-2::before {
    left: -10px;
  }

  .meet-partners .filter-tabs {
    padding-top: 24px;
  }

  /* Our-division */

  .our-division h2 {
    padding-bottom: 0px;
    padding-top: 40px;
  }

  .our-division p {
    padding-bottom: 0px;
  }

  .our-division .row:nth-child(n + 2) {
    margin-top: 40px;
  }

  .with-vector::before {
    width: 138px;
    height: 209px;
    bottom: -10px;
  }

  .our-division .row .with-vector::before {
    left: -10px;
  }

  .our-division .row:nth-child(2n) .with-vector::before {
    right: -10px;
  }

  /* Career */

  .career-banner {
    background-position: 25% 100%;
  }

  .career h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .career h2 {
    font-size: 28px;
    line-height: 38px;
    padding-top: 40px;
  }

  .with-vector-2::before {
    width: 138px;
    height: 209px;
    bottom: -10px;
  }

  .career .row .with-vector-2::before {
    left: -10px;
  }

  .career-growth .row .with-vector::before {
    left: -10px;
  }

  .career-growth .row:nth-child(2n) .with-vector::before {
    right: -10px;
  }

  .career-growth {
    margin-top: 0px;
  }

  .career-growth h2 {
    padding-top: 40px;
  }

  .career-growth .row:nth-child(n + 2) {
    margin-top: 40px;
  }

  .career-box p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
  }

  .career-section-1 {
    padding: 0px;
  }

  /* Blogs */

  .blogs-pages {
    padding: 50px 0 0 0;
  }

  .single.single-post .blogs .blog-box.first {
    margin-top: 00px;
    margin-bottom: 70px;
  }
  .blogs .blog-box.first{
    margin-top: 30px;
    margin-bottom: 100px;

  }
  .blogs-pages .row>div .blog-box {
    margin-bottom: 0;
  }

  .blogs-pages .row>div:nth-last-child(-n + 3) .blog-box {
    margin-bottom:140px;
  }

  .blogs {
    margin-bottom: 0;
  }
  /* Certification */

  .certifications .col {
    flex: 0 0 50%;
  }

  .certificate-box {
    margin-top: 25px;
    padding: 8px;
  }

  .item-filter .col {
    flex: 0 0 100%;
    text-align: center;
  }

  .item-filter .heading {
    margin-bottom: 40px;
  }

  .filter-tabs {
    text-align: left;
    margin-bottom: 10px;
  }

  /* Contact-Us */

  .our-partners .customNavigation .testi-prev1 {
    left: 40%;
    top: auto;
    bottom: -40px;
  }

  .our-partners .customNavigation .testi-next1 {
    right: 40%;
    top: auto;
    bottom: -40px;
  }

  footer .footer-title {
    margin-bottom: 25px;
  }

  footer #menu-links {
    margin-bottom: 0;
  }

  footer {
    padding: 40px 0;
  }

  .qatar-vision-3 .qatar-vision-pb {
    flex-direction: column-reverse !important;
  }

  .qatar-vision-3 .qatar-vision-pb .sm-text {
    margin-top: 20px;
  }

  .page-template-page-qatar .page-title {
    top: 130px;
  }



  #tribe-events-content {
    padding: 0px 20px;
  }

  .tribe-events .tribe-events-header {
    background: none;
  }

  .tribe-events-event-image img {
    width: 100%;
    height: auto;
  }

  .tribe-events-single-event-description p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;

  }

  .tribe-events-schedule span {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
  }

  .tribe-events-single-event-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
  }

  #tribe-events-footer {
    margin-bottom: 0px;
  }

  footer {
    padding-bottom: 70px;
  }

  #tribe-events-content {
    padding: 0px 20px;
  }

  .tribe-events-event-image img {
    width: 100%;
    height: auto;
  }

  .tribe-events-single-event-description p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;

  }

  .tribe-events-schedule span {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
  }

  .tribe-events-single-event-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
  }

  #tribe-events-footer {
    margin-bottom: 0px;
  }

  .bread-crumb-work {
    font-size: 16px;
  }

  .our-event-slider .event-slick-slider .event-slider img {
    width: 100%;
    height: 250px;
  }

  .event-slick-slider .slick-prev:before,
  .event-slick-slider .slick-next:before {
    font-size: 36px;
  }


  .our-event-slider {
    padding: 40px;
  }

  .our-event-slider .slick-prev {
    z-index: 1;
    left: -26px;
    top: 47%;
  }

  .our-event-slider .slick-next {
    right: -9px;
    top: 47%;
    z-index: 1;
  }

  .event-slider {
    margin: 0px;
  }

  .our-event-slider .play-btn {
    transform: translate(130px, -50%);
  }

  .tagline {
    width: 54%;
    margin-left: 10px;
    margin-top: 6px;
  }

  .file-upload-wrapper {
    width: 100%;
  }

  footer .footer-padding-box {
    padding-left: 0px;
    width: 100%;
  }

  footer .footer-padding-right {
    display: block;
  }

}

@media (min-width: 578px) and (max-width: 768px) {
  .section {
    padding: 50px 0;
  }

  .heading {
    font-size: 27px;
    line-height: 38px;
  }

  .sm-text {
    font-size: 12px;
  }

  /* index */

  .banner .banner-title {
    font-size: 30px;
    line-height: 42px;
  }

  .text,
  .our-companies .company-box .learn-more {
    font-size: 10px;
    line-height: 20px;
  }

  .grad-BG h2 {
    margin-top: 30px;
  }

  .grad-BG .map-BG {
    padding: 100px 0 280px;
  }

  .our-values {
    margin-top: -350px;
    padding-bottom: 50px;
  }

  .our-values .value-box {
    padding: 12px 12px;
  }

  .our-values .value-box .head {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .our-values .value-box .icon {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }

  .our-companies .company-box:hover .content {
    top: 6%;
  }

  .mid-banner .heading {
    font-size: 24px;
    line-height: 36px;
  }

  .mid-banner .contact-us {
    font-size: 12px;
    line-height: 20px;
    margin-top: 40px;
    padding: 10px 8px;
  }

  .our-process {
    padding-top: 70px;
  }

  .our-process h2 {
    font-size: 24px;
    line-height: 38px;
    margin-top: 30px;
  }

  .our-journey {
    padding-top: 50px;
  }

  .success-stories {
    padding-top: 50px;
  }

  .success-stories .sm-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .num.marg {
    margin-top: 5px;
  }

  .num h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .num p {
    font-size: 10px;
    line-height: 20px;
  }

  .num h2 span {
    font-size: 22px;
  }

  .success-img img {
    margin-top: 40px;
  }

  .our-partners {
    margin-top: 0px;
    padding-top: 50px;
  }

  .our-partners h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
    padding-bottom: 50px;
  }

  .client-testimonial .ct-carousel-inner {
    width: 80%;
    margin-top: 60px;
  }

  .faqs {
    padding-top: 50px;
  }

  .blogs {
    padding-top: 50px;
  }

  .blogs .blog-box .content .date {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .blogs .blog-box .content .come-in .title h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .footer-banner {
    margin-top: 70px;
  }

  .footer-banner .heading {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 14px;
  }

  .footer-banner .text,
  .footer-banner .our-companies .company-box .learn-more,
  .our-companies .company-box .footer-banner .learn-more {
    font-size: 16px;
    line-height: 24px;
  }

  footer .footer-title {
    font-size: 14px;
  }

  footer .footer-links {
    font-size: 14px;
  }

  footer .info-box .sub-title {
    font-size: 14px;
  }

  footer .info-box .info {
    font-size: 14px;
  }

  .footer-contact {
    flex: 0 0 20%;
  }

  .our-companies .company-box .head {
    font-size: 16px;
    line-height: 28px;
  }

  /* about-us */

  .page-banner .page-title {
    font-size: 60px;
    line-height: 80px;
  }

  .legacy .img {
    width: 300px;
    height: 300px;
    margin-top: 100px;
  }

  .legacy .img .content {
    width: 200px;
    height: 200px;
  }

  .legacy .img .content .img-title {
    font-size: 36px;
    line-height: 44px;
  }

  .legacy .img .content .img-title span {
    font-size: 32px;
    line-height: 44px;
  }

  .legacy .num h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }

  .legacy .sm-text {
    margin-top: 10px;
  }

  .legacy .num {
    margin-top: 5px;
  }

  .legacy .num h2 span {
    font-size: 22px;
  }

  .num p {
    margin-bottom: 0;
  }

  .vis-mis .img::before {
    left: -15px;
    bottom: -15px;
    width: 128px;
    height: 196px;
  }

  .vis-mis .top-head {
    margin-bottom: 12px;
  }

  .vis-mis .head {
    font-size: 24px;
    line-height: 36px;
  }

  .vis-mis img {
    margin-top: 20px;
  }

  /* certifications */
  .item-filter {
    padding: 50px 0;
  }

  .item-filter .heading {
    margin-bottom: 40px;
  }

  /* faq */

  .page-banner {
    background-position: 62% 100%;
  }

  .last-banner {
    padding: 50px 0;
  }

  .last-banner .heading {
    font-size: 27px;
    line-height: 38px;
  }

  .last-banner p {
    width: 80%;
    font-size: 14px;
    line-height: 22px;
  }

  .last-banner .contact-us {
    font-size: 12px;
    line-height: 22px;
    padding: 12px 9px;
  }

  /* qatar */

  .qatar-vision .heading {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 12px;
  }

  .qatar-vision .sm-text {
    font-size: 12px;
  }

  .with-vector::before {
    width: 160px;
    height: 200px;
    bottom: -12px;
  }

  .qatar-vision .row .with-vector::before {
    right: -12px;
  }

  .qatar-vision .row:nth-child(2n) .with-vector::before {
    left: -12px;
  }

  .qatar-vision .row:nth-child(n + 2) {
    margin-top: 40px;
  }

  .qatar-img img {
    margin-top: 60px;
  }

  .qatar-img-2 img {
    margin-top: 40px;
  }

  .qatar-pillars {
    padding: 70px 0;
  }

  /* privacy policy */

  .privacy-policy-services .sm-text {
    font-size: 14px;
    line-height: 26px;
  }

  .privacy-policy-services .heading {
    padding-bottom: 12px;
    padding-top: 15px;
  }

  /* our-partners */
  .our-partners-2 h2 {
    padding-bottom: 0;
    font-size: 20px;
  }

  .our-partners-2 p {
    font-size: 14px;
    padding-bottom: 0;
  }

  .with-vector-2::before {
    width: 160px;
    height: 200px;
    bottom: -12px;
  }

  .our-partners-network .row .with-vector-2::before {
    left: -12px;
  }

  .opn-heading h2 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0;
  }

  .our-partners-logo {
    min-height: 160px;
  }

  .our-partners-logo p {
    font-size: 8px;
    line-height: 18px;
  }

  .our-partners-logo:hover p {
    font-size: 8px;
    line-height: 15px;
  }

  .ss-img img {
    margin-top: 30px;
  }

  /* our-division */
  .our-division-2 h2 {
    font-size: 24px;
    padding-bottom: 0px;
  }

  .our-division-2 p {
    padding-bottom: 0px;

  }

  .our-division .row .with-vector::before {
    left: -12px;
  }

  .our-division .row:nth-child(2n) .with-vector::before {
    right: -12px;
    left: auto;
  }

  .our-division .connect-btn {
    padding: 12px 18px;
  }

  /* career */

  .career h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .career h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 4px 0;
    margin: 0;
  }

  .career p {
    font-size: 10px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }

  .career-img img {
    margin-top: 25px;
  }

  .career .row .with-vector-2::before {
    left: -12px;
  }


  .career-growth h2 {
    font-size: 20px;
    line-height: 33px;
  }


  .career-growth .row .with-vector::before {
    left: -12px;
  }

  .career-growth .row:nth-child(2n) .with-vector::before {
    right: -10px;
  }

  .career-panel {
    min-height: 162px;
  }

  .career-panel h3 {
    font-size: 20px;
    line-height: 32px;
  }


  /* blogs */

  /* contact */

  .contact-info .title {
    font-size: 17px;
    line-height: 21px;
  }

  .contact-info .info {
    font-size: 16px;
  }

}

@media (min-width: 768px) and (max-width: 998px) {
  header .navbar .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/charm_menu-hamburger.png);
    background-size: 100% 100%;
  }

  header .navbar .navbar-toggler-icon.close-btn-icon::before {
    /* content: "\f00d"; */
    position: absolute;
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 900;
    left: 44px;
    top: 0;
    width: 20px;
    height: 20px;
    color: #000;
    transition: 0.45s ease;
    background-image: url(../img/icons/cross.png);
    background-size: 100% 100%;
  }

  header .navbar .navbar-collapse {
    position: absolute;
    left: -110vw;
    top: 0px;
    width: 100%;
    height: unset;
    display: block;
    background-size: cover;
    z-index: 1;
    padding: 0px 6px;
    transition: all 0.45s;
    border-radius: 0px;
  }

  header .navbar button.navbar-toggler#close-btn {
    transform: translate(619px, 10px) !important;
  }

  header {
    background-color: #fff;
    background: #fff;
  }
}

@media (max-width: 1200px) {}