@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("base.css");

:root{
  --nav-width: 119px;
}

html {
  scroll-behavior: smooth;
}

/* Set default font settings */
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #1f1f1f;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
  padding-left: var(--nav-width);
  background:  #f5f5f5;
}


h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
}

/* Links styling */
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #007bff; /* Bootstrap's primary color */
}

/* Image defaults */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Reset lists */
ul,
ol {
  list-style: none;
}

/* Buttons */
button {
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  color: white;
  background-color: #1f1f1f;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}



/* Form inputs */
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

/* General container */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
}

/* SITE WIDGETS */

/* HEADING WIDGET */

.site-heading-widget .site-headings-section {
  margin-bottom: 5px;
}

.site-heading-widget .site-heading_sub-title {
  font-weight: 300;
}

.site-heading-widget .site-site-heading_main-title-title {
  font-weight: 700;
}

.site-heading-widget .site-heading-description p {
  margin: 0;
}

/* BUTTON WIDGET */

.custom-widget-icon {
  background-image: url("../images/icon.png"); /* Path to your custom image */
  width: 20px; /* Adjust size as needed */
  height: 20px;
  display: block;
}
.custom-widget-icon::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon.png"); /* Path to your custom image */
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px; /* Adjust size as needed */
  height: 20px;
  display: block;
}

.site-button-widget {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-button-widget .site-btn {
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: #1f1f1f;
  padding: 10px 0px;
}

.site-button-widget .site-btn .btn__icon{
  background: #1f1f1f;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-button-widget .site-btn img {
  margin: 0px 0px 0px 0px;
  max-width: 50%;
}




/*
============================================
============= Preloader CSS ================
*/



.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:#1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  text-align: center;
}

.preloader .loader-logo{
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.progress-container {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #fff;
}

.percentage {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-weight: 700;
  font-size: 25rem;
  line-height: 0.8;
  color: #fff;
  opacity: 0.1;
}

.text-container {
  height: 3em;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  width: 200px;
}

.loading-text {
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  position: absolute;
  width: 100%;
  text-align: center;
}

.loading-text.initial {
  transform: translateY(0);
}

.loading-text.complete {
  transform: translateY(100%);
}

.loading-text .char {
  display: inline-block;
}



/* ----------------------------------------- */

/*
============= Preloader CSS END ================
================================================
*/

/* .site-main{
  visibility: hidden;
  z-index: 1;
} */

/* ================ +++++++ HEADER SECTION ++++++++ ============== */

header.custom-global-header{
  position: fixed;
  background: #fff;
  left: 0px;
  top: 0px;
  height: 100vh;
  z-index: 9999999;
  align-items: center;
  width: var(--nav-width);
  display: flex;
  align-items: center;
  justify-content: center;
}



header.custom-global-header .elementor-widget-site_logo_widget{
  /* position: absolute; */
  top: 0px;
  left: 0;
  width: 100%;
}

header.custom-global-header .main-header_toggler-btn{
  text-align: center;
}
header.custom-global-header .main-header_toggler-btn svg{
  width: 50px;
  cursor: pointer;
}

header.custom-global-header .elementor-widget-site_social_widget{
  /* position: absolute;
  bottom: 0px;
  left: 0; */
  width: 100%;
 
}

header.custom-global-header .elementor-widget-site_social_widget .social-buttons-widget{
  width: 100%;
  margin-bottom: 35px;
}

header.custom-global-header .elementor-widget-site_social_widget .social-buttons-widget .icon{
  width: 100%;
  text-align: center;
  margin: 3px 0px;
}

header.custom-global-header .elementor-widget-site_social_widget .social-buttons-widget svg{
  max-width: 27px;
}


/* STICKY HEADER */

 
.main-header.sticky {
    position: fixed;
    top: -60px;
    left: 0;
    animation: goDown 0.5s ease-in-out forwards;
    background: #fff;
    padding: 10px 0px;
  }

  @keyframes goDown {
    0% {
      top: -60px;
    }
    100% {
      transform: translateY(60px);
    }
  }
  
  .main-header.sticky .main-logo .logo-dark{
      display: block;
  }
  .main-header.sticky .main-logo .logo-light{
      display: none;
  }

  .main-header.sticky  .main-header-inner  .main-menu-list  .menu-item   a {
    color: #1f1f1f;
  }

.main-header.sticky  .main-header-inner .header-right-toggle .sidebar-btn__toggler{
    color: #1f1f1f;
}



/*--------------------------------------------------------------
# SLIDE NAVIGATION
--------------------------------------------------------------*/


.nav-side {
  position: fixed;
  top: 0;
  left: -25%;
  width: 25%;    
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease-in-out;
  z-index: 99;
  height: 0px;
  overflow: hidden;
}

.nav-side.open {
  left: var(--nav-width); /* Slide in */
  height: 100%;  
  padding:50px 20px;
}


.nav-side ul li{
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding: 8px 10px;
}

.nav-side ul li a{
  color: #141414;
  font-size: 22px;
  font-weight: 600;  
  display: block;
  position: relative; 
}

.nav-side ul li::before{
  content: '\EA54';
  font-family: "remixicon";
  color: #111;
  font-size: 26px;
  line-height: 26px;
  margin: 0px 5px 0px 0px ;
}

.nav-side ul li a:hover{
  text-decoration: none;
}

.close-nav-side {
  position: absolute;
  right: 50px;
  top:50px;
  cursor: pointer;
}

.close-nav-side svg {
  width: 2.5em;
  height: 2.5em;
  fill: currentColor;
}




/*--------------------------------------------------------------
# Sidebar OVERLAY
--------------------------------------------------------------*/
.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  .sidebar-one.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  }
  .sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-black2, #141414);
    opacity: 0.8;
    cursor: url(../images/close.png), auto;
  }

  .sidebar-one__content {
    width: 100%;
    background-color: var(--theme-white, #1f1f1f);
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding: 100px;    
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }


  .sidebar-one__content .sidebar-overlay-menu ul li a{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    border-bottom: 1px dashed #988ae8;
    display: block;
    position: relative;
    padding: 8px 10px;
  }

  .sidebar-one__content .sidebar-overlay-menu ul li a::after{
    content: '\EA54';
    font-family: "remixicon";
    color: #fff;
    font-size: 56px;
    line-height: 56px;
    position: absolute;
    right: 5px;
  }

  .sidebar-one__content .sidebar-overlay-menu ul li a:hover{
    text-decoration: none;
  }

  .sidebar-one__content::-webkit-scrollbar {
    display: none;
  }

  .sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  .sidebar-one__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 62px;
    color: var(--theme-base, #ffffff);
    cursor: pointer;
    transition: all 400ms ease;
  }
  .sidebar-one__close svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
  }
  .sidebar-one__close:hover {
    color: var(--theme-base, #00CDE5);
  }
  .sidebar-one__item:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .sidebar-one__logo img{
    max-height: 150px;
    width: auto;
    margin: auto;
  }
  
  .sidebar-one__title {
    position: relative;
    font-family: var(--theme-font, "Montserrat", sans-serif);
    font-size: 25px;
    color: var(--theme-base, #ffffff);
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
  .sidebar-one__title::before, .sidebar-one__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: var(--theme-base, #00CDE5);
    width: 20px;
    height: 2px;
  }
  .sidebar-one__title::after {
    width: 50px;
    left: 25px;
  }
  .sidebar-one__about__text {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--theme-base, #F6F6F8);
  }
  .sidebar-one__info__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-one__info__list li {
    display: flex;
    font-size: 15px;
    color: var(--theme-black4, #A0A0C0);
    font-weight: 500;
    line-height: 1.75;
  }
  .sidebar-one__info__list li + li {
    margin-top: 20px;
  }
  .sidebar-one__info__list li .sidebar-one__info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
    font-size: 14px;
    color: var(--theme-white, #ffffff);
    margin-right: 12px;
    background-color: var(--theme-base, #00CDE5);
    overflow: hidden;
  }
  .sidebar-one__info__list li .sidebar-one__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
  }
  .sidebar-one__info__list li:hover .sidebar-one__info__icon > * {
    animation: slideTop 500ms;
  }
  .sidebar-one__info__list li address {
    color: inherit;
    text-transform: capitalize;
    margin: 0;
  }
  .sidebar-one__info__list li a {
    position: relative;
    top: 1px;
    color: inherit;
  }
  .sidebar-one__info__list li a:hover {
    color: var(--theme-base, #00CDE5);
  }
  
  .sidebar-one__social a .social-links-two__icon {
    color: var(--theme-base, #00CDE5);
  }

  .sidebar-one__social {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.sidebar-one__social a {
  background: #ffffff;
  color: #1f1f1f;
  border: 2px solid #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  margin-right: 15px;
}

.sidebar-one__social a:hover {
  color: #ffffff;
  background: #1f1f1f;
  border: 2px solid #fff;
}

.sidebar-one__social svg {
  max-width: 65%;
}



/* INNER HEADER */

.inner-page-header{
    padding: 85px 15px 55px;
    background: #7a0a5c;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 35px;
}

.inner-page-header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

.inner-page-header .inner-title{
    max-width: 50%;
}

.inner-page-header .inner-title.w-100{
  max-width: 100%;
}
.inner-page-header h2.inner-page-header-title{
    font-size: 90px;
    font-weight: 900;
    margin: 0px 0px 10px 0px ;
    line-height: 90px;
    color: #fff;
}

.inner-page-header h2.stroke {
  font-size: 220px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  text-wrap: nowrap;
  font-weight: 700;
  color: #7a0a5c;
  paint-order: stroke fill;
  position: absolute;
  opacity: 0.2;
  text-align: center;
  width: 100%;
  top:30%; 
  left:50%; 
  transform:translate(-50%, -50%); 
}

.inner-page-header .inner-title .site-breadcrumb{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0px;    
}

.inner-page-header .inner-title .site-breadcrumb li{
    margin-right: 10px;
    font-size: 14px;
}

.inner-page-header .inner-title-description{
    max-width: 50%;
    padding-left: 50px;
    font-size: 16px;
}

.inner-page-header .inner-title-description p{
    font-size: 16px;
}






/* SAMPLE */

.animate__content__wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  will-change: transform;
  animation: marquee 250s linear 0s infinite normal;
  animation-play-state: running;
}

.animate__content__wrap:hover {
  animation-play-state: paused;
}





@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee_rev {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}



/* ================ +++++++ HERO SECTION ++++++++ ============== */

.main-slider {
  background-size: cover;
  padding: 0;
  position: relative;
}

.main-slider .slider {
  width: 100%;
}

.main-slider .slider .main-slides {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 550px;
}



.main-slider .slider .main-slides .text {
  max-width: 55%;
  padding: 0px 0px 0px 50px;
  
}

.main-slider .slider .main-slides .text .titles{
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.main-slider .slider .main-slides .text .titles h2 {
  font-size: 95px;
  font-weight: 700;
  line-height: 95px;
  margin-bottom: 15px;
  width: 100%;
}

.main-slider .slider .main-slides .text .titles h5 {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 10px;  
  width: 100%;
}


.line {
  position: relative;
  overflow: hidden;
  display: flex;
}

.main-slider .slider .main-slides .text p {
  font-size: 20px;
  font-weight: 300;
}

.main-slider .main-slides .image-1 {
  z-index: 99;
}

.main-slider .main-slides .image-2 {
  position: absolute;
  right: 0px;
  top: 0px;
}


/* HOME ABOUT */

.home-about {
  overflow: hidden!important;
}
.home-about .e-con-inner::before{
  content: "";
  background: url(../images/pat-1.png) no-repeat 0px 0px;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
  left: -50px;
  top: -50px;
}


.home-about .e-con-inner::after{
  content: "";
  background: url(../images/pat-1.png) no-repeat 0px 0px;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
  right: -50px;
  bottom: -50px;
}

.home-about .site-headings-section h2{
  font-size: 62px;
  font-weight: 700;
}

.home-about .site-headings-section h5{
  font-size: 28px;
  font-weight: 200;
}

.home-about p{
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 36px;
}

/* ACHEIVEMENT */

.home-acheivement{}

.home-acheivement .site-headings-section h2{
  font-size: 42px;
  font-weight: 700;
}





/* GALLERY */

.homepage-gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;  
}


.homepage-gallery .gallery_card img {
  width: 100%;
}

.homepage-gallery .gallery-card-content {
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 98%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
}

.homepage-gallery .gallery-card-content h3.gallery-card-title {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}


.galley-full .homepage-gallery{ 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;  
}

.galley-full .homepage-gallery .gallery_card {
  position: relative;
  margin-bottom: 20px;
}

.galley-full  .homepage-gallery .gallery-card-content {
  position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:#f36236;
    padding: 12px;
}

.galley-full .homepage-gallery .gallery-card-content h3.gallery-card-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}


/* HOMEPAGE GALLERY CAROUSEL */



/**
 * Slider Instance
 */

 .swiper {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.gallery-slider {
	--color-gray: #818181;
	--color-gray-dark: #1e1e1e;

	padding-inline: 98px;
	position: relative;
}

.gallery-slider__slide {
	display: flex;
	align-items: center;
	min-height: 550px;
}

@media screen and (max-width: 767.9px) {
	.gallery-slider {
		padding: 0;
		margin-inline: -20px;
	}
}

/**
 * Slider Navigation
 */

.slider-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	z-index: 1;
	pointer-events: none;
}

.slider-nav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	width: 48px;
	pointer-events: auto;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.slider-nav__item.disabled {
	cursor: default;
	opacity: 0.5;
}

.slider-nav__item path {
	stroke: currentColor;
}

@media (hover: hover) and (pointer: fine) {
	.slider-nav__item:not(.disabled):hover {
		color: var(--color-blue);
	}
}

@media (hover: none) {
	.slider-nav__item:not(.disabled):active {
		color: var(--color-blue);
	}
}

@media screen and (max-width: 767.9px) {
	.slider-nav {
		display: none;
	}
}

/**
 * Slider Pagination
 */

.slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 40px;
}

.swiper-pagination-lock {
	display: none !important;
}

.slider-pagination__item {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: #fff;
	transition: all 0.3s ease-out;
	opacity: 0.2;
}

.slider-pagination__item.active {
	width: 30px;
	opacity: 1;
}

/**
 * Slider Item
 */

.swiper-slide {
	width: auto;
	height: auto;
}

@-webkit-keyframes btn-arrow-move {
	0% {
		translate: 0;
	}

	100% {
		translate: 100% -100%;
	}
}

@keyframes btn-arrow-move {
	0% {
		translate: 0;
	}

	100% {
		translate: 100% -100%;
	}
}

.gallery-slider-item {
	--border-radius: 10px;
	width: calc(100dvw - 60px);
	max-width: 400px;
	background: var(--color-gray-dark);
	border-radius: var(--border-radius);
	position: relative;
	overflow: hidden;
}

.gallery-slider-item__badge {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px 4px 5px;
	background: #00000066;
	border-bottom-right-radius: var(--border-radius);
	font-size: 14px;
	line-height: calc(24 / 14);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.gallery-slider-item__badge::before {
	content: "";
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1;
	width: 18px;
	background: url("https://bato-web-agency.github.io/bato-shared/img/slider-1/icon-star.svg")
		center center no-repeat;
	background-size: 100%;
}

.gallery-slider-item__image {
	aspect-ratio: 400 / 270;
	overflow: hidden;
}

.gallery-slider-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.gallery-slider-item__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 20px;
}

.gallery-slider-item__header,
.gallery-slider-item__footer {
	max-height: 50px;
	overflow: hidden;
	transition: max-height 0.6s ease-in;
}

.gallery-slider-item__header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.gallery-slider-item__price {
	font-weight: 600;
	font-size: 22px;
	line-height: calc(24 / 22);
}

.gallery-slider-item__author {
	display: flex;
	align-items: center;
	gap: 4px;
}

.gallery-slider-item__author-image {
	flex-shrink: 0;
	aspect-ratio: 1;
	width: 20px;
	border-radius: 100%;
	overflow: hidden;
}

.gallery-slider-item__author-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.gallery-slider-item__author-name {
	font-family: var(--font-poppins);
	font-size: 14px;
	line-height: calc(20 / 14);
	color: var(--color-gray);
}

.gallery-slider-item__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.gallery-slider-item__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.7;
}

.gallery-slider-item__btn {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.gallery-slider-item__btn-icon {
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1;
	width: 24px;
	position: relative;
	overflow: hidden;
}

.gallery-slider-item__btn-icon::before,
.gallery-slider-item__btn-icon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://bato-web-agency.github.io/bato-shared/img/slider-1/icon-btn-arrow.svg")
		center center no-repeat;
	background-size: 100%;
}

.gallery-slider-item__btn-icon::after {
	position: absolute;
	top: 100%;
	right: 100%;
}

.gallery-slider__slide:not(.swiper-slide-active) .gallery-slider-item__header,
.gallery-slider__slide:not(.swiper-slide-active)
	.gallery-slider-item__footer {
	max-height: 0;
}

@media (hover: hover) and (pointer: fine) {
	.gallery-slider-item__btn:hover .gallery-slider-item__btn-icon::before,
	.gallery-slider-item__btn:hover .gallery-slider-item__btn-icon::after {
		-webkit-animation: btn-arrow-move 0.4s ease forwards;
		        animation: btn-arrow-move 0.4s ease forwards;
	}
}

@media (hover: none) {
	.gallery-slider-item__btn:active .gallery-slider-item__btn-icon::before,
	.gallery-slider-item__btn:active .gallery-slider-item__btn-icon::after {
		-webkit-animation: btn-arrow-move 0.4s ease forwards;
		        animation: btn-arrow-move 0.4s ease forwards;
	}
}



/* GALLERY CARIUSEL */

.gallery-carousel-center {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 3rem;
  padding: 35px 0px 0px 0px;
}

.gallery-carousel-center .swiper {
  width: 100%;
  padding: 55px 0px 100px;
}

.gallery-carousel-center .swiper-slide {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  box-shadow: 0.063rem 0.5rem 1.25rem rgba(0, 0, 0, 0.1216);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.gallery-carousel-center .swiper-slide.swiper-slide-active{
  transform: scale(1.3)!important;
}

.gallery-carousel-center .swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
  border-radius:0.5rem;
}
.gallery-carousel-center .swiper-slide-img img {
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.gallery-carousel-center .swiper-slide-content {
  background: #fff;
  padding: 15px 20px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 100%;
}
.gallery-carousel-center .swiper-slide-content > div {
  padding:15px
}
.gallery-carousel-center .swiper-slide-content h3.gallery-card-title {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.gallery-carousel-center .swiper-slide-active:hover img {
  transform: scale(1.2);
}

.gallery-carousel-center .swiper-3d .swiper-slide-shadow-left,
.gallery-carousel-center .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}


.gallery-carousel-center .swiper-button-prev,
.gallery-carousel-center .swiper-button-next{
  background: #fff;
  border-radius: 100%;
  padding: 10px;
  box-shadow: 0.063rem 0.5rem 1.25rem rgba(0, 0, 0, 0.8);
  width:80px;
  height: 80px;
  right: 26%;
  top: 38%;
}

.gallery-carousel-center .swiper-button-prev{
  left: 26%;
}

.gallery-carousel-center .swiper-button-prev svg,
.gallery-carousel-center .swiper-button-next svg{
  width:60%;
}

.gallery-carousel-center .swiper-button-prev svg{
  transform: rotate(-180deg);
  fill: #1a3fdb;
}

.gallery-carousel-center .swiper-button-prev::after,
.gallery-carousel-center .swiper-button-next::after{
  content:"";
}

/* Style pagination dots */
.gallery-carousel-center .swiper-pagination .swiper-pagination-bullet {
  background: #1f1f1f; /* Default dot color */
  opacity: 0.2;
  width: 10px;
  height: 10px;
}

.gallery-carousel-center .swiper-pagination .swiper-pagination-bullet-active {
  background: #1a3fdb; /* Active dot color */
  opacity: 1;
  width: 50px;
  border-radius: 10px;
}

@media screen and (min-width: 93.75rem) {
  .swiper {
      width: 100%;
  }
}


/* HOMEPAGE BOLG */


.blog-post-widget {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}


.blog-post-widget.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.blog-post-widget.columns-3{
  grid-template-columns: repeat(3, 1fr);
}

.blog-post-widget.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.blog-post-widget.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.blog-post-widget .blog-card{
  margin-bottom: 15px;
}



.blog-post-widget .thumb {
  width: 100%;
  margin-bottom: 10px;
}

.blog-post-widget .thumb img{
  padding: 5px;
  border: 1px solid #111;
  width: 100%;
  margin-bottom: 10px;
}

.blog-card-content{
  padding: 0px;
}
.blog-post-widget h3.blog-card-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-post-widget .post-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 15px;
  background: #e5e5e5;
  padding: 10px 10px;
  border-radius: 5px;
}

.blog-post-widget .post-meta span{
  padding: 2px 5px;
  border-radius: 5px;
  color: #111;
}

.blog-post-widget .post-read-more{
  display: flex;
  align-items: center;
  justify-content: end;  
}

.blog-post-widget .post-read-more a.read-more{  
  background: #1f1f1f;
  color: #fff;
  padding: 10px 15px;
  align-self: flex-end;
  display: flex;
  align-items: center;
  font-size: 13px;
  width: 40%;
  justify-content: space-between;
}


.blog-post-widget .post-read-more .read-more svg{
  max-width: 20px;
}

.blog-post-widget-pagination{
  display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 45px 0px 0;
}

.blog-post-widget-pagination .page-numbers{
    background: #1f1f1f;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px 10px;
    font-size: 14px;
}
.blog-post-widget-pagination .page-numbers.current{
  background: #f36236;
}

.blog-post-widget-pagination .next.page-numbers,
.blog-post-widget-pagination .prev.page-numbers{
 font-size: 0px;
}
.blog-post-widget-pagination .next.page-numbers::after,
.blog-post-widget-pagination .prev.page-numbers::after{
  font-family: "remixicon";
  color: #fff;
  font-size: 36px; 
}

.blog-post-widget-pagination .next.page-numbers::after{
  content: '\EA54';
    
}

.blog-post-widget-pagination .prev.page-numbers::after{
  content: '\EA52';
}



/* PERFORMANCE HERE */

.performance-list{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.performance-list .performance-item{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-wrap: wrap;
  margin-bottom: 35px;
  width: 33%;
  padding: 15px;
  border: 1px solid #1f1f1f;
  border-radius: 15px;
}

.performance-list .performance-item .thumb{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 180px;
  text-align: center;
}

.performance-list .performance-item .thumb img{
  max-width: 80%;
  max-height: 120px;
  width: auto;
  display: inline-block;
}

.performance-list .performance-item .description{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}


.performance-list .performance-item .description .text h3{
  font-size: 18px;
}

.performance-list .performance-item .description .project-cost{
  background: #f36236;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin: 15px 0px;
  border-radius: 10px;
}


.performance-list .performance-item .description a.read-more{
  background: #99cfee;
  border-radius: 100%;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
}
.performance-list .performance-item .description a.read-more svg{
  max-width: 70%;
  transform: rotate(320deg);
}
.performance-list .performance-item .description a.read-more:hover{
  background: #1f1f1f;
  color: #fff;
}

.performance-list .performance-item .description table{
  width: 100%;
  max-width: 100%;
}



.performance-list .performance-item .description-full{
  width: 100%;
  color: #1f1f1f;
  padding: 10px 25px 25px 25px ;
  font-size: 14px;
}

.performance-list .performance-item .description-full h3{
  color: #1f1f1f;
  font-weight: 700;
  font-size: 30px;
  margin-top: 25px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.performance-list .performance-item .description-full table{
  width: 100%;
  max-width: 100%;
}


.performance-list .performance-item .project-gallery{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.performance-list .performance-item .description-full table tbody tr{
  border-bottom: 1px solid #ccc;
  padding: 8px 0px;
  display: block;
  width: 100%;
}

.performance-list .performance-item .description-full table tbody tr td{ 
  font-size: 16px;
  display: block;
  width: 100%;
}

.performance-list .performance-item .description-full table tbody tr td i,
.performance-list .performance-item .description-full table tbody tr td u{
  text-decoration: none;
  font-style: normal;
}

.performance-list .performance-item .description-full table tbody tr td b{
  color: #111;
}

.performance-list .performance-item  .modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

.performance-list .performance-item  .modal .modal-content {
  background-color: #fff;
  /* margin: 10% auto; */
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  text-align: center;
}

.performance-list .performance-item  .modal .close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
  cursor: pointer;
  color: #1f1f1f;
  opacity: 1;
}

.performance-list .performance-item  .modal .close svg{                
  width: 30px;
  height: 30px;
}

.performance-list .performance-item  .modal .modal-content .project-gallery ul{
  display: flex;
  align-items: center;
  justify-content: center;
}

.performance-list .performance-item  .modal .modal-content .project-gallery ul li {
  padding: 0px 5px;
}

.performance-logos .gallery .gallery-item .gallery-icon {
  background: #fff;
  border: 1px solid #333;
}

.performance-logos .gallery .gallery-item .gallery-icon img{
  width: auto;
}

/* HOMEPAGE PERFORMANCE */


.homepage-performance .performance-list .performance-item .thumb {
  min-height: 100px;
  text-align: center;
}

.homepage-performance .performance-list .performance-item .thumb img{
  display: inline-block;
}

.homepage-performance .performance-list .performance-item {
  width: 32%;
  padding: 10px;
  border: 1px solid #1f1f1f;
  border-radius: 10px;
}

.homepage-performance  .performance-list .performance-item .description .text h3 {
  font-size: 13px;
  font-weight: 600;
}

.homepage-performance  .performance-list .performance-item .description .project-cost {
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 5px 0px;  
}
.homepage-performance .performance-list .performance-item .description a.read-more{
  display: none;
}


/* PERFORMANCE MODAL */


.dialog {
  --padding: 1rem;
  max-inline-size: var(--max-width);
  max-block-size: unset;
  border: 0;
  padding: var(--padding);
  transition-duration: var(--animation-speed);
  transition-behavior: allow-discrete;
  box-shadow: 0px 25px 40px 10px rgba(0, 0, 0, 0.2);
}
.dialog.is-modal {
  --max-width: 600px;
  border-radius: 0.5rem;
  translate: 0 50%;
  opacity: 0;
  transition-property: translate, display, overlay, opacity;
}
.dialog.is-modal[open] {
  translate: 0;
  opacity: 1;
}
@starting-style {
  .dialog.is-modal[open] {
    translate: 0 -50%;
    opacity: 0;
  }
}
.dialog:is(.is-offcanvas-left, .is-offcanvas-right) {
  --max-width: 300px;
  margin: 0;
  height: 100dvh;
  transition-property: translate, display, overlay;
  translate: var(--translate);
}
.dialog:is(.is-offcanvas-left, .is-offcanvas-right)[open] {
  translate: 0;
}
@starting-style {
  .dialog:is(.is-offcanvas-left, .is-offcanvas-right)[open] {
    translate: var(--translate);
  }
}
.dialog.is-offcanvas-left {
  --translate: -100%;
}
.dialog.is-offcanvas-right {
  --translate: 100%;
  inset: 0 0 auto auto;
}
.dialog::-webkit-backdrop {
  -webkit-transition: background var(--animation-speed), -webkit-backdrop-filter var(--animation-speed);
  transition: background var(--animation-speed), -webkit-backdrop-filter var(--animation-speed);
  transition: backdrop-filter var(--animation-speed), background var(--animation-speed);
  transition: backdrop-filter var(--animation-speed), background var(--animation-speed), -webkit-backdrop-filter var(--animation-speed);
}
.dialog::backdrop {
  transition: background var(--animation-speed), -webkit-backdrop-filter var(--animation-speed);
  transition: backdrop-filter var(--animation-speed), background var(--animation-speed);
  transition: backdrop-filter var(--animation-speed), background var(--animation-speed), -webkit-backdrop-filter var(--animation-speed);
}
.dialog[open]::-webkit-backdrop {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.35);
}
.dialog[open]::backdrop {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.35);
}
@starting-style {
  .dialog[open]::-webkit-backdrop {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    background: rgba(0, 0, 0, 0);
  }
  .dialog[open]::backdrop {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    background: rgba(0, 0, 0, 0);
  }
}
.dialog-close {
  position: absolute;
  inset: calc(var(--padding) * 0.5) calc(var(--padding) * 0.5) auto auto;
}

.demo {
  max-width: 60ch;
  margin: 2rem auto;
}

focus-bumper {
  display: block;
}
focus-bumper:focus-visible {
  outline: 5px solid red;
}


/* MODAL ENDS */

/* ============================= 
**** INNER PAGES ***
================================
*/

.container.single-page{
  max-width: 800px;
}

.single-page .thumb{
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-page .thumb img{
  width: 100%;
}

h1.under-construction{
    font-size: 120px;
    font-weight: 900;
    margin: 0;
    color: #f36236;
    text-align: center;
    margin: 120px 0px;

}

/* ABOUT PAGE */


/* Business strategy section styles */
.inner-about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;   
}

.inner-about-section  .image-wrapper {
    margin-bottom: 0px;
    max-width: 38%;
}



.inner-about-section .heading {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
}

.inner-about-section .heading h3{
    font-size: 36px;
    color: #292929;
    font-weight: 200;
}

.inner-about-section .heading h2{
    font-size: 56px;
    color: #1f1f1f;
    font-weight: 900;
}

.inner-about-section  .description{
    width: 60%;
}
.inner-about-section .description h2 span{
    color: #f36236;
}

.inner-about-section h4{
    font-size: 28px;
    color: #1f1f1f;
    font-weight: 700;
}

.inner-about-section .description {
    font-size: 18px;
    color: #111;
    margin-bottom: 0px;
}

.inner-about-section .experience-wrapper {
    color: #fff;
}

.inner-about-section .experience-wrapper {
    color: #fff;
    font-size: 14px;
}

.inner-about-section .experience-wrapper li{
    background: #1f1f1f;
    padding: 15px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .inner-about-section .headline {
        font-size: 1.5rem;
    }

    .inner-about-section .description {
        font-size: 1rem;
    }

    .inner-about-section .profile-image {
        width: 120px;
        height: 120px;
    }
}


/* TIME LINE SLIDER */

.timeline {
    width: 100%;
    position: relative;
}
.timeline-nav {
    position: relative;
    padding: 15px 0px;
   
}
.timeline-nav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    background-color: #ccc;
    bottom: 6px;
    z-index: 1;
}
.timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #f36236;
    margin: 0px 15px 8px !important;
    position: relative;
    font-size: 14px;
    line-height: 39px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
}
.timeline-nav__item::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #1f1f1f;
    transition: 0.2s;
}


.slick-current  .timeline-nav__item{
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    background: #1f1f1f;
}

.slick-current .timeline-nav__item::before {
    background-color: #f36236;
    width: 15px;
    height: 15px;
}


.timeline-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}



.timeline-slider, .timeline-slide {
    height: auto !important; /* Ensure the height can be adjusted */
    overflow: hidden; /* Avoid content spilling out */
}


.timeline-slider {
    height: 100%;
}
.timeline .slick-list {
    height: 100%;
}
@media (min-width: 1080px) {
    .timeline .slick-list {
        padding: 0 0px !important;
   }
}
.timeline .slick-track {
    height: 100%;
}
.timeline-slide {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 80%;
    z-index: 1;
    color: #fff;
}
/* .timeline-slide:after {
    content: "";
   
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 7, 178, .8);
    z-index: 2;
} */
.timeline-slide__content {
    z-index: 5;
   
    background: #1f1f1f;
    width: 100%;
    padding: 40px;
    opacity: 0;
    transition: opacity 1s;
}
@media (max-width: 500px) {
    .timeline-slide__content {
        width: 100%;
   }
}
.timeline-year {
    font-size: 20px;
    color: #fff;
    background: #f36236;
    padding: 8px 26px;
    transition: opacity 1.2s;
    opacity: 0;
    display: inline-block;
    margin-bottom: 15px;
    
}
.timeline-title {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
}
.timeline-text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    max-height: 200px; 
    min-height: 200px;
    overflow-y: scroll;
    overflow: hidden;
    overflow-y: auto;
}


.timeline-text::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #fff;
}

.timeline-text::-webkit-scrollbar
{
	width: 12px;
	background-color: transparent;
}

.timeline-text::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}




.timeline-text li:not(:last-child){
    margin-bottom: 15px;
    border-bottom: 1px dashed #6b6493;
    padding-bottom: 15px;
}

.timeline .slick-current:after {
    background-color: rgba(32, 7, 178, 0);
}
.timeline .slick-current .timeline-year {
    opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
    opacity: 1;
}
.slick-center .slick-slide, .timeline-slide {
    transform: scale(1);
}
.slick-center .slick-active, .timeline-slide .sl {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}



/* TIMELINE STYLE 2 */

.timeline-listing .timeline-list{
  position: relative;
  color: #1f1f1f;
  margin: 10px 0px 0px 0px;
}

.timeline-listing .timeline-list::before{
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 12px;
  top: 15px;
  background: #979697;
}

.timeline-listing .timeline-list li.timelines {
  background: url(../images/timeline-list.png) no-repeat 0px 10px;
  padding: 0px 0px 0px 45px;
  margin-bottom: 15px;
  color: #1f1f1f;
  font-size: 14px;
  position: relative;
  z-index: 99;
}

.timeline-listing .timeline-list li .timeline-content{
  background: #fff;
  border: 1px solid #d4d1d4;
  padding: 15px;
  border-radius: 15px;
}

.timeline-listing .timeline-list li.timelines .timeline-title {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
}

.timeline-listing .timeline-list li.timelines .timeline-year{
  display: none;
}


/* TIMELINE STYLE 2 ENDS*/


/* TIMELINE STYLE 3  */


.timeline-style3 {
  position: relative;
  max-width: 100%;
  margin: 0px auto;
}
.timeline-style3 .containr {
  padding: 10px 50px;
  position: relative;
  width: 50%;
  
}
@keyframes movedown {
  0% {
    opacity: 1;
    transform: translate(-30px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
.timeline-style3 .text-box {
  padding: 20px 30px;
  background: #f36236;
  position: relative;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  animation: movedown 1s linear forwards;
  opacity: 0;
}


.timeline-style3 .text-box h2 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.timeline-style3 .text-box small {
  display: inline-block;
  margin-bottom: 5px;
  background: #fff;
  color: #1f1f1f;
  border-radius: 5px;
  padding: 2px 8px;
}

.timeline-style3 .text-box::after {
  content: '\EA6D';
  font-family: "remixicon";
  position: absolute;
  right: -27px;
  top: 2%;
  color: #f36236;
  font-size: 44px;
}

.timeline-style3 .timeline-text {
    min-height: inherit;
}

.timeline-style3 .timeline-text li:not(:last-child) {
    margin-bottom: 8px;
    border-bottom: 1px dashed #dfac94;
    padding-bottom: 8px;
}

/* 
.timeline-style3 .timeline-text::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #fff;
}

.timeline-style3 .timeline-text::-webkit-scrollbar
{
	width: 0px;
	background-color: transparent;
}

.timeline-style3 .timeline-text::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f36236;
} */


.timeline-style3 .left-container {
  left: 0;
}
.timeline-style3 .right-container {
  left: 50%;
}

.timeline-style3 .right-container .text-box::after {
  content: '\EA63';
  right: auto;
  left: -27px;
}

.timeline-style3 .containr::before {
  content:"\F3C1";
  font-family: "remixicon";
  font-size: 30px;
  color: #1f1f1f;
  position: absolute;
  border-radius: 50%;
  right: -15px;
  top: 12%;
  z-index: 10;
}

.timeline-style3 .containr.right-container::before {
  left: -15px;
}
.timeline-style3::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #f36236;
  top: 0px;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
  animation: moveline 6s linear forwards;
}
@keyframes moveline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}



.inner-awards-list{
    color: #111;
    
}

.inner-awards-list .award-list li {
    border-bottom: 1px dashed #746eba;
    margin-bottom: 15px;
    font-size: 14px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #1f1f1f;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
    padding: 8px 12px;
}


.cpt-services-list{
    margin: 45px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.cpt-services-list .service-item{
    max-width: 48%;
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    background: #e5e5e5;
    flex-wrap: wrap;
}

.cpt-services-list .service-item .thumbnail{
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}
.cpt-services-list .service-item .thumbnail img{
  display: block;
  object-fit: cover;
}

.cpt-services-list .service-item .description{
    width: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: start;
}

.cpt-services-list .service-item .description p{
  font-size: 14px;
}

.cpt-services-list .service-item .description h3{
    color: #1f1f1f;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cpt-services-list .service-item .description a.read-more{
  background: #f36236;
  border-radius: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: end;
  color: #fff;
  width: 150px;
  padding: 8px 15px;
}

.cpt-services-list .service-item .description a.read-more svg{
  max-width: 30px;
    transform: rotate(320deg);
    fill: #fff;
}


.cpt-services .entry-content ul li {
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 20px;
    line-height: 1.9;
}

.cpt-services  .entry-content ul li::before{
  content: "";
  font-weight: 500;
  background: #2007b2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  left: 0px;
  top: 11px;
}


.cpt-services  .entry-content ol{
	list-style: none;
	counter-reset: section;
	padding: 0;
	margin: 0;
}
  
.cpt-services  .entry-content ol li {
	counter-increment: section;
	font-weight: 400;
	font-size: 16px;
	border-radius: 40px;
	padding: 5px;
	margin-bottom: 12px;
  position: relative;
  padding: 0px 0px 0px 40px;
}
  
.cpt-services  .entry-content ol li::before {
  content: counter(section);
  background-color: #2007b2;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  left: 0px;
  top: 11px;
}


/* ============================= 
**** FOOTER ***
================================
*/

.custom-global-footer{
  background: #f5f5f5;
  padding: 55px 0px;
}

.custom-global-footer .elementor-widget-site_social_widget .social-buttons-widget {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-global-footer .elementor-widget-site_social_widget .social-buttons-widget a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #f9923d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
}

.custom-global-footer .elementor-widget-site_social_widget .social-buttons-widget svg {
  width: 32px;
  fill: #fff;
}

.custom-global-footer .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0px;
}

.custom-global-footer .footer-menu li a {
  padding: 0px 10px;
}

.custom-global-footer .copyright{
  margin-top: 35px;
  border-top: 1px solid #e5e5e5;
  padding: 25px 0px 0px;
}

.main-footer {
  margin-top: 55px;
}

.main-footer-top {
  background: #1f1f1f;
  padding: 25px 0px;
  color: #fff;
}

.footer-sections{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-sections .ftr-about{
  max-width: 30%;
}


.footer-sections .ftr-menu{
  max-width: 20%;
}
.footer-sections .ftr-contact{
  max-width: 30%;
}

.main-footer .widget h2.widget-title {
  font-size: 18px;
  font-weight: 700;
}

.main-footer .widget h2.widget-title::after {
  content: "";
  display: flex;
  width: 40px;
  height: 3px;
  background: #fff;
  margin-top: 8px;
}

.main-footer .widget.widget_nav_menu ul.menu {
  margin: 0px;
  padding: 0px;
}

.main-footer .widget.widget_nav_menu ul.menu li {
  background: url(../images/ftr-arrow.png) no-repeat 0px 10px;
  padding: 0px 0px 0px 12px;
}
.main-footer .widget.widget_nav_menu ul.menu li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.main-footer .ftr-about p {
  font-size: 14px;
  font-weight: 300;
}

.main-footer .ftr-social {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.main-footer .ftr-social a {
  background: #ffffff;
  color: #1f1f1f;
  border: 2px solid #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  margin-right: 15px;
}

.main-footer .ftr-social a:hover {
  color: #ffffff;
  background: #1f1f1f;
  border: 2px solid #fff;
}

.main-footer .ftr-social svg {
  max-width: 65%;
}

.footer-widget-contact .mail {
  display: flex;
}

.footer-widget-contact .mail .info_icon {
  margin-right: 8px;
}

.footer-widget-contact .mail svg {
  width: 20px;
}


.main-footer-bottom{
    text-align: center;
    padding: 15px 0px;
}

.main-footer-bottom p{
    margin-bottom: 0px;
}



/* SCROLL TO TOP */




.scrollToTop {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #1f1f1f;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.15s ease;
}
.scrollToTop:after {
  content: "";
  border: 2px solid #1f1f1f;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-135deg);
}
.scrollToTop.showBtn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scrollToTop #progress-bar {
  --scrollAmount: 0px;
}
.scrollToTop #progress-bar svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
  max-height: 50px;
  transform: rotate(90deg);
}
.scrollToTop #progress-bar svg path {
  stroke-width: 0.2em;
  stroke-dasharray: 154;
  stroke-dashoffset: calc(-154px + var(--scrollAmount));
  animation-fill-mode: forwards;
}

