*{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
.header{
min-height: 100vh;
width: 100%;
background-image: linear-gradient(rgba(4, 9, 30, 0.7),rgba(4, 9, 30, 0.7)),url(images/bg.png);
background-position: center;
background-size: cover;
position: relative;
}
body{
	background-color: #0b1124;
}

nav{
	display: flex;
	padding: 4% 10%;
	justify-content: space-between;
	align-items: center;
}
nav img{
	width: 300px;
	height: auto;
	margin-left: -80px;
}
.nav-links{
	flex: 1;
	text-align: right;

}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 12 px;
	position: relative;
}
.nav-links ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #f44336;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links ul li:hover::after{
	width: 100%;
}
.text-box{
	width: 90%;
	color: blue;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.text-box h1{
	font-size: 62px;
}
.text-box p{
	margin: 10px 0 40px;
	font-size: 14px;
	color: #fff;
}
.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
}
.hero-btn:hover{
	border: 1px solid #f44336;
	background: #f44336;
	transition: 0.5s;
}
nav .fa{
	display: none;
}
@media(max-width: 700px){
	.text-box h1{
	font-size: 32px;
  }
  .nav-links ul li{
	display: block;
}
.nav-links{
	position: absolute;
	background: #f33446;
	height: 100vh;
	width: 200px;
	top: 0;
	right: -200px;
	text-align: left;
	z-index: 2;
	transition: 0.5s;
}
nav .fa{
	display: block;
	color: #fff;
	margin: 10px;
	font-size: 22px;
	cursor: pointer;
}
.nav-links ul{
	padding: 30px;
}
}
/*----service---*/

.Service{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;

}
h1{
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
}
p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300px;
	line-height: 22px;
	padding: 10px;
}

.row{
	margin-top: 5%;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.Service-col{
	flex-basis: 20%;

	
	height: 100%;
}
h1{
	text-align: center;
	font-weight: 20;
	margin: 10px 0;
}
.Service-col:{
	width: 50%;
	height:50%;
	flex-direction: auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
@media(max-width: 550px){
	.row{
		flex-direction: auto;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
}

img{
 width: 50%;
 height:50%;
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.Partner{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}

h1{
	font-size: 36px;
	font-weight: 600;
}
p{
	font-size: 14px;
	font-weight: 300px;
	line-height: 22px;
	padding: 10px;
}

.row{
	margin-top: 5%;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.Partner-col{
	flex-basis: 20%;

	
	height: 100%;
}
h1{
	text-align: center;
	font-weight: 20;
	margin: 10px 0;
}
.Partner-col:hover{
	box-shadow: 0 0 20px 0px rgba(135,206,235);
	width: 50%;
	height:50%;
	flex-direction: auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
@media(max-width: 550px){
	.row{
		flex-direction: auto;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
}

img{
 width: 50%;
 height:50%;
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.About Us{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;

}
h1{
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
}
p{
	color: #777;
	font-size: 14px;
	font-weight: 300px;
	line-height: 22px;
	padding: 10px;

}

.column1 {
  flex: 40%;
  padding: 5px;
}
h4{
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
}
.column2 {
  padding: 50px;
  transition: transform .2s;
  margin: 0 auto;
  flex: 40%;
}

.column2:hover {
  -ms-transform: scale(1.5); 
  -webkit-transform: scale(1.5); 
  transform: scale(1.5); 
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/*.Team{
	color: #FFFFFF;
	text-align: center;
	width: 80%;
	margin: auto;
	border-image: center;
	text-align: center;
	padding-top: 50px;
}
.Team div{
	width: 100px;
	height: 100px;
	margin: 10px;
}
.row{
	margin-top: 5%;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
h1{
	font-size: 36px;
	font-weight: 600;
}

.facebook{
	color: #3b5998;
	background-color: #FFFFFF;
}
.twitter{
	color: #00acee;
	background-color: #FFFFFF;
}

.linkedin{
	color: #00acee;
	background-color: #FFFFFF;
}


.team-col{
	color: #FFFFFF;
	text-align: center;
		flex-basis: 20%;
		text-align: center;
		align-items: center;
}

.facebook{
	color: #3b5998;
	background-color: #FFFFFF;
}
.twitter{
	color: #00acee;
	background-color: #FFFFFF;
}

.linkedin{
	color: #00acee;
	background-color: #FFFFFF;
}


.column4{
	color: #FFFFFF;
	text-align: center;
}

@media(max-width: 550px){
	.row{
		flex-direction: auto;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
}
.row1{
	margin-top: 5%;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.row2{
	margin-top: 5%;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}*/

.Team{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	margin: auto;
	border-image: center;
}
.move-right {
  margin-left: 100px; /* Adjust this value to move it further right */
}
.move-rightt {
  margin-left: 40px; /* Adjust this value to move it further right */
}
h1{
	font-size: 36px;
	font-weight: 600;
}
h2{
	color:#FFFFFF ;
}
p{
	font-size: 14px;
	font-weight: 300px;
	line-height: 22px;
	padding: 10px;
}

.row{
	margin-top: 5%;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.Team-col{
	color: #FFFFFF;
	flex-basis: 20%;
	height: 100%;
	text-align: center;
		text-align: center;
		align-items: center;
}
h1{
	text-align: center;
	font-weight: 20;
	margin: 10px 0;
}
.Team-col:hover{
	box-shadow: 0 0 20px 0px rgba(135,206,235);
	width: 50%;
	height:50%;
	flex-direction: auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;




}
@media(max-width: 550px){
	.row{
		flex-direction: auto;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
	}
}

img{
 width: 50%;
 height:50%;
 text-align: center;
 display: inline-block;
 vertical-align: middle;
}

.fa-facebook {
	list-style: none;
  color: white;
}


.fa-twitter {
	list-style: none;
  color: white;
}

.fa-linkedin {
	list-style: none;
  color: white;
}
ul{
	list-style: none;
}
.paresh{
	color: #FFFFFF;
}
.pareshh{
	color: #FFFFFF;
}

.rupesh{
	color: #FFFFFF;
}
.rupeshh{
	color: #FFFFFF;
}
.poonam{
	color: #FFFFFF;
}
.poonamm{
	color: #FFFFFF;
}
.pran{
	color: #FFFFFF;
}
.parnn{
	color: #FFFFFF;
}
.bensy{
	color: #FFFFFF;
}
.bensyy{
	color: #FFFFFF;
}
.aka{
	color: #FFFFFF;
}
.akaa{
	color: #FFFFFF;
}
.sid{
	color: #FFFFFF;
}
.sidd{
	color: #FFFFFF;

}
.ary{
	color: #FFFFFF;
}
.aryy{
	color: #FFFFFF;
}
.avi{
	color: #FFFFFF;
}
.avii{
	color: #FFFFFF;
}
.yak{
	color: #FFFFFF;
}
.yakk{
	color: #FFFFFF;
}
.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1124;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #1abc9c;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #1abc9c;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #1abc9c;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    text-align: center;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
  	text-align: center;
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
    text-align: center;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}