/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;

}

a {
    color: #ffb727;
    text-decoration: none;
}

a:hover {
    color: #ffc85a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

.text-justify {

    text-align: justify;
}

.timer {

    text-align: center;
    color: white;
    border: 2px solid white;
    padding: 5px;

}

id="hiden"

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ffb727;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #ffc550;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* Desktop Navigation */
.navbar {
    padding: 0px;
    margin: 0px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    color: #fff;


    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}

.nav-item .nav-link {

    background-color: #3b8595;
    margin: 3px;
    border-radius: 10px;
}

.nav-link:hover{

    background-color: black;
    color: white;
    margin: 3px;
    border-radius: 10px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
   

}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: white; letter-spacing: 3px;
}

/**********************************/

.overlay {

    background: rgba(255, 255, 255, 0.675);
    color: black;
    text-shadow: green;

    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}


#topic li {
    
    color: white;
   background: green;
    margin-bottom: 3px;
    padding: 10px;
    border-radius: 10px;
    
}
/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

.b {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
    color: #333;
}

.cardo {
    position: relative;
    width: 215px;
    /* Remove for full width */
    height: 350px;
    /* Remove for full width */
    margin: 30px auto;
    box-shadow: 0 0 100px rgba(0, 0, 0, .3);
}

.cardo-header {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: top;
}

.cardo-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(5, 85, 134), rgba(181, 181, 181, 0.1));
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    border: none;
    overflow: hidden;
}

svg .polygon {
    fill: #fff;
}

.cardo-header-slanted-edge {
    position: absolute;
    bottom: -3px;
    z-index: 1;
    width: 100%;
    right: 0;
    left: 0;
}

.btn-follow {
    position: absolute;
    top: -15px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: linear-gradient(to left, #2D77C1, #68FAC2);
    border-radius: 100%;
    box-shadow: 0 10px 15px rgba(110, 221, 235, .53);
}

.btn-follow:after {
    content: '';
    position: absolute;
    background: url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077480/profile-card/images/add.svg) no-repeat;
    width: 17px;
    height: 17px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cardo-body {
    text-align: center;
    padding-left: 10px;
}

.name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}

.job-title {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    color: #919191;
}

/*--------------------------------------------------------------
# END Gallery Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Scope,.... Section
--------------------------------------------------------------*/

.scope,
.envelope
{
    background: #fff;
    box-shadow: -1px 8px 3px 1px rgba(135,206,235, 0.6);
    text-align: center;
    width: 100%;
    padding: 2em;
    position: relative;
   

}

.envelope {
    background: skyblue;
    box-shadow: 0 3px 2px rgba(135,206,235, 0.8);
    margin: -3em -3em;
    position: absolute;
    transform: rotate(-4deg);

    z-index: -1;
}


/*--------------------------------------------------------------
# Dates Section
--------------------------------------------------------------*/

.D-ul {
    list-style-type: none;
}

.D-a {
    text-decoration: none;
}

.D-nav {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}

.D-nav > ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
}

.D-nav > ul > li {
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 5px 0;
    display: flex;
    flex-flow: wrap;
    align-content: center;
    transition: 0.5s;
    position: relative;
    box-shadow: 1px 1px 5px #aaa;
}

.D-nav > ul > li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: #000;
    left: 0;
    transition: 0.5s;
}

.D-nav > ul > li > a {
    width: 100%;
    transition: 0.5s;
    padding: 0px 0px 4px 30px;
}

.D-nav > ul > li > a:first-child {
    font-size: 20px;
    color: #000;
}

.D-nav > ul > li > a:last-child {
    font-size: 11px;
    color: #aaa;
}

.D-nav > ul > li:hover > a:first-child {
    font-size: 12px;
    color: green;
}

.D-nav > ul > li:hover > a:last-child {
    font-size: 25px;
    color: #fff;
}

.D-nav > ul > li:hover {
    background-color: skyblue;
}

.D-nav > ul > li:hover::before {
    background-color: green;
}




/**************/

.footer1 {

    background-image: url("../imgs/1.jpeg");
    height: 400px;
    background-attachment: absolute;
    background-position: bottom, center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    padding: 0;



}
