.logo-text-wrap {
    min-width: 220px;
    max-width: 220px;
    text-align: center;
    margin-right: 15px;
    background-color: var(--primary-color);
}

#switch-mode {
    position: fixed;
    top: 48%;
    left: 0;
    width: 50px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0 3px 3px 0;
    padding: 5px;
}

#switch-mode .sm-icon {
    color: #fff;
}

#switch-mode .sm-text {
    font-size: 9px;
    color: #aaa;
    text-transform: uppercase;
    line-height: 1.1em;
    display: block;
    margin: 2px 0;
}

#switch-mode .sm-button {
    overflow: hidden;
    width: 60%;
    margin: 8px auto;
    position: relative;
    border-radius: 20px;
    background: #555;
    height: 10px;
}

#switch-mode .sm-button span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #888;
    position: absolute;
    top: 0;
    left: 0;
}

#switch-mode.active .sm-button span {
    background: #0060FF;
    left: auto;
    right: 0;
}

#switch-mode.active .sm-button {
    background: #333;
}

.language {
    margin-right: 30px;
}

.language select {
    position: relative;
    background-color: inherit !important;
    border: none;
}
select#languges-changer option {
    color: #484848;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 2px 15px !important;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.sg-light .sg-topbar.topbar-style-2 a{
    color: #484848;
    background-color: #fff;
}
.sg-dark .entry-content a{
    color: #fff !important;
    background: #00000038;
}
.sg-light .sg-topbar.topbar-style-2 .entry-content.absolute a {
    color: white;
    background: #00000038;

}


.sg-light .sg-topbar.topbar-style-2 .entry-content.absolute .category a {
    background: black;
}
#my-video{
    width: 730px;
    height: auto;
}
.fluid_video_wrapper {
    width: auto !important;
    height: auto !important;
}
.scrollToTop {
    background-color: var(--primary-color);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}
.scrollToTop a {
    top: 31px;
    padding-left: 9px;
    font-size: 25px;
    display: block;
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 34px;
}
.footer-top, .footer-middle {
    color: #fff;
    position: relative;
    z-index: 1;
    background-color: #201E1D;
}
.video-icon a {
    color: #fff;
    display: block;
    background-color: #16293852;
}

.video-icon-medium {
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 24px;
    line-height: 50px;
    border-radius: 100%;
    overflow: hidden;
    background: #162938b3;
}

.btn-load-more {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    padding: 14px 10px;
    text-align: center;
    transition: all .25s ease 0s;
    color: #555;
    border-radius: .1875rem;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}

.btn-load-more:hover {
    color: var(--primary-color)
}

.latest-preloader {
}
.latest-preloader img{
    margin-left: 2px;
    height: 80%;
}
#latest-preloader-area{
    height: 80px;
}

.error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}
.text-gray-800 {
    color: #5a5c69!important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.text-gray-500 {
    color: #b7b9cc!important;
}
.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #8F94FB;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}
.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}
.site-setting-area a{
    color: #484848;
    display: block;
    text-transform: capitalize;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.site-setting-area a:hover {
    color: var(--primary-color);
    background-color: #fff;
}
.site-setting-area {
    padding: 0 !important;
    border: 1px solid #ddd;
    border-radius: 0;
}
#back-to-top {
    right: 4%;
    top: auto;
    z-index: 9999999999;
    -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
    bottom: 54px;
}
#back-to-top .btn.btn-primary {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.9);
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

.sg-language .select-options li:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.dropdown-menu{
    transform:none !important;
    top: 22px !important;
    left: -67px !important;
}

html {
  scroll-behavior: smooth;
}

select#languges-changer{
    display: none !important;
}

/*video icon*/

.entry-header .video-icon {
    left: 52%;
}

.video-icon {
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background: #162938b3;
}

.entry-header .video-icon-catagory {
    position: absolute;
    top: 62%;
    left: 62%;
    margin-left: -32px;
    margin-top: -32px;
}

.entry-header .video-icon-catagory-slider {
    position: absolute;
    top: 62%;
    left: 58%;
    margin-left: -32px;
    margin-top: -32px;
}

.video-icon-catagory-slider {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 100%;
    overflow: hidden;
    background: #162938b3;
}

.entry-header .video-icon-catagory-footer {
    position: absolute;
    top: 65%;
    left: 65%;
    margin-left: -32px;
    margin-top: -32px;
}
.video-icon-catagory-footer {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 100%;
    overflow: hidden;
    background: #162938b3;
}

.sg-dark .form-control {
    background-color: #161a25 !important;
}

.sg-dark .tagcloud-style-1 a {
    background-color: #161a25 !important;
    color: white;
}

.sg-dark button.btn-load-more {
    background-color: #292e34 !important;
    border: 1px solid #484848 !important;
    color: #c5c5c5 !important;
}
.sg-dark .account-content {
    background: #292E34 !important;
}
.sg-dark .account-content h1{
    background: #484848 !important;
}

.sg-dark .ragister-account h1, .sg-dark .ragister-account label, .sg-dark .ragister-account p{
    color: #fff !important;
}

.sg-light .ragister-account h1, .sg-light .ragister-account label{
    color: #000 !important;
}
.sg-light .footer-widget p{
    color: #fff !important;
}

.sg-light.middle-content p{
    color: #000 !important;
}

#display-nothing{
    display: none;
}
#languges-changer{
    display: none;
}