/* earthlink header */
/* fix header start */
.newClass .bg-gray {
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
/* fix header end */

p:last-child,
.entry-txt:last-child {
  margin-bottom: 0;
}

.bg-gray {
  background-color: #57585c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.bg-orange {
  background-color: #f78d1e;
}

.common-sec {
  padding: 2rem 0;
}

.box-shadow {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.common-btn {
  background-image: -moz-linear-gradient(33deg, #03c5cf 0%, #4facfe 100%);
  background-image: -webkit-linear-gradient(33deg, #03c5cf 0%, #4facfe 100%);
  background-image: -ms-linear-gradient(33deg, #03c5cf 0%, #4facfe 100%);
  background-image: linear-gradient(33deg, #03c5cf 0%, #4facfe 100%);
  border: none;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  font-weight: 600;
}
.common-btn:hover,
.common-btn:focus {
  color: #fff;
}

.brand-assets-sec {
  padding: 1rem 0;
  color: #ffffff;
  background-color: #f78d1e;
  background-image: url(../img/footer-logo-50-percent@2x.png);
  background-repeat: no-repeat;
  background-position: right 10px;
  background-size: 550px;
}
.brand-assets-sec .brand-logo {
  max-width: 270px;
}
.brand-assets-sec .brand-logo a {
  margin-left: -15px;
}

.ext-type-bx .ext-logo-dv {
  border: 1px solid #57585c;
  padding: 1rem;
  text-align: center;
}
.ext-type-bx .ext-logo-dv .img {
  display: inline-block;
  max-width: 400px;
}
.ext-type-bx .ext-vers {
  font-size: 0.75rem;
}
.ext-type-bx .ext-vers span {
  display: inline-block;
  position: relative;
  margin-right: 0.2rem;
  padding-right: 0.5rem;
}
.ext-type-bx .ext-vers span:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #57585c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ext-type-bx .ext-vers span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.ext-type-bx .ext-vers span:last-child:after {
  display: none;
}

.home-bot-sec {
  color: #ffffff;
}

.Main-head-elink {
  -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}
.toggle-trigger {
  background: transparent;
  border: none;
  position: absolute;
  top: 13px;
  left: 8px;
  cursor: pointer;
  outline: 0 !important;
}

.lines {
  height: 2px;
  background: #444444;
  border-radius: 5px;
  display: inline-block;
  width: 25px;
  line-height: 0px;
  position: relative;
}
.lines::after,
.lines::before {
  content: "";
  height: 2px;
  background: #444444;
  border-radius: 5px;
  display: inline-block;
  width: 25px;
  position: absolute;
  left: 0;
}
.lines::after {
  top: -8px;
  transition: 0.5s ease-in-out;
}
.lines::before {
  transition: 0.5s ease-in-out;
  bottom: -8px;
}
.toggle-trigger.opening .lines {
  background: transparent;
}

.toggle-trigger.opening .lines::before {
  bottom: -0px;
}
.toggle-trigger.opening .lines::after {
  top: 0px;
}
.toggle-trigger.opening.open .lines::before {
  transform: rotate(40deg);
}
.toggle-trigger.opening.open .lines::after {
  transform: rotate(-40deg);
}

@keyframes after {
  0% {
    top: -8px;
  }
  100% {
    top: 0px;
  }
}
@keyframes before {
  0% {
    bottom: -8px;
  }
  100% {
    bottom: 0px;
  }
}

/* .fa {
  font-family: FontAwesome !important;
} */
.inner-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.elink-logo {
  min-height: 100px;
}
.elink-logo a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-bar {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  height: 100%;
}
.nav-bar > li > a {
  font-size: 20px;
  color: #57585c;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 0 14px;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  transition: 0.4s ease-in-out;
}
.nav-bar > li:hover a {
  background: #f68d1f;
  color: #fff;
}
.contain-submenu ul {
  padding: 0;
}
.contain-submenu ul li {
  padding: 10px 5px;
  position: relative;
  border-bottom: 1px solid #ffbd76;
}
.contain-submenu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 5px 9px 5px 9px;
  transform: translate(0px, 0px);
  display: inline-block;
  transition: 0.5s ease-in-out;
}

.animate-a ul li a {
  animation: achore-animate 0.5s;
}
@keyframes achore-animate {
  from {
    transform: translate(0px, 4px);
  }
  to {
    transform: translate(0px, 0px);
  }
}
.contain-submenu ul li:hover {
  transform: translate(0px, 0px);
}
.contain-submenu .drop-menu {
  position: absolute;
  display: none;
  min-width: 13em;
}
.drop-menu,
.sub-drop-menu {
  background: #f68d1f;
}

.drop-menu li {
  position: relative;
}
.drop-menu > li .sub-drop-menu {
  position: absolute;
  right: -262px;
  top: 0px;
  display: none;
}

/* top header */
.TopheaderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.TopheaderWrapper > a {
  color: #f68d1f;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-right: 15px;
}

.top-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 13px 0 0px;
}

.widget-container .top-header ul li {
  padding: 0px 0px 0px 0px;
}

.top-header ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.top-header ul li a i {
  color: #fff;
  font-size: 25px;
  margin: 0 4px;
  transition: 0.3s;
}

.top-header ul li a:hover i {
  color: #f68d1f;
}

.topEmail {
  background-color: #007dba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px 15px;
}

.topEmail a i {
  font-size: 16px;
  color: #fff;
  margin-right: 4px;
}
.topEmail a span {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.home .top-menu {
  display: none !important;
}
#custom_html-3.widget-container,
#custom_html-2.widget-container {
  margin: 0;
}
.top-menu {
  display: none !important;
}

/* end top header */
/* footer */
.container-elink {
  background-image: url("../img/footer-logo-50-percent@2x.png");
  background-repeat: no-repeat;
  background-position: 110% center;
  background-size: 480px;
}
.row-elink {
  display: flex;
  flex-direction: row;
}
.col-elink-3 {
  padding: 0px 0px 0px 36px;
  width: 25%;
  box-sizing: border-box;
}
.elink-wedget-title {
  font-size: 19px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.elink-wedget ul {
  padding: 0 0;
  margin: 10px 0 0 0;
}
.elink-wedget ul li a {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
}
.elink-wedget ul li a sub {
  position: relative;
  top: -10px;
  font-size: 70%;
}
.elink-wedget ul li a:hover {
  border-bottom: 1px solid transparent;
}
.inner-elink-ads {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.list-ads {
  max-width: 155px;
  padding: 10px;
}
.list-ads.elink-footer-logo {
  max-width: 130px;
}

.list-ads img {
  width: 100%;
}

.last-footer {
  padding: 20px 0;
  background: #000;
  text-align: center;
}
.last-footer p,
.last-footer p a {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
/* End Footer */
/* reponsive */
@media (max-width: 1024px) {
  .nav-bar > li > a {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  .toggle-trigger {
    display: none;
  }
}
@media (max-width: 959px) {
  .elink-navLink {
    display: none;
    background: #fff;
    widows: 100%;
    padding-top: 30px;
  }
  .inner-header {
    display: block;
  }
  .inner-header * {
    box-sizing: border-box;
  }
  .inner-header {
    padding: 0 0px 0 0px;
  }
  .elink-logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .Main-head-elink {
    background: rgb(246, 246, 246);
  }
  .elink-logo {
    padding: 15px 17px;
    height: 50px;
    min-height: 50px;
  }
  .elink-logo a {
    display: inline-block;
  }
  .elink-logo a img {
    height: 25px;
  }
  .nav-bar {
    display: block;
  }
  .contain-submenu ul li {
    padding: 5px 0;
  }
  .nav-bar li a {
    font-size: 16px !important;
    padding: 15px 36px 15px 36px;
  }
  .nav-bar .contain-submenu ul li a {
    padding: 5px 9px 5px 50px;
  }
  .nav-bar .contain-submenu ul li .sub-drop-menu li a {
    padding: 5px 9px 5px 80px;
  }
  .nav-bar li.contain-submenu:before {
    content: ">";
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    right: 22px;
    right: 40px;
    font-size: 16px;
    font-weight: bold;
  }
  .nav-bar li {
    position: relative;
  }

  .nav-bar li::before {
    top: 10px;
  }
  .nav-bar .contain-submenu li::before {
    top: 15px;
    color: #fff;
  }

  .drop-menu,
  .drop-menu > li .sub-drop-menu {
    width: 100%;
    position: unset;
  }

  .row-elink {
    flex-wrap: wrap;
  }
.contain-submenu .drop-menu {
    position: unset;
  }
  .Main-head-elink {
    position: relative;
  }
}
@media (max-width: 767px) {
  .col-elink-3 {
    padding: 0px 0px 30px 0px;
    width: 100%;
  }

  .TopheaderWrapper {
    padding: 8px 15px 8px;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
    background: #f68d1f;
  }

  .TopheaderWrapper > a {
    color: #fff;
  }

  .topEmail {
    display: none;
  }
  .top-header > .container {
    padding: 0px;
    max-width: 100%;
  }
}
