:root {
	--body-font-family: 'lusail-regular';
	--heading-font-family: 'lusail-bold';
	--primary-color: rgba(13, 66, 97,100%);
	--primary-color-80: rgba(13, 66, 97,80%);
	--primary-color-60: rgba(13, 66, 97,60%);
	--primary-color-40: rgba(13, 66, 97,40%);
	--primary-color-20: rgba(13, 66, 97,20%);
	--primary-color-10: rgba(13, 66, 97,10%);
	--primary-color-5: rgba(13, 66, 97,5%);
	--primary-color-2: rgba(13, 66, 97,2%);
	--secondary-color: rgba(162, 148, 117,100%);
	--secondary-color-80: rgba(162, 148, 117,80%);
	--secondary-color-60: rgba(162, 148, 117,60%);
	--secondary-color-40: rgba(162, 148, 117,40%);
	--secondary-color-20: rgba(162, 148, 117,20%);
	--secondary-color-10: rgba(162, 148, 117,10%);
	--secondary-color-5: rgba(162, 148, 117,5%);
	--secondary-color-2: rgba(162, 148, 117,2%);
	--maroon-color: rgba(138, 21, 56,100%);
	--maroon-color-80: rgba(138, 21, 56,80%);
	--maroon-color-60: rgba(138, 21, 56,60%);
	--maroon-color-40: rgba(138, 21, 56,40%);
	--maroon-color-20: rgba(138, 21, 56,20%);
	--maroon-color-10: rgba(138, 21, 56,10%);
	--green-color: rgba(0, 156, 128,100%);
	--green-color-80: rgba(0, 156, 128,80%);
	--green-color-60: rgba(0, 156, 128,60%);
	--green-color-40: rgba(0, 156, 128,40%);
	--green-color-20: rgba(0, 156, 128,20%);
	--green-color-10: rgba(0, 156, 128,10%);
	--font-color: rgba(0, 0, 0,100%);
	--font-color-80: rgba(0, 0, 0,80%);
	--font-color-60: rgba(0, 0, 0,60%);
	--font-color-40: rgba(0, 0, 0,40%);
	--font-color-20: rgba(0, 0, 0,20%);
	--font-color-10: rgba(0, 0, 0,10%);
	--paragraph-color: rgba(0, 0, 0,70%);
	--white: #ffffff;
	--white-80: rgba(255, 255, 255,80%);
	--white-60: rgba(255, 255, 255,60%);
	--white-40: rgba(255, 255, 255,40%);
	--white-20: rgba(255, 255, 255,20%);
	--white-10: rgba(255, 255, 255,10%);
	--black: #000;
	--black-80: rgba(0, 0, 0,80%);
	--black-60: rgba(0, 0, 0,60%);
	--black-40: rgba(0, 0, 0,40%);
	--black-20: rgba(0, 0, 0,20%);
	--black-10: rgba(0, 0, 0,10%);
  --shadow-color: rgba(0, 0, 0, 0.05);
	--section-background: #F8FAFF;
	--yellow: rgba(253, 243, 158,100%);
	--gray: #F1F4FC;
	--gray-two: #F1F5FF;
	--gray-three: #96A1B8;
	--gray-four: #667594;
	--border-color: #E1E5EE;
	--facebook: #3b5998;
	--twitter: #00acee;
	--linkedin: #1976d2;
	--pinterest: #3b5998;
	--youtube: #c4302b;
	--whatsapp: #4FCE5D;
	--body-font-size: 14px;
  --heading-font-size:20px;
	--body-font-weight: 500;
	--heading-font-weight: 700;
	--body-line-height: 1.7;
	--heading-line-height: 1.6; 
  --shadow:0 0 20px 3px rgba(0, 0, 0, 0.05);
}
body {
  font-size: 14px;
  font-family: 'lusail-regular';
  color: var(--paragraph-color);
}

.h-95 {
  height: 95% !important;
}
.card.card-footer {
  align-self: flex-end;
  flex: 1 1 auto;
}
i {
  font-style: normal;
}
a {
  display: inline-block;
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: var(--primary-color);
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
a:focus {
  text-decoration: none;
}
button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
  font-family: var(--heading-font-family);
  font-weight: normal;
}
h3 {
  font-size: 20px;
  color: var(--primary-color);
  padding-bottom:0px;	
}
h4 {
  font-size: 16px;
  color: var(--primary-color);
}
p {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: justify;
  color: var(--paragraph-color);
  line-height: 28px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style:none;
  padding-top: 0;
  margin: 0;
  padding-right: 0rem;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row-eq-height > [class*='col-'] > a {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.vh-70 {
  height: 70vh !important;
}
/*======Position=========================*/
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
  margin-top:20px;
}
.card-body {
  min-height: 270px;
}
/* Swiper Slider */
.swiper {
  width: 100%;
  height: 100%;
}
/* Main Slider Navigation */
.section-slider .swiper-button-next,
.section-slider .swiper-button-prev {
  z-index: 10;
  color: var(--white);
  background: rgba(13, 66, 97, 0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.section-slider .swiper-button-next {
  right: 30px;
  left: auto;
}
.section-slider .swiper-button-prev {
  left: 30px;
  right: auto;
}
.section-slider .swiper-button-next:hover,
.section-slider .swiper-button-prev:hover {
  background: var(--primary-color);
  transform: translateY(-50%) scale(1.1);
}
.section-slider .swiper-button-next:after,
.section-slider .swiper-button-prev:after {
  font-family: 'bootstrap-icons', 'swiper-icons';
  font-size: 20px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
  color: var(--white);
  font-weight: bold;
  display: inline-block;
  content: '\f284';
}
.section-slider .swiper-button-next:after {
  content: '\f285';
}
.section-slider .swiper-button-prev:after {
  content: '\f284';
}
/* Featured Swiper Navigation (different style) */
.featured-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.featured-controls--sidebar {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 0px;
  gap: 12px;
}
.featured-controls--sidebar .featured-button-next,
.featured-controls--sidebar .featured-button-prev {
  width: 36px;
  height: 36px;
  margin: 0;
}
.featured-button-next,
.featured-button-prev {
  z-index: 10;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(162, 148, 117, 0.15);
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  border: none;
  outline: none;
}
.featured-controls:not(.featured-controls--sidebar) .featured-button-next,
.featured-controls:not(.featured-controls--sidebar) .featured-button-prev {
  margin-bottom: 10px;
}
.featured-button-next,
.featured-button-prev {
  right: unset;
  left: unset;
  margin: 0;
}
.featured-button-next:after,
.featured-button-prev:after {
  font-family: 'bootstrap-icons', 'swiper-icons';
  font-size: 20px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
  color: #A29475;
  content: '\f284';
}
.featured-button-next:after {
  content: '\f285';
  transform: none;
}
.featured-button-next:hover,
.featured-button-prev:hover {
  background: rgba(162, 148, 117, 0.3);
}
/*======Overlay=========================*/
.overlay:not(.overlay-3):hover span.bg {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.overlay span.bg {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer !important;
  opacity: 0;
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary-color-40);
}
.overlay a {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer !important;
}
.hover-scale {
  overflow: hidden;
  transform: translateY(0);
}
.hover-scale:hover img {
  transform: scale(1.05);
}
.overly-custom {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
/* Overlay Primary Color */
.overly-primary-one {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.overly-primary-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#0d4261), to(transparent));
  background: linear-gradient(left, #0d4261, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: 1;
}
.overly-primary-one::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d4261), to(transparent));
  background: linear-gradient(top, #0d4261, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.overly-primary-one .overly-primary-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#0d4261));
  background: linear-gradient(left, transparent, #0d4261);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.overly-primary-one .overly-primary-two::after {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0d4261), to(transparent));
  background: linear-gradient(bottom, #0d4261, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.overly-primary-one:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.overly-primary-one:hover .overly-primary-two::before {
  left: 30px;
  opacity: 1;
}
.overly-primary-one:hover .overly-primary-two::after {
  top: 30px;
  opacity: 1;
}
.overly-primary-one:hover::before {
  right: 30px;
  opacity: 1;
}
.overly-primary-one:hover::after {
  bottom: 30px;
  opacity: 1;
}
/* Overlay Secondary Color */
.overly-secondary-one {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.overly-secondary-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#a29475), to(transparent));
  background: linear-gradient(left, #a29475, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: 1;
}
.overly-secondary-one::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#a29475), to(transparent));
  background: linear-gradient(top, #a29475, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.overly-secondary-one .overly-secondary-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#a29475));
  background: linear-gradient(left, transparent, #a29475);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.overly-secondary-one .overly-secondary-two::after {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#a29475), to(transparent));
  background: linear-gradient(bottom, #a29475, transparent);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
.overly-secondary-one:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.overly-secondary-one:hover .overly-secondary-two::before {
  left: 30px;
  opacity: 1;
}
.overly-secondary-one:hover .overly-secondary-two::after {
  top: 30px;
  opacity: 1;
}
.overly-secondary-one:hover::before {
  right: 30px;
  opacity: 1;
}
.overly-secondary-one:hover::after {
  bottom: 30px;
  opacity: 1;
}
/* Shapes */
.shape-1 {
  bottom: -1.8rem;
  left: -1.5rem;
  width: 85%;
  height: 90%;
  transform: translate3d(0px, 0px, 0px);
  z-index: -1;
  background: var(--gray)
}
.shape-publication-1 {
  bottom: -0.70rem;
  left: -0.70rem;
  width: 85%;
  height: 90%;
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
}
.shape-2 {
  top: -2.9rem;
  left: -1.5rem;
  z-index: -1;
  animation: animationFramesTwo 12s infinite linear alternate;
}
.shape-3 {
  top: 120px;
  left: 150px;
  z-index: -1;
  animation: animationFramesTwo 12s infinite linear alternate;
}
.shape-4 {
  top: -2.9rem;
  right: -1.5rem;
  z-index: -1;
  animation: animationFramesTwo 12s infinite linear alternate;
}
.shape-publication-2 {
  z-index: 1;
  top: 0;
  right: -1.5rem;
  animation: animationFramesTwo 12s infinite linear alternate;
}
/* Sections  */
.section-title {
  max-width: 750px;
  margin: -5px auto 50px;
  position: relative;
  font-family: var(--heading-font-family);
}
.section-title span {
  font-size:22px;
  font-family: var(--heading-font-family);
  color: var(--secondary-color);
  display: block;
  margin-bottom: 12px;
}
.section-title h2 {
  font-size: 24px;
  font-family: var(--heading-font-family);
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  margin-bottom: 10px;
  border-bottom: 1px solid hsla(0,0%,100%,.12);
}
.header .logo img {
  max-height: 96px;
  width: auto;
  height: auto;
  padding: 5px;
  transition: max-height 0.3s ease;
}
.header.topbar { 
  font-size: 16px;
  color: var(--white-80);
  padding: 0px 0px;
  transition: all 0.5s;
}
.header .topbar .contact-info i {
  color: var(--white-80);
  line-height: 0;
  margin: 0px 5px;
}
.header .topbar .contact-info i a{
  padding-right: 5px;
  color: var(--white-80);
}
.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
.header .topbar .contact-info i a:hover {
  color: var(--white);
  text-decoration: underline;
}
.header .topbar .social-links a {
  color: var(--white-80);
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
}
.header .topbar .social-links a:last-child {
  margin-left: 0px;
}
.header .topbar .social-links a:hover {
  color: var(--white);
} 
.header.sticked {
  background: var(--primary-color);
  box-shadow: 0px 2px 20px var(--shadow-color);
  animation: 750ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header.sticked .logo img {
  max-height: 72px;
}
.header.sticked .topbar { 
  display: none !important;
}
.header.sticked .menu {
  margin-top: 0px;
}
.header.sticked .navbar {
 margin-top: 20px;
}
.mobile-nav-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 0px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.mobile-nav-toggle:focus-visible {
  outline: 2px solid var(--secondary-color);
  outline-offset: 2px;
}
.mobile-nav-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.section-logo {
  border-left: 1px solid hsla(0,0%,100%,.12);
  padding-left: 50px;
}
/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.section-slider {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 80vh;
  object-fit: cover;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-slider .swiper-slide {
  height: 100vh;
  object-fit: cover;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-swiper {
  width: 100%;
}
.hero-swiper,
.hero-swiper .swiper-wrapper {
  height: 100%;
}
.hero-swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.hero-slide {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--primary-color-80);
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  transform-origin: center;
  transition: transform 12s ease-in-out;
  will-change: transform;
  z-index: 0;
}
.hero-slide__overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(180deg, rgba(7, 32, 49, 0.72) 0%, rgba(7, 32, 49, 0.45) 38%, rgba(7, 32, 49, 0.7) 100%);*/
  z-index: 1;
}
.hero-slide__content {
  position: relative;
  z-index: 2;
  min-height: clamp(320px, 65vh, 560px);
  width: 100%;
  padding: clamp(1.5rem, 3vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero-slide__copy {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.hero-slide .container {
  height: 100%;
}
.hero-slide__eyebrow {
  display: inline-block;
  letter-spacing: 1px;
}
.hero-slide__title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 1rem;
  line-height: 1.4;
}
.hero-slide__subtitle {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  margin-bottom: 0;
}
.section-slider h1 {
  color: #fff;
  display: flex;
  align-items: center;
}
.section-slider .slider-content {
  max-width: auto;
  text-align: center;
}
.section-slider .slider-content .top-title {
  font-size:40px;
  color: var(--secondary-color);
  font-weight: 800;
}
.section-slider .slider-content h1 {
  font-size:30px;
  margin-bottom: 1px;
  color: var(--white);
  padding-top:20px;
}
.section-slider .slider-content p {
  color: var(--white);
  font-size:22px;
  padding-top:20px;
  text-align: center !important;
}
.bg-zoom {
  position: relative;
}
.bg-zoom::before {
  animation: heroZoom 18s ease-in-out infinite;
}
@keyframes heroZoom {
  0%,
  100% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.08);
  }
}
/* Slider background images lazy loading */
.swiper-slide[data-bg] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Main Slider Pagination Styles */
.section-slider .swiper-pagination {
  bottom: 30px !important;
  z-index: 10;
}
.section-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--white-60);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 5px;
}
.section-slider .swiper-pagination-bullet-active {
  background: var(--secondary-color);
  width: 30px;
  border-radius: 6px;
}
/*============section-feature============*/
.section-feature {
  position: relative;
  margin-top: -130px;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px;
}
.feature-item-header {
  padding: 30px 30px 14px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px var(--shadow-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: var(--primary-color);
  position: relative;
  text-align: justify;
}
.feature-item-header .title h3 {
  font-size: 16px;
  color: var(--secondary-color);
  font-family: var(--heading-font-family);
}
.feature-item-header p {
  color: var(--white);
  font-family: var(--body-font-family);
}
.feature-item-header .arrow-left {
  position: relative;
  min-height: 100%;
  padding-bottom: 70px;
}
.feature-item-header .arrow-left::after {
  content: " ";
  position: absolute;
  left: -40px;
  top: 50%;
  border-top: 15px solid transparent;
  border-right: 15px solid var(--primary-color);
  border-left: none;
  border-bottom: 15px solid transparent;
}
.feature-item-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('../img/feature-shape-3.png') no-repeat bottom right;
  opacity: .3;
}
.feature-item {
  padding: 30px;
 -webkit-box-shadow: 0 0 20px 3px var(--shadow-color);
  box-shadow: 0 0 20px 3px var(--shadow-color);
  background-color: var(--white);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.feature-item .title {
  position: relative;
  margin-bottom: 28px;
}
.feature-item .title i {
  position: absolute;
  top: 0;
  font-size: 50px;
  line-height: 1;
  color: var(--primary-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.feature-item .title img {
  position: absolute;
  top: 0;
  line-height: 1;
  color: var(--primary-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.feature-item .title h3 {
  font-size: 16px;
  font-family: var(--heading-font-family);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-right: 80px;
  padding-top: 22px;  
}
.feature-item p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 0;
  color:var(--paragraph-color);
  font-family: var(--body-font-family);
}
.feature-item:hover {
  background-color: var(--primary-color);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.feature-item:hover .title i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: var(--white);
}
.feature-item:hover .title h3 {
  color: var(--white);
}
.feature-item:hover p {
  color: var(--white);
}
/*============Section Blog============*/
.section-blog {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.section-blog .section-shape {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
}
.section-blog .section-title span {
  color: var(--secondary-color);
}
.section-blog .card {
  border: 0;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--white);
  background-clip: border-box;
  border: 1px solid var(--primary-color-10);
  border-radius: 0.4rem;
  transition: all .3s;
}
/* .section-blog .card:hover {
  transform: translateY(-5px);
} */
.section-blog .card .blog {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 0px;
}
.section-blog .blog .card-body {
  display: block;
}
.section-blog .blog .card-body a {
  color: var(--primary-color);
  font-size: 15px;
  font-family: var(--heading-font-family);
  margin: 10px 0px;
}
.section-blog .blog .card-body a:hover {
  color: var(--secondary-color);
}
.section-blog .blog-date {
  font-size: 16px;
  color: var(--secondary-color);  
  padding: 0 5px 0 0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.section-blog .blog-date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  width: 2px;
  background-color: var(--secondary-color);
  height: 15px;
}
.section-blog .blog .card-body p {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 24px;
}
.section-blog .blog .blog-img img{
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  position: relative;
  transition: all 0.35s ease-in-out;
}
.section-blog .card:hover img {
  transform: scale(1.05);
}
.section-blog .card:not(.overlay-3):hover span.bg {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.section-blog .card-footer {
  padding: 0.5rem 1rem;
  background-color: transparent;
  background-color: #f9fafb;
  border-top: 1px solid var(--gray);
  transition: all .3s;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.section-blog .blog .read-more {
  font-size: 16px;
  color: #0D4261;
  transition: all .3s;
}
.section-blog .card:hover .card-footer{
  background-color: var(--primary-color);  
}
.section-blog .card:hover .read-more {
  color: var(--white);
}
/*============About============*/
.section-about {
  padding: 60px 0;
}
.section-about .about-content {
  margin-left: 30px;
  
}
.section-about .about-content .about-title {
  margin-bottom: 40px;
}
.section-about .about-content .about-title span {
  font-size:22px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  color: var(--secondary-color) !important;
}
.section-about .about-content .about-title h2 {
  font-size: 27px;
  font-family: var(--heading-font-family);
  line-height: 1.4;
}
.section-about .about-img {
  margin-bottom: 30px;
}
.section-about .about-img figure img {
  z-index: 999;
}
.section-about .about-img figure img {
  border-radius: 0.4rem;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.section-about .about-content .tab {
  margin-bottom: 30px;
}
.section-about .about-content .tabs {
  margin-bottom: 30px;
}
.section-about .about-content .tabs li {
  display: inline-block;
  margin-left: 15px;
  font-family: var(--heading-font-family);
  font-size: 15px;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.section-about .about-content .tabs li.current {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.section-about .about-content .tab_content .tabs_item p {
  margin-bottom: 0;
}
.section-about .about-content .tab_content .tabs_item ul {
  margin-top: 25px;
}
.section-about .about-content .tab_content .tabs_item ul li {
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  padding-right: 23px;
  text-align: right;
}
.section-about .about-content .tab_content .tabs_item ul li i {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 18px;
}
.section-about .about-content .tab_content .tabs_item ul li:last-child {
  margin-bottom: 0;
}
.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}
.tab .tab_content {
  padding: 0 0px 0px 20px;    
}

.about-img-2 img {
  clip-path: polygon(19.2% 0%, 100% 0%, 100% 31.3%, 100% 100%, 0% 100%, 0% 28%);
  width: 100%; 
}
.about-img-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.0rem;
  width: 100%;
  height: 100%;
  background: url(../img/top-left-dots.png) no-repeat top left;
  opacity: 1;
  z-index: -1;
  animation: animationFramesThree 12s infinite linear alternate;
}
.about-img-3 img {
  clip-path: polygon(0% 0%, 79.9% 0%, 100% 31.3%, 100% 100%, 0% 100%, 0% 50%);
  width: 100%; 
}
.about-img-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top-right-dots.png) no-repeat top right;
  z-index: -1;
  animation: animationFramesThree 12s infinite linear alternate;
}
/*============Section Message============*/
.section-message {
  overflow: hidden;
  padding: 60px 0;
  background-color: var(--gray);
}
.section-message .message-item {
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  border: 0px solid var(--primary-color-20);
  border-radius: 5px;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
}
.section-message .message-item .message-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section-message .message-item .message-shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.section-message .message-item .section-title {
  margin: 0px;
}
.section-message .message-item .section-title h2 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: var(--secondary-color);
  font-family: var(--heading-font-family);
  font-size: 20px;
}
.section-message .message-item h4,
.section-message .message-item span {
  color: var(--paragraph-color);
}

.section-message .message-item .message-author {
  margin-top: 25px;
  padding-top: 20px;
}

.section-message .message-item .message-author h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-family: var(--heading-font-family);
}

.section-message .message-item .message-author span {
  display: block;
  font-size: 14px;
  font-family: var(--heading-font-family);
  color: var(--paragraph-color);
}
.section-message .message-item blockquote {
  margin: 0px auto 20px;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
  color: var(--paragraph-color);
  font-style: normal;
  border: none;
  background: transparent;
  position: relative;
  max-width: 100%;
}
.section-message .message-item:hover blockquote {
  color: var(--primary-color);
}
.section-message .message-item blockquote:before {
  content: open-quote;
  display: inline-block;
  vertical-align: top;
  color: var(--secondary-color);
  font-size: 38px;
  line-height: 1;
  position: relative;
  padding-right: 10px;
  font-family: serif;
}
.section-message .message-item blockquote:after {
  content: close-quote;
  display: inline-block;
  vertical-align: top;
  color: var(--secondary-color);
  font-size: 38px;
  line-height: 1;
  position: relative;
  padding-left: 10px;
  font-family: serif;
}
.section-message .message-item:hover blockquote:before {
  color: var(--primary-color);
}
.section-message .message-item:hover blockquote:after {
  color: var(--primary-color);
}
.section-message .message-item .img-chairman {
  border-radius: 50%;
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.section-message .message-item .img-rules {
  border-radius: 5px;
}
.section-message .message-item h4 {
  color: var(--paragraph-color);
  font-size: 16px;
  font-family: var(--heading-font-family);
}
.section-message .message-item:hover h4 {
  color: var(--primary-color) !important;
}
.section-message .message-item span {
  color: var(--paragraph-color) !important;
  font-size: 14px;
  font-family: var(--heading-font-family);
}
.section-message .message-item:hover span {
  color: var(--primary-color) !important;
}
.section-message .message-item ul {
  padding: 30px 0;
}
.section-message .message-item ul li {
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
  padding-right: 0px;
  text-align: right;
  display: flex;
  color:var(--paragraph-color);
}
.section-message .message-item ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-message .message-item i {
  font-size: 20px;
  color:var(--paragraph-color);
  line-height: 1;
  display: block;
  margin-left: 5px;
}
.section-message .message-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* background-color: var(--primary-color); */
}
.section-message .message-item:hover ul li {
  color: var(--primary-color);
}
.section-message .message-item:hover i {
  color: var(--primary-color);
}
.section-message .message-item:hover .message-shape {
  opacity: 0;
}
.section-message .message-item:hover .message-shape-2 {
  opacity: 1;
}
/*============Section studyPlan============*/
.section-studyPlan {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-image: unset;
  background-color: var(--primary-color);
  padding: 60px 0;
}
.section-studyPlan .section-title h2 {
  color: var(--white);
}
.section-studyPlan .studyPlan-item {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 25px;
  text-align: right;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}
.section-studyPlan .studyPlan-item i {
  font-size: 20px;
  color: var(--primary-color);
  line-height: 1;
  display: block;
  margin-left: 5px;
}
.section-studyPlan .studyPlan-item h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-studyPlan .studyPlan-item p {
  margin-bottom: 0;
  flex: 1;
}
.section-studyPlan .studyPlan-item .overly-secondary-two {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.section-studyPlan .studyPlan-item span {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 100px;
  z-index: -1;
  opacity: 0.06;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*============section-buildings============*/
.section-buildings {
  overflow: hidden;
  padding: 0px 0;
}
.section-buildings .col-lg-6.pr-0 {
  padding-right: 0;
}
.section-buildings .col-lg-6.pl-0 {
  padding-left: 0;
}
.section-buildings .section-content {
  max-width: 600px;
  margin-right: auto;
}
.section-buildings .section-title {
  margin-bottom: 40px;
}
.section-buildings .section-title span {
  display: block;
  margin-bottom: 10px;
  color: var(--secondary-color);
}
.section-buildings .section-title h2 {
  margin-bottom: 0;
  line-height: 1.4;
}
.section-buildings .buildings-item {
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px var(--shadow-color);
  box-shadow: 0 0 20px 3px var(--shadow-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}
.section-buildings .buildings-item h3 {
  margin-bottom: 12px;
  color: var(--black-80);
  font-size: 18px;
  font-weight: 700;
}
.section-buildings .buildings-item p {
  margin-bottom: 0;
}
.section-buildings .buildings-item span {
  position: absolute;
  top: -13px;
  left: -4px;
  line-height: 1;
  font-size: 80px;
  opacity: 0.1;
  font-weight: 700;
}
.section-buildings .buildings-img {
  background-image: url(../../assets/img/solution-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 30px;
  position: relative;
}
.section-buildings .buildings-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: var(--white);
}
.section-buildings .buildings-img img {
  display: none;
}
/*============section-publications============*/
.section-publications {
  padding: 60px 0;
}
.publications-item h2 {
  font-size: 18px;
  font-family: var(--heading-font-family);
  color: var(--secondary-color);
  text-align: center;
  position: relative;
  line-height: 1.4;
  padding: 30px 20px;
}
.publications-content {
  padding: 0px 80px 40px;
}
.publications-item figure .publication-img {
  position: relative;
  background-color: var(--white);
  padding: 20px 20px 10px;
  z-index: 10;
  border-radius: 5px;
}
.publications-item figure .publication-img h3 { 
  font-size: 14px;
  font-family: var(--heading-font-family);
  padding-top: 20px;
  text-align: center;
}
/*=============section-Partner============*/
.section-Partner {
  text-align: center;
  padding:40px 0;
  border-top: 1px solid var(--gray);
}
.section-Partner .owl-carousel .owl-item {
  line-height: 1;
}
.section-Partner .owl-carousel .owl-item img {
  width: auto;
}
/*=============section-breadcrumb============*/
.breadcrumbs {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    background-color: var(--primary-color);
    padding-top: 150px;
    padding-bottom: 50px;
}
.breadcrumbs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}
.breadcrumbs .page-header {
  position: relative;
}
.breadcrumbs .page-header h2 {
  margin-bottom: 15px;
  color: var(--secondary-color);
  font-size: 32px;
}
.breadcrumbs .page-header ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
}
.breadcrumbs .page-header ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 0px;
  margin-left: 0px;
  font-weight: 500;
}
.breadcrumbs .page-header ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -3px;
  background-color: var(--primary-color);
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.breadcrumbs .page-header ul li:last-child::before {
  display: none;
}
.page-title-area .page-header ul li a {
  color: var(--white);
}
.breadcrumbs .page-header ul li a:hover {
  color: var(--primary-color);
}
.breadcrumbs .page-header ul .active {
  color: var(--secondary-color);
}
/*=============section-breadcrumb============*/
.page {
  padding:40px 10px 50px 10px;
}
.page h3 {
  font-size: 20px;
  font-family: var(--heading-font-family);
  color: var(--primary-color);
  padding-bottom:5px;	
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.5;
}
.page h4 {
  font-size: 16px;
  font-family: var(--heading-font-family);
  color: var(--secondary-color);
  padding:15px 0px;	
}
.page p span {
  font-size: 16px;
  font-family: var(--heading-font-family);
  color: var(--secondary-color);
  padding:0px;
  margin-left: 5px;	
}
.page .page-content ul li {
  padding-bottom: 15px;
  /*display:flex;*/
  align-items: center;
  line-height: 1.7;
}
.page .page-content ul li span {
  font-size: 16px;
  font-family: var(--heading-font-family);
  color: var(--secondary-color);
  padding: 0px;
  margin-left: 5px;
}
.page .page-content  .figure {
 margin-right: 10px;
}
.page .page-content .figure-caption {
  background-color: var(--black-60); 
  margin-bottom: 7px; 
  padding: 10px; 
  width: 100%;
  color: var(--secondary-color);
  font-size: 16px;
}
.page .page-content .figure-caption span{ 
  color:var(--white);
}
.page .page-content ul li::before {
  font-family: "bootstrap-icons";
  content: "\F12A";
  padding-left: 5px;
}
.page .img-custom {
  max-width: 100%;
  height: 500px; 
  margin-top:50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.page .blog-details-content .blog-heading .date {
  font-size: 16px;
  padding: 0 5px 0 0;
  position: relative;
}
.page .blog-details-content .blog-heading .date::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 1px;
  width: 2px;
  background-color: var(--secondary-color);
  height: 15px;
}
.page .blog-details-content .blog-heading h3 {
  padding-top: 10px !important;
  border: 0;
  margin-bottom: 15px;
}
.page .blog-details-content .blog-heading .blog-details-img img {
  object-fit: cover;
}
.page .blog-details-content .blog-content {
  margin-top: 20px;
}
.page .blog-details-content .blog-content img {
  padding: 10px 0px;
}
.contact-us li i{
  margin-left: 5px;
  font-size: 15px;
  padding-top: 2px;
}
.contact-us li span a {
   font-size: 15px;
}
.contact-us li span {
  font-size: 15px;
}
.offcanvas-body .accordion-item {
  background-color: var(--gray);
  border: 0px solid rgba(0,0,0,.125);
}
.accordion-item {
  background-color: var(--white);
  border: 0px solid rgba(0,0,0,.125);
}
.sidebar-wrapper {
  padding: 20px 30px 30px;
  width: 100%;
  height: 500px;
  background-color: var(--gray);
  border-radius: 10px;
}
.sidebar-wrapper .sidebar-grid .grid-list {
  margin-bottom: 30px;
}
.sidebar-wrapper .sidebar-grid .grid-list .list-title {
  color: var(--black);
}
.sidebar-wrapper .sidebar-grid .grid-list .list-title:hover {
  color: var(--primary-color);
}
.sidebar-wrapper .sidebar-grid .grid-list .list-image {
  width: 100%;
}

.sidebar .sidebar-widget {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  border: 1px solid var(--gray);
  margin-bottom: 30px;
  position: relative;
  font-family: 'lusail-bold';
}
.sidebar .sidebar-widget ul {
  padding-left: 0rem;
  padding-right:0rem;
}
.sidebar .sidebar-widget ul li a {
  font-family: var(--heading-font-family);
  color: #0D4261;
  padding: 20px;
  border-bottom: 1px solid var(--gray);
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}
.sidebar .sidebar-widget ul li a::before {
  font-family: "bootstrap-icons";
  content: "\F38B";
  font-weight: normal;
  float: right;
  font-size: 20px;
  position: relative;
  top: -5px;
  left: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sidebar .sidebar-widget ul li:last-child a {
  border-bottom: none;
}
.sidebar .sidebar-widget ul li:hover a {
  color: var(--white);
  background-color: var(--primary-color);
}
.sidebar .sidebar-widget ul li:hover a i {
  color: var(--white);
}
.sidebar .sidebar-widget ul li:hover a::before {
  font-family: "bootstrap-icons";
  content: "\f270";
  font-weight: normal;
}
.sidebar .sidebar-widget ul li .active {
  color: var(--white);
  background-color: var(--primary-color);
}
.sidebar .sidebar-widget ul li .active::before {
  font-family: "bootstrap-icons";
  content: "\f270";
  font-weight: normal;
}
.sidebar .sidebar-qrcode-widget h3 {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.sidebar .sidebar-qrcode-widget h3::before {
  font-family: "bootstrap-icons";
  content: "\F6AD";
  display: inline-block;
  margin-left: 5px;
  margin-top: 0px;    
}
.sidebar .sidebar-pdf-widget {
  margin-bottom: 30px;
}
.sidebar .sidebar-pdf-widget ul li {
  margin-bottom: 15px;
}
.sidebar .sidebar-pdf-widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-pdf-widget ul {
  padding: 0px;
}
.sidebar .sidebar-pdf-widget ul li a {
  padding: 20px 30px;
  background-color: var(--gray);
  color: #0D4261;
  display: block;
  position: relative;
  padding-left: 75px;
  font-size: 15px;
  font-family: 'lusail-bold';
}
.sidebar .sidebar-pdf-widget ul li a i {
  color: var(--primary-color);
  font-size: 40px;
  position: absolute;
  top: 13px;
  left: 30px;
}
.sidebar .sidebar-pdf-widget ul li:hover a {
  background-color: var(--primary-color);
  color: var(--white);
}
.sidebar .sidebar-pdf-widget ul li:hover i {
  background-color: var(--primary-color);
  color: var(--white);
}
.sidebar .services-contact {
  background-color: var(--primary-color);
  padding: 30px;
}
.sidebar .services-contact h3 {
  color: var(--white);
  font-size: 25px;
  margin-bottom: 20px;
}
/* Gallery */
.gallery-item {
	position: relative;
	margin-bottom: 30px;
}
.gallery-thumb {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1;
}
.gallery-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(360deg, #0d4261 11.66%, rgba(0, 25, 76, 0) 65.89%);*/
}
.gallery-thumb::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgb(0 25 76 / 55%) 52.77%, rgba(0, 25, 76, 0) 100%, #0d4261 100%);
	transition: .3s linear;
	opacity: 0;
}
.gallery-item:hover .gallery-thumb::after {
	opacity: 1;
}
.gallery-thumb img {
	width: 100%;
}
.gallery-thumb .item-shape {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -50px;
	transition: .3s linear;
	opacity: 0;
}
.gallery-item:hover .gallery-thumb .item-shape {
	margin-top: 0;
	opacity: 1;
}
.gallery-content {
	position: absolute;
	bottom: 25px;
  width: 100%;
	z-index: 2;
}
.icon-wraper {
  display: flex;
	align-items: center;
	justify-content: right;
  margin-right: 13px;
}
.gallery-content .icon {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	background: rgb(255 255 255 / 0%);
	border-radius: 8px;
	color: var(--white);
	margin-bottom: 10px;
	transition: .3s linear;
}
.gallery-content .icon i { 
  color: rgb(255 255 255 / 0%);
  font-size: 19px;
  transition: .3s linear;
}
.gallery-item:hover .gallery-content .icon {
	background: var(--secondary-color-40);
}
.gallery-item:hover .gallery-content .icon i {
	color: var(--white);
}
.gallery-content .title {
	margin-bottom: 0px;
  margin-right: 15px;
	font-size: 14px;
	color: var(--white);
  font-family: var(--body-font-family);
  line-height: 23px;
}
/* Contact us */
.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}
.offcanvas-title {
  font-size: 24px;
  color: var(--paragraph-color);
}
.offcanvas-body  {
  background-color: var(--gray);
}
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.preloader .loader {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid var(--white);
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid var(--white);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5);
}
.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.preloader .loader .indicator svg polyline#back {
  stroke: var(--white);
}
.preloader .loader .indicator svg polyline#front {
  stroke: var(--primary-color);
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
          animation: dash 1s linear infinite;
}
.preloader::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: var(--primary-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: var(--primary-color);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: auto;
  right: 0;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-deactivate::after {
  width: 0;
}
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

.offcanvas-bottom .call-btn{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.offcanvas-bottom .card{
  border: 0;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.offcanvas-bottom .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px 3px rgb(0 0 0 / 10%);
}
.contact-slider .partner-item {
  height: 100%;
}
.contact-slider .partner-item .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-slider .partner-item .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  min-height: auto;
}
.contact-slider .partner-item .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1rem;
  line-height: 1.4;
  min-height: 2.8rem;
  display: flex;
  align-items: center;
}
.contact-slider .partner-item .contact-us {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-slider .partner-item .contact-us li {
  word-break: break-word;
}
.contact-slider .partner-item .contact-us li i {
  color: var(--secondary-color);
  font-size: 1.1rem;
  margin-top: 2px;
}
.contact-slider .partner-item .contact-us li span a {
  color: var(--paragraph-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-slider .partner-item .contact-us li span a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.offcanvas-body {
  padding: 1.5rem;
  max-height: 70vh;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .offcanvas-body {
    padding: 2rem;
  }
}

a.quick-chat {
  background: var(--white);
  color: var(--black-80);
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  left: 5px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.quick-chat i{
  transform: scale(1.2);
  margin: 0  0 0 10px;
  text-align: left;
  color: var(--secondary-color);
}
a.whatsapp-chat {
  background: var(--white);
  color: var(--black-80);
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  left: 10px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.whatsapp-chat i{
  transform: scale(1.2);
  margin: 0  0 0 10px;
  text-align: left;
  color: var(--whatsapp);
}
/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 82%;
  left: -10%;
  background-color: var(--secondary-color);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: var(--white);
  background-color: var(--secondary-color);
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: var(--white);
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 2.75%;
  top: 92%;
}
/*Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
  border: 1px solid var(--gray);
  border-radius: 5px;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--primary-color);
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: var(--gray);
  border: 1px solid var(--gray);
}
.pagination-area .page-numbers:hover {
  color: var(--white);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}
.pagination-area .page-numbers.current {
  color: var(--white);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.offcanvas-bottom {
  height: auto;
}
.carousel-control-next-icon {
  background-image: url('../img/right-arrow.png');
}
.carousel-control-prev-icon {
  background-image: url('../img/left-arrow.png');
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size:auto;
}
.carousel-control-next, .carousel-control-prev {
   width: 10%;
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
transform: translateX(0);
}
/*============Footer Top Area Style============*/
.section-footer {
  background-image: url(../../assets/img/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.section-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.95;
  z-index: -1;
}
.section-footer .footer-widget {
  margin-bottom: 30px;
}
.section-footer .footer-widget .footer-logo {
  margin-bottom: 20px; 
  margin-right: 0px;
}
.section-footer .footer-widget p {
  margin-bottom: 20px;
  color: var(--white-80);
}
.section-footer .footer-widget .social-icon {
  line-height: 1;
  padding-right: 0px;
}
.section-footer .footer-widget .social-icon li {
  display: inline-block;
  margin-right: 2px;
}
.section-footer .footer-widget .social-icon li a i {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 45px;
  color: var(--white-80);
  text-align: center;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 2px;
  background-color: var(--white-10);
}
.section-footer .footer-widget .social-icon li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.section-footer .footer-widget .social-icon li a:hover i {
  color: var(--secondary-color);
}
.section-footer .footer-widget h3 {
  color: var(--secondary-color);
  margin-bottom: 20px;
  padding-bottom: 7px;
  position: relative;
  font-family: 'lusail-bold';
}
.section-footer .footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--secondary-color-40);
}
.section-footer .footer-widget .address {
  color: var(--white-80);
  padding-right: 0px;
}
.section-footer .footer-widget .import-link {
  padding-right: 0px;
}
.section-footer .footer-widget .import-link li {
  margin-bottom: 11px;
  position: relative;
  padding-right: 20px;
  color: var(--white-80);
}
.section-footer .footer-widget .import-link li::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 11px;
  height: 11px;
  background-color: var(--white-80);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.section-footer .footer-widget .import-link li:last-child {
  margin-bottom: 0;
}
.section-footer .footer-widget .import-link li a {
  color: var(--white-80);
}
.section-footer .footer-widget .import-link li a:hover {
  color: var(--secondary-color);
}
.section-footer .footer-widget .import-link li:hover::before {
  border-radius: 50%;
  background-color: var(--secondary-color);
}
.section-footer .footer-widget .address .location {
  padding-right: 40px;
  position: relative;
}
.section-footer .footer-widget .address .location i {
  position: absolute;
  color: var(--white-80);
  right: 0;
  top: 5px;
  font-size: 25px;
}
.section-footer .footer-widget .address li {
  padding-right: 40px;
  position: relative;
  margin-bottom:6px;
  color: var(--white-80);
}
.section-footer .footer-widget .address li a {
  display: block;
  color: var(--white-80);
  margin-bottom: 6px;
}
.section-footer .footer-widget .address li a:last-child {
  margin-bottom: 0;
}
.section-footer .footer-widget .address li a:hover {
  color: var(--secondary-color);
}
.section-footer .footer-widget .address li:last-child {
  margin-bottom: 0;
}
.section-footer .footer-widget .address li i {
  position: absolute;
  color: var(--white-80);
  right: 0;
  top: 5px;
  font-size: 20px;
}
.section-footer .video-link .video-popup-wrap {
  position: relative;
}
.section-footer .video-link .video-popup-wrap img {
  border-radius: 5px;
}
.section-footer .video-link {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
}
.section-footer .video-link .ht-popup-video.video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section-footer .video-link .ht-popup-video.video-button .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  pointer-events: none;
}
.section-footer .video-link .ht-popup-video.video-button .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}
.section-footer .video-link .ht-popup-video.video-button .video-mark .wave-pulse::after, .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #A29475;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.section-footer .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.section-footer .video-link .ht-popup-video .video-button__two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-footer .video-link .ht-popup-video .video-button__two .video-play {
  width: 48px;
  height: 48px;
  background: #A29475;
  -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}
.section-footer .video-link .ht-popup-video .video-button__two .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}
.section-footer .video-link .ht-popup-video .video-button__two .video-play-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
  border-left-color: #ffffff;
}
.section-footer .video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}
/*============Copy Right Area Style============*/
.copy-right-area {
  background-color: var(--primary-color);
  border-top: 1px solid var(--secondary-color-40);
  padding-top: 15px;
  padding-bottom: 15px;
}
.copy-right-area p {
  color: var(--white-80);
}
.copy-right-area p i {
  position: relative;
  top: 1px;
}

.hero-slide__copy.hero-slide__copy--animated {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.hero-slide__copy.hero-slide__copy--animated.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-slide__copy.hero-slide__copy--animated .hero-slide__eyebrow,
.hero-slide__copy.hero-slide__copy--animated .hero-slide__title,
.hero-slide__copy.hero-slide__copy--animated .hero-slide__subtitle {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hero-slide__copy.hero-slide__copy--animated.is-visible .hero-slide__eyebrow,
.hero-slide__copy.hero-slide__copy--animated.is-visible .hero-slide__title,
.hero-slide__copy.hero-slide__copy--animated.is-visible .hero-slide__subtitle {
  opacity: 1;
  transform: translateY(0);
}
.hero-slide__copy.hero-slide__copy--animated.is-visible .hero-slide__title {
  transition-delay: 0.1s;
}
.hero-slide__copy.hero-slide__copy--animated.is-visible .hero-slide__subtitle {
  transition-delay: 0.2s;
}

/* ============================================
   Utility Classes (Merged from default.css)
   ============================================ */

/* Height Utilities */
.h-10 {
	height: 10%!important;
}
.h-20 {
	height: 20%!important;
}
.h-30 {
	height: 30%!important;
}
.h-40 {
	height: 40%!important;
}
.h-50 {
	height: 50%!important;
}
.h-60 {
	height: 60%!important;
}
.h-65 {
	height: 65%!important;
}
.h-70 {
	height: 70%!important;
}
.h-80 {
	height: 80%!important;
}
.h-90 {
	height: 90%!important;
}

/* Margin Top Utilities */
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-125 {
	margin-top: 125px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-145 {
	margin-top: 145px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-155 {
	margin-top: 155px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-165 {
	margin-top: 165px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-175 {
	margin-top: 175px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-185 {
	margin-top: 185px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-195 {
	margin-top: 195px;
}
.mt-200 {
	margin-top: 200px;
}

/* Margin Bottom Utilities */
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-125 {
	margin-bottom: 125px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-135 {
	margin-bottom: 135px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-145 {
	margin-bottom: 145px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-155 {
	margin-bottom: 155px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-165 {
	margin-bottom: 165px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-175 {
	margin-bottom: 175px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-185 {
	margin-bottom: 185px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-195 {
	margin-bottom: 195px;
}
.mb-200 {
	margin-bottom: 200px;
}

/* Padding Top Utilities */
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-125 {
	padding-top: 125px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-135 {
	padding-top: 135px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-145 {
	padding-top: 145px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-155 {
	padding-top: 155px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-185 {
	padding-top: 185px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-195 {
	padding-top: 195px;
}
.pt-200 {
	padding-top: 200px;
}

/* Padding Bottom Utilities */
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-125 {
	padding-bottom: 125px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-135 {
	padding-bottom: 135px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-175 {
	padding-bottom: 175px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-185 {
	padding-bottom: 185px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-195 {
	padding-bottom: 195px;
}
.pb-200 {
	padding-bottom: 200px;
}

/* Padding Left Utilities */
.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-45 {
	padding-left: 45px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-55 {
	padding-left: 55px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 85px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-95 {
	padding-left: 95px;
}
.pl-100 {
	padding-left: 100px;
}

/* Padding Right Utilities */
.pr-0 {
	padding-right: 0px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-25 {
	padding-right: 25px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-45 {
	padding-right: 45px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-55 {
	padding-right: 55px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 85px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}

/* Opacity Utilities */
.opacity-1 {
	opacity: .1;
}
.opacity-2 {
	opacity: .2;
}
.opacity-3 {
	opacity: .3;
}
.opacity-4 {
	opacity: .4;
}
.opacity-5 {
	opacity: .5;
}
.opacity-7 {
	opacity: .7;
}
.opacity-8 {
	opacity: .8;
}
.opacity-9 {
	opacity: .9;
}

/* Border Radius Utilities */
.border-radius-5 {
	border-radius: 5px;
}
.border-radius-10 {
	border-radius: 10px;
}
.border-radius-15 {
	border-radius: 15px;
}
.border-radius-20 {
	border-radius: 20px;
}
.border-radius-25 {
	border-radius: 25px;
}

/* Text Color Utilities */
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.text-white {
  color: var(--white) !important;
}
.text-maroon {
  color: var(--maroon-color) !important;
}
.text-black {
  color: var(--black) !important;
}
.text-black-10 {
  color: var(--black-10) !important;
}
.text-black-20 {
  color: var(--black-20) !important;
}
.text-black-40 {
  color: var(--black-40) !important;
}

/* Background Color Utilities */
.gray {
  background-color: var(--gray) !important;
}
.bg-gray {
  background-color: var(--primary-color-5) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-primary-10 {
  background-color: var(--primary-color-10) !important;
}
.bg-primary-20 {
	background-color: var(--primary-color-20)!important;
}
.bg-primary-40 {
	background-color: var(--primary-color-40)!important;
}
.bg-primary-60 {
	background-color: var(--primary-color-60)!important;
}
.bg-primary-80 {
	background-color: var(--primary-color-80)!important;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.bg-secondary-10 {
	background-color: var(--secondary-color-10)!important;
}
.bg-secondary-20 {
	background-color: var(--secondary-color-20)!important;
}
.bg-secondary-40 {
	background-color: var(--secondary-color-40)!important;
}
.bg-secondary-60 {
	background-color: var(--secondary-color-60)!important;
}
.bg-secondary-80 {
	background-color: var(--secondary-color-80)!important;
}
.bg-white {
  background-color: var(--white)!important;
}
.bg-white-10 {
	background-color: var(--white-10)!important;
}
.bg-white-20 {
	background-color: var(--white-20)!important;
}
.bg-white-40 {
	background-color: var(--white-40)!important;
}
.bg-white-60 {
	background-color: var(--white-60)!important;
}
.bg-white-80 {
	background-color: var(--white-80)!important;
}
.bg-black {
	background-color: var(--black)!important;
}
.bg-black-10 {
	background-color: var(--black-10)!important;
}
.bg-black-20 {
	background-color: var(--black-20)!important;
}
.bg-black-40 {
	background-color: var(--black-40)!important;
}
.bg-black-60 {
	background-color: var(--black-60)!important;
}
.bg-black-80 {
	background-color: var(--black-80)!important;
}
