* {
    margin: 0;
    padding: 0;
    box-shadow: border-box;
}
body {
    transition: 3s ease-in-out !important;
}/* Header 1 */
#header {
    width: 100%;
    height: auto;
    /* top: 0;
    position: sticky; */
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    display: flex;
    justify-content: space-between;
}
.menu {
    display: flex;
    justify-content: space-between;
    font-family: Arial, Verdana, sans-serif;
    margin: 40px 0px 20px 100px;
}
.menu svg {
    /* padding: 0px 10px 0px 0px; */
    width: 100px;
}
.menu ul {
    list-style: none;
}
.menu ul li {
    display: inline-flex;
}
.menu ul li a {
    display: block;
    color: #000;
    text-decoration: none !important;
    padding: 0px 0px 0px 15px;
    font-weight: 350;
    font-size: 15px;
}
.menu-2 {
    display: flex;
    justify-content: space-between;
    font-family: Arial, Verdana, sans-serif;
    margin: 30px 100px 20px 0px;
}
.menu-2 a {
    text-decoration: none !important;
    color: #000 !important;
}
.menu-2 a i {
    padding: 0px 10px 0px 0px;
}

#header-2 {
    display: none;
}
.wel {
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(204, 204, 204,0.2);
}
.wel h2 {
    font-weight: bolder;
    font-size: 18px;
}
.last {
    margin-top: 20px;
}
.slider {
    overflow: hidden;
}
/* Promo */
#promo {
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('pic 8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 100px;
	font-family: sans-serif;
	font-size: 38px;
}
#promo .btn {
    display: block;
    width: 150px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    border: none;
    background: #ff0000;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    transition: 0.8s;
}
#promo .btn:hover {
    background: #ff0000b7;
}
/* Contact */
#contact {
	/*background: #efefef;*/
    background: #efefef96;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #777;
}
.contact-form {
	padding: 15px;
}
.form-control {
	border-radius: 0 !important;
	border: none !important;
}
::placeholder {
	color: #999 !important;
}
.contact-form .btn {
    display: block;
    width: 150px;
    height: auto;
    padding: 10px;
    text-align: center;
    border: none;
    background: #ff0000;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    transition: 0.8s;
}
#contact .btn:hover {
    background: #ff0000b7;
}
.follow {
	background: #fff;
	padding: 10px;
	margin: 15px;
}
.contact-info .fa {
	margin: 10px;
	color: #007bff;
	font-weight: bold;
}
/* Offer-head */
.offer-head {
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(204, 204, 204,0.2);
}
.offer-head h2 {
    font-weight: bolder;
    font-size: 30px;
}
/* About */
/* .title {
    text-align: center;
    color: #000 !important;
    padding-bottom: 10px;
    padding-top: 20px;
}
.title::after {
    content: '';
    background: linear-gradient(to right,#c29b0c, #ffffff);
    display: block;
    height: 6px;
    width: 170px;
    margin: 20px auto 5px;
} */
.feature  {
    margin: 50px 0;
}
.feature img {
    max-width: 50%;
    cursor: pointer;
}
.feature h2 {
    margin-top: 50px;
    font-weight: bold;
    line-height: 50px;
}
.feature p {
    margin-top: 20px;
    margin-bottom: 50px;
    color: #808080;
    font-size: 15px;
    padding: 10px;
    line-height: 18px;
}
/* Features */
#features {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#features .btn {
    margin-top: 20px;
    margin-bottom: 30px;
}
.features-content {
    padding-top: 20px;
}
.card  span {
    display: block;
    width: 30px;
    border-radius: 2px;
    background-color: green;
    color:#fff;
    text-align: center;
}
.skills-bar p {
    margin-bottom: 6px;
    font-weight: 600;
}
.progress-bar {
    border-radius: 16px;
}
.progress {
    border-radius: 16px !important;
}
/* Apply */
.order-form {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background: rgba(204, 204, 204, 0.459);
    padding: 20px;
    font-family: sans-serif;
    font-weight: bold;
    box-shadow: 15px 5px 5px 15px rgba(0,0,0,0.8);
}
.note {
    padding: 15px;
}
.note h4 {
    font-size: 15px;
    font-weight: bold;
}
.order-form .btn {
    display: block;
    width: 150px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    border: none;
    background: #ff0000;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    transition: 0.8s;
}
.order-form .btn:hover {
    background: #ff0000b7;
}
/*--Footer--*/
#footer {
	background: #ccc;
	color: #000;
	padding: 12px;
    margin-top: 30px;
}
.foot-item svg {
    width: 100px;
}
.foot-text small {
    font-size: 15px;
    font-weight: bold;
}
#footer:hover {
    background: #808080;
    color: #fff;
}


@media (max-width: 1200px) {
    .carousel-item img {
        width: 100%;
    }
    .order-form {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: rgba(204, 204, 204, 0.459);
    padding: 20px;
    font-family: sans-serif;
    font-weight: bold;
    box-shadow: 15px 5px 5px 15px rgba(0,0,0,0.8);
}
}
@media (max-width: 800px) {
    #header {
        display: none;
    }
    #header-2 {
        display: contents;
        width: 100%;
        height: auto;
        top: 0;
        position: sticky;
        background: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    }
    .menu-3 {
        display: flex;
        justify-content: space-between;
    }
    .menu-3 ul li {
        display: inline-flex;
    }
    .menu-3 ul li a {
        display: block;
        color: #000;
        text-decoration: none !important;
        padding: 0px 0px 0px 15px;
        font-weight: 350;
        font-size: 15px;
    }
    .menu-3 {
        display: flex;
        justify-content: space-between;
        font-family: Arial, Verdana, sans-serif;
    }
    .menu-3 a {
        text-decoration: none !important;
        color: #000 !important;
    }
    .menu-3 a i {
        padding: 0px 10px 0px 0px;
    }
    .order-form {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: rgba(204, 204, 204, 0.459);
    padding: 20px;
    font-family: sans-serif;
    font-weight: bold;
    box-shadow: 15px 5px 5px 15px rgba(0,0,0,0.8);
}
}