*--------- Slider end ---------*/
/*--------- Search form start --------*/
.ed_form_box{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	padding-top: 10px;
}
.ed_form_box.style_2 {
    margin-top: -10px;
    position: relative;
    text-align: center;
	border:none;
}
.ed_search_form{
	float:left;
	width:100%;
	background-color:hsl(4, 99%, 50%);
	padding:5px;
	border-radius:5px;
	margin-bottom: 2px;
    -webkit-box-shadow: 0px 10px 30px -15px #1c2130;
    -moz-box-shadow: 0px 10px 30px -15px #1c2130;
    -o-box-shadow: 0px 10px 30px -15px #1c2130;
    -ms-box-shadow: 0px 10px 30px -15px #1c2130;
    box-shadow: 0px 10px 30px -15px #1c2130;
	/* margin-top: 10px; */
}
.ed_search_form .form-inline {
    float: left;
    width: 100%;
}
.ed_search_form .form-inline p{
    float: left;
    width: 100%;
	margin:2px;
	color:#ffffff;
	font-size:24px;
	text-transform:capitalize;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.ed_search_form .form-inline .form-control{
	border:3px solid rgb(245, 148, 2);
    background-color: #fff;
    
    color: black;
    float: left;
    width: 100%;
    font-size: 16px;
    height: 45px;
    border-radius: 10px;
	text-align: center;

}
.ed_search_form .form-inline .form-group {
    width: 100%;
    padding: 0px 0px;
}
.ed_search_form .form-inline .form-group:first-child {
    padding-left: 0;
}
.ed_search_form .form-inline .form-group:last-child {
    padding-right: 0;
}
.ed_search_form form input::-moz-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form form input:-ms-input-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form form input::-webkit-input-placeholder {
	color:#fff;
	text-transform:capitalize;
}
.ed_search_form .ed_orange{
	width:100%;
    padding: 11px 0px;
	background-color:#ffffff;
	color: #fca901;
	border:1px solid #ffffff;
}
.ed_search_form .ed_orange:hover {
	border:1px solid #ffffff;
}



.landing-page  {

    background: white url("/assets/img/service/network-2-2.jpg" 
    )
    no-repeat center scroll;
    height: 40vh;
    background-size:cover ;
    border-radius: 10px;
    width: 70%;
 
 
 }
 
 .landing-page .wrapper {
    /* background-color: rgba(0,0,0,0.7); */
    height: 100%;
    border-radius: 10px;
 }
 
 
 
 
 .background {
    background-color:rgba(0, 0, 0, 0.842);
    color: white;
    font-size: 10px;
    border-radius: 50px;
    height: 35px;
    width: 70%; 
 } 
 
 i {
    margin-left: 10px;
    margin-top: 10px;
 }
 
 .phone {
 
    background-color: rgb(243, 239, 237);
    width: 100%;}


.display-1.text-light {

    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
    

.background-img{

     background-image: url(..//img/logo/backgroundpatti.png);
     background-repeat: repeat;
     background-image: none;
}
    
    
    