@import url('https://fonts.googleapis.com/css?family=Raleway');
html,
body {
    font-size: 1rem;
    font-family: 'Raleway', sans-serif !important;
}

body {
    background: #eee;
}

header {
    padding: 15px 0;
}

.logo {
    margin-bottom: 15px;
}

header h2 {
    font-weight: 900;
    font-size: 2.7rem;
    margin: 0;
}

header h3 {
    margin: 0;
    font-weight: 600;
}

header h3 span,
h2 span,
h1 span,
h4 span {
    color: red;
}

.title {
    color: #000;
    text-shadow: 0px 0px 1px #000;
}
.header_bg{
    background-color: #FFFFFF;
}

.banner {
    background: url(../images/sub-bg.png);
    position: relative;
    overflow: hidden;
}
.video {
    padding-top: 15px;
    height: 100%;
}
.video iframe{
    width: 100%;
    height: 97%;
}
.subscribe {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    color: #fff;
    padding: 25px 15px;
}

.facility {
    padding: 30px 0;
}
.kenndey{
    font-weight: bold;
    color: #6A6A6A;
}
.teaser {
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    border-bottom: 10px solid #007bff;
    position: relative;
    border-radius: 0 0 8px 8px;
    min-height: 342px;
    margin-bottom: 15px;
}

.teaser:before,
.teaser:after {
    content: "";
    position: absolute;
    transition: all 0.8s linear;
}

.teaser:hover::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 30%;
    height: 40%;
    border-top: 1px solid #007bff;
    border-left: 1px solid #007bff;
}

.teaser:hover::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30%;
    height: 40%;
    border-top: 1px solid #007bff;
    border-right: 1px solid #007bff;
}

.teaser .icon {
    font-size: 3rem;
    color: #007bff;
}

.teaser h4 {
    font-weight: 600;
}

.register {
    background: #000 url(../images/reg-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0;
    position: relative;
    color: #fff;
}

.register:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.register .btn,
.register2 .btn {
    margin-top: 10px;
}

.about {
    padding: 30px 0;
}

.about-text {
    padding-top: 40px;
    margin-bottom: 15px;
}


/*description*/

.description{
    
}
.descript p{
    padding: 0 15px;
}
.description h1 {
    text-align: center !important;
}
.description p span {
    font-weight: bold;
}

.description ul li i {
    color: $primary_color;
    padding: 0 15px;
}

.description ul {
   list-style-type: none;
}

.description ul li {
    padding: 10px 0;
    color: black;
}

.product {
    padding: 30px 0;
}

.product .img {
    max-height: 220px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin: 15px 0;
    border-bottom: 3px solid #007bff;
}

.product .img img {
    width: 100%;
}
.product h4{
    text-align: left;
}
.item {
    margin: 20px 0;
    position: relative;
}

.item img {
    width: 100%;
}

.item-btn {
    position: absolute;
    top: 7%;
    right: 0;
}

.mark {
    background: #ccc url(../images/marks-bg.jpeg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
}

.mark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.mark h4,
.mark p {
    margin: 15px 0;
}

.mark .teaser {
    letter-spacing: 1.5px;
}

.register2 {
    background: #007bff;
    padding: 30px 0;
}

.about-dev {
    padding: 30px 0;
}

.about-dev img {
    width: 100%;
}

.about-dev h2 {
    margin: 20px 0;
}
/*GALLERY*/
.gallery{
    padding-bottom: 10px;
}
.gallery h1{
    text-align: center;
    padding: 12px 0 10px 0;
}
.gallery img{
    padding-top: 30px;
    
}
.team {
    background: #000 url(../images/our-team.jpg);
    padding: 50px 0 10px 0;
    color: #fff;
    position: relative;
}

.team:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.team .profile {
    margin-top: -140px;
    padding-top: 150px;
    border: 1px solid #004e9b;
    background: rgba(0, 0, 0, 0.7);
    padding-bottom: 15px;
    min-height: 350px;
}

.img-circle {
    width: 280px;
    height: 280px;
    margin: 0px auto;
    border-bottom: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.team .text {
    line-height: 1em;
    margin: 50px auto;
}

.team h2,
.team h1 {
    font-size: 900;
}

.team h1 {
    color: #fff;
    margin: 50px 0;
    font-size: 3rem;
    line-height: 0.9em;
    font-size: 900;
}

@media(min-width: 769px) {
    .team h1 {
        font-size: 4.5rem;
    }
}

.team h1 a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

