a{
    list-style: none;
    text-decoration: none;
}
*{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.btn{
    width: 50%;border: 2px solid transparent;
    padding: 15px 22px;
    background: #000;
    border-radius: 5px;
    margin-top: 10px;
}
.btn2{
    /* height: 10px; */
    width: 100px;
    border: 2px solid transparent;
    background: #000;
    border-radius: 5px;
}
.btn a{
    color: white;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
.btn:hover{
    cursor: pointer;
    border: 2px solid #1ebba3;
}

.offset:before{
    display: block;
    content: "";
    height: 8rem;
}
/* nav style start */
.nav1 li{
    margin: 0 20px;
}
.nav1 li:hover{
    background: rgba(0,0,0,0.1) !important;
}
.nav1{

}
.navbar{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2rem;
    background: rgba(0,0,0,0.7) !important;
    padding: 20px 0;
    margin: 0;
}
.div1 #myNavbar a{
    color: #fff;
}
.div1{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* nav style ends */

/* background style starts */
.heading-content{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 760px;
	width: 100%;
    background-repeat: no-repeat;
	background: cover;
    background-position: top 25% right 50%;
    background-image:url("img/back1.jpg") ;
}
.heading-content h5{
    font-size: 3em;
    font-weight: 600;
    color: rgba(4, 4, 20, 0.604);
    font-family: monospace;
}
.heading-content h1{
    font-size: 4em;
    font-weight: bolder;
    color: rgba(4, 4, 20, 0.604);
}
.heading-content p{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bolder;
    word-spacing: 5px;
    letter-spacing: 2px;
    color: rgba(4, 4, 20, 0.604);
}
/* background style ends */

/* About style start */
#about h3{
    font-weight: 700;
    font-size:40px;
}
hr{
    font-size: 40px;
    margin: auto;
    padding-bottom: 5px;
}

/* About style ends */

/* sERVICES STYLING START */
#service{
    background: rgba(211, 211, 211, 0.3);
    
    margin-top: 50px;
}
#service h3{
    font-weight: 700;
    font-size:27px;
}
#service .row .te{
    padding: 25px;
    margin: 10px;
}
#service .row{
    cursor: pointer;
}
/* #service .row .c{
    cursor: pointer;
    margin-left: 2px;
    margin-bo: 2px;
    
    border: 1px solid black;
} */
/* sERVICES STYLING ENDS */


/* News letter start */
.news{
    margin-top: 30px;
    color: black;
    background: rgba(211, 211, 211, 0.426);
}
.news a{
    margin-top: 30px;
    color: white;
}
.news input{
    width: 30%;
}
.news .in{
    margin: 20px 0;
}
.news .in button:hover{
    border: 1px solid blue;
}

/* News letter ends */

/* Contact Style Starts */
#contact{
    /* width: 50%; */
}
#contact .in{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
}
#contact .in label{
    margin: 10px 0;
}
#contact .in textarea{
    margin: 10px 0;
    height: 70px;
}
#contact .in button{
    width: 50%;
    height: 40px;
}
/* Contact Style Ends */


/* footer start */

.section-p1{
    background: rgba(211, 211, 211, 0.359);
    margin: 40px 0;
}
.section-p1 .col{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	flex-wrap: wrap;
} 
.section-p1 .col a:hover{
	color: lightgreen;
} 
.section-p1 .col i:hover{
	color: lightgreen;
} 
.section-p1 .logo{
	margin-bottom: 30px;
}
.section-p1 h4{
	font-size: 14px;
	padding-bottom: 20px;
}
.section-p1 p{
	font-size: 13px;
	margin: 0 0 8px 0;
}
.section-p1 a{
	font-size: 13px;
	text-decoration: none;
	color: black;
	margin-bottom: 10px;
}
.section-p1 .follow{
	margin-top: 20px;

}
.section-p1 .follow i{
	color: lightgreen;
	padding-right: 4px;
	cursor: pointer;
}
.section-p1 .install .row img{
	border: 1px solid lightgreen;
	border-radius: 6px;
}
.section-p1 .copyright{
	width: 100%;
	text-align: center;
}
/* footer ends */


/* @media screen and (max-width: 480px){ 
    .nav li{
        margin-bottom: 15px;
    }
    footer .row div{
        padding: 0 50px;
    }



} */