/*--------------------------------------------------------------
# link extra files
--------------------------------------------------------------*/
@import url("../css/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Playwrite+AT:ital@0;1&family=Satisfy&display=swap');


/*==========================================================
  # Golablly coded css
==========================================================*/
:root{
  --primary-color: #0C365D;
}

* {
  a {
    text-decoration: none;
    color: #fff;
  }
}
.btn-primary {
    color: #fff;
    background-image: linear-gradient(150deg, #0C365D 0%, #0375DF 100%);
}



.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0764bd;
    border-color: #0764bd;
    box-shadow: 0 0 0 0.25rem rgb(63 81 181 / 30%);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(63 81 181 / 30%);
}


.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgb(63 81 181 / 50%);
}
.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 35%);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

.btn.btn-tertiary {
  color: #fff;
  background: #fc6946;
  border-color: #fc6946;
}

.btn.btn-tertiary.btn-tag {
  position: relative;
  border-radius: 2px;
}
.btn.btn-tertiary.btn-tag:after {
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  border-color: transparent transparent transparent #fc6946;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .btn.btn-tertiary.btn-tag:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus {
  border-color: #fb4014 !important;
  background: #fb4014 !important;
}

.btn.btn-tertiary:hover.btn-tag:after,
.btn.btn-tertiary:focus.btn-tag:after {
  border-color: transparent transparent transparent #fb4014;
}
@media screen and (max-width: 768px) {
  .btn.btn-tertiary.btn-tag:after {
    display: none;
 }
 .btn.btn-tertiary{
  padding: 4px 50px;
  font-size: 18px;
 }
}


.gradient-bg {
  border-color: transparent;
  background: -moz-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
   /* modern browsers */
  background-color: rgba(255, 90, 0, 1);
  background: -webkit-linear-gradient(to right,rgba(255, 90, 0, 1) 0%,rgba(255, 54, 0, 1) 100%);
  background: linear-gradient(to right,rgba(255, 90, 0, 1) 0%,rgba(255, 54, 0, 1) 100%  );
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
  /* ie10+ */
  background: linear-gradient(270deg, rgba(255, 90, 0, 1) 0%, rgba(255, 54, 0, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a00', endColorstr='#ff3600', GradientType=1);
  /* ie6-9 */
  color: #fff;
}

.gradient-bg:hover {
  color: #fff;
}
/* evry page of header */
.page-header {
  position: relative;
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 72px;
  background-size: cover !important;
}

.page-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.page-header h1 {
  position: relative;
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.page-header h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: #ff5a00;
}

/* title style */
h3.title-style {
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
}

h5.small-title {
  color: #f52029;
  font-size: 20px;
}

@media (max-width:991px) {
  h3.title-style {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width:568px) {
  h3.title-style {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width:380px) {
  h3.title-style {
    font-size: 28px;
    line-height: 36px;
  }
}



/* # Owl Carousel v2.3.4  */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots {
  margin-top: 0px;
  bottom: -70px;
  position: absolute;
  left: 0;
  right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 25px;
  margin: 0px;
  padding: 0;
  background: rgba(255, 239, 236, 0.33);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 100px;
  width: 100px;
  line-height: 50px;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #336dd5;
  opacity: 1;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .8;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
  padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 5px;
  background: #f2f5f7;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  position: relative;
  transition: .5s all;
  -moz-transition: .5s all;
}

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%;
}

button.owl-prev {
  left: 15px;
}

button.owl-next {
  right: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0a53db;
}

@media all and (max-width: 991px) {
  .owl-dots {
    bottom: -40px;

  }
}

@media all and (max-width: 640px) {
  button.owl-prev {
    left: 0px;
  }

  button.owl-next {
    right: 0px;
  }
}

@media all and (max-width: 480px) {

  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 0%;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none;
  display: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* flexisel config */
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/* .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:39px;
	height:70px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:-1em;
}
.nbs-flexisel-nav-left {
   left: 0%;
  background: url(../image/arrows.png) no-repeat -39px -0px;
}
.nbs-flexisel-nav-right {
  right: 0%;
  background: url(../image/arrows.png) no-repeat 1px -0px;
} */
li.nbs-flexisel-item {
 width:370px;
}


/*==========================================================
  # index part header
==========================================================*/
#main-navbar {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custome-textbar {
  padding: 4px 0;
}

.custome-textbar2 a {
  color: #fff;
  text-decoration: none;
  line-height: 12px;
}

.top-menu {
  padding: 1px 0;
  font-size: 14px;
  line-height: 25px;
  background-color: transparent;
  background-image: linear-gradient(140deg, #0c365d 0%, #0061BB 100%);
  color: #fff;
}


.contact-top1 a {
  text-decoration: none;
  color: #fff;

}

.contact-top1 button a {
  color: #0842ad;
}

.contact-top1 button {
  line-height: auto;
}

.contact-top2 {
  float: right;
}

.contact-top2 a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;

}

@media screen and (max-width:992px) {
  .contact-top2 a {
    font-size: 25px;
  }

  .top-menu {
    line-height: 25px;
    padding: 3px 0;
  }
}

@media screen and (min-width:992px) {
  .contact-top1-sub {
    float: right;
  }

}

@media screen and (min-width:576px) {
  .cci {
    max-height: 60vh;
  }
}

form .search-icon {
  font-family: bootstrap-icons, sans-serif;

}

.custome-bar {
  border-style: none;
  font-size: 1.3rem;
  background: transparent;
}

.custome-bar a {
  padding: 0%;
  margin: 0%;
  background: transparent;
  color: rgb(2, 66, 68);
}
.nav-item .nav-link {
  color: #0c365d;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;
}
.nav-item .nav-link:hover {
  color: #0961a8;
  background: transparent;
}
.nav-item .nav-link.active {
  color: #0c365d;
}
.navbar{
  background-color: #e0eefc;
}
.header-social a {
  color: #0c365d;
  font-size: 20px;
}
#main-navbar {
  transition: background-color 0.3s ease-in-out, color 0.3s ease;
}

/* Navbar after scroll */
#main-navbar.scrolled {
  background-color: #0c365d !important;
}

/* Text color after scroll */
#main-navbar.scrolled .nav-link,
#main-navbar.scrolled .navbar-brand,
#main-navbar.scrolled i {
  color: #fff !important;
}

/* Dropdown menu text */
#main-navbar.scrolled .dropdown-menu {
  background-color: #0c365d;
}
#main-navbar.scrolled .dropdown-toggle {
  color: #fff;
}
#main-navbar.scrolled .search-icon {
  background: #e0eefc;
}
#main-navbar.scrolled .dropdown-item {
  color: #fff;
}
#main-navbar.scrolled .dropdown-item:hover {
  color: #fff;
}
#main-navbar.scrolled .navbar-toggler .navbar-toggler-icon{
  filter: invert(100%);
}
#main-navbar.scrolled .navbar-toggler{
  color: #fff;
  border: 1px solid #fff;
}
#main-navbar.scrolled .dropdown-item:hover {
  background-color: transparent;
  background-image: linear-gradient(140deg, #0c365d 0%, #0061BB 100%);
}
#navbar-logo {
  transition: all 0.3s ease-in-out;
}
/*==========================================================
  # base_web part footer
==========================================================*/

/*For all page footer sections */
.footer-dep {
  background: url("../image/background-gradient-blue.svg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 1;
  padding: 50px 0 0;

}

.footer-dep::after {
  content: "";
  background: rgb(0 0 0 /1%);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.footer-main h5 {
  position: relative;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.footer-main .p1 {
  position: relative;
  font-size: 12px;
  color: #fff;
  font-style: oblique;

}

.footer-main .p2 {
  position: relative;
  font-size: 16px;
  color: #fff;


}

.footer-items ul {
  padding: 12px 0;
}

.footer-items h5 {
  position: relative;
  font-size: 18px;
}

.footer-items h5::before {
  content: '';
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #f0eceb;
  width: 50%;
  position: absolute;
}

.footer-items ul li {
  list-style: none;
  padding-bottom: 12px;
}

.footer-items ul li i {
  padding-right: 7px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

.footer-items ul li a {
  color: #fff;
  font-size: 14px;
}

.footer-items ul li a img {
  padding-right: 7px;
  width: 30px;
}

@media(max-width: 1000px) {
  .footer-items h5::before {
    width: 90%;
  }

  .footer-items ul li a {
    font-size: 14px;
  }
}

@media(max-width: 768px) {
  .footer-items h5 {
    font-size: 16px;
    margin-top: 3%;
  }

  .footer-items ul li i {
    font-size: 14px;
  }

  .footer-items ul li a {
    font-size: 0.9rem;
  }
}

.extended_footer {
  padding-bottom: 7px;
}

footer .extended_footer .col {
  margin-bottom: 8px;
}

footer .extended_footer .ef_title {
  padding-bottom: 3px;
  margin-bottom: 10px;


}

footer .extended_footer .ef_title>a {
  display: block;
  color: #fff;
}

footer .extended_footer .ef_title>a:hover {
  text-decoration: none;
  color: #96dfec;
}

@media(min-width: 768px) {
  footer .extended_footer .ef_title>a {
    pointer-events: none;
  }

  footer .extended_footer .ef_title>a:after {
    content: none;
  }

  footer .extended_footer .collapse {
    display: block;
  }
}

.np-footer button {
  border: 1px solid #fff;
  border-radius: 12px;
  background: transparent;
  padding: 0 12px;
}

.np-footer button a {
  font-size: 16px;
  color: #fff;

}

.np-footer button a i {
  font-size: 16px;
  color: #fff;
  padding-right: 12px;
}

@media(max-width: 768px) {
  .np-footer button a {
    font-size: 14px;

  }

  .np-footer button a i {
    font-size: 12px;
    padding-right: 3px;

  }

  .np-footer button {
    padding: 2px 8px;
    line-height: 18px;
  }
}

.footer-law ul li a {
  font-size: 12px;
  color: #fff;
}

.footer-law ul.list-inline {
  margin-bottom: 0;
}

.footer-law ul li {
  border-right: 0.01em solid #fff;
  line-height: 12px;
  padding-right: 12px;
}

.footer-law ul li:last-child {
  border-style: none;
}

.footer-social a img {
  width: 27px;
  padding-right: 8px;
  text-align: right;
}

.footer-social {
  position: relative;
  float: right;
  transform: translate(-20%, -300%);
}

.last-footer {
  color: #fff;
  font-size: 12px;
  font-weight: 600;

}

@media screen and (max-width:1000px) {
  .footer-social {
    position: relative;
    float: left;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
  }

  .footer-social a img {
    width: 24px;
  }

}


/*==========================================================
  # home css part
==========================================================*/

/* # carousel image overlay color */
.overlay-item {
  position: relative;
}

.overlay-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.carousel-caption h5,
p,
button,
.translate-middle-y {
  position: relative;
  z-index: 3;
}

.slide_img {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .pr-img {
    float: start;
  }
}

/* short workround */
.selling{
  background-color: #1a95be;
  color: #fff;

}

.motive-list{
  list-style: none;
  text-indent: 0%;
  padding: 0;
}
/* home latest list */
.latest-products{
  background: url("../image/wave-full-width-home.svg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.productlist {
	display: none;
}


/*-latest product pop up message */
.w3_agile_portfolio_grid {
    overflow: hidden;
    position: relative;
}

.w3layouts_news_grid_pos {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(73 45 123 / 40%);
    right: 0;
    transition: all 400ms ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    display: grid;
    align-items: center;
}

.w3layouts_news_grid_pos {
    transform: scale3d(0, 0, 1);
}

.w3_agile_portfolio_grid:hover .w3layouts_news_grid_pos { 
    opacity: 0.8;
    background-color: rgba(1, 28, 37, 0.5);
    transform: scale3d(1, 1, 1);
}

.w3_agile_portfolio_grid:hover .wthree_text {
    opacity: 1;
    color: #fff;
    transform: translateY(0) scale3d(1, 1, 1);
    transition: transform 400ms ease 380ms;
}

.w3_agile_portfolio_grid .wthree_text {
    text-align: center;
    opacity: 0;
    transform: translateY(0) scale3d(0, 0, 1);
    transition: transform 400ms ease 280ms;
}

.wthree_text h3 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.wthree_text p {
    color: #eee;
    padding: 12px;
}



@media screen and (max-width: 768px) {
  .wthree_text h3 {
    font-size: 14px;
    font-weight: 500;
    
  }
}


/* news wps */
.news-wrap {
  padding: 50px 0;
}

.news-content {
  margin-bottom: 64px;
}

.news-content:nth-last-of-type(1) {
  margin-bottom: 0;
}

.news-content img {
  display: block;
  max-width: 100%;
  max-height: 40vh;
  height: auto;
  margin: 0;
}

.news-content .entry-header .header-elements,
.news-content .donate-icon {
  margin-top: 30px;
  margin-right: 30px;
}

.news-content .entry-title {
  font-size: 20px;
  font-weight: 500;
}

.news-content .entry-title a {
  color: #262626;
}

.news-content .posted-date {
  font-size: 14px;
  font-weight: 500;
  color: #ff5a00;
}

.post-metas {
  font-size: 12px;
  line-height: 1;
  color: #929191;
}

.post-metas a {
  color: #929191;
}

.post-metas>span {
  display: block;
  padding-right: 10px;
  margin-top: 6px;
  margin-right: 10px;
  border-right: 1px solid #929191;
}

.post-metas>span:nth-last-of-type(1) {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

.news-content .entry-content {
  margin-top: 32px;
  font-size: 14px;
  color: #929191;
}

/* sidebar */
@media screen and (max-width: 992px) {
  .sidebar {
    margin-top: 96px;
  }
}

.sidebar h2 {
  font-size: 18px;
  font-weight: 600;
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
    width: calc(100% - 76px);
    height: 40px;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    outline: none;
}

.search-widget input[type="search"]::placeholder {
    color: #929191;
}

.search-widget button[type="submit"] {
    width: 60px;
    height: 40px;
    border: 0;
    margin-left: -5px;
    font-size: 14px;
    font-weight: 500;
    background: #ff5a00;
    color: #fff;
    cursor: pointer;
    outline: none;
}
/*
# Upcoming Events
--------------------------------*/
.home-page-events {
    padding: 60px 0;
    background: #f3f3f3;;
}

.section-heading .entry-title {
    position: relative;
    padding-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}

.section-heading .entry-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}

@media screen and (max-width: 992px) {
    .home-page-events .featured-cause .section-heading {
        margin-top: 80px;
    }
}

.event-wrap {
    margin-top: 40px;
}

.event-wrap figure {
    width: 144px;
    height: auto;
}

.event-wrap figure img {
    display: block;
    width: 100%;
}

.event-content-wrap {
    width: calc(100% - 180px);
    margin-top: -10px;
}

.event-content-wrap .entry-title a {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
}

.event-content-wrap .posted-date a,
.event-content-wrap .cats-links a {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}

.event-content-wrap .posted-date a {
    padding-right: 14px;
    margin-right: 14px;
}

.event-content-wrap .posted-date a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #262626;
}

.event-content-wrap .entry-content {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #929191;
}

.event-content-wrap .entry-footer a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #ff5a00;
    text-decoration: none;
}


/* blog section */
.w3l-blog-content {
  background: #f3f3f3;
}

.w3l-blog-content .blog-grid-1 {
  transition: 0.3s ease-in;
  display: block;
  box-shadow: 0 0.5rem 1rem rgb(146, 186, 204);
  border-radius: 8px;
}

.w3l-blog-content a.zoom {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.w3l-blog-content a.zoom img {
  transition: 0.3s ease-in-out;
}

.w3l-blog-content .blog-grid-1:hover img {
  overflow: hidden;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.w3l-blog-content .course-details {
  position: relative;
  padding: 30px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}

.w3l-blog-content .course-details:hover a.course-desc {
  color: #336dd5;
}

.w3l-blog-content .meta-item span {
  color: #336dd5;
  width: 18px;
}

.w3l-blog-content span.meta-value {
  color: #032535;
  font-size: 15px;
}

.meta-item {
  margin-right: 20px;
  display: inline-block;
}

.w3l-blog-content .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: none;
}

.meta-item:last-child {
  margin-right: 0px;
}

.w3l-blog-content a.course-desc {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #0d2f33;
}

.w3l-blog-content .course-price-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #336dd5;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 15px 10px;
  border-top-right-radius: 8px;
}

.w3l-blog-content .course-price-badge:before {
  top: 0;
  border-top: 19px solid #336dd5;
  content: '';
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.w3l-blog-content .course-price-badge:after {
  bottom: 0;
  border-bottom: 19px solid #336dd5;
  content: '';
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

@media (max-width: 1199px) {
  .w3l-blog-content a.course-desc {
    font-size: 19px;
    line-height: 28px;
  }

  .w3l-blog-content .meta-item span {
    width: 15px;
  }

  .meta-item {
    margin-right: 8px;
  }
}

@media (max-width: 991px) {
  .w3l-blog-content a.course-desc {
    font-size: 22px;
    line-height: 32px;
  }
}

/* //blog section */


/* stats section */
.w3_stats {
  background: url(../image/map.png) #0a2d33 no-repeat center;
  background-size: contain;
}

.counter i {
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 40px;

}

.counter i .bi {
  font-family: -apple-system, Ubuntu, sans-serif;
  font-size: 45px;
  font-weight: 1200;
}

.timer,
.stats-plus {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
}

p.count-text {
  color: #fbfbfb;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 991px) {

  .timer,
  .stats-plus {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .counter i {
    font-size: 28px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 640px) {

  .timer,
  .stats-plus {
    font-size: 2.5em;
  }

  .w3-stats p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {

  .timer,
  .stats-plus {
    font-size: 2em;
  }
}

/* //stats section */


/* testimonials */
.img-responsive {
  max-width: 100%;
  display: block;
  width: 100%;
}

.w3l-clients {
  background: #eff1f1;
}

.w3l-clients .testi-des {
  display: flex;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.w3l-clients blockquote {
  font-size: 22px;
  line-height: 32px;
  color: #060606;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.w3l-clients a.comment-img {
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

.w3l-clients .bottom-info {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-end;
  grid-gap: 20px;
  align-items: center;
}

.w3l-clients .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}

.w3l-clients .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-clients .testimonial .peopl {
  margin: 0;
  text-align: left;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  align-items: center;
}

.w3l-clients .testimonial .peopl h3,
.w3l-clients .people-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.w3l-clients .testimonial {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  background: #fff;
}

.w3l-clients .testimonial i {
  color: #336dd5;
  font-size: 30px;
}

.w3l-clients p.identity {
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.8;
  margin-top: 4px;
}

.w3l-grids-3.w3l-align ul {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0px 20px;
}

.w3l-clients .owl-theme .owl-dots .owl-dot span {
  background: #060606;
}

.w3l-clients .owl-theme .owl-dots .owl-dot.active span,
.w3l-clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #336dd5;
}

@media (max-width: 1080px) {
  .w3l-clients blockquote {
    font-size: 22px;
  }

  .w3l-clients.w3l-test blockquote q::before {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .blog-bottom-info .btn-style {
    padding: 14px 24px;
  }
}

@media (max-width: 375px) {
  .w3l-clients blockquote {
    font-size: 22px;
    line-height: 32px;
  }

  .w3l-clients p.identity {
    font-size: 17px;
  }

  .w3l-clients.w3l-test blockquote q::before {
    font-size: 35px;
    margin-right: 5px;
  }
}

@media (max-width: 1080px) {
  .w3l-grids-3.w3l-align ul {
    grid-template-columns: auto;
  }
}

/* end testimonials */


/*===========================================================
  # about us css part
============================================================*/
.page-banner-about-us {
  background: url("../image/aboutus.jpg") no-repeat top center;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 40vh;
  width: 100%;
}

/*--w3l-feature-with-photo-1--*/
.w3l-feature-with-photo-1 {
  background: #efefef;
}

.w3l-feature-with-photo-1 .ab-in-flow {
  align-items: center;
}

.w3l-feature-with-photo-1 .feature-with-photo-hny p {
  line-height: 26px;
}

.w3l-feature-with-photo-1 .three-grids-icon {
  font-size: 20px;
  margin-bottom: 8px;
  color: #ff6700;
  width: 52px;
  height: 52px;
  background: rgb(255 103 0 / 16%);
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s ease-in;
  font-weight: 700;
}

.w3l-feature-with-photo-1 .feature-with-photo-hny h4 a {
  color: #252422;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.w3l-feature-with-photo-1 .feature-with-photo-hny h5 {
  margin-bottom: 20px;
}

.w3l-feature-with-photo-1 .feature-with-photo-hny h4 a:hover {
  color: #004e98;
  transition: 0.3s ease;
}

.w3l-feature-with-photo-1 .feature-with-photo-hny .grid p {
  margin: 0;
  margin-top: 5px;
}

.w3l-feature-with-photo-1 .three-grids {
  margin-top: 42px;
}

.w3l-feature-with-photo-1 .grid-columns-3 {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  display: grid;
}
.title-google{
font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 27px;
  font-style: normal;
  color: #ff6700
}

@media (max-width: 1280px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-column-gap: 30px;
  }
  .title-google{
    font-size: 26px;
  }
}

@media (max-width: 1080px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-column-gap: 15px;
  }

  .w3l-feature-with-photo-1 .grid {
    grid-gap: 15px;
  }
  .title-google{
    font-size: 25px;
  } 
}

@media (max-width: 992px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }

  .w3l-feature-with-photo-1 .ab-right {
    margin-top: 50px;
  }

  .w3l-project-left,
  .w3l-footer-29-main .footerw3-btn {
    text-align: left;
  }

  .w3l-footer-29-main .footerw3-btn {
    text-align: left;
    margin-bottom: 16px;
  }
  .title-google{
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr;
  }

  .w3l-feature-with-photo-1 .grid {
    grid-template-columns: 50px 1fr;
  }

  .w3l-feature-with-photo-1 .icon {
    text-align: center;
  }
  .title-google{
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 34px;
    line-height: 35px;
  }
}

@media (max-width: 668px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 32px;
  }

  .w3l-feature-with-photo-1 .feature-with-photo .grid p {
    max-width: 100%;
  }
  .title-google{
    font-size: 20px;
  }
}

@media (max-width: 568px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-row-gap: 20px;
    grid-column-gap: 15px;
  }

  .w3l-feature-with-photo-1 .feature-with-photo-hny h3.hny-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .w3l-feature-with-photo-1 .feature-with-photo h3 {
    font-size: 28px;
  }

  .w3l-feature-with-photo-1 .feature-with-photo {
    padding: 40px 0;
  }
}

@media (max-width: 415px) {
  .w3l-feature-with-photo-1 .grid-columns-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 384px) {
  .w3l-feature-with-photo-1 .feature-with-photo-hny h4 a {
    font-size: 18px;
    line-height: 25px;
  }

  .w3l-feature-with-photo-1 .feature-with-photo .grid p {
    line-height: 23px;
  }

  .w3l-feature-with-photo-1 .feature-with-photo h4 {
    font-size: 18px;
  }

  .w3l-feature-with-photo-1 .three-grids {
    margin-top: 30px;
  }
  
}

/* mission-goal css */
.about-us {
  padding: 16px 0 20px;
  overflow: hidden;
  position: relative;
}

.about-us .about {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1;
}

.about-us .about:after,
.about-us .about:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  clear: both;
}

.about-us .about:before {
  width: 40%;
  height: 6px;
  background: #9f005d;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}

.about-us .about:after {
  width: 6px;
  height: 100%;
  background: #9f005d;
  left: -3px;
}

.about-us .about-content {
  width: 65%;
  float: right;
  padding: 0 0 30px 30px;
  margin-right: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 6px #ccc;
}

.about-us .about-content:after,
.about-us .about-content:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #9f005d;
  position: absolute;
  top: 50%;
  left: -13px;
  z-index: 1;
  transform: translateY(-50%);
}

.about-us .about-content:after {
  left: 30%;
  transform: translate(-50%, -50%);
}

.about-us .about-title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #9f005d;
  text-align: center;
  padding-left: 50px;
}

.about-us .content-inner {
  padding: 12px 20px 12px 85px;
  margin-right: -15px;
  background: #9f005d;
  border-radius: 150px 0 0 150px;
  position: relative;
}

.about-us .content-inner:after,
.about-us .content-inner:before {
  content: "";
  border-left: 15px solid #640026;
  border-top: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 0;
}

.about-us .content-inner:after {
  border-top: none;
  border-bottom: 10px solid transparent;
  top: auto;
  bottom: -10px;
}

.about-us .icon {
  width: 90px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.about-us .icon i {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-us .description {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  line-height: 1.6;
  word-break: normal;
  overflow-wrap: break-word;
}

.about-us .about:nth-child(2n) .icon,
.about-us .about:nth-child(2n):after,
.about-us .about:nth-child(2n):before {
  left: auto;
  right: 0;
}

.about-us .about:nth-child(2n):after {
  right: -3px
}

.about-us .about:nth-child(2n) .about-content {
  float: left;
  padding: 0 30px 30px 0;
  margin: 0 0 0 15px;
}

.about-us .about:nth-child(2n) .about-content:after,
.about-us .about:nth-child(2n) .about-content:before {
  left: auto;
  right: -13px;
}

.about-us .about:nth-child(2n) .about-content:after {
  right: 30%;
  margin-right: -25px;
}

.about-us .about:nth-child(2n) .about-title {
  padding: 0 50px 0 0;
  color: #105572;
}

.about-us .about:nth-child(2n) .content-inner {
  padding: 12px 100px 12px 20px;
  margin: 0 0 0 -15px;
  border-radius: 0 150px 150px 0;
}

.about-us .about:nth-child(2n) .content-inner:after,
.about-us .about:nth-child(2n) .content-inner:before {
  border: none;
  border-right: 15px solid #093244;
  border-top: 10px solid transparent;
  right: auto;
  left: 0;
}

.about-us .about:nth-child(2n) .content-inner:after {
  border-top: none;
  border-bottom: 10px solid transparent
}

.about-us .about:nth-child(2) {
  margin-top: 50px;
}

.about-us .about:nth-child(odd) {
  margin: -60px 0 0;
}

.about-us .about:nth-child(even) {
  margin-bottom: 55px
}

.about-us .about:first-child,
.about-us .about:last-child:nth-child(even) {
  margin: 0;
}

.about-us .about:nth-child(2n) .content-inner,
.about-us .about:nth-child(2n) .about-content:after,
.about-us .about:nth-child(2n) .about-content:before,
.about-us .about:nth-child(2n):after,
.about-us .about:nth-child(2n):before {
  background: #105572;
}

.about-us .about:nth-child(3n) .content-inner,
.about-us .about:nth-child(3n) .about-content:after,
.about-us .about:nth-child(3n) .about-content:before,
.about-us .about:nth-child(3n):after,
.about-us .about:nth-child(3n):before {
  background: #05b1ff;
}

.about-us .about:nth-child(3n) .content-inner:after,
.about-us .about:nth-child(3n) .content-inner:before {
  border-left-color: #067cb3;
}

.about-us .about:nth-child(3n) .about-title {
  color: #05b1ff;
}

.about-us .about:nth-child(4n) .content-inner,
.about-us .about:nth-child(4n) .about-content:after,
.about-us .about:nth-child(4n) .about-content:before,
.about-us .about:nth-child(4n):after,
.about-us .about:nth-child(4n):before {
  background: #f92534;
}

.about-us .about:nth-child(4n) .content-inner:after,
.about-us .about:nth-child(4n) .content-inner:before {
  border-right-color: #92070e;
}

.about-us .about:nth-child(4n) .about-title {
  color: #f92534;
}


@media only screen and (max-width:992px) {

  .about-us .about:last-child,
  .about-us .about:nth-child(even),
  .about-us .about:nth-child(odd) {
    margin: 0;
  }

  .icon i {
    font-size: 30px;
    font-weight: 700;
  }

  .about-us .icon {
    width: 55px;
  }

  .about-us .about {
    width: 95%;
    margin: 12px 12px 12px 0 !important
  }

  .about-us .about-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #9f005d;
    text-align: center;
    padding-left: 50px
  }

  .about-us .about .about-content:after,
  .about-us .about .about-content:before,
  .about-us .about:after,
  .about-us .about:before {
    display: none;
  }

  .about-us .about-content,
  .about-us .about:nth-child(2n) .about-content {
    width: 100%;
    float: none;
    padding: 0 0 30px 30px;
    margin: 0
  }

  .about-us .content-inner,
  .about-us .about:nth-child(2n) .content-inner {
    padding: 10px 18px 10px 70px;
    margin: 0 -15px 0 0;
    border-radius: 150px 0 0 150px
  }

  .about-us .about:nth-child(2n) .content-inner:after,
  .about-us .about:nth-child(2n) .content-inner:before {
    border: none;
    border-left: 15px solid #032a44;
    border-top: 10px solid transparent;
    right: 0;
    left: auto
  }

  .about-us .about:nth-child(2n) .content-inner:after {
    border-top: none;
    border-bottom: 10px solid transparent
  }

  .about-us .about:nth-child(2n) .icon {
    top: 0;
    left: 0
  }

  .about-us .about:nth-child(4n) .content-inner:after,
  .about-us .about:nth-child(4n) .content-inner:before {
    border-left-color: #92070e
  }


  /*content swap after screen max-width 992px  */
  .about-us {
    display: flex;
    flex-direction: column;
  }

  .about-us .about {
    float: none !important;
    width: 97% !important;
  }

  /* Set mobile order: Introduction (2nd originally) becomes 1st */
  .about-us .about:nth-child(2) {
    order: 1;
  }

  /* Our Mission (1st originally) becomes 2nd */
  .about-us .about:nth-child(1) {
    order: 2;
  }

  /* Keep Vision (3rd originally) as 3rd */
  .about-us .about:nth-child(3) {
    order: 3;
  }

  /* Keep Value (4th originally) as 4th */
  .about-us .about:nth-child(4) {
    order: 4;
  }
}

/* partner section */
.partner-header {
  text-align: center;
  margin-bottom: 30px;
}

.partner-header h1 {
  color: #2c3e50;
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.partner-header p {
  color: #7f8c8d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.partnerpart {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 30px 0;
  /* Added padding for better spacing */
}

.partner {
  display: flex;
  align-items: center;
  height: auto;
  /* Changed from fixed height */
  white-space: nowrap;
  animation: scroll-partners 30s linear infinite;
  /* Added animation */
}

.partner-logo {
  height: 90px;
  margin: 0 40px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  object-fit: contain;
  /* Ensure logos maintain aspect ratio */
}

.partner-logo:hover {
  opacity: 1;
  transform: scale(1.2);
  /* Reduced scale to prevent layout issues */
}

.cta-button {
  display: inline-block;
  color: white;
  padding: 12px 30px;
  /* Increased padding for better touch targets */
  border-radius: 50px;
  font-size: 0.9rem;
  margin-top: 20px;
  background: linear-gradient(45deg, #3498db, #2980b9);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 25px rgba(52, 152, 219, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.5px;
  text-decoration: none;
  /* Added for proper link styling */
}

.cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(52, 152, 219, 0.5);
  letter-spacing: 1px;
}

.cta-button:active {
  transform: translateY(0);
}


/* Responsive Design */
@media (max-width: 1024px) {
  .partnerpart {
    padding: 25px 0;
  }

  .partner-logo {
    height: 80px;
    margin: 0 30px;
  }
}

@media (max-width: 820px) {
  .partnerpart {
    padding: 20px 0;
  }

  .partner-logo {
    height: 70px;
    margin: 0 25px;
  }
}

@media (max-width: 768px) {
  .partner-header h1 {
    font-size: 2rem;
    /* Adjusted from 1.25rem for better readability */
  }

  .partner-header p {
    font-size: 1rem;
  }

  .partnerpart {
    padding: 20px 0;
  }

  .partner-logo {
    height: 60px;
    margin: 0 20px;
  }
}

@media (max-width: 480px) {
  .partner-header h1 {
    font-size: 1.75rem;
    /* Adjusted from 0.5rem which was too small */
  }

  .partner-header p {
    font-size: 0.9rem;
  }

  .partnerpart {
    padding: 15px 0;
  }

  .partner-logo {
    height: 50px;
    margin: 0 15px;
  }

  .cta-button {
    padding: 10px 25px;
    font-size: 0.85rem;
  }
}

/* For very small screens */
@media (max-width: 360px) {
  .partner-logo {
    height: 45px;
    margin: 0 12px;
  }

  .partnerpart {
    padding: 12px 0;
  }
}

/*========================================================
  # about team css part
========================================================*/
.page-banner-about-team {
  background: url("../image/team.jpg") no-repeat top center;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 40vh;
  width: 100%;
}
/*--w3l-team--*/
.w3l-team-main {
    background: #efefef;
}

.team-landing {
    background: #efefef;
}

.grid-alignment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: end;
}

.w3l-team-main .team {
    position: relative;
}

.w3l-team-main .our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.w3l-team-main .our-team .team-wrap {
    padding: 0 40px;
}

.w3l-team-main .our-team .container-fluid,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl {
    padding: 0 50px;
}

.w3l-team-main .team-img img {
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.w3l-team-main .team-member,
.w3l-team-main .team-img {
    position: relative;
    overflow: hidden;
}

.w3l-team-main .team-title {
    margin: 25px 0 0px;
    font-size: 24px;
    color: var(--heading-color);
    font-weight: 600;
    display: block;
}

.w3l-team-main .team-member p {
    text-transform: capitalize;
}

.w3l-team-main .team-details {
    opacity: 0;
    position: absolute;
    bottom: 12%;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.w3l-team-main .team-img:hover .team-details {
    opacity: 1;
}

.w3l-team-main .team-img:hover .overlay-team {
    opacity: 1;
}

.w3l-team-main .team-member:hover a {
    color: var(--primary-color);
}

.w3l-team-main .socials a {
    display: inline-block;
    margin-right: 5px;
}


.w3l-team-main .socials a span {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    transition: all .3s ease 0s;
    background: rgba(157, 157, 157, 0.5);
}

.w3l-team-main .team-details .socials span {
    color: #fff;
}

.w3l-team-main .socials a:hover span {
    background: #fff;
    color: var(--primary-color);
}

@media all and (max-width: 991px) {
    .w3l-team-main .team-title {
        margin: 18px 0 0px;
        font-size: 20px;
    }
}

@media all and (max-width:667px) {
    .grid-alignment {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: end;
    }
}

@media all and (max-width: 568px) {
    .team-row {
        padding: 0 10px;
    }

    .team-row .col-6 {
        padding: 0 10px;
    }
}

@media all and (max-width: 415px) {
    .team-row {
        padding: 0 5px;
    }
}

@media all and (max-width: 384px) {
    .w3l-team-main .team-title {
        font-size: 18px;
    }

    .w3l-team-main .socials a span {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .w3l-team-main .socials a {
        margin-right: 2px;
    }
}
/*======================================================
  # product css part
======================================================*/
.page-banner-product {
  background: url("../image/banner7.jpg") no-repeat top center;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 40vh;
  width: 100%;
}

.main-middle-content {
  padding: 3rem 0 2rem;
  background: url("../image/wave-full-width-home.svg");
  background-position: center;
  background-size: cover;
  position: relative;
}

#eff1f1 .main-middle-content img {
  border-radius: 12px;
  border-style: none;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19), 0 4px 24px 0 rgba(4, 0, 0, 0.3);
}

/*--services--*/
.w3l-services2 .d-grid {
  display: grid;
}

.w3l-services2 .column span {
  color: #336dd5;
  font-size: 35px;
  display: block;
  margin-bottom: 20px;
}

.w3l-services2 .column:hover span {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out;
}

.w3l-services2 .cwp23-text-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.w3l-services2 .cwp23-text-cols a {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  color: #252422;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.w3l-services2 .cwp23-text-cols a:hover {
  opacity: .8;
}

@media all and (max-width: 1080px) {
  .w3l-services2 .cwp23-text-cols {
    grid-row-gap: 40px;
    grid-column-gap: 40px;
  }
}

@media all and (max-width: 900px) {
  .w3l-services2 .cwp23-text-cols {
    grid-gap: 30px;
  }
}

@media all and (max-width: 440px) {
  .w3l-services2 .cwp23-title h3 {
    margin-bottom: 30px;
  }

  .w3l-services2 .cwp23-text-cols {
    grid-gap: 25px;
  }
}

@media all and (max-width: 480px) {
  .w3l-services2 .cwp23-text-cols {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 320px) {
  .w3l-services2 .cwp23-text-cols {
    grid-template-columns: 1fr;
  }
}

.title-subhny,
.title-subhny.two {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.title-subhny span,
.title-subhny.two,
.title-subhny.three span {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
  letter-spacing: .5px;
  color: #ff6700;

}

.title-subhny.two span {
  color: #fff;
}

.title-w3l,
.title-w3l.two {
  font-size: 28px;
  line-height: 48px;
  font-weight: 400;
  text-transform: capitalize;
}

.title-w3l.two {
  color: #fff;
}

@media (max-width: 1080px) {
  .title-w3l {
    font-size: 30px !important;
    line-height: 40px;
  }

  .btn-style {
    padding: 2px 18px;
  }
}

@media (max-width: 568px) {
  .title-w3l {
    font-size: 28px !important;
    line-height: 38px;
  }
}

@media (max-width:480px) {
  .title-w3l {
    font-size: 26px !important;
    line-height: 32px;
  }
}

@media (max-width: 375px) {
  .title-w3l {
    font-size: 24px !important;
    line-height: 30px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .title-w3l {
    font-size: 24px !important;
    line-height: 34px;
  }
}
.span-bold {
  font-weight: 700;
}


/* product upcoming */
.w3l-index5 .rating-list{
  padding-left: 0;
}
.w3l-index5 .rating-list li {
  display: inline-block;
  list-style: none;
  font-size: 12px;

}

.w3l-index5 .rating-list li i {
  color: #ffa127;
  font-size: 12px;
}

.w3l-index5 .content-left-sec {
  overflow: hidden;
}

.w3l-index5 .content-left-sec a.zoom-image {
  overflow: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 8px 8px 0 0;
}

.w3l-index5 .content-left-sec a img {
  display: block;
  transition: transform 0.3s linear;
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.scale-image{
  width: 100%;
  transition: transform 0.3s linear;
}
.w3l-index5 .content-left-sec:hover img.scale-image {
  transform: scale(1.3);
  transition: transform 0.3s linear;
}

.w3l-index5 .content-left-sec:hover a.to-title {
  color: #336dd5;
}
.w3l-index5 .blog-info {
  background: #e6e8ee;
  padding: 20px 15px;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 8px 8px;

}

.w3l-index5 .blog-info p {
  font-size: 15px;
}

.w3l-index5 .blog-info p i {
  color: #336dd5;
}

.w3l-index5 .to-price span {
  color: #336dd5;
  font-size: 24px;
  font-weight: bold;
  font-weight: 400;
}

.w3l-index5 .content-left-sec a.to-title {
  font-size: 16px;
  line-height: 28px;
  color: #0f4650;
  font-weight: 600;
}

.w3l-index5 .owl-carousel .owl-stage {
  padding-left: 0 !important;
}

.w3l-index5 .owl-three.owl-theme .owl-nav [class*=owl-prev],
.w3l-index5 .owl-three.owl-theme .owl-nav [class*=owl-next] {
  display: none;
}

@media (max-width: 1279px) {
  .w3l-index5 .content-left-sec a.to-title {
    font-size: 18px;
    line-height: 28px;
  }
}
/* big deals part */
.w3l-promocode {
  padding: 50px 0 50px;
  background-color: #e6e6e6;
}

.w3l-promocode .app4-left-text h6 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;

}

.w3l-promocode .app4-left-text h4 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 6px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.w3l-promocode .app4-left-text label {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
  color: #060606;
}

.w3l-promocode .app4-left-text form input {
  background: #fff;
  color: #060606;
  border: 1px solid #eee;
  border-right: none;
  font-size: 16px;
  padding: 12px 15px;
  width: 70%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.w3l-promocode .app4-left-text form button {
  font-size: 15px;
  text-align: center;
  color: #fff;
  border: none;
  width: 160px;
  border-radius: 0 30px 30px 0;
  font-weight: 600;
  padding: 12px;
  box-shadow: none;
  background: #336dd5;
}

.w3l-promocode .app-4-icon ul {
  margin-top: 1em;
}

.w3l-promocode .app-4-icon ul li {
  list-style: none;
  display: inline-block;
}

.w3l-promocode .app-4-icon ul li a.app-icon {
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  color: #336dd5;
}

.w3l-promocode .app-4-icon ul li a.app-icon:hover {
  color: #4581ed;
}

.w3l-promocode a.app-icon span {
  font-size: 28px;
}

p.mobile-text-app {
  font-size: 15px;
}

@media all and (max-width: 1000px) {
  .w3l-promocode .app4-left-text h4 {
    font-size: 32px;
  }
}

@media all and (max-width: 992px) {
  .w3l-promocode .app4-right-image {
    order: 2;
  }

  .app4-left-text {
    order: 1;
  }
}

@media all and (max-width: 440px) {
  form.d-flex.wrap-align {
    flex-wrap: wrap;
  }

  .w3l-promocode .app4-left-text form button {
    width: 100%;
    margin-top: 15px;
    border-radius: 30px;
  }

  .w3l-promocode .app-4-icon ul {
    margin-top: 25px;
  }

  .w3l-promocode .app4-left-text form input {
    border-radius: 30px;
    width: 100%;
  }
}



/*======================================================
  # service css part
======================================================*/
.page-banner-service {
  background: url("../image/service.jpg") no-repeat top center;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 40vh;
  width: 100%;
}


/*--/progress-info--*/
.w3l-servicesblock {
    background: #f1f3f8;
}

.w3l-servicesblock .progress-info {
    margin-bottom: 25px;
    text-align: left;
}

.w3l-servicesblock .info1 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    
}

.w3l-servicesblock .info2 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
   
}

.w3l-servicesblock .info3 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    
}

.w3l-servicesblock .info4 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 75%;
}

.w3l-servicesblock .progress {
    display: flex;
    height: 1em;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #fff;
    border-radius: 2em;
}

.w3l-servicesblock .progress-bar {
    background-color: #ff9900;
    transition: width 0.6s ease;
}

.w3l-servicesblock .progress-bar-striped {
    background-image: none;
    background-size: 1rem 1rem;
}

.w3l-servicesblock h6.progress-tittle {
    font-size: 15px;
    color: #062f3a;;
    margin-bottom: 10px;
    font-weight: 700;
}

/*--grids-3--*/
.w3l-grids-3 {
  background: url("../image/bac-13.svg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.w3l-grids-3 .grid-block {
  background-color: #f0f8f7;
  position: relative;
  padding: 20px 20px;
  -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  -o-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
  border-radius: 6px;
}

h4.number {
  position: absolute;
  font-size: 50px;
  line-height: 60px;
  right: 40px;
  top: 30px;
  opacity: .09;
  transition: 0.3s ease-in-out;
}

.grid-block:hover h4.number {
  opacity: .2;
  transition: 0.3s ease-in-out;
}

@media (max-width: 415px) {
  h4.number {
    font-size: 50px;
  }
}

.grid-block .read {
  font-size: 15px;
  border-bottom: 2px solid #f52029;
  color: #060606;
  font-weight: 600;
  border-radius: 0;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}

.grid-block:hover .read {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.w3l-grids-3 .grid-block:hover {
  transition: 0.3s ease-in;
  background-color: #004e98;
}

.w3l-grids-3 .grid-block h4 {
  color: #252422;
  font-size: 24px;
  line-height: 32px;
}

.w3l-grids-3 .grid-block p {
  color: #252422;

}

.w3l-grids-3 .grid-block:hover h4 {
  color: #fff;
  transition: 0.3s ease-in;
}

.grid-block span {
  font-size: 34px;
  margin-bottom: 8px;
  color: #004e98;
}

.grid-block:hover span {
  transition: 0.3s ease-in;
  color: #fff;
}

.w3l-grids-3 .grid-block:hover p {
  color: #fff;
  transition: 0.3s ease-in;
}
/*--//progress-info--*/
.w3l-join-main {
    background: url("../image/banner2.jpg") no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}
.join-head{
  color: #ff6700
}
.w3l-join-main:before {
    content: "";
    background: rgb(6 1 14 / 58%);;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-join-main p {
    color: #fff;
    opacity: 0.8;
}






@media only screen and (max-width:1140px) {
    .responsive1 {
        flex-basis: 100%;
        display: block;
        width: 100%;
        float: center;
        text-align: center;
    }

}

/* feature  */
.title-head {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
}
.grid-block:hover .title-head {
  color: #fff;
  transition: 0.3s ease-in;
}
 .area-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-gap: 10px;
}



/*======================================================
  # Gallery css part
======================================================*/
.page-banner-gallery {
  background: url("../image/gallery.jpg") no-repeat top center;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 40vh;
  width: 100%;
}

.features-grids img {
  width: 100%;
}
.features-grids:hover img{
  transform: scale(1.2);
}

.features-grids p {
  font-size: 0.7em;
  color: #fff;
  line-height: 1.7em;
  font-weight: 300;
}

/* Common style */
.features-grids h4 {
  font-size: 21px;
  font-weight: 400;
  vertical-align: middle;
  color: #fff;
}

.features-grids figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.features-grids figure img {
  position: relative;
  display: block;
}

.features-grids figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.features-grids figure figcaption::before,
.features-grids figure figcaption::after {
  pointer-events: none;
}

.features-grids figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #6d6e70;
}

figure.effect-bubba:hover img {
  opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h4 {
  padding-top: 16%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 0;
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*======================================================
  # Contact css part
======================================================*/
.page-banner-contact {
  background: url("../image/contact.jpg") no-repeat top center;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 40vh;
  width: 100%;
}
.contact-page-wrap {
  padding: 0 0 2.5rem;
}

.contact-page-wrap .entry-content {
  margin-top: 60px;
}

.contact-page-wrap .entry-content h2 {
  font-size: 24px;
  font-weight: 500;
}

.contact-page-wrap .entry-content p {
  margin-top: 20px;
  font-size: 14px;
  color: #929191;
}

.contact-page-wrap .entry-content ul.contact-social {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}

.contact-page-wrap .entry-content ul.contact-social li {
  margin-right: 28px;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-page-wrap .entry-content ul.contact-social li a {
  color: #ff3700;
}

.contact-page-wrap .entry-content ul.contact-info {
  margin: 7px 0 0;
  max-width: 300px;
}

.contact-page-wrap .entry-content ul.contact-info li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 14px;
  color: #9b9a9a;
}

.contact-page-wrap .entry-content ul.contact-info .bi {
  width: 28px;
  margin-right: 10px;
  font-size: 18px;
  color: #ff5a00;
  text-align: center;
}

.contact-form {
  padding: 35px 20px 55px;
  margin-top: 60px;
  background: #edf3f5;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 12px 24px;
  margin-bottom: 18px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
  outline: none;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form textarea::placeholder {
  color: #929191;
}

.contact-form span {
  display: block;
  margin-top: 16px;
  text-align: center;
}

.contact-form input[type="submit"] {
  cursor: pointer;
}

.contact-gmap {
  width: 100%;
  margin-bottom: 0;

}

.contact-gmap iframe {
  display: block;
  width: 100%;
  height: 250px;

  overflow-x: hidden;
  position: relative
}

