html {
  scroll-behavior: smooth;
}
body {
  color: rgb(0, 0, 43);
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #f8f8ff;
}
#back_to_top {
  display: none;
}
#go_to_top {
  z-index: 1810;
  position: fixed;
  color: #00008f7e;
  background-color: #cacafa80;
  border: 1px solid #00008f7e;
  padding: 4px;
  display: none;
  transition: 0.5s;
}
#go_to_top:hover {
  color: #00008f;
  background-color: #cacafa;
  border: 1px solid #00008f;
  transition: 0.5s;
}

/* --=== ST Navbar Menu Styles ===---*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1800;
}
.nav-top {
  width: 100%;
  background: #ededff;
}
.nav-topi {
  float: left;
  width: auto;
  height: auto;
}
.nav-topi i {
  margin-right: 0.5em;
}
.nav-topii {
  text-align: right;
  float: right;
  width: auto;
  height: auto;
}
.nav-topii i {
  margin-right: 0.5em;
}
.nav-topi p,
.nav-topii p {
  color: #00008f;
  font-weight: 600;
  margin-bottom: 0;
}
.nav-main {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0 5px 0 10px;
  /*-webkit-box-shadow: 0px 1px 5px #00f; 
	-moz-box-shadow: 0px 1px 5px #00f;*/
  box-shadow: 0px 5px 10px #e1e1ff;
}
.nav-main div.logo {
  float: left;
}
.nav-main div.logo img {
  margin: 4px 0 0;
}

.nav-main nav ul {
  display: block;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.nav-main nav ul li {
  list-style: none;
  position: relative;
  transition: 0.5s;
}
.nav-main nav ul li a {
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #00008f;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}
.nav-main nav ul li a:hover {
  background: #6464ff;
  color: #fff;
  transition: 0.5s;
}
.nav-main nav ul li a.active {
  background: #00008f;
  color: #fff;
}
.nav-main nav ul li ul {
  position: absolute;
  left: 0;
  display: none;
  width: 220px;
}
.nav-main nav ul li:hover ul {
  display: block;
  background: #00008f;
}
.nav-main nav ul li:hover ul li a {
  color: #fff;
}
.sub-menu a i {
  margin-left: 0.5em;
}
.nav-main nav ul li ul li {
  list-style: none;
  border-left: 4px solid #00008f;
  transition: 0.4s;
}
.nav-main nav ul li ul li a {
  text-transform: capitalize;
  text-decoration: none;
  width: 100%;
}
.nav-main nav ul li ul li a:hover li {
  border-left: 4px solid #b6b6ff !important;
  transition: 0.4s;
}
.nav-main nav ul li ul li a:hover {
  background: #ededff;
  color: #00008f;
}
#li-hidden {
  display: none;
}
.menu-toggle {
  cursor: pointer;
  position: absolute;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background: #00008f;
  margin: 6px 0;
  transition: 0.4s ease;
}
.rotate .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}
.rotate .bar3 {
  transform: rotate(45deg) translate(-10px, -6px);
}
.rotate .bar2 {
  opacity: 0;
}

/* --=== END Navbar Menu Styles ===---*/
/* --=== Start of Carousel Styles ===---*/

.himilo-carousel {
  margin-top: 85px;
}
.carousel-item {
  height: calc(100vh - 85px);
}
.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(43%);
}
.carousel-caption {
  background: transparent;
}
.carousel-caption h2 {
  color: #fff;
  font-weight: 600;
}
.carousel-caption p {
  color: #ededff;
}
.carousel-caption a {
  background: #00008f;
  padding: 0.5em;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
.carousel-caption a:hover {
  font-weight: 600;
  background: #fff;
  color: #00008f;
  transition: 0.4s;
}
.carousel-caption a {
  background: #00008f;
  padding: 0.5em;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

/* --=== End of Carousel Styles ===---*/

/* --=== Start of Banner Styles ===---*/

/* --=== End of Banner Styles ===---*/

/* --=== Start of Events page styles ===---*/

.events-news-inner {
  display: flex;
  flex-direction: row;
  background: #e8e8f9;
  margin: 40px 0 20px;
}
.events-news-inner:nth-child(even) {
  background: #fff;
}
.events-newsIMG {
  width: 34%;
  /*background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.events-newsIMG img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.events-newsTXT {
  width: 66%;
}
.events-newsHEADER {
  display: flex;
  flex-direction: row;
}
.events-newsHEADER2 {
  width: 100px;
  background: #0000ff;
  color: #fff;
  padding: 10px 5px 15px;
}
.evnw-date,
.evnw-month,
.evnw-year {
  text-align: center;
}
.evnw-date p {
  font-size: 40px !important;
  margin-bottom: 0;
}
.evnw-month p {
  font-size: 30px !important;
  font-weight: 700;
  margin-bottom: 0;
}
.evnw-year p {
  font-size: 25px !important;
  margin-bottom: 0;
}
.events-newsHEADER3 {
  padding: 10px 20px;
  background: #ccf;
  flex-grow: 1;
  position: relative;
}
.events-newsHEADER3 div {
  position: absolute;
  top: 25%;
}
.events-newsHEADER3 div h3 {
  margin-top: 0;
  font-size: 30px;
}
.events-newsHEADER3 div p {
  font-size: 21px;
  font-style: italic;
}
.events-newsHEADER3 div p span {
  color: #3535ff;
}
.events-newsHEADER3 div p span:nth-child(2) {
  margin-left: 1.5em;
}
.events-newsMAINTXT {
  padding: 10px 15px 20px;
}
.events-newsMAINTXT p {
  margin-bottom: 2em;
}
.events-newsMAINTXT a {
  background: #00f;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 0.2em 0.5em;
  border: 2px solid #00f;
  transition: 0.4s;
}

/* --=== End of Events page styles ===---*/

/* --=== Start of News page styles ===---*/

.news-newsHEADER3 {
  padding: 10px 20px;
  background: #ccf;
  flex-grow: 1;
}
.news-newsHEADER3 div h3 {
  margin-top: 0;
  font-size: 30px;
}
.news-newsHEADER3 div p {
  font-size: 21px;
  font-style: italic;
  margin-bottom: 0.5em;
}
.news-newsHEADER3 div p span {
  color: #3535ff;
}

/* .three_divs2.animate_3_divs {
	animation: target-fade 1s !important;
	animation-delay: 1s !important;
} */

@keyframes target-fade {
  0% {
    background-color: #00008f;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #00008f;
  }
}

/* Keyframes animation for Login  modal */
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  75% {
    transform: scale(1.2, 1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  75% {
    transform: scale(1.2, 1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    transform: scale(1.2, 1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(0, 0);
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    transform: scale(1.2, 1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(0, 0);
    opacity: 0;
  }
}

@keyframes fadeLoginModal {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}


.reset_token_sent {
  display: none;
}

/* --==== Start of Media Queries ===----*/

@media only screen and (min-width: 200px) {
  /* Scroll back top */
  #go_to_top {
    bottom: 3px;
    right: 8px;
    height: 35px;
    line-height: 27px;
  }
  #go_to_top i {
    font-size: 25px;
  }

  .nav-top {
    padding: 3px 10px;
  }
  .nav-topi p,
  .nav-topii p {
    font-size: 11px;
  }
  .nav-main {
    height: 60px;
  }
  .nav-main div.logo img {
    margin: 4px 0 0;
    width: 175px;
  }
  .nav-main nav {
    position: absolute;
    background: #ccccff;
    height: calc(100vh - 90px);
    width: 100%;
    top: -120vh;
    left: -140vw;
    transition: 1s ease;
    z-index: -1;
  }
  .nav-main nav.displayNav {
    top: 60px;
    left: 0;
    overflow-y: auto;
    transition: 1s ease;
  }
  .nav-main nav ul li a {
    display: block;
    text-align: center;
    font-size: 17px;
  }
  .nav-main nav ul li ul {
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .menu-toggle {
    display: block;
    top: 10px;
    right: 15px;
  }

  /* Carousel Styles */
  .carousel-caption a {
    display: inline-block;
    margin: 0.5em 5px 0;
    font-size: 18px;
  }
  p.lead {
    display: none;
  }
  .carousel-caption {
    padding: 0 10px;
    bottom: 45px;
    left: 0;
    right: 0;
  }
  .carousel-caption h2 {
    font-size: 25px;
  }

  .project_details_frontend {
    width: 100%;
    content: "";
    clear: both;
    display: table;
    margin: 0 0 30px;
  }
  .project_full_details {
    width: 100%;
    content: "";
    clear: both;
    display: table;
    margin: 0 0 30px;
  }
  .project_full_details img {
    width: 100%;
    margin: 10px 0;
    object-fit: cover;
    height: 250px;
    border: 4px solid #ababd9;
  }
  .project_details_frontend img {
    width: 100%;
    margin: 10px 0;
    object-fit: cover;
    height: 230px;
    border: 4px solid #ababd9;
  }
  .webpage_para.resources .project_details_frontend a {
    background: transparent;
    border: none;
    color: #007bff;
    text-decoration: underline;
    margin: 0;
    padding: 0;
  }
  .webpage_para.resources .project_details_frontend a.project_read_more {
    background: #00008f;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border: 2px solid #00008f;
    transition: 0.4s;
  }
  .webpage_para.resources .project_details_frontend a.project_read_more:hover {
    background: #fff;
    color: #00008f;
    transition: 0.4s;
  }


  .homepage_about {
    display: flex;
    flex-direction: column;
    background-color: #e1e1f5;
  }
  .text {
    padding: 50px 15px 100px;
  }
  .text h1 {
    font-size: 20px;
    text-align: center;
    color: #00008f;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .text h1 span {
    color: blue;
    display: block;
    margin: 0 0 10px;
    font-style: italic;
    text-transform: capitalize;
  }
  .text p {
    font-size: 17px;
    text-align: justify;
  }
  .graphics {
    position: relative;
  }
  .img_absolute {
    width: 90%;
    height: auto;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1700;
  }
  .img_absolute img {
    width: 100%;
  }
  .graphics img.img_object_fit {
    width: 100%;
    height: 260px;
    filter: brightness(0.3);
  }

  /* Homepage Our Solutions */
  .himilo-solutions-hp {
    padding: 50px 0.5em 1em;
  }
  .himilo-solutions-HD h2,
  .himilo-events-HD h2,
  .himilo-news-HD h2 {
    text-align: center;
    font-size: 25px;
    color: #00008f;
  }
  .solution_header_rnd2 {
    padding: 45px 0 0;
  }
  .solution_header_rnd2 h2 {
    font-size: 30px;
    text-align: center;
    color: #f3f3fc;

  }
  .himilo-solutions-TXT1 {
    background: #00008f;
    padding: 12px 8px;
  }
  .himilo-solutions-TXT1 h3 {
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 22px;
  }
  .himilo-solutions-INDV2 {
    background: #e1e1f5;
    margin: 30px 0 40px;
  }
  .himilo-solutions-TXT2 {
    padding: 1em 5px;
    text-align: center;
  }
  .himilo-solutions-TXT3 {
    background: #00008f;
    text-align: center;
    overflow: hidden;
  }
  .himilo-solutions-TXT3 a {
    background: #f8f8ff;
    color: #00008f;
    font-size: 20px;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border: 4px solid #fff;
    transition: 0.4s;
  }
  .himilo-solutions-TXT3 a:hover {
    background: #b6b6ff;
    color: #fff;
    transition: 0.4s;
  }

  /* Homepage News */
  .himilo-events2 {
    padding: 35px 20px 20px;
    display: flex;
    flex-direction: column;
  }
  .three_divs {
    padding: 0 0 53px;
  }
  .three_divs2 {
    background-color: #00008fb0;
    color: #fff;
    padding: 55px 20px 40px;
  }
  .div_inner h3 {
    text-align: center;
    font-size: 21px;
  }
  .hr hr {
    height: 2px;
    background-color: #7070fd;
    width: 50%;
    margin: 15px auto 20px;
  }
  .div_inner .ul_li {
    display: flex;
    justify-content: center;
  }
  .div_inner .ul_li ul {
    display: block;
    margin: 0;
  }
  .div_inner .ul_li ul li {
    list-style-type: square;
    font-size: 17px;
    margin: 0 0 12px;
  }

  .himilo-events {
    min-height: 500px;
    background-image: url("../images/himilo_business_management4_2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .targetAnchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    z-index: -10;
    bottom: 0;
    background-color: rgba(240, 0, 40, 0.432);
    display: flex;
    flex-direction: column;
  }
  .targetAnchor #consultancy {
    background-color: yellow;
    height: 25%;
  }
  .targetAnchor #capacityDevelopment {
    background-color: green;
    height: 35%;
  }
  .himilo-events-INDV2 {
    background: #00008fb0;
    margin: 30px 0 40px;
    overflow: auto;
  }
  .himilo-events-HD h2 {
    color: #fff;
    text-align: center;
  }
  .himilo-events-TXT {
    padding: 20px 10px 30px;
    overflow: auto;
    color: #fff;
  }
  .hp_news_title h3 {
    font-size: 22px;
  }
  .hp_news_author_date {
    padding: 5px 0 5px;
  }
  .hp_news_author_date p {
    margin: 0 0 3px;
    color: #aaaafa;
    font-size: 15px;
    font-style: italic;
  }
  .hp_news_author_date p span {
    color: #e8e8ff;
  }
  .hp_news_content {
    padding: 0 0 25px;
  }
  .hp_news_content p {
    font-size: 17px;
    margin: 0;
  }
  .news_learn_more a {
    background-color: #fff;
    border: 2px solid #fff;
    color: #00008f;
    padding: 5px 8px;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
  }
  .news_learn_more a:hover {
    background-color: #0808d6;
    color: #fff;
    transition: 0.5s;
  }

  .himilo-news-INDV2 {
    background: #e1e1f5;
    margin: 30px 0 40px;
    overflow: auto;
  }

  .himilo-news-HD h2 {
    font-size: 27px;
    color: #00008f;
    text-align: center;
  }
  .himilo-news-TXT h3 {
    color: #00008f;
  }
  .himilo-news-TXT a {
    background: #00008f;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border: 2px solid #00008f;
    transition: 0.4s;
  }
  .himilo-news-TXT a:hover {
    background: #dcdcf8;
    color: #00008f;
    transition: 0.4s;
  }
  .himilo-news-TXT p.news-content {
    font-size: 18px;
    margin: 5px 0 23px;
  }
  .himilo-news-TXT p.news-author {
    font-size: 15px;
    margin: 0;
    font-style: italic;
  }
  .himilo-news-TXT p.news-author span {
    color: #00008f;
  }

  /* Banner Styles */
  .banner {
    padding: 95px 0 0;
    position: relative;
    width: 100%;
  }
  .banner img {
    width: 100%;
    object-fit: cover;
    height: 160px;
    filter: brightness(55%);
  }
  .banner.reset_password img {
    height: 100px;
  }
  .banner .banner_descr {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .banner .banner_descr h1 {
    text-align: center;
    color: #e2e2ff;
    font-size: 27px;
    font-weight: 700;
  }

  .reset_password form {
    width: 80%;
    margin: 0 auto;
  }

  /* Webpage Content */
  .webpage_content {
    padding: 60px 10px 30px;
  }
  .search {
    padding: 0 0 20px;
  }
  .search input {
    padding: 6px 10px;
    font-size: 17px;
    width: 100%;
    border: 2px solid #a2a2d9;
  }
  .webpage_para {
    padding: 25px 8px;
    margin: 0 0 25px;
  }
  .webpage_para.resources.recent_projects2 {
    padding: 25px 8px 25px 0;
  }
  .webpage_para2 {
    padding: 0px 8px;
    margin: 0 0 25px;
  }
  .webpage_para:nth-child(odd) {
    background-color: #e1e1f5;
  }
  .webpage_para:nth-child(even) {
    background-color: transparent;
  }
  .webpage_para h2 {
    font-size: 21px;
    color: #00008f;
    font-weight: 600;
    margin: 0 0 12px;
  }
  .webpage_para.resources h3 {
    font-size: 20px;
    color: #00008f;
    font-style: italic;
    margin: 0 0 12px;
  }
  .webpage_para p,
  .webpage_para2 p {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .webpage_para2 p span {
    color: #00008f;
    font-weight: 600;
  }
  .webpage_para ul li,
  .webpage_para2 ul li {
    font-size: 17px;
    list-style-type: square;
  }
  .webpage_para.resources p {
    margin: 0 0 15px;
  }
  .webpage_para a {
    background: #00008f;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border: 2px solid #00008f;
    transition: 0.4s;
  }
  .webpage_para.resources.new_events .attachment_downloads.new_events_full_documents a {
    background: #00008f;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 0 0 0 3px;
    border: 2px solid #00008f;
    transition: 0.4s;
  }
  .webpage_para.resources.new_events .attachment_downloads.new_events_full_documents a:hover {
    background: #fff;
    color: #00008f;
    transition: 0.4s;
  }
  .webpage_para.resources.new_events .addons a.attachment .download_basket .download_icon {

    background-color: #d4d4f0;
    padding: 5px 6px;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;

  }
  .webpage_para.resources.new_events .attachment_downloads.new_events_full_documents a:hover .download_icon {
    background: #00008f;
    transition: 0.4s;
  }
  .webpage_para.resources.new_events .attachment_downloads.new_events_full_documents a:hover .download_icon i {
    color: #d4d4f0;
    transition: 0.4s;
  }
  .webpage_para a:hover {
    background: #fff;
    color: #00008f;
    transition: 0.4s;
  }
  .webpage_para.resources.recent_projects a,
  .webpage_para.news.new_events a, 
  .webpage_para.resources.new_events a {
    background: transparent;
    border: none;
    color: #007bff;
    text-decoration: underline;
    margin: 0;
    padding: 0;
  }
  .webpage_para .addons p,
  .webpage_para .addons a {
    margin: 0 0 15px;
    font-size: 17px;
  }
  .webpage_para .addons p a {
    display: inline-block;
  }
  .webpage_para .addons a.attachment {
    margin: 0 0 15px;
    font-size: 17px;
    padding: 7px 2px 7px 7px;
    display: inline-block;
  }
  .webpage_para .addons a i {
    color: #00008f;
    font-size: 22px;
    transition: 0.4s;
  }
  .webpage_para em {
    display: block;
    font-size: 15px;
  }
  .webpage_para em:nth-child(2) {
    margin: 20px 0 0;
  }
  .webpage_para em span {
    color: #00008f;
  }
  

  /* Login Modal */
  #forgotPassword {
    display: none;
  }
  #forgotPasswordEmailModal {
    display: none;
  }
  .login_modal#forgotPasswordEmailModal h3 {
    font-size: 23px;
    margin: 17px 0 0;
  }
  .login_modal#forgotPasswordEmailModal p {
    font-size: 17px;
  }
  .forgot_password p {
    cursor: pointer;
    font-size: 18px;
  }
  .login_modal {
    display: none;
    position: fixed;
    z-index: 1820;
    padding-top: 85px;
    padding-bottom: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #2f2f34ad;
  }
  .modal_content {
    position: relative;
    background-color: #d0d0fd;
    margin: auto;
    padding: 0;
    border: 1px solid #1414bf;
    width: 80%;
    box-shadow: 0 4px 8px 0 #00002ac2, 0 6px 20px 0 #00002ac2;
    -webkit-animation: zoomIn;
    -webkit-animation-duration: 0.4s;
    animation: zoomIn;
    animation-duration: 0.4s;
  }
  .login_modal .modal_header {
    background-color: #00008f;
    position: relative;
    padding: 20px 5px 15px;
  }
  .login_modal .modal_header h3 {
    color: #fff;
    text-align: center;
    margin: 0;
  }
  .login_modal .modal_header span {
    position: absolute;
    color: #9696e6;
    top: -6px;
    right: 14px;
    font-size: 40px;
    font-weight: 600;
    cursor: pointer;
  }
  .login_modal .modal_body {
    padding: 40px 20px;
  }
  .login_modal .modal_body i {
    font-size: 23px;
  }
  .login_modal .modal_body .mb-3 {
    margin: 0 0 2px !important;
  }
  .login_modal .modal_body input {
    font-size: 18px;
    padding: 10px;
  }
  .input_errors p {
    color: red;
    margin: 0 0 20px;
    font-size: 16px;
  }
  .errors_contacts_form {
    color: red;
    margin: 0 0 15px;
    font-size: 17px;
  }
  .button_submit {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
  }
  .n_btn {
    background-color: #00008f;
    border: 2px solid #00008f;
    color: #d4d4f3;
    padding: 5px 7px;
    font-size: 20px;
    transition: 0.5s;
  }
  .n_btn:hover {
    background-color: #d4d4f3;
    border: 2px solid #00008f;
    color: #00008f;
    transition: 0.5s;
  }

  /* Resources */
  .external_links,
  .attachment_downloads {
    display: flex;
    flex-wrap: wrap;
  }
  .webpage_para.resources p {
    font-size: 18px;
  }
  .webpage_para.resources h3.links_download_hhdg {
    font-size: 27px;
  }
  .webpage_para.resources p.links_download_phdg {
    font-size: 21px;
    font-weight: 700;
    color: #00008f;
  }
  .webpage_para.resources p.no_data,
  p.no_data {
    font-size: 17px;
    font-style: oblique;
    color: rgb(163, 66, 66);
  }
  .webpage_para.resources p.no_data i {
    font-style: oblique;
  }
  .webpage_para.resources a {
    display: inline-block;
    margin: 0 10px 15px 0;
  }
  .webpage_para .addons p.download_label {
    margin: 30px 0 5px;
  }
  .webpage_para.resources .addons a.attachment {
    padding: 0;
    margin: 0 10px 15px 0;
  }
  .download_basket {
    display: flex;
    position: relative;
  }
  .webpage_para.resources .addons a.attachment .download_basket .download_name {
    padding: 5px 66px 5px 5px;
    width: auto;
  }
  .webpage_para.resources .addons a.attachment .download_basket .download_icon {
    background-color: #d4d4f0;
    padding: 5px 6px;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .webpage_para.resources
    .addons
    a.attachment
    .download_basket
    .download_icon
    i {
    font-size: 25px;
  }

  /* News Full Content */
  .webpage_para.resources .news_header_rnd2 p {
	font-size: 16px;
	margin: 0;
  }
  .webpage_para.resources .news_header_rnd2 p span {
	color: #00008f;
	font-style: italic;
  }
  .news_content_rnd2 {
	padding: 20px 0;
  overflow: auto;
  }
  .news_img_rnd3 {
	width: 100%;
	padding: 0 0 20px;
  }
  .news_img_rnd3 img {
    width: 100%;
    margin: 10px 0;
    object-fit: cover;
    height: 320px;
    border: 4px solid #ababd9;
  }
  .up_1_dir {
	padding: 0;
  width: 100%;
  }
  .up_1_dir.up_1_dir2 {
    padding: 30px 0 0;
  }
  .up_1_dir.up_1_dir2 a,
  .webpage_para.resources.new_events .up_1_dir a {
    background-color: #008cff;
    border: 2px solid #008cff;
    color: #fff;
    padding: 0.2em 0.5em;
    text-decoration: none;
    transition: .5s;
  }
  .up_1_dir.up_1_dir2 a:hover,
  .webpage_para.resources.new_events .up_1_dir a:hover {
    background-color: #e1edf7;
    color: #008cff;
    border: 2px solid #008cff;
  }
  .author_date_rnd2 {
    padding: 0 0 10px;
  }
  .webpage_para .author_date_rnd2 em {
    margin: 0;
  }
  .img_content_rnd2 img {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #00f;
    object-fit: cover;
    height: 260px;
  }
  .webpage_para.news.new_events .new_event.read_more {
    background: #00008f;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border: 2px solid #00008f;
    transition: 0.4s;
  }
  .webpage_para.news.new_events .new_event.read_more:hover {
    background: #fff;
    color: #00008f;
    transition: 0.4s;
  }
  .img_content_rnd2 p {
    margin: 0 0 30px;
  }


  /* .webpage_para .addons a div div:nth-child(1) {
		max-width: calc(100% - 40px);
	}
	.webpage_para .addons a div div:nth-child(2) {
		background-color: #d4d4f0;
		padding: 5px;
		margin: 0 0 0 10px;
		width: 40px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	} */
}
@media only screen and (min-width: 360px) {
  .nav-main nav ul li a {
    font-size: 18px;
  }
  .nav-main nav ul li ul li a {
    font-size: 17px;
  }

  /* Carousel Styles */
  .carousel-caption a {
    margin: 0.5em 8px;
  }
  .carousel-caption {
    bottom: 13px;
  }
  p.lead {
    display: block;
    margin: 0 0 2px;
    font-size: 17px;
  }
  .carousel-indicators {
    margin-bottom: 0;
  }

  .text {
    padding: 50px 15px 120px;
  }
  .text h1 {
    font-size: 24px;
  }
  .text p {
    font-size: 18px;
  }
  .graphics img.img_object_fit {
    height: 310px;
  }

  /* Solutions */
  .solution_header_rnd2 h2 {
    font-size: 35px;
  }
  .div_inner h3 {
    font-size: 23px;
  }

  /* Homepage News */
  .himilo-events2 {
    padding: 35px 20px 30px;
  }
  .hr hr {
    margin: 15px auto 30px;
  }

  .targetAnchor {
    top: -70px;
  }

  /* Banner */
  .banner .banner_descr h1 {
    font-size: 30px;
  }

  /* Other Webpage */
  .webpage_content {
    padding: 60px 15px 40px;
  }
  .search input {
    font-size: 18px;
  }
  .webpage_para {
    padding: 30px 15px;
    margin: 0 0 30px;
  }
  .webpage_para h2 {
    font-size: 23px;
  }
  .webpage_para p,
  .webpage_para2 p {
    font-size: 18px;
  }
  .webpage_para2 {
    padding: 0px 15px;
    margin: 0 0 30px;
  }
  .webpage_para ul li,
  .webpage_para2 ul li {
    font-size: 18px;
  }

  /* Login Modal */
  .login_modal {
    padding-top: 160px;
  }

  /* Resources */
  .webpage_para.resources a,
  .webpage_para.resources .addons a.attachment {
    font-size: 18px;
  }
}
@media only screen and (min-width: 410px) {
  /* Back to Top */
  #go_to_top {
    bottom: 10px;
  }

  /* Carousel Styles */
  .carousel-caption a {
    margin: 0.5em 10px;
    font-size: 19px;
  }

  .nav-main nav ul li a {
    font-size: 19px;
  }
  .nav-main nav ul li ul li a {
    font-size: 18px;
  }
  .img_absolute {
    top: -110px;
  }
  .graphics img.img_object_fit {
    height: 348px;
  }
  .text {
    padding: 50px 20px 145px;
  }

  .project_details_frontend img {
    height: 280px;
  }
  .project_full_details img {
    height: 280px;
  }

  /* Homepage Solutions */
  .himilo-solutions-HD h2,
  .himilo-events-HD h2,
  .div_inner h3,
  .himilo-news-HD h2 {
    font-size: 28px;
  }
  .himilo-solutions-TXT1 h3 {
    font-size: 24px;
  }

    /* Solutions */
    .solution_header_rnd2 {
      padding: 50px 0 0;
    }
    .solution_header_rnd2 h2 {
      font-size: 40px;
    }
    .div_inner h3 {
      font-size: 25px;
    }

  /* Homepage News */
  .himilo-events2 {
    padding: 40px 20px 35px;
  }
  .hp_news_title h3 {
    font-size: 25px;
  }
  .hp_news_author_date p {
    font-size: 16px;
  }
  .news_learn_more a {
    font-size: 19px;
  }

  .three_divs {
    padding: 0 0 60px;
  }
  .three_divs2 {
    padding: 55px 25px 40px;
  }
  .div_inner .ul_li ul li {
    font-size: 18px;
  }

  /* News page */
  .news_img_rnd3 img {
	height: 360px;
  }

  /* Banner */
  .banner img {
    height: 180px;
  }
  .banner .banner_descr h1 {
    font-size: 35px;
  }

  /* Other Webpages */
  .webpage_content {
    padding: 64px 20px 45px;
  }
  .webpage_para {
    padding: 40px 20px;
  }
  .webpage_para h2 {
    margin: 0 0 15px;
  }
  .webpage_para2 {
    padding: 0px 20px;
  }

  /* Login Modal */
  .login_modal .modal_header h3 {
    font-size: 33px;
  }
  .login_modal .modal_body {
    padding: 40px 30px;
  }
  .login_modal .modal_body input {
    font-size: 19px;
  }
  .n_btn {
    font-size: 22px;
  }
}
@media only screen and (min-width: 600px) {

  .login_modal#forgotPasswordEmailModal h3 {
    font-size: 26px;
  }
  .banner.reset_password img {
    height: 145px;
  }
  .reset_password form {
    width: 70%;
  }

  /* Back to Top */
  #go_to_top {
    bottom: 20px;
  }

  .nav-topi p,
  .nav-topii p {
    font-size: 14px;
  }
  .nav-main nav ul li a {
    font-size: 22px;
  }
  .nav-main nav ul li ul li a {
    font-size: 20px;
  }
  .menu-toggle {
    right: 25px;
  }

  /* Carousel */
  .carousel-caption {
    bottom: 45px;
  }
  .carousel-indicators {
    margin-bottom: 15px;
  }

  .project_details_frontend img,
  .project_full_details img {
    height: 440px;
  }

  .text {
    padding: 60px 40px 155px;
  }
  .text h1 {
    font-size: 27px;
    margin: 0 0 25px;
  }
  .graphics img.img_object_fit {
    height: 500px;
  }
  .img_absolute {
    width: 80%;
  }

  /* Homepage Solutions */
  .himilo-solutions-HD h2,
  .himilo-events-HD h2,
  .himilo-news-HD h2 {
    font-size: 32px;
  }
  .himilo-solutions-IMG img {
    object-fit: cover;
    height: 400px;
  }

  /* Homepage News */
  .himilo-events-TXT {
    padding: 25px 15px 35px;
  }
  .hp_news_title h3 {
    font-size: 29px;
  }
  .hp_news_content p {
    font-size: 18px;
  }
  .news_learn_more a {
    font-size: 20px;
  }
  .solution_header_rnd2 {
    padding: 55px 0 0;
}

  .three_divs {
    width: 80%;
    margin: 0 auto;
  }

  .targetAnchor {
    top: -100px;
  }

  /* Banner */
  .banner img {
    height: 240px;
  }

  /* Other Webpages */
  .webpage_content {
    padding: 70px 30px 45px;
  }
  .search input {
    width: 60%;
  }
  .webpage_para {
    padding: 45px 25px;
  }
  .webpage_para h2 {
    font-size: 25px;
  }
  .webpage_para2 {
    padding: 0px 25px;
  }

  /* News page */
  .news_img_rnd3 img {
	height: 560px;
  }
  .author_date_rnd2 {
    display: flex;
    justify-content: space-between;
  }

  /* Login Modal */
  .login_modal {
    padding-top: 190px;
  }
  .modal_content {
    width: 330px;
  }
}
@media only screen and (min-width: 700px) {
  .nav-top {
    height: 35px;
    padding: 7px 15px;
  }
  .nav-topi p,
  .nav-topii p {
    font-size: 15px;
  }
  .nav-main {
    height: 80px;
  }
  .nav-main div.logo img {
    width: 230px;
  }
  .nav-main nav.displayNav {
    top: 80px;
  }
  .menu-toggle {
    top: 20px;
    right: 35px;
  }

  .carousel-caption a {
    font-size: 20px;
  }
  p.lead {
    margin: 0 0 10px;
  }


  .project_details_frontend img,
  .project_full_details img {
    height: 540px;
  }

  .text {
    padding: 60px 40px 210px;
  }
  .text h1 {
    font-size: 30px;
  }
  .img_absolute {
    top: -160px;
  }

  /* Homepage Our Solutions */
  .himilo-solutions-IMG img {
    height: 440px;
  }

  .targetAnchor #capacityDevelopment {
    height: 30%;
  }

  /* Login Modal */
  .login_modal {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 768px) {

  .reset_password form {
    width: 400px;
  }

  #go_to_top {
    bottom: 45px;
    height: 48px;
  }
  #go_to_top i {
    font-size: 35px;
  }

  /* Carousel Style */
  .carousel-caption {
    padding: 0 30px;
  }

  .project_details_frontend img,
  .project_full_details img {
    height: 550px;
  }

  .graphics img.img_object_fit {
    height: 600px;
  }
  .img_absolute {
    top: -163px;
  }
  .text {
    padding: 68px 55px 220px;
  }

  /* Homepage Our Solutions */
  .himilo-solutions-IMG img {
    height: 320px;
  }

  /* Full news */
  .news_img_rnd3 img {
    height: 670px;
}

  /* Banner */
  .banner img {
    height: 275px;
  }
  .banner .banner_descr {
    bottom: 40px;
  }

  /* Other Webpages */
  .webpage_content {
    padding: 70px 45px 45px;
  }
  .search input {
    width: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .nav-topi p,
  .nav-topii p {
    font-size: 17px;
  }
  .nav-main {
    height: 94px;
  }
  .nav-main div.logo img {
    margin: 4px 0 0 10px;
    width: 285px;
  }
  .menu-toggle {
    top: 24px;
  }
  .nav-main nav.displayNav {
    top: 94px;
  }

  .project_details_frontend img,
  .project_full_details img {
    height: 570px;
  }

  /* Full news */
  .news_img_rnd3 img {
    height: 705px;
  }

}
@media only screen and (min-width: 900px) {
  /* Carousel */
  .carousel-caption {
    padding: 0 90px;
  }

  .text h1 {
    font-size: 33px;
  }
  .text {
    padding: 70px 55px 310px;
  }
  .img_absolute {
    top: -260px;
  }

  .himilo-solutions-HD h2,
  .himilo-events-HD h2,
  .himilo-news-HD h2 {
    font-size: 35px;
  }

  .himilo-events2 {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .three_divs {
    width: 31%;
    margin: 0;
  }
  .three_divs2 {
    padding: 55px 10px 40px;
    height: 100%;
  }
  .div_inner h3 {
    font-size: 25px;
  }
  .hr hr {
    margin: 23px auto 40px;
  }

  .targetAnchor {
    flex-direction: row;
    width: auto;
    right: 0;
    bottom: auto;
    height: 20px;
  }
  .targetAnchor #consultancy,
  .targetAnchor #capacityDevelopment,
  .targetAnchor #businessIncubator {
    width: 33.333%;
    height: 100%;
  }

  /* Banner */
  .banner img {
    height: 310px;
  }
  .banner .banner_descr h1 {
    font-size: 40px;
  }

  /* Other Webpages */
  .webpage_content {
    padding: 80px 55px 55px;
  }
}
@media only screen and (min-width: 1000px) {
  /* Scroll back top */
  #go_to_top {
    height: 40px;
    line-height: 27px;
  }
  #go_to_top i {
    font-size: 30px;
  }

  .nav-main {
    height: 60px;
  }
  .nav-main nav {
    position: static;
    width: auto;
    float: right;
    margin: 5px 15px 0 0;
    background-color: transparent;
    height: auto;
    transition: 1s ease;
  }
  .menu-toggle {
    display: none;
  }

  .nav-main div.logo img {
    margin: 0;
    width: 185px;
  }
  .nav-main nav ul {
    display: flex;
    text-align: center;
    position: relative;
  }
  .nav-main nav ul li a {
    font-size: 15px;
    padding: 0 8px;
    line-height: 50px;
    height: 50px;
  }
  .sub-menu a i {
    margin-left: 2px;
  }
  .nav-main nav ul li ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 195px;
  }
  .nav-main nav ul li ul li a {
    font-size: 15px;
    text-align: left;
  }
  .nav-main nav ul li.sub-menu.my-account ul {
    width: 100%;
  }


  .project_details_frontend img,
  .project_full_details img {
    width: 45%;
    height: 320px;
    float: right;
    margin: 0 0 20px 20px;
  }

  .homepage_about {
    flex-direction: row;
  }
  .text {
    width: 65%;
    padding: 70px 140px 65px 55px;
  }
  .text h1 {
    text-align: left;
  }
  .graphics {
    width: 35%;
  }
  .graphics img.img_object_fit {
    height: 100%;
  }
  .img_absolute {
    top: 50%;
    left: -100px;
    right: 50px;
    transform: translateY(-50%);
    height: 80%;
    width: auto;
  }
  .img_absolute img {
    width: 100%;
    height: 100%;
  }

  .three_divs {
    width: 30%;
  }
  .three_divs2 {
    padding: 55px 25px 40px;
  }
  .div_inner h3 {
    font-size: 27px;
  }

  /* News Full */
  .news_img_rnd3 {
	float: left;
	width: 50%;
	height: 360px;
	padding: 0 20px 15px 0;
  }
  .news_img_rnd3 img {
    height: 100%;
}

  @media only screen and (height: 600px) {
    p.lead {
      margin: 0 0 -4px;
    }
    .carousel-caption {
      bottom: 20px;
    }
    .carousel-caption h2 {
      font-size: 35px !important;
    }
    .carousel-caption p {
      font-size: 21px !important;
    }
    .carousel-indicators {
      margin-bottom: 5px;
    }

    .img_absolute {
      height: 45%;
    }

    /* Login Modal */
    .login_modal {
      padding-top: 140px;
    }
  }
@media only screen and (min-width: 1280px) {
	/* News Full */
	.news_img_rnd3 {
		height: 530px;
	}
  .project_details_frontend img,
  .project_full_details img {
    height: 390px;
}
}
  @media only screen and (height: 1366px) {
    .nav-main {
      height: 80px;
    }
    .nav-main nav {
      margin: 10px 15px 0 0;
    }
    .nav-main div.logo img {
      width: 245px;
    }
    .nav-main nav ul li a {
      padding: 0 5px;
      line-height: 60px;
      height: 60px;
    }

    .carousel-caption {
      bottom: 60px;
    }
    p.lead {
      margin: 0 0 10px;
    }
    .carousel-indicators {
      margin-bottom: 30px;
    }
  }
}

@media only screen and (min-width: 1200px) {
  .nav-main {
    height: 72px;
  }
  .nav-main div.logo img {
    margin: 2px 0 0 14px;
    width: 210px;
  }
  .nav-main nav {
    margin: 12px 15px 0 0;
  }
  .nav-main nav ul li a {
    font-size: 18px;
    padding: 0 10px;
  }
  .nav-main nav ul li ul {
    width: 220px;
  }
  .nav-main nav ul li ul li a {
    font-size: 17px;
  }

  .carousel-caption {
    padding: 0 170px;
  }

  .text {
    padding: 70px 190px 65px 55px;
  }
  .img_absolute {
    left: -150px;
  }
  .img_absolute {
    height: 73%;
  }

  .himilo-solutions-IMG img {
    height: 380px;
  }

  /* Other webpages */
  .webpage_para {
    padding: 50px 35px;
  }
  .webpage_para2 {
    padding: 0px 35px;
  }

  /* Login Modal */
  login_modal {
    padding-top: 215px;
  }
}

@media only screen and (min-width: 1366px) {
  .nav-main nav ul li a {
    padding: 0 13px;
  }
  .sub-menu a i {
    margin-left: 5px;
  }
  .nav-main nav ul li ul {
    width: 235px;
  }
  .nav-main nav ul li ul li a {
    font-size: 18px;
  }

  .carousel-caption {
    bottom: 22px;
  }
  .carousel-caption h2 {
    font-size: 35px !important;
  }
  .carousel-caption p {
    font-size: 21px !important;
  }
  .carousel-indicators {
    margin-bottom: 6px;
  }

  /* Login Modal */
  .login_modal {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 1400px) {
  .carousel-caption h2 {
    font-size: 40px !important;
  }
  .carousel-caption p {
    font-size: 24px !important;
  }
  .carousel-indicators {
    margin-bottom: 15px;
  }
  .carousel-caption {
    bottom: 45px;
  }
}

@media only screen and (max-width: 950px) {
  /*----=== Start of Eventspage Styles ===--*/
  .events-newsIMG {
    width: 40%;
  }
  .events-newsTXT {
    width: 60%;
  }
  .events-newsHEADER3 div {
    position: static;
  }
  .events-newsHEADER2 {
    padding: 10px 15px 15px;
  }

  /*----=== End of Eventspage Styles ===--*/
}
@media only screen and (max-width: 913px) {
  .nav-main nav ul li a {
    padding: 0 2.5px;
  }
}
@media only screen and (max-width: 863px) {
  #li-hidden {
    display: block;
    visibility: hidden;
  }
  /*--=== Eventspage styles ===----*/
}
@media only screen and (max-width: 860px) {
  .events-newsIMG {
    width: 50%;
  }
  .events-newsTXT {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .nav-main nav ul li a {
    padding: 0 10px;
  }

  .events-news-inner {
    flex-direction: column;
  }
  .events-newsIMG {
    width: 100%;
  }
  .events-newsTXT {
    width: 100%;
  }
  .events-newsMAINTXT {
    padding: 10px 15px 20px;
  }
}
@media only screen and (max-width: 650px) {
  .nav-topi,
  .nav-topii {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
  }
}
@media only screen and (max-width: 470px) {
  .nav-topi p,
  .nav-topii p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 430px) {
  .events-newsHEADER {
    flex-direction: column;
  }
  .events-newsHEADER2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .evnw-date,
  .evnw-month,
  .evnw-year {
    padding: 0 10px;
  }
  .evnw-month p,
  .evnw-year p {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 340px) {
  .evnw-date,
  .evnw-month,
  .evnw-year {
    padding: 0 5px;
  }
}

/*---=== Media Queries (Min-width: ) ===---*/

@media only screen and (min-width: 300px) {
  /*----=== Start of Homepage Intro ===--*/

  /*----=== End of Homepage Intro ===--*/

  /*----=== Start of Homepage Solutions ===--*/

  .himilo-solutions-OUTER {
    background: #fff;
  }

  .himilo-solutions-MN {
    margin: 0px 0 10px;
    overflow: auto;
  }
  .himilo-solutions-INDV {
    width: 100%;
    float: left;
  }

  .himilo-solutions-IMG img {
    width: 100%;
  }
  .himilo-solutions-TXT2 p {
    font-size: 18px;
  }

  /*----=== End of Homepage Solutions ===--*/
  /*----=== Start of Homepage Events ===--*/

  .himilo-events-MN {
    margin: 0px 0 10px;
    overflow: auto;
  }
  .himilo-events-INDV1 {
    width: 100%;
    float: left;
  }
  .himilo-events-IMG img {
    width: 100%;
  }
  .himilo-events-TXT2 {
    float: left;
    width: 35%;
    text-align: center;
  }
  .events-year {
    font-size: 22px;
    font-weight: 700;
  }
  .himilo-events-TXT3 {
    float: left;
    width: 65%;
    padding: 0 0.5em 0 0;
  }
  .events-date {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .events-month {
    font-size: 25px;
  }
  .himilo-events-TXT3 p {
    font-size: 17px;
  }
  .events-content {
    margin-bottom: 1em;
  }
  .himilo-events-TXT3 a {
    background: #f8f8ff;
    color: #00f;
    font-size: 20px;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border: 2px solid #fff;
    transition: 0.4s;
  }
  .himilo-events-TXT3 a:hover {
    background: #0000ff9c;
    color: #f8f8ff;
    border: 4px solid #fff;
    transition: 0.4s;
  }

  /*----=== End of Homepage Events ===--*/
  /*----=== Start of Homepage News ===--*/
  .himilo-news {
    background: #fff;
    padding: 2.5em 20px 1em;
  }

  .himilo-news-MN {
    margin: 0px 0 10px;
    overflow: auto;
  }
  .himilo-news-INDV1 {
    float: left;
    width: 100%;
  }
  .himilo-news-IMG {
    float: left;
    width: 100%;
  }
  .himilo-news-IMG img {
    width: 100%;
    border: 1px solid #00f;
    object-fit: cover;
    height: 265px;
  }
  .himilo-news-TXT {
    float: left;
    width: 100%;
    padding: 20px 0;
    overflow: auto;
  }

  /*----=== End of Homepage News ===--*/
  /*----=== Start of Aboutpage Styles ===--*/

  .himilo-about-intro {
    padding: 2em 1.5em 1em;
  }
  .himilo-events-news {
    padding: 2em 1.5em 1em;
    margin: 90px 0 0;
    display: flex;
    flex-direction: column;
  }
  .full_eventsnews_img,
  .full_eventsnews_txt {
    width: 100%;
    background-color: #e8e8f9;
  }
  .full_eventsnews_img img {
    object-fit: cover;
    height: 250px;
    width: 100%;
  }
  .full_eventsnews_txt {
    background-color: #e8e8f9;
  }
  .full_eventsnews_HD {
    background-color: #ccf;
    padding: 20px 10px;
  }
  .full_eventsnews_HD h1 {
    font-size: 30px;
    color: #00f;
    font-weight: 600;
  }
  #full_eventsnews_date {
    font-size: 18px;
    font-weight: 600;
  }
  #full_eventsnews_time_location {
    font-size: 18px;
    font-style: italic;
  }
  #full_eventsnews_time_location span {
    color: #00f;
  }
  .full_eventsnews_txt2 {
    padding: 20px 10px;
    font-size: 18px;
  }
  .full_eventsnews_txt2 p {
    margin-bottom: 2em;
  }
  .full_eventsnews_txt2 a {
    background: #00f;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 0.2em 0.5em;
    border: 2px solid #00f;
    transition: 0.4s;
  }
  .full_eventsnews_txt2 a:hover {
    font-weight: 600;
    background: #fff;
    color: #00f;
    transition: 0.4s;
  }
  .himilo-about-intro h2 {
    font-size: 28px;
    color: #00f;
    font-weight: 600;
    margin-bottom: 0.7em;
  }
  .full_eventsnews_txt2 a i {
    margin-right: 0;
    transition: 0.4s;
  }
  .full_eventsnews_txt2 a:hover i {
    margin-right: 0.3em;
    transition: 0.4s;
  }
  .himilo-about-intro h3 {
    font-size: 25px;
    color: #00f;
    font-weight: 600;
    margin-top: 1.3em;
  }
  .himilo-about-intro p {
    font-size: 18px;
  }
  #tier {
    margin: 0 0 1.5em 1em;
  }
  #tier b {
    font-weight: 700;
  }
  #tier ol {
    padding-left: 1em;
  }
  #tier ol li {
    font-size: 18px;
  }
  .miss-vis {
    margin: 0 0 3em;
    display: flex;
    flex-direction: column;
  }
  #miss {
    padding: 3em 1.5em;
    text-align: center;
    background-color: #00f;
    color: #fff;
    transition: 0.4s;
  }
  #miss i {
    font-size: 80px;
    margin-bottom: 0.3em;
  }
  #miss h3 {
    margin-bottom: 0.7em;
  }
  #miss p {
    font-size: 18px;
  }
  #vis {
    padding: 3em 1.5em;
    text-align: center;
    background-color: #c1e7ff;
    color: #00f;
    transition: 0.4s;
  }
  #vis i {
    font-size: 80px;
    margin-bottom: 0.3em;
  }
  #vis h3 {
    margin-bottom: 0.7em;
  }
  #vis p {
    font-size: 18px;
  }
  #miss:hover {
    background: #ccccff;
    color: #0000b3;
    transition: 0.4s;
  }
  #vis:hover {
    background: #005e99;
    color: #fff;
    transition: 0.4s;
  }

  /*----=== End of Aboutpage Styles ===--*/
  /* --=== Start of Contacts page styles ===---*/

  .himilo-contacts {
    margin-top: 100px;
    margin: 100px 0 40px;
    padding: 2em 1.5em 1em;
  }
  .himilo-contacts h2 {
    font-size: 28px;
    color: #00008f;
    font-weight: 600;
    margin-bottom: 0.4em;
  }
  .himilo-address-form {
    display: flex;
    flex-direction: column;
  }
  .address,
  .contacts-form {
    margin: 2em 0 0;
  }
  .himilo-address-form .address h3 {
    font-size: 25px;
    color: #00008f;
    font-weight: 600;
  }
  .himilo-address-form .address h5 {
    font-size: 21px;
    color: #00008f;
    font-weight: 600;
    margin-top: 0.9em;
  }
  .himilo-address-form .address p#address-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.2em;
  }
  .himilo-address-form .address p {
    font-size: 18px;
    margin-bottom: 0.3em;
  }
  .himilo-address-form .address p i {
    margin-right: 0.6em;
  }
  .himilo-address-form .address p#director-email {
    font-size: 14px;
  }
  .himilo-address-form .contacts-form h3 {
    font-size: 25px;
    color: #00008f;
    font-weight: 600;
  }
  .himilo-address-form .contacts-form p {
    font-size: 18px;
    margin-bottom: 0.3em;
  }
  .himilo-address-form .contacts-form form {
    margin: 1.5em 0;
  }
  .himilo-address-form .contacts-form form div {
    margin: 0.5em 0 0;
  }
  .himilo-address-form .contacts-form form input,
  .himilo-address-form .contacts-form form textarea {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    background: #ededff;
    border: 2px solid #0000ff47;
  }
  .himilo-address-form .contacts-form form input#contact-submit {
    width: auto;
    margin: 1em auto 0;
    display: block;
    font-size: 22px;
    background: #00008f;
    color: #fff;
    transition: 0.4s;
    border: 2px solid #00008f;
  }
  .himilo-address-form .contacts-form form input#contact-submit:hover {
    background: #fff;
    color: #00008f;
    transition: 0.4s;
  }

  /* --=== End of Contacts page styles ===---*/

  /*----=== Start of Footer ===--*/

  .himilo-footer {
    background: #00008b;
    padding: 2.5em 20px 1em;
    overflow: auto;
  }
  .himilo-footer-UPPER {
    overflow: auto;
  }
  .himilo-footer-INDV {
    float: left;
    width: 100%;
    margin: 0 0 30px;
  }
  .himilo-footer-INDV2 {
    float: left;
    width: 100%;
    margin: 0 0 30px;
  }
  .himilo-footer-INDV h3 {
    color: #f8f8ffc7;
    margin-bottom: 0.7em;
    font-weight: 600;
  }
  .himilo-footer-INDV2 h3 {
    color: #f8f8ffc7;
    margin-bottom: 0.7em;
    font-weight: 600;
  }
  .himilo-footer-INDV p {
    color: #d9d9f3;
    font-size: 18px;
    margin-bottom: 0;
  }
  .himilo-footer-INDV2 p {
    color: #d9d9f3;
    font-size: 18px;
    margin-bottom: 0;
  }
  .himilo-footer-INDV2 p a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    color: #d9d9f3;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
  }
  .himilo-footer-INDV2 p a:hover {
    color: #ffd;
    transition: 0.5s;
  }
  .himilo-footer-INDV2 p i {
    font-size: 28px;
    margin-right: 0.5em;
  }
  .himilo-footer-INDV2 p span {
    margin-left: 2em;
    display: block;
  }
  .himilo-footer-copyright {
    background: #000033;
    overflow: auto;
    padding: 0.5em;
    text-align: center;
    color: #fff;
  }
  #himilo-copyright {
    float: left;
    width: 100%;
  }
  #socca {
    float: left;
    width: 100%;
  }
  #himilo-copyright p,
  #socca p {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #socca p a img {
    width: 70px;
  }
  /*----=== End of Footer ===--*/
}
@media only screen and (min-width: 354px) {
  .himilo-address-form .address p#director-email {
    font-size: 16px;
  }
  .himilo-news-IMG img, .img_content_rnd2 img {
    height: 285px;
  }
  
}
@media only screen and (min-width: 380px) {
  .himilo-solutions-TXT2 {
    padding: 1em 0.5em;
  }
  .himilo-solutions-TXT3 a {
    font-size: 25px;
  }
  .himilo-address-form .address p#director-email {
    font-size: 18px;
  }
}
@media only screen and (min-width: 400px) {
  .events-date {
    font-size: 50px;
  }
  .events-month {
    font-size: 35px;
  }
  .himilo-events-TXT3 p {
    font-size: 18px;
  }
  #tier ol {
    padding-left: 2em;
  }
  .full_eventsnews_img img {
    height: 300px;
  }
  .himilo-news-IMG img, .img_content_rnd2 img {
    height: 365px;
  }
}
@media only screen and (min-width: 430px) {
  .carousel-caption {
    left: 3%;
    right: 3%;
  }
}
@media only screen and (min-width: 450px) {
  .full_eventsnews_HD h1 {
    font-size: 35px;
  }
  #full_eventsnews_date,
  #full_eventsnews_time_location {
    font-size: 19px;
  }
  .full_eventsnews_txt2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 530px) {
  .carousel-caption {
    left: 6%;
    right: 6%;
  }
  .carousel-caption h2 {
    font-size: 40px;
  }
  .carousel-caption p {
    font-size: 24px;
  }

  .events-date {
    font-size: 70px;
  }
  .events-month {
    font-size: 55px;
  }
  .himilo-news-IMG {
    width: 46%;
  }
  .himilo-news-TXT {
    width: 54%;
    padding-left: 1em;
  }
  .full_eventsnews_img img {
    height: 350px;
  }
  /*---== About Page ===----*/
  .himilo-about-intro {
    padding: 3em 2.5em;
  }
  .himilo-events-news {
    padding: 3em 2.5em;
  }

  /*---==Contacts Page ===---*/
  .himilo-contacts {
    padding: 3em 2.5em;
  }
}
@media only screen and (min-width: 600px) {
  .himilo-footer-INDV2 {
    width: 50%;
    margin: 0 0 30px;
  }
  .added-DIV2 {
    margin: 0 6px;
  }
  .author_date_rnd2 {
    padding: 0 0 5px;
  }
  .img_content_rnd2 {
    overflow: auto;
  }
  .img_content_rnd2 img {
    float: left;
    width: 47%;
    margin: 0 15px 15px 0;
  }
  .himilo-news-IMG img, .img_content_rnd2 img {
    height: 265px;
  }

  /* Resources */
  .webpage_para.resources .addons a.attachment,
  .webpage_para.resources a {
    margin: 0 25px 15px 0;
  }
}
@media only screen and (min-width: 650px) {
  .himilo-events-news {
    margin: 60px 0 0;
  }
}
@media only screen and (min-width: 700px) {
  .full_eventsnews_img img {
    height: 400px;
  }
  .himilo-news-IMG {
    width: 43%;
  }
  .himilo-news-TXT {
    width: 57%;
  }
}
@media only screen and (min-width: 730px) {
  .himilo-solutions-MN {
    margin: 40px 0 10px;
  }
  .himilo-solutions-INDV {
    width: 50%;
  }
  .himilo-solutions-INDV2 {
    margin: 0 10px 40px;
  }
  .himilo-events-MN {
    margin: 40px 0 10px;
  }
  .himilo-events-INDV1 {
    width: 50%;
  }
  .himilo-events-INDV2 {
    margin: 0 10px 40px;
  }
  .events-date {
    font-size: 40px;
  }
  .events-month {
    font-size: 25px;
  }
  /*---=== About Styles ==-----*/
  .miss-vis {
    flex-direction: row;
  }
  #miss,
  #vis {
    width: 50%;
  }

  #himilo-copyright {
    width: 100%;
  }
  #himilo-copyright p {
    margin-bottom: 0;
  }
  #socca {
    width: 50%;
  }
  #socca p {
    text-align: right;
  }

  /* News */
  .himilo-news-IMG img {
    height: 275px;
  }
  .img_content_rnd2 img {
    height: 340px;
    margin: 0 20px 20px 0;
  }
  .himilo-news-IMG {
    width: 40%;
  }
  .himilo-news-TXT {
    width: 60%;
  }

}
@media only screen and (min-width: 810px) {
  .himilo-solutions-INDV2 {
    margin: 0 30px 40px;
  }
  .himilo-events-INDV2 {
    margin: 0 20px 40px;
  }
  .events-date {
    font-size: 50px;
  }
  .events-month {
    font-size: 35px;
  }
  .img_content_rnd2 img {
    height: 365px;
    width: 50%;
  }
  .himilo-news-IMG img {
    height: 290px;
  }
}
@media only screen and (min-width: 850px) {
  .himilo-news-INDV1 {
    width: 50%;
  }
  .himilo-news-INDV2 {
    margin: 30px 10px 40px;
  }
  .himilo-address-form {
    flex-direction: row;
  }
  .address,
  .contacts-form {
    width: 50%;
  }
  .address {
    margin-right: 1em;
  }
  .contacts-form {
    margin-left: 1em;
  }
  .himilo-events-news {
    flex-direction: row;
  }
  .full_eventsnews_img,
  .full_eventsnews_txt {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  /* News */
  .himilo-news-IMG img {
    height: 180px;
  }
  .img_content_rnd2 img {
    height: 395px;
  }
}
@media only screen and (min-width: 940px) {
  .carousel-caption {
    left: 12%;
    right: 12%;
  }
  .himilo-footer-INDV {
    width: 33.3333%;
    margin: 0 0 30px;
  }
  .himilo-footer-INDV2 {
    width: 33.3333%;
    margin: 0 0 30px;
  }
  .added-DIV {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .himilo-solutions-INDV2 {
    margin: 0 70px 40px;
  }
  .himilo-events-INDV1 {
    width: 33.33333%;
  }
  #miss,
  #vis {
    padding: 3em 2em;
  }
  .full_eventsnews_img img {
    height: 450px;
  }
}
@media only screen and (min-width: 1000px) {
  .img_content_rnd2 img {
    width: 38%;
    height: 350px;
  }
}
@media only screen and (min-width: 1250px) {
  #miss,
  #vis {
    padding: 3em 3.5em;
  }
  .himilo-news-IMG img {
    height: 235px;
  }
}
