@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 100;
    src: local("solido"), url("../fonts/solido/Solido-UltraLight.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 100;
    src: local("solido"), url("../fonts/solido/Solido-UltraLightItalic.otf");
}
@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 200;
    src: local("solido"), url("../fonts/solido/Solido-Hairline.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 200;
    src: local("solido"), url("../fonts/solido/Solido-HairlineItalic.otf");
}
@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 300;
    src: local("solido"), url("../fonts/solido/Solido-Light.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 300;
    src: local("solido"), url("../fonts/solido/Solido-LightItalic.otf");
}
@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 400;
    src: local("solido"), url("../fonts/solido/Solido-Medium.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 400;
    src: local("solido"), url("../fonts/solido/Solido-MediumItalic.otf");
}
@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 500;
    src: local("solido"), url("../fonts/solido/Solido-Book.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 500;
    src: local("solido"), url("../fonts/solido/Solido-BookItalic.otf");
}
@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 600;
    src: local("solido"), url("../fonts/solido/Solido-Bold.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 600;
    src: local("solido"), url("../fonts/solido/Solido-BoldItalic.otf");
}
@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 700;
    src: local("solido"), url("../fonts/solido/Solido-ExtraBold.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 700;
    src: local("solido"), url("../fonts/solido/Solido-ExtraBoldItalic.otf");
}
@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 800;
    src: local("solido"), url("../fonts/solido/Solido-Heavy.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 800;
    src: local("solido"), url("../fonts/solido/Solido-HeavyItalic.otf");
}
@font-face {
    font-family: solido;
    font-style: normal;
    font-weight: 900;
    src: local("solido"), url("../fonts/solido/Solido-Black.otf");
}
@font-face {
    font-family: solido;
    font-style: italic;
    font-weight: 900;
    src: local("solido"), url("../fonts/solido/Solido-BlackItalic.otf");
}

@media (max-width: 767px) {
    .btn-container {
        margin-top: 2rem
    }

}

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

@media (max-width: 991px) {
    .btn-container > .btn, .btn-container > .btn-group {
        margin-bottom: 1rem
    }
.nside .card-img {
    width: 100%;
    /* border-radius: calc(.375rem - .0625rem); */
    height: 105px !important;
    object-fit: cover;
    border-radius: 0;
}
}


@media (min-width: 992px) {
    .btn-container > .btn, .btn-container > .btn-group {
        margin-right: 1.5rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 1200px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 0 0 0 240px
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 102px 30px 0
    }
}


@media (min-width: 576px) {
    .content--full {
        padding: 102px 30px 0
    }
}

@media (max-width: 767px) {
    .content--full {
        padding: 87px 15px 0
    }
   .main-player iframe{
        height: 202px !important;
    }
    .d-md-flex{
        display: flex !important;
    }
    .thcards{
        width: 100% !important;
        display: block !important;
    }
}
@media (min-width: 767px) {

    .d-md-flex{
        display: flex !important;
    }
    .mined{
        width: 100% !important;
        display: flex !important;
    }
}

h5 {
    font-size: 16px !important;
}

.content-inner {
    margin: auto;
    padding: 30px 15px
}

.content-inner .example {
    margin-bottom: 5rem
}
.btn-whatsapp {
    background: #4dc247;
    color: #fff;
    border-color: #4dc247;
}.btn-linkedin {
    background: #0077b5;
    color: #fff;
    border: 0;
}.btn-telegram {
    background: #08c;
    border: 0;
}.btn-email {
    background: #db4437;
    color: #fff;
    border: 0;
}
.socialmedia-buttons {
    position: absolute;
    top: 90px;
    right: 15px;
}
.socialmedia-buttons .btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: .0625rem solid transparent;
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.2;
    border-radius: .375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 767px) {
    .content-inner .example .btn {
        margin-bottom: 1rem
    }
   .h200 .col-lg-3, .mined .pl-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
    }
}

.header {
    width: 100%;
    color: #FFFFFF;
    padding: 0 30px 0 2rem;
    z-index: 10;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    background: #FFF;
    border-bottom: 1px solid #e9ecef
}

@media (max-width: 1199px) {
    .header {
        position: fixed
    }
}

@media (max-width: 575px) {
    .header {
        padding-left: 15px;
        padding-right: 15px
    }
    .nside .no-gutters {
        border-bottom: 1px solid darkgrey;
        margin-bottom: 10px;
        padding: 20px 0;
    }
    .nside .card-img {
        width: 100%;
        border-radius: calc(.375rem - .0625rem);
        height: auto !important;
        object-fit: cover;
    }
}

.header::after {
    display: block;
    content: "";
    clear: both
}

.header .body-backdrop {
    position: absolute
}

.navigation-trigger {
    float: left;
    padding: 2rem 2rem 2rem 2.4rem;
    margin-left: -2rem
}

.navigation-trigger:hover {
    cursor: pointer
}

.navigation-trigger.toggled .navigation-trigger-inner {
    transform: rotate(180deg)
}

.navigation-trigger.toggled .navigation-trigger-inner:before {
    transform: scale(1)
}

.navigation-trigger.toggled .navigation-trigger-line:first-child {
    width: 12px;
    transform: translateX(8px) translateY(1px) rotate(45deg)
}

.navigation-trigger.toggled .navigation-trigger-line:last-child {
    width: 11px;
    transform: translateX(8px) translateY(-1px) rotate(-45deg)
}

.navigation-trigger-inner, .navigation-trigger-line {
    width: 18px;
    transition: all 300ms
}

.navigation-trigger-inner {
    position: relative
}

.navigation-trigger-inner:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: -11px;
    top: -14px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition: all 300ms;
    transform: scale(0)
}

.navigation-trigger-line {
    height: 2px;
    background-color: #333;
    display: block;
    position: relative
}

.navigation-trigger-line:not(:last-child) {
    margin-bottom: 3px
}

@media (min-width: 1200px) {
    .header-brand {
        min-width: calc(270px - 2rem)
    }
}

.header-brand > h1 {
    line-height: 100%;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0
}

.header-brand > h1 > a {
    color: #999
}

.header-nav .nav-link {
    padding: 0 1rem;
    font-size: .765625rem;
    color: #adb5bd;
    transition: background-color 300ms
}

.header-nav .nav-link:hover {
    color: #343a40
}

.sidebar {
    width: 240px;
    position: fixed;
    left: 0;
    padding: 0 0.5rem 0.5rem 1.5rem;
    height: 100%;
    overflow: hidden;
    z-index: 1050;
    background-color: #fff;
    border-right: 1px solid #e9ecef
}
.thcards .card-img-top {
    width: 100%;
    /*border-top-left-radius: calc(.375rem - .0625rem);*/
    /*border-top-right-radius: calc(.375rem - .0625rem);*/
    height: 200px;
    object-fit: cover;
}
.side .card-img {
    width: 100%;
    /*border-radius: calc(.375rem - .0625rem);*/
    height: 116px;
    object-fit: cover;
}
.bigblue {
    color: #2d659e;
    font-weight: 900;
    font-family: solido;
    font-size: 22px!important;

}
@media (max-width: 1199px) {
    .sidebar {
        transition: transform 300ms, opacity 300ms
    }

    .sidebar:not(.toggled) {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    .sidebar.toggled {
        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.08);
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.sidebar-brand {
    height: 72px;
    padding: 1rem 0
}

.sidebar-brand > h1 {
    transform: translateY(50%);
    font-size: 1.09375rem;
    font-weight: normal;
    margin: 0
}

.sidebar-brand > h1 > a {
    color: #343a40
}

.sidebar .scrollbar-inner > .scroll-element {
    margin-right: 0
}

.sidebar--hidden {
    background-color: #FFFFFF;
    transition: transform 300ms, opacity 300ms
}

.sidebar--hidden:not(.toggled) {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.sidebar--hidden.toggled {
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.08);
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.navigation {
    list-style: none;
    padding: 0;
    padding-bottom: 4rem
}

.navigation .navigation-title {
    color: #adb5bd;
    font-weight: 600;
    margin: 0.875rem 0 0;
    padding: 1rem 0rem 0.875rem
}

.navigation .navigation-item {
    color: #fff;
    font-weight: 500
}

.navigation .navigation-link {
    display: block;
    padding: 0.25rem 1rem;
    color: #495057;
    font-weight: 500;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    border-radius: .375rem;
    text-decoration: none
}

.navigation .navigation-link:hover, .navigation .navigation-link.active {
    color: #288cff
}

.scrollbar-inner {
    height: 100%
}

.scrollbar-inner > .scroll-element {
    transition: opacity 300ms;
    margin-right: 2px
}

.scrollbar-inner > .scroll-element.scroll-y {
    width: 3px;
    right: 0
}

.scrollbar-inner > .scroll-element.scroll-x {
    height: 3px;
    bottom: 0
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_track {
    transition: background-color 300ms
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: transparent
}

.scrollbar-inner:not(:hover) .scroll-element {
    opacity: 0
}

.page-title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e9ecef
}

.page-title .heading {
    margin: 0;
    padding: 0;
    color: #212529
}

.page-title .heading a {
    color: #212529
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {

border-radius:0;
}
@media (min-height: 600px) and (min-width: 767px) {
    .background-image-holder[data-holder-type="hero"] {
        height: 80vh
    }
}

.background-image-holder .holder-item {
    height: 100%;
    padding: 2rem 0
}

@media (max-width: 991px) {
    .background-image-holder .holder-item {
        height: auto;
        padding: 4rem 0
    }
}

.background-image-holder .swiper-container, .background-image-holder .container {
    position: relative;
    height: 100%
}

.background-image-holder .swiper-container .swiper-slide .animated {
    opacity: 0
}

.background-image-holder .swiper-container .swiper-slide .animated.animation-ended {
    opacity: 1
}

.bg-cover {
    position: relative
}

.bg-size--cover {
    background-size: cover;
    background-repeat: no-repeat
}

.bg-size--contain {
    background-size: contain;
    background-repeat: no-repeat
}

.typeface-palette .typeface-entry {
    position: relative;
    display: block;
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: .375rem
}

.typeface-badge {
    position: absolute;
    top: 10px;
    right: 10px
}

.color-palette .color-entry {
    position: relative;
    display: block;
    height: 170px;
    color: #FFF;
    border-radius: .375rem
}

.color-palette .color-entry .color-code {
    background: #fff;
    color: #495057;
    padding: 6px 10px;
    position: absolute;
    bottom: 12px;
    right: 12px
}

.content-docs h2[id]::before, .content-docs h3[id]::before, .content-docs h4[id]::before {
    content: "";
    display: block;
    height: 3rem;
    margin-top: -3rem
}

.content-docs h2[id]:not(:first-child), .content-docs h3[id]:not(:first-child), .content-docs h4[id]:not(:first-child) {
    margin-top: 5rem
}

.content-docs h2[id], .content-docs h3[id], .content-docs h4[id] {
    margin-bottom: 2rem
}

.highlight pre {
    padding: 1.5rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: .375rem
}

.code-example {
    margin: 2rem 0
}

.code-clipboard {
    position: relative
}

.btn-clipboard {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #818a91;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem
}

.btn-clipboard:hover {
    color: #fff;
    background-color: #027de7
}

.toc-entry {
    display: block
}

.toc-entry a {
    display: block;
    padding: .125rem 1.5rem;
    color: #99979c
}

.toc-entry a:hover {
    color: #007bff;
    text-decoration: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
}
.eventsimgs .card-img-overlay {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0),  rgba(252, 248, 247, 0.72), rgb(252, 248, 247), rgba(252, 248, 247, 0.98), rgb(252, 248, 247));}
.eventsimgs .card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
    z-index: 1;
}
.eventsimgs .card{

    border: none;
}
.eventsimgs .heading {
    font-family: solido;
    font-size: 20px;
    font-weight: 800;
    color: #eb1c24;
}
.bg-black{
    background: black;
}
.eventsimgs p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #0086c8;
    font-weight: 700;
}
.eventsimgs .card-body{
    padding: 0 ;
}
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    border: none;
    padding: 10px !important;
    font: inherit;
    top: 36%;
    position: absolute;
    right: 17.05%;
    background: #0086c8;
    font-size: 30px;
    color: white;
    width: 48px;
    height: 55px;
    padding: 0px !important;
    margin-right: 10px;
}.owl-carousel .owl-nav button.owl-next{
     background: 0 0;
     color: white;
     border: none;
     font: inherit;
     top: 36%;
     position: absolute;
     right: 14%;
    font-size: 30px;
    background: #eb1c24 ;
     width: 48px;
     height: 55px;
     padding: 0px !important;
 }
.thcards .col-lg-4{
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 0px;
      padding-left: 10px;
    margin-bottom: 20px;
  }
.play {
    position: absolute;
    width: 40px !important;
    top: 30%;
    left: 40%;
}
.catego .play {
     position: absolute;
     width: 60px !important;
     max-height: 36px !important;
     top: 30%;
     left: 40%;
 }
.catego .red {
    color: #ed1b24;
    font-weight: 600;
    font-size: 12px;
}
.catego b {
    font-weight: 500;
    color: black;
    font-size: 12px;
    line-height: 21px !important;
}
.catego .text-muted {
    float: right !important;
    font-weight: 500;
    font-size: 12px;
}
.catego .d-block {
    display: block !important;
    font-size: 15px;
    font-weight: 600;
}
.catego .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.newslettericon {
    color: #000;
    border: 2px solid #000;
    padding: 13px 15px;
    cursor: pointer;
}

body, .card-body, .card{
    background: #fcf8f7;
}
.pb-120 {
    padding: 57px 0 70px;
}
.footer-widget input {
    padding: 8px 10px;
    border: 2px solid #000;
    margin-left: 45px;
}
.footer-widget h3{
    ont-size: 30px;
    font-family: Solido;
    font-weight: 700;
    text-align: center;
}
.footer-widget p{
    font-size: 21px;
    line-height: 24px;
    text-align: center;
}
.bg-grey {
    background: #d2d2d2;
}
.bg-grey .nav-link{
    color: black !important;
}
.tops{
    font-size: 50px;
    color: #2d659e !important;
    font-weight: 900;
}
.btnred{
    width: max-content;
    font-size: 17px;
    font-weight: 900;
}
.ns-zmua4-e-0 {
    background-color: #fcf8f7 !important;
    cursor: default;
}
.col-lg-3:first-child {
    padding-left: 0 !important;
}
.col-lg-3:last-child {
     padding-right: 0 !important;
 }
.h200 .card-img-top {
    width: 100%;
    /*border-top-left-radius: calc(.375rem - .0625rem);*/
    /*border-top-right-radius: calc(.375rem - .0625rem);*/
    height: 200px;
    object-fit: cover;
}
.h200 .red {
    color: red;
    font-weight: bolder;
    font-size: 12px;
}
.h200 .text-muted {
    color: #0087c9 !important;
    font-size: 10px;
    font-weight: 400;
}
.ads {
    /*background: #d6d6d6;*/
    padding: 20px;
}
.nside .card-img {
    width: 100%;
    /*border-radius: calc(.375rem - .0625rem);*/
    height: 85px;
    object-fit: cover;
}
.nside .card-body{
    padding-bottom: 0;
}
.nside .no-gutters{
    border-bottom: 1px solid darkgrey;
    margin-bottom: 10px;
}
.hedin{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    padding-left: 0;
}
.bigblues {
    color: #2d659e;
    font-weight: 900;
    font-family: Solido;
    font-size: 22px!important;
}
.timg{
    height: 270px;
    object-fit: cover;
}
.more {
    background: white;
    width: max-content;
    text-align: center;
    margin: auto;
    box-shadow: 0px 21px 36px #dadada;
    color: red;
    border-radius: 0;
    font-size: 19px;
    padding: 10px 20px;
    margin-top: 20px !important;
}

.reds {
    color: red !important;
    font-weight: bolder;
    font-size:12px;
}
.card img {
    transition: transform .2s; /* Animation */

}
.heading .red{
    color: red !important;
}


.card img:hover {
    transform: scale(1.005); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.navheading {
    color: #e31818!important;
    background: #1f1f1f;
}
@media (max-width: 575px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 87px 15px 0
    }
.spotlight {
    top: -180px;
    padding: 166px 0 140px !important;
    margin-bottom: -359px;
}
.sidenav a {
    padding: 6px 8px 6px 31px;
    text-decoration: none;
    font-size: 12px;
    color: #252525;
    display: block;
    transition: .3s;
}

.catego .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 222px !important;
    object-fit: cover;
}
.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: white;
    border: none;
    font: inherit;
    top: 38%;
    position: absolute;
    right: 3%;
    font-size: 30px;
    background: #eb1c24;
    width: 36px;
    height: 38px;
    padding: 0px 0 52px !important;
border-radius:0;
}
.owl-carousel .owl-nav button.owl-prev {

    top: 38%;
    right: 12.05%;
    color: white;
    width: 36px;
    height: 36px;
    padding: 0px 0 52px !important;

}
.nside .card-img {
    width: 100%;
    /* border-radius: calc(.375rem - .0625rem); */
    height: 105px !important;
    object-fit: cover;
    border-radius: 0;
}
.h200 .card-img-top {
    width: 100%;
    /* border-top-left-radius: calc(.375rem - .0625rem); */
    /* border-top-right-radius: calc(.375rem - .0625rem); */
    height: 280px;
    object-fit: cover;
    margin: 20px 0 0;
}
.h200 .play {
    position: absolute;
    width: 60px !important;
    top: 40%;
    left: 44%;
}
.catego .play {
    width: 40px !important;
    max-height: 25px !important;

}
.thcards .col-lg-4 {
    position: relative;
    width: 50% ;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.thcards .col-lg-4:last-child {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.topstories .col-lg-4 {
    position: relative;
    width: 100% ;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.topstories .col-lg-4{
    padding-left: 0 !important;
}
.topstories .card-img-top {
    height: 300px;
}
.no-gutters .col-md-5 {
    width: 40%;
}
.no-gutters .col-md-7{
width: 59%;
}
.text-dark{
color: black !important;
    font-size: 24px;

}
.topstories .play {
    position: absolute;
    width: 48px !important;
    top: 39%;
    left: 43%;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
    position: absolute;
    right: 0;
    top: 20%;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fcf8f7;
}
.logo {
    width: 140px;
    /* padding: 20px 0 10px; */
}
.heading {
    font-family: Solido !important;
    font-size: 17px;
}
b, strong {
    font-weight: 600;
    font-size: 20px;
}
.spotlight iframe {
    border: 0;
    height: 300px;
}
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}



/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.sidenavMob {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0086c8;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
}
#mySidenavMob a {
    color: #eaeaea!important;
    text-decoration: none !important;
border-bottom: 2px solid #dedede42;
    padding: 6px 8px 6px 3px!important;
    margin-left: 32px;
}
ul{
list-style-type: none !important;
}
.sidenav a{

    color: #eaeaea;
  display: block;
}

b {
    font-family: Solido;
}

#mySidenav a {
    color: #d2d0d0;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #252525;
    display: block;
    transition: .3s;
}
.sidenav a {
    margin-left: 0;
    border-bottom: 2px solid #363636;
}
.navbar-expand-md {
background: #fcf8f7;
}
.navbar {
  padding:0rem;
  margin-bottom:2rem;
}

.dropdown .dropdown-menu {
  border-radius:0;
 }


/* Medium devices (tablets, 768px and up)
The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  border-radius:0;
 }
}
.auth-logo img{
    width: 45%;
}

.btn-info {
    color: #fff !important;
    background: #0187c9 linear-gradient(180deg, #0187c9, #0187c9) repeat-x !important;
    border-color: #3e98cf !important;
    box-shadow: none;
}

.text-info {
    color: #0086c8 !important;
}

.header-area .navbar .navbar-nav .nav-item.active a, .header-area .navbar .navbar-nav .nav-item:hover a {
    color: #ee2e24 !important;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #ee2e24 !important;
}




.overlay button:hover {
    background: #c71010;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #c71010;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

@media only screen and (max-width: 480px) {
    .navbar {
        padding: 0;
        margin-bottom: 0rem;
    }
}
.menus{
    font-size: 29px;
    margin: 6px 0 0;
}


@media only screen and (max-width: 768px) {
    .bg-grey img{
        width: 45%;

    }
    .bg-grey b {
        font-weight: 600;
        font-size: 15px;
    }
    .thcards .col-lg-4 {
        width: 99%;
    }
    b, strong {
        font-weight: 600;
        font-size: 17px;
    }
    .nside .no-gutters {
        padding: 5px 0;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 992px) {
    .socialmedia-buttons {
        top: auto;
        padding: 0 0 0;
    }
    .bg-grey .nav-link {
        display: block;
        padding: .25rem .5rem;
        font-size: 12px;
    }
    .socialmedia-buttons .btn {
        padding: .3rem .5rem .25rem;
    }
    .menus {
        font-size: 29px !important;
        margin: 6px 0 0 11px;
    }
    .navbar-dark .navbar-toggler {

        top: 20%;
    }
    .tops {
        font-size: 40px;
    }
    .btnred {
        font-size: 15px;
        padding: 5px 10px;
    }
    .footer-widget input {
        margin-left: 0px !important;
    }
}

.bg-grey img{
    width: 45% !important;
}

@media only screen and (max-width: 600px) {
    .hedin {
        font-size: 25px;
    }
    .socialmedia-buttons .btn {
        padding: .4rem .7rem .25rem;
    }
    p {
        font-size: 18px;
        color: black;
    }
}
