
/********blog css*******/

#siglepost p,
#siglepost a,
#siglepost ul,
#siglepost ol,
#siglepost li,
#siglepost span,
#siglepost div
{
    color: #fff !important;
}

iframe,
video {
    width: 100% !important;
    max-width: 100% !important;
}

#siglepost .card-body {
    padding: 0 0 34px 0;
}

a.stickymenuham{
    font-style: italic;
    font-family: "larken" !important;
}

.closebtnmodal{
    top: 27px !important;
}

/********blog css*******/

.logo1 .dlogo {
    width: 80%;
    height: auto;
    padding-top: 10px;
}
.mainmenu2 {
    text-align: center;
}
.mainmenu2 a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainmenu2 img {
    width: 8%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.mobilemenu2 {
    display: none;
}
.headrightimg {
    color: #fff;
}
.bmdrfv {
    width: 8% !important;
    margin-right: 15px;
}
.headrightimg img {
    text-align: center;
    width: 25%;
    height: auto;
}
.headrightimg a {
    color: #fff;
    text-decoration: none !important;

}
.headrightimg h4 {
    color: #fff;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    font-size: 18px;
}
.navbar {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.postarea .card {
    margin: 15px;
    box-shadow: 0 30px 90px rgb(0 0 0 / 66%);
    border-radius: 5px;
    overflow: hidden;
}
.postarea a {
    color: #fff !important;
    text-decoration: none !important;
}
.card {
    background: transparent !important;
}
.card:hover {
    margin: 15px;
    box-shadow: 0 30px 90px rgb(0 0 0 / 66%);
    border-radius: 5px;
    overflow: hidden;
}
.card-body {
    padding: calc(2*0.625rem);
}
h5.card-title {
    font-weight: 500;
    color: #000;
}

a.btn.btn-primary {
    background-color: #000;
    border: 2px solid #fff;
    padding: 12px;
    margin: 15px 0 15px 0;
    color: #fff !important;
    border-radius: 6px;
}

a.btn.btn-primary:hover {
    background-color: #00dc80 ;

}
.breadcrumb a {
    color: #fff;
}
marquee {
    background: #f7f5f5;
    color: #000;
    margin-bottom: -6px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-sec p {
    font-size: 14px;
}
.main-sec h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.post-title {
    text-align: left;
    font-size: 50px;
    font-weight: 500;
}

.post-text {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

/* .post-img {
    border-radius: 10px;
} */


h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
}

h5.card-title:hover {
    text-underline-position: under;
}



.slidenews {
    padding-left: 10%;
    padding-right: 10%;
}
.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:
        #19a54b;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.single-img {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.postarea {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

button,
input,
select,
textarea {
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 8px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

button#BtnSubmit {
    background-color: #19a54b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0;
}

/* .sidebarform {
    padding: 10px 15px 50px;
    transition: .6s all;
    margin: 0 auto;
    display: contents;
    background: #f7f5f5;
    position: fixed;
    top: 150px;
    transition: all 1s ease-out .2s;
    border-radius: 15px;
} */

.sidebarform {
    margin-top: 20px;
    background: #f7f5f5;
    transition: all 1s ease-out .2s;
    border-radius: 15px;
}

.sidebarform h2 {
    text-align: center;
}

/* .postsidebarform {
    padding: 10px 15px 50px;
    transition: .6s all;
    background: #f7f5f5;
    position: fixed;
    transition: all 1s ease-out .2s;
    border-radius: 15px;
    width: 20%;
    max-width: 20%;
    top: 0;
} */

.postsidebarform h2 {
    text-align: center;
}
.latestpost {
    padding: 30px 30px;
    color: #000;
    background: #fff;
    transition: all 1s ease-out .2s;
    border-radius: 15px;
    border: 1px solid #fff;
}
.latestpost a {
    color: #000 !important;
}
.latestpost h3 {
    color: #000 !important;
}
.latestpost h6 {
    color: #000 !important;
}



.details {
    display: inline-flex;
    padding-top: 20px;
}

.details h6 {
    margin-right: 15px;
    padding: 8px 12px 8px 12px;
    background-color: #000;
    border-radius: 15px;
    font-weight: 500;
    color: #fff;
}
.headarea {
    padding-top: 70px;
}
.herosec {
    background: transparent;
    margin-bottom: 30px;
}
i.fa-regular.fa-clock {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    padding-right: 6px;
}
.rt {
    width: 30%;
    padding: 5px;
    background: #000;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin: 5px 15px 15px 15px !important;
}

.navbar-default .navbar-toggle {
    border: none !important;
}
.navbar-default .navbar-toggle {
    border: none !important;
    position: absolute;
    left: 86%;
    right: 0;
    top: 13px;
}
.footer2 {
    z-index: 999 !important;
    background: black;
    overflow: hidden;
    position: relative;
    top: 25px;
}
.text-light {
    color: #f8f9fa!important;
    font-size: 15px !important;
}
.mainmenu {
    text-align: center;
}
.mainmenu a {
    text-decoration: none;
    text-align: center;
}
.mainmenu ul li {
    display: inline-flex;
    padding-left: 15px;
    padding-right: 15px;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff !important;
    margin-top: 2px;
}
.table a {
    color: #000 !important;
}
@media screen and (max-width: 480px) {
    .collapse.in {
        display: block!important;
        padding: 0;
    }
    .contactheader {
    padding: 20px;
}
.navbar.fixed .navbar-brand img {
    width: 60%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.mainmenu {
    display: none;
}
.postarea {
    display: block;
    justify-content: start;
    flex-wrap: wrap;
}
.footer {
    display: none;
}
}
