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, .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;
}



/*-----------------------------------*\
  OCI SERVICE SECTION
  \*-----------------------------------*/


.oci-image {
  width: 100%;
  max-width: 100%;
  height: 300px;
  /* height:auto; */
}

.overlay-sim-text-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background: rgba(246,0,2,.7); */
  background: rgba(3, 4, 94, 0.5);
  opacity: 0;
}

.simple-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  /* background: #03045e; */
  background: #ffff;
  color: #fff;
}


.effect-image-1:hover .overlay-xs-1 {
  opacity: 1;
  visibility: visible;
  display: block;

}

.effect-image-1:hover .simple-text {
  visibility: hidden;
  opacity: 0;
}


.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3 {
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}


.effect-image-1 {
  position: relative;
  display: block;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.overlay-sim-text-2 p {
  text-align: justify;
  color: #fff;
  padding: 20px 20px;
}


/*-----------------------------------*\
  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: 746px) {}


@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;
  }

}

@media only screen and (max-width: 294px) {}