body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
}

img{
  max-width: 100%;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}
 h5 {
    margin-bottom: 0px !important;
    font-weight: 500;
    line-height: 1.2;
 }
.right-item {
    /* margin-left: 100px !important; */
    /*padding: 10px 0px 0px 50px;*/
}
.header {
  padding-top: 25px;
  padding-bottom: 25px;
}



.brand img {
  max-width: 20rem;
  width: 100%;
  height: auto;
}

.menu .bg-light {
  border-top: 2px solid #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25271c !important;
}
a {
  color: #ff00009e;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.menu a.nav-link {
  padding: 14px 20px !important;
  font-size: 15px;
  color: #fff !important;
  cursor: pointer;
}
.menu a.nav-link:hover {
  background-color: #ff0000;
  color: #fff !important;
}
.dropdown-menu {
  background-color: initial;
  padding: 0px;
}
.dropdown-item {
  color: #fff;
  background-color: #25271c;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #ff0000;
}
.footer .dropdown-item:focus,
.footer .dropdown-item:hover {
  color: #ff0000;
  background-color: #fff;
}

.wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.left {
  text-align: left;
}

.heading {
  font-size: 22px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 15px;
  display: block;
}
.heading span {
  display: inline-block;
  border-bottom: 2px solid #ff0000;
}

.right {
  text-align: left;
}

.carousel-caption {
  position: initial;
  background-color: #fff;
  text-align: left;
}
.carousel-caption h5 {
  color: #333;
  font-size: 20px;
}

.carousel-caption p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.carousel-control-next,
.carousel-control-prev {
  top: -98px;
}

.four-section {
  margin-bottom: 35px;
}

.four-section .item {
  max-width: 100%;
}
.four-section .item .heading {
  font-size: 18px;
}

.four-section .item img {
  max-width: 100%;
}
.four-section .item h4 {
  font-size: 15px;
  margin-top: 10px;
}

.four-section .item p {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.right-tabs {
  margin-bottom: 35px;
  margin-top: 25px;
}

.right-tabs .nav-tabs .nav-item {
  font-size: 13px;
}
.tab-content .tab-pane {
  padding: 20px;
}

.right-tabs .nav-tabs a.nav-link {
  color: #333;
}

.right-tabs .nav-tabs a.nav-link.active {
  color: #4c80c2;
}
.right-tabs .tab-content {
  border: 1px solid #dedede;
}

.tab-content .tab-pane a {
  border-bottom: 1px solid #dedede;
  color: #666;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 6px 0px;
}
.tab-content .tab-pane a:hover {
  color: #4c80c2;
}

.right .item {
  text-align: left;
}
.right .item p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
}

.right .item a {
  padding: 10px 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}
.right .item a:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.right .item img {
  max-width: 100%;
}

.footer {
  background-color: #050505;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer .item {
  text-align: left;
}

.footer .heading {
  font-size: 22px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #fdfdfd;
  margin-bottom: 15px;
  display: block;
}
.footer .heading span {
  display: inline-block;
  border-bottom: 2px solid #ff0000;
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
}
.footer .item ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer .item ul li {
  color: #fff;
  font-size: 14px;
  padding: 6px 0px;
}

.footer .item ul li a {
  color: #f9f9f9;
  text-decoration: none;
}
.footer .item ul li a:hover {
  color: #ff0000;
}
.footer .item .footer-logo{
  max-width: 250px;
  width: 100%;
  margin-top: 10px;
}

.social-link li {
  display: inline-block;
}
.social-link li a {
  padding-right: 15px;
}

.social-link img{
  width: 5.5rem;
  height: fit-content;
}

.scrollTop {
  position: fixed;
  right: 5%;
  bottom: 10px;
  background-color: #ff0000;
  padding: 15px 20px;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 16px;
  color: #fff;
}

.links a {
  color: #ff0000;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}
.links a i {
  margin-right: 10px;
  color: #ff0000;
}

.links a:hover {
  color: #ff0000;
}


@media screen and (max-width:767px) {
    body iframe {
      width: 100% !important;
    }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  opacity: 1 !important;
}
