@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  line-height: 1;
  position: relative;
  z-index: 100;
  margin-top: 20px;
}

/*#menu-line {

  position: absolute;

  top: 0;

  left: 0;

  height: 3px;

  background: #ffcb05;

  -webkit-transition: all 0.25s ease-out;

  -moz-transition: all 0.25s ease-out;

  -ms-transition: all 0.25s ease-out;

  -o-transition: all 0.25s ease-out;

  transition: all 0.25s ease-out;

}*/
#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 2px 16px;
  margin: 18px 0px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

#cssmenu > ul > li > a:nth-child(8) {
  border: 0px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #f8ae3f;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 29px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #f8ae3f;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
  height: 32px;
}

#cssmenu ul ul li a {
  padding: 11px 20px;
  font-size: 14px;
  background: url(custome-style.css) center center #500000;
  text-decoration: none;
  color: #fff;
  min-width: 173px;
  white-space: nowrap;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #f8ae3f;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fee7b1;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 12px 33px;
    font-size: 13px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li a::before {
    content: '>>';
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    color: #ca7171;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu > ul > li > a {
    padding: 11px 23px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    border-right: 0px;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 18px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.joint-faculty h2 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  background-color: #06054c;
  color: #fff;
  padding: 6px 15px;
}

.joint-faculty ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.joint-faculty ul li {
  padding: 15px 15px;
  text-align: center;
  font-size: 13px;
  font-style: italic;
}

.joint-faculty ul li h5 {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.joint-faculty ul li img {
  max-height: 200px;
  border: 2px solid #000;
  width: 56%;
}

.associate-faculty {
  margin-top: 50px;
}

.associate-faculty h2 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  background-color: #06054c;
  color: #fff;
  padding: 6px 15px;
}

.associate-faculty ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.associate-faculty ul li {
  padding: 15px 15px;
  text-align: center;
  font-size: 13px;
  font-style: italic;
}

.associate-faculty ul li h5 {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.associate-faculty ul li img {
  max-height: 200px;
  border: 2px solid #000;
  width: 56%;
}

.research-scholars ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.research-scholars ul li {
  padding: 15px 15px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.research-scholars ul li span {
  font-weight: 600;
  display: block;
}

.research-scholars ul li img {
  max-height: 190px;
  border: 2px solid #000;
}

.research-scholars ul li h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  font-style: normal;
}

.prospective-students ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.prospective-students ul li {
  padding: 15px 15px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.prospective-students ul li span {
  display: block;
}

.prospective-students ul li img {
  max-height: 190px;
  border: 2px solid #000;
}

.prospective-students ul li h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  font-style: normal;
}

.prospective-students ul li h5 small {
  display: block;
}

.left-sidemenu {
  background-color: #500000;
  padding: 15px 10px;
  height: 100%;
}

.left-sidemenu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.left-sidemenu ul li {
  padding: 11px 15px;
}

.left-sidemenu ul li a {
  color: #fff;
  display: block;
}

.left-sidemenu ul li:hover {
  background-color: #7e0a0a;
}

.left-sidemenu ul li:last-child {
  border-bottom: 0px;
}

.left-sidemenu ul li.active {
  background-color: #7e0a0a;
}

.left-sidemenu2 {
  background-color: #500000;
  height: auto;
  padding: 15px 10px;
}

.left-sidemenu2 ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.left-sidemenu2 ul li {
  padding: 11px 15px;
}

.left-sidemenu2 ul li a {
  color: #fff;
  display: block;
}

.left-sidemenu2 ul li:hover {
  background-color: #7e0a0a;
}

.left-sidemenu2 ul li:last-child {
  border-bottom: 0px;
}

.left-sidemenu2 ul li.active {
  background-color: #7e0a0a;
}

.training-box1 h3 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: #06054c;
  color: white;
  padding: 6px 15px;
  font-size: 28px;
}

.training-box2 {
  margin-top: 40px;
}

.training-box2 h3 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: #06054c;
  color: white;
  padding: 6px 15px;
  font-size: 28px;
}

.staff-box ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.staff-box ul li {
  padding: 15px 15px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.staff-box ul li span {
  display: block;
}

.staff-box ul li img {
  max-height: 190px;
  border: 2px solid #000;
}

.staff-box ul li h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  font-style: normal;
}

.staff-box ul li h5 small {
  display: block;
}

.consultancy-box h3 {
  background-color: #500000;
  color: white;
  padding: 6px 15px;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 600;
}

.consultancy-box .body-info {
  padding: 38px 15px;
}

.consultancy-box .body-info h5 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 22px;
}

.consultancy-box .body-info ul {
  list-style-type: none;
  padding: 0px 0px 0px 21px;
  margin: 0px;
}

.consultancy-box .body-info ul li {
  padding: 10px 8px;
  /* width: 25%; */
}

.consultancy-box .body-info ul li:before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  margin-left: -28px;
}

.table-traing {
  margin-top: 40px;
}

.table-traing thead tr th {
  padding: 3px 10px;
  background-color: #500000;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.table-traing tbody td {
  font-size: 20px;
  color: #000;
}

.programe-box {
  margin-top: 40px;
}

.programe-box h2 {
  background-color: #500000;
  color: white;
  padding: 6px 15px;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 600;
}

.programe-box h4 {
  background-color: white;
  padding: 10px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-bottom: 20px;
}

.programe-box ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.programe-box ul li {
  padding: 0px;
  margin: 0px;
}

.programe-box ul li .box {
  padding: 15px;
  min-height: 310px;
  line-height: 32px;
}

.programe-box ul li .box h5 {
  font-weight: 600;
}

.programe-box ul li:nth-child(1) .box {
  background-color: #dedede;
}

.programe-box ul li:nth-child(2) .box {
  background-color: #f5f5f5;
}

.programe-box ul li:nth-child(3) .box {
  background-color: #f5f5f5;
}

.programe-box ul li:nth-child(4) .box {
  background-color: #dedede;
}

.map {
  border: 0px;
  width: 100%;
  min-height: 350px;
}

body {
  font-weight: 400;
  font-size: 20px;
}

header {
  background-color: #500000;
  padding-top: 10px;
}

header .navigation {
  background: url() center #500000;
  color: #fff;
}

.about-section {
  padding: 50px 0px;
}

.about-section h2 {
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 30px;
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
}

.about-section h2 hr {
  border-width: 3px;
  width: 150px;
  margin-top: 10px;
  border-color: #222;
}

.about-section .btnknow-more {
  padding: 10px 20px;
  background-color: #363636;
  color: #fff;
}

.key-verticals-section {
  padding: 50px 0px;
}

.key-verticals-section ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.key-verticals-section ul li {
  padding: 5px 5px;
  width: 20%;
  text-align: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border: 5px solid #fff;
}

.key-verticals-section ul li .box {
  min-height: 149px;
  padding: 20px 10px;
}

.key-verticals-section ul li .box img {
  max-height: 60px;
}

.key-verticals-section ul li .box h6 {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0px;
}

.key-verticals-section ul li:nth-child(1) {
  padding: 0px;
}

.key-verticals-section ul li:nth-child(1) .box {
  display: table;
  text-align: center;
  background-color: #0174eb;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 100%;
}

.key-verticals-section ul li:nth-child(1) .box span {
  display: table-cell;
  vertical-align: middle;
}

.key-verticals-section ul li:last-child {
  padding: 0px;
}

.key-verticals-section ul li:last-child .box {
  display: table;
  text-align: center;
  background-color: #2c2c2c;
  color: #fff;
  font-size: 18px;
  height: 100%;
  width: 100%;
}

.key-verticals-section ul li:last-child .box span {
  display: table-cell;
  vertical-align: middle;
}

.key-verticals-section ul li:nth-child(even) {
  background-color: #f3f3f1;
}

.key-verticals-section ul li:nth-child(odd) {
  background-color: #e9e8e2;
}

.message-section {
  padding: 70px 0px;
  background-color: #f5f5f1;
}

.message-section .chairman-msg img {
  background-color: #9f7948;
}

.message-section .container-fluid {
  padding: 0px 150px;
}

.message-section .container-fluid h3 {
  font-weight: 600;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 30px;
  padding: 5px 0px;
}

.message-section .container-fluid h4 {
  font-weight: 400;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 5px;
}

.message-section .container-fluid h4 small {
  display: block;
}

.message-section .container-fluid .btn-readmore {
  border-bottom: 2px solid #222;
}

.message-section .container-fluid h5 {
  font-weight: 400;
}

.message-section .container-fluid h5 small {
  display: block;
  font-size: 13px;
}

.key-deliverables {
  padding: 50px 0px;
}

.key-deliverables h2 {
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
}

.key-deliverables h2 hr {
  border-width: 3px;
  width: 150px;
  margin-top: 10px;
  border-color: #222;
}

.key-deliverables ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.key-deliverables ul li {
  padding: 0px 15px;
  font-size: 16px;
  text-align: center;
}

.key-deliverables ul li img {
  max-height: 60px;
}

.key-deliverables ul li h5 {
  font-weight: 700;
  margin-top: 15px;
}

.news-event-section {
  background-color: #f5f5f1;
  padding: 50px 0px;
}

.news-event-section .news-box {
  padding-right: 40px;
}

.news-event-section .news-box h3 {
  font-weight: 700;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  padding: 5px 0px;
  margin-bottom: 30px;
}

.news-event-section .news-box h3 a {
  font-size: 14px;
  float: right;
  top: 10px;
  position: relative;
}

.news-event-section .news-box ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.news-event-section .news-box ul li {
  padding: 5px 0px;
}

.news-event-section .news-box ul li span {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.news-event-section .event-box {
  padding-left: 40px;
}

.news-event-section .event-box h3 {
  font-weight: 700;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  padding: 5px 0px;
  margin-bottom: 30px;
}

.news-event-section .event-box h3 a {
  font-size: 14px;
  float: right;
  top: 10px;
  position: relative;
}

.news-event-section .event-box ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.news-event-section .event-box ul li {
  padding: 5px 0px;
}

.news-event-section .event-box ul li a {
  color: #000;
}

.news-event-section .event-box ul li .date {
  background-color: #e4e4e4;
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding: 5px;
}

.gallery-section {
  padding: 50px 0px;
}

.gallery-section .gallery-box {
  padding-right: 40px;
}

.gallery-section .gallery-box h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.gallery-section .gallery-box ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.gallery-section .gallery-box ul li {
  padding: 5px 5px;
}

.gallery-section .video-box {
  padding-left: 40px;
}

.gallery-section .video-box h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

footer {
  background-color: #500000;
  padding: 50px 0px;
  color: #fff;
}

footer hr {
  border-color: rgba(255, 255, 255, 0.459);
}

footer a {
  color: #fff;
}

footer h4 {
  font-weight: 700;
  margin-bottom: 30px;
}

footer h6 strong {
  font-weight: 700;
}

footer .quick-link ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

footer .quick-link ul li {
  padding: 3px 0px;
}

footer .socail-link ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer .socail-link ul li {
  padding: 0px 10px;
  float: left;
  font-size: 25px;
}

footer .socail-link ul li a {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #fff9;
  text-align: center;
  line-height: 50px;
}

.inside-header-title {
  padding: 145px 0px;
  text-align: center;
  background-color: #dcdcdc;
  background-image: url(../images/insideheadbg.jpg);
  background-repeat: no-repeat;
}

.inside-header-title h2 {
  font-weight: 600;
  font-size: 42px;
  text-transform: uppercase;
}

.inside-body-section {
  padding: 30px 0px;
}

.inside-body-section .container-fluid {
  padding: 0px 150px;
}

.list-view ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.list-view ul li {
  padding: 0px;
  padding: 5px 0px 5px 30px;
}

.list-view ul li:before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  margin-left: -28px;
}

.vission-box-section {
  padding: 40px 0px;
}

.vission-box-section .vision-box {
  color: black;
  text-align: justify;
  font-size: 21px;
  line-height: 40px;
}

.vission-box-section .vision-box h3 {
  font-size: 28px;
  background-color: #500000;
  color: white;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.vission-box-section .mission-box {
  color: black;
}

.vission-box-section .mission-box h3 {
  background-color: #06054c;
  color: white;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
}

.vission-box-section .mission-box ul {
  padding: 0px;
  margin: 0px 0px 0px 30px;
  list-style-type: none;
}

.vission-box-section .mission-box ul li {
  padding: 6px 0px;
  text-align: justify;
}

.vission-box-section .mission-box ul li:before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  margin-left: -28px;
}

.reseach-box h2 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: #06054c;
  color: #fff;
  padding: 6px 15px;
  font-size: 28px;
}

.reseach-box ul {
  -webkit-column-count: 2;
          column-count: 2;
}

.publicationlist {
  margin-top: 40px;
}

.publicationlist h2 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: #06054c;
  color: #fff;
  padding: 6px 15px;
  font-size: 28px;
}

.projects ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.projects ul li {
  text-align: justify;
}

.projects ul li .pro {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0px;
}

.projects ul li .pro h2 {
  font-size: 28px;
  background-color: #06054c;
  color: white;
  padding: 5px 10px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
}

.projects ul li .pro h3 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 25px;
  color: #500000;
}

.projects ul li .pro h5 {
  font-weight: 600;
  margin: 0px;
}

.projects ul li .pro .more-content {
  display: none;
}

.projects ul li .pro .btn-reasless {
  background-color: #092cd8;
  padding: 3px 15px;
  border-radius: 15px;
  color: #fff;
}

.projects ul li:nth-child(1) .pro:last-child {
  border: 0px;
}

.projects ul li:nth-child(2) .pro h2 {
  margin-top: 30px;
}

.products h2 {
  font-size: 35px;
  background-color: #06054c;
  color: white;
  padding: 5px 10px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
}

.academic h2 {
  text-align: left;
  font-weight: 600;
  margin-bottom: 30px;
  background-color: #06054c;
  color: white;
  padding: 6px 15px;
  font-size: 28px;
}

.industries h2 {
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
  background-color: #06054c;
  color: white;
  padding: 6px 15px;
}

.ecosystem {
  margin-top: 0px;
  text-align: justify;
}

.ecosystem h2 {
  font-size: 28px;
  background-color: #500000;
  color: #fff;
  padding: 5px 15px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 600;
}

@media screen and (min-device-width: 1050px) and (max-device-width: 1680px) {
  .message-section {
    padding: 70px 0px;
    background-color: #f5f5f1;
    font-size: 14px;
  }
}

@media screen and (min-device-width: 900px) and (max-device-width: 1440px) {
  body {
    font-weight: 400;
    font-size: 17px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  body {
    font-weight: 400;
    font-size: 16px;
  }
  .vission-box-section .mission-box ul li {
    padding: 2px 0px;
    text-align: justify;
  }
  .vision-box {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .inside-header-title {
    padding: 25px 0px;
    text-align: center;
    background-color: #dcdcdc;
    background-image: url(../images/insideheadbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .navigation {
    background-color: none;
    color: #fff;
  }
  .key-verticals-section ul li .box {
    min-height: auto;
    padding: 10px 10px;
  }
  .key-verticals-section ul li {
    width: 100%;
  }
  .message-section .container-fluid {
    padding: 0px 15px;
  }
  .message-section .container-fluid h4 {
    padding-bottom: 5px;
    margin-top: 10px;
  }
  body {
    font-weight: 400;
    font-size: 16px;
  }
  .message-section .pl-5 {
    padding-left: 15px !important;
  }
  .message-section .pr-5 {
    padding-right: 15px !important;
  }
  .key-deliverables ul li {
    padding: 0px 15px;
    /* font-size: 13px; */
    text-align: center;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .news-event-section .event-box {
    padding-left: 15px;
  }
  .news-event-section .news-box {
    padding-right: 15px;
  }
  .inside-body-section .container-fluid {
    padding: 0px 15px;
  }
  .inside-header-title {
    padding: 44px 0px;
    text-align: center;
    background-color: gainsboro;
    background-image: url(../images/insideheadbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*# sourceMappingURL=custome-style.css.map */