@import url('https://fonts.googleapis.com/css2?family=Libre Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/*font-family: 'Libre Baskerville', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open Sans:wght@400;700&display=swap');

/*font-family: 'Lato', sans-serif;*/

body{
  font-family: 'Lato', sans-serif;
}

main {
    padding-top: 100px;
}
 ul.dropdown-menu.dpr-men.show {
    padding: 5px 6px;
    border: 0;
    background-color: #fff;
    box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
    width: auto;
    border-radius: 4px;
}
ul.dropdown-menu.dpr-men.show:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
    display: block;
    z-index: 1;
}
.dpr-men li a {
    color: #102770;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
}
.dpr-men li a:hover {
    color: #ffeba7 !important;
    background-color: #102770;
}
ul.dropdown-menu.dpr-men.show:after {
    position: absolute;
    top: -7px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}
nav.navbar {
    /*background-color: #0EB5E2;*/
    background-color: #fff;
    position: fixed;
    width: 100%;
}
.nav-item a.nav-link {
    color: #fff;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 500;
    margin-right: 40px;
    line-height: initial;
}
.nav-item a.nav-link.active {
    color: #ed1659 !important;
    font-weight: 600;
}
img.header-logo-pos {
    position: relative;
    width: 140px;
    height: 80px;
    margin-right:5px;
}

/*.navbarbox a.nav-link.active:after {*/
/*       content: '';*/
/*    border-bottom: 3px solid #fff;*/
/*    width: 20px;*/
/*    display: grid;*/
/*    padding-bottom: 6px;*/
/*}*/
.navbarbox a.nav-link:hover {
    /* color: #102770 !important; */
    font-weight: 600;
    border-bottom: 2px solid;
}

.navbarbox{
  padding: 5px 0px 5px 5px;
}

.topnav-right {
  float: right;
}

.mr-0{
  margin-right: 0 !important;
}
@media screen and (max-width:768px) {
  .navbarbox{
  padding: 20px;
}

.col-20{
    width: 100%;
    padding: 20px;
  }
}




.flashy{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0% {
    background: #f66693;
    color: #fff !important;
}

49% {
    color: #3981c9;
    border-radius: 16px;
    background: #7ff596;
    color: #fff;
}
60% {
    background: #fff966;
}
99% {
    background: #ffb05f;
}
100% {
    background: #61e5ff;
}
}


.flashyi {
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes flashyi {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.sec-title{
  text-align: center;
}
.sec-title h2{
      font-family: "Libre Baskerville";
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.col-20{
  width: 20% !important;
  height: 260px;
}


.col-20:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.get-in-touch39 {
    font-size: var(--paragraph-1-p1-bold-size) !important;
    color: var(--primary-main700) !important;
}

.footer{
    background-color: rgba(32, 33, 36, 1);
    padding: 40px 70px 25px 120px;
    position: relative;
}
.footer.mobile-view{
    background-color: rgba(32, 33, 36, 1);
    padding: 40px 20px 25px 20px;
    }
.footer .links{
  margin-bottom: 30px;
    margin-left: 4px;
    display: flex;
    align-items: flex-start;
}
.footer .links a.active{
  color: #fff;
}
.footer .links a{
  font-size: 15px;
  margin-right: 50px;
    font-weight: 600;
    line-height: normal;
    color: rgba(14, 181, 226, 1);
    text-decoration: none;
}
.copyright{
    background-color: #0EB5E2;
    padding: 20px 80px 20px 149px;


}

.download-wrapper{
  margin-right: 20px;
}
.download-wrapper p{
         font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin: 0;
    width: 100%;
    display: flex;
    border: 2px solid #fff;
  
}
.helpmewaka-is-an19 {
    font-size: var(--caption-1-c1-semibold-size);
    line-height: 150%;
    display: inline-block;
    width: 353px;
    color: #fff;
    padding: 15px 0px;
}
.social-media-icons{
  display: flex;
    list-style: none;
    padding: 0;
}
.social-media-icons li{
  padding-right:20px ;
}



.copyright-link{
  float: right;
  font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0;
}
.copyright-link strong{
    color: #fff;
}
.line-11 {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 25px;
}

::placeholder {
  color: #e2e2e2;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
 
}
@media screen and (max-width: 768px) {

 
  .dropdown-menu.show {
    margin-left: 30px !important;
}
  main {
    padding-top: 0px !important;
/*    display: none !important;*/
}
img.mobile-logos {
    width: 75px;
    height: 40px;
}
.mobile-navigation {
  background-color: #F4F4F4;
  height: 65px;
      position: relative;
    z-index: 1;
}
.mobile-links a {
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 600;
    color: #0EB5E2;
    text-decoration: none;
    display: flex;
}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 10;
  min-height: 700px;
  top: 0;
  left: 0;
  background-color: #F4F4F4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #000;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  padding: 10px 15px;
  border: none;
  font-weight: bold;
}

.openbtn:hover {
  background-color:#444;
}

  }
 .tipso-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 20px));
    -ms-transform: translate(-50%, -100%);
    background: #333;
    color: #fff;
    padding: 13px 15px;
    min-width: 225px;
    max-width: 225px;
    font-size: 13px;
    border-radius: 3px;
    line-height: 19px;
    pointer-events: none;
    z-index: 999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.tipso {
    font-style: normal;
    position: relative;
    top: -1px;
    left: 2px;
    display: inline-block;
    cursor: help;
    color: #fff;
    font-size: 11px;
    line-height: 0;
    width: 18px;
    height: 18px;
    background: #66676b;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.tipso:after {
    font-family: "FontAwesome";
    content: "\f128";
    line-height: 19px;
    display: inline-block;
    position: relative;
    text-align: center;
    left: 5px;
    -moz-transform: translateY(-1px);
}
.tipso:hover .tipso-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, calc(-100% - 13px));
    -ms-transform: translate(-50%, -115%);
}
.tipso-content:after {
    font-family: "FontAwesome";
    content: "\f0dd";
    position: absolute;
    bottom: 3px;
    left: 50%;
    font-size: 22px;
    color: #333;
    transform: translate(-50%,50%);
}