.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: 600;
  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: #2047DB;
  border-radius: 4px;
  border: 2px solid #FFF;
}

.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: #2047DB;
  background-color: white !important;
  font-weight: 600;
  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: #2047DB;
  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: #2047DB !important;
  font-weight: 600;
  border: 2px solid #2047DB;
  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: #2047DB;
  border: 2px solid #2047DB;
}

.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: #FF6E21 !important;
  font-weight: 600;
  border: 2px solid #FF6E21;
  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: #FF6E21;
  border: 2px solid white;
}

.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-1 {
  background-color: #2047DB;
}
.header-1 .container {
  height: 50px;
}
.header-1 .container .login-btn {
  height: 50px;
}
.header-1 .container .subheader-one li {
  padding: 0px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.344);
}
.header-1 .container .subheader-one li a {
  text-decoration: none;
  color: white;
}

.header-2 {
  background-color: #2047DB !important;
}
.header-2 .nav-container {
  height: 70px;
}
.header-2 .nav-container .hamburger-btn {
  background-color: #2047DB;
  border-radius: 4px;
  border: 0;
  padding: 10px;
}
.header-2 .nav-container .hamburger-btn img {
  height: 30px;
  width: 30px;
  filter: brightness(0) invert(1);
}
.header-2 .nav-container .navbar-brand img {
  width: 200px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.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: white;
  padding: 0 !important;
  padding-bottom: 5px !important;
}
.header-2 .nav-container .navbar-collapse .navbar-nav .nav-link.active {
  position: relative;
  font-weight: bold;
  color: white;
  border-bottom: 2px solid white;
}
.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 #2047DB;
}

.header-2.alter {
  background-color: white !important;
}
.header-2.alter .nav-container {
  height: 70px;
}
.header-2.alter .nav-container .hamburger-btn {
  background-color: #2047DB;
  border-radius: 4px;
  border: 0;
  padding: 10px;
}
.header-2.alter .nav-container .hamburger-btn img {
  height: 30px;
  width: 30px;
  filter: brightness(0) invert(1);
}
.header-2.alter .nav-container .navbar-brand img {
  width: 200px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
}
.header-2.alter .nav-container .navbar-collapse .dropdown-x {
  position: relative;
}
.header-2.alter .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.alter .nav-container .navbar-collapse .dropdown-x .dropdown-menu-x .content-body {
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
  background-color: white;
}
.header-2.alter .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.alter .nav-container .navbar-collapse .dropdown-x .dropdown-menu-x .content-body .dropdown-x-item:hover {
  background-color: white;
  color: white;
}
.header-2.alter .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.alter .nav-container .navbar-collapse .dropdown-x:hover .dropdown-menu-x .content-body {
  background-color: white;
}
.header-2.alter .nav-container .navbar-collapse .navbar-nav .nav-item {
  padding: 0;
}
.header-2.alter .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  font-weight: 400;
  font-size: 16px;
  color: black;
  padding: 0 !important;
  padding-bottom: 5px !important;
}
.header-2.alter .nav-container .navbar-collapse .navbar-nav .nav-link.active {
  position: relative;
  font-weight: bold;
  color: var(--col1);
  border-color: var(--col1);
}
.header-2.alter .nav-container .navbar-collapse .navbar-nav .nav-item:nth-last-child(1) {
  margin-right: 0 !important;
}

/* headline lineargradient */
.hlg {
  background: linear-gradient(90deg, #2047DB 43.75%, rgba(2, 100, 154, 0) 100%);
  border-radius: 20px 0px 0px 20px;
}

.miniCardContainer .block2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.miniCardContainer .block2 .card.homeCard {
  height: 210px;
}
.miniCardContainer .block2 .card {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.09);
  padding: 20px;
  transition: 0.3s ease-in-out;
  height: 300px;
}
.miniCardContainer .block2 .card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.miniCardContainer .block2 .card:hover {
  border-radius: 10px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 20px;
}

@media (max-width: 1100px) {
  .miniCardContainer .block2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .miniCardContainer .block2 .card {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .miniCardContainer .block2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .miniCardContainer .block2 .card {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .miniCardContainer .block2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .miniCardContainer .block2 .card {
    padding: 20px;
    height: 260px;
  }
}
@media (max-width: 550px) {
  .miniCardContainer .block2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .miniCardContainer .block2 .card {
    padding: 20px;
  }
}
.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: #2047DB;
    background-color: #2047DB;
    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: 659px;
}

@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;
  }
}
/* testimonial-container*/
.testimonial-container .myTestimonial {
  height: 450px;
}
.testimonial-container .myTestimonial .swiper-button-prev::after,
.testimonial-container .myTestimonial .swiper-button-next::after {
  background-color: #2047DB;
  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(--col1);
}

.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(--col1);
  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(--col1);
    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;
}

.blogCard {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px -1px 5px 5px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border: none;
  transition: 0.3s ease-in;
}
.blogCard .imgBox {
  width: 100%;
  height: 294.772px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.blogCard .imgBox img {
  transition: 0.3s ease-in;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogCard:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  transform: translateY(-8px);
  background-color: var(--col1);
}
.blogCard:hover .imgBox {
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.blogCard:hover .imgBox img {
  transition: 0.3s ease-in;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
}
.blogCard:hover .para-box p, .blogCard:hover .para-box a {
  color: white !important;
}
.blogCard:hover .para-box svg path {
  fill: white;
}

@media (max-width: 768px) {
  .blogCard {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px -1px 5px 5px rgba(0, 0, 0, 0.06);
    padding: 20px;
    border: none;
    transition: 0.3s ease-in;
  }
  .blogCard .imgBox {
    width: 100%;
    height: 150px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .blogCard .imgBox img {
    transition: 0.3s ease-in;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* servicesCard */
.servicesCard {
  background-color: #F4F7FF;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative;
  transition: 0.3s ease-in-out;
}
.servicesCard .imgBox {
  height: 320px;
  overflow: hidden;
}
.servicesCard .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.servicesCard .titleBox {
  border-radius: 26px;
  background: #FFF;
  display: flex;
  align-items: center;
  height: 45px;
  width: 85%;
  margin-top: -20px;
  z-index: 10;
}
.servicesCard .titleBox p {
  color: var(--col1);
}

.servicesCard:hover {
  background-color: var(--col1);
}
.servicesCard:hover .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
}
.servicesCard:hover .titleBox {
  background: #FFF;
}
.servicesCard:hover .titleBox p {
  color: var(--col1);
}
.servicesCard:hover .para-box {
  color: white !important;
}
.servicesCard:hover .para-box a {
  color: white !important;
}
.servicesCard:hover .para-box a svg path {
  fill: white !important;
}

@media (max-width: 768px) {
  .servicesCard {
    background-color: #F4F7FF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .servicesCard .imgBox {
    height: 220px;
    overflow: hidden;
  }
  .servicesCard .imgBox img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s ease-in-out;
  }
  .servicesCard .titleBox {
    border-radius: 26px;
    background: #FFF;
    display: flex;
    align-items: center;
    height: 45px;
    width: 90%;
    margin-top: -20px;
    z-index: 10;
  }
  .servicesCard .titleBox p {
    color: var(--col1);
  }
}/*# sourceMappingURL=home.css.map */