/*===== DEFAULT STYLE END ======*/
/*
Top Header Area Style
======================================================*/
.header-area {
  background-color: #ffffff;
}

.top-header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.top-header .header-left-content img {
  width: 170px;
  position: relative;
  top: 2px;
}

.top-header .header-right-content {
  float: right;
}

.top-header .header-right-content ul li {
  display: inline-block;
  color: #24416b;
  padding-left: 50px;
  position: relative;
  margin-right: 30px;
  top: 8px;
}

.top-header .header-right-content ul li:last-child {
  margin-right: 0;
}

.top-header .header-right-content ul li i {
  color: #fa4612;
  font-size: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #f3ddd0;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.top-header .header-right-content ul li span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #ff0000;
  font-weight: 500;
  margin-bottom: 2px;
}

.top-header .header-right-content ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.top-header .header-right-content ul li:hover a {
  color: #ff0000;
}

.top-header .flag-wrap {
  position: relative;
  top: -18px;
  margin-right: 40px;
}

.top-header .flag-wrap .flag-item-top {
  padding-left: 0;
}

.top-header .flag-wrap .flag-item-top .flag-bar {
  position: relative;
}

.top-header .flag-wrap .flag-item-top .flag-bar img {
  width: 40px;
}

.top-header .flag-wrap .flag-item-top .flag-bar span {
  position: absolute;
  top: 13px;
  left: 30px;
  color: #24416b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom {
  position: absolute;
  bottom: -255px;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 150px;
  left: -70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  right: 57px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
  margin-bottom: 10px;
  padding-left: 0;
  margin-right: 0;
  display: block;
  position: unset;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
  margin-bottom: 0;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
  width: 20px;
  margin-right: 5px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
  color: #fa4612;
}

.top-header .flag-wrap .flag-item-top:hover .flag-bar span {
  color: #fa4612;
}

.top-header .flag-wrap .flag-item-top:hover .flag-item-bottom {
  visibility: visible;
  opacity: 1;
  bottom: -75px;
}
