/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
 .first-content {
        margin-top: 50px;
        }
        .table {
            width: 100%;
            border-collapse: collapse;
        }
        .table th {
            background-color: #000;
            color: #ffffff;
        }
        .table td, .table th {
            padding: 12px 15px;
            border: 1px solid #ddd;
            text-align: left;
            font-size: 16px;
        }
        .table tbody tr:nth-child(even) {
            background-color: #f99c23de;
            color: #fff;
        }
        /*-------*/
        .btn-2{
              font-size: 16px;
    color: #fff !important;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 18px 30px;
    font-weight: 600;
    background-color: #f99c23de;
        }
        /*------*/
 .back_ribbon {
    width: 317px;
    height: 418px;
    background: #D6E5FC !important;
}
.ribbon-wrapper {
    position: relative;
    z-index: 998;
}
.glow {
    background: rgb(255, 255, 255);
    width: 40px;
    height: 100%;
    z-index: 999;
    position: absolute;
    -webkit-animation: flow 1.5s linear infinite;
    -moz-animation: flow 1.5s linear infinite;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
   
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    
    border-left: 1px solid #fff;
}
.ribbon-front {
    background-color: #cc3333;
    height: 50px;
    width: 340px;
    position: relative;
    left: -10px;
    z-index: 2;
    font: 20px/50px bold Verdana, Geneva, sans-serif;
    color: #f8f8f8;
    text-align: center;
    text-shadow: 0px 1px 2px #cc6666;
}
.ribbon-edge-topleft {
    top: -5px;
    border-width: 5px 10px 0 0;
}
.ribbon-edge-topleft, .ribbon-edge-bottomleft {
    left: -10px;
    border-color: transparent #9B1724 transparent transparent;
}
.ribbon-edge-topleft, .ribbon-edge-topright {
}
.ribbon-edge-topleft, .ribbon-edge-topright, .ribbon-edge-bottomleft, .ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}
.ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 10px;
}
.ribbon-edge-topright, .ribbon-edge-bottomright {
    left: 317px;
    border-color: transparent transparent transparent #9B1724;
}
.ribbon-edge-topleft, .ribbon-edge-topright {
}
.ribbon-edge-topleft, .ribbon-edge-topright, .ribbon-edge-bottomleft, .ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}
.ribbon-edge-bottomleft {
    border-width: 0 10px 0px 0;
}

.ribbon-edge-topleft, .ribbon-edge-bottomleft {
    left: -10px;
    border-color: transparent #9B1724 transparent transparent;
}
.ribbon-edge-bottomleft, .ribbon-edge-bottomright {
    top: 50px;
}
.ribbon-edge-topleft, .ribbon-edge-topright, .ribbon-edge-bottomleft, .ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}
.ribbon-edge-bottomright {
    border-width: 0 0 5px 10px;
}

.ribbon-edge-topright, .ribbon-edge-bottomright {
    left: 317px;
    border-color: transparent transparent transparent #9B1724;
}
.ribbon-edge-bottomleft, .ribbon-edge-bottomright {
    top: 50px;
}
.ribbon-edge-topleft, .ribbon-edge-topright, .ribbon-edge-bottomleft, .ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}
.new_dime {
    height: 30px;
    width: 50px;
}
.coures-bg{
        background-image: linear-gradient(0deg, #f99c23, #f99c23de),url(/assets/img/bg.jpg);
        background-repeat: no-repeat;
        width: 100%;
        height: 937px;
        padding: 0;
        background-position: center;
     background-size: cover;
    background-attachment: fixed;
        position: relative;
}
.overlay-top {
    display: block;
    padding: 15px 28px 13px 20px;
   /* background: rgba(0,0,0,.5);
    border-bottom: solid 1px rgba(255,255,255,.2);*/
    position: relative;
}
 .overlay-top h4 {
    padding-left: 45px;
    color: #fff;
}

.overlay-top h4 {
    line-height: 24px;
    letter-spacing: .5px;
    font-size: 15px;
}
