

::selection {
  background: #5B52F8;
  color: #FFF;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input, button, textarea {
  outline: none;
  font-family: 'Lato', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  font: inherit;
}

.imglogo {
  max-width: 100px;
  height: 100px ;
  border-radius: 100%;
}
ul, li {
  list-style:none;
  margin: 0;
  padding: 0;
}

/*** Styles ***/
html {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #444444;
}

/* Add the necessary CSS here */
.intro-sec {
  width: 100%;
  height: 550px;
  background-image: url('images/NLMFIMG.jpeg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.04), 0 6px 10px 4px rgba(0, 0, 0, 0.12), 0 6px 10px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
}

/* Ensure no other styles are conflicting with .intro-sec */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Additional necessary styles */



h1,h2,h3,h4,h5 {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1.5px;
}
.navbar {
  width: 100%;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 1280px) {
   .navbar {
    width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar {
    width: 90%;
  }
}

.main-header {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}

.navbar-top {
  height: 170px;
  display: flex;
  align-items: center;
}

.navbar-top .logo {
  display: block;
  width: auto;
  position: absolute;
  left: 0;

}
.logo img {
  width: 200px;
}

.navbar-social-links {
  position: absolute;
  right: 0;
}

.navbar-social-links li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.navbar-social-links li a {
  font-size: 20px;

}

.bottom-header {
  width: 100%;;
  background:rgb(30, 53, 171);
  height: 60px;
  z-index: 99;
}

.navbar-bottom .nav-links {
  position: relative;
  left: 0;
  height: 60px;
  display: flex;
  align-items: center;
}

.navbar-bottom .nav-links li {
  margin-right: 10px;
  text-transform: uppercase;
  display: inline-block;
  height: 100%;
  color: #fff;
  position: relative;
}

.navbar-bottom .nav-links li a {
  font-size: 15px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  transition: background .3s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: background .3s cubic-bezier(.165,.84,.44,1);
}

.navbar-bottom .nav-links li:hover > a, .navbar-bottom .nav-links li a.active {
  background: #fff;
  color: #5B52F8;
}


.sub_links {
  position: absolute;
  top: 60px;
  left: 0;
  width: 120%;
  display: block;
  background: #5B52F8;
  z-index: 99;
  transition: all .3s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
  visibility: hidden;
  opacity: 0;
  transform: translatey(7px);
}

.sub_links li {
  position: relative;
  display: block !important;
  margin: 0 !important;

}

.sub_links li a {
  padding: 20px !important;
  display: inline-block;
  font-size: 13px;

}

.navbar-bottom .nav-links li:hover > .sub_links {
  visibility: visible;
  opacity: 1;
  transform: translatey(0);
  
}

.toggler {
  position: absolute;
  top: 0;
  padding-top: 5px;
  cursor: pointer;
  background: transparent;
  border: none;
  z-index: 101;
}




.menu-toggle {
  left: 0;
  top: 50%;
  margin-top: -20px;
  margin-left: -12px;
  display: none;
}

.cancel-btn {
  display: none;
}

.toggler svg {
  width: 40px;
  height: 40px;
  fill: #ccc;
}




@media only screen and (max-width: 786px) {


  .navbar-bottom .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    display: block;
    background: #fff;
    padding: 1rem;
    padding-top: 50px;
    box-shadow: 0 5px 7px
      rgba(0, 0, 0, 0.05), 0 20px 22px
      rgba(0, 0, 0, 0.05);
    z-index: 0;
    transition-delay: 1s;
      -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: all .2s cubic-bezier(.165,.84,.44,1);
      -webkit-transform: all .2s cubic-bezier(.165,.84,.44,1);
    visibility: hidden;
    opacity: 0;
    overflow-y: hidden;
  }

  .menu-open .nav-links {
    -webkit-transform: translateX(0px);
      transform: translateX(0px);
    opacity: 1;
    z-index: 102;
    transition-delay: 0.15s;
    visibility: visible;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
      -webkit-transform: all .2s cubic-bezier(.165,.84,.44,1);
  }

  .menu-toggle {
    display: inline-block;
    margin-left: 0;
  }
  .cancel-btn {
    display: inline-block;
    top: 5px;
    right: 1rem;
  }
  .searchbar {
    width: 100%;
  }
  .navbar-bottom .nav-links li {
    display: block;
    height: auto;
    margin: 2px 0;
    color: #5B52F8;
    border-radius: 3px;
    overflow: hidden;
  }
  .navbar-bottom .nav-links li a {
    height: 60px;
    
  }
  .navbar-bottom .nav-links li a:hover, .navbar-bottom .nav-links li a.active {
    background: #5B52F8;
    color: #fff;
  }
  
  .navbar-bottom .nav-links li:hover > .sub_links {
    height: auto;
  }
  .sub_links {
    background: #fafafa;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    top: 0;
    transform: translatey(0);
    height: 0;
  }
  
  .sub_links li {
    display: block;
    padding-left: 20px;
  }


}

.hero-header {

  width: 100%;
  height: auto;
  display: flex;
  align-items: left;
  justify-content: space-between;
}



.home-hiw {
  width: 32%;
  height: 400px;
  padding: 10px 2rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.06),0 6px 10px -4px rgba(14,13,26,.06);
}

.block-list {
  display: block;
  position: relative;
}

.block-list li {
  display: flex;
  align-items: center;
  font-size: 20px;
  height: 65px;
  width: 100%;
}

.block-list li .icon-hldr {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f3f4f5;
  margin-right: 10px;
  padding: 10px;
}

.block-list li .icon-hldr svg {
  fill: #5B52F8 !important;
}

@media only screen and (max-width: 1024px) {
  .hero-header {
    display: block;
  }
  .intro-sec, .home-hiw {
    width: 100% !important; 
  }
}

@media only screen and (max-width: 768px) {
  .intro-sec {
    height: 250px;
    padding: 1rem;
  }
  .intro-sec h1 {
    width: 100% !important;
    font-size: 35px;
    line-height: 1.5;
  }
}

/****end navbar****/



/* DESKTOP */

@media all and (max-width: 999999999px) and (min-width: 1340px) {

/* Footer Parent Div Styling */

#footer {
  
  width:100%;
  background-color:#fff;
  margin: 0 auto;

}

  
/* H3 Styling */

h3.left {

  color: #000;
  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 
  text-align: left;

}

h3.center {

  color: #000;
  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 
  text-align: center;

}
  

/* List Styling */

  ul {
    margin: 0;
    list-style-type: none;
}

    li {
    margin: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    list-style-type: none;
    text-align: left;
}
 

/* Utility Links Div Styling */

#utility-links {

  width: 50%;
  height: 150px;
  background-color:#fff;
  margin: 40px auto 0 auto;
   
}

.rectangle {
	width: 1px;
	height: 100px;
	background: #D8D8D8;
  margin: 0 30px 0 0;
  float: left;
  display: inline-block;

}

  
/* Help Styling */

.help {
 
  width: 30%;
  height: 100px;
  float: left;
  margin: 0;
  display: inline-block;
 
}

  
/* Help Img Icons*/

.help-img-icon {

  float: left;
  margin: 0 5px 0 0;

}


/* About Styling */

.about {

  width: 30%;
  height: 100px;
  float: left;
  margin: 0;
  display: inline-block;

}


/* Card Services Styling */

.card {

  width: 30%;
  height: 100px;
  float: left;
  margin: 0;
  display: inline-block;

}


/* Newsletter-Social Container */ 

#newsletter-social {
 
  width: 40%;
  margin: 0 auto;
  text-align: center;

}
    
  
/* Newsletter Styling */ 

#newsletter {
 
  width: 65%;
  margin: 30px 0 0 0;
  text-align: center;
  float: left;
  display: inline-block;

}

p.deals {
    
  font-size: 13px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500; 
  line-height: 0;
  text-align: center;
  
}

input[type=text] {

    width: 60%;
    padding: 15px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px #D9D6D6;
    background-color: #F2F2F2;
    border-radius: 4px;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


input[type=button], input[type=submit], input[type=reset] {

    background-color: #0677FF;
    border: 2px;
    border-radius: 4px;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 900;
  
}


/* Social Media Styling */ 

#social {

  width: 35%;
  margin: 80px 0 0 0;
  float: right;
  display: inline-block;

}


/* Copyright Styling */ 

.rectangle-horiz {
	width: 100%;
	height: 2px;
	background: #D8D8D8;
  margin: 170px 0 0 0;

}


#copyright {
  
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;

}


 .copy {

    color: #a7a7a7;
    font-size: 10px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-left: 20px;
    display: inline-block;
overflow: hidden;

}


/* Link Styling */

a:link {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:hover {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:active {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
  }

}



/* =TABLET */

@media all and (max-width: 1339px) and (min-width: 600px) {

/* Footer Parent Div Styling */

#footer {
  
  width:100%;
  background-color:#fff;
  margin: 0 auto;

}

/* H3 Styling */

h3.left {

  color: #000;
  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 
  text-align: left;

}

h3.center {

  color: #000;
  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 
  text-align: center;

}
  

/* List Styling */

  ul {
    margin: 0;
    list-style-type: none;
}

    li {
    margin: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    list-style-type: none;
  text-align: left;
}
 


/* Utility Links Div Styling */

#utility-links {

  width: 90%;
  height: 150px;
  background-color:#fff;
  margin: 40px auto 0 auto;

 
    
}

.rectangle {
	width: 1px;
	height: 100px;
	background: #D8D8D8;
  margin: 0 30px 0 30px;
  float: left;
display: inline-block;

}

/* Help Styling */

.help {
 
  width: 25%;
  height: 100px;
  float: left;
  margin: 0;
display: inline-block;
 
}

/* Help Img Icons*/

.help-img-icon {

  float: left;
  margin: 0 5px 0 0;

}


/* About Styling */

.about {

  width: 25%;
  height: 100px;
  float: left;
  margin: 0;
display: inline-block;

}


/* Card Services Styling */

.card {

  width: 25%;
  height: 100px;
  float: left;
  margin: 0;
display: inline-block;

}


/* Newsletter Styling */ 

#newsletter {
 
  width: 50%;
  margin: 30px 0 0 0;
  text-align: center;
float: left;
display: inline-block;

}

p.deals {
    
  font-size: 13px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500; 
  line-height: 0;
  text-align: center;
  
}

input[type=text] {

    width: 40%;
    padding: 15px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px #D9D6D6;
    background-color: #F2F2F2;
    border-radius: 4px;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


input[type=button], input[type=submit], input[type=reset] {

    background-color: #0352b3;
    border: 2px;
    border-radius: 4px;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 900;
  
}


/* Social Media Styling */ 

#social {

  width: 50%;
  margin: 80px 0 0 0;
  float: right;
  display: inline-block;

}


/* Copyright Styling */ 

.rectangle-horiz {
	width: 100%;
	height: 2px;
	background: #D8D8D8;
  margin: 0 0 0 0;

}


#copyright {
  
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;

}


 .copy {

    color: #a7a7a7;
    font-size: 10px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-left: 20px;


}


/* Link Styling */

a:link {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:hover {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:active {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
  }

}




/* MOBILE */

@media all and (max-width: 599px) and (min-width: 100px) {

  
/* Footer Parent Div Styling */

#footer {
  
  width:100%;
  background-color:#fff;
  margin: 0 auto;

}

/* H3 Styling */

h3.left {

  color: #000;
  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 


}

h3.center {

  color: #000;
  font-size: 16px;
  font-family: Mallory, Sans-Serif;
  font-weight: bold;
  margin: 0 0 10px 0; 
  text-align: center;

}
  

/* List Styling */

  ul {
    margin: 0;
    list-style-type: none;
}

    li {
    margin: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    list-style-type: none;
     text-align: center;
}
 

/* Utility Links Div Styling */

#utility-links {

  width: 90%;
  height: 150px;
  background-color:#fff;
  margin: 40px auto 0 auto;

    
}


/* Help Styling */

.help {
 
  width: 100%;
  height: 100px;
  float: left;
  margin: 0;

}

  
/* Help Img Icons*/

.help-img-icon {

  margin: 0 5px 0 0;

}


/* About Styling */

.about {

  width: 100%;
  height: 100px;
  float: left;
  margin: 50px 0 0 0;

}


/* Card Services Styling */

.card {

  width: 100%;
  height: 100px;
  float: left;
  margin: 0;

}


/* Newsletter Styling */ 

#newsletter {
 
  width: 100%;
  margin: 210px 0 0 0;
  text-align: center;

}



input[type=text] {

    width: 40%;
    padding: 15px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px #D9D6D6;
    background-color: #F2F2F2;
    border-radius: 4px;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


input[type=button], input[type=submit], input[type=reset] {

    background-color: #5B52F8;
    border: 2px;
    border-radius: 4px;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 900;
  
}


/* Social Media Styling */ 

#social {

  width: 100%;
  margin: 30px 0 0 0;

}


/* Copyright Styling */ 

.rectangle-horiz {

  width: 100%;
	height: 2px;
	background: #D8D8D8;
  margin: 30px 0 0 0;

}


#copyright {
  
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;

}


 .copy {

    color: #a7a7a7;
    font-size: 8.5px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin: 0;
   white-space: nowrap;


}


/* Link Styling */

a:link {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:hover {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
}


a:active {
    color: #0677FF;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
  }

}


/* ******end footer************/



* {
  box-sizing: border-box;
}


.blog-card {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 1.5rem auto;
  box-shadow: 0 3px 7px -1px rgb(0, 0, 0);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.45;
  overflow: hidden;
  z-index: 0;

  a {
    color: inherit;

    &:hover {
      color: #ffc400;
    }
  }

  &:hover .photo {
    -webkit-transform: scale(1.15) rotate(2deg);
    transform: scale(1.15) rotate(2deg);
    
  }

  .meta {
    position: relative;
    z-index: 0;
    height: 200px;
    
  }

  .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  
  }

  .description {
   
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;

    h1, h2 {
      font-family: Poppins;
    }

    h1 {
      line-height: 1;
      margin: 0;
      font-size: 1.7rem;
    }

    h2 {
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #a2a2a2;
      margin-top: 5px;
    }

    .read-more {
      text-align: right;
     
      a {
        color:rgb(255, 255, 255);
        font-size: 16px;
        display: inline-block;
        position: relative;
        text-decoration: none;
        background:linear-gradient(90deg, #5B52F8 10%, #185a9d 90%);
        padding: 5px 15px;
        border-radius: 15px;

        &:after {
          content: "\f054";
          font-family: FontAwesome;
          margin-left: -10px;
          opacity: 0;
          vertical-align: middle;
          transition: margin .3s, opacity .3s;
        }

        &:hover:after {
          margin-left: 5px;
          opacity: 1;
        }
      }
    }
  }

  .p {
    position: relative;
    margin: 1rem 0 0;
    color: #555;
    font-size: 17px;
   
    &:first-of-type {
      margin-top: 1.25rem;

      &:before {
        content: "";
        position: absolute;
        height: 3px;
        background:linear-gradient(90deg, #5B52F8 10%, #185a9d 90%);
        width: 75px;
        top: -1rem;
        border-radius: 3px;
      }
    }
  }

  &:hover .details {
    left: 0%;
  }
}

@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;

    .meta {
      flex-basis: 40%;
      height: auto;
    }

    .description {
      flex-basis: 60%;

      &:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
      }
    }

    &.alt {
      flex-direction: row-reverse;

      .description:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg);
      }

      .details {
        padding-left: 25px;
      }
    }
    
    p {
      font-size: 16px;
    }
  }
}

/* end blog */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');





/* text reveal */





.logo-text1 {
  font-size: 20px; /* Default font size for the logo text */
  color: #000000; /* Default color for the logo text */
  margin-left: 10px; /* Default margin for spacing between the logo image and text */

  /* Responsive adjustments */
  @media screen and (max-width: 768px) {
      font-size: 12px; /* Reduce font size on smaller screens */
      margin-left: 5px; /* Reduce margin on smaller screens */
  }
}
