body {
    font-family: "Poppins", Arial, sans-serif;
    color: black;
  }
  
  /*-----------------------------------*\
         TOP BAR
  \*-----------------------------------*/
  .topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .topbar .top-link a {
    margin-right: 10px;
  }
  
  #note {
    width: 500px;
    overflow: hidden;
  }
  
  #note small {
    position: relative;
    display: inline-block;
    animation: mymove 10s infinite;
    animation-timing-function: all;
  }
  
  @keyframes mymove {
    from {
      left: -100%;
    }
  
    to {
      left: 100%;
    }
  }
  
  /*-----------------------------------*\
           NAV BAR
  \*-----------------------------------*/
  
  .navbar {
    background-color: #03045e;
  }
  
  .navbar-brand {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
  }
  
  .navbar-nav .nav-item:hover {
    background-color: rgba(19, 108, 224, 0.4);
  }
  
  .navbar-custom .dropdown-item {
    color: #03045e;
  }
  
  .navbar-custom .dropdown-item:hover,
  .navbar-custom .dropdown-item:focus {
    background-color: #caf0f8;
    font-weight: 700;
  }
  
  .company {
    font-size: 28px;
  }
  
  .dropdown-menu .dropdown-submenu {
    display: none;
    /* position: absolute; */
    left: 100%;
    top: -7px;
    } 
    .dropdown-menu .dropdown-submenu-left {
   right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
  /*-----------------------------------*\
      ABOUT US HEADER SECTION
      \*-----------------------------------*/
  
  .page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/Visa.jpg) center center no-repeat;
    background-size: cover;
    /* background-color:#023047; */
    /* background: url(../images/about1.jpg) center center no-repeat; */
  }
  
  .page-header .breadcrumb-item+.breadcrumb-item::before {
    color: white;
  }
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 18px;
    color: white;
  }
  
  .breadcrumb {
    background-color: unset !important;
  }
  
  
  
  /*-----------------------------------*\
   NOTARY SERVICE SECTION
    \*-----------------------------------*/
    #notary{
      /* height:725px; */
      box-shadow: 5px 5px 10px; 
      border-radius: 20px; 
      /* display: none; */
      width:100%;
    }
  
    .tilesWrap {
      padding: 0;
      margin: 50px auto;
      list-style: none;
      text-align: center;
    }
    .tilesWrap li {
      display: inline-block;
      width: 30%;
      min-width: 200px;
      max-width: 430px;
      padding: 80px 20px 40px;
      position: relative;
      vertical-align: top;
      margin: 10px;
      /* font-family: 'helvetica', san-serif; */
      min-height: 25vh;
      /* background: #262a2b; */
      border: 1px solid #252727;
      text-align: left;
    }
     
    .tilesWrap li h2 {
      font-size: 114px;
      margin: 0;
      position: absolute;
      opacity: 0.2;
      top: 50px;
      right: 10px;
      transition: all 0.3s ease-in-out;
    }
    .tilesWrap li h3 {
      font-size: 20px;
      /* color: #b7b7b7; */
      margin-bottom: 5px;
      color:whitesmoke;
    }
    .tilesWrap li p {
      font-size: 16px;
      /* line-height: 18px; */
      /* color: #b7b7b7; */
      margin-top: 5px;
      color:whitesmoke;
      text-align: justify;
   
    }
    .tilesWrap li button {
      background: transparent;
      border: 1px solid #b7b7b7;
      padding: 10px 20px;
      color: #b7b7b7;
      border-radius: 3px;
      position: relative;
      transition: all 0.3s ease-in-out;
      transform: translateY(-40px);
      opacity: 0;
      cursor: pointer;
      overflow: hidden;
    }
    .tilesWrap li button:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 120%;
      background: #b7b7b7;
      top: 0;
      opacity: 0;
      left: -140px;
      border-radius: 0 20px 20px 0;
      z-index: -1;
      transition: all 0.3s ease-in-out;
      
    }
   
    .tilesWrap li:hover h2 {
      top: 0px;
      opacity: 0.6;
    }
    
    .tilesWrap li:before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      z-index: -1;
      background: #fff;
      transform: skew(2deg, 2deg);
    }
    .tilesWrap li:after {
      content: '';
      position: absolute;
      width: 40%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.02);
    }
    .tilesWrap li:nth-child(1):before {
      background: #C9FFBF;
    background: -webkit-linear-gradient(to right, #0582ca, #003554);
    background: linear-gradient(to right, #0582ca, #003554);
    }
    .tilesWrap li:nth-child(2):before {
      background: #f2709c;
    background: -webkit-linear-gradient(to right, #004b23, #008000);
    background: linear-gradient(to right, #004b23, #008000);
    }
    .tilesWrap li:nth-child(3):before {
      background: #00296b;
    /* background: -webkit-linear-gradient(to right, #ffc500, #c21500);
    background: linear-gradient(to right, #ffc500, #c21500); */
    background: -webkit-linear-gradient(to right, #0582ca, #003554);
    background: linear-gradient(to right, #0582ca, #003554);
    }
  
/*-----------------------------------*\
  FOOTER DISCLAIMER SECTION
  \*-----------------------------------*/

 .footer-disclaimer {
            background-color: rgba(255, 255, 255, 0.05);
            border-left: 4px solid #0d6efd;
            color: #e9ecef;
        }
        .footer-disclaimer p {
            margin: 0.25rem 0 0.5rem 0;
            line-height: 1.4;
            font-size: 0.95rem;
        }
        .footer-disclaimer strong {
            display: block;
            margin-bottom: 0.25rem;
            color: #ffffff;
        }
        .footer-disclaimer small {
            color: #adb5bd;
        }

  /*-----------------------------------*\
    FOOTER SECTION
    \*-----------------------------------*/
  
  
  .footer {
    background-color: #000814;
  }
  
  /*-----------------------------------*\
  Mobile Responsiveness
    \*-----------------------------------*/
  
  @media screen and (max-width: 992px) {
    
  }
  
  @media only screen and (max-width: 769px) {
    .tilesWrap li {
      display: inline-block;
      width: 100%;
    }
  }
  
  
  @media only screen and (max-width: 670px) {}
  
  @media only screen and (max-width: 541px) {
  
    .company {
      font-size: 25px;
    }
  }
  
  @media only screen and (max-width: 442px) {
  
    .company {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 390px) {
  
    .company {
      font-size: 16px;
    }
    .tilesWrap li p {
      font-size: 14px;
      
    }
  }
  
  