body {
    background-color: #fff;
    font-family: josefin sans, sans-serif;
    transition: 0.7s ease-in-out;
}
:focus {
    outline: none;
}
.cont {
    width: 80% !important;
    margin: auto !important;
}
#toast-container {
    z-index: 100000001;
}
nav .brand-logo {
    padding-top: 2px !important;
    padding-left: 20px !important;
    margin: auto !important;
}
.brand-logo img {
    height: 52px;
}
header {
    position: sticky !important;
    position: -webkit-sticky !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100000000;
}
.tcollapsible-body {
    padding: 0 0 0 10px !important;
}
#topmodal {
    height: auto !important;
    max-height: 90% !important;
    z-index: 100000001 !important;
}
.topcollapse li .tcollapsible-body ul li .divider {
    display: none;
}
.fh {
    transform: scaleX(-1);
}
.pointer {
    cursor: pointer;
}
.bottom {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 100000000;
    bottom: 0;
    background-color: #0b0f12 !important;
}
.bold {
    font-weight: 700 !important;
}
.uppercase {
    text-transform: uppercase;
}
.hctc {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}
.hct {
    text-align: center;
}
.hct .name {
    font-size: 18px;
}
::-webkit-scrollbar {
    width: 10px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::-webkit-scrollbar-thumb:hover {
    background: #e3e3e3;
}
* {
    scrollbar-color: #000 #fff;
    scrollbar-width: thin;
}
.slides li img {
    background-size: cover !important;
    background-repeat: no-repeat;
}
.carousel .carousel-item {
    left: 25px !important;
}
.screen {
    background-color: rgba(0, 0, 0, 0.4);
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    padding: 20px;
    width: 100% !important;
}
.ht {
    background-image: url(/app/images/home-slider-4.jpg);
    background-position: center;
    background-size: cover;
}
.ht div.card {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px !important;
}
.caption {
    z-index: 999;
}
.autoGrid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-columns: repeat(5, 1fr);
}
div.autoGrid div.card div.card-content {
    padding: 10px !important;
}
.sGrid {
    overflow: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-flow: column;
    -ms-grid-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.sGrid div.card {
    border-radius: 10px;
    min-width: 250px;
}
#share_fb {
    margin: 10px;
}
.noselect,
.material-icons {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.aGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
}
.aGrid .pad {
    padding: 15px;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bpatch {
    height: 62px;
}
.bc {
    background-color: #0b0f12 !important;
}
h5.framehead {
    white-space: nowrap !important;
    color:blue;
    display: block !important;
    text-overflow: ellipsis !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
h6.framehead {
    white-space: nowrap !important;
    overflow: hidden !important;
    display: block !important;
    text-overflow: ellipsis !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
p.framehead {
    white-space: nowrap !important;
    display: block !important;
    text-overflow: ellipsis !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
}

#hsgrid img.circle {
    border: 3px solid #e1d6d6 !important;
    padding: 4px !important;
    width: 200px !important;
    height: 200px !important;
    transition: 0.5s;
    
}
#hsgrid img.circle:hover{
    border-color: #7272f2d9 !important;
}

.auGrid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    -ms-grid-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.auGrid .card-content {
    padding: 10px !important;
}
.auGrid div.card:hover img.ccs {
    margin-top: -80px !important;
    margin-bottom: 45px;
}
.auGrid img.ccs {
    margin-top: -50px !important;
    margin-bottom: 15px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.auGrid div.card {
    margin-top: 40px;
}
.tabs .indicator {
    background-color: #000 !important;
}
.article_grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
}
.article_card {
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.bg_img {
    background-color: #f0f0f0;
    padding-top: 25.5%;
    float: left;
    background-size: cover;
    background-position: center 15%;
    position: relative;
    width: 50%;
    height: auto;
}
.article_card .article_title {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 5px;
}
.article_card .article_title h4 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.0625em;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.ah {
    border: 2px solid #333 !important;
    border-left-color: #333 !important;
    border-left-style: solid !important;
    border-left-width: 2px !important;
    position: relative !important;
    border-left: 0 !important;
    border-top: 0 !important;
    display: inline-block !important;
    padding: 5px !important;
    padding-right: 5px !important;
    padding-right: 14px !important;
    margin-left: 0 !important;
    font-size: 1.3em !important;
    margin-top: 15px !important;
    font-weight: 600 !important;
    color: #046fc2 !important;
    text-transform: uppercase !important;
}
.article_card .article_title h4:hover {
    color: blue;
}
.threegrid {
    height: 100%;
    bottom: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
}
.threegrid a {
    padding: 0 !important;
    height: 100%;
}
.threegrid a i {
    padding: 16px !important;
}
.licollapse {
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 992px) {
    nav .brand-logo {
        padding-left: 0 !important;
    }
    .autoGrid {
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: repeat(3, 1fr);
    }
    .cont {
        width: 92% !important;
    }
    .aGrid {
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;
    }
    #pslider #bg {
        height: 325px !important;
    }
}
@media only screen and (max-width: 600px) {
    #pop {
        width: 100% !important;
    }
    .cont {
        width: 95% !important;
    }
    .hsc h3 {
        font-size: 7vw !important;
    }
    .hsc h5 {
        font-size: 4vw !important;
    }
    .hc {
        display: none;
    }
    .article_grid {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
    }
    .mnavtrig {
        visibility: hidden;
    }
    .aGrid {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
    #pslider #bg {
        height: 250px !important;
    }
}
h1 {
    font-size: 3.2rem;
    font-family: rajdhani, sans-serif;
}
h2 {
    font-size: 3rem;
    font-family: rajdhani, sans-serif;
}
h3 {
    font-size: 2.5rem;
    font-family: rajdhani, sans-serif;
}
h4 {
    font-size: 2rem;
    font-family: rajdhani, sans-serif;
}
h5 {
    font-size: 1.75rem;
    font-family: rajdhani, sans-serif;
}
h6 {
    font-size: 1.5rem;
    font-family: rajdhani, sans-serif;
}
p {
    font-size: 17px;
}
ul li {
    font-size: 17px;
}
ol li {
    font-size: 17px;
}
.sitename {
    border: 2px solid #046fc2 !important;
    position: relative !important;
    display: inline-block !important;
    padding: 10px !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
    font-weight: 600 !important;
    color: #046fc2;
    text-transform: uppercase !important;
}
.sitename:hover {
    color: #fff;
    background-color: #046fc2;
}
.tdropico::after {
    content: "keyboard_arrow_down";
}
.tdropl:hover .tdropico::after {
    content: "keyboard_arrow_up";
}
.topcollapse li .tcoli:after {
    content: "keyboard_arrow_right";
}
.topcollapse li.active .tcoli:after {
    content: "keyboard_arrow_up";
}
#page ul li {
    list-style-type: initial !important;
}
.iGrid{
    margin:10px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    -ms-grid-columns: repeat(auto-fill,minmax(200px,1fr));
}
.iGrid .igBlocks .bGround .screen {
    min-height: 300px;
    
}
.iGrid .igBlocks .bGround .screen h5 {
    text-align: center;
    margin: auto;
}
.iGrid .igBlocks .bGround {
    background-repeat: no-repeat;
    background-position: center;
}
.igBlocks:hover{
    z-index:100;
    -webkit-animation:scale .2s linear;
    -moz-animation:scale .2s linear;
    animation:scale .2s linear;
    transform-origin:50% 50%;
    animation-fill-mode: forwards;
}
@keyframes scale{
    0%{
      transform:scale(1.0);
    }
    100%{
      transform:scale(1.1);
      -webkit-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
      -moz-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
      box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
    }
}
