/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.c {
  text-indent: 5%;
  letter-spacing: -0.4px;
}

.text-center3 {
    text-align: center;
    margin-top: 2.0em;
}

.text-center4 {
    text-align: center;
    margin-top: 1.0em;
}
.table-center {
  margin-left: auto;
  margin-right: auto;
}

.bullet{
padding-right: 1%; 
}

.color {
    color: rgb(255, 63, 5);
}

.text-indent {
    text-indent: 5%;
}

.th {
    text-align: left;
}

.mt {
    margin-top: 4em;
}
.mt-1 {
    margin-top: 2em;
}
.indent {
text-indent: 20px;	

}
.mt2 {
    margin-top: 2em;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

.topnav {
    font-size: 14px;
}

.dropbtn {
    background-color: #fff;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #393838
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #F76B04;
    color: white;
}

a:hover {
    color: #1C1A1A;
    text-decoration: none;
}

.lead {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 10px 10px 10px;
}

.intro-header {
    padding-top: 50px;
    /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/csp2.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message>h1 {
    margin: 0;
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
    font-size: 3em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
}


/*VDO////////////////////*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Back To Top*/

#button99 {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button99::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button99:hover {
    cursor: pointer;
    background-color: #333;
}

#button99:active {
    background-color: #555;
}

#button99.show {
    opacity: 1;
    visibility: visible;
}


/*Back To Top*/


/*-------------------TABLE ID 1------------------*/

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}


/*-------------Tab----------*/


/*-------------------TABLE ID 2------------------*/

#customers2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers2 td,
#customers2 th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers2 tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers2 tr:hover {
    background-color: #ddd;
}

#customers2 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}


/*-------------Tab----------*/

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

#accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #b42b2b;
    text-decoration: none;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: #b42b2b;
    color: white;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

#accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #b42b2b;
    transition: all 0.2s ease-in;
}


/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.logo {
    max-width: 100%;
    height: auto;
    margin: 0px 10px 10px 10px;
}

ul.b {
    list-style-type: square;
}


/*----------------End-------------------*/

@media(max-width:767px) {
    
    .content-section-b {
    padding: 50px 0;
    border-top: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 3.0em;
}
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message>h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.content-section-b {
    padding: 50px 0;
    border-top: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 3.0em;
}

.content-section-c {
    padding: 0px 0;
    border-top: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 3.0em;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/csp3.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1380px) {
    
.content-section-b {
    padding: 50px 0;
    border-top: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 8.0em;
}  
    
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}





@media(max-width:1199px) {
.content-section-b {
    padding: 50px 0;
    border-top: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 8.0em;
}  
    
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}


@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}