.outline-btn {
  font-family: inherit;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid white;
  transition: color 0.5s;
  z-index: 1;
  color: white;
  background-color: transparent !important;
  font-weight: 500;
  border: 1px solid white;
  display: inline-flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 2px solid #FFF;
}

.outline-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: white;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.outline-btn:hover {
  color: var(--col2);
  border-radius: 4px;
  border: 2px solid var(--col2);
}

.outline-btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.outline-btn:hover:before {
  top: -30px;
  left: -30px;
}

.white-btn {
  font-family: inherit;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid white;
  transition: color 0.5s;
  z-index: 1;
  color: var(--col2);
  background-color: white !important;
  font-weight: 500;
  border: 2px solid white;
  display: inline-flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}

.white-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #52A6E4;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.white-btn:hover {
  color: white;
  border: 2px solid white;
}

.white-btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.white-btn:hover:before {
  top: -30px;
  left: -30px;
}

.primary-btn {
  font-family: inherit;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  color: white;
  background-color: #52A6E4 !important;
  font-weight: 500;
  border: 2px solid #52A6E4;
  display: inline-flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}

.primary-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: white;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.primary-btn:hover {
  color: #52A6E4;
  border: 2px solid #52A6E4;
}

.primary-btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.primary-btn:hover:before {
  top: -30px;
  left: -30px;
}

.secondary-btn {
  font-family: inherit;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  color: white;
  background-color: var(--col2) !important;
  font-weight: 500;
  border: 2px solid var(--col2);
  display: inline-flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}

.secondary-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: white;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.secondary-btn:hover {
  color: var(--col2);
  border: 2px solid var(--col2);
}

.secondary-btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.secondary-btn:hover:before {
  top: -30px;
  left: -30px;
}

.non-index {
  background-color: rgb(38, 65, 103) !important;
}

@media (max-width: 768px) {
  .sub-header .block1 ul li {
    font-size: 8px;
  }
  .sub-header .block1 ul li a {
    font-size: 10px;
  }
}
/* header section */
.header-2 {
  background-color: white;
}
.header-2 .nav-container {
  height: 70px;
}
.header-2 .nav-container .hamburger-btn {
  background-color: #52A6E4;
  border-radius: 4px;
  border: 0;
  padding: 10px;
}
.header-2 .nav-container .hamburger-btn img {
  height: 30px;
  width: 30px;
}
.header-2 .nav-container .navbar-brand img {
  width: 200px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-2 .nav-container .navbar-collapse .dropdown-x {
  position: relative;
}
.header-2 .nav-container .navbar-collapse .dropdown-x .dropdown-menu-x {
  border: 0;
  padding: 0;
  padding-top: 10px;
  display: block;
  background-color: transparent;
  position: absolute;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  top: 90px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  min-width: 180px;
  font-size: 14px;
}
.header-2 .nav-container .navbar-collapse .dropdown-x .dropdown-menu-x .content-body {
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
  background-color: white;
}
.header-2 .nav-container .navbar-collapse .dropdown-x .dropdown-menu-x .content-body .dropdown-x-item {
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 20px;
  text-decoration: none;
  height: 50px;
  border-bottom: 1px solid rgb(141, 141, 141);
  transition: 0.1s ease-in-out;
  display: flex;
  align-items: center;
  color: black;
  border: 1 dashed black;
}
.header-2 .nav-container .navbar-collapse .dropdown-x .dropdown-menu-x .content-body .dropdown-x-item:hover {
  background-color: white;
  color: white;
}
.header-2 .nav-container .navbar-collapse .dropdown-x:hover .dropdown-menu-x {
  visibility: visible;
  padding: 0;
  padding-top: 10px;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 45px;
  opacity: 1;
}
.header-2 .nav-container .navbar-collapse .dropdown-x:hover .dropdown-menu-x .content-body {
  background-color: white;
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  margin: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--col2);
  padding: 0 !important;
  padding-bottom: 5px !important;
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-link.active {
  position: relative;
  font-weight: bold;
  color: var(--col2);
  border-bottom: 2px solid var(--col2);
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-item:nth-last-child(1) {
  margin-right: 0 !important;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item {
  border-radius: 0;
  border: none;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .single-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  padding: 16px 20px;
  text-decoration: none;
  color: black;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-button {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 500 !important;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-body {
  background-color: #e7ecf3;
  padding: 0;
}
.header-2 .offcanvas .offcanvas-body .accordion .accordion-item .accordion-body ul li {
  height: 52px;
  padding: 16px 20px;
  border-bottom: 1px solid #52A6E4;
}

.subpage-navbar {
  background: linear-gradient(180deg, #054CB6 24.66%, rgba(5, 76, 182, 0) 103.04%);
  background-color: transparent !important;
  margin-bottom: -90px;
}
.subpage-navbar .navbar-collapse .dropdown-x {
  position: relative;
}
.subpage-navbar .navbar-collapse .dropdown-x .dropdown-menu-x {
  border: 0;
  padding: 0;
  padding-top: 10px;
  display: block;
  background-color: transparent;
  position: absolute;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  top: 90px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  min-width: 180px;
  font-size: 14px;
}
.subpage-navbar .navbar-collapse .dropdown-x .dropdown-menu-x .content-body {
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
  background-color: white;
}
.subpage-navbar .navbar-collapse .dropdown-x .dropdown-menu-x .content-body .dropdown-x-item {
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 10px 20px;
  text-decoration: none;
  height: 50px;
  border-bottom: 1px solid rgb(141, 141, 141);
  transition: 0.1s ease-in-out;
  display: flex;
  align-items: center;
  color: black;
  border: 1 dashed black;
}
.subpage-navbar .navbar-collapse .dropdown-x .dropdown-menu-x .content-body .dropdown-x-item:hover {
  background-color: white;
  color: white;
}
.subpage-navbar .navbar-collapse .dropdown-x:hover .dropdown-menu-x {
  visibility: visible;
  padding: 0;
  padding-top: 10px;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 45px;
  opacity: 1;
}
.subpage-navbar .navbar-collapse .dropdown-x:hover .dropdown-menu-x .content-body {
  background-color: white;
}
.subpage-navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.subpage-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  margin: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  color: white !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
}
.subpage-navbar .navbar-collapse .navbar-nav .nav-link.active {
  position: relative;
  font-weight: bold;
  color: white;
  border-bottom: 2px solid white !important;
}
.subpage-navbar .navbar-collapse .navbar-nav .nav-item:nth-last-child(1) {
  margin-right: 0 !important;
}

.subpage-navbar.alter-navbar {
  background-color: var(--col1) !important;
  margin-bottom: -90px;
}

/* miniCardContainer */
.miniCardContainer .block2 .card.homeCard {
  height: 201px;
}
.miniCardContainer .block2 .card {
  border-radius: 20px;
  border: 2px solid rgba(229, 151, 48, 0.2);
  background: #FFF;
  box-shadow: -2px 2px 3px 2px rgba(0, 0, 0, 0.08);
  height: 201px;
}
.miniCardContainer .block2 .card .icon {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.miniCardContainer .block2 .card p {
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.miniCardContainer .block2 .card p.tx-1 {
  color: #E59730;
}
.miniCardContainer .block2 .card p.tx-2 {
  color: #89C947;
}
.miniCardContainer .block2 .card p.tx-3 {
  color: #FA5D3F;
}
.miniCardContainer .block2 .card p.tx-4 {
  color: #4B7CF0 !important;
}
.miniCardContainer .block2 .card p.tx-5 {
  color: #38C7C2 !important;
}
.miniCardContainer .block2 .card p.tx-6 {
  color: #FC6570 !important;
}
.miniCardContainer .block2 .card p.tx-7 {
  color: #06C6D4;
}
.miniCardContainer .block2 .card p.tx-8 {
  color: #FCD770;
}
.miniCardContainer .block2 .card p.tx-9 {
  color: #647881;
}
.miniCardContainer .block2 .card p.tx-10 {
  color: #0681AF;
}
.miniCardContainer .block2 .card p.tx-11 {
  color: #FC657E;
}
.miniCardContainer .block2 .card p.tx-12 {
  color: #1DBF5E;
}
.miniCardContainer .block2 .card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

@media (max-width: 768px) {
  .miniCardContainer .block2 .card {
    border-radius: 20px;
    border: 2px solid rgba(229, 151, 48, 0.2);
    background: #FFF;
    box-shadow: -2px 2px 3px 2px rgba(0, 0, 0, 0.08);
    height: 180px;
  }
  .miniCardContainer .block2 .card .icon {
    width: 65px;
    height: 65px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.galleryCard {
  border-radius: 10px;
  background: #F3FAFF;
}

.portfolioCard .img-box {
  height: 429px;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0px 0px;
}
.portfolioCard .img-box img {
  transition: 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.portfolioCard .para-box {
  z-index: 10;
  transition: 0.3s ease-in-out;
  background-color: #FDF9F7;
  color: var(--col1);
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.portfolioCard:hover {
  transition: 0.3s ease-in-out;
}
.portfolioCard:hover .img-box img {
  transform: scale(1.2);
}
.portfolioCard:hover .para-box {
  transition: 0.3s ease-in-out;
  background-color: var(--col1);
  width: 100%;
  color: white;
}

@media (max-width: 768px) {
  .font-25-600 {
    font-size: 18px;
  }
  .portfolioCard .img-box {
    height: 300px;
  }
}
.footer-wrapper .footer-container {
  background-color: var(--col1);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  padding-top: 80px;
}
.footer-wrapper .footer-container .container .block1 {
  z-index: 1;
}
.footer-wrapper .footer-container .container .block1 .footer-col img {
  width: 129px;
  height: 80px;
  fill: white;
  filter: brightness(0) invert(1);
}
.footer-wrapper .footer-container .container .block1 .footer-col .titlebox {
  height: 50px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.footer-wrapper .footer-container .container .block1 .footer-col .titlebox p {
  margin-top: auto;
  position: relative;
}
.footer-wrapper .footer-container .container .block1 .footer-col .titlebox p::before {
  content: "";
  height: 4px;
  width: 20px;
  background-color: white;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 25px;
}
.footer-wrapper .footer-container .container .block1 .footer-col .titlebox p::after {
  content: "";
  height: 4px;
  width: 50px;
  background-color: white;
  position: absolute;
  bottom: -5px;
  left: 25px;
  border-radius: 25px;
}
.footer-wrapper .footer-container .container .block1 .footer-col .paraBox {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.footer-wrapper .footer-container .container .block1 .footer-col .link-box {
  color: white;
}
.footer-wrapper .footer-container .container .block1 .footer-col .link-box li {
  margin-bottom: 10px;
  position: relative;
}
.footer-wrapper .footer-container .container .block1 .footer-col .link-box a {
  text-decoration: none;
  color: white;
  transition: 0.3s ease-in-out;
}
.footer-wrapper .footer-container .container .block1 .footer-col .link-box a:hover {
  color: white;
  padding-left: 20px;
}
.footer-wrapper .footer-container .container .block1 .footer-col .link-box a:hover:before {
  position: absolute;
  top: 45%;
  left: 0;
  content: "";
  height: 2px;
  width: 10px;
  color: white;
  background-color: white;
}
.footer-wrapper .footer-container .container .block1 .col-12 {
  z-index: 100;
}
.footer-wrapper .copyright-col {
  background-color: #153ED7;
  color: white;
  margin: auto;
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 1000px) {
  .footer-container {
    background-color: #52A6E4;
    background-color: #52A6E4;
    position: relative;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footer-container .wave-svg {
    position: static;
    display: none;
    top: 50px;
    width: 100%;
    height: 300px;
    z-index: 1;
  }
  .footer-container .container .block1 .footer-col .titlebox {
    height: 50px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
  }
  .footer-container .container .block1 .footer-col img {
    margin-bottom: 20px;
  }
  .footer-container .container .block1 .footer-col .paraBox {
    color: white;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
  }
  .footer-container .container .block1 .footer-col .link-box {
    color: white;
  }
  .footer-container .container .block1 .footer-col .link-box li {
    margin-bottom: 10px;
  }
  .footer-container .container .block1 .footer-col .link-box a {
    text-decoration: none;
    color: white;
    transition: 0.3s ease-in-out;
  }
  .footer-container .container .block1 .footer-col .link-box a:hover {
    color: white;
  }
  .footer-container .container .block1 .col-12 {
    z-index: 100;
  }
  .footer-container .copyright-col {
    margin-top: 0px;
    text-align: center;
  }
  .footer-container .copyright-col p {
    color: white;
  }
}
/* slider-container */
.slider-container {
  height: 580px;
  position: relative;
}
.slider-container .swiper-wrapper .swiper-slide {
  padding-bottom: 50px;
  height: 100%;
}
.slider-container .swiper-wrapper .swiper-slide .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.slider-container .swiper-wrapper .swiper-slide .container .row {
  height: -moz-fit-content;
  height: fit-content;
}
.slider-container .swiper-pagination {
  position: absolute;
  max-width: 50px;
  left: 95% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding-right: 10px;
}
.slider-container .swiper-pagination .swiper-pagination-bullet {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 35px;
  border: 2px solid #FFF;
  opacity: 1;
  background-color: transparent;
  margin-bottom: 15px !important;
}
.slider-container .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--col2);
  font-size: 16;
  font-weight: 800;
  background-color: white;
}

@media (max-width: 1000px) {
  .font-55-700 {
    font-size: 35px;
  }
  .slider-container {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .font-40-600 {
    font-size: 20px;
  }
  .slider-container {
    height: 100vh;
  }
  .slider-container .col-lg-5 img {
    height: 250px;
  }
  .slider-container .swiper-pagination {
    position: absolute;
    max-width: 50px;
    left: 88% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding-right: 10px;
  }
  .slider-container .swiper-pagination .swiper-pagination-bullet {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 20px;
    border: 2px solid #FFF;
    opacity: 1;
    background-color: transparent;
    margin-bottom: 15px !important;
  }
  .slider-container .swiper-pagination .swiper-pagination-bullet-active {
    color: var(--col2);
    font-size: 16;
    font-weight: 800;
    background-color: white;
  }
}
/* aboutContainer */
.aboutContainer .block1 .contentCol {
  display: flex;
  align-items: center;
}
.aboutContainer .block1 .contentCol .img-box {
  width: 542px;
  min-width: 542px;
  height: 504px;
}
.aboutContainer .block1 .contentCol .img-box img {
  height: 100%;
  width: 100%;
}
.aboutContainer .block1 .contentCol .img-box .btn-box {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutContainer .block1 .contentCol .card {
  margin-left: -50px;
  padding: 40px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.15);
}
.aboutContainer .block1 .featureCard {
  border-radius: 12px !important;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.aboutContainer .block1 .featureCard .card-header {
  background-color: transparent;
  font-size: 25px;
  font-weight: 600;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.aboutContainer .block1 .featureCard .card-body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 24px;
}
.aboutContainer .block1 .featureCard:hover {
  border-radius: 12px !important;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.aboutContainer .block1 .featureCard:hover .card-header {
  background: #003C96;
  color: white;
  font-size: 25px;
  font-weight: 600;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.aboutContainer .block1 .featureCard:hover .card-body {
  background: linear-gradient(111deg, #0346AB 6.61%, #46A3E1 98.47%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: white;
  padding: 24px;
}
.aboutContainer .block1 .featureCard1 {
  border-radius: 12px !important;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.1);
  height: 250px;
}
.aboutContainer .block1 .featureCard1 .card-header {
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.aboutContainer .block1 .featureCard1 .card-body {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px;
}
.aboutContainer .block1 .featureCard1:hover {
  border-radius: 12px !important;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.1);
  height: 250px;
  color: white;
}
.aboutContainer .block1 .featureCard1:hover .card-header {
  font-size: 20px;
  font-weight: 600;
  background: #003C96;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.aboutContainer .block1 .featureCard1:hover .card-body {
  background: linear-gradient(111deg, #0346AB 6.61%, #46A3E1 98.47%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px;
}

@media (max-width: 1250px) {
  .aboutContainer .block1 .contentCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .aboutContainer .block1 .contentCol .img-box {
    width: 100%;
    height: 300px;
    max-width: 100%;
    border-radius: 24px 24px 0 0 !important;
  }
  .aboutContainer .block1 .contentCol .img-box img {
    height: 100%;
    width: 100%;
    border-radius: 24px 24px 0 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutContainer .block1 .contentCol .img-box .btn-box {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aboutContainer .block1 .contentCol .card {
    margin-left: 0;
    margin-top: 0px;
    padding: 20px;
    border-radius: 0 0 24px 24px;
    background: #FFF;
    box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 768px) {
  .aboutContainer .block1 .contentCol {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aboutContainer .block1 .contentCol .img-box {
    width: 100%;
    height: 200px;
    max-width: 100%;
    border-radius: 24px 24px 0 0 !important;
  }
  .aboutContainer .block1 .contentCol .img-box img {
    height: 100%;
    width: 100%;
    border-radius: 24px 24px 0 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutContainer .block1 .contentCol .img-box .btn-box {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aboutContainer .block1 .contentCol .card {
    margin-left: 0;
    margin-top: 0px;
    padding: 20px;
    border-radius: 0 0 24px 24px;
    background: #FFF;
    box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.15);
  }
  .aboutContainer .block1 .contentCol .card .para-tag {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}
/* productContainer */
.productContainer .block1 .col-xl-3.col-lg-4.col-md-4.col-sm-6.col-12.my-3 {
  padding: 16px !important;
}
.productContainer .block1 .productCard {
  border-radius: 25px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.productContainer .block1 .productCard .card-body {
  background-image: url("../image/productBg.png");
  background-repeat: no-repeat;
  background-size: 100% 284.958px;
  position: relative;
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productContainer .block1 .productCard .card-body img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s ease-in-out;
}
.productContainer .block1 .productCard .card-body::after {
  position: absolute;
  top: 4%;
  left: 4%;
  height: 92%;
  width: 92%;
  content: "";
  border-radius: 25px;
  border: 2px solid white;
}
.productContainer .block1 .productCard .card-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: transparent;
}
.productContainer .block1 .productCard .card-footer .title-tag {
  font-size: 18px !important;
  font-weight: 500;
}
.productContainer .block1 .productCard .card-footer .icon-tag {
  display: none;
}
.productContainer .block1 .productCard:hover {
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}
.productContainer .block1 .productCard:hover .card-body {
  background-image: url("../image/productBg.png");
  background-repeat: no-repeat;
  background-size: 100% 284.958px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productContainer .block1 .productCard:hover .card-body img {
  transform: scale(1.1);
}
.productContainer .block1 .productCard:hover .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  background-color: var(--col2);
  color: white;
}
.productContainer .block1 .productCard:hover .card-footer .icon-tag {
  display: block;
}
.productContainer .block1 .productCard:hover .card-footer .icon-tag a {
  text-decoration: none;
}
.productContainer .block1 .productCard:hover .card-footer .icon-tag a svg {
  height: 25px;
  width: 25px;
}

@media (max-width: 1350px) {
  .productContainer .block1 .productCard {
    border-radius: 25px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }
  .productContainer .block1 .productCard .card-body {
    background-image: url("../image/productBg.png");
    background-repeat: no-repeat;
    background-size: 100% 284.958px;
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productContainer .block1 .productCard .card-body img {
    width: 180px;
    height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: 0.3s ease-in-out;
  }
  .productContainer .block1 .productCard .card-body::after {
    position: absolute;
    top: 4%;
    left: 4%;
    height: 92%;
    width: 92%;
    content: "";
    border-radius: 25px;
    border: 2px solid white;
  }
  .productContainer .block1 .productCard .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    background-color: transparent;
  }
  .productContainer .block1 .productCard .card-footer .title-tag {
    font-size: 15px !important;
    font-weight: 500;
  }
  .productContainer .block1 .productCard .card-footer .icon-tag {
    display: none;
  }
  .productContainer .block1 .productCard:hover {
    border-radius: 25px;
    transition: 0.3s ease-in-out;
  }
  .productContainer .block1 .productCard:hover .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    background-color: var(--col2);
    color: white;
  }
  .productContainer .block1 .productCard:hover .card-footer .title-tag {
    font-size: 16px;
    font-weight: 500;
  }
  .productContainer .block1 .productCard:hover .card-footer .icon-tag {
    display: block;
  }
  .productContainer .block1 .productCard:hover .card-footer .icon-tag a {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .productContainer .block1 .col-xl-3.col-lg-4.col-md-4.col-sm-6.col-12.my-3 {
    padding: auto !important;
  }
}
.servicesContainer {
  background-image: url("../image/serviceBg.png");
  background-size: 100% 100%;
}

/* testimonial-container*/
.testimonial-container .myTestimonial {
  height: 450px;
}
.testimonial-container .myTestimonial .swiper-button-prev::after,
.testimonial-container .myTestimonial .swiper-button-next::after {
  background-color: #52A6E4;
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.testimonial-container .myTestimonial .swiper-button-prev {
  position: absolute;
  top: 95%;
  left: 40%;
}
.testimonial-container .myTestimonial .swiper-button-next {
  position: absolute;
  top: 95%;
  left: 55%;
}
.testimonial-container .myTestimonial .swiper-wrapper {
  height: 400px;
}
.testimonial-container .myTestimonial .swiper-wrapper .swiper-slide {
  background: linear-gradient(180deg, #147CB6 0%, #013857 100%);
  height: 100%;
  border-radius: 25px;
}
.testimonial-container .myTestimonial .swiper-wrapper .swiper-slide .card-body {
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.testimonial-container .myTestimonial .swiper-wrapper .swiper-slide .card-body i {
  font-size: 55px;
}
.testimonial-container .myTestimonial .swiper-wrapper .swiper-slide .profile-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.testimonial-container .myTestimonial .swiper-wrapper .swiper-slide .profile-box img {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

/* breadcrumb global */
.breadcrumbM {
  height: 335px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-position-y: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumbM h1 {
  margin-bottom: 10px;
  font-weight: 800;
}

.breadcrumbM {
  background-color: transparent;
}

.breadcrumbM span a {
  color: white;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .breadcrumbM {
    height: 150px;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .breadcrumbM {
    height: 150px;
    background-size: 110% 100%;
  }
}
/* gallery */
.gallerywrapper nav {
  display: flex;
  justify-content: center;
}

.gallerywrapper .items {
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.gallerywrapper .items div {
  padding: 7px 25px;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  color: black;
  border-radius: 4px;
  border: none;
  transition: all 0.3s ease;
  background-color: rgba(0, 101, 153, 0.2);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  text-wrap: nowrap;
  margin-right: 15px;
}

.gallerywrapper .items div.active,
.gallerywrapper .items div:hover {
  color: #fff;
  background: var(--col2);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.gallery .image {
  width: 25%;
  padding: 7px;
  height: 225px;
  border-radius: 6px !important;
}
.gallery .image img {
  border-radius: 6px !important;
}

.gallery .image:nth-child(odd) {
  width: 20%;
}

.gallery .image:nth-child(even) {
  width: 30%;
}

.gallery .image span {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery .image img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.gallery .image:hover img {
  transform: scale(1.1);
}

.gallery .image.hide {
  display: none;
}

.gallery .image.show {
  animation: animate 0.4s ease;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .gallerywrapper nav {
    display: flex;
    justify-content: center;
  }
  .gallerywrapper .items {
    width: 100%;
    display: -ms-flexbox;
  }
  .gallerywrapper .items div {
    margin-right: 5px;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    color: black;
    border-radius: 4px;
    border: none;
    transition: all 0.3s ease;
    background-color: rgba(0, 101, 153, 0.2);
    text-transform: uppercase;
    text-wrap: nowrap;
    height: 30px;
  }
  .gallery .image {
    width: 25%;
    padding: 7px;
    height: 125px;
    border-radius: 6px !important;
  }
  .gallery .image img {
    border-radius: 6px !important;
  }
}
/* gallery preview  */
.preview-box {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 1000 !important;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box .details {
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

.details .title p {
  font-weight: 500;
  margin-left: 5px;
  text-transform: uppercase;
}

.details .icon {
  color: var(--col2);
  font-style: 22px;
  cursor: pointer;
}

.preview-box .image-box {
  width: 100%;
  display: flex;
  z-index: 100;
}

.image-box img {
  width: 100%;
  height: 500px;
  border-radius: 0 0 3px 3px;
  z-index: 100;
}

.shadow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

.shadow.show {
  display: block;
}

@media (max-width: 768px) {
  .preview-box {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
  }
  .preview-box .details {
    padding: 13px 15px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
  .details .title p {
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
  }
  .details .icon {
    color: var(--col2);
    font-style: 22px;
    cursor: pointer;
  }
  .preview-box .image-box {
    width: 100%;
    display: flex;
  }
  .image-box img {
    width: 100%;
    height: 400px;
    border-radius: 0 0 3px 3px;
  }
  .shadow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.4);
  }
  .shadow.show {
    display: block;
  }
}
/* news css */
.news-container .block1 .newsCol .imgBox {
  height: 472.19px;
}
.news-container .block1 .newsCol .imgBox img {
  height: 100%;
  width: 100%;
}
.news-container .block1 .feature-boxCol .search-box {
  display: flex;
}
.news-container .block1 .feature-boxCol .search-box input {
  height: 40px;
  width: 150px;
  border-right: 0px;
  outline: none;
  box-shadow: none;
  background-color: #E8E8E8;
}
.news-container .block1 .feature-boxCol .search-box ::-moz-placeholder {
  color: var(--col1);
}
.news-container .block1 .feature-boxCol .search-box ::placeholder {
  color: var(--col1);
}
.news-container .block1 .feature-boxCol .search-box button {
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--col1);
  color: white;
  height: 40px;
  width: 40px;
}
.news-container .block1 .recent-post-box ul li .card-body {
  display: flex;
}
.news-container .block1 .recent-post-box ul li .card-body .imgBox {
  min-width: 126.83px;
  height: 126.83px;
}
.news-container .block1 .recent-post-box ul li .card-body .imgBox img {
  height: 100%;
  width: 100%;
}
.news-container .block1 .recent-post-box ul li .card-body .paraBox {
  padding: 0px 10px;
}

@media (max-width: 768px) {
  .news-container .block1 .newsCol .imgBox {
    height: 250px;
  }
  .news-container .block1 .newsCol .imgBox img {
    height: 100%;
    width: 100%;
  }
  .news-container .block1 .feature-boxCol .search-box {
    display: flex;
  }
  .news-container .block1 .feature-boxCol .search-box input {
    height: 40px;
    width: 150px;
    border-right: 0px;
    outline: none;
    box-shadow: none;
    background-color: #E8E8E8;
  }
  .news-container .block1 .feature-boxCol .search-box ::-moz-placeholder {
    color: var(--col1);
  }
  .news-container .block1 .feature-boxCol .search-box ::placeholder {
    color: var(--col1);
  }
  .news-container .block1 .feature-boxCol .search-box button {
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--col1);
    color: white;
    height: 40px;
    width: 40px;
  }
  .news-container .block1 .recent-post-box ul li .card-body {
    display: flex;
  }
  .news-container .block1 .recent-post-box ul li .card-body .imgBox {
    min-width: 100px;
    height: 100px;
  }
  .news-container .block1 .recent-post-box ul li .card-body .imgBox img {
    height: 100%;
    width: 100%;
  }
  .news-container .block1 .recent-post-box ul li .card-body .paraBox {
    padding: 0px 10px;
  }
}
.grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.grid5 .card {
  background: #FFF;
}

@media (max-width: 1100px) {
  .grid5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1000px) {
  .grid5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 820px) {
  .grid5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .grid5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid5 .teamCard {
    margin: auto;
  }
}
.teamCard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0;
  border: none;
  height: 380px;
  width: 270px;
}
.teamCard svg {
  transition: 0.3s ease-in-out;
}
.teamCard svg rect {
  transition: 0.3s ease-in-out;
}
.teamCard img {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 10px;
  width: 233.657px;
  height: 277.469px;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamCard .social-box {
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  right: 30px;
  display: flex;
  flex-direction: column;
}
.teamCard .social-box a {
  margin-bottom: 10px;
}

@media (max-width: 1350px) {
  .teamCard svg {
    transition: 0.3s ease-in-out;
  }
  .teamCard svg rect {
    transition: 0.3s ease-in-out;
  }
  .teamCard img {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 10px;
    width: 233.657px;
    height: 277.469px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.teamCard:hover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.teamCard:hover svg rect {
  fill: var(--col1);
}
.teamCard:hover img {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 10px;
  width: 233.657px;
  height: 277.469px;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamCard:hover .social-box {
  position: absolute;
  top: 25px;
  right: 30px;
  display: flex;
  flex-direction: column;
  opacity: 1;
}
.teamCard:hover .social-box a {
  margin-bottom: 10px;
}
.teamCard:hover .social-box a svg rect {
  fill: white;
}

.teamSlider .swiper-button-next::after, .blogSlider .swiper-button-next::after {
  background-color: var(--col1);
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 4px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
}
.teamSlider .swiper-button-prev::after, .blogSlider .swiper-button-prev::after {
  background-color: var(--col1);
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 4px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
}

.homeMessageCard {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
  background: url("../images/msgbg.png"), white 50%/cover no-repeat;
  background-size: 100% 100%;
  border: 0;
}
.homeMessageCard .profileImg {
  width: 261px;
  height: 265px;
}

.text-decor {
  margin-top: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.text-decor::before {
  content: "";
  height: 4px;
  width: 25%;
  background-color: var(--col2);
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 25px;
}

.text-decor::after {
  content: "";
  height: 4px;
  width: 65%;
  background-color: var(--col2);
  position: absolute;
  bottom: -5px;
  left: 35%;
  border-radius: 25px;
}

/* blog */
.blogCard {
  border-radius: 20px;
  background: #FFF;
  box-shadow: -1px 3px 1px 2px rgba(0, 0, 0, 0.08);
  border: none;
  transition: 0.3s ease-in;
}
.blogCard .img-box {
  width: 100%;
  height: 257px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.blogCard .img-box img {
  transition: 0.3s ease-in;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogCard .title-tag {
  color: #012356;
  font-size: 21px;
  font-weight: 500;
}

.blogCard:hover {
  transform: translateY(-8px);
}
.blogCard:hover .img-box img {
  transition: 0.3s ease-in;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .blogCard {
    border-radius: 20px;
    padding: 10px;
  }
  .blogCard .img-box {
    width: 100%;
    height: 180px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .blogCard .img-box img {
    transition: 0.3s ease-in;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blogCard .title-tag {
    color: #012356;
    font-size: 16px;
    font-weight: 500;
  }
}
.singleblogContiner .img-col {
  margin-top: -280px;
}
.singleblogContiner .img-col .img-box {
  border-radius: 20px;
  border: 6px solid #FFF;
  height: 461px;
  overflow: hidden;
  position: relative;
}
.singleblogContiner .img-col .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.singleblogContiner .img-col .img-box .para-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 95px;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(187deg, rgba(217, 217, 217, 0) 5.66%, #054CB6 52.82%);
  display: flex;
  align-items: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .singleblogContiner .img-col {
    margin-top: -120px;
  }
  .singleblogContiner .img-col .img-box {
    border-radius: 20px;
    border: 6px solid #FFF;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .singleblogContiner .img-col .img-box img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .singleblogContiner .img-col .img-box .para-box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(187deg, rgba(217, 217, 217, 0) 5.66%, #054CB6 52.82%);
    display: flex;
    align-items: center;
    padding: 20px;
  }
}
/* servicesCard */
.servicesCard {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
}
.servicesCard .img-box {
  height: 193px;
  width: 100% !important;
  overflow: hidden;
  border-radius: 15px;
}
.servicesCard .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  transition: 0.3s ease-in-out;
}
.servicesCard .para-box {
  display: flex;
  text-align: center;
  z-index: 10;
}
.servicesCard .para-box .title-tag {
  color: var(--col1);
  color: #054CB6;
  font-size: 22px;
  font-weight: 600;
}

.servicesCard:hover {
  background-color: var(--col1);
}
.servicesCard:hover .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
}
.servicesCard:hover .para-box p {
  color: white;
}

/* serviceContainer */
@media (max-width: 768px) {
  .serviceContainer .img-col img {
    height: 180px !important;
  }
}
.clientsContainer .card {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.62);
  background: #FFF;
  box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.06);
  height: 141px;
}
.clientsContainer .card .icon-box img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.myTestimonials .swiper-slide {
  border-radius: 20px;
  background: linear-gradient(108deg, #0346AB 0.66%, #46A3E1 100%);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
  height: 369px;
  padding: 35px;
  color: white;
}
.myTestimonials .swiper-slide .profile-box .img-box {
  width: 76px;
  height: 76px;
  border-radius: 13px;
  border: 2px solid #FFF;
  overflow: hidden;
}
.myTestimonials .swiper-slide .profile-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.myTestimonials .swiper-slide .profile-box .title-tag {
  font-size: 22px;
  font-weight: 600;
}
.myTestimonials .swiper-slide .para-tag {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.myTestimonials .swiper-slide .quote-tag {
  top: 35px;
  right: 35px;
}
.myTestimonials .swiper-slide {
  width: 80%;
}
.myTestimonials .swiper-slide:nth-child(2n) {
  width: 80%;
}
.myTestimonials .swiper-slide:nth-child(3n) {
  width: 80%;
}

@media (max-width: 500px) {
  .myTestimonials .swiper-slide {
    border-radius: 20px;
    background: linear-gradient(108deg, #0346AB 0.66%, #46A3E1 100%);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
    height: 369px;
    padding: 20px;
    color: white;
  }
  .myTestimonials .swiper-slide .profile-box .img-box {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    border: 2px solid #FFF;
    overflow: hidden;
  }
  .myTestimonials .swiper-slide .profile-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .myTestimonials .swiper-slide .profile-box .title-tag {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px !important;
  }
  .myTestimonials .swiper-slide .para-tag {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
  }
  .myTestimonials .swiper-slide .quote-tag {
    top: 35px;
    right: 35px;
    height: 40px;
    width: 40px;
  }
  .myTestimonials .swiper-slide {
    width: 80%;
  }
  .myTestimonials .swiper-slide:nth-child(2n) {
    width: 80%;
  }
  .myTestimonials .swiper-slide:nth-child(3n) {
    width: 80%;
  }
}
.galleryContainer .gallerySlider .swiper-slide .card .card-body .mainCol .innerRow .innerCol img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .galleryContainer .gallerySlider .swiper-slide .card .card-body .mainCol:first-child .innerRow .innerCol {
    height: 150px !important;
    width: 100%;
  }
  .galleryContainer .gallerySlider .swiper-slide .card .card-body .mainCol:first-child .innerRow .innerCol img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
  }
  .galleryContainer .gallerySlider .swiper-slide .card .card-body .mainCol:nth-child(2) .innerRow .innerCol {
    height: 97px !important;
    padding: 5px !important;
  }
  .galleryContainer .gallerySlider .swiper-slide .card .card-body .mainCol:nth-child(2) .innerRow .innerCol img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
  }
}
.breadcrumbContainer {
  background-image: url("../../assets/image/breadcrumbImg.png");
  background-size: 100% 100%;
  height: 450px;
}

@media (max-width: 768px) {
  .breadcrumbContainer {
    background-image: url("../../assets/image/breadcrumbImg.png");
    background-size: 100% 100%;
    height: 250px;
  }
  .breadcrumbContainer .row {
    padding-top: 60px;
  }
}
/* contactContainer */
.contactContainer .card {
  border: none;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.1);
}

/* knowledgeTab */
.knowledgeDeskContainer .nav-pills .nav-item {
  margin-right: 16px;
  margin-bottom: 8px;
}
.knowledgeDeskContainer .nav-pills .nav-item .nav-link {
  border-radius: 5px;
  background: rgba(5, 76, 182, 0.2) !important;
  color: #054CB6 !important;
  font-size: 17px;
}
.knowledgeDeskContainer .nav-pills .nav-item .nav-link.active {
  background: #054CB6 !important;
  color: white !important;
}

@media (max-width: 768px) {
  .knowledgeDeskContainer .nav-pills .nav-item {
    margin-right: 16px;
    margin-bottom: 8px;
  }
  .knowledgeDeskContainer .nav-pills .nav-item .nav-link {
    border-radius: 5px;
    background: rgba(5, 76, 182, 0.2) !important;
    color: #054CB6 !important;
    font-size: 14px;
  }
  .knowledgeDeskContainer .nav-pills .nav-item .nav-link.active {
    background: #054CB6 !important;
    color: white !important;
  }
}
.knowledgeTab .tab-pane .row .cardCol .card {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
}
.knowledgeTab .tab-pane .row .cardCol .card .card-body {
  height: 277px;
  position: relative;
}
.knowledgeTab .tab-pane .row .cardCol .card .card-body img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
.knowledgeTab .tab-pane .row .cardCol .card .card-body .video-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.knowledgeTab .tab-pane .row .cardCol .card .card-body .video-btn svg {
  cursor: pointer;
}
.knowledgeTab .tab-pane .row .cardCol .card .card-footer {
  background-color: transparent;
  border: none;
  padding: 0 auto;
  height: 90px;
}
.knowledgeTab .tab-pane .row .cardCol .card .card-footer p {
  margin: 0;
}/*# sourceMappingURL=home.css.map */