/*responsive///////////////*/


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;
}


/*top page from haeder with section 1//////////////////////*/
.cloudback{
	background-image: url('../images/testdemocloud.png');
	background-size: 100% 100%;
	height: 700px;
	background-repeat: no-repeat;
}
.sec1{
	text-align: center;
	/*padding-top: 50px;*/
	margin-top: 250px;

}
.sec1 h2{
	text-transform: capitalize;
	font-size:6vw;
	/*margin-top: 50px;*/
	color: #fff;
	font-family: 'Playfair Display', serif;
}
.sec1 p{
	text-transform: capitalize;
	font-size: 40px;
	color: #ffffff;


}
.sec1 hr{
	border: 8px solid #DC143C;
	width: 9%;
	margin-right:47%;
	/*justify-content: center;*/
}


/*Section 2*/

.sec2{
	min-height: 300px;
	background-color: #000;
	color: white;
	text-align:center;
	padding: 100px 0px;
	text-transform: capitalize;
}
.sec2top{
	margin-top: 100px;
}
.sec2top h3{
	font-size:50px;
	color: #FF7F50;
}
.sec2top p{
	font-size: 23px;
}

.sec2bot{
	padding: 80px;
	margin-top: 20px;
}
.sec2bot h4{
	padding: 20px 0px;
	color: #FF7F50;
}
.sec2bot p{
	margin-top: 20px;
}
.sec2bot img{
	height: 110px;
	width: 110px;
	background-color: #FF7F50;
	border-radius: 50%;
	padding: 15px;
	
}


/*SECTION 3*/
.sec3{
	background-color:#DC143C ;
	min-height: 500px;
	padding:100px;
	color: white;
}
.sec3 h4{
	font-size: 30px;
	padding:0px 50px;
	margin-top: 50px;
}
.sec3 p{
	padding:0px 50px;
	font-size: 20px;
}
.sec3 img{
	height: 100%;
	width: 100%;
	max-height: 500px;
}

/*SECTION 4*/
.sec4{
	background-color: black;
	color: white;
	min-height: 600px;
}

.sec4 hr{
	border: 2px solid  #DC143C;
	width: 200px;
	margin-bottom: 100px;
}
.sec4 h3{
	color: white;
	padding: 20px;text-align: center;
	padding-top: 100px;
	font-size:35px;
	text-transform: uppercase;
}
.sec4 h4{
	font-size: 20px;
	font-weight: bolder;
	color: #ADFF2F;
}
.sec4 img{
	height:80px;
	width: 80px;
}
.sec4 ul {
	display: flex;
}
.sec4 ul  li{
	padding: 10px;
}
.sec4 div {
	padding-bottom: 50px;
}


/*Section 5*/

.sec5{
	padding: 50px;
}

.sec5img img {
	width: 100%;
	height: 100%;
}
.sec5containt{
	padding-top: 50px;
}
.sec5containt h4{
	color: #2E8B57;
}
.sec5containt div{
	padding-top: 20px;
}
/*https://www.servetel.in/#wrap*/