
/* Reset & Box Model Fix */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Font-Face Setup */
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.woff2") format('woff2');
  font-display: swap;
}  
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.woff2") format('woff2');
  font-display: swap;
}  
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.woff2") format('woff2');
  font-display: swap;
}  

/* Base HTML */
html {
  font-size: clamp(14px, 1.5vw, 16px);
  /* scroll-behavior: smooth; */
  font-family: Montserrat-Regular;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat-Regular';
  font-size: clamp(14px, 1.5vw, 16px);
  color:#282826;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
p {
  margin: 0 0 1em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  font-weight: 700;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #2F3B1C;
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover,
a:focus {
  color: var(--link-hover-color);
  outline: none;
}

/* Accessibility */
:focus-visible {
  outline: 2px dashed #888;
  outline-offset: 4px;
}
b{
  font-family: 'Montserrat-SemiBold';
}

/* Utility */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

body:has(.open) {
  overflow: hidden;
}



/* TOP HEADER END */
header{
    background-color:transparent !important;   
}
.is-sticky{
  background-color:#fff !important;
}
.home_icon{
  display: flex  ;
  align-items: center;
}
header .desk-menu .menu-container .menu .home_icon a{
  background: #ECECEC;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 10px;
}
/* MENU START */
body > .over-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  height: 100%;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
body.open-menu {
  left: -250px;
  overflow: hidden;
}
body.open-menu > .over-menu {
  visibility: visible;
  opacity: 1;
}
body.open-menu .menu-container {
  right: 0 !important;
}
a {
  text-decoration: none !important;
  outline: none;
}
.hidden {
  display: none;
}
header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  float: left;
  position: fixed;
  z-index: 999;
  top: 0px;
  transition: all 0.2s ease-in-out;  /* smooth transition */
  padding: 15px 0;
}
.is-sticky{
    padding: 9px 0;
    box-shadow: 5px 5px 10px #00000026;
    transition-duration: 0.3s;
}
.is-sticky .desk-menu .menu-container .menu > li.menu-item-has-children > a{
  padding: 10px 15px 10px 15px;
}
.menu-header-container{
    display: flex;
    align-items: center;
}
header::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: 0;
  background: #FFF;
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  right: 0;
  height: 0;
}
header .desk-menu {
  position: relative;
  width: 100%;
  float: left;
}
header .desk-menu .box-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  margin: 0 auto;
  float: right;
  text-align: center;
  width: 100%;
}
header .desk-menu .menu-container {
  float: left;
  width: 100%;
}
header .desk-menu .menu-container .menu {
  float: left;
  padding: 0;
  margin: 0 0px 0 0;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: end;
  width: 100%;
}
header .desk-menu .menu-container .menu li.back {
  display: none;
}
header .desk-menu .menu-container .menu > li {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  /* margin: 0 0 0 10px; */
  float: left;
  cursor: pointer;
  position: relative;
  overflow: inherit;
  /* padding:25px 0px */
}
header .desk-menu .menu-container .menu > li a {
  position: relative;
  font-size: 13px;
  padding: 23px 20px 23px 8px;
  display: block;
  color:#FBFBFB;
  font-family: Montserrat-Medium;
  transition-duration: 0.5s;
}
.logobox a{
  background: #fff;
  border-radius: 50px;
  display: block;
}
.logobox img{
    max-height: 90px;
    padding: 15px;
}
.is-sticky .desk-menu .menu-container .menu > li a{
  color: #7A7A7A;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a {
    padding: 20px 15px 20px 15px;
    position: relative;
    background-image: url(../images/home/white-bar.webp);
    background-size: 1px;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}
.is-sticky .desk-menu .menu-container .menu > li.menu-item-has-children > a {
    padding: 20px 15px 20px 15px;
    position: relative;
    background-image: url(../images/home/black.webp) !important;
    background-size: 1px;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after{
  position: absolute;
  right:0px;
  width:3px;
  height:10px;
  background-color:#da0000;
  content:"";
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: absolute;
  content: "";
  height: 1px;
  width: 7px;
  top: 29px;
  display:none
}
.is-sticky .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, .is-sticky .desk-menu .menu-container .menu > li.menu-item-has-children > a::after{
  background-color: #666;
}
header .last_menu{
  background-image: none !important;
  padding-right: 0px !important;
}
.is-sticky .desk-menu .menu-container .menu > li.menu-item-has-children > .last_menu{
  background-image: none !important;
  padding-right: 0px !important;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
  box-shadow: 1px 2px 4px rgba(46, 61, 73, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-overflow-scrolling: touch;
  min-width: 180px;
  position: absolute;
  list-style: none;
  background: #FFF;
  padding: 0;
  float: left;
  display: table;
  left: 0;
  width: 100%;
  float: left;
  display: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li {
  width: 100%;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
  color: #4e4e4e;
  padding: 10px 12px;
  font-family: Montserrat-Medium;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li .sub-menu {
  display: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4e4e4e;
  position: absolute;
  content: "";
  height: 1px;
  width: 7px;
  top: 24px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
  transform: rotate(45deg);
  right: 6px;
  top: 19px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  transform: rotate(-45deg);
  right: 6px;
  top: 23px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a {
  display: block;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a {
  color: #C4161C;
  background-color: #eeeff1;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::before {
  -webkit-transform: rotate(142deg);
  -moz-transform: rotate(142deg);
  -ms-transform: rotate(142deg);
  -o-transform: rotate(142deg);
  transform: rotate(142deg);
  top: 23px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::after {
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
  right: 11px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
  left: 100%;
  margin-top: -40px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a {
    text-align: left;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a:hover{
  margin-top: 0;
  color: #FBFBFB;
}
.is-sticky  .desk-menu .menu-container .menu > li.menu-item-has-children a:hover{
  margin-top: 0;
  color: rgb(121, 121, 121);
  font-family: 'Montserrat-Bold';
}
header .desk-menu .menu-container .menu > li.line {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom:0px;
  left: 0;
  height: 0px;
  pointer-events: none;
  border: 1.3px solid #C4161C;
  background: #C4161C;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  opacity: 0;
  display: block;

}
header .desk-menu .menu-container .menu > li:hover > a {
  color: #C4161C;
}

header .desk-menu .menu-container .menu > li:hover.menu-item-has-children .sub-menu {
  display: block;
}
header .hamburger-menu {
  display: none;
}
header.small::before {
  box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, 0.2);
  height: 100%;
}
header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  background-color: #4e4e4e;
}
header.small .desk-menu .box-menu {
  padding: 0;
}
header.small .desk-menu .box-menu ul li a {
  color: #4e4e4e;
}
/* MENU END */


/* Hero Section Start */
.banner-section_inner{
  position: relative;
}
.hero_slider{
  position: relative;
  /* min-height: 700px; */
  background: #ccc;
}
.banner-section_inner::after{
  position: absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  z-index:9;
  /* background-color:#0000007d; */
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
}
.hero_sec_inner{
  position: relative;
}
.hero_sec_inner::after{
  position: absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  z-index:9;
  background: linear-gradient(to bottom, #00000045, #fff0);
  height:30%;
  content: "";
}
/* .banner-section::after{
  position: absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  z-index:9;
  background-image:url('../images/camera-image.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  content: "";
} */
.banner_content{
    position: absolute;
    bottom: 5%;
    left: 0px;
    right: 0px;
    z-index: 99;
}
.banner_text h1{
  color:#fff;
  font-size:28px;
  font-family: Montserrat-Medium;
  text-align: left;
}
.banner-bg img{
  width:100%;
}
.heading{
  font-size:28px;
  margin-bottom:15px;
  font-family: 'Montserrat-Bold';
  color:#C4161C;
}
.sub_heading{
  font-size:20px;
  font-family: 'Montserrat-SemiBold';
  margin: 0 0 10px 0;
}


.main{
    background-image: url(../images/waves.webp);
    background-repeat: repeat;
    background-size: 100%;
    background-position: center;
}




/* Footer Start */
.footer{
    padding: 30px 0 0px 0;
    background-color:#F4F4F4;
}
.footer_logobox{
    border-bottom: 1px solid #797979;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.footer_logobox img{
  max-height:50px;
}
.footer_mainBox{
    padding: 20px 0 30px 0;
}
.footer .footer_line{
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg,rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.06) 100%);
}
.footer_box_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_box_logo img{
    max-height: 150px;
}
.copyright{
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat-Regular';
  margin-top: 0px;
}
.footer_box ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer_heading{
  font-size:20px;
  font-family: 'Montserrat-Bold';
  color:#a81417;
  margin-bottom:15px;
}
.footer_box p{
  font-size:14px;
  font-family: 'Montserrat-Medium';
}
.footer_box ul li{
  width:100%;
}
.footer_box ul li a{
  width: 100%;
  text-decoration: none;
  float: left;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_box ul li a img{
  max-height: 29px;
}
.address_box{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.address_box p{
  text-align: center;
  width:100%;
  margin:0px;
}
.address_box a{
  width:auto;
  text-align: center;
  margin: 0 0 10px 0px;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.social_media_box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  margin:0px 0 0 0;
  flex-wrap: wrap;
}
.social_media_box a img{
  max-width:29px;
}
.crafted_by_evonix {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    gap:7px;
    justify-content: end;
    margin: 0px 0% 0 0;
    color:#fff;
}
.crafted_by_evonix a{
    width: auto;
    margin: 0;
}
.crafted_by_evonix img{
  max-height:17px;
}
.footer_bottom_strip{
  background-color:#c53034;
  padding: 8px 0;
}








.aboutus_section{
  padding: 80px 0 40px 0;
  position: relative;
}
.aboutus_section::after{
  position: absolute;
  content: "";
  left: 3%;
  top: 2%;
  width: 50px;
  height: 100px;
  background-image: url(../images/home/dotted-design.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.aboutus_inner{
  position: relative;
}
/* .aboutus_section::before{
  position: absolute;
  content: "";
  left:0;
  bottom:0;
} */
.aboutright{
  position: relative;
  padding: 35px;
}
.aboutright::after{
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #c4161c;
  top: 0px;
  right: 0px;
  content: "";
  z-index: -1;
}
.aboutright::before{
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #c4161c;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.readmore{
    width: fit-content;
    /* background: #c4161c; */
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 7px 19px;
    font-size:13px;
    color: #fff;
    display:flex;
    align-items: center;
    gap:7px;
    transition-duration:0.7s;
    background: linear-gradient(90deg, rgba(116, 13, 16, 1) 0%, rgba(195, 22, 27, 1) 100%);
    transition-duration: 0.7s;
    line-height: normal;
}
.readmore:hover{
  background-color:#a0191d;
  color:#fff;
}


/* Vision Mision Start */
.visionmision_section{
  padding:40px 0px 40px 0px;
}
.visionmision_inner{
  position: relative;
  /* padding:60px 0px; */
}
.visionmision_inner::before{
  position: absolute;
  content: "";
  left: 5%;
  top: -10%;
  width: 50px;
  height: 100px;
  background-image: url(../images/home/dotted-design.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.visionimg_box img{
    min-width: 110px;
    max-width: 110px;
    margin: 0 10px 0 0;
}
.visionmision_inner::after {
    position: absolute;
    width: 72%;
    background-color: #a81417;
    height: 72%;
    right: 0;
    content: "";
    z-index: -1;
    top: 11%;
    bottom: 0;
}
.visionmision_inner_box{
    display: flex;
    align-items: center;
    margin:10px 0 20px 0;
}
.visiontext_box .heading{
  color:#fff;
  position: relative;
  padding: 0 0 13px 0;
}
.visiontext_box .heading::after{
  background-color:#fff;
  position: absolute;
  bottom: 0;
  width:100%;
  left:0px;
  right:0px;
  height:1px;
  content:"";
}
.visiontext_box .heading::before{
  background-color:#fff;
  position: absolute;
  bottom: -1px;
  width:30%;
  left:0px;
  right:0px;
  height:3px;
  content:"";
  z-index:1px;
  
}
.visiontext_box p{
  color:#E4E4E4;
}
.visionmision_right{
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 0px 20px 0 0;
}



.research_focus_areas_section{
    position: relative;
    padding: 30px 0 120px 0;
}
.research_focus_areas_section::before {
    position: absolute;
    content: "";
    right: 6%;
    top: -10%;
    width: 50px;
    height: 100px;
    background-image: url(../images/home/dotted-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.research_focus_areas_section::after {
    position: absolute;
    content: "";
    left: 3%;
    top: -20%;
    width: 50px;
    height: 100px;
    background-image: url(../images/home/dotted-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main-image{
    max-width: 68%;
    margin: 0 auto;
}
.research_heading{
    position: absolute;
    left: 0;
    right: 10px;
    margin: 0 auto;
    text-align: center;
    top: 29%;
    z-index: 1;
    color: #707070;
    font-size: 22px;
    width: 120px;
    line-height: normal;
}
.research_focus_areas_box {
    font-size: 14px;
    width: 16%;
    position: absolute;
}
.research_focus_areas_box ul li{
  list-style-type: disc;
  line-height: normal;
  margin: 0 0 9px 0;
}
.research_focus_areas_box ul li::marker {
  color:#C5161B; /* change bullet color */
  font-size: 20px; /* optional, can resize bullet */
}
.research_focus_areas_box1 {
    top: 7%;
    left: 5%;
}
.research_focus_areas_box2 {
    top: 38%;
    left: 5%;
}
.research_focus_areas_box3 {
    top: 65%;
    left: 13%;
}
.research_focus_areas_box4 {
    top: 81%;
    left: 45%;
}
.research_focus_areas_box5 {
    top: 7%;
    right: 4%;
}
.research_focus_areas_box6 {
    top: 38%;
    right: 4%;
}
.research_focus_areas_box7 {
    top: 65%;
    right: 13%;
}
.research_subheading{
    color: #707070;
    font-family: 'Montserrat-Bold';
    border-bottom:1px solid #707070;
    margin: 0 0 6px 0;
    padding: 0 0 10px 0px;
}
.icon_mobile_img{
  display:none;
}

/* RESEARCH HIGHLIGHTS Start */

.research_highlights_section{
  padding:40px 0px 40px 0px;
}
.research_highlights_inner{
  display:flex;
  gap:10px;
}

.research_highlights_box{
  width:24%;
  position: relative;
  overflow: hidden;
  transition-duration:0.5s;
}

.research_highlights_box::after{
  background: #000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.09) 50%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  left:0;
  right: 0;
  top:0px;
  bottom: 0px;
  z-index:1;
  content:"";
}
.research_highlights_box img{
  filter: blur(3px);
  transition-duration:0.7s;
}
.research_highlights_box:hover img{
  filter: blur(0px);
}
.research_highlights_box:hover .research_content h6{
  font-family: 'Montserrat-Bold';
}
.research_highlights_box .research_content{
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 0 3px 20px 3px;
}
.research_highlights_box .research_content h6{
  font-family: 'Montserrat-Medium';
  font-weight: inherit;
}
.research_content .readmore{
  color:#fff;
  border: 1px solid #fff;
  font-family: 'Montserrat-Bold';
  background-color:transparent;
  font-size:13px;
  margin:20px auto 0 auto;
  transition-duration:0.7s;
  line-height: normal;
}
.research_highlights_box:hover .research_content .readmore{
  background: #740D10;
  background: linear-gradient(90deg,rgba(116, 13, 16, 1) 0%, rgba(195, 22, 27, 1) 100%);
  transition-duration:0.7s;
  border: 1px solid #9a1216;
}
.research_content .readmore span{
  color:#fff;
  font-family: 'Montserrat-Medium';
}
.research_content .readmore img{
  margin: 0px 0px 0px 2px;
  filter: blur(0px);
  max-height: 11px;
}

/* RESEARCH HIGHLIGHTS End */


.collaborations_section{
    padding:40px 0 40px 0px;
}
.collaborations_logos{
  display:flex;
  gap:10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.collaborations_logo{
  width:32%;
}
.collaborations_logo img{
  max-height:100px;
}
.collaborations_logo .readmore img{
  max-height: 13px;
}
.collaborations_left .nav-pills{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collaborations_left .nav-pills li{
  width:49%;
}

.collaborations_left .nav-pills .nav-link{
    background: #e2e2e2;
    border: 0;
    border-radius: 0px;
    width:100%;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #7A7A7A;
    padding: 12px 0;
    margin: 0 0 18px 0;
}
.collaborations_left .nav-pills .nav-link.active, .collaborations_left .nav-pills .show>.nav-link{
    background-color: #C53034;
    width:100%;
    color: #fff;
    position: relative;
}
.collaborations_left .nav-pills .nav-link.active::after{
    content: "";
    border-top: 9px solid;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 20px;
    z-index: 9999;
    margin: 0 auto;
    color: #C53034;
}
.collaborations_right{
    display: flex;
    align-items: center;
    height: 100%;
}
.collaborations_left .readmore{
    background: #797979;
    color:#fff;
    font-family: 'Montserrat-Bold';
}

/* FUTURE ROADMAP (2025–2030) Start */

.future_roadmap_section{
    padding: 40px 0 80px 0;
}
.future_roadmap_box{
    background-color: #F4F4F4;
    padding: 20px 16px 25px 16px;
}
.steps_count{
    font-size: 28px;
    color: #797979;
    border-bottom: 1px solid #ccc;
    font-family: 'Montserrat-Bold';
    padding: 0 0 10px 0px;
    margin: 0 0 14px 0;
}
.future_roadmap_box p{

}
.future_roadmap_box .readmore{
    font-family: 'Montserrat-Bold';
    background: #797979;
    color:#fff;
}
.future_roadmap_box .readmore img{
    max-height: 13px;
    width: auto;
    max-width: max-content;
}
.future_roadmap_section .owl-carousel .owl-nav.disabled {
    display: block;
}
.future_roadmap_section .owl-carousel .owl-nav .owl-next{
    background-image: url(../images/left-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    font-size: 0px;
    position: absolute;
    right: -40px;
    top: 45%;
    transform: rotate(180deg);
}

.future_roadmap_section .owl-carousel .owl-nav .owl-prev{
    background-image: url(../images/left-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    font-size: 0px;
    position: absolute;
    left: -40px;
    top: 45%;
}



/* Inner Pages Start */
.inner_page_banner_content{
  position: relative;
}
.inner_page_banner_content::after{
  position: absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  z-index:9;
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 82%) 100%);
}
.bredcrumb_section{
  background: #c4161c;
  padding: 9px 0px;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
.bredcrumb_section ul{
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size:13px;
  font-family: 'Montserrat-Medium';
}
.bredcrumb_section ul li{
  color: #fff;
}
.bredcrumb_section ul li a{
  color: #fff;
  font-family: 'Montserrat-Bold';
}
.aboutus_inner_page{
    padding: 80px 0 80px 0;
    position: relative;
}
.motto{
    background-color: #F4F4F4;
    padding: 10px;
    font-size: 20px;
    margin:0px 0 25px 0;
    color: #797979;
    font-family: 'Montserrat-Regular';
    border-radius: 10px;
}
.motto span{
    font-family: 'Montserrat-Bold';
}
.aboutus_inner_page .aboutright {
    position: relative;
    padding: 15px;
}
.aboutus_inner_page .aboutright img{
  border-radius:14px;
}
.slider-star{
  position: absolute;
  width:50px;
  height:50px;
  top:45%;
  right: 5%;
  z-index:9999;
}
.star_img {
	-webkit-animation: star_img 4s linear 1s infinite alternate-reverse both;
	animation: star_img 4s linear 1s infinite alternate-reverse both;
  opacity: 0.6;
}

@-webkit-keyframes star_img {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
@keyframes star_img {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}

.aboutus_inner_page::after{
  top: 0%;
  transform: rotate(90deg);
}
.aboutus_inner_page::before {
    position: absolute;
    content: "";
    right: 5%;
    bottom: 2%;
    width: 50px;
    height: 100px;
    background-image: url(../images/home/dotted-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(90deg);
}






.aboutus_scccs_page{
  padding: 80px 0 40px 0;
  background-image: url(../images/inner-pages/section-bg-1.webp);
  background-repeat: no-repeat;
  background-size: 57%;
  background-position: right bottom;

}
.aboutus_siu_page {
    padding: 80px 0;
    margin: 60px 0;
    background-image: url(../images/about-symbiosis-society.webp);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left;
    width: 100%;
    background-attachment: fixed;
    float: left;
}
.aboutinner_content {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 20px;
    margin: auto 0 auto auto;
    box-shadow: 2px 2px 10px #ccc;
    width: 65%;
    float: right;
    border: 1px solid #fff;
}
.aboutus_inner_section{
  padding:0px 0px 60px 0px;
}

.years-experience-box {
position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  align-content: center;
  text-align: center;
  background:#C4161C;
  border: 10px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.years-experience-box h2 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  margin: 11px 0 0 0;
}
.years-experience-box p {
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
  font-size: 11px;
}
.about-img-2 {
    margin-top: 70px;
}
.about-images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.about-img-1, .about-img-2 {
    width: calc(50% - 15px);
}
.about-img-1 figure, .about-img-2 figure {
    display: block;
    border-radius: 999px;
}
.about-img-1 img, .about-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.9;
    object-fit: cover;
    border-radius: 999px;
}
.years-experience-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgb(161, 20, 25);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

/* About SCCCS Start */

/* About SCCCS End */
/* Inner Pages End */

.mission_sec{
  background-image: url("../images/inner-pages/section-bg-2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size:100%;
}
.mission_sec{
  background-image: url("../images/inner-pages/about_shape_1.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size:contain;
}
.mission_sec ul li{
  padding: 10px 0 10px 30px;
  background-image: url(../images/inner-pages/right-tick.svg);
  background-position: left center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.vision_and_mission_section{
  padding:40px 0px 80px 0px;
}
.vision_sec{
  background-image: url(../images/inner-pages/about_shape_1.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.vision_sec ul li{
  padding: 10px 0 10px 30px;
  background-image: url(../images/inner-pages/right-tick.svg);
  background-position: left center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.vision_sec ul li span{
  font-style: italic;
}
.approaches_of_SCCCS_box{
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 20px #0000000f;
}
.approaches_of_SCCCS_section{
  position: relative;
  padding: 0 0 80px 0;
}
.approaches_of_SCCCS_section::before{
  position: absolute;
  content: "";
  right: 1%;
  top: -20%;
  width: 50px;
  height: 100px;
  background-image: url(../images/home/dotted-design.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}




.phd_programs_section{
  padding:80px 0px 80px 0px;
}
.phd_programs_inner{
  background-color: #F4F4F4;
}
.red_link{
  color: #C4161C;
}
.phd_programs_right{
  background-color: #a81417;
  padding:75px 40px;
  color:#fff;
}

.phd-content{
  padding:30px;
}
.phd_programs_inner .sub_heading{
  margin: 0px 0 3px 0;
  line-height: normal;
}

/* Infrastruture Start */
.gallery_section{
  padding: 80px 0 50px;
}
.gallery_mainBox {
    display: grid;
    grid-template-columns: 1fr 1fr 1.8fr 1fr 1fr;
    gap: 10px;
}
.gallery_mainBox .gallery_list.item1,
.gallery_mainBox .gallery_list.item1 .gallery_item,
.gallery_mainBox .gallery_list.item1 .gallery_img,
.gallery_mainBox .gallery_list.item3,
.gallery_mainBox .gallery_list.item3 .gallery_img,
.gallery_mainBox .gallery_list.item3 .gallery_item,
.gallery_mainBox .gallery_list.item5,
.gallery_mainBox .gallery_list.item5 .gallery_img,
.gallery_mainBox .gallery_list.item5 .gallery_item{
    height: 100%;
    
}
.gallery_mainBox .gallery_list{
  overflow: hidden;
  border-radius: 25px;
  transition-duration: 0.9s;
}
.gallery_mainBox .gallery_list .gallery_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 25px;
    overflow: hidden;
    transition-duration: 0.9s;
}

.gallery_list.item2 .gallery_item,
.gallery_list.item4 .gallery_item {
    margin: 10px 0;
}
.gallery_item {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.gallery_heading {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #FFF;
    font-family: 'Outfit-SemiBold';
    font-size: 18px;
    overflow: hidden;
    padding: 20px 0;
    border-radius: 0 0 25px 25px;
    background-image: linear-gradient(0deg, black, transparent);
}
.view_all_btn {
    gap: 10px;
    display: flex;
    justify-content: end;
    margin: 20px 0 0px auto;
    color: #000;
    font-family: 'Outfit-Regular';
}
.gallery_item:hover .gallery_img img{
    transform: scale(1.1);
}
.gallery_img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.gallery_item:hover .gallery_img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
/* Infrastruture End */




.areas_of_research_section{
  padding:80px 0px 40px 0px;
}
.selected_publications{
  padding:0px 0px 40px 0px;
}
.selected_publications_ul{
  padding: 0 0 0 18px;
}
.selected_publications_ul li{
  margin-bottom: 18px;
  list-style-type: auto;
}

.projects_and_grants_section{
  padding:80px 0px 60px 0px;
}
.projects_and_grants_box{
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 10px 4px #00000008;
  padding: 10px 10px 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.projects_and_grants_box::after{
  background: #797979;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 20px;
  top: 0px;
  content: "";
  width: 50px;
  height: 60px;
  border-radius: 0 0 35px 35px;
  z-index: 0;
}
.projects_and_grants_left{
  width:85%;
}
.count_text {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-family: 'Montserrat-Light';
}
.count_num{
  color: #fff;
  padding: 0px;
  width: 50px;
  position: relative;
  z-index: 9;
  font-size: 25px;
  line-height: normal;
  text-align: center;
  font-family: Montserrat-Bold;
}


.Title_text{
  margin: 23px 0 0px 0;
  font-size: 16px;
  font-family: 'Montserrat-SemiBold';
}
.projects_and_grants_right{
  width:15%;
}

.project_details {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  background-color: #F4F4F4;
}
.project_details h6{
  margin: 0;
  font-size:16px;
  font-family: Montserrat-Light;

}
.project_amount{
  color: #797979;
  padding: 10px;
  border-radius: 8px;
  font-family: Montserrat-Bold;
  font-size: 28px;
}





@media (min-width:1365.98px) {
  .visionmision_inner::after {
      width: 72%;
      height: 78%;
      top: 10%;
  }
  .research_focus_areas_inner{
    position: relative;
  }
  .research_focus_areas_box {
      width: 17%;
  }
  .research_focus_areas_box1 {
    top: 1%;
    left: 0;
  }
  .research_focus_areas_box2 {
    top: 43%;
    left: 0;
  }
  .research_focus_areas_box3 {
    top: 70%;
    left: 8%;
  }
  .research_focus_areas_box4 {
    top: 98%;
    left: 43%;
  }
  .research_focus_areas_box5 {
    top: 5%;
    right: 0%;
  }
  .research_focus_areas_box6 {
    top: 43%;
    right: 0%;
  }
  .research_focus_areas_box7 {
    top: 70%;
    right: 8%;
  }
  
}



@media (max-width: 1199.98px) {
  .logobox img {
      max-height: 60px;
      padding: 8px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children > a{
      padding: 20px 7px 20px 7px;
  }
  .is-sticky .desk-menu .menu-container .menu > li.menu-item-has-children > a{
      padding: 20px 7px 20px 7px;
  }
  header .desk-menu .menu-container .menu > li{
    display: flex;
    align-items: center;
  }
  .hero_slider{
    min-height:inherit;
  }
/* visionmision Start */
.visionmision_inner::after{
    height: 100%;
    top: 0%;
}
.visionimg_box img {
    min-width: 90px;
    max-width: 90px;
}
.visionmision_inner::before{
  display:none;
}
/* visionmision End */
/* RESEARCH FOCUS AREAS Start */
.research_focus_areas_box{
    padding: 0 0 0 10px;
}
.research_subheading{
    margin: 0 0 2px 0;
    padding: 0 0 4px 0px;
}
.research_focus_areas_box ul li{
    margin: 0 0 4px 0;
}
.research_focus_areas_box3 {
    top: 68%;
    left: 16%;
}
.research_focus_areas_box6 {
    top: 38%;
    right: 2%;
}
.research_focus_areas_box5 {
    top: 7%;
    right: 2%;
}
.main-image {
    max-width: 68%;
    margin: 0px auto;
}
.research_heading{
  font-size: 17px;
  margin: -2px auto 0px auto;
  padding: 0 0 4px 0px;
}
.research_subheading ul li{
  line-height: normal;
}
.research_focus_areas_box{
  width: 21%;
}
.research_focus_areas_box1{
    left: 2%;
}
.research_focus_areas_box2 {
    left: 2%;
    top:40%;
}
.research_focus_areas_box7 {
    right: 10%;
}
.research_focus_areas_box3 {
    left: 10%;
}
/* RESEARCH FOCUS AREAS End */

}



@media (max-width: 1099.98px) {
  .main-image {
    max-width: 60%;
    margin: 0px auto;
  }
  .social_media_box{
    gap: 8px;
  }
  .future_roadmap_section .owl-carousel .owl-nav.disabled{
    display: block;
    width: 80px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -15px;
}
  .future_roadmap_section .owl-carousel .owl-nav .owl-next{
    right: 0px;
    top: 0px;
  }
  .future_roadmap_section .owl-carousel .owl-nav .owl-prev{
    left: 0px;
    top: 0px;
  }

}


@media (max-width: 991.98px) {
header{
  background-color: #fff !important;
  box-shadow: 10px 0px 10px #00000024;
}
.menu-header-container{
  display: inherit;
}
 header .hamburger-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    top:-54px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    left:inherit;
    z-index: 9999;
    right: 0;
  }
 .logobox img{
      max-height: 40px;
      padding: 0px;
  }
  header .hamburger-menu{
    top: -37px;
  }
  header .hamburger-menu span {
    text-transform: uppercase;
    left: calc(-100% + -5px);
    padding: 8px 9px 8px 0;
    top: calc(50% - 18px);
    position: absolute;
    font-size: 13px;
    color: #FFF;
  }
  header .hamburger-menu .bar,
header .hamburger-menu .bar::after,
header .hamburger-menu .bar::before {
    width: 33px;
    height: 3px;
  }
  header .hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(23px);
    -moz-transform: translateY(23px);
    -ms-transform: translateY(23px);
    -o-transform: translateY(23px);
    transform: translateY(23px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #c4161c;
    top: -7px;
  }
  header .hamburger-menu .bar::before, header .hamburger-menu .bar::after {
    position: absolute;
    background: #c4161c;
    content: "";
    left: 0;
    border-radius: 5px;
  }
  header .hamburger-menu .bar::before {
    bottom: 10px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar::after {
    top: 10px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
  header .hamburger-menu .bar.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .desk-menu .box-menu ul li a {
    color: #FFF !important;
    border-bottom: 1px solid #eaeaea;
  }
  header .desk-menu .menu-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FFF;
    position: fixed;
    height: 100%;
    width: 50%;
    right: -100%;
    top: 0;
    z-index: 9999;
    pointer-events: auto;
    overflow-y: scroll;
    max-height: 100%;
    overflow: hidden;
}

  header .desk-menu .menu-container .menu {
    margin:50px 0 0 0;
    display:inherit;
  }
  header .desk-menu .menu-container .menu li.back {
    position: relative;
    display: block;
  }
  header .desk-menu .menu-container .menu li.back a {
    padding: 12px 12px 12px 35px !important;
    font-family: Montserrat-SemiBold;
    color:#C4161C !important;
  }

  header .desk-menu .menu-container .menu li.back a::before, header .desk-menu .menu-container .menu li.back a::after {
    background-color: #4e4e4e;
    position: absolute;
    content: "";
    height: 2px;
    width: 7px;
    top: 23px;
  }
  header .desk-menu .menu-container .menu li.back a::before {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 20px !important;
    right: inherit !important;
    left: 15px !important;
  }
  header .desk-menu .menu-container .menu li.back a::after {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 24px !important;
    left: 15px !important;
  }
  header .desk-menu .menu-container .menu li.line {
    display: none !important;
  }
  header .desk-menu .menu-container .menu > li {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
  }
  header .desk-menu .menu-container .menu > li a {
    font-family: Montserrat-Regular;
    color: #4e4e4e !important;
    font-size:14px;
    padding: 20px 7px 20px 20px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children {
    position: initial;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a {
    padding: 14px 12px 14px 12px;
    width:100%;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    background: #4e4e4e;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
    right: 10px !important;
    top: 22px !important;
    width: 7px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    top: 26px !important;
    width: 7px !important;
    right: 10px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block !important;
    background: #FFF;
    z-index: 1;
    top: 0;
    left: 100%;
    height: 100%;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
    margin-top: 0;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
    left: 0%;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    background-color: #4e4e4e;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    right: 6px !important;
    top: 22px !important;
    width: 7px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    right: 6px !important;
    top: 26px !important;
    width: 7px !important;
  }
  header .desk-menu .menu-container .menu > li:hover a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 6px;
    top: 22px;
  }
  header .desk-menu .menu-container .menu > li:hover a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 26px;
  }
  header.small .hamburger-menu {
    top: 31px;
  }
  header.small .hamburger-menu span {
    color: #4e4e4e;
  }
  header.small .hamburger-menu .bar {
    background: #4e4e4e;
  }
  header.small .hamburger-menu .bar::before, header.small .hamburger-menu .bar::after {
    background: #4e4e4e;
  }
  header.small .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
  }

/* About Us Start */
.aboutus_section{
  padding: 40px 0 40px 0;
}
.aboutright {
    position: relative;
    padding: 15px;
}
.aboutus_section::after{
  display:none;
}
/* About Us End */

/* Vision Mision Start */
  .visionmision_section {
    padding: 40px 0px 40px 0px;
    background: #a81417;
}
/* Vision Mision End */

/* RESEARCH FOCUS AREAS Start */
.research_focus_areas_section::after{
  display:none;
}
  .research_focus_areas_section {
    position: relative;
    padding: 40px 0 40px 0;
  }
  .research_heading{
    width: auto;
    position: inherit;
    font-size:23px;
  }
  .visiontext_box .heading{
    font-size: 23px;
    padding: 0 0 5px 0;
  }
  .heading {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .main-image{
    display:none;
  }
  .research_focus_areas_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
 .research_focus_areas_box {
    position: inherit;
    width: 48%;
    margin: 10px 0 30px 0;
  }
  .research_focus_areas_box ul{
    margin:0px 0px 0px 20px;
  }
  .research_focus_areas_box:last-child{
    margin: 10px 0 0px 0;
  }
  .icon_mobile_img img {
    max-height: 60px;
    min-height: 60px;
    margin: 0 0 15px 0;
  }
  .icon_mobile_img{
    display:block;
  }
/* RESEARCH FOCUS AREAS End */

/* RESEARCH HIGHLIGHTS Start */
.research_highlights_section {
    padding: 0px 0px 40px 0px;
}
.research_focus_areas_section::before{
  display:none;
}
.visionimg_box img {
    margin: 0 20px 0 0;
}
/* RESEARCH HIGHLIGHTS End */


/* Collaborations Start */
.collaborations_section {
    padding: 0px 0 0px 0px;
}
.collaborations_logo {
    width: 48%;
}
/* Footer Start */
.footer {
    padding: 20px 0 0px 0;
}
.research_content .readmore{
    font-size: 12px;
}
.readmore{
    font-size: 12px;
}

/* Roadmap Start */
.future_roadmap_section {
    padding: 40px 0 70px 0;
}
/* Roadmap End */

}

@media (max-width:767.98px) {
  header .desk-menu .menu-container{
    width: 70%;
  }
  .logobox img {
    max-height: 40px;
  }
  .hero_sec_inner {
    position: relative;
    margin: 50px 0 0 0;
  }
  .aboutleft{
    margin: 20px 0 0 0;
  }

  .visionimg_box img {
      min-width: 75px;
      max-width: 75px;
  }


.research_highlights_inner{
  flex-wrap: wrap;
  justify-content: center;
}
.research_highlights_box{
  width: 49%;
}


.collaborations_right{
  margin:30px 0px 0px 0px;
}
.future_roadmap_section {
    padding: 40px 0 60px 0;
}
header .hamburger-menu {
    top: -35px;
}


}

@media (max-width:575.98px) {
  header .desk-menu .menu-container{
    width: 100%;
  }
  header .hamburger-menu {
      top: -25px;
  }
  .research_highlights_box{
    width: 48%;
  }
  .logobox img {
    max-height: 30px;
  }
  /* .hero_slider{
    min-height:370px;
  } */
  .banner-bg img{
    min-height: 320px;
    object-fit: cover;
}

}

@media (max-width:479.98px) {
  .research_focus_areas_box {
    position: inherit;
    width: 100%;
    margin: 10px 0 30px 0;
  }
  .banner-bg img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
  }
  /* .hero_slider {
      min-height: 330px;
  } */


}

