*{
	margin: 0;
	padding:0;

}



/*---------------------------------...................................*/
/*responsive///////////////*/
@media screen and (min-width: 601px){
}
@media screen and (min-width: 601px){
}

/*END MEDIA//////////////////*/
ul{
	list-style-type: none;
}

/*///////////////footer*/
.footer{
	height: 50px;
	bottom: 0;
}
.footer h6{
	line-height: 50px;
}

/*DROPDOWN////////////*/

.dropdown{
	position: relative;
	display: inline-block;;
}
.dropdown-content{
	display: none;
	position: absolute;
	right:0;
  min-width: 700px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,1);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content{
	display:inline-block;
}
.dropdown-content a{
	color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.drst li{
line-height: 1em;
}
.drst{
	width: 100%;
	text-align: left;
}



/*SOCIAL MEDIA LINK//////////////*/
.social1{
	margin: 20px;
	margin-top: 50px;
}
/*---------------------------------...................................*/


/*MOBILE APP PAGE STYLE----------------*/

.backgrd{
	background-image: url('../images/mobileimg.png');
	background-size:100% 100%;
	background-repeat: no-repeat;
	height: 650px;
}


.a123 p{
	color: white;
	font-size: 20px;
}
.a123 ul li{
	margin-right: 30px;
	font-weight: bold;
}
/*section 1///////////////*/
.sec1{

	font-family: 'Fascinate', cursive;
	text-align: center;
	padding-top: 100px;
	font-weight: bold;

}
.sec1 h1{
	font-size:60px;
	min-width: 30px;
	color: #DEB887;
	width: 100%;
	margin-right: 100px;
	font-weight: bold;
}
.sec1 button{
	background-color: transparent;
	margin-right: 10px;
}
#textdesign1{
	font-size: 100px;
	color:#3CB371;
}
#textdesign2{
	font-size: 40px;
	color: #00FA9A;
}
.sec1 p{
	font-size:30px;
	color: #b3b300;
	text-transform: capitalize;
	font-family: 'Caveat', cursive;
}
#button1{
	 color: #00FA9A;
	 border:none;
	 font-size: 50px;
}
#button2{
	border:none;
	 font-size: 50px;
	 color:#FF6347; 
}

#button1:{
	background-color: transparent;
	 border:none;
}

/*section 2//////////////*/
.sec2{
	background-image: url('../images/mobileimg3.jpg');
	background-size:100% 100%;
	background-repeat: no-repeat;
	color:#DEB887;
	/*height: 800px;*/
	text-align: center;
	background-position:center;
}
.sec2 i{
	font-size: 40px;
}
.insec2{
	padding: 150px 50px;
}
.insec2 h4{
	margin: 50px 0px;
}
.insec2 hr{
	border:1px solid white;
}
.insec2 p{
	text-align: justify;
	font-family: 'Josefin Slab', serif;
	font-size: 20px;
	font-weight: bold;
}

#midheading{
	background-image: linear-gradient(90deg,#DEB887,#C0C0C0);
	padding: 80px 50px 80px 50px;
	/*margin-top: 50px;
	margin-bottom: 50px;*/
	text-transform: capitalize;
	color: white;
	border-radius: 10px;
	display:flex;
	font-family: 'Josefin Slab', serif;
}
.secmid{
	padding: 50px;
	background-image: linear-gradient(90deg,#000000,#DEB887);
}
#midheading button{
	margin: auto;
	padding: 10px;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 40px;
	width: 200px;
	color: white;
}
#midheading i{
	width: 30px;
}
#midheading button:hover {
	background-color:#DC143C;
	color: white;

}


/*SEC 3/////////////////////*/
.leftbarsec3 {
	background-color: #CD853F;
	color:white;
	padding:100px 0px;
	text-transform: capitalize;
}
.leftbarsec3 h3{
	font-size: 20px;
	padding-left: 20px;
	text-transform:uppercase;
}
.leftbarsec3 hr{
	border:1px dashed white;
	padding-left: 50px;
}
.leftbarsec3 p{
	padding-top: 40px;
	text-align: center;
}
.leftbarsec3 img{
	width: 100%;
	height: 100%;
}
 
.rightbarsec3{
	font-size: 40px;
	text-align: center;
	background-color: white;
	color: #CD853F;
}
.rightbarsec3 div {
	padding: 25px;
}


/*use this link -------- https://www.techaheadcorp.com/services/mobile-application-development/*/
/*https://templatemo.com/tm-506-tinker*/