@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Special+Elite");
body {
  font-family: Arial,"Montserrat", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
}

a {
  color: #6F91C8;
  text-decoration: none;
}

.star {
  color: #ff0000;
}

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

ul.normallist li {
  margin: 0px 0px 5px 15px;
  list-style-type: disc;
}

ul.normallist li ol {
  margin-top: 5px;
}
ul.normallist li ol li {
  list-style-type: square;
}
ul.normallist li ol.roman {
  counter-reset: list;
}
ul.normallist li ol.roman li {
  margin: 0px 0px 5px 15px;
  padding-left: 5px;
  list-style-type: lower-roman;
}
ul.normallist li ol.roman li::marker {
  font-weight: 500;
}
ul.normallist li ol.loweraplhabet li {
  margin: 0px 0px 5px 15px;
  padding-left: 5px;
  list-style-type: lower-alpha;
}
ul.normallist li ol.loweraplhabet li::marker {
  font-weight: 500;
}

p:last-child {
  margin: 0px;
  padding: 0px;
}

.introtext {
  font-size: 18px;
  font-weight: 500;
}

.error-message {
  color: #ff0000;
}

img.side-image {
  /*margin-left: 15px;
  outline: 3px solid rgba(255, 255, 255, 0.25);
  outline-offset: -10px;
  box-shadow: rgba(14, 30, 37, 0.2) 0px 2px 4px 0px, rgba(14, 30, 37, 0.5) 0px 2px 16px 0px;*/
}

h2 {
  font-size: 23px;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  h1, h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 16px;
  }
  .slick-slide img {
  	display: inline-block;
  }
}
[role=header] {
  overflow: visible;
  background-color: #314668;
  background-image: linear-gradient(60deg, #75839a 0%, #314668 33%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 100%;
}

@media (min-width: 768px) {
  [role=header] {
    position: relative;
    line-height: 1.4;
    /* height: 48px; */
  }
}
[role=mainmenu] {
  overflow: visible;
  background-color: rgb(38, 49, 71);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 100%;
}

.navbar-collapse {
  position: relative;
}

@media (min-width: 768px) {
  .top-menu {
    position: absolute;
    right: 0px;
    top: -43px;
    z-index: 9999;
  }
  .top-menu .nav-item .dropdown-menu {
    right: 0px !important;
    left: auto;
    background-color: #fff !important;
  }
  .top-menu .nav-item .dropdown-menu .dropdown-item {
    color: #6F91C8 !important;
  }
  .top-menu .nav-item .dropdown-menu .dropdown-item:hover {
    color: #6F91C8 !important;
    background-color: #eee !important;
  }

  [role=mainmenu] {
    position: relative;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  [role=mainmenu] {
    width: 100%;
    position: fixed;
    top: 55px;
    z-index: 9999;
  }
}
[role=footer] {
  /* color: #ffffff; */
  color:#314668;
  overflow: visible;
  /* background-color: #314668;
  background-image: linear-gradient(-60deg, #75839a 0%, #314668 20%); */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto 100%;
}

.grey-section-background {
  background-color: #F3F6F8;
}

.card {
  overflow: hidden;
  border-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.navbar-brand img {
  height: 16px;
}

.navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
  z-index: 9999;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-item .nav-link {
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  white-space: normal;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #33415E;
}
.navbar-nav .nav-item .nav-link:focus {
  color: #fff;
  background-color: #314668;
}
.navbar-nav .nav-item .nav-link.active {
  background-color: #33415E;
}
.navbar-nav .nav-item .dropdown-toggle::after {
  content: "\f107";
  font-family: FontAwesome;
  vertical-align: 0px;
  border: none !important;
}
.navbar-nav .nav-item .dropdown-menu {
  margin-top: -1px;
  font-size: 14px;
  min-width: 9rem;
  border-radius: 0px;
  background-color: #314668;
}
.navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  padding: 5px 15px;
  color: #ffffff;
  white-space: normal;
}
.navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: #fff;
  background-color: #2d3953;
}
.navbar-nav .nav-item .dropdown-menu li .dropdown-toggle::after {
  content: "\f105";
  font-family: FontAwesome;
  vertical-align: 0px;
  position: absolute;
  right: 10px;
  border: none !important;
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
  }
}
.dropdown-submenu {
  position: relative;
  min-width: 13rem;
}

.dropdown-submenu .dropdown-menu {
  margin-top: -1px;
  top: 0;
  left: 100%;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.navbar .megamenu {
  padding: 1rem;
}
@media (max-width: 768px) {
  [role=mainmenu] {
    width: 100%;
    position: fixed;
    top: 55px;
    z-index: 9999;
  }
  .navbar-nav .nav-item .nav-link {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
  }
}
.dropdown-submenu {
  position: relative;
  min-width: 13rem;
}

.dropdown-submenu .dropdown-menu {
  margin-top: -1px;
  top: 0;
  left: 100%;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.navbar .megamenu {
  padding: 1rem;
}
@media (max-width: 991px) and (orientation:portrait) {
	[role=mainmenu] {
		width: 100%;
		position: fixed;
		z-index: 9999;
	}
	.navbar-expand-md .navbar-toggler {
		display: block !important;
	}
	.top-menu {
    	position: relative;
    	top: auto;
  }
}
@media (max-width: 1180px) and (orientation:landscape) {
	[role=mainmenu] {
		width: 100%;
		position: fixed;
		z-index: 9999;
	}
	.navbar-expand-md .navbar-toggler {
		display: block !important;
	}
	.top-menu {
    position: relative;
    top: auto;
  }
}
@media all and (max-width: 1180px) and (orientation:landscape) {	
  [role=mainmenu] {
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    margin-top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .navbar .megamenu h6.title {
    color: #96a1b2;
  }
  .navbar .megamenu ul.menu-item li {
    position: relative;
  }
  .navbar .megamenu ul.menu-item li a {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #ffffff !important;
    text-decoration: none;
  }
  .navbar .megamenu ul.menu-item li:before {
    position: absolute;
    top: 5px;
    content: "\f061";
    font-family: FontAwesome;
    color: #ffffff;
  }
  .navbar .megamenu ul.menu-item li ul.sub-menu-item {
    margin-left: 15px;
  }
  .navbar .megamenu ul.menu-item li ul.sub-menu-item li a {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #ffffff;
    text-decoration: none;
  }
  .navbar .megamenu ul.menu-item li ul.sub-menu-item li:before {
    position: absolute;
    top: 5px;
    left: 10px;
    content: "\f105" !important;
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffff;
  }
}
@media all and (min-width: 768px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    margin-top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .navbar .megamenu h6.title {
    color: #96a1b2;
  }
  .navbar .megamenu ul.menu-item li {
    position: relative;
  }
  .navbar .megamenu ul.menu-item li a {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #ffffff !important;
    text-decoration: none;
  }
  .navbar .megamenu ul.menu-item li:before {
    position: absolute;
    top: 5px;
    content: "\f061";
    font-family: FontAwesome;
    color: #ffffff;
  }
  .navbar .megamenu ul.menu-item li ul.sub-menu-item {
    margin-left: 15px;
  }
  .navbar .megamenu ul.menu-item li ul.sub-menu-item li a {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #ffffff;
    text-decoration: none;
  }
  .navbar .megamenu ul.menu-item li ul.sub-menu-item li:before {
    position: absolute;
    top: 5px;
    left: 10px;
    content: "\f105" !important;
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffff;
  }
}
@media (max-width: 1180px) {
  .megamenu h6.title {
    color: #96a1b2;
  }
  .megamenu ul.menu-item li {
    position: relative;
  }
  .megamenu ul.menu-item li a {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #ffffff;
    text-decoration: none;
  }
  .megamenu ul.menu-item li:before {
    position: absolute;
    top: 5px;
    content: "\f061";
    font-family: FontAwesome;
    color: #ffffff;
  }
  .megamenu ul.menu-item li ul.sub-menu-item {
    margin-left: 15px;
  }
  .megamenu ul.menu-item li ul.sub-menu-item li a {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #ffffff;
    text-decoration: none;
  }
  .megamenu ul.menu-item li ul.sub-menu-item li:before {
    position: absolute;
    top: 5px;
    left: 10px;
    content: "\f105" !important;
    font-family: FontAwesome;
    display: inline-block;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
.btn-primary {
  font-weight: 700;
  border: 1px solid #293A57;
  background-color: #314668;
}
.btn-primary:hover {
  border: 1px solid #293A57;
  background-color: #314668;
}

/*Homepage CSS*/
.homepage-carousel {
  position: relative;
  height: calc(100vh - 89px);
  background-color: #333;
}
.homepage-carousel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  background: url(../images/img-banner-lowerbg.svg) repeat-x bottom transparent;
  top: auto;
  bottom: -1px;
  right: 0;
  left: 0;
  background-position: bottom;
}
.homepage-carousel video {
  min-width: 100%;
  width: 100%;
  height: calc(100vh - 89px);
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-carousel .site-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  z-index: 2;
}
.homepage-carousel .site-search .search-form {
  min-width: 50%;
}
.homepage-carousel .site-search .search-form label {
  display: block;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.homepage-carousel .site-search .search-form input[type=text] {
  width: 100%;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-position: calc(100% - 1rem) 50%;
  padding: 0.75rem 1rem;
}
.homepage-carousel .site-search .search-form input[type=text]:focus-within {
  outline: 0;
}
.homepage-carousel .carousel-inner {
  position: relative;
  height: 100vh;
}
.homepage-carousel .carousel-inner .carousel-item .banner-text {
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translate(21%, -50%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .homepage-carousel .carousel-inner {
    margin-top: 55px;
  }
  .homepage-carousel .carousel-inner .carousel-item {
    position: relative;
    min-height: 200px;
    background-color: #333;
  }
  .homepage-carousel .carousel-inner .carousel-item .banner-text {
    position: absolute;
    top: 10%;
    width: 60%;
    transform: translate(35%, 10%);
  }
  .homepage-carousel .carousel-inner .carousel-item .banner-text h2 {
    font-size: 18px;
  }
  .homepage-carousel .carousel-inner .carousel-item img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage-carousel .carousel-control-prev, .homepage-carousel .carousel-control-next {
  top: 50%;
  transform: translate(0, -50%);
  bottom: auto;
  border: 1px solid #ffffff;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .homepage-carousel .carousel-control-prev, .homepage-carousel .carousel-control-next {
    width: 30px;
    height: 30px;
  }
  .homepage-carousel .carousel-control-prev-icon, .homepage-carousel .carousel-control-next-icon {
    width: 1.25rem;
  }
}
.homepage-carousel .carousel-control-prev {
  left: 15px;
}
.homepage-carousel .carousel-control-next {
  right: 15px;
}

.flip-card {
  transform-style: preserve-3d;
  perspective: 1000px;
}
.flip-card:hover .front {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.flip-card:hover .back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.flip-card .back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.flip-card .front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.front {
  text-align: center;
  min-height: 280px;
  height: auto;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  background-color: #263147;
}
.front .inner p {
  font-size: 1.5rem;
  position: relative;
}
.front .inner p:after {
  margin: 0 auto;
  display: block;
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.75rem;
  background: #C6D4DF;
}

.back {
  text-align: center;
  min-height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 1.2rem;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background: #cedce7;
  background: linear-gradient(45deg, #3a496a 0%, #2d3953 100%);
}

.inner {
  padding: 1rem;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
}

@media (max-width: 1023px) {
	.back {
		font-size: 0.75rem;
	}
	.back .inner h4 {
		font-size: 1rem;
	}
}

.our-partners .slick-slide {
  margin: 0px 15px;
  display: none;
  float: left;
  height: inherit !important;
  overflow: hidden;
  min-height: 1px;
}
.our-partners .slick-slide .card {
  padding: 10px;
  overflow: hidden;
  border-radius: 0px;
  background-color: transparent;
}
.our-partners .slick-slide .card a {
  font-weight: 500;
  text-decoration: none;
}
.our-partners .slick-slide .card img {
  transform-style: preserve-3d;
  transition: all 0.5s;
  transform: scale(1);
}
.our-partners .slick-slide .card:hover {
  position: relative;
  z-index: 3;
}
.our-partners .slick-slide .card:hover img {
  transform-style: preserve-3d;
  transition: all 0.5s;
  transform: scale(1.1);
}
.our-partners .slick-slide .card .partner-title {
  height: 100%;
}
.our-partners .slick-slide img {
  width: 100%;
  display: block;
}
.our-partners .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.our-partners .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.our-partners .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.our-partners .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.our-partners .slick-list:focus {
  outline: none;
}
.our-partners .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.our-partners .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex !important;
}
.our-partners .slick-track:before {
  display: table;
  content: "";
}
.our-partners .slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.our-partners .slick-loading .slick-track {
  visibility: hidden;
}
.our-partners .slick-loading .slick-slide {
  visibility: hidden;
}
.our-partners [dir=rtl] .slick-slide {
  float: right;
}
.our-partners .slick-slide.slick-loading img {
  display: none;
}
.our-partners .slick-slide.dragging img {
  pointer-events: none;
}
.our-partners .slick-initialized .slick-slide {
  display: block;
}
.our-partners .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.our-partners .slick-arrow.slick-hidden {
  display: none;
}

.aside-image {
  width: 300px;
}

.home-ip-in-education .nav-tabs {
  border: none;
}
.home-ip-in-education .nav-tabs .nav-item:focus, .home-ip-in-education .nav-tabs .nav-item:focus-visible {
  outline: none;
}
.home-ip-in-education .nav-tabs .nav-item .nav-link {
  margin: 0px;
  margin-right: 30px;
  padding: 0px 0px 5px 0px;
  color: #444444;
  font-weight: 700;
  border-radius: 0px;
  border: none;
  border-bottom: 3px solid transparent;
}
.home-ip-in-education .nav-tabs .nav-item .nav-link:hover {
  border: none;
  border-bottom: 3px solid #6F91C8;
}
.home-ip-in-education .nav-tabs .nav-item .nav-link:hover:focus, .home-ip-in-education .nav-tabs .nav-item .nav-link:hover:focus-visible {
  outline: none;
}
.home-ip-in-education .nav-tabs .nav-item .nav-link:focus, .home-ip-in-education .nav-tabs .nav-item .nav-link:focus-visible {
  outline: none;
}
.home-ip-in-education .nav-tabs .nav-item .nav-link.active {
  padding: 0px 0px 5px 0px;
  color: #6F91C8;
  border: none;
  border-bottom: 3px solid #6F91C8;
  background-color: transparent;
}
.home-ip-in-education .tab-content .tab-pane img {
  margin-left: 15px;
  outline: 3px solid rgba(255, 255, 255, 0.25);
  outline-offset: -10px;
  box-shadow: rgba(14, 30, 37, 0.2) 0px 2px 4px 0px, rgba(14, 30, 37, 0.5) 0px 2px 16px 0px;
}
.home-ip-in-education ul.value-of-ip {
  margin-left: 15px;
}
.home-ip-in-education ul.value-of-ip li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.home-ip-in-education ul.value-of-ip li:before {
  margin: 0 5px 0 -15px;
}
.home-ip-in-education ol.ipliteracy {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
  flex-wrap: wrap;
}
.home-ip-in-education ol.ipliteracy li {
  margin: 0 0 1rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.home-ip-in-education ol.ipliteracy li::before {
  content: counter(my-awesome-counter);
  color: #aaa;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #ebebeb;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
.home-ip-in-education ol.ipliteracy li h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

.pentagon {
  width: 545px;
}
.pentagon .innovation-cycle-ecosystem {
  position: relative;
  min-height: 450px;
}
.pentagon .innovation-cycle-ecosystem .shapes {
  position: absolute;
  opacity: 0.5;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: 0.5s;
}
.pentagon .innovation-cycle-ecosystem .shapes:hover {
  opacity: 1;
  z-index: 9;
}
.pentagon .innovation-cycle-ecosystem .shapes h6 {
  margin-bottom: 3px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}
.pentagon .innovation-cycle-ecosystem .shapes ul li {
  font-size: 10px;
  text-align: left;
}
.pentagon .innovation-cycle-ecosystem .shapes .number {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
}
.pentagon .innovation-cycle-ecosystem .active {
  opacity: 1;
  z-index: -1;
  cursor: none;
  pointer-events: none;
}
.pentagon .innovation-cycle-ecosystem .shape01 {
  width: 269px;
  height: 270px;
  top: 5px;
  left: 281px;
  transform: translateX(-50%);
  background-image: url("../images/img-pentagon-shape-01.png");
  background-position: 0 -45px;
}
.pentagon .innovation-cycle-ecosystem .shape01 ul {
  margin-left: 90px;
}
.pentagon .innovation-cycle-ecosystem .shape01 ul li {
  font-size: 10px;
}
.pentagon .innovation-cycle-ecosystem .shape01 h6 {
  margin: 65px 0 0 90px;
  position: relative;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}
.pentagon .innovation-cycle-ecosystem .shape01 .number {
  top: 133px;
  left: 130px;
}
.pentagon .innovation-cycle-ecosystem .shape02 {
  width: 268px;
  height: 255px;
  top: 60px;
  right: -20px;
  background-image: url("../images/img-pentagon-shape-02.png");
}
.pentagon .innovation-cycle-ecosystem .shape02 h6 {
  margin: 110px 50px 0px 110px;
}
.pentagon .innovation-cycle-ecosystem .shape02 ul {
  margin: 0px 0px 0px 110px;
}
.pentagon .innovation-cycle-ecosystem .shape02 ul li {
  text-align: left;
}
.pentagon .innovation-cycle-ecosystem .shape02 .number {
  top: 130px;
  left: 55px;
  transform: rotate(72deg);
}
.pentagon .innovation-cycle-ecosystem .shape03 {
  width: 275px;
  height: 200px;
  top: 252px;
  right: 24px;
  text-align: right;
  background-image: url("../images/img-pentagon-shape-03.png");
}
.pentagon .innovation-cycle-ecosystem .shape03 h6 {
  margin: 100px 90px 3px 60px;
}
.pentagon .innovation-cycle-ecosystem .shape03 ul li {
  margin-right: 90px;
  text-align: right;
}
.pentagon .innovation-cycle-ecosystem .shape03 .number {
  top: 35px;
  left: 82px;
  transform: rotate(145deg);
}
.pentagon .innovation-cycle-ecosystem .shape04 {
  width: 275px;
  height: 200px;
  top: 253px;
  left: 64px;
  background-image: url("../images/img-pentagon-shape-04.png");
}
.pentagon .innovation-cycle-ecosystem .shape04 h6 {
  margin: 97px 30px 3px 90px;
}
.pentagon .innovation-cycle-ecosystem .shape04 ul {
  margin: 0px 39px 0px 90px;
}
.pentagon .innovation-cycle-ecosystem .shape04 ul li {
  text-align: left;
}
.pentagon .innovation-cycle-ecosystem .shape04 .number {
  top: 36px;
  right: 76px;
  transform: rotate(-143deg);
}
.pentagon .innovation-cycle-ecosystem .shape05 {
  width: 264px;
  height: 253px;
  top: 63px;
  left: 18px;
  text-align: right;
  background-image: url("../images/img-pentagon-shape-05.png");
}
.pentagon .innovation-cycle-ecosystem .shape05 h6 {
  margin: 100px 110px 3px 50px;
}
.pentagon .innovation-cycle-ecosystem .shape05 ul {
  margin: 0px 110px 0px 70px;
  text-align: right;
}
.pentagon .innovation-cycle-ecosystem .shape05 ul li {
  text-align: right;
}
.pentagon .innovation-cycle-ecosystem .shape05 .number {
  top: 135px;
  right: 55px;
  transform: rotate(-71deg);
}

.quotes {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
}
.quotes blockquote {
  margin: 0;
  padding: 0 60px;
  font-family: "Special Elite", cursive;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
}
.quotes blockquote:before, .quotes blockquote:after {
  position: absolute;
  color: #f1efe6;
  font-size: 7rem;
  width: 3rem;
  height: 3rem;
}
.quotes blockquote:before {
  content: "“";
  left: 0rem;
  top: -1.5rem;
}
.quotes blockquote:after {
  content: "”";
  right: 0rem;
  bottom: 0.5rem;
}
.quotes cite {
  padding: 0 60px;
  font-family: "Special Elite", cursive;
}
.quotes cite:before {
  margin-right: 5px;
  content: " ―";
}

.stage1 h3 {
  font-weight: 700;
  color: #EDC411;
}

.stage2 h3 {
  font-weight: 700;
  color: #EE7725;
}

.stage3 h3 {
  font-weight: 700;
  color: #C23A8F;
}

.stage4 h3 {
  font-weight: 700;
  color: #6351B5;
}

.stage5 h3 {
  font-weight: 700;
  color: #41B9B8;
}

.pentagon-mobile .creativity-ideas, .pentagon-mobile .problem-solving, .pentagon-mobile .intellectual-property, .pentagon-mobile .entrepreneurship-and-social-benefits, .pentagon-mobile .monetization-revenue {
  position: relative;
  color: #ffffff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.pentagon-mobile .creativity-ideas img, .pentagon-mobile .problem-solving img, .pentagon-mobile .intellectual-property img, .pentagon-mobile .entrepreneurship-and-social-benefits img, .pentagon-mobile .monetization-revenue img {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 0.5;
  width: 20%;
  z-index: 1;
}
.pentagon-mobile .creativity-ideas h3, .pentagon-mobile .problem-solving h3, .pentagon-mobile .intellectual-property h3, .pentagon-mobile .entrepreneurship-and-social-benefits h3, .pentagon-mobile .monetization-revenue h3 {
  margin-right: 70px;
}
.pentagon-mobile .creativity-ideas ul li, .pentagon-mobile .problem-solving ul li, .pentagon-mobile .intellectual-property ul li, .pentagon-mobile .entrepreneurship-and-social-benefits ul li, .pentagon-mobile .monetization-revenue ul li {
  margin-left: 15px;
  list-style-type: disc;
  font-size: 12px;
}
.pentagon-mobile .creativity-ideas .quotes, .pentagon-mobile .problem-solving .quotes, .pentagon-mobile .intellectual-property .quotes, .pentagon-mobile .entrepreneurship-and-social-benefits .quotes, .pentagon-mobile .monetization-revenue .quotes {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
}
.pentagon-mobile .creativity-ideas .quotes blockquote, .pentagon-mobile .problem-solving .quotes blockquote, .pentagon-mobile .intellectual-property .quotes blockquote, .pentagon-mobile .entrepreneurship-and-social-benefits .quotes blockquote, .pentagon-mobile .monetization-revenue .quotes blockquote {
  margin: 0;
  padding: 0 35px;
  font-family: "Special Elite", cursive;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
}
.pentagon-mobile .creativity-ideas .quotes blockquote:before, .pentagon-mobile .creativity-ideas .quotes blockquote:after, .pentagon-mobile .problem-solving .quotes blockquote:before, .pentagon-mobile .problem-solving .quotes blockquote:after, .pentagon-mobile .intellectual-property .quotes blockquote:before, .pentagon-mobile .intellectual-property .quotes blockquote:after, .pentagon-mobile .entrepreneurship-and-social-benefits .quotes blockquote:before, .pentagon-mobile .entrepreneurship-and-social-benefits .quotes blockquote:after, .pentagon-mobile .monetization-revenue .quotes blockquote:before, .pentagon-mobile .monetization-revenue .quotes blockquote:after {
  position: absolute;
  color: rgba(255, 255, 255, 0.25);
  font-size: 4rem;
  width: 2rem;
  height: 2rem;
}
.pentagon-mobile .creativity-ideas .quotes blockquote:before, .pentagon-mobile .problem-solving .quotes blockquote:before, .pentagon-mobile .intellectual-property .quotes blockquote:before, .pentagon-mobile .entrepreneurship-and-social-benefits .quotes blockquote:before, .pentagon-mobile .monetization-revenue .quotes blockquote:before {
  content: "“";
  left: 0rem;
  top: -1rem;
}
.pentagon-mobile .creativity-ideas .quotes blockquote:after, .pentagon-mobile .problem-solving .quotes blockquote:after, .pentagon-mobile .intellectual-property .quotes blockquote:after, .pentagon-mobile .entrepreneurship-and-social-benefits .quotes blockquote:after, .pentagon-mobile .monetization-revenue .quotes blockquote:after {
  content: "”";
  right: 0rem;
  bottom: -1rem;
}
.pentagon-mobile .creativity-ideas .quotes cite, .pentagon-mobile .problem-solving .quotes cite, .pentagon-mobile .intellectual-property .quotes cite, .pentagon-mobile .entrepreneurship-and-social-benefits .quotes cite, .pentagon-mobile .monetization-revenue .quotes cite {
  padding: 0 60px;
  font-family: "Special Elite", cursive;
}
.pentagon-mobile .creativity-ideas .quotes cite:before, .pentagon-mobile .problem-solving .quotes cite:before, .pentagon-mobile .intellectual-property .quotes cite:before, .pentagon-mobile .entrepreneurship-and-social-benefits .quotes cite:before, .pentagon-mobile .monetization-revenue .quotes cite:before {
  margin-right: 5px;
  content: " ―";
}
.pentagon-mobile .creativity-ideas {
  background: linear-gradient(#fdbd04 0%, #fee320 100%);
}
.pentagon-mobile .problem-solving {
  background: linear-gradient(#fe4f34 0%, #fea620 100%);
}
.pentagon-mobile .intellectual-property {
  background: linear-gradient(#b82892 0%, #f85da9 100%);
}
.pentagon-mobile .entrepreneurship-and-social-benefits {
  background: linear-gradient(#4935a4 0%, #8170d6 100%);
}
.pentagon-mobile .monetization-revenue {
  background: linear-gradient(#08c0e2 0%, #93cea2 100%);
}

.puzzle {
  perspective: 1000;
  position: relative;
  height: 500px;
  background-image: url("../images/img-puzzlebg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 910px;
}
.puzzle img {
  position: absolute;
  transform-style: preserve-3d;
  transition: all 0.5s;
  transform: scale(1);
}
.puzzle img:hover {
  transform-style: preserve-3d;
  transition: all 0.5s;
  transform: scale(1.25);
}
.puzzle img.img-youth-corner {
  width: 80px;
  top: 75px;
  left: 45%;
}
.puzzle img.img-educators-teachers {
  width: 70px;
  top: 185px;
  left: 53%;
}
.puzzle img.img-policy-makers {
  height: 60px;
  top: 180px;
  left: 38%;
}
.puzzle .youthcorner, .puzzle .educators-teachers, .puzzle .policymakers {
  position: absolute;
  width: 250px;
  font-size: 14px;
  display: block;
}
.puzzle .youthcorner h5, .puzzle .educators-teachers h5, .puzzle .policymakers h5 {
  font-size: 22px;
  font-weight: bold;
}
.puzzle .youthcorner {
  left: 100px;
  top: 30px;
}
.puzzle .youthcorner h5 {
  color: #5A9BD5;
}
.puzzle .educators-teachers {
  text-align: right;
  top: 140px;
  right: 100px;
}
.puzzle .educators-teachers h5 {
  color: #FFC000;
}
.puzzle .policymakers {
  left: 100px;
  bottom: 40px;
  width: 350px;
}
.puzzle .policymakers h5 {
  color: #ED7D31;
}

.ip-creativity-services-mobile .youth-corner, .ip-creativity-services-mobile .educators-teachers, .ip-creativity-services-mobile .policy-makers {
  padding: 15px 110px 15px 15px;
  position: relative;
  color: #ffffff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.ip-creativity-services-mobile .youth-corner h5, .ip-creativity-services-mobile .educators-teachers h5, .ip-creativity-services-mobile .policy-makers h5 {
  font-weight: bold;
}
.ip-creativity-services-mobile .youth-corner {
  background-color: #5A9BD5;
  background-image: url("../images/icon-youth-corner.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.ip-creativity-services-mobile .educators-teachers {
  background-color: #FFC000;
  background-image: url("../images/icon-educators-teachers.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.ip-creativity-services-mobile .policy-makers {
  background-color: #ED7D31;
  background-image: url("../images/icon-policy-makers.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.plan-name, .plan-price, .plan-details, .button, .more-options, .best-choice {
  padding: 10px;
}

.plans {
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.plans .plan-box {
  display: flex;
  width: 33.3333%;
  background: #FFFCEF;
  margin: 10px 0;
  min-height: 250px;
}
.plans .plan-box:hover {
  margin-top: -15px;
  background: white;
}
.plans .plan-box:hover .plan-name {
  color: black;
}
.plans .plan-box:hover .plan-price {
  background: #be1100;
  box-shadow: inset 0 -4px 3px rgba(0, 0, 0, 0.15), inset 0 4px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.plans .plan-box:nth-child(2) {
  margin-top: 0;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.15), 3px 0 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
.plans .plan-box:nth-child(2):hover {
  margin-top: -35px;
}
.plans .plan-name {
  text-align: center;
  margin: 0;
  padding: 20px;
}
.plans .plan-price {
  background: #9E2B20;
  color: white;
  padding: 20px 10px;
  text-align: center;
}
.plans .plan-price strong {
  font-size: 34px;
  align-self: baseline;
  line-height: 1;
  font-weight: 500;
}
.plans .plan-options {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.plans .plan-options .button {
  margin-top: auto;
  display: block;
  background: #E0401C;
  color: white;
  text-align: center;
  font: 24px Oswald, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.plans .plan-options .button:hover {
  background: #ed380f;
}

@media all and (max-width: 700px) {
  .plans .plan-box {
    width: 100%;
  }
  .plans .plan-box:hover {
    margin-top: 10px;
  }
  .plans .plan-box:first-child {
    margin-bottom: 20px;
  }
  .plans .plan-box:nth-child(2):hover {
    margin-top: 0px;
    margin-right: -30px;
  }
}
.heading-banner {
  color: #ffffff;
  background-color: #ccc;
}
.heading-banner .page-title {
  padding-top: 20px;
  padding-bottom: 80px;
}
.heading-banner .page-title .breadcrumb {
  margin-bottom: 20px;
}
.heading-banner .page-title .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}
.heading-banner .page-title .breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}
.heading-banner .page-title .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
.heading-banner .page-title h1 {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .heading-banner {
    margin-top: 55px;
  }
}
.educators-teachers-header, .policy-makers-header, .youth-corner-header, .ip-youth-ambassadors-header, .sharing-experiences-header, .assistance-and-guidance-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.educators-teachers-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/img-banner-01.png");
}

.policy-makers-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/img-banner-01.png");
}

.youth-corner-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/img-banner-01.png");
}

.ip-youth-ambassadors-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/img-banner-01.png");
}

.sharing-experiences-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/img-banner-01.png");
}

.assistance-and-guidance-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("../images/img-banner-01.png");
}

.policy-makers-accordion .accordion .accordion-item .accordion-header .accordion-button {
  padding: 10px 0px;
  font-weight: 700;
  color: #314668;
  outline: 0;
}
.policy-makers-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  outline: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13) !important;
}
.policy-makers-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.policy-makers-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 15px 0px;
}
.policy-makers-accordion .accordion .accordion-item .accordion-collapse .accordion-body .nav-pills .nav-item .nav-link {
  color: #314668;
}
.policy-makers-accordion .accordion .accordion-item .accordion-collapse .accordion-body .nav-pills .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #314668;
}

.experience-search-results .card label {
  font-weight: 700;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 5px 0 0 0;
  width: 100%;
  padding: 10px 0;
  border: none;
  box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
  font-size: 14px;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
  color: gray;
}
.multiselect-container > li > a {
  padding: 5px 0;
  color: #000;
  display: block;
}
.multiselect-container > li > a > label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.multiselect-container > li > a > label:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: transparent;
  margin-right: 15px;
  vertical-align: middle;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.multiselect-container > li > a > label.radio {
  margin: 0;
}
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li.active > a > label:before {
  font-family: "fontAwesome";
  content: "\f00c";
  color: #fff;
  background-color: #52de97;
  border: 0;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  padding-left: 2px;
}

.btn-group {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  border: 1px solid #ced4da;
  background-color: #ffffff;
  width: calc(100% - 0px);
}
.btn-group button {
  border-radius: 4px;
  box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  padding: 0 10px;
  text-align: left;
  position: relative;
}
.btn-group button:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #999999;
}
.btn-group button:focus {
  box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  padding: 0 10px;
}

.form-inline .multiselect-container label.checkbox {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
  margin-left: -20px;
  margin-right: 0;
}
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

.teacher-modal {
  width: 80%;
}
.teacher-modal .modal-content {
  float: left;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.teacher-modal .modal-content .btn-close {
  position: absolute;
  top: -10px;
  right: 15px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.teacher-modal .modal-content .dl-more-information {
  padding: 0px;
  border-radius: 35px 0px;
  float: left;
  background: #fff;
  height: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
}
.teacher-modal .modal-content .dl-more-information h5 {
  margin: 0 0 15px 0px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px 0 0 0;
  background: #536283;
}
.teacher-modal .modal-content .dl-more-information ul {
  margin: 0px 0px 15px 0px;
  padding: 0px 15px 0px 30px;
}
.teacher-modal .modal-content .dl-more-information ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

.responsive .slick-slide {
  margin: 0px;
  overflow: hidden;
}
.responsive .slick-dots li {
  width: auto;
  height: auto;
}
.responsive .slick-dots li button {
  width: 20px;
  height: 5px;
  padding: 0;
  transition: all 0.5s;
}
.responsive .slick-dots li.slick-active button {
  width: 40px;
  background: #aaa;
}
.responsive .testimonial {
  margin: 0;
  padding: 0px;
  font-weight: 100;
  line-height: 1.4;
  position: relative;
}
.responsive .testimonial blockquote {
  margin: 0px 0px 10px 0px;
  padding: 0 50px;
  /*font-family: "Special Elite", cursive;*/
  font-family: Noto Sans Display;
  line-height: 21px;
  font-size: 16px;
  border: none;
  position: relative;
}
.responsive .testimonial blockquote::before {
  content: "“";
  color: rgba(0, 0, 0, 0.1);
  font-size: 80px;
  line-height: inherit;
  position: absolute;
  left: 0px;
  top: 30px;
}
.responsive .testimonial blockquote::after {
  content: "”";
  color: rgba(0, 0, 0, 0.1);
  font-size: 80px;
  line-height: inherit;
  position: absolute;
  right: 0px;
  bottom: -25px;
}
.responsive .testimonial cite {
  padding: 0 50px;
  font-style: normal;
  font-weight: 700;
}
.responsive .testimonial cite:before {
  margin-right: 5px;
  content: " ―";
}
.responsive .testimonial cite span {
  padding: 0 50px 0px 72px;
  display: block;
  font-style: italic;
  font-weight: 400;
}
.responsive .testimonial .media {
  margin: 0px 0px 20px 20px;
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.responsive .testimonial .media .media-image {
  width: 100px;
}
.responsive .testimonial .media .media-image img {
  width: 100px;
  height: 100px;
  display: block;
}
.responsive .testimonial .media .media-body {
  flex: 1;
}
.responsive .testimonial .media .media-body .overview {
  padding: 10px 0 0 15px;
}
.responsive .testimonial .media .media-body .overview .name {
  font-weight: 700;
}
.responsive .testimonial .media .media-body .overview .details {
  padding: 5px 0 8px;
  font-style: italic;
}

img.testimonial_img {
  margin-bottom: 15px;
  width: auto;
  display: inline-block !important;
}


@media (max-width: 767px) {	
	.homepage-carousel video {
	  width: 100%;
	  height: calc(100vh - 89px);
	}
	aside {
		width: 100% !important;
	}
	.aside-image {
		margin: 0px !important;
		margin-left: 0px !important;
		width: 100%;
	}
}