*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'arial';
	font-size: 15px;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	font-size: 15px;
}
li {
	list-style: none;
}
a, a:active, a:focus, button, button:focus, 
button:active, .btn, .btn:focus, .btn:active:focus, 
.btn.active:focus, .btn.focus, .btn.focus:active, 
.btn.active.focus {
	outline: none;
	outline: 0;
	color: #fff;
}
.form-control:focus, .btn.focus, .btn:focus{
	box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25)
}
a:hover {
	text-decoration: none;
	color: #fff;
}
h1, h2, h3, h4, h5 {
	color: #000;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	box-sizing: border-box
}
/*------banner-sec-------*/
.banner-sec{
	padding: 75px 0;
	background: #000;
	text-align: center;
}
.banner-sec h1{
	font-size: 95px;
	font-weight: 700;
	color: #fff;
	padding: 45px 0 85px 0;
}
.ser-sec .ser-box {
    background: #050505;
    border: 1px solid #1d1d1d;
    padding: 20px 10px;
    margin-bottom: 30px;
}
/*-------listing-sec------*/
.listing-sec{
	padding: 80px 0;
	background: #fff;
	text-align: center;
}
.listing-sec ul li{
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #000;
	line-height: 1.2;
}
/*---------form-sec-------*/
.form-sec{
	padding: 55px 0;
	background: #000;
	text-align: center;
}
.form-sec .form-control {
    height: calc(1.5em + .75rem + 20px);
    padding: .375rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 5px;
}
.form-sec .form-group{
	overflow: hidden;
	position: relative;
}
.form-sec .form-group .form-control::-webkit-input-placeholder{
	color: #fff;
}
.form-sec .form-group .form-control::-ms-input-placeholder{
	color: #fff;
}
.form-sec .form-group .form-control::placeholder{
	color: #fff;
}
.submit-btn {
    padding: 12px 45px;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
}
.form-sec p{
    font-size: 22px;
    color: #fff;
}
.form-sec p span{
    
}
.form-sec p a{
	font-size: 30px;
}
/*--------footer-sec-------*/
.footer-sec{
	padding: 15px 0;
	background: #000;
	text-align: center;
}
.footer-sec p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	margin: 0;
}
.myclass{
    color: green;
    font-size: 20px;
    text-align: left;
}
/*===========================responsive===========================*/
@media (max-width: 1199px) {

}
@media (max-width: 1024px) {

}
 @media (max-width: 991px) {
.banner-sec h1 {
    font-size: 45px;
}
}
 @media (max-width: 767px) {
.listing-sec ul li {
    font-size: 32px;
}
.banner-sec h1 {
    font-size: 35px;
}

}
 @media (max-width: 575px) {
.banner-sec h1 {
    font-size: 25px;
}
.logo {
    width: 40%;
    margin: 0 auto;
}
.listing-sec ul li {
    font-size: 20px;
    margin-bottom: 5px;
}
.submit-btn {
    padding: 12px 20px;
}
.footer-sec p {
    letter-spacing: 1px;
}
}
 @media (max-width: 414px) {
}

}
 @media (max-width: 320px) {

}
