@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light|Source+Sans+Pro:400,700");
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    box-sizing: border-box;
    color: #666;
    line-height: 25px;
}

h1, h2, h3, h4 {
    font-size: 38px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
}

.script-font {
    font-family: 'Shadows Into Light', cursive;
}

a:hover {
    text-decoration: none;
    color: orange;
}

a a:focus {
    outline: none;
}

p {
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0px;
    font-size: 14px;
}

ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul li, ol li {
    list-style: none;
}


/* Nav section */
.header-logo {
    position: fixed;
    z-index: 12000;
    margin-top: 10px;
}
.my-nav{
    background: #fff;
}
nav ul {
    float: right;
}
nav ul li {
    display: inline-block;
    padding: 15px 25px;
    list-style-type: none;
}
nav ul li a{
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 40px;
    cursor: pointer;
}
nav ul li a:active{
    color: orange;
}

/* Banner section */

.banner-img{
    background: url(../img/hero3.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.overlay{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0c0808;
    opacity: 0.6;
}
.contents{
    padding: 175px 0px 120px;
}
.contents h5 {
    font-size: 50px;
}
.contents .content-name{
    color: #fff;
    font-size: 80px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.contents p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}
.social-icon li{
    display: inline-block;
}
.social-icon li a {
    color: #000;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin: 15px 6px 12px 6px;
    text-decoration: none;
}
.social-icon li a:hover {
    background: #00b4d9;
}
.contents .btn {
    margin: 25px 0px;
    text-transform: uppercase;
}
/* Profile section */
.about img {
    border: 8px solid #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.profile-wrapper {
    padding: 45px 0;
}
.about-profile .pro-title {
    font-weight: 700;
    color: #040404;
    position: relative;
    width: 120px;
    display: inline-block;
    margin-bottom: 5px;
}
.about-profile .pro-title:after {
    position: absolute;
    content: ':';
    color: #040404;
    font-size: 14px;
    left: 77px;
}
ul.admin-profile li {
    list-style: none;
}
.section-padding {
    padding: 60px 0;
}
.profile-wrapper .btn {
    margin: 10px 10px 0px 0px;
}
.btn {
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
}
.profile-wrapper .btn i {
    vertical-align: middle;
    margin-right: 5px;
}
.mean-container .mean-nav ul {
    position: absolute !important;
    background: black !important;
}

/* Contact-form section */
.contact-form {
    background: #fff;
    box-shadow: 0 0 30px #ededed;
    padding: 60px 40px;
}

.contact-form h2 {
    font-size: 18px;
    text-transform: uppercase;
}
.my-form{
    margin-top: 30px;
}
.right-contact {
    padding: 4px;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
}
.right-contact .single-contact p {
    margin-bottom: 5px;
}
.right-contact .single-contact p a {
    color: #666;
}
.right-contact .single-contact {
    margin: 10px 22px;
    padding: 3px 55px;
    position: relative;
    color: #666;
}
.right-contact .contact-icon {
    background: #00b4d9;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 40px;
}

/* Contact-form section */
footer {
    background: black;
}
.footer-text p {
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
}