*{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x:  hidden;
}
p{
    
    font-size: 14px;
}
.container{
    width: 100%
}

/*=== Generic CSS ===*/

.section-title{
    padding-top: 90px;
    padding-bottom: 50px;
}

.section-title h2{
    position: relative;
    text-align: center;
    color: #ff8533;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.section-title h2:after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #007ACC;
    margin-left: -30px
}
.section-title p{
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    margin-top: 45px;
}

/* ===== NavBar =======*/
.navbar-default {
    background-color: transparent;
    border-color: #444;
    z-index: 110;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.navbar-default .navbar-nav > li > a {
    color: #B5B5B5;
    font-family: "Raleway", sans-serif;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #007ac3;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #B5B5B5;
}
.navbar-default .navbar-nav > .active>a,
{
    background-color: transparent;
    color: #007ac3;
}

/* ===== Header =======*/
.header {
    background-image: url("../images/kelly-sikkema-266805-unsplash.jpg");
    background-color: 82a43a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    
}
.header-overlay{
    background-color: rgba( 31, 31, 31, 0.75);
}
.header-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase; 
}
.header-text p {
    color: #B5B5B5;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
}
.header-btns-contact {
    margin-top: 90px;
    margin-bottom: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
}
.btn-contact,
.btn-contact:focus,
.btn-contact:active,
.btn-contact:visited
{
    background: transparent;
    border-color: #FF8533;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in; 
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}
.btn-contact:hover{
    background-color: #FF8533;
    color: #007ac3;
    border-color: #fff;
     transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in; 
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;

}


/* === About Us ===*/
.services-wrapper{
    padding-top: 50px;
}
.about-iphone img{
    margin-top: 8px
}
.section-title {
    padding-bottom: 10px;  
}
.services-title h2{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    color: #ff8533; 
    text-align: center;    
}
.services-title h2:after {
    content: "";
    position: center;
    bottom: -12px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #007ac3;
}
.services-title p{
    margin-top: 40px;
    font-size: 19px;
    line-height: 24px;
}
.services-item {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
}
.services-item div {
    position: absolute;
    top: 0;
    left: 0;
    
}
.services-item div i {
    font-size: 45px;
    color: #007ac3;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    
}
.services-item-item h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.services-item-item p {
    color: #727272;
    font-size: 15px;
    
}
.img-responsive {
    height: 500px;
    width: 60%;
    padding-left: 75px;
    
}
.section-bottom p{
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; 
}
/*===  education ===*/
.education{
    background-image: url("../images/photo-1494707924465-e1426acb48cb.jpg"); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    -moz-background-size: fixed;
    -o-background-size: fixed;
    -webkit-background-size: fixed;
    background-position: 50% 50%;    
}
.education-overlay{
    background-color: rgba(31,31,31, .75);
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel-indicators{
    display: none;   
}
.carousel-inner .item img{
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 3px;
}
.education-caption {
    color: #fff;
    padding-bottom: 70px;
    max-height: 230px;  
}
.education-caption h2{
    color:#ff8533;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
}
.education-caption h4 {
    color: #007ac3;
    font-weight: 100;
}
.education-caption h4 span {
    color: #D8D8D8;
    font-style: italic;
    font-weight: 100;
}
.education-caption h5{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
    text-align: center;
}
education-caption h6 {
    padding-bottom: 28px;
}   
.education-caption p {
    color: #D8D8D8;
    font-size: 18px;
    font-weight: 100;
    line-height: 27px;
    padding-top: 50px;
}
/*===  FEATURES ===*/
.features-inner-wrapper{
    padding-top: 30px;
    padding-bottom: 30px; 
}
.left-feature-item {
    position: relative;
    padding-right: 90px;
    margin-bottom: 52px;
    text-align: right;
    margin-top: 35px;
}
.left-feature-item-icon {
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 40px;
    color: #007ac3;
    width: 90px;
    height: 90px;
    text-align: center;
}
.left-feature-item h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333;
}
.left-feature-item p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.feature-iphone img{
    height: 500px;
    width: 500px;
}
.right-feature-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 52px;
    margin-top: 35px;
    text-align: left;
}
.right-feature-item-icon {
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 40px;
    color: #007ac3;
    width: 90px;
    height: 90px;
    text-align: center;
}
.right-feature-item h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 21px;
    color: #333;
}
.right-feature-item p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.gradcap {
    color:#007ac3;
    font-size: 40px
}

/*============= Counters =============*/
.counter {
    background-image: url("../images/photo-1509062522246-3755977927d7.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
}
.counter-overlay{
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgba(0, 0, 0, .4);
}
.counter-item i{
    color: #ff8533;
    font-size: 60px;
}
.counter-item h2 {
    font-family: "Source Sans Pro", sans-serif;
    color: #D7DADB;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
}
.counter-item p {
    color: #D7DADB;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}
/*============= Contact and Social =============*/
.social-icons {
    padding-top: 50px;
    padding-bottom: 30px;
    
}
.social-icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}
.social-icons ul li{
    list-style: none;
    display: inline;
    padding-left: 10px;
} 
.social-icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff8553;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
}
.social-icons ul li a:hover {
    background-color: #007ac3;
    border: 1px solid #007ac3;
    color: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}
.social-icons ul li a i {
    font-size: 20px;
}
/*============= Footer =============*/
.footer {
    background-color: #1a1a1a;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #007ac3;
}
#copyright {
    width:50%;
    color: #8c8B8a; 
}
#copyright p {
    color: #007ac3;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}
#copyright p a {
    text-decoration: none;
    color: #007ac3;
}
.scroll-top {
    text-align: right;
}
.scroll-top a {
    background-color: transparent;
    position: relative;
    border-radius: 3px;
    border-color: #007ac3;
}

}
.btn-up {
    background: transparent;
    border-color: #007ac3;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    transition: all 1s;
    -webkit-transition: all 1s; 
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    
}
.btn-download:hover{
    background-color: #007ac3;
    color: #fff;
    border-color: #fff;

