@font-face {
    font-family: Larken-black;
    font-style: italic;
    src: url('/fonts/EllenLuff-Larken-Black-Italic.otf');
}

@font-face {
    font-family: Larken-black;
    font-style: normal;
    src: url('/fonts/EllenLuff-Larken-Black.otf');
}

@font-face {
    font-family: Larken;
    font-weight: bold;
    font-style: italic;
    src: url('/fonts/EllenLuff-Larken-Bold-Italic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: bolder;
    font-style: italic;
    src: url('/fonts/EllenLuff-Larken-ExtraBold-Italic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: bolder;
    font-style: normal;
    src: url('/fonts/EllenLuff-Larken-ExtraBold.otf');
}

@font-face {
    font-family: Larken;
    font-weight: normal;
    font-style: italic;
    src: url('/fonts/EllenLuff-Larken-Italic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: 400;
    font-style: italic;
    src: url('/fonts/EllenLuff-LarkenItalicRegular.ttf');
}

@font-face {
    font-family: Larken;
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/EllenLuff-LarkenLight.otf');
}

@font-face {
    font-family: Larken;
    font-weight: lighter;
    font-style: italic;
    src: url('/fonts/EllenLuff-LarkenLightItalic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/EllenLuff-LarkenMedium.otf');
}

@font-face {
    font-family: Larken;
    font-weight: 500;
    font-style: italic;
    src: url('/fonts/EllenLuff-LarkenMediumItalic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/EllenLuff-LarkenRegular.otf');
}

@font-face {
    font-family: Larken;
    font-weight: lighter;
    font-style: normal;
    src: url('/fonts/EllenLuff-LarkenThin.otf');
}

@font-face {
    font-family: Larken;
    font-weight: lighter;
    font-style: italic;
    src: url('/fonts/EllenLuff-LarkenThinItalic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/EllenLuff-LarkenVariableRegular.ttf');
}

@font-face {
    font-family: signature;
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Revive-80-Signature.otf');
}

@font-face {
    font-family: ssignature;
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Revive-80-Smooth-Signature.otf');
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Larken' !important;
}


.logo1 .dlogo {
    width: 80%;
    height: auto;
    padding-top: 10px;
}
.mainmenu2 {
    text-align: center;
}
.mainmenu2 a {
    color: #fff;
    font-family: 'Larken' !important;
    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 {
    border: 0.0625rem solid #eeedea;
    margin: 15px;
}
.postarea a {
    color: #fff !important;
    text-decoration: none !important;
}
.card {
    background: transparent !important;
}
.card:hover {
    border: 2px solid #fff !important;
    box-shadow: 0 8px 24px rgb(0 0 0 / 13%);
    border: 0.0625rem solid rgba(0,0,0,.05);
    transition: all .5s ease-in-out;
}
.card-body {
    padding: calc(2*0.625rem);
}
h5.card-title {
    font-family: 'Larken' !important;
    font-weight: 600;
    color: #000;
}

a.btn.btn-primary {
    background: linear-gradient(to bottom, #19B7E6 25%, #1129CB 100%);
    border: none;
    padding: 10px 25px;
    margin: 10px 0px;
    color: #fff !important;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}
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-family: 'Larken' !important;
    font-size: 30px;
    font-weight: 600;
}

.post-text {
    text-align: left;
    font-family: 'Larken' !important;
    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 {
    font-family: 'Larken' !important;
    font-weight: 600;
    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-family: inherit;
    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;
}


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

.details h6 {
    margin-right: 15px;
    padding: 8px 12px 8px 12px;
    background: linear-gradient(to bottom, #19B7E6 25%, #1129CB 100%);
    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: 6px !important;
    background: #000;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #fff !important;
}
.breadcrumb {
    padding: 8px 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin: 5px 15px 15px 0px !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: block;
}
}


