*{
    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 ===*/

.link{ 
    color: #4c946c; 
} /* CSS link color (red) */
.link:hover{
    color: #556f7a; 
}

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

.section-title h2{
    position: relative;
    text-align: center;
    color: #c4ae6d;
    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: #c4ae6d;
    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: #556f7a;
    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: #2e6171;
}
.navbar-default .navbar-nav > li > a:focus {
    color: transparent;
}
.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #2e6171;
}
/* ===== Header =======*/
.header {
    background-image: url("../images/joshua-sortino-LqKhnDzSF-8-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: #ebeae1;
    font-size: 70px;
    font-weight: 300;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase; 
}
.header-text p {
    color: #ebeae1;
    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: #b2c4c7;
    color: #b2c4c7;
    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: #a18241;
    color: #ffffff;
    border-color: #2a4637;
     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 ===*/
.skills-wrapper{
    padding-top: 50px;
}
.section-title blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    opacity: 0;
    animation: fadeInQuote 2s ease forwards;
    /* You can adjust the timing and easing to your preference */
}

/* This creates the keyframes for the fade-in animation */
@keyframes fadeInQuote {
    to {
        opacity: 1;
    }
}
.lda-gif img{
    margin-top: 8px
}
.section-title {
    padding-bottom: 10px;  
}
.skills-title h2{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    color: #c4ae6d; 
    text-align: center;    
}
.skills-title h2:after {
    content: "";
    position: center;
    bottom: -12px;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #b2c4c7;
}
.skills-title p{
    margin-top: 40px;
    font-size: 19px;
    line-height: 24px;
}
.skills-item {
    position: relative;
    padding-bottom: 4px;
    padding-left: 80px;
}
.skills-item div {
    position: absolute;
    top: 0;
    left: 0;
    
}
.skills-item div i {
    font-size: 45px;
    color: #2E6171;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    
}
.skills-item-item h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.skills-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/Whiteboard.jpeg"); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    -moz-background-size: fixed;
    -o-background-size: fixed;
    -webkit-background-size: fixed;
    background-position: center;
    background-size: 50% 50%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
}
.education-overlay{
    background-color: rgba(31,31,31, .75);
    padding-top: 80px;
    padding-bottom: 80px;
}
.carousel-indicators{
    display: none;   
}
.carousel-inner .item img{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px;
}
.education-caption {
    color: #fff;
    padding-bottom: 70px;
    max-height: 300px;  
}
.education-caption h2{
    color: #c4ae6d;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
}
.education-caption h4 {
    color: #b2c4c7;
    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;
}
.education-caption .course-title {
    color: #a18241; /* Replace with the color you want */
}
.student-evaluation {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9; /* Light gray background */
    border-left: 5px solid #a18241; /* Thematic left border */
    font-style: italic; /* Italicize the text to indicate a quotation */
    color: #333; /* Darker text for better readability */
}
.link {
    color: #a18241; /* Example color */
    text-decoration: none; /* Removes underline */
    background-color: #ebeae1; /* Example background color */
    padding: 2px 5px; /* Example padding */
    border-radius: 4px; /* Rounded corners for the background */
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Smooth transition for hover effects */
}

.link:hover {
    color: #fff; /* Color on hover */
    background-color: #2a4637; /* Background color on hover */
    text-decoration: underline; /* Adds underline on hover if desired */
}

/*===  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: #b2c4c7;
    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: #b2c4c7;
    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: #b2c4c7;
    font-size: 40px
}


/*============= Counters =============*/
.counter {
    background-image: url("../images/iso-republic-abstract-colorful-chaos.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: #b2c4c7;
    font-size: 60px;
}
.counter-item h2 {
    font-family: "Source Sans Pro", sans-serif;
    color: #b2c4c7;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 1px;
}
.counter-item p {
    color: #b2c4c7;
    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 #2e6171;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
}
.social-icons ul li a:hover {
    background-color: #b2c4c7;
    border: 1px solid #b2c4c7;
    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 #b2c4c7;
}
#copyright {
    width:50%;
    color: #8c8B8a; 
}
#copyright p {
    color: #2e6171;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}
#copyright p a {
    text-decoration: none;
    color: #2e6171;
}
.scroll-top {
    text-align: right;
}
.scroll-top a {
    background-color: transparent;
    position: relative;
    border-radius: 3px;
    border-color: #2e6171;
}

}
.btn-up {
    background: transparent;
    border-color: #2e6171;
    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: #2e6171;
    color: #fff;
    border-color: #fff;

