@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Ubuntu:wght@300&display=swap');


body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  /* transition: all .5 ease-in; */
  /* height: 200vh; */
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  /* background-image: url("/images/erasmus.jpg"); */
  /* #999724; */
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #424950;
  display: inline-block;
  padding: 20px 20px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 20px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #272829;
}
.site-navbar .site-navigation .site-menu > li.social > a {
  padding-left: 5px;
  padding-right: 5px;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #1C7FF2;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #1C7FF2 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  transition: 0.3s;
  border-radius: 8px;
  background: #e2e6e9;
  color: #1C7FF2;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #1C7FF2;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #1C7FF2;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #1C7FF2;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #1C7FF2;
}
.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse .collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li.social {
  float: none !important;
  width: auto !important;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.219);
}
.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #000;
}
.sticky-wrapper .site-navbar .site-logo a {
  font-weight: bold;
  font-size: 15px;
  color: #1C7FF2;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #1C7FF2 !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #1C7FF2 !important;
}
.col_white_amrc {
  color: #fff;
}
footer {
  width: 100%;
  background-color: #263238;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #ccc;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}
.quick-links {
  margin-left: 50px;
}
section.client {
  padding: 18px 0px;
}
.bx-controls {
  position: relative;
}
.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.activities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.activity {
  margin-left: 25px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;

}

.act-hr {
  margin-right: 14px;
  background-color: #1C7FF2;
  width: 4px;
  height: 50px;
}
.ab-h2 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #1C7FF2;
}

.about-text {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.mission-text {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

  box-shadow: 0 4px 8px 0 rgba(47, 121, 233, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 4px 8px 0 rgba(47, 121, 233, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  background-color: #bad8fa;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  width: 25vw;
  height: 40px;
  transition: all .3s;
  outline: none;
}
.search:hover {
  background-color: #9dc9fc;
  border: none;
}

.search-sub {
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  background-color: #bad8fa;
  box-shadow: 0 4px 8px 0 rgba(47, 121, 233, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  border: none;
  font-size: 20px;
  width: 15vw;
  height: 40px;
  padding: 0;
  transition: all .3s;
}
.search-sub:hover {
  box-shadow: 0 4px 8px 0 rgba(47, 121, 233, 0.6), 0 2px 8px 0 rgba(0, 0, 0, 0.8);
}
.carousel-client li {
  margin: 0 -30px;
}

.slide-img {
  width: 200px;
  height: 90px;
}
/* background: #999724; */
::-webkit-scrollbar {
  width: 30px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  box-shadow: inset 0 0 2px #474747;
}
::-webkit-scrollbar-thumb {
  background: #1C7FF2;
}
.dropdown {
  border-radius: 8px;
}
.site-navbar {
  background-color: rgba(255, 255, 255, 0.911);
}
.btns-slider {
  padding: 10px;
  background-color: rgba(88, 88, 88, 0.877);
  border-radius: 50%;
}
.carousel-inner {
  height: 650px;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 40px 0 rgba(0, 0, 0, 0.5);
}

.post-type-btn {
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

  box-shadow: 0 4px 8px 0 rgba(47, 121, 233, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 4px 8px 0 rgba(47, 121, 233, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  padding: 6px;
  margin: 3px;
  font-size: 17px;
  color: white;
  background-color: #1C7FF2;
  border-radius: 15px;
  transition: all .3s;
}

.post-type-btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.3);
  color: white;
}

hr.seperator {
  background: #1C7FF2;
  width: 15%;
  height: 2px;
  border-radius: 1px;
  box-shadow: #1C7FF2 0px 0 6px;
}
.heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
  text-shadow: #1C7FF2 0px 0 3.2px;
}
.partner-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.partner-card{
  margin: 25px 50px 25px 50px;
  float: left;
  font-size: 20px;
  width: 270px;
  height: 200px;
  /* margin-right: 50px; */
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.2);*/
  border-radius: 7px;
}
.partner-image{
    float:left;
    height:auto;
}
.partner-ct{
    margin-top:5px;
    background-color:#1C7FF2;
    color:white;
    padding:3px;
    border-radius:5px;
    font-size:15px;
    float:left;
}
.info-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.counter-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.card-bg {
  color: rgb(82, 82, 82);
  font-size: 230px;
  opacity: 0.1;
  position: absolute;
  transition: 0.8s;
}
.card-bg:hover {
  color: #1e86fc;
  opacity: 0.29;
}
.info-card {
  margin: 50px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #74aff1;
  width: 280px;
  height: 280px;
  /* margin-right: 50px; */
  transition: 0.5s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
.counter-card {
  font-family: 'Poppins', sans-serif;
  color: white;
  margin: 30px;
  /* float: left; */
  /* display: flex; */
  padding: 20px;
  text-align: center;
  /* margin: 0 auto; */
  font-size: 20px;
  background-color: #74aff1;
  width: 350px;
  height: 170px;
  /* margin-right: 50px; */
  transition: 0.5s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}
.info-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.4);
  width: 290px;
  height: 290px;
}
.info-ct {
  z-index: 2;
  color: rgb(90, 88, 88);
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
}
.s {
  color: rgba(255, 0, 0, 0.562);
}
.notif {
  z-index: 1000;
  margin: 10px;
  background-color: #1C7FF2;
  border-radius: 20px;
  color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  right: 0;
  padding: 25px;
  font-size: 18px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.4);
}
.icon-close {
  color: rgb(53, 53, 53);
  margin: 15px;
  z-index: 1000;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  font-size: 13px;
}
.clearn {
  background-color: transparent;
  border: none;
}
.clear-notif {
  display: none;
}

.txt-msg {
  min-height: 70px;
  max-height: 200px;
}
.msg-us {
  color: rgb(153, 153, 153);
  padding: 4px;
  width: 100%;
  margin: 5px;
  border-radius: 5px;
  border: 2px solid #1c80f285;
  background-color: #263238;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  outline: none;
}
.msg-us:focus {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #3f4f57;
  border: 2px solid #263238;
}

.post-label {
  position: relative;
}

.post-label-text {
  position: absolute;
  padding: 4px;
  margin: 6px;
  background-color:  #0e91fd;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.637), 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 7px;
  font-weight: bold;
  top: 0;
  right: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.post-label-date {
  position: absolute;
  padding: 4px;
  margin: 6px;
  background-color:  #0e91fd;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.637), 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 7px;
  font-weight: bold;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.recent-post {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 320px;
  border-radius: 15px;
  margin: 20px;
  float: left;
}

.recent-post:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.recent-post-desc {
  padding: 10px 16px 05px 16px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  padding-bottom: 25px;
}

.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 7px;
  transition: background-color 0.3s;
}

.pagination a.active {
  background-color: #1C7FF2;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.child1 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.child2 {
  padding-top: 25px;
  margin-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.recent-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.child2:nth-child(odd) {
  background-color: #e6f0fd;
}
.child1:nth-child(odd) {
  background-color: #e6f0fd;
}
.main-section {
  margin-top: -40px;
}
.btn-more-posts {
  display: inline-block;
  border-radius: 4px;
  background-color: #1C7FF2;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  padding: 5px;
  width: 150px;
  font-size: 18px;
  /* height: 40px; */
  transition: all 0.5s;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
}
.center-div {
  display: flex;
  margin: 10px;
}
.btn-more-posts span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn-more-posts span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn-more-posts:hover span {
  padding-right: 25px;
}
.btn-more-posts:hover span:after {
  opacity: 1;
  right: 0;
}
.blog {
  padding-top: 106px;
  min-height: 70vh;
}
.blog-page {
  /* width: 100%; */
  height: 500px;
  padding: 20px;
  margin: 50px;
  border-radius: 30px;
  background-color: #1C7FF2;
}
.post-section {
  padding: 30px;
  background-color: rgb(255, 255, 255);
  padding-top: 106px;
  min-height: 70vh;
}
.post {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  position: relative;
  color: black;
  background-color: #e9e9de;
  padding: 15px;
  border-radius: 15px;
}
.img-post {
  float: left;
  width: 70%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
}
.date-post {
  text-shadow: 0 0 3px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 70px #1C7FF2;
  /* position: absolute; */
  /* top: 0;
  right: 0; */
  font-size: 150%;
  font-weight: 900;
  /* display: flex; */
  text-align: center;
  float: left;
  width: 30%;
  margin-right: 0 auto;
  
}
.block-1 {
  padding: 20px 0;
}

/* .seperator {
  width: 20%;
  text-align: center;
} */
.post-content {
  display: inline-block;
  /* float: left; */
  padding: 20px;
  margin-top: 30px;
  width: 100%;
}

.social {
  color: black;
  transition: .5s;
  font-size: 14px;
  font-weight: bold;
}
.social:hover {
  color: #1C7FF2;
}
.social-share:hover {
  cursor: pointer;
}

.share-post {
  text-shadow: 0 0 3px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 70px #1C7FF2;
  margin-top: 20px;
  /* right: 0;  */
  font-size: 100%;
  font-weight: 900;
  padding: 20px;
  text-align: center;
  float: left;
  width: 30%;
  margin-right: 0 auto;
}

.author-post {
  text-shadow: 0 0 3px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 70px #1C7FF2;
  margin-top: 20px;
  /* right: 0;  */
  font-size: 120%;
  white-space: nowrap;
  font-weight: bold;
  padding: 20px;
  /* display: flex; */
  text-align: center;
  float: left;
  width: 30%;
  /* margin-right: 0 auto; */
}

.image-post-mobile {
  width: 100%;
  margin-right: 0;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
}
img {
  margin: 0;
}
.block-1-mobile {
  padding-top: 7px;
  display: flex;
  float: left;
  margin-left: 10px;
}
.author-post-mobile {
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 3px 10px 3px;
  margin: 0 auto;
  font-size: 12px;
}
.share-post-mobile {
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 3px 10px 3px;
  margin: 0 auto;
  font-size: 11px;
}
.date-post-mobile {
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 3px 10px 3px;
  font-size: 11px;
}
.tags {
  font-size: 20px;
}
.tags-list {
  background-color:rgb(108, 164, 211);
  padding:4px;
  border-radius:5px;
  color:white;
  margin: 4px;
}
.get-in-touch {
  /* background-color: rgb(196, 221, 241); */
  /* box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.8); */
  border-radius: 20px;
  margin: 20px;
  padding: 50px;
}

.msg-us-c {
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

  box-shadow: 0 4px 8px 0 rgba(47, 121, 233, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 4px 8px 0 rgba(47, 121, 233, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.6);
  font-weight: 600;
  color: rgb(52, 60, 66);
  padding: 4px;
  width: 100%;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #85befe;
  background-color: #85befe;
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  outline: none;
}
.msg-us-c:focus {
  -webkit-transition: 0.4s;
  font-size: 300;
  transition: 0.4s;
  background-color: rgb(117, 153, 180);
  border: 1px solid #263238;
}
.msg-us-c::placeholder {
  color: rgb(75, 67, 67);
  opacity: 1;
}

.txt-msg-c {
  min-height: 100px;
  max-height: 200px;
}

.send-msg-c {
  background-color: #85befe;
  color: black;
}

.team {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.member {
  margin: 50px;
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
  background-color: #ffffff00;
  width: 450px;
  height: 150px;
  /* margin-right: 50px; */
  transition: 0.5s;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.4); */
  border-radius: 115px 70px 70px 115px;
}

.memberImg {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 2;
  /* background-color: white; */
  border-radius: 50%;
  width: 150px;
}
.member-email {
  font-size: 14px;
  color: white;
  text-shadow: #24292e 0px 0 3.2px;
}
.member-info {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  border-radius: 2px 40px 40px 0;
  background-color: #74aff1;
  width: 450px;
  height: 150px;
  margin-left: -70px;
  color: white;
  text-shadow: #24292e 0px 0 3.2px;
}

.member-info-txt {
  /* width: 450px;
  height: 150px;
  float: right;  */
  margin-top: 16px;
  margin-left: 40px;
}
.member-img {
  width: 150px;
}

.card {
border-radius: 50%;
 margin:25px;
 height: 250px;
}

@media only screen and (max-width: 1200px) {
.info-card {
  width: 240px;
  height: 240px;
  margin: 20px;
}
.card-bg {
  font-size: 200px;
}
.info-card:hover {
  width: 20px;
  height: 250px;
}
}

@media only screen and (max-width: 900px) {
    .get-in-touch {
  /* background-color: rgb(196, 221, 241); */
  /* box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 4px 10px 0 rgba(0, 0, 0, 0.8); */
  border-radius: 20px;
  margin: 10px;
  padding: 20px;
}
  .member {
    margin: 35px;
    float: left;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 17px;
    background-color: #ffffff00;
    width: 400px;
    height: 120px;
    border-radius: 125px 85px 85px 125px;
  }
  
  .memberImg {
    z-index: 2;
    /* background-color: white;
    border-radius: 50%; */
    width: 120px;
  }
  .member-email {
    font-size: 11px;
    color: white;
    text-shadow: #24292e 0px 0 3.2px;
  }
  .member-info {
    font-size: 13px;
    display: flex;
    justify-content: center;
    border-radius: 2px 40px 40px 0;
    background-color: #74aff1;
    width: 260px;
    height: 120px;
    margin-left: -50px;
    color: white;
    text-shadow: #24292e 0px 0 3.2px;
  }
  
  .member-info-txt {
    /* width: 450px;
    height: 150px;
    float: right;  */
    margin-top: 16px;
    margin-left: 40px;
  }
  .member-img {
    width: 120px;
  }
  /* body {
    background-color: #f0efc5;
  } */
  .slide-img {
    width: 150px;
    height: 65px;
  }
  .activities {
    justify-content: left;
  }
  .search {
    font-size: 20px;
    width: 40vw;
    height: 35px;
  }
  .search-sub {
    font-size: 20px;
    width: 25vw;
    height: 35px;

  }
  .carousel-client li {
    margin: 0 15px;
  }
  .carousel-client {
    margin-left: 13px;
  }
  .carousel-item {
    height: 50%;
    margin-top: 106px;
  }
  .carousel-inner {
    height: 50%;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 40px 0 rgba(0, 0, 0, 0.5);
  }

  .btns-slider {
    margin-top: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 10px 40px 0 rgba(0, 0, 0, 0.8);
  }

  .info-card {
    width: 190px;
    height: 190px;
    margin: 20px;
  }

  .card-bg {
    font-size: 160px;
  }

  .recent-post {
    width: 320px;
  }

  .info-card:hover {
    width: 200px;
    height: 200px;
  }
  .quick-links {
    margin-left: 0;
  }
  hr.seperator {
    width: 60px;
  }
  .icon-close {
    font-size: 9px;
  }
  .notif {
    padding: 18px;
    font-size: 14px;
  }

  ::-webkit-scrollbar-track {
    background: #fdfdfd00;
    box-shadow: inset 0 0 6px #b6b6b600;
  }
  ::-webkit-scrollbar-thumb {
    background: #1C7FF2;
  }
}

.post-desktop {
  display: block;
}
.post-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .date-post {
    font-size: 100%;
    font-weight: 900;
    margin-top: 7px;
  }
  .share-post {
    font-size: 80%;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
  }
  .author-post {
    font-size: 80%;
    font-weight: bold;
    margin-top: 5px;
    
  }
}
@media only screen and (max-width: 750px) {
  .date-post {
    font-size: 100%;
    font-weight: 900;
    margin-top: 7px;
    width: 30%;
  }
  .share-post {
    font-size: 80%;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
  }
  .post-content {
    width: 100%;
    font-size: 12px;
    margin-top: 0px;
    padding: 10px;
  }
  .tags {
    font-size: 10px;
  }
  .tags-list {
    margin-bottom: 5px;
    font-size: 10px;
    background-color:rgb(108, 164, 211);
    padding:4px;
    border-radius:5px;
    color:white;
    margin: 4px;
  }
  .author-post {
    font-size: 80%;
    font-weight: bold;
    margin-top: 5px;
    width: 30%;
    
  }
  .post-section {
    padding: 10px;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .heading {
    font-size: 30px;
  }
  .image-post {
    width: 100%;
  }
  .post-desktop {
    display: none;
  }
  /* .image-post-mobile {
    display: block;
  } */
  .post-mobile {
    display:unset;
  }
}


#main-404{
  height: 100%;
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
  font-family: 'Lato', sans-serif;
  color: #888;
  margin: 0;
  transition: all 0.6s;
}

.fof{
  display: table-cell;
  vertical-align: middle;
}

.fof h1{
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type .5s alternate infinite;
}

@keyframes type{
  from{box-shadow: inset -3px 0px 0px #888;}
  to{box-shadow: inset -3px 0px 0px transparent;}
}