/*
 * Copyright 2020 brothernetwork
 */

body {
    font-size: 15px !important;
    overflow-x: hidden !important;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb {
  background-color: #046CB8;
  outline: 1px solid slategrey;
  border-radius: 20px
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #0172C6;
}
/* Navbar */
.logo {
    width: 50px;
}
.main-navbar {
    padding: 5px 0;
    background: rgb(52, 58, 64, 0.1);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.main-navbar  div  ul  li  {
    margin-right: 10px;
    padding: 0 5px;
    position: relative;
}
.main-navbar  div  ul  li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.main-navbar  div  ul  li  a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold
}
/* sidebar */
.sidebar-wrapper {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.3);
}
.sidebar-content {
    background: #000;
    /* padding: 20px */
}
.custom-scrollbar {
    list-style: none;
    padding: 0;
}
.custom-scrollbar li {
    color: #fff;
    padding: 5px 0;
    list-style: none;
}
.social-section ul li {
    font-size: 25px
}
.sidebar-menu {
    padding: 0;
    list-style: none;
}
.sidebar-menu li {
    border-bottom: 1px solid #313030;
}
.sidebar-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #fff;
}
.sidebar-menu li a:hover {
    padding-left: 5px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/* Content */
.home-container {
    background: rgba(255, 255, 255, 0.85);
    color: #21131b;
}
.section-item-100 {
    min-height: 100vh;
    transition: 1s;
    -webkit-transition: 1s;
}
.section-item-90 {
    min-height: 90vh;
    transition: 1s;
    -webkit-transition: 1s;
}
.section-item-80 {
    min-height: 80vh;
    transition: 1s;
    -webkit-transition: 1s;
}
.section-item-70 {
    min-height: 70vh;
    transition: 1s;
    -webkit-transition: 1s;
}
.section-item-60 {
    min-height: 60vh;
    transition: 1s;
    -webkit-transition: 1s;
}
.section-item-50 {
    min-height: 50vh;
    transition: 1s;
    -webkit-transition: 1s;
}
.slick-img > img {
    width: 250px
}
.section-image {
    width: 450px;
}
.bg-carousel {
    background-size: cover !important;
    background-position: center !important;
}
iframe {
    width: 100% !important
}
.btn-gallery-prev,
.btn-gallery-next {
    width: 1.5%;
}
.img-gallery:hover {
    filter: brightness(130%);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    cursor: zoom-in;
}
.bg-opacity-dark {
    background: rgb(0, 0, 0, 0.8);
}
.btn-gallery-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.btn-gallery-close:hover {
    cursor: pointer;
}

/* Footer */
footer {
    background: #0e0e0e;
    color: #fff;
}
footer .footer-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .footer-list li {
    /* border-left: 1px solid #fff; */
    padding: 5px 0px;
}
footer .footer-list li a {
    font-size: 14px;
    color: #A5A5A5;
    text-decoration: none;
}
footer .footer-list li a:hover {
    border-color: #fff;
    color: #fff;
    transition: 1s;
}
.footer-social-media ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social-media ul li {
    display: inline-block;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-social-media ul li:last-child {
    padding-right: 0;
}
.footer-social-media ul li a{
    font-size: 20px;
    color: #a2a2a2 !important;
}
.footer-social-media ul li a:hover {
    color: #fff;
}
.footer-copyright {
    background: #000000;
}
.footer-copyright span {
    font-size: 12px;
}
