*{
	margin:0px;
    padding:0px;
    font-weight: 400;
    font-family: "HCo Gotham", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.custom_container{ 
    padding:0 6%;
    z-index: 1;
    position: relative;
}
/*p {*/
/*    margin: 0;*/
/*    font-family: 'Work Sans', sans-serif;*/
/*}*/

/*h1, h2, h3, h4, h5, h6{*/
/*    font-family: 'Space Grotesk', sans-serif;*/
/*}*/

/* end-edit */
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
}
body.no-scroll {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}


body {
  transition: background 1s ease;
}
.color-white {
  background: #fff;
}
.color-gray {
  background: #e4e4e4;
}
.color-gradient {
  background: #EAF4CB;
  /*background: linear-gradient(149.71deg, #FBFDF5 -4.61%, #5E8B21 170.24%);*/
}
.color-black{
    background:#131313;
}
.color-black .title p {
    color: #fff;
  transition:  1s ease;
}
.color-black .title h2 {
    color: #fff;
  transition:  1s ease;
}
.color-black .focus_item h4 {
    color: #fff;
  transition:  1s ease;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
    width:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #704887; 
    border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4a2c5c; 
}



/* common style */


.btn_pred{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding:6px 25px 6px 6px ;
    position: relative;
    text-transform: capitalize;
    display: inline-flex;
    text-decoration: none !important;
    background: #704887;
    z-index: 1;
    border-radius: 40px;
    /*min-width: 220px;*/
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border: 1px solid;
}
.btn_pred i {
    width: 40px;
    margin-right: 10px;
    background: #fff;
    transition: 0.5s;
    height: 40px;
    border-radius: 50%;
    color: #704887;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_pred:hover {
    box-shadow: inset 0 -4em 0 0 #fff !important;
    color: #704887;
}.btn_pred:hover i{
    background: #704887;
    color: #fff;
}


.btn_pred1{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #2D2928;
    padding: 6px 25px 6px 10px;
    position: relative;
    text-transform: capitalize;
    display: inline-flex;
    text-decoration: none !important;
    z-index: 1;
    border-radius: 40px;
    /*min-width: 220px;*/
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border: 1px solid;
}
.btn_pred1 i {
    width: 40px;
    margin-right: 10px;
    background: #704887;
    transition: 0.5s;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_pred1:hover {
    box-shadow: inset 0 -4em 0 0 #704887 !important;
    color: #fff;
}.btn_pred1:hover i{
    background: #fff;
    color: #704887;
}


.menu_animation {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.menu_animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eb5b0e;
  transform: translateX(-110%);
  content: '';
  position: absolute;
  transition: transform .6s ease;
}
.menu_animation:hover:before {
  transform: translateX(0);
}






.logo {
    margin-right: 60px;
}
.logo img {
    height: 52px;
}
.navbar-animation{
  padding-bottom: 5px;
  overflow: hidden;
 position: relative;
  
}
.navbar-animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #112959;
  transform: translateX(-110%);  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.navbar-animation:hover:before {
  transform: translateX(0);
}

header{
    width: 100%;
    transition: 0.5s all;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 0;
    z-index: 2;
}

header.sticky{
    position: fixed;
    background: #fff;
    padding: 10px 0;
    z-index: 99;
}
header.sticky .logo img {
    height: 44px;
}
header.sticky .menu a {
     font-size: 14px; 
}
.navbar-brand.logo {
    margin: 0;
}
header .navbar-brand span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-left: 10px;
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    column-gap: 40px;
    margin: 0;
    margin-left: auto;
    align-items: center;
}
.menu a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    color: #333333;
    /*font-size: 14px;*/
}
.sub-menu {
    position: absolute;
    z-index: 6;
    background: #fff;
    padding: 0;
    list-style: none;
    width: 100%;
    padding: 10px 5px !important;
    border-radius: 3px;
    box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 20%);
    visibility: hidden;
    opacity: 0;
    transform: translatey(40px);
    transition: 0.3s ease-in-out;
}
li.dropdown_menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translatey(0px);
}

.menu .dropdown_menu:hover .sub-menu {
    pointer-events: auto;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}
.menu .dropdown_menu .sub-menu.open_menu {
    display: block;
}

.sub-menu li {
    padding-right: 0;
    display: inline-block;
    min-width: 50%;
    width: auto;
    width: 100%;
    padding: 0px;
    height: 100%;
}
.sub-menu {
    position: absolute;
    min-width: 17vw;
    left: 0;
    background: #fff;
    z-index: 2;
    transition: 0.6s;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20%);
    border-radius: 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

li.dropdown_menu a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border: none;
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    top: 50%;
}



li.dropdown_menu2 a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border: none;
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    top: 50%;
}
.dropdown_menu .sub-menu  a{
    padding: 5px 15px;
    text-align: left;
}
.dropdown_menu .sub-menu  a:after {
    content: none !important;
}
.menu a:hover {
    color: #704887;
}
.menu li {
    position: relative;
    margin: 0 10px;
}
.menu_cont{
    border: 1px solid #2D2928;
    border-radius: 30px;
    min-width: 160px;
    padding: 12px 5px;
}
.menu .menu_cont:hover {
    box-shadow: inset 0 -4em 0 0 #fff !important;
    color: #704887;
}
.side_bar{
    border: 1px solid #333;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap; 
    z-index: 10;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.side_bar span {
    display: block;
    height:2px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
   
  
  .side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
    -moz-transform: rotate(45deg) translate(-1px, -3px);
    -o-transform: rotate(45deg) translate(-1px, -3px);
    transform: rotate(45deg) translate(-1px, -3px);
    top:0%;
    left: 0;
  }
  .side_bar.open span:nth-child(2) {
    /*width: 0%;*/
    opacity: 0;
  }
  .side_bar.open span:before {
    content:unset;
}
  .side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width:100%;
  }


.menu li {
    margin: 0;
}
  
.title_head{
  position: relative;
  text-align: center;
    overflow: hidden;
}
.title_head:before{
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: #ababab;
    transition: 3s;
  top: 50%;
  transform: translateY(-50%);
}
.title.animation .title_head:before{
  width: 100%;
    transition-delay: 0.2s;

}


footer .footer_bg {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
    bottom: 0;
}
footer{
    color: #2D2928;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
} 
footer:before { 
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #e4e4e400 ,#fff, white);
    top: -40px;
    left: 0;
    z-index: 1;
}
footer .footer_item h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    color: #2D2928;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    word-break: break-all;
}
footer .footer_item .logo {
    margin-right: 60px;
    margin-bottom: 20px;
}
footer .footer_item li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin: 10px 0;
    display: block;
}
.footer-bottom-bar .qr {
    display: block;
    margin: 20px 0 40px;
    height: 110px;
}
footer .footer_item ul {
    list-style: none;
    padding: 0;
}
footer .footer-bottom-bar {
    border-top: 1px solid #3F3F3F;
    padding: 20px 6%;
    margin-top: 25px;
}
.social-links a{
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
    text-decoration: none;
    background: #DCDCDC;
    border-radius: 50%;
}  
.social-links a:hover{
    background:#704887;
    color: #fff;
}  
footer .footer_list ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
footer .footer_list ul li {
    margin-bottom: 15px;
}
footer .footer_list ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    display: flex;
    align-items: center;
}
footer .footer_list {
    max-width: 20%;
}
footer .first_sec .footer_list a img {
    height: 15px;
    margin-right: 10px;
}
footer .second_sec {
    border-top: 2px solid rgb(255 255 255 / 40%);
    padding: 20px 0;
    margin: 20px 0 0;
    border-bottom: 2px solid rgb(255 255 255 / 40%);
}
footer .second_sec img {
    width: 120px;
    object-fit: contain;
}
footer .third_sec {
    padding: 20px 0;
}
ul.social_link {
    display: inline-flex;
    gap: 12px;
}
footer .second_sec .footer_list ul li {
    margin-bottom: 0;
}
ul.social_link li a {
    background: #36393E;
    width: 42px;
    height: 42px;
    justify-content: center;
    font-size: 18px !important;
    border-radius: 50%;
}
ul.social_link li a:hover {
    background: #1490E9;
}
p.designed a {
    text-decoration: none;
    color: #2D2928;
}





.title h2{
    font-weight: 400;
    font-size: 45px;
    color: #704887;
    text-transform: capitalize;
}
.title p{
    font-weight: 400;
    font-size: 16px;
    color: #2D2928;
}
.section{
    padding:80px 0;
    position: relative;
}

/* home page */


section.main_bnner {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: relative;
}
section.main_bnner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.main_bnner .banner_item:before {
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, black, transparent,transparent);
}

section.main_bnner .banner_content {
    position: absolute;
    width: 100%;
    top: 31%;
    z-index: 3;
    left: 50%;
    padding: 0 6%;
    transform: translate(-50%, -50%);
    text-align:center;
    transition: 1s;
}
div#accordionExample {
    margin-bottom: 40px;
}
section.main_bnner  .banner_content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    color: #704887;
}
section.main_bnner .banner_content p {
    font-weight: 400;
    font-size: 16px;
    color: #2D2928;
    font-weight: 300;
    font-size: 20px;
}

.about.new  {
    background: #E7D6F0;
    position: relative;
    padding: 80px 0 20px;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    background: linear-gradient(#fff0 ,rgb(255 255 255 / 75%),#fff,#fff,#fff);
}

.about.new .title p {
    font-size: 16px;
}
.about .title {
    padding-right: 8%;
}
.about .about_icon {
    width: 100%;
    height: 600px;
}
.about .about_icon img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.about .title p {
    font-size: 16px;
    margin-bottom: 40px;
}
.about .title h6{
    font-weight: 400;
    font-size: 18px;
    color: #2D2928;
}
.about .title p{
    text-align: justify;
}
.about .title div{
    text-align: justify;
}
.who .title h6{
    font-weight: 300;
    font-size: 18px;
    color: #2D2928;
}
.who .title ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    column-gap: 40px;
    display: flex;
}

.who .title ul li{
    font-weight: 500;
    font-size: 16px;
    color: #2D2928;
    margin-bottom: 15px;
}
.who .title ul li img{
    width: 20px;
    margin-right: 15px;
}
.who_list .who_item:nth-child(1){
    width:65%;
    border-radius: 15px;
    overflow:hidden;
}
.who_list .who_item:nth-child(1) video{
    /*object-fit: cover;*/
}
.who_list .who_item:nth-child(2){
    width:35%;
    background: #E7D6F0;
    padding: 40px;
    border-radius: 15px;
}
.who_list .who_item:nth-child(2) div{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    color: #2D2928;
}
.who_list .who_item:nth-child(2) div p{
    margin:0;
    width: 80%;
}
.who_list .who_item:nth-child(2) div img{
    width: 40px;
}
.who{
    background: linear-gradient(125.58deg, rgba(220, 220, 220, 0) -15.59%, #DCDCDC 159.19%);
}
.who_item h4{
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 20px;
    color: #2D2928;
}
.our_img img{
    height: 400px;
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
    width: 90%;
    object-fit: cover;
}
.our_img:before {
    content: '';
    position: absolute;
    left: 40px;
    width: 88%;
    height: 400px;
    background: #AB93BA;
    border-radius: 16px;
    top: 30px;
    z-index: -1;
}
.our  .accordion-button {
    background: transparent;
    font-weight: 300;
    font-size: 28px;
    color: #2D2928;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #2D2928;
    padding: 22px 0;
}
.our  .accordion-body ul {
    list-style: none;
    padding: 0;
}

.our  .accordion-body ul li {
    font-weight: 400;
    font-size: 16px;
    color: #2D2928;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: start;
}
.our  .accordion-body ul li img {
    width: 20px;
    margin-right: 15px;
}
.our .accordion-body {
    padding: 20px 0 0;
}
.learn {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #2D2928;
    margin: 10px 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.learn i {
    width: 40px;
    margin-right: 10px;
    background: #704887;
    transition: 0.5s;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    transition: 0.6s;

    align-items: center;
}

.learn:hover i {
    margin-right: 20px;
}

.team{
    background: #E7D6F0;
    border-radius: 24px 24px 0px 0px;
}
.team .title{
    width: 80%;
    margin:auto;
}
/*.team .title h2{*/
/*    color: #fff;*/
/*}*/
/*.team .title p{*/
/*    color: #fff;*/
/*}*/
#team {
    padding: 40px 0;
}
#team .swiper-slide {
    padding: 0 10px;
    cursor: pointer;
}
.team .nav-pills button{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #2D2928;
    border-radius: 30px;
}
.team .nav-pills {
    border: 1px solid #2D2928;
    border-radius: 30px;
    display: inline-flex;
}

.team .nav-pills .nav-link.active {
    border-radius: 30px;
    background: #704887;
    color:#fff;
}

.team_img {
    background: #FFFFFF;
    border-radius: 160px;
    width: 100%;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    transition: 0.6s;
    transform: scale(0.9);
}
.team_img:before {
    content: '';
    position: absolute;
    width: 106%;
    height: 106%;
    left: 50%;
    top: 50%;
    border: 1px dashed #fff;
    transition: 0.6s;
    border-radius: 160px;
    opacity:0;
    transform: translate(-50%, -50%);
}
#team .swiper-slide.swiper-slide-active .team_img:before {
    opacity:1;
}
#team .swiper-slide.swiper-slide-active .team_img{
    transform: scale(1.1);
}
.team_img:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 30px;
    background: #704887;
    border-radius: 240px;
}
#team .swiper-slide span{
    position: absolute;
    width: 140px;
    height: 140px;
    transition: 0.6s;
    left: 0px;
    bottom: 140px;
    background: #AB93BA;
    border-radius: 240px;
    z-index: -1;
}
#team .swiper-slide.swiper-slide-active span{
    left: -30px;
    bottom: 110px;
}#team .swiper-slide:nth-child(even).swiper-slide-active span{
    top: 0;
    left:-30px;
    bottom: unset;
}
#team .swiper-slide:nth-child(even)  span {
     top: 10px;
    left: 0px;
    bottom: unset;
}

#team .swiper-slide:nth-child(even) .team_img:after {
    bottom: 30px;
    right: 10px;
    top: unset;
}

.team_img img{
    width: 100%;
    border-radius: 160px;
    /*height: 92%;*/
    filter: grayscale(1);
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team_detail {
    text-align: center;
    color: #2D2928;
    cursor: pointer;
    margin-top: 40px;
    transition: 0.6s;
    opacity: 0;
}

.science_page .under_list td {
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC !important;
    padding: 10px 20px;
}
.science_page .under_list tbody tr:last-child td{
    border-bottom: none !important;
}


#team .swiper-slide.swiper-slide-active .team_detail {
    opacity:1;
}
#team .swiper-button-next {
    right: 9%;
    top: 40%;
}
#team .swiper-button-prev {
    left: 9%;
    top: 40%;
}
#team .swiper-button-prev:after, #team .swiper-button-next:after {
    content: none;
}
.team_icon{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #926ea7;
}
.team_icon:before{
    content: '';
    position: absolute;
    width: 125%;
    height: 125%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: -1;
}
button.btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    border: 4px solid;
    border-radius: 50%;
    padding: 5px;
    filter: brightness(100) invert(1);
    font-size: 10px;
    box-shadow: 0 0 0 5px rgb(0 0 0 / 50%);
    opacity: 1;
    z-index: 1;
}
button.btn-close:before {
    position: absolute;
    right: 20px;
    top: 20px;
    content: "";
    border: 2px solid black;
    border-radius: 50%;
    left: 50%;
    width: 250%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 250%;
}
#team_modal .modal-body {
    display: inline-flex;
    align-items: stretch;
    padding: 0;
}
#team_modal  .left_modal{
    width:50%;
    background: #D9D9D9;
    position: relative;
    z-index: 1;
    display: grid; 
    overflow: hidden;
    height: 600px;
    /*place-content: center;*/
}
#team_modal  .left_modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
#team_modal  .right_modal{
    width:50%;
    padding: 50px;position: relative;
    background: linear-gradient(0deg, #E7D6F0, #E7D6F0), linear-gradient(296.02deg, #286B4C 0%, rgba(40, 107, 76, 0) 131.34%);
    height: 600px;
    overflow-x: auto;
}

#team_modal  .right_modal h4{
    font-weight: 400;
    font-size: 32px;
    color: #704887;
}

#team_modal  .right_modal h6{
    font-weight: 500;
    font-size: 16px;
    color: #2D2928;
    margin-bottom: 25px;
}#team_modal  .right_modal p{
    font-size: 14px;
}
.right_modal:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    background: #DCDCDC;
    border-radius: 240px;
}
.right_modal:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    transition: 0.6s;
    left: -60px;
    top: 20px;
    background: #704887;
    border-radius: 50%;
}
#team_modal .modal-dialog {
    max-width: 1000px;
}

.team_detail h4{
    font-weight: 500;
    font-size: 20px;
}
.team_detail p{
    font-weight: 300;
    font-size: 16px;
}


.team video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    margin-top: 40px;
    max-height: 800px;
}
.title.video_text.text-center {
    background: #FFFFFF;
    border-radius: 100px 100px 0px 0px;
    width: 70%;
    margin: -50px auto 0;
    padding: 30px 0; 
    position: relative;
}
.title.video_text img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    margin: 10px 0;
}


.media_img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.media_img img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: 0.6s;
}
.media_item:hover .media_img img{
    transform: scale(1.1);
}
.media_content h5{
    font-weight: 500;
    margin: 20px 0;
    font-size: 20px;
    color: #2D2928;
}
.right_media {
    padding-left: 8%;
}
.right_media .media_item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.right_media .media_item .media_img{
    width: 32%;
    height: 150px;
}
.right_media .media_item .media_content{
    width: 68%;
    padding-left: 20px;
}
.right_media .media_item .media_content h5{
    font-size: 16px;
}

.media:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    left: 80%;
    top: 50%;
    background: #704887;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.12;
}

.stories.media_page{
    background: #fff;
}
.stories.media_page .title h2 {
    color: #704887;
}
.stories.media_page .nav_btn .stories_icon:before {
    border: 1px solid #000;
}
.stories.media_page .stories_detail{
    background: linear-gradient(125.58deg, rgba(220, 220, 220, 0) -15.59%, #DCDCDC 159.19%);
    opacity: 1;
}
.stories.media_page .swiper-slide-active .stories_detail{
    background: #E7D6F0;
    opacity: 1;
}
.stories.media_page #stories .swiper-scrollbar {
    background: #D5D4D4;
}
.stories.media_page #stories .swiper-scrollbar .swiper-scrollbar-drag {
    background: #E7D6F0;
}

.media_page.team{
    background: #E7D6F0;
}

.media_page.team .title h2 {
    color: #704887;
}














.event_gallery{
    background: #fff;
}
.stories.media_page .nav_btn .gallery_icon:before {
    border: 1px solid #000;
}

.nav_btn .gallery_icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #926ea7;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
}

.nav_btn .gallery_icon:after {
    content: unset;
}

.nav_btn .gallery_icon:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 125%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.gallery_image {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.gallery_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.support{
    background: #E7D6F0;
    border-radius: 16px;
    width: 80%;
    margin: 60px auto  ;
}


.support img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.support .title {
    padding:10px 20px;
}

.support div.d-inline-flex {
    width:100%;
    align-items: center;
    column-gap: 20px;
    margin-top: 10px;
}

.support div.d-inline-flex p{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #2D2928;
}

.inner_bnner .banner_video{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.inner_bnner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.inner_bnner {
    position: relative;
}
section.inner_bnner .banner_content {
    position: absolute;
    width: 50%;
    top: 50%;
    z-index: 3;
    padding: 0 6%;
    transform: translateY(-50%);
    transition: 1s;
}
section.inner_bnner  .banner_content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    color: #704887;
}
section.inner_bnner .banner_content p {
    font-size: 16px;
    color: #2D2928;
    font-weight: 400;
}
section.inner_bnner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, #ffffff, #ffffff , #fff0);
    bottom: -36px;
    left: 0;
    z-index: 1;
}
section.inner_bnner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff, #ffffff 2%, #fff0);
    top: -20px;
    left: 0;
    z-index: 1;
}
.contact_img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 40px;
}
.contact_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contact_detail .title h6{
    font-weight: 400;
    font-size: 16px;
    color: #2D2928;
}
.contact_detail .title li{
    font-weight: 400;
    font-size: 16px;
    color: #2D2928;
    margin-bottom: 15px;
    display: inline-flex;
    column-gap: 60px;
    align-items: center;
    width: 100%;
}.contact_detail .title li p{
    font-weight: 400;
    font-size: 16px;
    color: #2D2928;
    width: 15%;
    margin: 0;

}
.contact_detail .title ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}
.contact_detail .title li a{
    text-decoration: none;
    color: #2D2928;
}
.contact_detail .btn_pred i {
    transform: rotate(-45deg);
}
.contact_form .form-control {
    border: 1px solid #2D2928;
    border-radius: 30px;
    height: 50px;
    padding: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #2D2928;
    box-shadow: none;
}

.contact_form textarea.form-control {
    height: auto;
}
.contact_form .form-control::placeholder {
    color: #2D2928;
}
.contact_form .col-md-6 {
    position: relative;
    margin: 12px 0px;
}
.contact_form .col-md-6 i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #E7D6F0;
    border-radius: 50%;
    color: #704887;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.who_page .title ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    column-gap: 40px;
    flex-direction: column;
    display: flex;
}
.who_page .title ul li {
    font-weight: 500;
    font-size: 16px;
    color: #704887;
    margin-bottom: 15px;
}

.who_page .title ul li img {
    width: 20px;
    margin-right: 15px;
}
.who_page .title p {
    text-align: justify;
}
.right.title p {
    font-size: 16px;
    text-align: justify;
}
.right.title img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}
.partner  .nav-pills {
    column-gap: 20px;
}

.marquee-wrap{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.marquee-wrap .marq-item{
    width: calc(33% - 20px);
}
.partner .nav-link {
    border: 1px solid #2D2928 !important;
    border-radius: 30px !important;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #2D2928 !important;
}
.partner .nav-pills .nav-link.active{
    color: #fff !important;
    background-color: #704887;
}
.partner  .tab-content .tab-pane {
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 40px;
}

.partner  .tab-content .tab-pane.active {
    display: inline-flex;
}
.partner_img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.partner_img {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 16px;
    /*width: 18%;*/
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner  {
    overflow: hidden;
}

.press_list {
    column-count: 3;
    gap: 40px;
    width: 100%;
    margin-top: 60px;
}
.press_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.press_img:hover img {
    transform: scale(1.1);
}
.press_img img {
    width: 100%;
    height: 100%;
    transition: 1s;
    object-fit: cover ;
}

.press_item {
    position: relative;
    margin-bottom: 40px;
    text-align: justify;
    display: inline-block;
    text-decoration: none !important;
}
.press_item h4 {
    font-weight: 500;
    font-size: 14px;
    color: #2D2928;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px auto ;
}

.media_page   {
    margin-top: -40px;
}


.news:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    left: 80%;
    top: 50%;
    background: #704887;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.12;
}


.media_page .video_list {
    /*display: inline-flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 100%;
    /*column-gap: 40px;*/
    /*flex-wrap: wrap;*/
}
.media_page .video_item {
    /*width: calc(50% - 20px);*/
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.media_page .video_item iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.nav_btn .media_video_icon{
    position: unset;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #926ea7;
}
.nav_btn .media_video_icon{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #926ea7;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
}
.nav_btn .media_video_icon:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 125%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.nav_btn .media_video_icon:after {
    content: unset;
}




.video_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_item span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 65px;
    border-radius: 50%;
    height: 65px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.video_item span i{
    color: #fff;
    font-size: 24px;
    background: rgb(255 255 255 / 35%);
    width: 50px;
    border-radius: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}












.product_page h1{

    color: #8d8d8d;
    font-weight: 700;
    font-size: 90px;
    text-align: center;
}

.our_product {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    width: 100%;
    margin-top: 40px;
}
.left_pro {
    width: 15%;
}
.left_pro .nav {
     flex-direction: column; 
}
.left_pro .nav .nav-link{
    font-weight: 800;
    font-size: 18px;
    color: #2D2928;
    position: relative;
    padding: 5px 15px 5px 40px;
    margin: 2px 0;
    background: transparent;
}
.left_pro .nav .nav-link:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #704887;
    left: 0;
    opacity: 0;
    transition: .6s;
    top: 50%;
    transform: translateY(-50%);
}
.left_pro .nav .nav-link:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    transition: .6s;
    background: #704887;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0;
}
.left_pro .nav .nav-link.active:before {
    opacity: 1;
}
.left_pro .nav .nav-link.active:after {   
    opacity: 1;
}
.left_pro .nav .nav-link:hover:before {
    opacity: 1;
}
.left_pro .nav .nav-link:hover:after {   
    opacity: 1;
}
.right_pro {
    width: 85%;
}


.left_pro .nav .nav-item .nav-link.actt:before {
    animation: cate 2s infinite;
}
.left_pro .nav .nav-item .nav-link.actt:after {   
    animation: cate 2s infinite;
}

@keyframes cate {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}


.right_pro .tab-pane {
    /*align-items: center;*/
    width: 100%;
}
.right_pro .tab-pane.active  {
    display: inline-flex;
}
.right_pro .body_img {
    width: 40%;
    height: 600px;
    position: sticky;
    top: 0px;
    object-fit: contain;
}
.right_pro .pro_details {
    width: 55%;
    padding-left: 5%;
}
.right_pro .pro_details h4 {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #2D2928;
    margin: 15px 0 20px;
}.right_pro .pro_details h4 p{
    font-size: 16px;
    font-weight: 400;
}
.right_pro .pro_details h6 {
    font-size: 16px;
    font-weight: 400;
    color: #2D2928;
}
.right_pro .pro_details span {
    background: #E7D6F0;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #704887;
    margin: 10px 0;
    display: inline-block;
    padding: 5px 15px;
}

.right_pro .pro_details p {
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #2D2928;
}







#product_modal .modal-dialog {
    max-width: 1000px;
}

#product_modal .modal-body {
    display: inline-flex;
    align-items: stretch;
    padding: 20px;
    background: #e7d6f0;
}
#product_modal  .left_modal{
    width:40%;
    position: relative;
    z-index: 1;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin: 40px 0;
}
#product_modal  .left_modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
#product_modal  .right_modal{
    width:60%;
    padding: 40px;
    text-align: justify;
    position: relative;
    background: linear-gradient(0deg, #E7D6F0, #E7D6F0), linear-gradient(296.02deg, #286B4C 0%, rgba(40, 107, 76, 0) 131.34%);
}

#product_modal  .right_modal h4{
    font-weight: 400;
    font-size: 24px;
    color: #704887;
}

#product_modal  .right_modal h6{
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
    color: #2D2928;
}
#product_modal .right_modal:after {
    content: none;
}
#product_modal .right_modal:before {
    content: none;
}



.science {
    background: #704887;
    border-radius: 24px ;
    color: #fff;
}
.science .title h2{
    color: #fff;
}

.science_list {
    /*display: inline-flex;*/
    /*column-gap: 30px;*/
    margin-top: 40px;
}
.sci_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.science_item {*/
/*    width: calc(33.3% - 30px);*/
/*}*/
.sci_img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}
.sci_content {
    padding: 0 20px;
    text-align: justify;
}


.nav_btn .science_icon{
    position: unset;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #926ea7;
}
.nav_btn .science_icon{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #926ea7;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
}
.nav_btn .science_icon:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 125%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.nav_btn .science_icon:after {
    content: unset;
}
.sci_content h5{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.sci_content p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sci_content a{
    color: #fff;
}
.sci_content .learn i {
    background: #fff;
    color: #704887;
}





.faq{
    background: #E7D6F0;
    border-radius: 25px;
}
.faq .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #2D2928;
    border-radius: 0 !important;
}
.faq .accordion-item button {
    background: transparent;
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
    color: #2D2928;
    box-shadow: none;
    padding: 20px 30px;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.faq .accordion-item .accordion-button:not(.collapsed) {
    color: #704887;
}
.faq .accordion-item .accordion-button::after {
    width: 15px;
    height: 30px;
    background: url(../img/down_arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.faq .accordion-body {
    padding: 0px 30px 20px;
    width: 70%;
    font-size: 14px;
}
.result  .table th:first-child p{
    background: transparent;
}

.result  .table th p{
    background: linear-gradient(125.58deg, rgba(220, 220, 220, 0) -15.59%, #DCDCDC 159.19%);
    border-radius: 16px 16px 0px 0px;
    padding: 15px ;
    margin-bottom: 0;
    margin: 0 20px;
    min-height: 80px;
    height: auto;
    display: grid;
    place-content: center left;
}

.result  .table th {
    font-weight: 500;
    font-size: 16px;
    color: #2D2928;
    padding: 0;
}
.result  .table th span{
    /*font-weight: 500;*/
    /*font-size: 20px;*/
    display: block;
    color: #2D2928;
}
.result  .table tbody{
    background: #fff;
    box-shadow: 0px 0px 50px rgba(220, 220, 220, 0.25);
    border-radius: 16px;
    padding: 10px;
}

.result  .table tbody p{
    padding: 15px ;
    margin: 0 20px;
}
.result:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    left: 10%;
    top: 0%;
    background: #704887;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.12;
}
.aids_icon{
    position: absolute;
    left: 0;
    bottom: -20px;
}
.result_quotes h4{
    font-weight: 100;
    font-size: 34px;
}
.result_quotes {
    width: 85%;
    margin: 100px auto 40px;
    text-align: center;
}

.result_quotes img{
    display: block;
    margin: 40px auto;
    height: 50px;
}
.result_quotes img.sec_quot{
    transform: rotate(180deg);
}
.result  .table + .text-center.w-50 h6{
    font-weight: 500;
    font-size: 18px;
    color: #704887;
}
.result  .table + .text-center.w-50 p{
    font-weight: 400;
    font-size: 14px;
    color: #2D2928;
}


.under .table{
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 0px 50px rgba(220, 220, 220, 0.25);
    border-radius: 20px;
    border-collapse: separate !important;
    width: 60%;
}
.under_list {
    display: inline-flex;
    justify-content: space-between;
    align-self: end;
    width: 100%;
}
 .under_list th p{
    font-weight: 500;
    font-size: 20px;
    color: #2D2928;
    margin: 0;
    padding: 10px;
}
 .under_list th {
    border-color:#DCDCDC !important;
}
.under_list td{
    padding: 0 20px;
    border:none;
    vertical-align: middle;
    border-right: 1px solid #DCDCDC;
}
.under_list tr td:last-child {
    border-right: 0;
}
.under_list td p{
    font-weight: 400;
    font-size: 14px;
    color: #2D2928;
    border: none;
    margin:0;
}
.under_list thead td p{
    font-weight: 800;
    font-size: 16px;
}

.result  {
    overflow: hidden;
}


.under_list ul {
    list-style: none;
    margin: 0;
    display: grid;
    place-content: end;
}
.under_list ul h4{
    font-weight: 400;
    font-size: 14px;
    color: #704887;
}

.under_list ul p{
    font-weight: 500;
    font-size: 16px;
    color: #2D2928;
}


.partner.parnter_page .tab-content .tab-pane.active {
    flex-wrap: wrap;
    column-gap: 20px;
}
.partner.parnter_page .partner_img {
    width: 15%;
    margin-bottom: 20px;
}

.indus{
    background: linear-gradient(125.58deg, rgba(220, 220, 220, 0) -15.59%, #DCDCDC 159.19%);
    border-radius: 25px ;
}
.indus_content{
    flex-wrap: wrap;
    column-gap: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.indus_content .partner_img {
    width: 15%;
    margin-bottom: 20px;
}



.about_science .science_left img{
    width: 100%;
    height: auto;
    max-height:650px;
    object-fit: contain;
}
.about_science .science_left{
    position: relative;
}
.about_science .science_face span {
    position: absolute;
    width: 120px;
    height: 120px;
    transition: 0.6s;
    left: 0px;
    bottom: 0px;
    background: #AB93BA;
    border-radius: 240px;
}
.about_science .science_face .team_img {
    background: #f1f1f1;
    border-radius: 160px;
    width: 240px;
    height: 240px;
    /*aspect-ratio: 1/1;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.6s;
}
.about_science .science_face .team_img:before {
    content: '';
    position: absolute;
    width: 106%;
    height: 106%;
    left: 50%;
    top: 50%;
    border: 1px dashed #fff;
    transition: 0.6s;
    border-radius: 160px;
    opacity: 1;
    transform: translate(-50%, -50%);
}
.about_science .science_face .team_img img {
    width: 100%;
    /*border-radius: 160px;*/
    height: 92%;
    object-fit: contain;
    z-index: 0;
}
.about_science .science_face .team_img:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 30px;
    background: #DCDCDC;
    border-radius: 240px;
}
.science_face {
    position: absolute;
    right: 40px;
    bottom: -120px;
}


.about_science .science_right h6{
    font-weight: 400;
    font-size: 32px;
    color: #2D2928;
}

.about_science .science_right p{
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
    color: #2D2928;
}
.about_science .about_science_bottom h6{
    margin-top: 11%;
    font-weight: 400;
    font-size: 24px;
    color: #2D2928;
}

.feat {
    background: linear-gradient(125.58deg, rgba(220, 220, 220, 0) -15.59%, #DCDCDC 159.19%);
    border-radius: 25px;
}
.feat {
    padding: 120px 0;
}
.feat .title img{
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 50%;
    height: 280px;
    object-fit: contain;
    transform: translateX(-50%);
}
.salient_list {
    width: 35%;
    margin: 80px auto 0;
}
.salient_icon {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.salient_icon img{
    height: 70px;
}
.salient_icon:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    right: -15px;
    bottom: -15px;
    background: #E7D6F0;
    box-shadow: 0px 0px 50px rgba(220, 220, 220, 0.25);
    border-radius: 57px;
    z-index: -1;
}
.salient_list .salient_item  h2{
    font-weight: 500;
    font-size: 22px;
    color: #2D2928;
}
.salient_list .salient_item  p{
    font-weight: 300;
    font-size: 14px;
    color: #2D2928;
}
.salient_list .salient_item{
    display: none;
}
.salient_list .salient_item.active{
    display: block;
}
.salient_name{
    position:relative;
    overflow: hidden;
    height: 72vh;
    margin-top: -300px;
}
.salient_name span{
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 50%;
    border: 1px dashed;
    border-radius: 50%;
    border-top: none;
    aspect-ratio: 1/1;
    transform: translateX(-50%);
}
.salient_name .name_par {
    position: absolute;
    top: 50px;
    left: 25px;
    width: 20%;
}
.salient_name .name_par .salient_title{
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(220, 220, 220, 0.25);
    border-radius: 16px;
    transition: 0.6s;
}
.salient_name .salient_title.active {
    background: #E7D6F0;
    color: #704887;
}
.salient_name .salient_title.active h2{
    color: #704887;
}
.salient_name .salient_title h2{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #2D2928;
    margin: 0;
}
.salient_name .name_par:nth-child(3) {
    top: 15vw;
    left: 10vw;
}
.salient_name .name_par:nth-child(4) {
    top: 25vw;
    left: 20vw;
}
.salient_name .name_par:nth-child(5) {
    top: 25vw;
    left: 48vw;
}
.salient_name .name_par:nth-child(6) {
    top: 15vw;
    left: 60vw;
}
.salient_name .name_par:nth-child(7) {
    left: unset;
    right: 25px;
}




.stories{
    background: #704887;
    border-radius: 24px;
}


.stories .title h2{
    color: #fff;
}

.nav_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
}
.nav_btn .stories_icon{
    position: unset;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #926ea7;
}
.nav_btn .stories_icon{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    background: #926ea7;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
}
.nav_btn .stories_icon:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 125%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.nav_btn .stories_icon:after {
    content: unset;
}

.contact_detail .title  a {
    text-decoration: none;
}
.stories .title  {
    width: 84%;
    margin-left: 8% !important;
}
.stories .stories_detail {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 25px;
    height: 400px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: auto;
    transition: 0.6s;
    opacity:0.7;
}
.stories .swiper-slide-active .stories_detail {
    opacity:1;
}
.stories .stories_detail p{
    font-weight: 400;
    font-size: 16px;
    color: #2D2928;
}
.stories .stories_detail .span_qou{
    color: #c8c8c8;
    font-weight: 700;
    font-size: 96px;
    display: inline-block;
    line-height: 0;
    padding-top: 20px;
}

.stories .stories_detail h5{
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    color: #2D2928;
}
#stories {
    padding-bottom: 80px;
    margin-left: 4%;
}
#stories .swiper-scrollbar {
    bottom: 10px;
    opacity: 1 !important;
    background: #ffffff5e;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

#stories .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
}

.nav_btn .scientific_icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #926ea7;
    background: #fff;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
}

.nav_btn .scientific_icon:after {
    content: unset;
}

.nav_btn .scientific_icon:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 125%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.scientific_img{
    width: 100%;
    height: 90px;
    border-radius: 16px;
    overflow: hidden;
}
.scientific_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.scientific_detail h5{
    font-weight: 400;
    font-size: 20px;
    color: #2D2928;
    text-align: justify;
}
.scientific_detail {
    padding: 25px;
}
.policy_page h2{
    padding: 130px 0 0;
    font-weight: 500;
    font-size: 56px;
    text-align: center;
    color: #704887;
}

.policy_list {
    display: flex;
}
.policy_right {
    width: 100%;
    border-top: 1px solid #DCDCDC;
    /*border-left: 1px solid #DCDCDC;*/
}
.policy_right p{
    margin-bottom: 8px;
}
.policy_item {
    /*padding: 60px 40px;*/
    border-bottom: 1px solid #DCDCDC;
    display: inline-flex;
    width: 100%;
}
.policy_item div {
    width: 100%;
    padding:  40px;
    border-left: 1px solid #DCDCDC;
}

.policy_item div h4{
    font-weight: 500;
    font-size: 18px;
    color: #2D2928;
}
.policy_item div p{
    font-weight: 400;
    font-size: 14px;
    color: #2D2928;
}
.policy_item div li{
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2D2928;
}

.policy_left {
    width: 20%;
    padding: 60px 0px;
    border-top: 1px solid #DCDCDC;
}
.date h5{
    display: inline-flex;
    width: 80px;
    height: 80px;
    border: 1px solid #E7D6F0;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 40px;
    color: #704887;
    margin-bottom: 25px;
}
.date h5 span{
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #2D2928;

}


.policy_left p{
    font-weight: 500;
    font-size: 16px;
    color: #704887;
}
.life .title  span{
    font-family: 'Fahkwang';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    
    color: #2D2928;
}
.life img{
    width: 100%;
    object-fit: contain;
    border-radius: 40px;
    margin-top: 40px;
}






.our_team{
    background: linear-gradient(125.58deg, rgba(220, 220, 220, 0) -15.59%, #DCDCDC 159.19%);
    border-radius: 25px
}

 .our_team_img {
    background: #FFFFFF;
    border-radius: 50%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    transition: 0.6s;
    aspect-ratio: 1/1;
    margin: 40px auto 20px;
}
.our_team_img img {
    width: 100%;
    border-radius: 50%;
    height: 120%;
    object-fit: contain;
    z-index: 0;
}
.our_team_img:before {
    position: absolute;
    width: 120px;
    content: '';
    height: 120px;
    transition: 0.6s;
    left: -10px;
    top: -10px;
    background: linear-gradient(296.02deg, #286B4C 0%, rgba(40, 107, 76, 0) 131.34%);
    border-radius: 240px;
    z-index: -1;
}

.our_team_detail h5 {
    font-weight: 500;
    font-size: 20px;
    color: #2D2928;
}

.our_team_detail span {
    font-weight: 300;
    font-size: 16px;
    color: #2D2928;
}

.our_team_detail p {
    font-weight: 400;
    font-size: 14px;
    position: relative;
    color: #2D2928;
    padding-top: 30px;
}
.our_team_detail p:before {
    font-weight: 400;
    font-size: 60px;
    color: #2D2928;
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    position: absolute;
    transition: 0.6s;
    left: 0;
    top: -12px;
    opacity: 0.2;
}
.nav_btn .our_team_icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #926ea7;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
}
.nav_btn .our_team_icon:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 125%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.nav_btn .our_team_icon:after {
    content: unset;
}



#life_slider{
    padding-left:8%;
}
#life_slider .life_slider_icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #926ea7;
}
#life_slider .life_slider_icon:before {
    content: '';
    position: absolute;
    width: 125%;
    height: 125%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#life_slider .life_slider_icon:after {
    content: unset;
}

#life_slider .life_slider_icon.swiper-button-prev {
    left: 4%;
}

#life_slider .life_slider_icon.swiper-button-next {
    right: 4%;
}

.benefit {
    background: #704887;
    border-radius: 24px;
}
.benefit .title h2 {
    color: #fff;
}
.benefit ul {
    list-style: none;
    display: inline-flex;
    column-gap: 20px;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}
.benefit li {
    width: 30%;
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.benefit li h6 {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 10px;
}

.opening .accordion-item ul {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.opening .accordion-item li.position {
    width: 50%;
}
.opening .accordion-item li h2 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #313131;
    margin: 0;
}
.opening .accordion-item li p {
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    color: #313131;
}
.opening .accordion-button::after {
    display: none;
}
.opening .accordion-button {
    box-shadow: none;
    background: #FFFFFF;
}
.opening .accordion-item.border-0 {
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(220, 220, 220, 0.25);
    border-radius: 16px;
}

.opening .card-body ul {
    flex-wrap: wrap;
    justify-content: start;
}
.opening .card ul {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.opening .card-body ul li {
    border-right: 2px solid #EBEBEB;
    padding-right: 30px;
    margin-right: 30px;
}   
.opening .card-body ul li h5 {
    font-weight: 600;
    font-size: 18px;
    color: #704887;
}
.opening .card-body ul li p {
    font-weight: 400;
    font-size: 16px;
    color: #313131;
}

.opening .card li p {
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    color: #313131;
}
.opening .card-body ul li:last-child {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    border: none;
}







.side_bar{
    display:none;
}

/*****************By Devender********************/
.stage-boxes {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.stage-boxes .box-stage {
    width: 24%;
    padding: 40px 10px 40px 110px;
    background: #704887;
    position: relative;
    color: #fff;
}

.stage-boxes .box-stage h3 {
    font-size: 26px;
    text-align: center;
}

.stage-boxes .box-stage:after {
    content: "";
    width: 90px;
    height: 100%;
    background: #704887;
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
    z-index: 10;
}

.stage-boxes .box-stage h4 {
    font-size: 23px;
    margin-bottom: 20px;
}

.stage-boxes .box-stage ul {
    padding: 0 0 0 17px;
    font-size: 16px;
}

.stage-boxes .box-stage:first-child {
    padding: 40px 60px;
    display: flex;
    align-items: center;
}

.stage-boxes .box-stage ul li:not(:last-child) {
    margin-bottom: 10px;
}
.stage-boxes .box-stage:nth-child(even) {
    background: #E7D6F0;
    color: #704887;
}

.stage-boxes .box-stage:nth-child(even):after {
    background: #E7D6F0;
}
/****************************Responisve***************************/


@media only screen and (max-width: 1120px){
.stage-boxes {
    width: 93%;
}
.stage-boxes .box-stage {
    padding: 40px 0px 40px 110px;
}
}


@media (max-width: 992px){    
    .side_menu{
        display:inline-block;
    }
    header  .navbar-brand img {
        height: 60px;
    }
    header.sticky  .navbar-brand img {
        width: 100px;
    }
    	header {
        padding: 8px 0;
    z-index: 9;
    }
    .side_bar{
        display:inline-flex;
    }
    header  .menu{
        left: 0;
        top:0;
        position: fixed;
        width: 100%;
        height: 104vh;
        z-index:9;
        padding: 15px 8%;
        /*display:none;*/
        background-color: #fff;
        display:inline-flex; 
    overflow: scroll;
        align-items: center;
        flex-direction: column;
    transform: translateY(-100%);
        transition: 0.9s all ease-in-out !important;
        /* box-shadow: -10px 0px 20px #0000005e; */
    }
    .menu a {
        padding: 15px 0;
    }
    header  .menu ul {
        margin-top: 50px;
    }
    
    
    header  .menu.kk{
        display:inline-flex; 
        align-items: start;
        flex-direction: column;
        transform: translateY(0);
    }
    header .menu a {
        color: #000 !important;
        font-size: 20px;
        padding: 15px 0;
    }
    
    header  .menu ul {
        display: block;
    }
    header  .menu ul {
        display: block;
    }
    .menu li {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    li.dropdown_menu a::after {
        content: none;
    }
    .menu-toggle-drop {
        width: 30%;
        text-align: right;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .dropdown_menu .sub-menu {
        position: unset;
        width: 100%;
        max-width: 100%;
        display: none;
        min-width: 100%;
        margin-top: 0px;
    }

    .logo img {
          height: 36px;
    }
    
    .side_bar.open span:nth-child(3) {
        transform: rotate(-45deg) translate(2px ,2px);
    }
    .side_bar.open span:nth-child(1) {
        transform: rotate(45deg) translate(2px ,-2px);
    }
    
     
    .btn_pred {
        font-size: 14px;
        padding: 4px 25px 4px 4px;
    }
    .btn_pred i {
        width: 35px;
        height: 35px;
    }
    .btn_pred1 {
        font-size: 14px;
        padding: 4px 25px 4px 4px;
    }
    .btn_pred1 i {
        width: 35px;
        height: 35px;
    }
    
    .custom_container {
        padding: 0 4%;
    }
    .section {
        padding: 40px 0;
    }
    .title h2 {
        font-size: 24px;
    }
    .title p {
        font-size: 14px;
    }
    
    section.main_bnner .banner_content h2 {
        font-size: 24px;
    }
    section.main_bnner .banner_content p {
        font-size: 14px;
    }
    
    section.main_bnner .container-fluid{
        height: 100%!important;
    }
    section.main_bnner .row{
        height: 100%!important;
    position: relative;
    }
    section.main_bnner {
        height: auto;
    }
    section.main_bnner .container-fluid {
        height: 70vh !important;
    }
    section.main_bnner .banner_content {
        padding: 0 4%;
        top: 50%;
    }
    .about.new {
        background: linear-gradient(#fff0 ,rgb(255 255 255),#fff,#fff,#fff);
        margin-bottom: 0px;
        position: unset;
        padding: 0;
    }
    
    
    section.inner_bnner .banner_content h2 {
        font-size: 28px;
    }
    section.inner_bnner .banner_content {
        width: 100%;
        text-align: center;
    }
    section.inner_bnner .banner_content p {
        font-size: 14px;
    }
    
    .inner_bnner img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    .right.title img {
        height: auto;
    }
    
    
    
    
    .who_page  .title.pe-5 {
        padding: 0 !important;
    }
    .about .about_icon {
        height: auto;
    }
    .about .title {
        padding-right: 0;
        text-align: center;
    }
    .about .about_icon img {
        object-position: bottom;
    }
    .who  .col-md-6 {
        padding: 0 15px  !important;
        text-align: center;
    }
    .who .title ul {
        column-gap: 15px;
    }
    .who_list  {
        flex-wrap: wrap;
        margin-top: 15px !important;
    }
    .who_list .who_item{
        width: 100% !important;
    }
    .who_list .who_item:nth-child(2) {
        padding: 25px;
    }
    .who_list .who_item:nth-child(2) div {
        display: inline-flex;
        width: 49%;
    }
    .who_item h4 {
        font-size: 24px;
    }
    
    
    .our .title  {
        text-align: center;
    }
    
    .our_img:before {
        height: 260px;
    }
    .our_img img {
        height: 260px;
    }
    div#accordionExample {
        margin-bottom: 20px;
    margin-top: 20px;
    }
    .our .accordion-button {
        font-size: 18px;
        padding: 18px 0;
    }
    .about_science .science_right p {
        font-size: 14px;
    }
    .team .title {
        width: 100%;
    padding: 0 15px;
    }
   .support {
        width: 88%;
    }
    .support .title {
        padding: 20px 5px;
    }
    .support div.d-inline-flex {
        flex-wrap: wrap-reverse;
    }

    .team_img img {
        height: 100%;
    }
    .team_img:after {
        width: 20px;
        height: 20px;
    }
    #team .swiper-slide span {
        width: 100px;
        height: 100px;
    }
    #team {
        padding: 40px 0 0;
    }
    
    #team_modal .modal-body {
        flex-wrap: wrap;
    }
    #team_modal .left_modal {
        width: 100%;
        height: 350px;
    }
    #team_modal .right_modal h4 {
        font-size: 22px;
    }
    #team_modal .right_modal {
        width: 100%;
        padding: 15px;
    }
    #team_modal .left_modal img {
        object-position: top;
    }
    .right_modal:before {
        content: none;
    }
    button.btn-close {
        z-index: 2;
    }
    .right_modal:after {
        content: none;
    }
    .product_page h1 {
        font-size: 32px;
    }
    .our_product {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .left_pro {
        width: 100%;
    }
    .right_pro {
        width: 100%;
    }
    .right_pro .tab-pane.active {
        display: inline-flex;
        flex-wrap: wrap;
    justify-content: center;
    }
    .right_pro .pro_details {
        width: 100%;
        padding-left: 0;
    }
    .right_pro .body_img {
        height: 210px;
    position: unset;
    }
    .right_pro .pro_details h4 {
        font-size: 18px;
    }
    .left_pro .nav {
        flex-wrap: wrap;
    }
    .under_list {
     overflow: scroll;
        flex-wrap: wrap;
    }
    .under .table {
        width: 100% !important;
    }
    .under .under_list img.ms-auto {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    .under_list ul {
        display: inline-flex;
        align-items: center;
        width: 100%;
        text-align: center;
        place-content: center;
        column-gap: 20px;
    }
    .result .w-50 {
        width: 100% !important;
    }
    .result_quotes {
        width: 100%;
        margin: 40px auto 40px;
        text-align: center;
    }.result_quotes img {
        display: block;
        margin: 20px auto;
        height: 25px;
    }
    .result_quotes h4 {
        font-weight: 100;
        font-size: 22px;
    }
    .faq .accordion-item button {
        font-size: 18px;
        padding: 20px 10px;
    }
    .faq .accordion-body {
        padding: 0px 10px 20px;
        width: 100%;
    }
    .result  .for_mobile {
        overflow-x: scroll;
    }
    #product_modal .modal-body {
        flex-wrap: wrap;
    padding: 0;
    }
    #product_modal .left_modal {
        width: 100%;
    margin: 0;
    border-radius: 0;
        height: 350px;
    }
    #product_modal .right_modal {
        width: 100%;
        padding: 15px;
    }
    #product_modal .right_modal h4 {
        font-size: 22px;
    }
    .press_list {
        column-count: 1;
        margin-top: 20px;
    }
    .press_list .learn {
        width: 100%;
    }
    .media_page .video_item {
        width: 100%;
        height: 300px;
    }
    .media_page  iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .stories .stories_detail {
        margin-right: 10px;
    }
    .news:before {
        width: 100px;
        height: 100px;
        left: 0;
    }
    .contact_img {
        width: 100%;
        height: 250px;
        overflow: hidden;
        border-radius: 40px;
        margin-top: 20px;
    }
    .inner_bnner .banner_video {
        height: 450px;
    }
    
    .about_science .science_left img {
        /*border-radius: 20px;*/
        /*width: 100%;*/
        /*height: 400px;*/
        /*object-fit: cover;*/
    }
    .about_science .science_face .team_img {
        width: 140px;
        height: 140px;
    }
    .science_face {
        position: absolute;
        right: 0;
        bottom: -50px;
    }
    .about_science .science_left {
        position: relative;
        margin-bottom: 60px;
    }
    .salient_name {
        height: auto;
         margin-top: 10px; 
    }
    .salient_name .name_par {
         position: unset;
        width: 100%;
        margin-bottom: 10px;

    }
    .salient_name span {
        display: none;
    }
    .salient_list {
        width: 100%;
    }
    .feat .title img {
        top: 0;
    }
    .team_detail h4 {
        font-size: 18px;
    }
    .team_detail p {
        font-size: 14px;
    }
    .team .tab-content .mx-auto.text-center.w-75 {
        width: 90% !important;
    }
    
    
    
    footer .col-md-12.text-center.mb-5 {
        margin: 20px 0 10px !important;
    }
    
    
    
    footer {
        padding: 10px 0 20px;
    }
    footer p {
        padding-right: 0;
        font-size: 14px;
        justify-content: center;
    }
    footer .logo img {
        height: 52px;
    }
    .footer_logo {
        width: 90%;
        margin-bottom: 15px;
    }
    footer .col-md-8.d-flex{
        flex-wrap: wrap;
    }
    .footer_item {
        width: 100% !important;
        padding: 10px 0;
    }
    footer .col-md-12 .align-items-center.d-inline-flex {
        padding: 10px 0 0;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 0 !important;
    }
    footer p.copy {
        width: 100%;
    }
    footer p a {
         padding-right: 0 !important;
        font-size: 14px ;
    }
    footer .designed{
        padding-right: 0 !important;
        justify-content: start;
        width: 100%;
        order: -1;
    }
    .footer-bottom-bar .justify-content-between {
        flex-wrap: wrap;
    }
    footer h4 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 14px;
        width: 100%;
    }
    footer .footer_item h4 {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer_menu li a {
        font-size: 14px !important;
    }
    .team .nav-pills button {
        font-size: 14px;
    }
    
    .who_list .who_item:nth-child(1) video {
        object-position: top;
    }
    section.main_bnner.animation_tag.animate .container-fluid:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 50%);
        left: 0;
        z-index: 1;
        top: 0;
    }.policy_page h2 {
        padding: 130px 0 0;
        font-size: 28px;
    }.policy_item {
        width: 100%;
        flex-wrap: wrap;
    }.policy_item div {
        padding: 20px;
    }
    .partner.parnter_page .partner_img {
        width: 42%;
    }.indus_content .partner_img {
        width: 42%;
    }
    .indus_content .d-flex.w-100 p{
        width: 100% !important;
    }
    .stage-boxes .box-stage {
    width: calc(100% - 130px);
    height: 200px;
    padding: 30px 50px;
}
}


@media only screen and (max-width: 760px) {
    
    .who_list .who_item:nth-child(2) div {
        display: inline-flex;
        width:100%;
    }
    .team_img {
        height: 200px;
    }
    .stage-boxes .box-stage {
    width: 100%;
    height: auto;
}

.stage-boxes .box-stage:after {
    display: none;
}
}

    .who .col-md-6.pe-5 .title   {
        margin-top: -8px;
    }
@media only screen and (max-width: 1100px) and (min-width: 992px) {
    
    .header_detail {
        padding-right: 2vw;
    }
    .globe select {
        width: 100%;
        margin-bottom: 10px;
    }.right_side .news_title {
        padding: 20px;
    }.right_side .news_card {
        height: auto;
    }
    .who_list .who_item:nth-child(1) video {
        object-position: top;
    }.btn_pred {
        font-size: 14px;
        padding: 4px 25px 4px 4px;
    }
    .support .title {
        padding: 10px 8px;
    }
    .support div.d-inline-flex p {
        width: 60%;
    }
    .team_img {
        height: 280px;
    }
    .salient_name {
        height: auto;
         margin-top: 10px; 
    }
    .salient_name .name_par {
        position: unset;
        width: 49%;
        display: inline-block;
        margin-bottom: 10px;

    }
    .salient_name span {
        display: none;
    }
    .salient_list {
        width: 68%;
    }
}

.result ul li{
    font-size: 16px;
    margin: 15px 0;
}