@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.14.0-beta2/css/bootstrap-select.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css");
@import url("https://fonts.googleapis.com");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");


body {
  font-size: 18px;
  font-family: "Lexend Deca", sans-serif;
}

.hero-sectiion{
  margin-top: 4rem;
}

.common-section {
  padding: 3rem 0;
}

.internal-section{
  padding: 1rem 0;
  margin: 2rem 0 2rem 0 !important;
}

.breadcrumb-section{
  margin-top: 10rem;
}

.breadcrumb-section ol li {
  text-decoration: none;
  color: #6586B8;
}

.breadcrumb-section ol li a{
  text-decoration: none;
  color: #6586B8;
}

.get-btn {
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
}
.get-btn:hover{
  color: #000;
}


#see-projects {
  scroll-margin-top: 160px
}


.stickbuttonclass .whtsapp-Btn {
  background: #0dc143;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 0px;
  padding: 10px 4px 8px 10px;
  text-decoration: none;
  display: block;
  z-index: 99;
  width: 53px;
  border-radius: 12px 0 0 12px;
}


.stickbuttonclass .whtsapp-Btn img {
  width: 30px;
}

.navbar {
  background-color: #ffffff70 !important;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 40px -5px, rgba(0, 0, 0, 0.3) 0px 8px 12px -8px;
  backdrop-filter: blur(10px) !important;
}

.navbar .navbar-brand img{
  width: 100px;
}


.nav-item {
  padding: 10px 20px;
}

.navbar-collapse,
.navbar-nav,
.nav-item .nav-link {
  color: inherit !important;
  font-weight: 600;
}

.dropdown-item.active, 
.dropdown-item:active {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item:focus, 
.dropdown-item:hover {
  color: #fff;
  background-color: #6586B8;
}

.navbar-expand-xl .navbar-nav .nav-link {
  font-size: 16px;
}

/* .hero-sectiion {
  margin: 3rem 0;
} */

.hero-sectiion .sec-1 .carousel-inner .carousel-item h1 {
  color: #6586B8;
  font-family: "Lexend", sans-serif;
  font-size: 42px;
}

.hero-sectiion .sec-1 .carousel-inner .carousel-item h2 {
  color: #6586B8;
  font-family: "Lexend", sans-serif;
  font-size: 42px;
}

.hero-sectiion .sec-1 .carousel-inner .carousel-item p {
  text-align: justify;
}

.hero-sectiion .carousel-indicators {
  right: 29px;
  justify-content: center;
  padding: 0;
  margin-bottom: -2rem;
  list-style: none;
  color: #000;
}

.hero-sectiion .carousel-indicators .active {
  opacity: 1;
}

.hero-sectiion .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity .6s ease;
}

/* .hero-sectiion .carousel-item {
  height: 550px;
} */

.hero-sectiion .sec-1 .btn {
  margin-top: 4rem;
  padding: 0;
}

.hero-sectiion .sec-1 .btn .get-btn {
  background-color: #242424;
  border-radius: 2rem;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  color: #ffffff;
}

.hero-sectiion .sec-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-sectiion .sec-2 .swing img {
  border-radius: 1rem;
  height: 450px;
}

.hero-sectiion .sec-2 .swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float: left;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
}

.swing img {
  border: 5px solid #f8f8f8;
  display: block;
  border-radius: 1rem;
}

.swing:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

/* nail */
.swing:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: -16px;
  left: 52.5%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}


.hero-sectiion .sec-2 .hero-img-data .img-content {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.hero-sectiion .sec-2 .hero-img-data a{
  text-decoration: none;
  color: #ffffff;
}

.hero-sectiion .sec-2 .hero-img-data {
  position: absolute;
  top: 80%;
  left: 15%;
  width: 186px;
  height: 160px;
  background-color: #2D2E32;
  padding: 1rem;
  color: #ffffff;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.hero-sectiion .sec-2 .hero-img-data:hover {
  box-shadow: rgba(170, 170, 170, 0.3) 0px 19px 38px, rgba(170, 170, 170, 0.3) 0px 15px 12px;
  transition: 0.8s;
}

.hero-sectiion .sec-2 .hero-img-data img {
  height: 30px;
  width: 30px;
  transform: rotate(320deg);
  margin-bottom: 10px;
}

/************************************************************************************************/


.about {
  background: url("../assets/img/abt-bg.webp") #d3d3d375 50% / cover no-repeat;
  padding: 5rem 0;
}

.about .abt-img img {
  width: 100%;
}

.about .abt-content h3 {
  color: #6586B8;
  font-family: "Lexend", sans-serif;
  font-size: 30px;
}

.about .abt-content p {
  text-align: justify;
}

/*********************************************************************************************************/

.section-3 .section-3-content h3 {
  color: #6586B8;
  font-size: 30px;
}

.section-3 .section-3-content p {
  text-align: justify;
  padding: 0 2rem 0 0;
}

.section-3 .section-3-content .btn {
  margin-top: 2rem;
  padding: 0;
}

.section-3 .section-3-content .btn .get-btn {
  background-color: #242424;
  border-radius: 2rem;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  color: #ffffff;
}


.section-3 .section-3-card {
  padding: 2rem;
  border-radius: 15px;
  background: #F2F2F2;
  box-shadow: -5px 5px 20px 0px rgba(10, 9, 57, 0.25);
}

.section-3 .section-3-card span {
  font-size: 30px;
  font-weight: 700;
}

.section-3 .section-3-card span {
  font-size: 48px;
  color: #6D0909;
  font-weight: 700;
}

/*********************************************************************************************************/

.section-4 .section-4-content h3 {
  color: #6586B8;
  font-family: "Lexend", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-4 .section-4-content p {
  text-align: justify;
  padding: 0 2rem 0 0;
}

.section-4 .section-4-content .btn {
  margin-top: 2rem;
  padding: 0;
}

.section-4 .section-4-content .btn .get-btn {
  background-color: #242424;
  border-radius: 2rem;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  color: #ffffff;
}

.section-4 .section-img img {
  width: 428px;
  height: 525px;
}

.section-4 .section-4-card {
  padding: 2rem;
  border-radius: 15px;
  background: #F2F2F2;
  box-shadow: -5px 5px 20px 0px rgba(10, 9, 57, 0.25);
}

.section-4 .section-4-card span {
  font-size: 30px;
  font-weight: 700;
}

.section-4 .sec-4-cards {
  padding: 1.5rem;
  border-radius: 10px;
  background: #2D2E32;
  min-height: 250px;
  flex-shrink: 0;
}

.section-4 .sec-4-cards span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 1rem;
}

.section-4 .sec-4-cards p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  padding-top: 1rem;
}

.section-4 .section4-card {
  margin-top: -3rem;
  margin-left: -1rem;
}

/*****************************************************************************************************************/
.milestones{
  background: #2D2E32;
  box-shadow: -5px 5px 20px 0px rgba(10, 9, 57, 0.25);
  color: #FFF;
}

.milestones h2{
color: #6586B8!important;
font-family: "Lexend Deca";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 120%;
padding: 2rem 0;
}
.milestone-content{
  padding: 1rem 0;
}
.milestone-content p{
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.milestone-content .col{
  padding: 2rem 0;
  margin: 1rem 0;
}
.milestone-content .bottom-text{
  color: #999;
  text-align: center;
  font-weight: 400;
  line-height: 145%;
  padding: 1.2rem 0;
}
/*.milestone-content .btn{*/
/*  padding: 11px 31px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  border-radius: 30px;*/
/*  background: transparent;*/
/*  width: fit-content;*/
/*  color: #fff;*/
/*}*/

.milestone-content .btn {
    background-color: transparent;
    border-radius: 2rem;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0.8rem 2rem;
}

.milestone-content .btn:hover {
    background-color: #fff;
    color: #000;
    transition: 0.8s;
}

/***********************************************************************************************/
.latest-projects h3 {
  color: #6586B8;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.latest-projects p {
  color: #999;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 1rem 0;
}

/* .latest-projects .projects-card img {
  border-radius: 10px;
  
  box-shadow: rgb(151, 102, 56, 0.25) 0px 50px 100px -20px, rgb(151, 102, 56, 0.3) 0px 30px 60px -30px;
} */

.latest-projects .projects-card img {
  border-radius: 10px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  box-shadow: rgb(151 102 56 / 50%) 0px 50px 80px -20px, rgb(151 102 56 / 15%) 0px 30px 50px -60px;
}

.latest-projects .projects-card .cards:hover {
  transform: translateY(-15px);
  transition: 0.9s;
}

.latest-projects .projects-card a{
  text-decoration: none;
}

.latest-projects .projects-card p {
  text-align: center;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 600;
  padding-top: 1rem;
}

/********************************************************************************************************************/

.completed-projects {
  background: url("../assets/img/abt-bg.webp") #2e2f33 50% / cover no-repeat;
  padding: 4rem 0;
}

.completed-projects .comp-content {
  padding-right: 3rem;
}

.completed-projects .comp-content h3 {
  color: #999;
  font-size: 38px;
  font-weight: 600;
}

.completed-projects .comp-content p {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7rem;
}

.completed-projects .comp-content .btn .more-btn {
  background-color: transparent;
  border-radius: 2rem;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.8rem 2rem;
  
}

.completed-projects .comp-content .btn .more-btn:hover {
  background-color: #fff;
  color: #000;
  transition: 0.8s;
}

.completed-projects .comp-img .comp-img2 {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.completed-projects .comp-img .comp-img1 img, .completed-projects .comp-img .comp-img2 img {
  border-radius: 20px;
  border: 1px solid #fff;
  /* box-shadow: rgba(255, 255, 255, 0.705) 0px 6px 12px -2px, rgba(255, 255, 255, 0.548) 0px 3px 7px -3px; */
  /* box-shadow: rgba(255, 255, 255, 0.562) 0px 0px 10px; */
}

/*************************************************************************************************************/

.testimonial {
  text-align: center;
  background-color: #F2F2F2;
  padding: 8rem 0;
}


.testimonial .test-head {
  color: #6586B8;
  font-size: 36px;
  font-weight: 600;
  justify-content: center;
  position: relative;
  width: fit-content;
  margin: auto;
}

.testimonial .test-head img {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -30%);
}


.testimonial .carousel {
  width: 50%;
  margin: 0 auto;
}

.testimonial .carousel .carousel-inner .carousel-item img{
  padding: 1rem 0;
  width: 80px;
}

.testimonial .carousel .carousel-inner .carousel-item p{
  padding-top: 5px;
}

.testimonial .carousel-indicators {
  justify-content: center;
  padding: 0;
  margin-bottom: -2rem;
  list-style: none;
  color: #000;
}

.testimonial .carousel-indicators .active {
  opacity: 1;
}

.testimonial .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity .6s ease;
}

.testimonial .carousel-item {
    height: 250px;
}

/*************************************************************************************************************/

.people {
  text-align: center;
}


.people .people-head h3 {
  color: #6586B8;
  font-size: 30px;
  font-weight: 600;
}

.people .people-head p {
  color: #999;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.people .sec-1 {
  margin-top: 4rem;
}

.nav-pills .nav-link {
  border-radius: 10px;
  background: #fff;
  color: #000000;
  padding: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: auto;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-radius: 10px;
  background: #F2F2F2;
  color: #000000;
  padding: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: auto;
}

.nav-pills .nav-link img {
  width: 60px;
  height: 60px;
}

.nav-pills .nav-link p {
  color: #999;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

.nav-pills .nav-link p span {
  color: #272727;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.people .sec-1 .tab-content .tab-pane {
  color: #999999;
}



/***************************************************************************************************************/

/* .footer-section {
  margin: 1.75rem 0 0 0;
} */

.footer-section .footer-side {
  color: #FFF;
  background-color: #242424;
  padding: 3rem 3rem;
}

.footer-section .footer-side .address h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.footer-section .footer-side .address p,
.footer-section .footer-side .address p a {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-section .footer-side .address p a:hover {
  color: #fff;
}

.footer-section .footer-side .address p img {
  width: 20px;
}


.footer-section .footer-side .socialmedia {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-section .footer-side ul {
  list-style: none;
  padding: 0;
}

.footer-section .footer-side ul li a {
  text-decoration: none;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8rem;
  text-transform: capitalize;
}

.footer-section .footer-side ul li a:hover {
  color: #fff;
}

.footer-section .footer-conatact {
  background-color: #FFF;
  padding: 6px 2rem;
  border-bottom: 1px solid #ccc;
}

.footer-section .footer-conatact h5 {
  color: #6586B8;
  font-size: 36px;
  font-weight: 600;
}

.footer-section .footer-conatact .button-sec .ctaButton {
  background-color: #242424;
  border-radius: 2rem;
  padding: 0.5rem 2.5rem;
  text-decoration: none;
  color: #ffffff;
}


.footer-section .footer-conatact form {
  padding-top: 1rem;
}

.footer-section .bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-section .bottom-footer p {
  padding: 1rem 2rem;
  margin: 0;
  color: #0B0B0B;
  text-align: right;
  /* font-family: "Open Sans"; */
  font-size: 14px;
  font-weight: 400;
}
.footer-section .bottom-footer p a {
  color: #0B0B0B;
  font-size: 14px;
  font-weight: 400;
}

/**************************************about us******************************************************/

.journey-section,
.completed-section{
  margin: 2rem 0;
}

.journey-section .journey-heading h3,
.completed-section .completed-heading h3 {
  color: #6586B8;
  font-size: 30px;
  text-transform: uppercase;
}

.journey-section .journey-heading h3::after {
  content: '';
  display: block;
  margin-right: 10px;
  height: 5px;
  min-width: 105px;
  margin-top: 5px;
  max-width: 9rem;
  background-color: #5B5B5B;
}

.completed-section .completed-heading h3::after {
  content: '';
  display: block;
  margin-right: 10px;
  height: 5px;
  min-width: 105px;
  margin-top: 5px;
  max-width: 22rem;
  background-color: #5B5B5B;
}



/* .journey-section .journey-content ul {
  list-style-image: url('../img/icon/right-icon.png');
  font-size: 18px;
} */


/* .journey-section .journey-content ul li {
  list-style: none;
} */


ul.list_style li {
  display: flex;
  padding: 1rem 0;
}

ul.list_style li::before {
  content: '';
  display: block;
  margin-right: 10px;
  height: 15px;
  min-width: 15px;
  background: url("../img/icon/right-icon.png") center center/15px 15px no-repeat;
  margin-top: 5px;
  max-width: 15px;
}


/* .journey-section .journey-content ul li:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 35px;
  background-image: url('../img/icon/right-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
} */

.group {
  background: url("../assets/img/abt-bg.webp") #d3d3d375 50% / cover no-repeat;
  padding: 5rem 0;
}

.group .abt-img img {
  width: 80%;
}

.group .abt-content h3 {
  color: #6586B8;
  font-family: "Lexend", sans-serif;
  font-size: 30px;
}

.group .abt-content p {
  text-align: justify;
}

.group .abt-content h3::after {
  content: '';
  display: block;
  height: 5px;
  min-width: 105px;
  margin-top: 8px;
  max-width: 28rem;
  background-color: #5B5B5B;
}


/********************************************************************************************/


/******************************************completed**************************************************/


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	/* display: block; */
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-bubba {
	background: #6586B8;
}

figure.effect-bubba img {
	opacity: 0.6;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.info-section .info-heading h3 {
  color: #6586B8;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
}


.info-section .info-heading h3::after {
    content: '';
    display: block;
    margin-right: 10px;
    height: 5px;
    min-width: 105px;
    min-width: 100%;
    margin-top: 5px;
    max-width: 22rem;
    background-color: #5B5B5B;
  }

  .info-section .info-content p{
    padding: 1.5rem 0;
    border-bottom: 4px solid #6586B8;
  }

  .info-section .info-content p:nth-child(4){
    border-bottom: none;
  }

  .info-section .info-img img,
  .height-info-section .info-img img{
    width: 150px;
  }


  .height-info-section .info-heading h3 {
    color: #6586B8;
    font-size: 30px;
    text-transform: uppercase;
  }

  .height-info-section .info-content p{
    padding: 1.5rem 0;
    border-bottom: 4px solid #6586B8;
  }

  .height-info-section .info-content p:nth-child(2){
    border-bottom: none;
  }

  .height-info-section .info-heading h3::after {
    content: '';
    display: block;
    margin-right: 10px;
    height: 5px;
    min-width: 105px;
    margin-top: 5px;
    max-width: 22.5rem;
    background-color: #5B5B5B;
  }

  .ongoing-section .ongoing-heading h3 {
    color: #6586B8;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
  }


  .ongoing-section .ongoing-heading h3::after {
    content: '';
    display: block;
    margin-right: 10px;
    height: 5px;
    min-width: 105px;
    min-width: 100%;
    margin-top: 5px;
    max-width: 22rem;
    background-color: #5B5B5B;
  }


/********************************************************************************************/





/*******************************************leadership*************************************************/

.leader-section {
  margin-top: 5rem;
}

.leader-section .leader-head h4{
  color: #6586B8;
  font-size: 38px;
  text-align: center;

}

.leader-section .leader-head h4::after {
  content: '';
  display: block;
  height: 5px;
  min-width: 105px;
  margin-top: 8px;
  max-width: 12rem;
  background-color: #5B5B5B;
  margin: auto;
  justify-content: center;
}


.leader-section .list-team-members {
  display: flex;
  justify-content: center;
  padding: 0;
}
.leader-section .list-team-members li {
  padding: 0px;
  margin: 40px;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  transition-duration: .3s;
}
.leader-section .list-team-members li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  /* color: #FF7A28; */
  color: #6586B8;
  transition-duration: .3s;
}
.leader-section .list-team-members li a:hover {
  transform: scale(1.1, 1.1);
}
.leader-section .list-team-members li a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 200px;
  background-color: #97663833;
  border-radius: 50%;
  opacity: 0;
  transition-duration: .3s;
}
.leader-section .list-team-members li a:hover:after {
  opacity: 1;
}
.leader-section .list-team-members li img {
  object-fit: cover;
  object-position: center center;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  transition-duration: .3s;
}
.leader-section .list-team-members li .member-title {
  display: block;
  margin-bottom: 10px;
}
.leader-section .list-team-members li .member-title-hover {
  text-align: center;
  transition-duration: .3s;
  padding: 5px 10px;
  background: #6586B8;
  color: #FFFFFF;
  z-index: 2;
}
.leader-section .list-team-members li a:hover .member-title-hover {
  opacity: 1;
  top: 90px;
}




/********************************************************************************************/


/****************************************************************************************/
.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #6586B8;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #6586B8;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background: #5B5B5B;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6586B8;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #6586B8;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #6586B8
  ;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 100%;
}
.timeline__event--type2:after {
  background-color: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #fff;
  background: #5B5B5B;
}
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background-color: #6586B8;
}
.timeline__event--type2 .timeline__event__icon {
  background: #6586B8;
  color: #6586B8;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background-color: #6586B8;
}
.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}
.timeline__event--type3:after {
  background-color: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #fff;
  background-color: #5B5B5B;
}
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
  background-color: #6586B8;
}
.timeline__event--type3 .timeline__event__icon {
  background: #6586B8;
  color: #6586B8;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background-color: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 834px) {

.timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 60vw;
}
}

@media (max-width: 786px) {
  .about .abt-img img {
    width: 100%;
  }
  .timeline__event {
    flex-direction: column;
    align-self: center;
 }
  .timeline__event__content {
    width: 100%;
 }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
 }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
 }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
 }
  .timeline__event:nth-child(2n + 1) {
    flex-direction: column;
    align-self: center;
 }
  .timeline__event:nth-child(2n + 1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
 }
  .timeline__event:nth-child(2n + 1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
 }

 .completed-projects .comp-content h3 {
    font-size: 22px;
  }

 .section-4 .sec-4-cards {
    height: 400px;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
 }
}
@keyframes fillTop {
  100% {
    top: 100%;
 }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
 }
}
/* ******* */
.custom-btn {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50px;
  max-width: 250px;
  margin: 2.2rem auto;
  text-transform: uppercase;
  border: 1px solid;
  text-align: center;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.custom-btn {
  position: relative;
  color: #000;
}
.custom-btn:before, .custom-btn:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}
.custom-btn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.custom-btn:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.custom-btn:hover {
  color: #000;
}
.custom-btn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.custom-btn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
/*****Submit Button******/
.button {
  width: 170px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  /* margin-bottom: 30px; */
  cursor: pointer;
}
.button-4 {
background-color: #242424;
border-radius: 2rem;
padding: 0.5rem 2.5rem;
text-decoration: none;
color: #ffffff;
transition: .3s;
}
.button-4:hover {
  animation: pulse 1s infinite;
  transition: .3s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(.9);
  }
    100% {
    transform: scale(1);
  }
}

/* View Button */
.view-button {
  --offset: 10px;
  --border-size: 2px;
  display: block;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) #fff;
  width: fit-content;
  margin: 2rem auto;
  transition: background 0.8s ease;
}
.view-button:hover {
  background: rgba(100, 0, 0, 0.03);
}
.button__horizontal, .button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: transform 0.8s ease;
  will-change: transform;
}
.button__horizontal::before, .button__vertical::before {
  content: "";
  position: absolute;
  border: inherit;
}
.button__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid #000;
  border-bottom: var(--border-size) solid #000;
}
.button__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.view-button:hover .button__horizontal {
  transform: scaleX(0);
}
.button__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid #000;
  border-right: var(--border-size) solid #000;
}
.button__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.view-button:hover .button__vertical {
  transform: scaleY(0);
}
/* careers page */
.careers{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/office-supplies-laptop.jpg) no-repeat center;
  background-size: cover;
  margin-top: 2rem!important;
  margin-bottom: 0 !important;
}
.career-form{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 40px;
    background-color: #fff;
    padding: 50px;
    border: 1px solid black;
}
.career-heading h1{
    color: #6586B8;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 2rem;
}
.career-heading p {
  font-size: 18px;
  margin-bottom: 6px;
}
/* contact us */
/*.contact-us .contact-wrapper .ct label,textarea{*/
/*  margin: 0.5rem;*/
/*}*/
.contact-us h2{
  text-align: center;
  color: #6586B8;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 3rem;
}
.contact-us{
  padding: 1rem 0!important;
  margin-bottom: 0rem!important;
  margin-top: 2rem!important;
}
.contact-us .contact-inner{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  padding: 20px;
}

.careers.contact-us {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/contact-us-banner.webp) no-repeat center;
  background-size: cover;
  margin-top: 2rem!important;
}

.points {
  align-items: center;
  background: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.points .point-heading {
    color: #ad8a40;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 6px;
    margin-top: 1rem;
}
.points .point-para {
  color: #2d2e32;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}



@media (max-width:480px) {
  .common-section {
    padding: 3rem 0 0 0;
  }

  .hero-sectiion{
    margin-top: 4rem;
  }

  .hero-sectiion .sec-2 {
    margin-top: 5rem;
  }

  .miles-number{
    display: block !important;
    text-align: center !important;
  }

  .milestone-content p {
    font-size: 16px;
  }

  .about .abt-content {
    margin-top: 3rem;
  }

  .about .abt-content p {
    font-size: 1rem;
  }

  .about .abt-img img {
    width: 100%;
  }

  .latest-projects .projects-card p {
    text-align: center;
  }


  .section-3 .section-3-card {
    margin-top: 2rem;
  }

  .section-4 .section-4-content,
  .section-4 .section4-card {
    margin-top: 1rem;
  }

  .section-4 .section4-card .sec-4-cards {
    margin: 0.5rem 0;
  }

  .completed-projects .comp-img .comp-img1,
  .completed-projects .comp-img .comp-img2 {
    margin-top: 1.3rem;
  }

  .testimonial .carousel {
    width: 100%;
    margin: 0 auto;
  }

  .people .testimonial {
    background-color: #ffffff;
  }

  .people .testimonial .sec-1 {
    margin-top: 1rem;
  }

  .latest-projects .projects-card img {
    width: 100%;
  }

  .completed-projects .comp-img .comp-img1 img, 
  .completed-projects .comp-img .comp-img2 img {
    width: 100%;
  }

  .footer-section .footer-side .socialmedia {
    gap: 2.8rem;
    margin-top: 1.5rem;
  }

  .footer-section .footer-side .address {
    margin-top: 1.5rem;
  }

  .footer-section .bottom-footer p {
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .footer-section .bottom-footer {
    display: block;
  }

  .grid figure img {
    width: 100%;
  }

  .grid figure {
    width: 100%;
  }

  .section-4 .sec-4-cards {
    height: 0;
  }

  .testimonial .test-head img {
    width: 75px;
    position: absolute;
    left: 25px;
    top: -13px;
  }

  .ongoing-section .ongoing-heading h3 {
    font-size: 26px;
  }

  .section-4 .section4-card {
    margin-left: 0rem;
  }

  .breadcrumb-section ol li ,
  .breadcrumb-section ol li a {
    font-size: 14px;
  }

  .timeline__event {
    width: 100%;
  }
}