.menu ul li {
  margin-bottom: 15px;
}
.d-block {
  display: block;
}
.item_wrap {
  position: relative;
  overflow-y: hidden;
}
.item_wrap .img-wrap {
  overflow: hidden;
}
.item_wrap .img-wrap img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item_wrap:hover .img-wrap img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.item_wrap h3 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.item_wrap p {
  color: #fff;
  font-size: 16px;
  margin: 0px;
}
.grid_carousel.owl-theme .owl-dots {
  left: inherit;
  width: 100%;
  top: inherit;
  display: flex;
  flex-direction: row;
  bottom: -60px;
  justify-content: center;
}
.grid-do_more {
  position: relative;
}
.grid_carousel .owl-nav .owl-prev,
.grid_carousel .owl-nav .owl-next {
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  margin: 0;
  padding: 20px 12px;
  display: flex;
  align-items: center;
}
.grid_carousel .owl-nav .owl-prev:after,
.grid_carousel .owl-nav .owl-next:after {
  content: '';
  /* position: absolute; */
  width: 15px;
  height: 15px;
  bottom: 15px;
  border: 2px solid #000;
  transform: rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.grid_carousel .owl-nav .owl-prev:after {
  left: 7px;
  bottom: 14px;
  border-bottom: 0;
  border-right: 0;
}
.grid_carousel .owl-nav .owl-next:after {
  right: 7px;
  bottom: 14px;
  border-top: 0;
  border-left: 0;
}
.grid_carousel .owl-nav {
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  position: absolute;
}
.grid_carousel .owl-nav .owl-next {
  right: -55px;
  padding-left: 10px;
}
.grid_carousel .owl-nav .owl-prev {
  left: -55px;
  padding-right: 10px;
}

.tab_menu {
  margin-bottom: 10px;
}
.tab_wrap .nav-tabs {
  border-bottom: 1px solid transparent;
  margin-bottom: 15px;
}
.nav-tabs > li {
  margin-right: 10px;
}
.tab_wrap .nav-tabs > li > a {
  font-size: 32px;
  font-family: 'tungstenw05-medium', 'Oswald', sans-serif;
  color: #000;
  font-weight: 500;
  outline: none;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.tab_wrap .nav-tabs > li.active > a, .tab_wrap .nav-tabs > li.active > a:focus, .tab_wrap .nav-tabs > li.active > a:hover {
  color: #963596;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #963596;
}
.tab_wrap .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  /* left: 0px; */
  border: 1px solid #963596;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tab_wrap .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
  border-bottom: 1px solid #000;
}

.country-list {
  margin: 0px;
  padding: 0px;
}
.country-list li {
  float: left;
  width: 50%;
  list-style: none;
  margin-bottom: 10px;
}
.country-list li a {
  color: #000;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.country-list li a:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0px;
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}
.country-list li a:hover {
  color: #963596;
}
.country-list li a:hover:after {
  border: 2px solid #963596;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.tab-content .panel-default > .panel-heading {
  color: #000;
  background-color: transparent;
  border-color: #ddd;
  padding: 0px;
  position: relative;
}
.tab-content .panel-group .panel {
  /* background-color: #f9f9f9; */
  background-color: #f7f7f7;
  border-color: transparent !important;
  border: 1px solid #f8f8f8 !important;
}
.tab-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding-top: 0px;
  border-top-color: transparent;
}

.tab-content .panel-default>.panel-heading a {
  color: #000;
  display: block;
  padding: 20px 35px 20px 15px;
  border: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.tab-content .panel-default>.panel-heading a[aria-expanded="true"] {
  color: #963596;
}
/* .tab-content .panel-default>.panel-heading a[aria-expanded="false"] {
  color: #000;
} */
.tab-content .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  font-size: 30px;
  position: absolute;
  right: 12px;
  top: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tab-content .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  font-size: 30px;
  position: absolute;
  right: 12px;
  top: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


@media only screen and (max-width:1024px) {
.grid_carousel {
  margin: 0 auto;
  width: 90%;
}

}

@media only screen and (max-width:570px) {
.grid_carousel {
  width: 94%;
}
}
@media only screen and (max-width:360px) {

}