body {
	background:#000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.667em;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
.heading {
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 100px;
}
.top-para {
	color: #BABABA;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	width: 42%;
}
.middle-para {
	color: #BABABA;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 166.667% */
	margin-bottom: 25px;
}
.get-in-touch {
	color: #FFF;
	font-family: 'Montserrat';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px; /* 141.667% */
	border-bottom: 1px solid #FFF;
	gap: 6px;
	padding-bottom: 9px;
	margin-top: 0px !important;
}
.get-in-touch:hover {
	color:#3e9275;
	text-decoration:none;
	border-color: #3e9275;
}
/* .logo-container {
	margin-top:10px;
} */
.logo {
	width: 297px;
	height: 23.73px;
	flex-shrink: 0;
	margin-bottom:50px;
}
.white-text, .heading, p,h2 {
	color:#fff;
}
.gray-text {
	color:#ccc;
}
.green {
	color:green;
}
.plus-symbol {
	color:green;
	font-weight:bold;
	margin-top:0;
}
.separator {
	border-top:1px solid #a3a1a1;
	margin:75px  30px 75px 30px;
}
.m-b-lg {
	margin-top:30px;
}
.m-t-xl {
	margin-top:200px;
}
.content-container {
	border:1px solid #ccc;
}
.link-text {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.417em;
	color:#23527c;
	border-bottom: 1px solid #fff;
	padding:10px;
}
.counter {
	font-size: 61.88px;
	font-weight: 500;
	line-height: 86px;
}
.box {
	color: #BABABA;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 25px !important;
}
.count-text {
	color: #8B8B8B;
	font-family: 'Montserrat';
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 37.99px;
}
.text-400-medium {
	font-size: 18px;
	line-height: 1.583em;
	font-weight: 400;
}
.section-heading {
	font-family: 'Montserrat';
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 86px;
	margin-bottom:30px;
	margin-top: 0px;
	margin-bottom: 65px !important;
}
.footer-bottom {
  border-top: 1px solid #a3a1a1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 44px 0;
}
.footer-imprint a {
	color: #E1E1E1;
	text-align: right;
	font-family: 'Montserrat';
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 250% */
	text-decoration-line: underline;
}
.footer-text {
	color: #E1E1E1;
	font-family: 'Montserrat';
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 250% */
	margin-right:20px;
}
.custom-row {
	padding: 80px 0px;
}
.home-image-shadow-down {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  
  min-height: 500px;
  background-image: linear-gradient(to top, #ccc 40%, transparent);
  top: 0;
  bottom: -24%;
  left: 0;
}
.earth-photo {
  z-index: 1;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 24%;
  left: 0%;
  right: auto;
}
.earth-photo img {
	width:90%;
	height:auto;
	transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	opacity: 0.7;
	transform-style: preserve-3d;
}
.fa-pointer {
  transform: rotate(-45deg);
  display: inline-block;
}
.legal, .execution {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 100% */
	letter-spacing: 2px;
	text-transform: uppercase
}
.dropbtn {
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	display: flex ;
	align-items: center;
	gap: 20px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 
		0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 10px;
	padding: 5px;
	right: 0px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: justify;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #000;
}
.animated-text {
  opacity: 0;
  transform: translateY(30px); /* Slightly moved down initially */
  transition: opacity 1.5s ease-out;
  will-change: opacity, transform;
  min-height: 100px;
}

.animated-text.visible {
  opacity: 1;
  transform: translateY(0);
  animation: jump 0.6s ease-out;
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0); /* Start and end at original position */
  }
  50% {
    transform: translateY(-20px); /* Move up by 20px at the peak */
  }
}
@media (min-width: 767px) {
  .long-term{
	margin-top:90px;
}
.custom-row {
	padding: 80px 0px;
}
}
  .m-t-lg {
	margin-top: 40px; /* adjust margins */
  }

  @media (max-width: 767px) {
	.logo {
	  width: 200px;
	}
	.get-in-touch {
	  font-size: 20px;
	}
  }

  body {
	-webkit-font-smoothing: antialiased; /* Improves font rendering */
	font-family: ''Montserrat'', sans-serif; /* Ensure fallback */
  }

  .dropdown-content {
	min-width: 170px; /* Increase width slightly */
  }
  .dropdown-content a {
	padding: 12px 12px; /* Adjust padding */
  }
@media (min-width: 1511px) {
  .mian-div-container {
	padding: 40px 40px 0px 40px;
	width: 100% !important;
  }
  .logo{
	margin-bottom: 0px;
	
}
.custom-row {
	display: flex;
	flex-wrap: wrap; /* Allow wrapping for smaller screens */
  }
  
  .custom-row .col-md-4 {
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* Spread the contents equally */
  }
}
  @media (min-width:1301px) and (max-width: 1510px) { 
	.mian-div-container {
		width: 100% !important;
		padding: 40px 40px 0px 40px;
	}
	h1 {
		margin-top: 80px;
	}
	.logo{
		margin-bottom: 0px;
	}
	.heading{
		font-size: 80px;
		line-height: 100px;
		margin-top: 80px !important;
	}
	.text-end {
		text-align: center !important;
	}
  }

  @media (min-width:1076px) and (max-width: 1300px) { 
	.mian-div-container {
		padding: 40px 20px 0px 20px;
	}
	h1 {
		margin-top: 50px;
	}
	.heading{
		font-size: 56px;
		line-height: 70px;
		margin-top: 80px !important;
	}
	.text-end {
		text-align: center !important;
	}
	.logo-container{
		margin-top: 20px !important;
	}
	.heading-footer{
		font-size: 50px !important;
		line-height: 65px !important;
	}
  }
  @media (min-width:901px) and (max-width: 1075px) { 
	.mian-div-container {
		padding: 40px 20px 0px 20px;
	}
	h1 {
		margin-top: 50px;
	}
	.heading{
		font-size: 38px;
		line-height: 55px;
		
	}
	.text-end {
		text-align: start !important;
		width: 15% !important;
	}
	.logo-container{
		
		width: 80% !important;
	}
	.container-null {
		width: 0% !important;
	}
	.middle-para-div {
		text-align: center !important;
	}
	
	.heading-footer{
		font-size: 35px !important;
		line-height: 50px !important;
	}
  }
  @media (max-width: 900px) { 
	.mian-div-container {
		padding:40px 10px 0px 20px;
	}
	h1 {
		margin-top: 50px;
	}
	.heading{
		font-size: 32px;
		line-height: 45px;
	}
	.text-end {
		text-align: start !important;
		width: 15% !important;
	}
	.logo-container{
		margin-top: 20px !important;
		width: 80% !important;
	}
	.container-null {
		width: 0% !important;
	}
	.middle-para-div {
		text-align: center !important;
	}
	.footer-para{
		border-right: 0px !important;
		border-bottom: 1px solid #ccc;
	}
	.focused-main{
		padding: 0px 50px !important;
	}
	.dropdown-content {
		right: 10px;
	}
	.heading-footer{
		font-size: 32px !important;
		line-height: 45px !important;
	}
  }
  @media (min-width:501px) and (max-width: 650px) { 
	.heading{
		font-size: 28px;
		line-height: 38px;
	}
	.heading-footer{
		font-size: 28px !important;
		line-height: 38px !important;
	}
	.logo-container{
		width: 70% !important;
	}
  }
  .container-row {
	display: flex !important;
  }

  .top-para {
	min-height: 120px;
  }
  @media (min-width:350px) and (max-width: 500px) { 
	.heading{
		font-size: 22px;
		line-height: 38px;
	}
	.logo-container{
		width: 60% !important;
	}
	.logo {
		width: 230px !important;
	}
	.logo-container {
		width: 60% !important;
	}
	#get-in-touch2{
		font-size: 16px ;
	}
	.link-bottom-div{
		display: none !important;
	}
	.link-div{
		display: block !important;;
	}
  }
  .container-row {
	display: flex !important;
  }

  .top-para {
	min-height: 120px;
  }

  .middle-para-div{
	margin-left: 20px;
	padding-top: 120px;
	text-align: start !important;
	align-items: start !important;
  }

  .heading-footer {
	font-family: 'Montserrat';
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 86px;
	margin-bottom:60px;
	margin-top: 0px !important;
	margin-left: 28px;
  }
  .concentrated-heading{
	font-size: 24px;
	line-height: 34px;
	font-weight: 600 !important;
	font-family: 'Montserrat';
  }
  .text-end {
	text-align: end;
  }
  @media (max-width:991px) {
	.footer-para{
		
		margin: 0px 45px 0px 45px;
		padding: 0px 50px 15px 0px !important;
	}
	#longterm-icon,#focused-icon {
		margin:  0px !important;
	}
	.footer-para,.focused-main {
		padding-top: 10px !important;
	}
	.heading {
		font-size: 44px !important;
		line-height: 65px !important;
	}
	.middle-para-div {
		padding-bottom: 0px !important;
		flex-direction: column !important;
		justify-content: baseline !important;
		align-items: center ;
	}
	.middle-para-container{
		width: 82% !important;
	}
	.custom-row {
		padding-top: 0px !important;
	}
	.footer-div {
		margin-top: 0px !important;
	}
	.footer-para{
		border-right: 0px !important;
		border-bottom: 1px solid #ccc;
	}
	/* .footer-main-div {
		max-height: 290px !important;
		height: 290px !important;
	} */
	.custom-row {
		padding-bottom: 40px !important;
	}
	.separator {
		margin: 5px 30px 45px 30px !important;
	}
	.middle-para-container{
		width: 100%;
	  }
	  .icon-container{
		justify-content: center;
		width: 115px !important;
	  }
	  #focused-icon{
		width: 104px !important;
	  }
	  .footer-bottom{
		margin: 0px 30px 0px 30px;
	  }
  }
  
  
  .flex-div {
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important; /* Spread the contents equally */
  }

  .icon-container {
	height: 104px !important;
	width: 104px;
	display: flex !important;
	align-items: center !important;
  }

  .middle-para-container{
	width: 44%;
  }
  .middle-para-div{
	display: flex ;
	gap: 50px;
	justify-content: space-between;
  }
  .top-para-div{
	display: flex;
	justify-content: center;
  }
  .link-div{
	display: block;
	width: fit-content !important;
	margin-top: 30px !important;
  }

  @media (min-width:992px){
	.logo-container {
		width: 86.67%;
	}
	.top-para-div{
		margin-top: 50px;
	}
	.link-continer{
		margin-top: 30px;
	}
	.heading {
		margin-top: 80px !important;
	}
  }