@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  animation: fadeIn 2s;
  font-family: "Arimo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Arimo", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #000;
}

a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.buttons {
  position: fixed;
  right: 80px;
  bottom: 14px;
}
@media (max-width: 480px) {
  .buttons {
    right: auto;
    left: 10px;
  }
}
.buttons .ordernow {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #0055A5, #293998, #1B2B8C, #C0DAFD);
  background-image: -webkit-gradient(to right, #0055A5, #293998, #1B2B8C, #C0DAFD);
  text-decoration: none;
  padding: 4px 15px;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  margin-top: 10px;
  background-size: 300% 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.buttons .ordernow:hover {
  background-image: linear-gradient(to right, #0055A5, #0f3960, #2a6dab, #2775bf);
  background-image: -webkit-gradient(to right, #0055A5, #293998, #1B2B8C, #2560ad);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-position: 100% 0;
}
.buttons .moredetails {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #0055A5, #293998, #1B2B8C, #C0DAFD);
  background-image: -webkit-gradient(to right, #0055A5, #293998, #1B2B8C, #C0DAFD);
  text-decoration: none;
  padding: 4px 15px;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  margin-top: 10px;
  background-size: 300% 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.buttons .moredetails:hover {
  background-image: linear-gradient(to right, #0055A5, #0f3960, #2a6dab, #2775bf);
  background-image: -webkit-gradient(to right, #0055A5, #293998, #1B2B8C, #2560ad);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-position: 100% 0;
}
.buttons a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 2px solid #fff;
  padding: 3px 15px;
  color: white;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .buttons a {
    font-size: 0.875rem;
  }
}

/*owl theme start */
.testimonial_bg .owl-theme {
  width: 100%;
  margin: 0;
}
.testimonial_bg .owl-carousel {
  width: 100%;
  margin: 0;
}

.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
  transition: all 0.4s ease-in-out;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #1b2b8c;
  border: #1b2b8c 1px solid;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #1b2b8c;
  border: #1b2b8c 1px solid;
}
.owl-theme .owl-page.active span {
  background: #1b2b8c;
  border: #1b2b8c 1px solid;
}

.owl-prev::before {
  font-family: Flaticon;
  content: "\f10f";
}

.owl-next::before {
  font-family: Flaticon;
  content: "\f100";
}

.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}

.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  animation: fadeIn 0.7s both ease;
}

/*owl theme start */
section {
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .section-title {
    margin-bottom: 0px;
  }
}
.section-title h2 {
  font-family: "Arimo", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .section-title h2 {
    font-size: 26px;
  }
}

#topbar {
  padding: 5px 10px;
  font-size: 15px;
  height: 40px;
  transition: all 0.5s;
  background: #061939;
  z-index: 996;
  color: #fff;
}
@media (max-width: 480px) {
  #topbar {
    display: none;
  }
}
#topbar .topicon {
  display: flex;
}
#topbar .topicon li {
  list-style: none;
}
#topbar .topicon li:first-child {
  padding-right: 10px;
}
#topbar .topicon li i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  padding: 5px;
  display: inline-block;
  line-height: 0;
  background: #18b5de;
  margin-right: 5px;
}
#topbar .topicon li a {
  color: #fff;
}

#topbar.topbar-transparent {
  background: #061939;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#header {
  top: 0;
  transition: all 0.5s;
  background: #061939;
  z-index: 997;
  padding: 0px 0px 5px 0;
}
@media (max-width: 480px) {
  #header {
    padding: 10px 0px;
    top: 0px;
  }
}
#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#header .logo img {
  width: 310px;
}
@media (max-width: 480px) {
  #header .logo img {
    width: 220px;
  }
}

#header.header-scrolled {
  top: 0;
  border-color: #fff;
  background: #18b5de;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header.header-scrolled .navbar a:hover {
  color: #061939;
}
#header.header-scrolled .navbar a:hover:focus {
  color: #061939;
}
#header.header-scrolled .navbar .active {
  color: #061939;
}
#header.header-scrolled .navbar .active:focus {
  color: #061939;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
#mainbanner {
  padding: 0;
  height: 100vh;
  background: #1b2b8c;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 991px) {
  #mainbanner {
    flex-direction: column;
    height: auto;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  #mainbanner {
    margin-top: 50px;
  }
}
#mainbanner .bannerleft {
  width: 60%;
  height: 100%;
  padding: 30px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  #mainbanner .bannerleft {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #mainbanner .bannerleft {
    padding: 40px 30px;
  }
}
#mainbanner .bannerleft h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainbanner .bannerleft h1 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  #mainbanner .bannerleft h1 {
    font-size: 22px;
  }
}
#mainbanner .bannerleft p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
  margin: 5px 0px;
  text-align: center;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainbanner .bannerleft p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #mainbanner .bannerleft p {
    font-size: 16px;
  }
}
#mainbanner .bannerleft .btn2 i {
  margin-left: 10px;
  animation: animate 2000ms linear infinite;
}
#mainbanner .bannerleft .authorized_distributor {
  padding: 20px;
  width: 100%;
}
#mainbanner .bannerleft .authorized_distributor h2 {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
#mainbanner .bannerleft .authorized_distributor h2 i {
  margin-left: 10px;
  animation: animate 2000ms linear infinite;
}
#mainbanner .bannerleft .authorized_distributor .logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#mainbanner .bannerleft .authorized_distributor .logos li {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  list-style: none;
  width: 11.6%;
  margin: 2px;
  padding: 5px;
  background: #fff;
  border: 1px solid #CDC9C9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mainbanner .bannerleft .authorized_distributor .logos li {
    width: 19%;
  }
}
@media (max-width: 767px) {
  #mainbanner .bannerleft .authorized_distributor .logos li {
    width: 23.3%;
  }
}
@media (max-width: 480px) {
  #mainbanner .bannerleft .authorized_distributor .logos li {
    width: 48.3%;
  }
}
#mainbanner .bannerleft .authorized_distributor .logos li:hover img {
  filter: grayscale(100%);
}
#mainbanner .bannerleft .authorized_distributor .logos .more {
  background: none !important;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainbanner .bannerleft .authorized_distributor .logos .more {
    font-size: 13px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainbanner .bannerleft .authorized_distributor .logos .more {
    font-size: 15px;
  }
}
#mainbanner .banneright {
  width: 40%;
  height: 100%;
  background: #c0dafd;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #mainbanner .banneright {
    width: 100%;
  }
}
@media (max-width: 767vpx) {
  #mainbanner .banneright {
    display: none;
  }
}
#mainbanner .scroll-arrow {
  position: absolute;
  bottom: 100px;
  left: -80px;
  z-index: 9;
  width: 200px;
  color: #fff;
  font-size: 12px;
  animation: animate 2000ms linear infinite;
}
#mainbanner .scroll-arrow img {
  width: 60px;
}
@keyframes animate {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

.about h2 {
  color: #061939;
}
.about h3 {
  background: #18b5de;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  padding: 5px 10px;
}
.about p {
  text-align: center;
}

.products {
  background: #061939;
  width: 100%;
}
.products .section-title {
  margin-bottom: 30px;
}
.products .section-title h2 {
  color: #fff;
}
.products .products-box {
  margin-bottom: 30px;
}
.products .products-box h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products .products-box h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .products .products-box h3 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .products .products-box h3 {
    font-size: 14px;
  }
}
.products .products-box .products-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ebeef3;
  margin: 0 auto;
  padding: 15px;
  width: 80px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products .products-box .products-img {
    width: 60px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .products .products-box .products-img {
    width: 60px;
    padding: 10px;
    margin-bottom: 5px;
  }
}
.products .products-box:hover .products-img {
  transform: translateY(5px);
}
.products .products-box:hover .products-img img {
  filter: grayscale(100%);
}

.coreservice {
  background: #1b2b8c;
  width: 100%;
}
.coreservice .section-title {
  margin-bottom: 30px;
}
.coreservice .section-title h2 {
  color: #fff;
}
.coreservice .service-box {
  margin-bottom: 30px;
}
.coreservice .service-box h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coreservice .service-box h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .coreservice .service-box h3 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .coreservice .service-box h3 {
    font-size: 14px;
  }
}
.coreservice .service-box .service-img {
  border-radius: 40%;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -ms-border-radius: 40%;
  -o-border-radius: 40%;
  background: #ebeef3;
  margin: 0 auto;
  padding: 15px;
  width: 80px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coreservice .service-box .service-img {
    width: 60px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .coreservice .service-box .service-img {
    width: 60px;
    padding: 10px;
    margin-bottom: 5px;
  }
}
.coreservice .service-box:hover .service-img {
  transform: translateY(5px);
  background: #18b5de;
}
.coreservice .service-box:hover .service-img img {
  filter: brightness(120%);
}
.coreservice .gallery-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #ebeef3;
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.coreservice .gallery-box img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  opacity: 0.5;
}
.coreservice .gallery-box .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.coreservice .gallery-box .btn2 {
  background: #18b5de;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
.coreservice .gallery-box .btn2:hover {
  background: #061939;
}
.coreservice .gallery-box h4 {
  text-align: center;
  font-weight: 800;
  color: #061939;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coreservice .gallery-box h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .coreservice .gallery-box h4 {
    font-size: 1.2rem;
  }
}

.breadcrumbs {
  padding: 50px 0;
  background: #1b2b8c;
  min-height: 40px;
  margin-top: 48px;
}
.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
  color: #18b5de;
}
.breadcrumbs ol li + li a {
  color: #18b5de;
}
.breadcrumbs ol li + li a:hover {
  color: #18b5de;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.customers-bg {
  background: #18b5de;
  width: 100%;
}
.customers-bg .section-title {
  margin-bottom: 30px;
}
.customers-bg .section-title h2 {
  color: #fff;
}
.customers-bg .customer-box {
  margin-bottom: 30px;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customers-bg .customer-box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customers-bg .customer-box h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .customers-bg .customer-box h3 {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .customers-bg .customer-box h3 {
    font-size: 14px;
  }
}
.customers-bg .customer-box .customer-img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #dadada;
  padding: 15px;
  width: 80px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customers-bg .customer-box .customer-img {
    width: 60px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .customers-bg .customer-box .customer-img {
    width: 60px;
    padding: 10px;
    margin-bottom: 5px;
    margin-bottom: 5px;
  }
}
.customers-bg .customer-box:hover .customer-img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background: #ebeef3;
  transform: translateY(-10px);
}
.customers-bg .customer-box:hover .customer-img img {
  filter: grayscale(100%);
}

.counts {
  padding: 60px 0;
  background: url(../images/statistics-bg.png) no-repeat center center #181818;
  background-size: cover;
}
.counts .section-title {
  margin-bottom: 30px;
}
.counts .section-title h2 {
  color: #fff;
}
.counts .section-title p {
  color: #fff;
  text-align: left;
}
.counts .count-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.counts .count-box li {
  width: 20%;
  list-style: none;
  padding: 0px 15px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .counts .count-box li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counts .count-box li {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .counts .count-box li {
    padding: 0px 15px;
    width: 25%;
  }
}
@media (max-width: 480px) {
  .counts .count-box li {
    width: 50%;
  }
}
.counts .count-box li .icons {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #18b5de;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .counts .count-box li .icons {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .counts .count-box li .icons {
    width: 60px;
    height: 60px;
  }
}
.counts .count-box li .icons img {
  width: 60px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .counts .count-box li .icons img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .counts .count-box li .icons img {
    width: 40px;
  }
}
.counts .count-box li h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .counts .count-box li h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counts .count-box li h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .counts .count-box li h3 {
    font-size: 22px;
  }
}
.counts .count-box li p {
  font-size: 16px;
  color: #c8c8c8;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0px;
}
.counts .count-box li:hover .icons {
  background: #061939;
}

.advantage {
  background: #1b2b8c;
  position: relative;
}
.advantage .heading {
  display: flex;
  align-items: center;
}
.advantage .heading .advantageicons {
  position: relative;
  width: 90px;
  z-index: 99;
  margin-bottom: 20px;
}
.advantage .heading .advantageicons .iconbox {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.advantage .heading .advantageicons::before {
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  background: #18b5de;
  width: 60px;
  height: 60px;
  z-index: -1;
}
.advantage .li-list ul {
  display: flex;
  flex-wrap: wrap;
}
.advantage .li-list ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 22px;
  line-height: 30px;
}
.advantage .li-list ul li::before {
  content: url(../images/arrow-right-circle.svg);
  display: inline-block;
  position: absolute;
  font-weight: 600;
  width: 20px;
  height: 20px;
  left: 0;
  padding-top: 5px;
}
.advantage .li-list ul li {
  color: #fff;
}
.advantage .li-list ul li::before {
  content: url(../images/arrow-right-circle-1.svg);
  width: 18px;
}

#more {
  display: none;
}

.infrastructure {
  background: #061939;
  position: relative;
}
.infrastructure p {
  color: #fff;
  text-align: center;
}
.infrastructure .heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.infrastructure .heading .advantageicons {
  position: relative;
  width: 90px;
  z-index: 99;
  margin-bottom: 10px;
}
.infrastructure .heading .advantageicons .iconbox {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.infrastructure .newlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.infrastructure .newlist li {
  color: #fff;
  list-style: none;
  width: 25%;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  line-height: 20px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .infrastructure .newlist li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infrastructure .newlist li {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .infrastructure .newlist li {
    padding: 0px 15px;
    width: 25%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .infrastructure .newlist li {
    width: 50%;
  }
}
.infrastructure .newlist li img {
  transition: all 0.4s ease-in-out;
  width: 80px;
  height: 80px;
  background: #ebeef3;
  border-radius: 30%;
  padding: 15px;
  margin-bottom: 10px;
}
.infrastructure .newlist li:hover img {
  background: #b7ecfa;
  border-radius: 50%;
}

.infra-box {
  background: #1b2b8c;
}
.infra-box p {
  color: #fff;
  text-align: center;
}
.infra-box .infrabox {
  text-align: center;
}
@media (max-width: 767px) {
  .infra-box .infrabox {
    padding: 20px 0px;
  }
}
.infra-box .infrabox img {
  width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infra-box .infrabox img {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .infra-box .infrabox img {
    width: 70px;
  }
}
.infra-box .infrabox h4 {
  color: #18b5de;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .infra-box .infrabox h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .infra-box .infrabox h4 {
    font-size: 22px;
  }
}

.business_units {
  width: 100%;
  position: relative;
}
.business_units h2 {
  color: #061939;
}
.business_units .units {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
  border: 1px solid #DDDDDD;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.business_units .units .owl-carousel {
  margin: 0px;
}
.business_units .units .owl-pagination {
  display: none;
}
.business_units .units .owl-theme .owl-controls {
  text-align: left;
}
.business_units .units .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  width: 15px;
  padding: 0px;
  transition: all 0.5s ease-in-out;
  margin-right: 10px;
}
.business_units .units .owl-prev::before {
  content: url(../images/arrow-left.svg);
}
.business_units .units .owl-next::before {
  content: url(../images/arrow-right.svg);
}
.business_units .units .heading {
  display: flex;
  justify-content: space-between;
}
.business_units .units .heading h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.business_units .units .heading h5 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.business_units .units .heading h5 span {
  font-weight: 600;
}
.business_units .units .heading .unit-img {
  width: 100px;
}
.business_units .units h3 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #E6EFF3;
  color: #1b2b8c;
  font-size: 18px;
  color: #1b2b8c;
  align-self: flex-start;
  padding: 5px 15px;
  margin: 10px 0px;
}
.business_units .units .business_brief {
  width: 100%;
  margin: 5px 0px;
}
.business_units .units .business_brief .business_content {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #d5d5d5;
}
.business_units .units .business_brief .business_content p {
  text-align: left;
  color: #fff;
  margin: 0;
  padding-right: 20px;
}
.business_units .units .business_brief .business_content h5 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #ECEEF5;
  font-size: 22px;
  background: #18b5de;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  transform: translateY(-20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business_units .units .business_brief .business_content h5 {
    font-size: 20px;
  }
}

.unitbg1 {
  background: #061939;
}

.unitbg2 {
  background: #1b2b8c;
}

.unitbg3 {
  background: #1b2b8c;
}

.unitbg4 {
  background: #061939;
}

.customers {
  background: #fff !important;
}
.customers .news-box {
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.customers .news-box .news-img {
  width: 100%;
  position: relative;
}
.customers .news-box .news-img .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #181818;
  padding: 5px 10px;
}
.customers .news-box .news-img .date h5 {
  font-size: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.customers .news-box .news-content {
  padding: 20px;
  background: #fff;
}
.customers .news-box .news-content h4 {
  text-align: left;
  color: #061939;
  display: -webkit-box;
  height: 55px;
  font-size: 1.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customers .news-box .news-content h4 {
    font-size: 1.2rem;
    height: 48px;
  }
}
@media (max-width: 480px) {
  .customers .news-box .news-content h4 {
    font-size: 1.2rem;
    height: 48px;
  }
}
.customers .news-box .news-content p {
  text-align: left;
  color: #444444;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.customers .news-box .news-content .readmore {
  transition: all 0.4s ease-in-out;
  color: #18b5de;
}
.customers .news-box .news-content .readmore i {
  transition: all 0.4s ease-in-out;
}
.customers .news-box .news-content .readmore:hover {
  color: #061939;
}
.customers .news-box .news-content .readmore:hover i {
  opacity: 0;
  padding-left: 10px;
}
.customers .btn2 {
  background: #18b5de;
  color: #fff;
}
.customers .btn2:hover {
  background: #061939;
}

.companies {
  background: #ECEEF5;
}

.companies,
.customers {
  width: 100%;
  position: relative;
}
.companies h2,
.customers h2 {
  color: #1b2b8c;
  margin-bottom: 10px;
}
.companies h3,
.customers h3 {
  color: #2A2A2A;
  font-size: 24px;
  font-weight: 600;
}
.companies .main-box,
.customers .main-box {
  width: 100%;
  margin: 5px 0px;
}
.companies .main-box .logos,
.customers .main-box .logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.companies .main-box .logos li,
.customers .main-box .logos li {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  list-style: none;
  width: 30.3%;
  margin: 2px;
  padding: 5px;
  background: #fff;
  border: 1px solid #CDC9C9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .companies .main-box .logos li,
  .customers .main-box .logos li {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .companies .main-box .logos li,
  .customers .main-box .logos li {
    width: 23.3%;
  }
}
@media (max-width: 480px) {
  .companies .main-box .logos li,
  .customers .main-box .logos li {
    width: 48.3%;
  }
}
.companies .main-box .logos li:hover img,
.customers .main-box .logos li:hover img {
  filter: grayscale(100%);
}
.companies .owl-carousel,
.customers .owl-carousel {
  margin: 0;
}
.companies .owl-theme .owl-controls,
.customers .owl-theme .owl-controls {
  text-align: left;
}

.mgt-profile {
  width: 100%;
  position: relative;
  background: #ebeef3;
}
.mgt-profile h2 {
  color: #1b2b8c;
  margin-bottom: 10px;
}
.mgt-profile h4 {
  color: #2A2A2A;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mgt-profile h4 {
    font-size: 20px;
  }
}
.mgt-profile .mgt {
  padding: 0px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mgt-profile .mgt {
    padding: 0px 5px;
  }
}
.mgt-profile .mgt .university {
  width: 100%;
  margin-top: 10px;
}
.mgt-profile .mgt .university img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 200px;
  height: auto;
  border: none;
}
.mgt-profile .mgt .social {
  position: relative;
  height: 40px;
  transition: ease-in-out 0.3s;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-bottom: 1px solid #d3cece;
}
.mgt-profile .mgt .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}
.mgt-profile .mgt .social a:hover {
  color: #2487ce;
}
.mgt-profile .mgt .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}
.mgt-profile .mgt img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 180px;
  height: 180px;
  border: none;
  border: 3px solid rgba(9, 36, 107, 0.1490196078);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mgt-profile .mgt img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .mgt-profile .mgt img {
    width: 120px;
    height: 120px;
  }
}
.mgt-profile .mgt p {
  text-align: center;
}

.inner-page .img-gallery {
  width: 100%;
  position: relative;
}
.inner-page .img-gallery a i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #061939;
  color: #fff;
  font-size: 2rem;
  width: 55px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-page .img-gallery a:hover i {
  background: #18b5de;
}
.inner-page .tittle {
  width: 100%;
  padding: 10px;
  background: #1b2b8c;
  color: #fff;
  font-size: 1rem;
}
.inner-page .news-box {
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.inner-page .news-box .news-img {
  width: 100%;
  position: relative;
}
.inner-page .news-box .news-img .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #181818;
  padding: 5px 10px;
}
.inner-page .news-box .news-img .date h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.inner-page .news-box .news-content {
  padding: 20px;
  background: #fff;
}
.inner-page .news-box .news-content h4 {
  text-align: left;
  color: #061939;
  display: -webkit-box;
  height: 55px;
  font-size: 1.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-page .news-box .news-content h4 {
    font-size: 1.2rem;
    height: 48px;
  }
}
@media (max-width: 480px) {
  .inner-page .news-box .news-content h4 {
    font-size: 1.2rem;
    height: 48px;
  }
}
.inner-page .news-box .news-content p {
  text-align: left;
  color: #444444;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.inner-page .news-box .news-content .readmore {
  transition: all 0.4s ease-in-out;
  color: #18b5de;
}
.inner-page .news-box .news-content .readmore i {
  transition: all 0.4s ease-in-out;
}
.inner-page .news-box .news-content .readmore:hover {
  color: #061939;
}
.inner-page .news-box .news-content .readmore:hover i {
  opacity: 0;
  padding-left: 10px;
}
.inner-page .details {
  position: relative;
}
.inner-page .details img {
  width: 100%;
  margin-top: 15px;
}
.inner-page .details h4 {
  font-size: 24px;
  color: #061939;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .inner-page .details h4 {
    font-size: 20px;
  }
}
.inner-page .details span {
  font-size: 16px;
  color: #444444;
  background: #ECEEF5;
  padding: 10px 15px;
}
.inner-page .details span i {
  color: #1b2b8c;
  font-size: 14px;
}
.inner-page .recent {
  position: relative;
}
.inner-page .recent h2 {
  text-align: left;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .inner-page .recent h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .inner-page .recent h2 {
    font-size: 1.5rem;
  }
}
.inner-page .recent .line {
  border-bottom: 1px solid #dad7d7;
  margin: 20px 0px;
}
.inner-page .recent h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.inner-page .recent span {
  font-size: 14px;
  color: #444444;
}
.inner-page .recent span i {
  color: #1b2b8c;
  font-size: 14px;
}
.inner-page .recent p {
  text-align: left;
  color: #444444;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.inner-page .recent .readmore {
  padding: 0;
}

.footer {
  width: 100%;
  background: #1b2b8c;
  position: relative;
  padding: 0;
  z-index: 0;
}
.footer::before {
  position: absolute;
  content: "";
  width: 30%;
  background: #181818;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .footer::before {
    display: none;
  }
}
.footer h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .footer h5 {
    font-size: 20px;
  }
}
.footer h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 4px;
  background: #18b5de;
}
.footer .address {
  padding: 60px 30px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .address {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .footer .address {
    padding: 30px 0px;
  }
}
.footer .address .address-box {
  background: #061939;
  padding: 15px;
  margin-bottom: 10px;
  min-height: 300px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .address .address-box {
    min-height: 325px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .address .address-box {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .footer .address .address-box {
    min-height: auto;
  }
}
.footer .address .address-box p {
  color: #A0AED3;
}
.footer .address .address-box .block-list-2 {
  padding: 0;
}
.footer .address .address-box .block-list-2 li {
  padding: 0px 0px 18px 30px;
  color: #fff;
  font-weight: 300;
  position: relative;
  list-style: none;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .address .address-box .block-list-2 li {
    font-size: 14px;
    padding: 0px 0px 18px 24px;
  }
}
@media (max-width: 767px) {
  .footer .address .address-box .block-list-2 li {
    padding: 0px 0px 10px 24px;
    line-height: 18px;
  }
}
.footer .address .address-box .block-list-2 li a {
  color: #fff;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
}
.footer .address .address-box .block-list-2 li a:hover {
  color: #fff;
  letter-spacing: 1px;
}
.footer .address .address-box .block-list-2 li::before {
  display: none;
}
.footer .address .address-box .block-list-2 li i {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  padding: 0px;
  left: 0;
  font-size: 22px;
  color: #A0AED3;
  line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .address .address-box .block-list-2 li i {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .footer .address .address-box .block-list-2 li i {
    font-size: 18px;
  }
}
.footer .address .address-box .social-icon {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.footer .address .address-box .social-icon li {
  list-style: none;
  padding: 0px 5px;
  font-size: 20px;
  color: #A0AED3;
}
.footer .address .address-box .social-icon li a {
  color: #A0AED3;
}
.footer .address .address-box .social-icon li a:hover {
  color: #fff;
}
.footer .address .address-box_2 {
  min-height: auto;
}
.footer .forms {
  background: #181818;
  padding: 60px 30px;
  width: 100%;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .forms {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .forms {
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.footer .forms h5 {
  color: #fff;
}
.footer .forms h5::before {
  background: #666666;
}

.copyright {
  padding: 40px 0px;
  background: #fff;
  width: 100%;
}
.copyright p {
  color: #2D2D2D;
}
.copyright p a {
  color: #2D2D2D;
}
.copyright p i {
  color: #1b2b8c;
  font-weight: 600;
  font-size: 18px;
}
.copyright .block-list-3 ul {
  width: 100%;
}
.copyright .block-list-3 ul li {
  list-style: none;
  position: relative;
  padding: 0px 10px;
  display: inline-block;
}
.copyright .block-list-3 ul li {
  color: #061939;
}
.copyright .block-list-3 ul li a {
  color: #061939;
}
.copyright .block-list-3 ul li a:hover {
  color: #18b5de;
}
.copyright .block-list-3 ul li::before {
  display: none;
}

.back-to-top {
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1b2b8c;
  width: 40px;
  height: 40px;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #1b2b8c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li:hover > a {
  color: #18b5de;
}
.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover {
  color: #18b5de;
}
.navbar .active {
  color: #18b5de;
}
.navbar .active:focus {
  color: #18b5de;
}
.navbar .getstarted {
  background: #2487ce;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover {
  color: #fff;
  background: #3194db;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul li:hover > a {
  color: #1b2b8c;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover {
  color: #1b2b8c;
}
.navbar .dropdown ul .active:hover {
  color: #1b2b8c;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  width: 300px;
}
@media (max-width: 767px) {
  .navbar-mobile ul {
    width: 96%;
    left: 15px;
  }
}
.navbar-mobile a {
  padding: 3px 15px;
  font-size: 15px;
  color: #1b2b8c;
}
.navbar-mobile a:hover {
  color: #1b2b8c;
}
.navbar-mobile .active {
  color: #1b2b8c;
}
.navbar-mobile li:hover > a {
  color: #1b2b8c;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul li:hover > a {
  color: #1b2b8c;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover {
  color: #1b2b8c;
}
.navbar-mobile .dropdown ul .active:hover {
  color: #1b2b8c;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  display: block;
}

.navbar-mobile ul {
  display: block !important;
}

.navbar ul {
  display: none;
}

.readmore {
  color: #1b2b8c;
  font-weight: 600;
  font-size: 18px;
  border: none;
  background: none;
}

.btn2 {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #1b2b8c;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px;
  border: none;
  background: #fff;
  display: flex;
  align-self: center;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .btn2 {
    font-size: 16px;
  }
}
.btn2:hover {
  background: #18b5de;
  color: #fff;
  padding: 5px 15px;
}

.submit {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #fff;
  padding: 5px 10px;
  background: none;
  color: #fff;
  font-size: 16px;
}
.submit:hover {
  background: #1b2b8c;
  color: #fff;
  border: 2px solid #06143a;
  letter-spacing: 0.5px;
}

.viewbtn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  padding: 5px 10px;
  color: #1b2b8c;
  display: inline-block;
  float: right;
}/*# sourceMappingURL=medipharma.css.map */