@media (min-width: 1400px) {
  .container {
    width: 1344px;
    max-width: 100%;
  }
  /* .banner_section .carousel-item{min-height: 60vh; } */
}
@media (max-width: 1400px) {
  .banner_section .carousel-indicators {
    bottom: 26px;
  }

  .banner_section .carousel-caption {
    top: 30%;
  }
}
@media (max-width: 1300px) {
  .team-members .members-wrapper .member .member-description p {
    font-size: 16px;
  }

  .member-modal-wrapper .member-modal .member-modal-left p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header .site_menu ul li {
    padding: 0px 10px;
  }

  .banner_section .banner_cont .content figure {
    max-width: 341px;
  }

  .carousel-caption .content .d-table-cell h3 {
    font-size: 2.2rem;
  }

  .carousel-caption .content .d-table-cell p {
    font-size: 1.2rem;
  }

  .banner_section .carousel-indicators {
    bottom: 10px;
  }

  .section_2 h3 {
    font-size: 1.4rem;
  }

  :root {
    --fs3: 01.75px;
    --fs6: 03.25px;
    --fs7: 04px;
    --fs10: calc(06.25px + 3.5px);
    --fs11: calc(06.875px + 3.5px);
    --fs12: calc(07.5px + 3.5px);
    --fs13: calc(08.125px + 3.5px);
    --fs14: calc(08.75px + 3.5px);
    --fs15: calc(09.375px + 3.5px);
    --fs16: calc(10px + 3.5px);
    --fs17: calc(10.625px + 3.5px);
    --fs18: calc(11.25px + 3.5px);
    --fs19: calc(11.875px + 3.5px);
    --fs20: calc(12.5px + 3.5px);
    --fs21: calc(13.125px + 3.5px);
    --fs22: calc(13.75px + 3.5px);
    --fs23: calc(14.375px + 3.5px);
    --fs24: calc(15px + 3.5px);
    --fs25: calc(15.625px + 3.5px);
    --fs26: calc(16.25px + 3.5px);
    --fs27: calc(16.875px + 3.5px);
    --fs28: calc(17.5px + 3.5px);
    --fs29: calc(18.125px + 3.5px);
    --fs30: calc(18.75px + 3.5px);
    --fs31: calc(19.75px + 3.5px);
    --fs32: calc(20px + 3.5px);
    --fs33: 17.05px;
    --fs34: 17.5666666667px;
    --fs35: 18.0833333333px;
    --fs36: 18.6px;
    --fs37: 19.1166666667px;
    --fs38: 19.6333333333px;
    --fs39: 20.15px;
    --fs40: 20.6666666667px;
    --fs41: 21.1833333333px;
    --fs42: 21.7px;
    --fs43: 22.2166666667px;
    --fs44: 22.7333333333px;
    --fs45: 23.25px;
    --fs46: 23.7666666667px;
    --fs47: 24.2833333333px;
    --fs48: 24.8px;
    --fs49: 25.3166666667px;
    --fs50: 25.8333333333px;
    --fs51: 26.35px;
    --fs52: 26.8666666667px;
    --fs53: 27.3833333333px;
    --fs54: 27.9px;
    --fs55: 28.4166666667px;
    --fs56: 28.9333333333px;
    --fs57: 29.45px;
    --fs58: 29.9666666667px;
    --fs59: 30.4833333333px;
    --fs60: 31px;
    --fs61: 31.5166666667px;
    --fs62: 32.0333333333px;
    --fs63: 32.55px;
    --fs64: 33.0666666667px;
    --fs65: 33.5833333333px;
    --fs66: 34.1px;
    --fs67: 34.6166666667px;
    --fs68: 35.1333333333px;
    --fs69: 35.65px;
    --fs70: 36.1666666667px;
    --fs71: 36.6833333333px;
    --fs72: 37.2px;
    --fs73: 37.7166666667px;
    --fs74: 38.2333333333px;
    --fs75: 38.75px;
    --fs76: 39.2666666667px;
    --fs77: 39.7833333333px;
    --fs78: 40.3px;
    --fs79: 40.8166666667px;
    --fs80: 41.3333333333px;
  }

  .team-members .members-wrapper {
    width: 90%;
  }

  header .navbar-brand {
    max-width: 250px;
  }
  .navbar-light .navbar-toggler,
  .navbar-light .navbar-toggler:focus {
    margin-top: 5px;
  }
  header .site_menu ul li:before,
  header .site_menu ul li a:after {
    display: none;
  }
  header .bg-faded {
    position: relative;
  }
  header .site_menu {
    position: absolute;
    top: 100%;
    background: #fff;
    right: 0;
    width: 250px;
  }
  header .site_menu ul {
    margin: 0;
  }
  header .site_menu ul li {
    margin: 0;
    padding: 0;
  }
  header .site_menu ul li a {
    padding: 15px 15px;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-brand {
    max-width: 200px;
  }
  .navbar-light .navbar-toggler,
  .navbar-light .navbar-toggler:focus {
    margin-top: 5px;
  }
  header .site_menu ul li:before,
  header .site_menu ul li a:after {
    display: none;
  }
  header .bg-faded {
    position: relative;
  }
  header .site_menu {
    position: absolute;
    top: 100%;
    background: #fff;
    right: 0;
    width: 250px;
  }
  header .site_menu ul {
    margin: 0;
  }
  header .site_menu ul li {
    margin: 0;
    padding: 0;
  }
  header .site_menu ul li a {
    padding: 15px 15px;
    padding-left: 20px !important;
  }
  .home_page footer ul.social_icons li:nth-child(2),
  .home_page footer ul.social_icons li:nth-child(1) {
    display: none;
  }
  .section_2 h3 {
    font-size: 22px;
  }
  .section_2 .mail_box {
    background-size: 23px 19px;
    width: 45px;
    height: 45px;
  }
  ul.social_icons li a.fb,
  ul.social_icons li a.twitter,
  ul.social_icons li a.linked_in,
  ul.social_icons li a.youtube {
    width: 35px;
    height: 35px;
  }
  footer ul:nth-child(2) li:last-child a,
  footer ul:first-child li p {
    font-size: 15px;
  }

  .banner_section .banner_cont .content figure {
    max-width: 300px;
  }
  .banner_section .banner_cont .content > div h3 {
    font-size: 25px;
  }
  .banner_section .banner_cont .content > div p {
    font-size: 20px;
  }
  .banner_section .banner_cont .content {
    padding-left: 100px;
  }
  .section_part {
    margin-top: 68px;
  }
  .pagename_band h1 {
    font-size: 25px;
  }

  .about_cont1 .left_side .about_title span {
    font-size: 34px;
  }
  /* .about_cont1 .right_side .content p{  font-size: 16px;} */
  .about_cont1 .right_side .content {
    padding: 20px 23px;
  }
  .about_cont1 .right_side .content {
    top: -75px;
  }

  .service_section .grid_card h2 {
    font-size: 25px;
  }
  .service_page .section_desc {
    font-size: 16px;
    line-height: 21px;
  }
  .accordion_section .card-body .list-group-item {
    font-size: 16px;
  }
  .service_section .service_icon {
    max-width: 75px;
  }

  .advisors_page .about_cont1 .right_side .content p {
    font-size: 16px;
    line-height: 21px;
  }

  .industry_page .card_title {
    font-size: 18px;
    line-height: 25px;
  }
  .industry_page .section_desc {
    font-size: 16px;
    line-height: 21px;
  }
  .clr_red {
    font-size: 22px;
  }

  .team-members .members-wrapper {
    position: static;
    transform: translateX(0);
    flex-wrap: wrap;
  }
  .team-members .members-wrapper .member {
    width: 60%;
    margin: 3em 0;
    height: 25em;
    width: 20em;
    padding: 1em;
  }
  .team-members {
    padding: 5%;
    position: relative;
    padding-bottom: 5%;
  }
  .contact-address-container .map {
    position: static;
  }

  .contact-address-container {
    flex-direction: column;
    gap: 2em;
  }
  .contact-address-container .contact-address {
    width: 100%;
  }
  .contact-address-container .map {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .section_2 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_2 h3 {
    font-size: 18px;
    line-height: 20px;
    text-align: justify !important;
  }
  footer ul:nth-child(2) li:last-child a,
  footer ul:first-child li p {
    font-size: 13px;
  }
  .about_cont1 .right_side .content {
    top: 0px;
  }
  .about_title {
    text-align: center;
  }
  .about_cont1 .left_side .about_title span {
    font-size: 25px;
    line-height: 34px;
  }
  .about_cont2 .left_side p {
    border-left: 3px solid #ed3338;
    text-align: justify;
    padding-left: 13px;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .about_cont2 {
    margin: 25px 0px;
  }
  .about_cont3 p {
    font-size: 16px;
    line-height: 21px;
  }
  .about_cont1 .right_side .content p {
    font-size: 16px;
    line-height: 21px;
  }
  .para_margin {
    margin-bottom: 15px !important;
  }

  .contact-address-container .map {
    width: 100%;
  }

  .member-modal-wrapper .modals {
    border-radius: 10px;
  }
  .member-modal-wrapper .member-modal .member-modal-right .member-image img {
    object-fit: contain;
    object-position: top;
  }
}
@media screen and (max-width: 640px) {
  footer ul:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  footer ul:nth-child(2) {
    width: 100%;
  }
  footer ul.social_icons li:last-child {
    float: right;
  }
  footer ul:nth-child(2) {
    margin: 15px 0px;
  }
  .pagename_band {
    padding: 10px 0px;
  }
  .pagename_band h1 {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  header .navbar-brand {
    max-width: 170px;
  }
  header .site_menu ul li a {
    padding: 8px 15px;
  }
  .section_2 .mail_box {
    position: fixed;
    top: auto;
    bottom: 82px;
    right: 30px;
    z-index: 100;
  }
  .banner_section .banner_cont .content {
    padding-left: 30px;
  }
  .banner_section .banner_cont .content figure {
    max-width: 300px;
  }
  .banner_section .banner_cont .content > div h3 {
    font-size: 20px;
  }
  .banner_section .banner_cont .content > div p {
    font-size: 17px;
  }
  .banner_section .carousel-item {
    height: 220px;
  }
  .banner_section .carousel-caption {
    top: 30%;
  }
  .banner_section .carousel-indicators {
    padding-left: 30px;
  }
  .section_part {
    margin-top: 60px;
  }
  .team_page .member_details h3 {
    font-size: 23px;
  }
  .banner_section .carousel-indicators {
    display: none;
  }
  .team_page .about_cont1 .right_side .content {
    margin: 0;
  }
  .advisors_page .about_cont1 .right_side .content {
    padding: 15px 14px;
  }

  .member-modal-wrapper .member-modal .member-modal-right .member-image {
    height: clamp(20vh, 29vw, 65vh);
  }

  .member-modal-wrapper .modals {
    width: 90%;
    border-radius: 5px;
    padding: 7%;
    padding-top: 9%;
  }

  .member-modal-wrapper .member-modal {
    text-align: left;
    flex-direction: column;
    overflow-y: scroll;
  }
  .member-modal-wrapper .member-modal .member-modal-left {
    overflow: visible;
    width: 100%;
    order: 2;
  }
  .member-modal-wrapper .member-modal .member-modal-right .member-image img {
    object-fit: contain;
    object-position: center;
  }

  .member-modal-wrapper .member-modal .member-modal-right {
    width: 100%;
    position: static;
  }
  .member-modal-wrapper .member-modal .member-modal-right .container {
    width: 50%;
    margin: 0 auto;
  }

  .member-modal-wrapper .member-modal {
    height: clamp(40vh, 40vw, 65vh);
  }
  .member-modal-wrapper .member-modal::-webkit-scrollbar {
    width: 4px;
  }
}
@media (max-width: 480px) {
}
@media (max-width: 420px) {
  footer ul.social_icons li:last-child {
    width: 100%;
    display: block;
    text-align: center;
  }
  .banner_section .banner_cont .content figure {
    max-width: 200px;
  }
  .banner_section .banner_cont .con tent > div h3 {
    font-size: 18px;
  }
  .banner_section .banner_cont .content > div p {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
}

@media (min-width: 561px) and (max-width: 820px) {
  .banner_section .carousel-item img.img-fluid {
    min-height: 16rem;
    object-fit: cover;
  }
}
