@import url("https://fonts.googleapis.com/css2?family=Lato:wght@200;400;500;600;700;900&family=Nunito&display=swap");

:root {
  --primary-color: #204d76;
  --secondary-color: #a35a9f;
  --secondary-color-dark: #931851;
  --primary-dark: #24272b;
  --primary-light: #f6f6f6;
  --light-bg: #e2e9f2;
  --primary-color-dark: #153553;
  --text-color: #666;
  --text-color-light: #DADADA;
  --font-primary: "Lato", sans-serif;
  --font-text: "Nunito", sans-serif;
  --header-height: 0;
  --heading-color: #383838;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
img,
input,
span,
ul {
  padding: 0;
  margin: 0;
  outline: 0;
}

a,
span,
label,
strong,
b,
small {
  display: inline-block;
}

body {
  /* font-family: var(--font-hind); */
  font-family: var(--font-primary);
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 360px;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-hind);
}

.text-color {
  color: var(--text-color);
}

.text-color-light {
  color: #888 !important;
}

.theme-primary {
  color: var(--primary-color);
}

.theme-bg-primary {
  background-color: var(--primary-color);
}

a,
button {
  cursor: pointer;
}

.smooth,
a,
button,
input,
.smooth:hover,
a:hover,
button:hover,
input:focus,
textarea,
textarea:focus {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-decoration: none;
}

.smooth>a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}

p,
.base-text {
  font-size: 1.1rem;
  line-height: 24px;
  font-family: var(--font-text) !important;
}

hr {
  color: #888 !important
}

.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;

}

p.large-text,
.large-text {
  font-size: 18px;
  line-height: 28px;
}

.text-color {
  color: var(--text-color);
}

.title-color {
  color: var(--primary-dark);
}

.heading-color {
  color: var(--heading-color);
}

.img-container>a {
  display: inline;
}

.img-container {
  overflow: hidden;
  position: relative;
}

.rounded-corners-img,
.rounded-corners {
  border-radius: 6px;
}

.theme-btn {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  padding: 12px 44px;
  border: none;
  outline: none !important;
  border-radius: 8px;
  font-family: var(--font-mont);
}

.common-link {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-color);

}

.small-text {
  font-size: 14px;
}

.theme-btn-white {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.theme-btn:hover {
  color: #fff;
  background-color: var(--primary-color-dark);
}

.theme-btn-secondary {
  background-color: var(--secondary-color);
}

.theme-btn-white:hover {
  color: inherit;
  background-color: transparent;
  outline: 1px solid #fff !important;
}

.theme-btn-secondary:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.light-bg {
  background-color: var(--light-bg);
}

*[class*="heading-"] {
  font-weight: 700;
}

*[class*="heading-"]>a {
  color: inherit;
}

*[class*="heading-"]>a:hover {
  color: var(--secondary-color);
}

*[class*="wt-"] {
  color: #fff !important;
}

.heading-ultra {
  font-size: 72px;
}

.text-lg {
  font-size: 18px;
}

.heading-md {
  font-size: clamp(1.2rem, 1.2333rem + 0.7407vw, 1.5rem);
}

.heading-sm {
  font-size: clamp(1.1rem, 1rem + 0.7407vw, 1.25rem);
}

.heading-vsm {
  font-size: clamp(1rem, 1rem + 0.7407vw, 1.125rem);
}

.heading-md1 {
  font-size: 28px;
}

.heading-lg {
  font-size: 34px;
}

.text-primary {
  color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.scrollable-after-50 {
  max-height: 40vh;
  overflow: hidden;
  overflow-y: auto;
}

.z-index-ultra-boost {
  z-index: 9999999 !important;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e7e7e7;
  /* border: 1px solid #cacaca; */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #c7c7c7;
}



/* custum font sizes */
.size-20,
.text-20 {
  font-size: 20px;
}

.paragraph-18 p {
  font-size: 18px;
}

.size-14 {
  font-size: 14px;
}

.size-18 {
  font-size: 18px;
}

.sub-heading {
  font-size: 18px;
  color: var(--primary-dark);
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.05rem;
}

.heading-col {
  font-size: 22px;
}


/* .pagination */
.pagination li .page-link {
  background-color: var(--primary-light);
  font-size: 1rem;
  box-shadow: none;
}

.pagination li.active .page-link {
  background-color: var(--primary-color) !important;
  color: #fff;

}

.pagination .page-link {
  padding: 0.65rem 1.2rem !important;
}

.pagination li .page-link {
  color: var(--primary-color);
}

.abs-img-title {
  position: absolute;
  bottom: 0;
  padding: 0.65rem 1rem;
  width: 100%;
  font-weight: 600;
  color: #fff;
}

.overlay-primary {
  background: rgba(32, 77, 118, 0.8);
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
}

.pad-top {
  padding-top: 90px;
}

.pad-bot {
  padding-bottom: 90px;
}

.gutter-top {
  margin-top: 15px;
}

.gutter-top-semi {
  margin-top: 20px;
}

.flexer {
  display: -ms-flexbox !important;
  display: flex !important;
}

.custom-tabs .nav-link,
.custom-tabs .nav-link:hover,
.custom-tabs .nav-link:focus {
  border: 0;
  font-weight: 600;
}

.custom-tabs .nav-link:not(.active) {
  color: #bebbbb;
}

.custom-tabs .nav-link.active {
  border-bottom: 3px solid var(--primary-color);
}

.custom-tabs .nav-link.active,
.custom-tabs .nav-link:hover {
  color: var(--primary-color);
  font-weight: 600;
}

.custom-tabs .nav-link {
  padding: 0;
  margin-right: 1rem;
}

.modal-z-index-forward {
  z-index: 99999;
}

/* navbar  */

.active-circle a,
.active-circle span {
  color: #fff
}

.logo-wrapper.after::before {
  position: absolute;
  content: '';
  z-index: 1;
  top: -1090px;
  left: -400px;
  width: 1200px;
  height: 1200px;
  transition: height 0.3s ease;
  border-radius: 50%;
  background-color: #fff;
  outline: 10px solid var(--primary-color);
}

.logo-wrapper.after .logo-meta {
  margin-top: -60px;
  margin-left: -140px;
}

.logo-wrapper.after .tiny-text {
  font-size: 12px !important;
  transform: scale(0.833);
  margin-left: -17px
}

.navbar-nav li a:not(.dropdown-item) {
  font-weight: 600;
  font-size: 17px
}

.navbar-nav li a.nav-link,
.navbar-nav li a.nav-link:hover,
.navbar-nav li a.nav-link:focus {
  color: #fff;
}

.header.scrolled .navbar-nav li a {
  color: #444;
}

.navbar-nav .dropdown-menu li a {
  font-weight: 600
}

.navbar-nav .dropdown-menu {
  border: 0;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px 0px;

}

.header.scrolled .navbar-nav .dropdown-menu li a {
  color: var(--primary-color);
}

.logo-wrapper:not(.after) .wrapper,
.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-item.active .nav-link::before,
.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 30px;
  opacity: 0;
  height: 2px;
  bottom: 4px;
  background-color: #fff;
  transition: all 600ms ease;
}

.navbar-nav .nav-item.active .nav-link::before,
.navbar-nav .nav-item:hover .nav-link::before {
  opacity: 1;
}

.header.scrolled .navbar-nav .nav-item.active .nav-link::before,
.header.scrolled .navbar-nav .nav-item:hover .nav-link::before {
  background-color: var(--primary-color) !important;
  width: 40px;
  opacity: 1;
}

.navbar-nav .dropdown-item:is(.active, :hover, :focus) {
  background-color: var(--primary-color);
  color: #fff !important;
}

.scrolled-logo {
  width: 70px;
  transition: width 0.6s ease;
}

.header.scrolled {
  background-color: #fff;
  transition: all 600ms ease;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px 0px;
}

.header.scrolled .header-top {
  display: none;

}

.header.scrolled .logo-meta {
  display: none;
}

/* quick flex  */
.centered {
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: start;
}

.flex-end {
  display: flex;
  justify-content: end;
}

.left-auto {
  margin-left: auto;
}

.no-shrink {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

.all-block>* {
  display: block;
}

.compact-row {
  margin-left: -8px;
  margin-right: -8px;
}

.compact-row>*[class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.link-btn {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}

.bg-underlay {
  background-color: rgba(15, 36, 59, 0.5);
}

.header {
  position: fixed;
  top: 0;
  z-index: 9099;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.15); */
}

.header-top {
  padding: 5px 0;
  width: 100%;
  background-color: var(--primary-color);
}

.top-contact {
  font-size: 14px;
}

.top-contact i {
  margin-right: 8px;
  font-size: 16px;
}

.sep-link {
  border-left: 1px solid #fff;
  padding-left: 15px;
}

.header-top-right>*:last-child,
.header-top-left>*:last-child {
  margin-right: 0;
}

.header-top-right .top-contact {
  margin-right: 15px;
}

a.social-link {
  font-size: 18px;
  vertical-align: -1px;
  margin-right: 10px;
  color: #fff;
}

.inner-page {
  padding: 3rem 0 2rem;
}

/*custom toogle */
.custom-toogle {
  background-color: var(--primary-color);
  color: #fff !important;
  padding: 10px 16px;
  font-size: 1.2rem;
  border-radius: 6px;
  border: 0;
}

.custom-toogle:focus {
  outline: none;
}

.header .navbar-brand img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.nav-header .logo-wrapper a {
  display: inline;
}

.logo-img {
  height: 70px;
}

/* slider  */

.banner-slider .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.banner-slider .banner-img {
  height: 80vh;
  width: 100%;
}

.banner-slider .item .banner-captions {
  position: absolute;
  top: 60%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 22px rgba(0, 0, 0, 0.3);
}

.banner-slider .banner-captions h1 {
  font-size: 40px;
}

.banner-slider .banner-captions p {
  font-size: 18px;
}

.banner-slider :is(.carousel-control-next span, .carousel-control-prev span) {
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  color: #fff;
  outline: none !important;
  transition: all 400ms ease;
}

.banner-slider :is(.carousel-control-next span, .carousel-control-prev span) {
  font-size: 16px;
}

.banner-slider :is(.carousel-control-next:hover span, .carousel-control-prev:hover span) {
  background-color: #fff;
  color: var(--text-color);
}


.banner-slider .carousel-control-prev {
  left: 25px;
}

.banner-slider .carousel-control-next {
  right: 25px;
}

.banner-slider .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 3rem;
}

.banner-slider .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 3rem;
}

.banner-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #fff;
}

.banner-slider .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
}

.banner-slider .owl-dots .owl-dot.active span {
  background: var(--secondary-color);
}

.banner-slider .owl-dots button:focus {
  box-shadow: none;
  outline: none;
}

.banner-slider .carousel-indicators {
  /* display: none; */
  visibility: hidden;
}

/* home missions */

.home-missions .hexagon {
  position: relative;
  overflow: hidden;
  background: var(--primary-color) linear-gradient(270deg, #4183cc 0%, #166a86 0.01%, #2d436d 94.76%);
  width: 248px;
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(50% 0%,
      95% 25%,
      95% 76%,
      50% 100%,
      5% 76%,
      5% 24%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 76%, 50% 100%, 5% 76%, 5% 24%);

  margin: 0 auto;
  transition: all 600ms ease;
}

.home-missions .item h2 {
  text-transform: uppercase;
  color: var(--heading-color);
  font-weight: 700;
}

.home-missions .hexagon::after {
  position: absolute;
  content: "";
  display: block;
  width: 170px;
  height: 170px;
  overflow: hidden;
  z-index: -1;
  width: 0;
  height: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%,
      95% 25%,
      95% 76%,
      50% 100%,
      5% 76%,
      5% 24%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 76%, 50% 100%, 5% 76%, 5% 24%);
  transition: all 400ms ease-in-out;
}

.home-missions a:hover .hexagon::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.home-missions a:hover .hexagon {
  transform: scale(1.05);
}



.home-missions .meta-span {
  position: relative;
}

.home-missions .meta-span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  bottom: -2px;
  transition: all 500ms ease;
}

.home-missions a:hover .meta-span::before {
  width: 100%;
}

.home-missions a:hover svg path {
  fill: var(--primary-color);
}

/* ===============================================
===============================================
Home Events  */

.home-events .event-item.normal {
  background-color: #e2e9f2;
}

.home-events .event-item {
  border-radius: 12px !important;
}

.home-events .event-item.active,
.home-events .event-item:hover {
  background-color: #7FB0E1;
  color: #fff;
}

.home-events .date-meta .day {
  font-size: clamp(2.25rem, 2.3333rem + 0.7407vw, 2.75rem);
}

.home-events .owl-nav :is(.owl-prev, .owl-next) {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px;
  height: 50px;
  outline: 2px solid #fff !important;
  border-radius: 50%;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-events .owl-nav .owl-next {
  right: -25px;
}

.home-events .owl-nav .owl-prev {
  left: -25px;
}

.home-events .owl-nav .owl-prev.disabled,
.home-events .owl-nav .owl-next.disabled {
  opacity: 0;
}

/* common styles  */
.img-fitted {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-6 {
  font-weight: 600;
}

.fw-5 {
  font-weight: 500;
}

.fw-4 {
  font-weight: 400;
}

.img-contained {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.br-8 {
  border-radius: 8px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-t-8 {
  border-radius: 8px 8px 0 0;
}

.cp {
  cursor: pointer;
}

.underline {
  text-decoration: underline !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ar-11 {
  aspect-ratio: 1/1;
}

.ar-54 {
  aspect-ratio: 5/4;
}

.ar-52 {
  aspect-ratio: 5/2;
}

.ar-45 {
  aspect-ratio: 4/5;
}

.ar-43 {
  aspect-ratio: 4/3;
}

.ar-53 {
  aspect-ratio: 5/3;
}

@media (max-width: 768px) {
  .ar-32-sm {
    aspect-ratio: 5/4;
  }
}

.fit-content {
  width: fit-content;
}

.trans {
  transition: all 400ms ease;
}

.no-arrow::-webkit-inner-spin-button,
.no-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-arrow {
  -moz-appearance: textfield;
}

.custom-close {
  position: absolute;
  right: -10px;
  top: -14px;
  border: 0;
  width: 35px;
  height: 35px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #f5f5ff;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  z-index: 1;
}

.custom-close:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.custom-close:focus {
  outline: none;
  box-shadow: none;
}

input:focus,
textarea:focus {
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}

.no-resize {
  resize: none;
}

.form-bg-input :is(input.form-control, textarea) {
  background-color: #f2f3f4;
}

.hasArrow:hover i {
  padding-left: 6px;
}

.form-ui input:not([type='radio'], [type='checkbox'], [type='textarea']) {
  height: 56px;
}

.form-ui .icon-style {
  border: 1px solid #DADADA;
  width: 100%;
  padding: 15px 16px;
  outline: none;
}

/* .line-bottom::after {
  content: "";
  left: 0;
  bottom: -6px;
  position: absolute;
  width: 100% !important;
  height: 3px;
  background-color: #f0f0f0;
} */

.line-bottom {
  position: relative;
}

.line-bottom::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 71px;
  height: 2px;
  bottom: -6px;
  background-color: var(--primary-color);
  z-index: 1;
}

.h2-underline::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  margin: 0 auto;
  bottom: 0;
  background-color: var(--primary-color-dark);
}

.small-image {
  width: 130px;
  height: 100px;
}

/***
====================================================================
	About Section Inner
====================================================================

***/
.smart-member {
  position: relative;
}

.smart-meta {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  outline: 1px solid rgba(163, 90, 159, 0.315);
  outline-offset: -20px;
}

.smart-member button.know-more {
  opacity: 0;
  background-color: rgba(163, 90, 159, 0.75);
  border: none;
  border-radius: 20px;
  padding: 0.65rem 1rem;
  outline: none;
  color: white;
  cursor: pointer;
}

.smart-member button.know-more:hover {
  background-color: rgba(163, 90, 159);
}

.smart-meta .smart-socials {
  padding: 24px;
}

.smart-team .member-meta .meta-name {
  font-weight: 700;
  font-size: 18px;
}

.smart-meta .smart-socials {
  opacity: 0;
  transition: all 400ms ease;
}

.smart-meta .smart-socials li:not(:last-child),
.member-meta-Modal .smart-socials li:not(:last-child) {
  margin-right: 0.75rem;
}

.smart-meta .smart-socials li a,
.member-meta-Modal .smart-socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
}

.smart-meta .smart-socials li a:hover,
.member-meta-Modal .smart-socials li a:hover {
  background-color: var(--primary-color-dark);
  color: #fff;
}

/* member-meta-Modal */
.member-meta-Modal .img-container {
  width: 81px;
  height: 81px;
}

.member-meta-Modal .modal-header {
  background-color: rgba(163, 90, 159, 0.05);
}

.meta-col:hover .smart-meta {
  outline-offset: -10px;
  outline: 1px solid var(--primary-color);
}

.meta-col:hover img {
  filter: saturate(1.2);
}

.meta-col:hover .smart-member .smart-socials,
.meta-col:hover .smart-member button.know-more {
  opacity: 1;
}

/*
===========================================
				Get Involved SECTION
===========================================
*/
.active-light-bg {
  background-color: #E2E9F2 !important;
}

.get-involved-option {
  background-color: #F8F8F8;
  padding: 1rem 1.5rem;
}

.get-involved-option .icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  text-align: center;
}

.get-involved-option svg {
  width: 45px;
  height: 45px;
}

.get-involved-option svg {
  stroke: currentColor;
}

/*
===========================================
				TEAM SECTION
===========================================
*/

.teams-section .team-item {
  position: relative;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.read-more-toggler {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.has-show-on-hover .showing-item {
  opacity: 0;
}

.has-show-on-hover:hover .showing-item {
  opacity: 1;
}

.teams-section .team-item .team-meta {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 8px 1rem;
  bottom: 40px;
  background: rgba(32, 77, 118, 0.8);
  color: #fff;
}

.center-initial {
  text-align: center;
}

.teams-section .team-item .meta-links {
  display: none;
}

.teams-section .team-item:hover .meta-links {
  display: block;
}

.teams-section .team-item:hover .center-initial {
  text-align: left;
}

.teams-section .team-item .team-meta {
  display: flex;
  justify-content: center;
}

.teams-section .team-item:hover .team-meta {
  justify-content: space-between !important;
}

.teams-section .meta-links .social-icon,
.social-icon {
  width: 28px;
  height: 28px;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-heading {
  font-size: clamp(1.25rem, 1.3333rem + 0.7407vw, 1.75rem);
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
}

.section-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  background-color: #f2f2f2;
}

.testimonial-section .card {
  border-radius: 12px;
}

.testimonial-section .common-avata {
  margin-top: -35px;
  position: relative;
  outline: 9px solid #f2f2f2;
}

.simple-avatar {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e8f1fd;
  border: 2px solid var(--primary-color);
  flex-shrink: 0;
}

.null-avatar {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: #e8f1fd;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);

}

.testimonial-section .testi-img-avata {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 99999;
}

.testimonial-section .testi-img-no-avata {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  z-index: 999;
  position: relative;
  z-index: 1;
}

.testimonial-section .testi-authors .name {
  font-size: 18px;
  font-weight: 600;
}

@keyframes selectText {
  0% {
    background-color: transparent;
    color: inherit;
  }

  50% {
    background-color: var(--primary-color);
    color: inherit;
  }

  100% {
    background-color: transparent;
    color: inherit;
  }
}

mark.highlight {
  display: inline;
  animation: selectText 1s infinite;
}

.quote-icon {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-section .testi-authors .designation {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}

.testimonial-section .owl-dot {
  margin-top: 2rem;
}

.testimonial-section .owl-carousel.owl-drag .owl-item {
  padding: 3px;
}

.testimonial-section .owl-dot:focus {
  outline: none !important;
}

.testimonial-section .owl-dot:not(.active) span {
  background-color: var(--secondary-color) !important;
  opacity: 0.2;
  width: 10px !important;
  height: 10px !important;
}

.testimonial-section .owl-dot:not(.active) span:hover {
  opacity: 1;
  transition: all 600ms ease-out;
}

.testimonial-section .owl-dot.active span {
  background-color: var(--secondary-color) !important;
  width: 30px !important;
  height: 10px !important;
}

.common-avata {
  position: absolute;
  top: -2rem;
  z-index: 99;
}

/*** ====================================================================
	Blog Section Homepage
====================================================================
***/

/* new style  */
.blog-section .blog-meta {
  position: absolute;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.85) 50%);
  left: 0;
  padding: 1.5rem 1.5rem 0.5rem;
  bottom: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

.blog-section .blog-indiv {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.blog-section .blog-indiv img {
  transition: all 400ms ease;
}

.blog-section .blog-indiv:hover img {
  transform: scale(1.1);
}

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

.blog-section .blog-col {
  position: relative;
}

.blog-section .blog-meta h4 {
  color: #fff;
  font-weight: 700;
  font-weight: 700;
  font-size: 21px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-1 {
  -webkit-line-clamp: 1;

}

.clamp-2 {
  -webkit-line-clamp: 2;

}

.blog-section .blog-meta p {
  font-size: 16px;
  color: var(--text-color);
}

.blog-section .blog-meta a {
  color: #c7c7c7;
}

.blog-section .blog-col:hover .read-more {
  background-color: var(--primary-color) !important;
  color: #fff;
}

/*** ====================================================================
	Blog Inner
====================================================================
***/


/*** ====================================================================
	Footer Section
====================================================================
***/
footer {
  position: relative;
  background-color: #1e5474;
}

footer .msg-alert {
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 9999999;
}

footer .container {
  position: relative;
  z-index: 1;
}

.footer-col-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.45rem;
}

footer .footer-socials li {
  margin-right: 1rem;
}

.footer-nav li {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-nav li a {
  color: #fff;
}

.info-links li {
  margin-bottom: 16px;
}

.info-link {
  position: relative;
  font-size: 16px;
  color: #fff;
}

.hover-underline a:hover {
  text-decoration: underline;
}

.footer-logo {
  height: 120px;
  /* max-width: 200px; */
}

.copyright-container {
  border-top: 1px solid #c7c7c7;
  padding-top: 3rem;
}

.payments-logo {
  max-width: 200px;
}

.copyright-text {
  color: var(--text-color-light);
  font-size: 15px;
}

.copyright-text a {
  font-weight: 600;
}

.footer-events .img-container {
  width: 60px;
  height: 60px;
}

.footer-events .event-date span {
  color: #fff;
  font-size: 14px;
}

.footer-subscribe .subscribe-input {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  border-radius: 6px;
  border: 1px solid #c7c7c7;
}

.footer-subscribe .subscribe-input :is(input, button) {
  border: none;
}

.footer-subscribe .subscribe-input button {
  padding: 12px 20px;
}

.footer-subscribe .subscribe-input button:disabled {
  background-color: #95acc1;
  color: #fff;
}

.footer-subscribe .subscribe-input button:enabled {
  background-color: var(--primary-color);
}


input.form-control:focus {
  outline: none;
  box-shadow: none;
}

.custom-indicators li.active,
.owl-clients .owl-dot.active span {
  background-color: var(--primary-color) !important;
}

.owl-clients .owl-dot:focus {
  outline: none;
}

.icon-wrapper {
  height: 50px;
  width: 50px;
  display: inline-block;
}

.icon-container {
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.icon-40 {
  width: 40px ! important;
  height: 40px ! important;
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* products categories home */
.highlight-card-lg {
  height: 530px;
  padding: 30px 0 0 30px;
}

.highlight-card-sm {
  height: 250px;
  padding: 25px 0 0 25px;
}

.highlight-info {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.highlight-card-sm .highlight-info {
  left: 25px;
  top: 25px;
}

.highlight-card-lg .attached-image {
  width: 100%;
  max-width: calc(100% - 150px);
}

.highlight-card-lg .highlight-info {
  max-width: 300px;
}

.highlight-card-sm .attached-image {
  width: 100%;
  max-width: calc(100% - 150px);
}

.highlight-card-sm .highlight-info {
  max-width: 200px;
}

.section-header {
  height: 320px;
}

.products-abs {
  margin-top: -130px;
}

/* home social */

.ratings {
  margin-bottom: 3px;
  margin-top: 4px;
}

.ratings li {
  color: #efefef;
  font-size: 14px;
  margin-right: 5px;
}

.ratings li.active-star {
  color: var(--secondary-color);
}

.offer-titles {
  padding-left: 45px;
}

.offer-image {
  padding: 0 45px;
}

.color-inverted {
  --webkit-filter: invert(100%);
  filter: invert(100%);
}

.wishlist-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  top: 15px;
  left: 15px;
}

.wishlist-btn i {
  color: #fff;
}

/* cart */
.global-backdrop {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.backdrop-open {
  z-index: 9;
  opacity: 1;
}

/* forms */
.common-input {
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 15px;
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  outline: none;
  border-radius: 6px;
  color: var(--text-color);
}

.common-input:focus {
  border-color: var(--primary-color);
}

.common-label {
  font-size: 16px;
  color: var(--primary-dark);
  margin-bottom: 5px;
}

.common-input[type="file"] {
  padding-top: 10px;
  padding-left: 10px;
}

.header-socials ul {
  height: 100%;
}

.header-socials ul li a {
  color: #fff;
}

.radio-label,
.flat-input {
  width: 100px;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 10px;
  color: var(--text-color);
  outline: none !important;
  border-radius: 6px;
}

.custom-radio:checked+.radio-label {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.radio-label:hover,
.flat-input:focus {
  border-color: var(--secondary-color);
}

.hidden-input {
  display: none;
}

.custom-form {
  padding: 10px;
}

.modal-header .close {
  font-weight: 400;
}

.separator-border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin: 3.5rem 0;
}

/* inner page */
.page-nav li,
.page-nav li a {
  color: #fff;
  font-size: 16px;
}

.page-nav li:last-child .link-divider {
  display: none;
}

.inner-banner {
  position: relative;
  height: 65vh;
  display: flex;
  align-items: center;
}

.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.inner-banner .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.inner-banner .inner-banner-titles {
  position: relative;
  padding-top: 4rem;
  z-index: 999;
}

.inner-banner-titles .inner-heading {
  font-weight: 700;
  font-size: 32px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-texts {
  position: absolute;
  z-index: 1;
}

.custom-checkbox:checked+.color-checkbox::before {
  border-color: #666;
  background-color: #eee;
}

.custom-checkbox:checked+.size-checkbox {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: #fff;
}

.page-nav-dark li,
.page-nav-dark li a {
  color: var(--text-color);
}

.counter {
  height: 50px;
  border: 1px solid #ddd;
  background-color: var(--primary-light);
  max-width: 180px;
  border-radius: 5px;
  font-family: var(--font-mont);
}

.counter * {
  font-family: var(--font-mont);
}

.counter input {
  background: none;
  border: none;
  font-size: 18px;
  color: var(--primary-dark);
  font-weight: 600;
  cursor: default;
  width: 100%;
  text-align: center;
}

.counter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.counter-action {
  padding: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  color: var(--primary-dark);
  font-size: 25px;
  flex-shrink: 0;
  outline: none !important;
  border-radius: 5px;
}

.counter-action:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.circle-image {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.badge {
  font-weight: 400;
  padding-top: 6px;
}

.bg-content {
  overflow: hidden;
  border-radius: 10px;
}

/*services*/
.sticky-aside {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-height) - 50px);
}

/* contact */
.contact-form-col {
  order: 1;
}

.round-icon {
  height: 170px;
  width: 170px;
  background-color: #e6f2f9;
  font-size: 20px;
  flex-shrink: 0;
  border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
  .heading-ultra {
    font-size: 64px;
  }

  .copy-right,
  .copyright-text {
    text-align: center !important;
  }

  .footer-socials {
    padding: 5px;
  }

  .custom-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .secondary-nav {
    display: block !important;
  }

  .main-navs {
    justify-content: flex-end;
  }

  .secondary-nav {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }

  .custom-nav {
    margin-top: 12px;
  }

  .custom-nav li::after {
    content: unset;
  }

  .custom-nav li a {
    margin: 0 5px;
  }

  .secondary-nav li {
    padding: 5px 20px;
  }

  .filters-aside .close-btn {
    color: var(--secondary-color) !important;
  }
}

@media (min-width: 992px) {
  .logo-wrapper.after .wrapper {
    position: absolute;
    z-index: 999999;
    left: 140px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .event-indiv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    opacity: 0;
    background-color: var(--primary-color);
    transition: all 600ms ease;
    z-index: 1;
  }

  .event-indiv:hover::before {
    opacity: 1;
  }

  .event-indiv:hover {
    padding-left: 1rem;
    transition: all 600ms ease;
  }

  .project-section .project-sm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 992px) {
  .heading-ultra {
    font-size: 60px;
  }

  .pad-bot {
    padding-bottom: 60px;
  }

  .pad-top {
    padding-top: 60px;
  }

  .heading-banner {
    font-size: 36px;
  }

  .heading-large {
    font-size: 32px;
  }

  .rounded-mb {
    border-radius: 50%;
  }

  .header-top-right {
    display: none;
  }

  .header-top-left {
    display: flex;
    align-items: center;
  }

  .banner-slider :is(.carousel-control-next, .carousel-control-prev) {
    display: none !important;
  }

  .banner-slider .carousel-indicators {
    visibility: visible;
  }

  .banner-slider .carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
  }
}

.owl-carousel .owl-stage {
  display: flex;
}

/* 
.owl-carousel.owl-drag .owl-item {
    padding: 3px;
} */

.product-infos {
  border-top: 1px solid #f1f1f1;
}

@media (max-width: 600px) {
  .home-events .owl-nav {
    display: none;
  }

  .home-missions .hexagon {
    width: 100px;
    height: 100px;
  }

  .home-missions svg {
    max-width: 40px;
    /* height: 150px; */
  }

  .section-sub-heading,
  .inner-banner h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .banner-captions h1 {
    font-size: 28px !important;
  }

  .custom-nav li.active a:before {
    content: "";
    position: absolute;
    left: 0 !important;
    width: 26px;
    height: 2px;
    bottom: 10px !important;
    background-color: var(--primary-color);
  }

  .date-meta {
    /* display: none; */
  }

  .blog-indiv {
    aspect-ratio: 5/4 !important;
  }

  .custom-nav li a {
    padding: 10px 0;
  }

  .footer-col-title {
    font-size: 18px;
  }

  .footer-nav li,
  footer .info-link {
    font-size: 16px;
  }

}

@media only screen and (max-width: 768px) {
  .heading-ultra {
    font-size: 52px;
  }

  .nav-header {
    padding: 5px 0;
  }

  .heading-large {
    font-size: 30px;
  }

  .bold-label {
    font-size: 16px;
  }

  .home-captions p {
    font-size: 16px;
    line-height: 24px;
  }

  .bg-content {
    padding-right: 0 !important;
  }

  .bg-content .content-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .bg-content .img-container {
    max-height: 400px;
  }
}

@media (max-width: 992px) {

  .header:not(.scrolled) .navbar-toggler .icon {
    color: #fff !important;
  }

  .teams-section .team-item .team-meta {
    bottom: 0;
    display: block;
    text-align: center;
  }

  .team-item .read-more-toggler {
    opacity: 1 !important;
    top: 10px;
    right: 10px;
    left: unset;
    transform: unset;

  }

  .teams-section .team-item .meta-links {
    display: block;
  }

  .header.scrolled .navbar-toggler .icon {
    color: var(--primary-color) !important;
  }

  .header-top,
  .header .logo-meta,
  .logo-wrapper::before {
    display: none !important;
  }

  .header .navbar-nav li a.nav-link {
    color: #444 !important;
  }

  .header .navbar-nav .dropdown-menu li a {
    color: var(--primary-color);
  }

  .custom-tabs {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 1rem;
  }

  .custom-tabs .nav-link {
    white-space: nowrap;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    padding-top: calc(var(--header-height) - 30px);
    left: 0;
    padding-left: 25px;
    padding-bottom: 25px;
    width: 100%;
    background-color: #fff;
  }


  .header:not(.scrolled-header) .navbar :is(.collapse.show, .collapsing) ul li a {
    color: #444;
  }

  .banner-captions {
    padding: 1rem;
    left: unset !important;
    transform: unset !important;
  }

  .stack-1 {
    margin: -5rem 0 0 0 !important;
  }

  .stack-2 {
    margin: 0 0 -5rem !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1300px) {
  .logo-wrapper.after::before {
    top: -320px;
    left: -100px;
    width: 400px;
    height: 400px;
  }

  .logo-meta {
    display: none;
  }

  .logo-wrapper.after .logo-flex-handler {
    transform: scale(0.75);
    margin-top: -50px;
    margin-left: -140px;
  }
}

@media only screen and (max-width: 575px) {
  .heading-ultra {
    font-size: 56px;
  }

  .heading-large {
    font-size: 30px;
  }

  .intro-image {
    width: 100%;
  }

  .tall-intro-image {
    display: none;
  }

  .aside-nav li a {
    font-size: 16px;
  }

  .footer-bottom>div:nth-child(3) {
    margin-top: 30px;
  }

  .large-map iframe {
    height: 380px;
  }

  .home-captions p {
    display: none;
  }

  .home-captions a {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .heading-ultra {
    font-size: 48px;
  }
}

@media screen and (max-width: 360px) {
  body {
    overflow-x: scroll !important;
    min-width: 360px;
  }
}