body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#topheader{
	padding-top: 15px;
background-color: lightgray;
padding-bottom: 15px;
}

.col-md-6.hedertxt.text-center {
       padding-top: 50px;
    color: red;
}

.col-md-6.hedertxt.text-center h1{
	   font-weight: 600;
    font-family: auto;
    font-size: 44px;
    letter-spacing: 3px;
        line-height: 28px;

}
.col-md-6.hedertxt.text-center p{
	    font-weight: 700;
    font-size: 13px;
}

.fa{
	    padding: 5px;
    border: 1px solid black;
    background-color: black;
    color: white;
    border-radius: 5px;
    width: 35px;
    text-align: center;
}
a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
 ul.social li{
	padding: 3px 0;
}
 ul.social li a i {
	font-size:20px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
 ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
 ul.social li a,
 ul.quick-links li a{
	color:#ffffff;
}
 ul.social li a:hover{
	color:#eeeeee;
}


.body-txt p{
        text-align: justify !important;
}

#bannerimg img{
	    height: 500px;
    width: 100%;
}

#more{
    text-align: end !important;
    font-weight: 600;
        font-style: italic;
    color: black;
}


.navbar{
	background-color: lightgray !important;

}
.navbar-light .navbar-nav .nav-link {
     color: black;
    padding: 0px 30px;
    font-size: 20px;
    font-weight: 400;
}
.navbar-light .navbar-nav .active {
    color: red !important;
    font-size: 20px;
    font-weight: 700;
}


ul.social li {
    /* padding: 3px 0; */
    padding-top: 10px;
}



div#fttop {
    background-color: red;
    text-align: center;
    color: white;
    padding: 10px 0px;
        margin-bottom: 5px;

}
div#fttop p{
	    margin-bottom: 0px;
font-size: 18px;
    font-weight: 600;
    text-align: center;
}

div#ftbottom {
    background-color: red;
    padding: 10px 0px;
}
.ftbtp{
	float: right;
}
#ftbottom p{
	    margin-bottom: 0px;
    color: white;
    font-size: 13px;
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer h5{
	    color: red;
    font-size: 20px;
    font-weight: 700;
}

footer h4{
	    color: black;
    font-size: 20px;
    font-weight: 700;
}
footer p{
	    font-size: 14px;
    text-align: justify;
    font-weight: 700;
        margin-bottom: 0px;

}

footer .nav-list li{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
footer a{
	    color: black;
    font-weight: 600;
    font-size: 15px;

}


.pt-40{
    padding-top: 40px;
}
.pt-10{
    padding-top: 10px;
}

input[type=text] {
  border: none;
  border-bottom: 1px solid black;
    padding: 0px 20px;
    width: 100%
}




section#description {
    margin-top: 50px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 22px;
        color: red;
}
p.s_article {
    margin-bottom: 20px;
}

span.desdes {
    /* color: #fc8902; */
    text-align: justify;
    font-size: 18px;
    /* font-weight: 500; */
}


i.fabackgst {
    
    cursor: pointer;
}







#videoo iframe{
    width: 100%;
    height: 300px;
}



marquee {
    background: #ff0000;
    padding: 10px 0px;
    color: yellow;
    font-size: 17px;
    font-weight: 700;
}

a{
    color: black !important;
}


#ftbottom a{
    color: white !important;
}


#div_pagination .fa-angle-double-right{
        background-color: #28a745;
    border: 0px;
}

#div_pagination .fa-angle-double-left{
        background-color: #dc3545;
    border: 0px;
}

#div_pagination .btn-success:hover{
            background-color: #218838 !important;

}

#div_pagination .btn-success > .fa:hover{
        background-color: #218838 !important;
    border: 0px;
}




.certificate li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 10px;
}


#videoo p {
    padding: 10px;
    font-size: 15px;
}




/*Eliminates padding, centers the thumbnail */


/* Styles the thumbnail */

a.lightbox img {
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    height: 300px;
    width: 100%;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
    left: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}




#dvmedia p {
    padding: 10px;
    font-size: 14px !important;
}