/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Hind Madurai', sans-serif; 
  color: #444444;
}

a {
  color: #0086e5;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cabin', sans-serif;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
}

.section-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.section-title span
{
  height: 2px;
  background: #2A7FFF;
  width: 20%;
  display: block;
  margin: 0px auto;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #064771;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  color: #0086e5;
}



.section-heading {
  padding-bottom: 15px;
  text-align: center;
  margin: 0 0 20px;
}

.section-heading span
{
  height: 2px;
  background: #2A7FFF;
  width: 20%;
  display: block;
  margin: 0px auto;
}

.section-heading p {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  color: #556270;
}




.bullet-points
{
  margin: 10px 0 0;
}

ul.bullet-points 
{
  list-style-type: none;
  padding: 0;
}

ul.bullet-points li
{
  padding: 5px 0;
  font-size: 21px;
  color: #808080;
}

ul.bullet-points li i
{
  color: #0086e5;
  margin: 0 5px 0 0;
  font-size: 18px;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 25px 0;
  background: #f8f9fa;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 30px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #222222;/*  d9232d*/
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #0086e5;
  color: #fff;
}



/*------------------------------------------------------------------------------------------------------
--------------------------------------For index.php page-----------------------------------------------
-------------------------------------------------------------------------------------------------------*/



/*For industry insight section*/


  #industry-insights  figure.snip1256 {
      color: #fff;
      position: relative;
      overflow: hidden;
      min-width: 220px;
      width: 100%;
      color: #ffffff;
      text-align: left;
      background-color: #0086e5;
      font-size: 16px;
      -webkit-perspective: 50em;
      perspective: 50em;
    }
   #industry-insights figure.snip1256 * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
    }
   #industry-insights figure.snip1256 img {
      opacity: 1;
      width: 100%;
      height: 250px;
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
    }
   #industry-insights figure.snip1256 figcaption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 50% -50%;
      -ms-transform-origin: 50% -50%;
      transform-origin: 50% -50%;
      z-index: 1;
      opacity: 0;
      padding: 20px 30px;
    }
   #industry-insights figure.snip1256 h3 {
      margin: 0;
      font-weight: 800;
      font-size: 23px;
    }
    #industry-insights figure.snip1256 p {
      font-size: 15px;
      font-weight: 500;
      margin: 10px 0;
      text-align: justify;
    }
   #industry-insights figure.snip1256 .read-more {
      border: 2px solid #ffffff;
      padding: 0.5em 1em;
      font-size: 0.8em;
      text-decoration: none;
      color: #ffffff;
      display: inline-block;
    }
   #industry-insights figure.snip1256 .read-more:hover {
      background-color: #ffffff;
      color: #000000;
    }
   #industry-insights figure.snip1256:hover img,
   #industry-insights figure.snip1256.hover img {
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg);
      opacity: 0;
    }
   #industry-insights figure.snip1256:hover figcaption,
   #industry-insights figure.snip1256.hover figcaption {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
    }





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 10px;
  margin: 0 10px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #064771;/*d9232d*/
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #7CBC41;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #0086e5;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
  font-size: 18px;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #d9232d;
}

.about .content p
{
  font-size: 18px;
}

.about .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Choose us
--------------------------------------------------------------*/
#choose-us {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 50px;
    /*background: url(../image/robot1.jpg) left -100px top -20px no-repeat;
    background-size: contain;*/
}

#choose-us .industry-work
{
  margin: 20px 0;
  padding: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  height: 190px;
}

#choose-us .industry-work .block-image
{
  padding: 5px;
  border: 1px solid #064771;
}

#choose-us .industry-work .block-image img
{
  width: 100%;
}

#choose-us .industry-work .block-description
{
  padding: 5px 0;
}

#choose-us .industry-work .block-description h3
{
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 10px;
  border-bottom: 1px solid #CCC;
}

#choose-us .industry-work .block-description p
{
  text-align: justify;
  margin: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
}

.services .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #0678BE;
}



/*--------------------------------------------------------------
# News and Events
--------------------------------------------------------------*/
.news {
  background: #FFF;
}

.news .news-list
{
  margin: 35px 0 0;
}

.news .title{
  padding: 0 0 40px;
  color: #121212;
}

.news .title h2
{
  font-size: 36px;
  font-weight: 900;
}

.news .icon-box {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.news .icon-box i {
  float: left;
  color: red;
  font-size: 20px;
}

.news .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.news .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.news .icon-box p {
  line-height: 24px;
  font-size: 21px;
  color: #808080;
}

.news .icon-box:hover h4 a {
  color: #0678BE;
}

.news .icon-box .date
{
  padding: 8px;
  text-align: center;
  border: 2px solid #0086e5;
}

.news .icon-box .date h4, .news .icon-box .date h5
{
  margin: 0;
  color: #606060;
}

.news .icon-box .date h4
{
  font-size: 25px;
}

.news .icon-box .date h5
{
  margin: 10px 0 0;
  font-size: 14px;
}

.news .icon-box .block-image
{
  padding: 8px;
  border: 1px solid #CCC;
}

.news .icon-box .block-image img
{
  width: 100%;
  height: auto;
}



/*Event section in the events and the news*/
.events {
  background: #F7F7F7;
}

.events .title{
  padding: 0 0 40px;
}

.events .title h2
{
  font-size: 36px;
  font-weight: 900;
}

.events .events-box {
  margin: 0 0 25px;
  border-radius: 6px;
  background: #fff;
  transition: 0.4s;
}

.events .events-box:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.events .events-box img{
  width: 100%;
}


.events .events-box h4 {
  font-weight: 700;
  padding: 15px 5px 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.events .events-box h4 a {
  color: #556270;
  transition: 0.3s;
}

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

.events .events-box:hover h4 a {
  color: #0678BE;
}

.events .events-box .events-read-more
{
  padding: 0 5px 15px;
  color: #0678BE;
}

.events .events-box .events-read-more a
{
  color: #000;
  font-weight: 600;
  transition: 0.5s;
}

.events .events-box .events-read-more a:hover
{
  color: #0678BE;
}




/*Event Details section in the events and the news*/




/*--------------------------------------------------------------
# Research and Developments
--------------------------------------------------------------*/
.research_developments {
  background: #fff;
}

.research_developments .title{
  padding: 0 0 40px;
}

.research_developments .title h2
{
  font-size: 36px;
  font-weight: 900;
}

.research_developments .section-box {
  margin: 0 0 25px;
  border-radius: 6px;
  background: #F7F7F7;
  transition: 0.3s;
  border: 1px solid #E7E7E7;
}

.research_developments .section-box:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.research_developments .section-box img{
  width: 100%;
}


.research_developments .section-box h4 {
  font-weight: 700;
  padding: 15px 10px 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.research_developments .section-box h4 a {
  color: #556270;
  transition: 0.3s;
}

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

.research_developments .section-box:hover h4 a {
  color: #0678BE;
}

.research_developments .section-box .section-read-more
{
  padding: 0 5px 15px;
  color: #0678BE;
}

.research_developments .section-box .section-read-more a
{
  color: #000;
  font-weight: 600;
  transition: 0.5s;
}

.research_developments .section-box .section-read-more a:hover
{
  color: #0678BE;
}




/*--------------------------------------------------------------
# Research and Developments details
--------------------------------------------------------------*/

.research_developments_details {
  background: #fff;
}

.researcresearch_developments_detailsh_developments .title{
  padding: 0 0 40px;
}

.research_developments_details .title h2
{
  font-size: 36px;
  font-weight: 900;
}

.research_developments_details .section-box {
  margin: 0 0 25px;
  border-radius: 6px;
  background: #F7F7F7;
  transition: 0.3s;
  border: 1px solid #E7E7E7;
}

.research_developments_details .section-box img{
  width: 100%;
}


.research_developments_details .section-box h4 {
  font-weight: 700;
  padding: 15px 10px 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.research_developments_details .section-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.research_developments_details .section-box p {
  line-height: 24px;
  font-size: 14px;
  padding: 0 10px 10px;
  text-align: justify;
}

.research_developments_details .section-box:hover h4 a {
  color: #0678BE;
}

.research_developments_details .section-box .section-read-more
{
  padding: 0 5px 15px;
  color: #0678BE;
}

.research_developments_details .section-box .section-read-more a
{
  color: #000;
  font-weight: 600;
  transition: 0.5s;
}

.research_developments_details .section-box .section-read-more a:hover
{
  color: #0678BE;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #556270;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #556270;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




/*--------------------------------------------------------------
# Terms and Condition Section
--------------------------------------------------------------*/

.terms_condition h3
{
  padding: 25px 0;
}

.terms_condition p
{
  text-align: justify;
}



/*-----------------------------------------------------------------------------------------------------
--------------------------------------------About_us.php page----------------------------------------------
-------------------------------------------------------------------------------------------------------*/

#about-us-main
{
  padding: 10px 0;
  margin: 0 0 30px;
}

#about-us-main .carousel .carousel-inner .carousel-item img
{
  width: 100%;
  height: 380px;
}

#vision img
{
  width: 100%;
  height: auto;
}

#vision .description-block
{
  padding: 20px 10px;
  background-image: linear-gradient(45deg, #FFF 93%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#vision .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}
/*2A7FFF*/
#mission .description-block
{
  padding: 20px 10px;
  background-image: linear-gradient(45deg, #FFF 93%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#mission .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#mission .block-image
{
  margin: 25px 0 0;
}

#mission .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}



#principle img
{
  width: 100%;
  height: auto;
}


#team .description-block
{
  padding: 20px 10px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#team .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#collaborators .logo-block .logo-image
{
  height: 175px;
  background-image: linear-gradient(45deg, #FFF 90%, #D5DBDB 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  padding: 8px;
  margin: 0 0 30px;
}

#collaborators .logo-block .logo-image img
{
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: block;
  width: 60%;
  height: auto;
}

#map
{
  padding: 0;
  margin: 0;
}

#map iframe
{
  width: 100%;
  height: 300px;
}

/*=======================================================================*/
/*Research sustainable development*/
/*=======================================================================*/

#sustainable-development-main .image-banner img
{
  width: 100%;
  height: 330px;
}


#sustainable_development_goals .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#sustainable_development_goals .description-block .block-image img
{
  width: 100%;
}

#sustainable_development_goals .description-block p
{
  text-align: justify;
  font-size: 20px;
  color: #808080;
  margin: 0;
}

#sustainable_development_goals .description-block .block-subheading
{
  margin: 0 0 10px;
}

#sustainable_development_goals .description-block .block-subheading h3
{
  font-size: 25px;
}

#sustainable_development_goals .description-block .block-image
{
  margin: 20px 0;
}

#sustainable_development_goals .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#sustainable_agricultural_research .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#sustainable_agricultural_research .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#sustainable_agricultural_research .description-block .block-image
{
  margin: 20px 0;
}

#sustainable_agricultural_research .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}


/*=======================================================================*/
/*Research Energy*/
/*=======================================================================*/


#solar_energy .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#solar_energy .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#solar_energy .description-block .block-image
{
  margin: 20px 0;
}

#solar_energy .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}



#wind_energy .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#wind_energy .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#wind_energy .description-block .block-image
{
  margin: 20px 0;
}

#wind_energy .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/*=======================================================================*/
/*Research Areas: Computing Solutions*/
/*=======================================================================*/

#computational_design_and_analysis .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#computational_design_and_analysis .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#computational_design_and_analysis .description-block .block-image
{
  margin: 20px 0;
}

#computational_design_and_analysis .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#artificial_intelligence .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#artificial_intelligence .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#artificial_intelligence .description-block .block-image
{
  margin: 20px 0;
}

#artificial_intelligence .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#dedicated_software .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#dedicated_software .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#dedicated_software .description-block .block-image
{
  margin: 20px 0;
}

#dedicated_software .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/*=======================================================================*/
/*Research Areas: Material and product development*/
/*=======================================================================*/

#composite_materials .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#composite_materials .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#composite_materials .description-block .block-image
{
  margin: 20px 0;
}

#composite_materials .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#product_development .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#product_development .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#product_development .description-block .block-image
{
  margin: 20px 0;
}

#product_development .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#intellectual_property_rights .description-block
{
  padding: 20px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#intellectual_property_rights .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#intellectual_property_rights .description-block .block-image
{
  margin: 20px 0;
}

#intellectual_property_rights .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/*=======================================================================*/
/*Collaborators slider*/
/*=======================================================================*/

#collaborators-slider
{
  margin: 20px 0;
}

#collaborators-slider .owl-carousel .item
{
  margin: 15px;
  height: 250px;  
}

#collaborators-slider .owl-carousel .item img
{
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: auto;
  display: block;
  width: 55%;
  height: auto;
}


/*==================================================================================================*/
/*Quick views block*/
/*==================================================================================================*/


.quick-views
{
  margin: 35px 0 20px;
}

.quick-views .block-heading
{
  text-align: center;
  background: #f1f1f1;
  padding: 8px 0;
  border-bottom: 2px solid #0086e5;
}

.quick-views .block-heading h3
{
  font-size: 25px;
  color: #0086e5;
  margin: 0;
}

.quick-views .views-list .views-block
{
  margin: 20px 0;
}

.quick-views .views-list .views-block .block-image
{
  padding: 10px;
  border: 1px solid #CCC;
}

.quick-views .views-list .views-block .block-image img
{
  width: 100%; 
  height: auto;
}

.quick-views .views-list .views-block .block-description
{
  padding: 10px;
  /*box-shadow: 0 0 8px rgba(0,0,0,0.2);*/
  border-bottom: 2px solid #0086e5;
}

.quick-views .views-list .views-block .block-description p
{
  text-align: justify;
}







/*-----------------------------------------------------------------------------------------------------
--------------------------------------------join_us.php page----------------------------------------------
-------------------------------------------------------------------------------------------------------*/

#associate img
{
  width: 100%;
  height: auto;
}


#join-us-main .image-banner img
{
    width: 100%;
    height: 330px;
}

#join-us-main .description-block
{
  padding: 20px 10px;
  background-image: linear-gradient(45deg, #FFF 88%, #00ff99 0%);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#join-us-main .description-block p
{
  text-align: justify;
  font-size: 21px;
  color: #808080;
  margin: 0;
}

#join-us-main .description-block .block-image
{
  margin: 20px 0;
}

#join-us-main .description-block .block-image img
{
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#join-us-main .description-block .block-subheading
{
  margin: 0 0 10px;
}

#join-us-main .description-block .block-subheading h3
{
  font-size: 25px;
}
