.headersec{
    z-index: 1 !important;
}
.items a{
color: #002423 !important;
font-weight: 700 !important;
}
.logo {
position: absolute;
left: 243px;
width: 200px;
cursor: pointer;
}

/* li, a, button{
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 16px;
color: bisque;
text-decoration: none;

} */
header{
background-color: #ffffffda;
display: flex;
justify-content: flex-end;
align-items: center;
box-shadow: 2px 2px 10px black;
}
header:hover{
box-shadow: 2px 2px 25px black;
transition: 0.5s;
}
.navlinks li{
display: inline-block;
margin: 30px;
align-items: center;
}
.navlinks li a{
  color: #002423;
  font-weight: bolder
}
.navlinks li a:hover{
color: tomato;
text-shadow: 1px 1px 5px black;
}

.contactbtn{
width: 100%;
padding: 12px;
background-color: rgb(248, 107, 41);
border-radius: 50px;
outline: none;
cursor: pointer;
transition: all 0.5s, ease 0s;
border: none;
z-index: 999;
color: #fff !important;
}
.contactbtn a{
  color: #FFF !important;
}
.contactbtn:hover{
box-shadow: 1px 1px 5px black;
}
.sidebar{
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 300px;
z-index: 999;
background-color: #fff;
backdrop-filter: blur(10px);
box-shadow: -3px 0 10px black;
display: none;
justify-content: flex-start;
list-style: none;
flex-direction: column;
transition: transform 0.3s ease;
transform: translateX(100%);
}
.sidebar li{
width: 100%;
margin: 25px;
/* text-shadow: 1px 1px 2px black; */

}
.sidebar img{
position: absolute;
bottom: 20px;
width: 100%;
height: 120px;
}
nav ion-icon{
font-size: 2em;
position: absolute;
top: 35px;
right: 20px;
}

/* color: wheat; */
/* text-shadow: #002423 -2px 2px 10px; */
/* font-size: 2em;
margin: 20%;
text-align: center; */

@media only screen and (min-width: 830px){
.navlinks i{
    display: none;
    
}

}
@media only screen and (max-width: 830px){
.logo{
    position: absolute;
left: 26px;
width: 141px;
cursor: pointer;
}

}


/* position: absolute;
left: -7px;
width: 141px;
cursor: pointer; */
@media only screen and (max-width: 830px){
.navlinks .items{
    display: none;
}
}











/* jagan footer */
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px !important;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.telegramicon{
  width: 100px !important;
  border-radius: 1px !important;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.headersec{
  z-index: 0;
}
.floating_btn {
	position: fixed;
	bottom: 33px;
	right: 7px;
	width: 100px;
	height: 227px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

.contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
}
.formy {
  rotate: -90deg;
  position: fixed;
  bottom: 260px;
  z-index: 999;
  right: -68px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.inputsfeild{
margin-top: 15px;
}
.popup-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 80%;
  width: 600px;
  /* Default width */
}

/* Style for close button */
.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

/* Responsive styling */
@media screen and (max-width: 768px) {
  .popup-form {
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .popup-form {
    max-width: 95%;
  }
}