/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 Jun, 2020, 9:28:21 AM
    Author     : abdul
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body, html * {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

button, input, optgroup, select, textarea{
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    background-color: transparent;
    transition-property: background-color, box-shadow, border, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-text-decoration-skip: objects;
    outline-style: none;
}

h1, h2, h3, h4, h5, h6, .w-counter.color_heading .w-counter-number {
    color: #e0e0e0;
}

body {
    background-color: #2d2d2d;
}

/* Pre loader started */
#overlay{
    display: block;
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0, 0, 0, 0.9);
    transition: 1s 0.4s;
}

#overlay img{
    width: 76px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -36px;
}
/* Pre loader ended */

.ui.header{
    color: #e0e0e0;
}

.ui.grid > .social-items{
    padding: 0;
    position: relative;
    overflow: hidden;
}

.social-items-link {
    display:block;
    text-align:center;
    position:relative;
    line-height:2em;
    width:2em;
    z-index:1;
    color: #e0e0e0;
}

.social-items-link i.icon {
    margin: 0 auto;
}

.social-items-link:hover{
    color: #e0e0e0;
}

.social-items:hover > .w-socials-item-link-hover {
    height: 50px;
}

.social-items.facebook .w-socials-item-link-hover {
    background-color: #42599e;
}

.social-items.youtube .w-socials-item-link-hover {
    background-color: #ff0000;
}

.social-items.vimeo .w-socials-item-link-hover {
    background-color: #41B1DB;
}

.social-items.envelope .w-socials-item-link-hover {
    background-color: #96a2a8;
}

.w-socials-item-link-hover {
    display: block;
    bottom: auto;
    height: 0;
    transition: height 0.3s;
}

.w-socials-item-link-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.brand-logo img {
    margin: 10px auto;
}

.ui.small.horizontal.list .list > .item,
.ui.small.horizontal.list > .item{
    font-size: 13px;
}

.ui.small.horizontal.list.header-menu {
    margin: 5px auto 8px;
}
.ui.small.horizontal.list.header-menu > .item{
    font-size: 14px;
    margin-left: 6px;
    margin-right: 6px;
    font-weight: 300;
}
.ui.small.horizontal.list.header-sub-menu{
    margin: 5px auto 8px;
}
.ui.small.horizontal.list.header-sub-menu > .item {
    margin: 5px auto 8px;
    font-weight: 100;
    font-size: 13px;
}

.ui.link.list .item,
.ui.link.list .item a:not(.ui),
.ui.link.list a.item,
.ui.link.list .item .icon{ 
    text-transform: uppercase;
    color: #e0e0e0;
}

.ui.link.list.list .item a:not(.ui):hover,
.ui.link.list.list a.item:hover,
.ui.link.list .item .icon:hover,
.ui.link.list.list .active.item,
.ui.link.list.list .active.item a:not(.ui){
    color: #6b6b6b;
}

.ui.link.list.list.header-sub-menu .item a:not(.ui):hover,
.ui.link.list.list.header-sub-menu a.item:hover,
.ui.link.list.header-sub-menu .item .icon:hover,
.ui.link.list.list.header-sub-menu .active.item,
.ui.link.list.list.header-sub-menu .active.item a:not(.ui){
    color: #00e6e6;
}

#article {
    margin: 10px 0;
}

.grid-sizer,
.grid-item {
    width: calc(100% / 3);
}

.thumbnail-box {
    display: block;
    position: relative;
}

.content-inner {
    position: absolute;
    width: 100%;
    top: 35%;
    color: #e0e0e0;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 2;
    -webkit-transition: all 100ms ease !important;
    -moz-transition: all 100ms ease !important;
    -ms-transition: all 100ms ease !important;
    transition: all 100ms ease !important;
}

.content-inner span {
    text-align: center;
    display: none;
    width: 100%;
    margin-top: 10px;
    font-weight: 300;
    -webkit-transition: all 100ms ease !important;
    -moz-transition: all 100ms ease !important;
    -ms-transition: all 100ms ease !important;
    transition: all 100ms ease !important;
}
.content-inner span.blog-title {
    font-size: 14px;
}

.thumbnail-box:hover .content-inner {
    top: 41%;
}
.thumbnail-box:hover .content-inner span {
    display: inline-block;
}

.overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    background: rgba(22,22,22,0.65);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1;
}

.thumbnail-box:hover .overlay-box {
    opacity: 0.85;
}


/*
.article-inner {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.article-content-inner{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.article-content-inner:hover > .tg-center-holder{
    visibility: visible;
    top: 45%;
}

.article-content-inner:hover > .tg-item-overlay{
    visibility: visible;
}

.tg-center-holder {
    z-index: 2;
    top: 35%;
    display: block;
    -webkit-transition: all 100ms ease !important;
    -moz-transition: all 100ms ease !important;
    -ms-transition: all 100ms ease !important;
    transition: all 100ms ease !important;
}

.tg-center-holder {
    visibility: hidden;
    position: absolute;
    width: 100%;
    max-width: 100%;
}

.tg-item-overlay{
    position: relative;
    background-color: rgba(22,22,22,0.65);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.tg-item-overlay:hover{
    opacity: 0.5;
    transition: opacity 0.3s;
    background-color: #000;
}

.ui.center.aligned.header.tg-element-1,
.ui.center.aligned.header.tg-element-2{
    position: relative;
    font-weight: normal;
    margin: 5px auto;
    -webkit-transform: translate3d(0px,-22px,0px);
    -moz-transform: translate3d(0px,-22px,0px);
    -ms-transform: translate3d(0px,-22px,0px);
    transform: translate3d(0px,-22px,0px);
}

.ui.center.aligned.header.tg-element-1 {
    margin-bottom: 0;
}

.ui.center.aligned.header.tg-element-2 {
    margin-top: 0;
}
.ui.center.aligned.header.tg-element-1 a{
    color: #e0e0e0;
    text-transform: uppercase;
    font-size: 1.75rem;
}
.ui.center.aligned.header.tg-element-2 a {
    color: #eee;
    font-size: 1.25rem;
    transition: all 0.3s;
}
.ui.center.aligned.header.tg-element-2 a:hover {
    color: #aaa;
}*/
.ui.vertical.segment.footer {
    padding: 2rem 0 0;
    color: #e0e0e0;
    position: relative;
}

.ui.vertical.segment.footer .copyright a{
    color: #999999;
}
.ui.vertical.segment.footer .copyright a:hover{
    color: #b0b0b0;
}

.w-toplink {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    text-align: center;
    font-size: 2rem;
    border-radius: 0.3rem;
    background-color: rgba(0,0,0,0.3);
    color: #fff !important;
    transform: translate3d(0,5rem,0);
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin: 15px;
}

.w-header-show, .w-toplink {
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 2rem;
    color: #fff !important;
    line-height: 50px;
}

.w-toplink.pos_right {
    right: 0;
}

.w-toplink:hover {
    color: #e0e0e0;
    background: #999999;

}
.w-toplink.active {
    transform: translate3d(0, 0, 0);
    display: block;
}

.w-search-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    border-radius: 0 !important;
    background-color: #e0e0e0;
    color: #000000;
}

.w-search-form.active {
    transform: translateY(0);
}

.w-search-form input {
    position: absolute;
    top: 50%;
    left: 6%;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    height: auto;
    width: 88%;
    padding: 0;
    border-radius: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.w-search-form input {
    display: block;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent;
}

.w-search {
    line-height: 2.8rem;
}

.w-search-close {
    font-size: 2rem;
    line-height: 4rem;
    width: 6rem;
}

a.w-search-close {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    color: #555555;
    opacity: 0.5;
}

.w-search-close:hover {
    color: #555555;
    opacity: 1;
    transition: color 0.3s, opacity 0.3s, transform 0.3s;
}

#article {
    min-height: 245px;
}

.page-not-found{
    padding: 5rem 0;
}

#article .w-grid-item-h {
    margin-bottom: 2.5rem;
}

#article .usg_post_title_1 {
    margin-bottom: 0.2rem;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0em;
}

#article .usg_post_title_1 a{
    color: #fff;
}

#article .usg_post_title_1 a:hover,
.w-grid-item-elm.color_link_inherit a:hover{
    color: #00e6e6;
}

#article .usg_hwrapper_1,
.w-grid-item-elm.color_link_inherit a{
    margin: 0.5rem auto 1rem;
    color: #aaaaaa;
}

.w-hwrapper.wrap {
    flex-wrap: wrap;
}
.w-hwrapper.valign_top {
    align-items: flex-start;
}
.w-hwrapper.align_left {
    justify-content: flex-start;
}
.w-hwrapper {
    display: flex;
    align-items: center;
}
.align_left {
    text-align: left;
}

.w-grid-item .w-hwrapper, 
.w-grid-item .w-vwrapper {
    position: relative;
    pointer-events: none;
}


#article .usg_post_date_1 {
    font-size: 0.9rem;
}
.w-hwrapper.align_left > * {
    margin-right: 1.2rem;
}
.w-grid-item-h time {
    display: block;
}

.w-video-h {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    background: #111;
}

.w-video-h iframe, .w-video-h object, .w-video-h embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
audio, video, iframe, object, embed {
    max-width: 100%;
    border: none;
}

.w-blogpost-body{
    margin-top: 30px;
}

.w-blogpost-body .w-blogpost-meta {
    padding: 0 0 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
}

.w-blogpost-meta-date, .w-blogpost-meta-comments {
    white-space: nowrap;
}
.w-blogpost-meta > * {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9rem;
    margin: 0 1.2rem 0.4rem 0;
    color: #aaaaaa;
}

.w-blogpost-meta > * a{
    color: #aaaaaa;
}

.w-blogpost-meta > * a:hover{
    color: #00e6e6;
}
.wpb_wrapper{
    color: #e0e0e0;
}

.wpb_wrapper p{
    line-height: 24px;
}

.wpb_wrapper p span {
    color: #999999;
}

.photo-gallery {
    padding: 2rem 0;   
}

.photo-gallery .tg-item-overlay1{
    position: relative;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.photo-gallery .tg-item-overlay1:hover{
    opacity: 0.5;
    transition: opacity 0.3s;
    background-color: #fff;
}

.photo-gallery .article-inner a{
    cursor: zoom-in;
}

.w-blognav {
    display: flex;
    color: #e0e0e0;
    padding: 2rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #222;
}

.w-blognav .to_prev{
    text-align: left;
}

.w-blognav .to_next {
    text-align: right;
}

.w-blognav-item {
    padding: 0 2.2rem;
    width: 50%;
    position: relative;
    color: inherit !important;
    transition: none;
}

.w-blognav-item.prev0,
.w-blognav-item.next0{
    width: 100%;
}

.w-blognav-item i {
    position: absolute;
    top: 30%;
}
.w-blognav-item.to_prev i{
    left: 0;
}

.w-blognav-item.to_next i{
    right: 0;
}

.w-blognav-meta {
    display: block;
    font-size: 0.8rem;
    line-height: 1.4rem;
    opacity: 0.5;
}

.w-blogpost-title{
    text-transform: uppercase;
}

.w-blognav-title {
    transition: color 0.3s;
    text-transform: uppercase;
}

.w-blognav-title:hover{
    color: #96a2a8;
}

.related-posts {
    padding: 2rem 0;
}

.related-posts h2{
    font-weight: normal;
}

.related-posts .ui.grid > [class*="five wide"].column{
    width: 33.25% !important;
}

.related-posts .format-video{
    position: relative;
}

.play-button{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.related-posts .format-video a i{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

.related-posts .format-video a{
    color: inherit !important;
}

.related-posts .format-video a i{
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    border-radius: 50%;
    padding: 0.85rem;
    pointer-events: none;
}

.related-posts .post_title a{
    color: #e0e0e0;
}

.related-posts .post_title a:hover{
    color: #96a2a8;
}

.related-posts .post_title {
    margin-top: 0.6rem;
    margin-bottom: 0;
    font-size: 1rem;
    padding: 0;
}

.related-posts  .post_date {
    font-size: 0.9rem;
    color: #aaaaaa;
}
.w-grid-item-h time {
    display: block;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.contact-page {
    padding: 2rem 0;
}

.ui.grid.contact-page-details{
    padding: 5rem 0;
}

.address-details{
    color: #e0e0e0;
    font-weight: 300;
    font-style: normal;
}

.blog-container.ui.grid {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ui.header.blog-title{
    margin: 0 auto;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ui.header.blog-title a{color: #fff;}

.mfp-image-holder .mfp-close{
    color: #fff;
    background: transparent;
    border: none;
}


.mfp-arrow-right::before {
    border-left-color: #fff;
}

.mfp-arrow-left::before {
    border-right-color: #fff;
}

.mfp-arrow::after {
    display: none !important;
}

button.mfp-close, button.mfp-arrow{
    z-index: 1050;
}

.mfp-arrow i {
    font-size: 3rem;
}

.line-drow {
    position: absolute;
    width: 50px;
    height: 50px;
}

.line-drow.first {
    top: 15px;
    left: 15px;
}

.line-drow.last {
    right: 30px;
    bottom: 60px;
}

.line {
    background: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
}

.line-vertical {
    width: 12px;
    height: 50px;
    left: 0;
}

.line-horizontal {
    width: 50px;
    height: 12px;
    right: 0;
}

.line-drow.last .line-horizontal {
    bottom: 0;
}

.line-drow.last .line-vertical {
    bottom: 0;
    left: auto;
    right: 0;
}

.ui.center.aligned.header.contact-description {
    font-weight: 300;
}

.contact-description span {
    font-size: 19px;
    font-weight: 300;
}

.ui.header.main-heading {
    font-weight: 400;
}

.contact-form .ui.grey.button{
    font-weight: 300;
}

@media screen and (max-width:1024px) {
    .ui[class*="five column"].grid>.column:not(.row){
        width: 35%;
    }
}

@media screen and (max-width:812px) {
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
    .ui[class*="five column"].grid>.column:not(.row){
        width: 40%;
    }
}

@media screen and (max-width:414px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }

    .ui[class*="five column"].grid>.column:not(.row){
        width: 70%;
    }

    .related-posts .ui.grid > [class*="five wide"].column {
        width: 99.99% !important;
    }

    .ui.grid.contact-page-details{
        padding: 1rem 0;
    }

    .ui.center.aligned.header.contact-description {
        font-size: 1.5rem;
    }
    .line-drow.first{
        left: 5px;
    }

    .line-drow.last{
        bottom: 75px;
        right: 5px;

    }
}

@media screen and (max-width:414px) {
    .ui.small.horizontal.list.header-menu > .item{
        margin-right: 0px;
        font-size: 1rem;
    }
    .ui.small.horizontal.list.header-sub-menu > .item{
        font-size: 0.8rem;
    }
}
