/*===========================================
Template Name: TenNews - Bootstrap News Agency Template
Author: Md Tahmidur Rahman
Author URL: http://snazzytheme.com/
Version: 1.1
---------------------------------------------
CSS INDEX
=========
01. Base Style
02. Preloader
03. Top Bar
04. Logo Area
05. Menu Area
06. Mobile Menu
07. Web Ticker
08. Slider Area
09. Slider Area 2
10. Slider Area 3
11. International, Lifestyle &  Business
12. News Area
13. News Area 2
14. More News Area
15. Gallery
16. International & Lifestyle
17. Breadcrumb Area
18. About Area
19. Category Area
20. News Details Area
21. Contact Area
22. Faq Area
23. 404 Area
24. Footer Area
==============================================*/
/* ====================
01. Base style
==================== */
html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #ffba24;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efd86a;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
body {
  font-size: 16px;
  color: #555555;
  letter-spacing: 0.2px;
  font-family: "Roboto", sans-serif;
}
h1,
h1 a {
  font-size: 40px;
}
h2,
h2 a {
  font-size: 32px;
}
h3,
h3 a {
  font-size: 28px;
}
h4,
h4 a {
  font-size: 24px;
}
h5,
h5 a {
  font-size: 20px;
}
h6,
h6 a {
  font-size: 18px;
}
h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}
a,
button,
li,
p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  letter-spacing: 0.2px;
}
a,
a:hover {
  color: #007bff;
}
ul {
  padding: 0;
  margin: 0;
}
a:active,
a:focus,
a:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: none;
}
a,
button {
  transition: 0.2s ease;
}
input:focus,
textarea:focus {
  outline: none;
}
.padding-fix {
  padding-left: 0;
  padding-right: 0;
}
.padding-fix-r {
  padding-right: 0;
}
.padding-fix-l {
  padding-left: 0;
}
.margin-fix {
  margin-left: 0;
  margin-right: 0;
}
.owl-carousel .owl-item {
  transform: translateZ(0);
}
.owl-carousel .owl-item img {
  transform-style: unset;
}
/* =======================================
02. Preloader
======================================= */
.preloader {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.preloader .load-list {
  width: 50px;
  height: 50px;
  position: relative;
  top: 50%;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.preloader .load-list .load {
  position: absolute;
  background: #ffba24;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.preloader .load-list .load2 {
  background: #fff3b9;
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* =======================================
03. Top Bar
======================================= */
.top-bar {
  height: 45px;
  border-bottom: 1px solid #eeeeee;
}
.top-bar .bar-left {
  margin-top: 12px;
}
.top-bar .bar-left ul li {
  color: #666666;
  margin-right: 10px;
}
.top-bar .bar-left ul li a {
  color: #666666;
}
.top-bar .bar-left ul li a:hover {
  color: #ffba24;
}
.top-bar .bar-left ul li i {
  margin-right: 8px;
  color: #969696;
}
.top-bar .bar-left ul li:nth-child(2) {
  margin-right: 25px;
  position: relative;
}
.top-bar .bar-left ul li:nth-child(2):before {
  position: absolute;
  content: "";
  background: #969696;
  width: 1px;
  height: 13px;
  top: 5px;
  right: -15px;
}
.top-bar .bar-social {
  margin-top: 12px;
}
.top-bar .bar-social ul li a {
  color: #ffffff;
  display: block;
  padding: 4px;
  background-color: #ffba24;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 2px;
}
.top-bar .bar-social ul li a:hover {
  color: #fff3b9;
}
/* =======================================
04. Logo Area
======================================= */
.logo-area {
  height: 100px;
}
.logo-area .logo {
  margin-top: 20px;
}
.logo-area .logo h1 {
  font-family: "channel_tuningregular", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #02b4de;
  font-size: 2.5em;
  display: inline-block;
  margin: 0;
}
.logo-area .logo .tag-line {
  margin-left: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.4em;
  color: #ffba24;
}
.logo-area .logo .tag-line2 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.4em;
  color: #ffba24;
}
.logo-area .searchbar {
  margin-top: 28px;
}
.logo-area .searchbar form {
  position: relative;
  width: 275px;
  float: right;
}
.logo-area .searchbar form input {
  width: 93%;
  height: 42px;
  border: 1px solid #ffba24;
  border-radius: 2px;
  padding-left: 15px;
}
.logo-area .searchbar form input.placeholder {
  font-style: italic;
  color: #969696;
}
.logo-area .searchbar form input:-moz-placeholder {
  font-style: italic;
  color: #969696;
}
.logo-area .searchbar form input::-moz-placeholder {
  font-style: italic;
  color: #969696;
}
.logo-area .searchbar form input:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}
.logo-area .searchbar form input::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}
.logo-area .searchbar form input:focus {
  border-color: #ffba24;
}
.logo-area .searchbar form button {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 28px;
  height: 28px;
  background: #ffba24;
  color: #fff;
  border: none;
  border-radius: 2px;
}
/* =======================================
05. Menu Area
======================================= */
.menu-area {
  background: #f5f5f5;
  height: 55px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.menu-area .main-menu {
  margin-top: 12px;
}
.menu-area .main-menu ul li {
  position: relative;
}
.menu-area .main-menu ul li a {
  color: white;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
  padding: 5px 0 12px;
}
.menu-area .main-menu ul li a i {
  color: #969696;
}
.menu-area .main-menu ul li a:hover {
  cursor: pointer;
  color: #ffba24;
}
.menu-area .main-menu ul li a:hover i {
  color: #ffba24;
}
.menu-area .main-menu ul li ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 150px;
  border: 1px solid #eeeeee;
  border-top: 3px solid #ffba24;
  padding: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  transform-origin: center top 0;
  transition: 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.menu-area .main-menu ul li ul.dropdown li {
  position: relative;
}
.menu-area .main-menu ul li ul.dropdown li a {
  padding: 8px 20px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-right: 0;
}
.menu-area .main-menu ul li ul.dropdown li a i {
  float: right;
  color: #666666;
  margin-top: 3px;
}
.menu-area .main-menu ul li ul.dropdown li a:hover {
  background: #eeeeee;
  color: #ffba24;
}
.menu-area .main-menu ul li ul.dropdown li a:hover i {
  color: #ffba24;
}
.menu-area .main-menu ul li ul.dropdown li ul.dropdown-sub {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 175px;
  border: 1px solid #eeeeee;
  border-top: 3px solid #ffba24;
  padding: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  transform-origin: center top 0;
  transition: 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.menu-area .main-menu ul li ul.dropdown li ul.dropdown-sub li a {
  font-weight: normal;
}
.menu-area .main-menu ul li ul.dropdown li:hover ul.dropdown-sub {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .main-menu ul li:hover ul.dropdown {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .main-menu ul li.mega-vd {
  position: inherit;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery {
  position: absolute;
  left: 15px;
  top: 100%;
  background: #222222;
  border-top: 3px solid #ffba24;
  width: calc(134% - 35px);
  padding: 40px;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  transform-origin: center top 0;
  transition: 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider {
  position: relative;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img {
  position: relative;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img img {
  margin-bottom: 10px;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a {
  color: #fff;
  background: #444444;
  padding: 8px 20px;
  border-radius: 6px;
  position: absolute;
  top: 39%;
  left: 40%;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a i {
  color: #fff;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a:hover i {
  color: #ffba24;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-content p a {
  color: #969696;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-content p a:hover {
  color: #ffba24;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 36px;
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  border-radius: 2px;
  z-index: 999;
  margin-top: -25px;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div:hover {
  background-color: #ffba24;
}
.menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div.owl-next {
  left: inherit;
  right: -40px;
}
.menu-area .main-menu ul li.mega-vd:hover ul.v-gallery {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .main-menu ul li.mega-mnu {
  position: inherit;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu {
  position: absolute;
  left: 15px;
  top: 100%;
  background: #fff;
  border-top: 3px solid #ffba24;
  width: calc(134% - 35px);
  padding: 30px;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  transform-origin: center top 0;
  transition: 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li a {
  color: #666666;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li a:hover {
  color: #ffba24;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li:last-child a {
  margin-bottom: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box {
  margin-bottom: 15px;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .lat-img a {
  padding: 0;
  margin: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .lat-img a img {
  max-width: 85px;
  margin-right: 10px;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p {
  margin-bottom: 3px;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p a {
  color: #666666;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p a:hover {
  color: #ffba24;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content span {
  color: #969696;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box:last-child {
  margin-bottom: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box {
  margin-bottom: 15px;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .pop-img a {
  padding: 0;
  margin: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .pop-img a img {
  max-width: 85px;
  margin-right: 10px;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p {
  margin-bottom: 3px;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p a {
  color: #666666;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p a:hover {
  color: #ffba24;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content ul li {
  color: #fff3b9;
  margin-right: 1px;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box:last-child {
  margin-bottom: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 55px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
.menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .glry-box img {
  max-width: 89px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.menu-area .main-menu ul li.mega-mnu:hover ul.mega-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .clock {
  margin-top: 17px;
}
.menu-area .clock span#dg-clock {
  color: #fff;
  background: #ffba24;
  text-transform: uppercase;
  padding: 10px 15px 8px;
  border-radius: 2px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.menu-area.menu-black {
  background: #222222;
}
.menu-area.menu-black .main-menu ul li a {
  color: #eeeeee;
}
.menu-area.menu-black .main-menu ul li a:hover {
  color: #ffba24;
}
.menu-area.menu-black .main-menu ul li ul.dropdown li a {
  color: #444444;
}
.menu-area.menu-black .main-menu ul li ul.dropdown li a:hover {
  color: #ffba24;
}
/* ====================
06. Mobile Menu
==================== */
.mobile-menu-area {
  display: none;
}
@media (max-width: 767px) {
  .logo-area,
.menu-area,
.top-bar,
.top-news {
    display: none;
  }
  /*h1.logo {
    font-family: "channel_tuningregular", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #dae8ec;
    font-size: 2em;
    display: inline-block;
    margin: 0;
  } */
    span.logo {
    margin-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.3em;
    color: #ffba24;
  }
  span.tag-line {
    margin-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.3em;
    color: #ffba24;
  }
}
.mean-container .mean-bar {
  background: #5881bb;
  float: none;
  z-index: 999;
  text-align: center;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-bar .logo h1 {
  font-family: "channel_tuningregular", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #02b4de;
  font-size: 2.5em;
  display: inline-block;
  margin: 0;
}
.mean-container .mean-bar .logo .tag-line {
  margin-left: 10px;
  font-family: "Brush Script MT", cursive;
  font-weight: normal;
  font-style: italic;
  font-size: 2em;
  color: #ffba24;
}
.mean-container .mean-bar .meanmenu-reveal {
  color: #dae8ec;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  margin-top: 23px;
  margin-right: 30px;
}
.mean-container .mean-bar .meanmenu-reveal span {
  display: block;
  background: #dae8ec;
  height: 2px;
  margin-top: 4px;
}
.mean-container .mean-bar nav.mean-nav {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 0;
  text-align: left;
}
.mean-container .mean-bar nav.mean-nav a img {
  margin: 3px 3px 8px 10px;
  max-width: 160px;
}
.mean-container .mean-bar nav.mean-nav ul {
  margin-top: 18px;
  text-align: left;
  padding: 0 30px;
}
.mean-container .mean-bar nav.mean-nav ul li {
  position: relative;
}
.mean-container .mean-bar nav.mean-nav ul li a {
  color: #dae8ec;
  display: block;
  padding: 6px 0;
  border-bottom: none;
  letter-spacing: 0.5px;
}
.mean-container .mean-bar nav.mean-nav ul li a:hover {
  color: #ffffff;
  cursor: pointer;
}
.mean-container .mean-bar nav.mean-nav ul li a:active {
  font-weight: bold;
}
.mean-container .mean-bar nav.mean-nav ul li:nth-child(1) a {
  border-top: 1px solid #5881bb;
}
.mean-container .mean-bar nav.mean-nav ul li .mean-expand {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -6px;
  z-index: 2;
  background: transparent;
  border: none !important;
}
.mean-container .mean-bar nav.mean-nav ul li .mean-expand:hover {
  background: transparent;
}
.mean-container .mean-bar nav.mean-nav ul li ul {
  padding-left: 20px;
  margin-top: 10px;
}
.mean-container .mean-bar nav.mean-nav ul li ul li a {
  border: none !important;
}
/* =======================================
08. Widget Slider Area
======================================= */
.widget-slider .slider-item img {
  margin-bottom: 15px;
}

.widget-slider .slider-item h5 {
  margin-bottom: 5px;
}

.widget-slider .slider-item h5 a {
  color: #444444;
  font-weight: 600;
}

.widget-slider .slider-item h5 a:hover {
  color: #d32f2f;
}

.widget-slider .slider-item p {
  font-size: 13px;
  color: #969696;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}

.widget-slider .slider-item p:before {
  position: absolute;
  content: '';
  background: #d32f2f;
  width: 55px;
  height: 1px;
  bottom: 0;
  left: 39%;
}

.widget-slider .slider-item ul li a i {
  font-size: 13px;
  color: #969696;
}

.widget-slider .slider-item ul li a i:hover {
  color: #d32f2f;
}

.widget-slider .owl-nav div {
  position: absolute;
  top: -64px;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 999;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.widget-slider .owl-nav div i {
  display: block;
}

.widget-slider .owl-nav div:hover {
  background: #ffba24;
  color: #fff;
  border-color: #ffba24;
}

.widget-slider .owl-nav div.owl-prev {
  right: 25px;
}
/*11. Post Content Area
======================================= */
.inner p {
  margin-bottom: 1rem !important;
}
.inner a {
  color: #007bff;
}
.inner li {
  border-top: solid 1px #ffba24 ;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.inner li:nth-child(1) {border: none;
}

.card-box a {
  color: #007bff;
}

.img-content a {
  color: #007bff;
}
/* =======================================
12. News Area
======================================= */
.news-area {
  padding-bottom: 15px;
}
.news-area .latest-news {
  margin-bottom: 30px;
}
.news-area .latest-news .tab-box {
  padding-bottom: 8px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff3b9;
}
.news-area .latest-news .tab-box .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.news-area .latest-news .tab-box .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.news-area .latest-news .tab-box ul.nav {
  border: none;
}
.news-area .latest-news .tab-box ul.nav li.nav-item {
  margin: 0;
}
.news-area .latest-news .tab-box ul.nav li.nav-item a.nav-link {
  border: none;
  color: #666666;
  font-weight: 500;
  padding: 3px 8px;
  margin-right: 5px;
}
.news-area .latest-news .tab-box ul.nav li.nav-item a.nav-link.active {
  color: #ffba24;
}
.news-area .latest-news .tab-box ul.nav li.nav-item:last-child a.nav-link {
  padding-right: 0;
  margin-right: 0;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-bg img {
  margin-bottom: 20px;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-bg h6 {
  margin-bottom: 10px;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-bg h6 a {
  color: #444444;
  font-weight: 600;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-bg h6 a:hover {
  color: #ffba24;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-bg ul {
  margin-bottom: 10px;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-bg ul li:first-child {
  color: #fff;
  background: #ffba24;
  padding: 4px 12px 3px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
  margin-right: 20px;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-bg ul li:last-child {
  color: #969696;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-bg p {
  color: #666666;
  line-height: 23px;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-sm {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-sm .lt-img a img {
  margin-right: 15px;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-sm .img-content p {
  margin-bottom: 6px;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-sm .img-content p a {
  color: #444444;
  font-weight: 500;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-sm .img-content p a:hover {
  color: #ffba24;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-sm .img-content span {
  color: #969696;
}
.news-area .latest-news .tab-content .tab-pane .lt-item-sm:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-area .pop-news .sec-title {
  border-bottom: 1px solid #fff3b9;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.news-area .pop-news .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  text-decoration-color: #ffba24;
}
/*
.news-area .pop-news .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 120px;
  height: 2px;
  bottom: -9px;
  left: 0;
}
*/
.news-area .pop-news .sec-title2 {
  border-bottom: 1px solid #fff3b9;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.news-area .pop-news .sec-title2 h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  text-decoration-color: #ffba24;
}
/*
.news-area .pop-news .sec-title2 h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 120px;
  height: 2px;
  bottom: -9px;
  left: 0;
}
*/
.news-area .pop-news .popular-slider {
  position: relative;
}
.news-area .pop-news .popular-slider .popular-item .pop-box {
  margin-bottom: 30px;
}
.news-area .pop-news .popular-slider .popular-item .pop-box .pop-img a img {
  display: inline-block;
  margin-bottom: 15px;
}
.news-area .pop-news .popular-slider .popular-item .pop-box .img-content p {
  margin-bottom: 10px;
}
.news-area .pop-news .popular-slider .popular-item .pop-box .img-content p a {
  color: #444444;
  font-weight: 500;
}
.news-area .pop-news .popular-slider .popular-item .pop-box .img-content p a:hover {
  color: #ffba24;
}
.news-area .pop-news .popular-slider .popular-item .pop-box .img-content ul li {
}
.news-area .pop-news .popular-slider .popular-item .pop-box .img-content ul li:first-child {
  color: #fff;
  background: #ffba24;
  padding: 4px 12px 2px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
  margin-right: 10px;
}
.news-area .pop-news .popular-slider .popular-item .pop-box .img-content ul li:last-child {
  color: #969696;
}
.news-area .pop-news .popular-slider .owl-nav div {
  position: absolute;
  top: -55px;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  text-align: center;
  padding-top: 2px;
  border-radius: 2px;
  z-index: 999;
  transition: 0.2s ease;
}
.news-area .pop-news .popular-slider .owl-nav div i {
  display: block;
}
.news-area .pop-news .popular-slider .owl-nav div:hover {
  background: #ffba24;
  color: #fff;
  border-color: #ffba24;
}
.news-area .pop-news .popular-slider .owl-nav div.owl-prev {
  right: 25px;
}
.news-area .follow-widget {
  margin-bottom: 20px;
}
.news-area .follow-widget .sec-title {
  border-bottom: 1px solid #fff3b9;
  padding-bottom: 9px;
  margin-bottom: 15px;
}
.news-area .follow-widget .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  text-decoration-color: #ffba24;
}
/*
.news-area .follow-widget .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 150px;
  height: 2px;
  bottom: -10px;
  left: 0;
}
*/
.news-area .follow-widget ul li {
  float: left;
  width: 31.8%;
  margin-bottom: 8px;
  margin-right: 8px;
}
.news-area .follow-widget ul li a {
  padding: 25px 0 23px;
  text-align: center;
  display: block;
  border-radius: 2px;
}
.news-area .follow-widget ul li a i {
  color: #fff;
  margin-bottom: 12px;
}
.news-area .follow-widget ul li a p {
  color: #fff;
}
.news-area .follow-widget ul li:nth-child(1) a {
  background: #4c66a3;
}
.news-area .follow-widget ul li:nth-child(2) a {
  background: #2fc2ee;
}
.news-area .follow-widget ul li:nth-child(3) {
  margin-right: 0;
}
.news-area .follow-widget ul li:nth-child(3) a {
  background: #ff680d;
}
.news-area .follow-widget ul li:nth-child(4) {
  margin-bottom: 0;
}
.news-area .follow-widget ul li:nth-child(4) a {
  background: #0e76a8;
}
.news-area .follow-widget ul li:nth-child(5) {
  margin-bottom: 0;
}
.news-area .follow-widget ul li:nth-child(5) a {
  background: #cf3e28;
}
.news-area .follow-widget ul li:nth-child(6) {
  margin-right: 0;
  margin-bottom: 0;
}
.news-area .follow-widget ul li:nth-child(6) a {
  background: #e42c27;
}
.news-area .add-widget {
  margin-bottom: 40px;
  position: relative;
}
.news-area .add-widget .add-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
.news-area .add-widget .add-layer p {
  color: #fff;
  max-width: 230px;
  margin: auto auto 35px;
}
.news-area .add-widget .add-layer a {
  color: #fff;
  background: #d32f2f;
  text-transform: uppercase;
  padding: 10px 15px 8px;
  border-radius: 2px;
  font-weight: 500;
}
.news-area .tab-widget .sec-title {
  border-bottom: 1px solid #fff3b9;
  padding-bottom: 9px;
  margin-bottom: 25px;
}
.news-area .tab-widget .sec-title h5 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.news-area .tab-widget .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 150px;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.fa-fw1{color:#17a2b8; width: 1.28571429em;
    text-align: center;}
.fa-fw2{color:deeppink; width: 1.28571429em;
    text-align: center;}
.news-area .tab-widget ul.nav {
  border-bottom: none;
  background: #fff3b9;
  border: 1px solid #fff3b9;
  margin-bottom: 25px;
  border-bottom: none;
}
.news-area .tab-widget ul.nav li.nav-item {
  width: 33.336%;
  text-align: center;
  margin-bottom: 0;
}
.news-area .tab-widget ul.nav li.nav-item a.nav-link {
  border: none;
  border-radius: 0;
  font-weight: 500;
  padding: 8px 0;
}
.news-area .tab-widget ul.nav li.nav-item a.nav-link.active {
  background: #fff;
  color: #ffba24;
}
.news-area .tab-widget .tab-content .tab-pane .rec-item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-area .tab-widget .tab-content .tab-pane .rec-item .rec-img a img {
  margin-right: 15px;
}
.news-area .tab-widget .tab-content .tab-pane .rec-item .img-content p {
  margin-bottom: 6px;
}
.news-area .tab-widget .tab-content .tab-pane .rec-item .img-content p a {
  color: #444444;
  font-weight: 500;
}
.news-area .tab-widget .tab-content .tab-pane .rec-item .img-content p a:hover {
  color: #ffba24;
}
.news-area .tab-widget .tab-content .tab-pane .rec-item .img-content span {
  color: #969696;
}
.news-area .tab-widget .tab-content .tab-pane .rec-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-area .tab-widget .tab-content .tab-pane .pop-item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-area .tab-widget .tab-content .tab-pane .pop-item .pop-img a img {
  margin-right: 15px;
}
.news-area .tab-widget .tab-content .tab-pane .pop-item .img-content p {
  margin-bottom: 6px;
}
.news-area .tab-widget .tab-content .tab-pane .pop-item .img-content p a {
  color: #444444;
  font-weight: 500;
}
.news-area .tab-widget .tab-content .tab-pane .pop-item .img-content p a:hover {
  color: #ffba24;
}
.news-area .tab-widget .tab-content .tab-pane .pop-item .img-content ul li {
  color: #fff3b9;
  margin-right: 1px;
}
.news-area .tab-widget .tab-content .tab-pane .pop-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-area .tab-widget .tab-content .tab-pane .com-item {
  margin-bottom: 15px;
}
.news-area .tab-widget .tab-content .tab-pane .com-item .com-img a img {
  background: #e5e5e5;
  padding: 10px 6px 0;
  border-radius: 2px;
  margin-right: 15px;
}
.news-area .tab-widget .tab-content .tab-pane .com-item .img-content p a {
  color: #666666;
  line-height: 28px;
}
.news-area .tab-widget .tab-content .tab-pane .com-item .img-content p a span {
  color: #444444;
  font-weight: 600;
  margin-right: 5px;
}
.news-area .tab-widget .tab-content .tab-pane .com-item .img-content p a span:hover {
  color: #ffba24;
}
.news-area .tab-widget .tab-content .tab-pane .com-item:last-child {
  margin-bottom: 0;
}
/* =======================================
21. Contact Area
======================================= */
 .contact-form form#ajax-contact p input {
  width: 100%;
  height: 45px;
  border: 1px solid #dddddd;
  padding-left: 15px;
  margin-bottom: 25px;
}
 .contact-form form#ajax-contact p input.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
.contact-form form#ajax-contact p input:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
.contact-form form#ajax-contact p input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
.contact-form form#ajax-contact p input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
.contact-form form#ajax-contact p input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
 .contact-form form#ajax-contact p input:focus {
  border-color: #ffba24;
}
 .contact-form form#ajax-contact p input:focus {
  border-color: #ffba24;
}
 .contact-form form#ajax-contact p textarea {
  width: 100%;
  height: 190px;
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 5px;
}
 .contact-form form#ajax-contact p textarea.placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
 .contact-form form#ajax-contact p textarea:-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
 .contact-form form#ajax-contact p textarea::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
 .contact-form form#ajax-contact p textarea:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
 .contact-form form#ajax-contact p textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #969696;
}
 .contact-form form#ajax-contact p textarea:focus {
  border-color: #ffba24;
}
 .contact-form form#ajax-contact button {font-size: 15px;
  color: #fff;
  background: #ffba24;
  border: none;
  padding: 10px 25px;
  border-radius: 2px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.contact-form form#ajax-contact #form-messages.error{
  color: black;
  margin-top: 20px;
  background-color: yellow;
  padding: 10px;
}
.contact-form form#ajax-contact #form-messages.success{
  color: white;
  margin-top: 20px;
  padding: 10px;
  background-color: green;
}
/*the container must be positioned relative:*/
.custom-selected {
  position: relative;
}
.custom-selected select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #fff3b9;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #777777 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #777777 transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #777;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff3b9;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #fbe974;
}
/* =======================================
17. Breadcrumb Area
======================================= */
.breadcrumb-area .breadcrumb-box {
 padding: 16px 0 15px;
}
.breadcrumb-area .breadcrumb-box ul li {
  color: #666666;
  margin-right: 1px;
}
.breadcrumb-area .breadcrumb-box ul li a {
  color: #ffba24;
}
.breadcrumb-area .breadcrumb-box ul li i {
  color: #969696;
}
/* =======================================
23. 404 Area
======================================= */
.error-msg {
  padding: 40px 0 120px;
}
.error-msg .error-box h1 {
  font-size: 262px;
  color: #222222;
  font-weight: 700;
}
.error-msg .error-box h1 span {
  color: #ffba24;
  margin: 0 10px;
}
.error-msg .error-box h3 {
  color: #444444;
  font-weight: 600;
  margin-bottom: 25px;
}
.error-msg .error-box p {
  font-size: 18px;
  color: #969696;
  font-weight: 500;
  margin-bottom: 35px;
}
.error-msg .error-box a {
  font-size: 16px;
  color: #ffba24;
  background: #fff;
  padding: 10px 30px;
  font-weight: 500;
  border: 1px solid #ffba24;
  border-radius: 2px;
  display: inline-block;
}
.error-msg .error-box a i {
  margin-right: 8px;
}
.error-msg .error-box a:hover {
  background: #ffba24;
  color: #fff;
}
/* =======================================
24. Footer Area
======================================= */
footer.footer-area {
  background: #fff3b9;
  padding: 40px 0 10px 0;
}
footer.footer-area .f-about .sec-title h5 {
  color: #ffba24;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  text-decoration-color: #ffba24;
}
/*
footer.footer-area .f-about .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 85px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
*/
footer.footer-area .f-about img {
  margin-bottom: 30px;
}
footer.footer-area .f-about p {
  color: #777777;
  line-height: 28px;
  margin-bottom: 15px;
}
footer.footer-area .f-about ul.f-contact {
  margin-bottom: 35px;
}
footer.footer-area .f-about ul.f-contact li {
  color: #777777;
  margin-bottom: 12px;
}
footer.footer-area .f-about ul.f-contact li i {
  width: 35px;
}
footer.footer-area .f-about ul.f-contact li:last-child {
  margin-bottom: 0;
}
footer.footer-area .f-about ul.f-social li a {
  color: #ffffff;
  display: block;
  padding: 4px;
  background-color: #ffba24;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 2px;
}
footer.footer-area .f-about ul.f-social li a:hover {
  color: #fff3b9;
}
footer.footer-area .f-service {
  padding-left: 25px;
}
footer.footer-area .f-service .sec-title h5 {
  color: #ffba24;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-decoration: underline;
    text-underline-offset: 0.6em;
    text-decoration-color: #ffba24;
}
/*
footer.footer-area .f-service .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 85px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
*/
footer.footer-area .f-service ul.service-list li {
  margin-bottom: 14px;
}
footer.footer-area .f-service ul.service-list li a {
  color: #777777;
}
footer.footer-area .f-service ul.service-list li a i {
  color: #666666;
  margin-right: 15px;
}
footer.footer-area .f-service ul.service-list li a:hover {
  color: #ffba24;
}
footer.footer-area .f-service ul.service-list li a:hover i {
  color: #ffba24;
}
footer.footer-area .f-service ul.service-list li:last-child {
  margin-bottom: 0;
}
footer.footer-area .f-post .sec-title h5 {
  color: #ffba24;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
footer.footer-area .f-post .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 90px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
footer.footer-area .f-post .post-box {
  margin-bottom: 16px;
}
footer.footer-area .f-post .post-box .post-img a img {
  max-width: 65px;
  margin-right: 10px;
}
footer.footer-area .f-post .post-box .post-con p {
  margin-bottom: 5px;
}
footer.footer-area .f-post .post-box .post-con p a {
  color: #777777;
}
footer.footer-area .f-post .post-box .post-con p a:hover {
  color: #ffba24;
}
footer.footer-area .f-post .post-box .post-con span {
  color: #666666;
}
footer.footer-area .f-post .post-box:last-child {
  margin-bottom: 0;
}
footer.footer-area .f-newsltr .sec-title h5 {
  color: #ffba24;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
footer.footer-area .f-newsltr .sec-title h5:before {
  position: absolute;
  content: "";
  background: #ffba24;
  width: 90px;
  height: 1px;
  bottom: -9px;
  left: 0;
}
footer.footer-area .f-newsltr form.news-letter input {
  width: 100%;
  height: 45px;
  border: 1px solid #555555;
  color: #fff;
  background: transparent;
  border-radius: 2px;
  padding-left: 15px;
  margin-bottom: 22px;
}
footer.footer-area .f-newsltr form.news-letter input.placeholder {
  font-style: italic;
  color: #969696;
}
footer.footer-area .f-newsltr form.news-letter input:-moz-placeholder {
  font-style: italic;
  color: #969696;
}
footer.footer-area .f-newsltr form.news-letter input::-moz-placeholder {
  font-style: italic;
  color: #969696;
}
footer.footer-area .f-newsltr form.news-letter input:-ms-input-placeholder {
  font-style: italic;
  color: #969696;
}
footer.footer-area .f-newsltr form.news-letter input::-webkit-input-placeholder {
  font-style: italic;
  color: #969696;
}
footer.footer-area .f-newsltr form.news-letter input:focus {
  border-color: #ffba24;
}
footer.footer-area .f-newsltr form.news-letter button {
  color: #fff;
  background: #444444;
  border: none;
  width: 100%;
  height: 43px;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
footer.footer-area .f-newsltr form.news-letter button:hover {
  background: #ffba24;
}
footer.footer-area .f-menu {
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 25px;
}
footer.footer-area .f-menu a {
  color: #777777;
  font-weight: 500;
  text-transform: uppercase;
}
footer.footer-area .f-menu a:hover {
  color: #ffba24;
}
.footer-btm {
  background: #fff3b9;
}
.footer-btm .copyright-text p {
  font-size: 13px;
  color: #666666;
}
.footer-btm .copyright-text p i {
  font-size: 14px;
  color: #ffba24;
  margin: 0 2px;
}
.footer-btm .copyright-text p a {
  font-size: 13px;
  color: #ffba24;
}
.footer-btm .copyright-text p a:hover {
  text-decoration: underline;
}
.footer-btm .ftb-menu ul li {
  margin-right: 10px;
}
.footer-btm .ftb-menu ul li a {
  color: #666666;
}
.footer-btm .ftb-menu ul li a:hover {
  color: #ffba24;
}
.footer-btm .ftb-menu ul li:last-child {
  margin-right: 0;
}
.footer-btm .back-to-top a {
  position: fixed;
  bottom: 80px;
  right: 40px;
  color: #fff;
  background: #5881bb;
  padding: 2px 10px;
  border: none;
  border-radius: 2px;
  z-index: 9999;
  display: none;
}
.footer-btm .back-to-top a:hover {
  background: #ffba24;
  border-color: #ffba24;
}/*# sourceMappingURL=style.css.map */