.headerx-top-left ul {
margin: 0;
padding: 0;
list-style: none;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header .navxigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navxigation > .containerx {
  position: relative;
}

.site-header .navxbar-header .navxbar-brand {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .site-header .navxbar-header .navxbar-brand {
    margin: 0 0 10px;
  }
  .site-header .navxbar-header .navxbar-brand img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .site-header .navxbar-header .navxbar-brand img {
    max-width: 135px;
  }
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #1a9172;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
    padding: 35px 15px;
  }
  .site-header #navbar > ul > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > .menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    /*content: "\f107"; */
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #1a9172;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
    -moz-box-shadow: 0 0 5px 0 #cccccc;
    -o-box-shadow: 0 0 5px 0 #cccccc;
    -ms-box-shadow: 0 0 5px 0 #cccccc;
    box-shadow: 0 0 5px 0 #cccccc;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Pro";
    /*content: "\f107"; */
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar > ul > li.current-menu-item {
    color: #fff;
  }
  .site-header #navbar > ul > li .current-menu-item a,
  .site-header #navbar > ul > li a:hover {
    color: #1a9172;
  }
}

@media screen and (min-width: 1200px) {
  .site-header #navbar > ul > li > a {
    padding: 35px 20px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Pro";
    /*content: "\f107"; */
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #1a9172;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
    -moz-box-shadow: 0 0 5px 0 #cccccc;
    -o-box-shadow: 0 0 5px 0 #cccccc;
    -ms-box-shadow: 0 0 5px 0 #cccccc;
    box-shadow: 0 0 5px 0 #cccccc;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .rowx,
  .site-header #navbar > ul .half-mega-menu .rowx {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .rowx > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navxbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .containerx {
    width: 100%;
  }
  .site-header .navxbar-header button {
    background-color: #1a9172;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 20;
  }
  .site-header .navxbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navxbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current-menu-item a {
    color: #1a9172;
  }
  .site-header #navbar .navxbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #1a9172;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header #navbar .navxbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navxbar-collapse.collapsex {
    display: none;
  }
  .site-header .navxbar-collapse.collapsex.in {
    display: block;
  }
  .site-header .navxbar-header .collapsex,
  .site-header .navxbar-toggle {
    display: block;
  }
  .site-header .navxbar-header {
    float: none;
  }
  .site-header .navxbar-right {
    float: none;
  }
  .site-header .navxbar-nav {
    float: none;
  }
  .site-header .navxbar-nav > li {
    float: none;
  }
}

/********** header style 1 **********/
.headerx-style-1 {
  /*** topbar ***/
  /*** navigation ***/
  /*** search chat info ***/
}

.headerx-style-1 .topbar {
  padding: 18px 0 14px;
}

@media (max-width: 991px) {
  .headerx-style-1 .topbar {
    padding: 12px 0 8px;
  }
}

@media (max-width: 767px) {
  .headerx-style-1 .topbar {
    text-align: center;
  }
}

.headerx-style-1 .topbar,
.headerx-style-1 .topbar a {
  color: #616d7e;
}

@media (max-width: 991px) {
  .headerx-style-1 .topbar,
  .headerx-style-1 .topbar a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.headerx-style-1 .topbar a:hover {
  color: #1b232f;
}

@media (max-width: 767px) {
  .headerx-style-1 .topbar .social-links {
    display: inline-block;
  }
}

.headerx-style-1 .topbar .social-links li {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .headerx-style-1 .topbar .social-links li {
    margin-right: 10px;
  }
}

.headerx-style-1 .topbar .social-links li:last-child {
  margin-right: 0;
}

.headerx-style-1 .topbar .contact-info-login {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .headerx-style-1 .topbar .contact-info-login {
    float: none;
    display: inline-block;
  }
}

.headerx-style-1 .topbar .contact-info-login > div {
  float: left;
}

@media (max-width: 767px) {
  .headerx-style-1 .topbar .contact-info-login > div {
    float: none;
  }
}

.headerx-style-1 .topbar .contact-info-login .email {
  margin-right: 35px;
}

@media (max-width: 991px) {
  .headerx-style-1 .topbar .contact-info-login .email {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .headerx-style-1 .topbar .contact-info-login .email {
    margin: 0 0 5px;
  }
}

.headerx-style-1 .topbar .contact-info-login i,
.headerx-style-1 .topbar .login {
  display: inline-block;
  padding-right: 3px;
}

.headerx-style-1 .topbar .login span {
  background-color: #88c057;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.headerx-style-1 .topbar .login span i {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.headerx-style-1 .topbar .login ul {
  display: inline-block;
}

.headerx-style-1 .topbar .login ul li {
  float: left;
  margin-right: 6px;
  padding-right: 6px;
  position: relative;
}

.headerx-style-1 .topbar .login ul li:after {
  content: "/";
  position: absolute;
  right: -4px;
  top: 0;
}

.headerx-style-1 .topbar .login ul li:last-child {
  margin: 0;
  padding: 0;
}

.headerx-style-1 .topbar .login ul li:last-child:after {
  display: none;
}

@media screen and (min-width: 992px) {
  .headerx-style-1 #navbar {
    margin-right: -35px;
  }
}

.headerx-style-1 .navxigation {
  background-color: #1b232f;
}

@media screen and (min-width: 992px) {
  .headerx-style-1 #navbar > ul > li > a {
    color: #99a5b7;
  }
  .headerx-style-1 #navbar > ul > li > a:hover,
  .headerx-style-1 #navbar > ul > .current-menu-ancestor > a,
  .headerx-style-1 #navbar > ul > li.current-menu-item a {
    color: #fff;
  }
}

.headerx-style-1 .search-chat-info {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

@media (max-width: 991px) {
  .headerx-style-1 .search-chat-info {
    right: 55px;
  }
  .headerx-style-1 .search-chat-info a {
    font-size: 14px;
  }
}

.headerx-style-1 .search-chat-info a {
  color: #fff;
}

.headerx-style-1 .search-chat-info .chat,
.headerx-style-1 .search-chat-info .search-sideinfo {
  float: left;
}

.headerx-style-1 .search-chat-info .chat {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .headerx-style-1 .search-chat-info .chat {
    margin-right: 15px;
  }
}

.headerx-style-1 .side-info-open-btn {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .headerx-style-1 .side-info-open-btn {
    display: none;
  }
}

.headerx-style-1 .search-sideinfo > div {
  float: left;
}

.headerx-style-1 .side-info {
  margin-left: 18px;
}

/*** header search area and side info ***/
.headerx-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}

.headerx-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .headerx-search-form form {
    width: 280px;
  }
}

.headerx-search-form form input {
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 70px 15px 20px;
}

@media (max-width: 767px) {
  .headerx-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.headerx-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.headerx-search-form form .btnx {
  background-color: #1a9172;
  width: 50px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.headerx-search-form form .btnx:focus,
.headerx-search-form form .btnx:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-info-inner {
  background-color: #1a9172;
  width: 400px;
  height: 100%;
  padding: 70px 50px;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 9999;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 991px) {
  .side-info-inner {
    display: none;
  }
}

.side-info-inner .side-info-close-btn {
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
}

.side-info-inner .side-info-close-btn:hover,
.side-info-inner .side-info-close-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-info-inner .logo {
  text-align: center;
  margin-bottom: 50px;
}

.side-info-inner .logo img {
  display: inline-block;
}

.side-info-inner .logo span {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0.3em 0 1em;
}

.side-info-inner p {
  color: #fff;
  margin: 0 0 2em;
}

.side-info-inner .info li {
  font-size: 16px;
  font-size: 1rem;
  color: #d9d9d9;
  margin: 0 0 8px;
}

.side-info-inner .info li:nth-child(2) {
  color: #f2f2f2;
}

.side-info-inner .social-links {
  margin-top: 40px;
}

.side-info-inner .social-links a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

.side-info-inner .social-links a:hover {
  color: #88c057;
}

.side-info-inner .social-links li {
  margin-right: 12px;
}

.side-info-inner .social-links li:last-child {
  margin-right: 0;
}

.toggle-side-info {
  right: 0;
}

/********** site header style 2 *************/
.headerx-style-2, .headerx-style-3 {
  /*** topbar ***/
  /*** navigation ***/
  /*** login register ***/
  /*** bottom nav ***/
}

.headerx-style-2 .topbar, .headerx-style-3 .topbar {
  background-color: #1b232f;
}

.headerx-style-2 .topbar a, .headerx-style-3 .topbar a,
.headerx-style-2 .topbar li, .headerx-style-3 .topbar li {
  color: #fff;
}

.headerx-style-2 .topbar a:hover, .headerx-style-3 .topbar a:hover {
  color: #1a9172;
}

.headerx-style-2 .topbar-inner, .headerx-style-3 .topbar-inner {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .headerx-style-2 .topbar-inner, .headerx-style-3 .topbar-inner {
    float: none;
  }
}

.headerx-style-2 .topbar-inner > div, .headerx-style-3 .topbar-inner > div,
.headerx-style-2 .topbar-inner > ul, .headerx-style-3 .topbar-inner > ul {
  float: left;
}

@media (max-width: 767px) {
  .headerx-style-2 .topbar-inner > div, .headerx-style-3 .topbar-inner > div,
  .headerx-style-2 .topbar-inner > ul, .headerx-style-3 .topbar-inner > ul {
    float: none;
    display: inline-block;
  }
}

.headerx-style-2 .topbar-inner ul li, .headerx-style-3 .topbar-inner ul li {
  float: left;
}

.headerx-style-2 .topbar-inner .chat, .headerx-style-3 .topbar-inner .chat {
  margin-right: 40px;
}

@media (max-width: 991px) {
  .headerx-style-2 .topbar-inner .chat, .headerx-style-3 .topbar-inner .chat {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .headerx-style-2 .topbar-inner .chat, .headerx-style-3 .topbar-inner .chat {
    display: block;
    margin: 0 0 5px;
  }
}

.headerx-style-2 .topbar-inner .info li, .headerx-style-3 .topbar-inner .info li {
  margin-right: 40px;
}

@media (max-width: 991px) {
  .headerx-style-2 .topbar-inner .info li, .headerx-style-3 .topbar-inner .info li {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .headerx-style-2 .topbar-inner .info li:last-child, .headerx-style-3 .topbar-inner .info li:last-child {
    margin-right: 0;
  }
}

.headerx-style-2 .topbar-inner .social-links li, .headerx-style-3 .topbar-inner .social-links li {
  margin-right: 7px;
}

.headerx-style-2 .topbar-inner .social-links li:last-child, .headerx-style-3 .topbar-inner .social-links li:last-child {
  margin-right: 0;
}

.headerx-style-2 .topbar-inner .social-links li a, .headerx-style-3 .topbar-inner .social-links li a {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .headerx-style-2 .topbar-inner .social-links, .headerx-style-3 .topbar-inner .social-links {
    display: block;
    width: 100px;
    margin: 0 auto 5px;
  }
}

.headerx-style-2 .navxigation, .headerx-style-3 .navxigation {
  /*z-index:5;*/
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

@media screen and (min-width: 992px) {
  .headerx-style-2 #navbar > ul > li > a:hover, .headerx-style-3 #navbar > ul > li > a:hover,
  .headerx-style-2 #navbar > ul > .current-menu-ancestor > a, .headerx-style-3 #navbar > ul > .current-menu-ancestor > a {
    color: #1a9172;
  }
  .headerx-style-2 #navbar > ul > li > a, .headerx-style-3 #navbar > ul > li > a {
    color: #1b232f;
    font-weight: bold;
  }
}

.headerx-style-2 .login-register, .headerx-style-3 .login-register {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .headerx-style-2 .login-register, .headerx-style-3 .login-register {
    right: 75px;
  }
}

@media (max-width: 767px) {
  .headerx-style-2 .login-register, .headerx-style-3 .login-register {
    right: 65px;
  }
}

.headerx-style-2 .login-register ul i, .headerx-style-3 .login-register ul i {
  background-color: #1a9172;
  background: -webkit-linear-gradient(top, #1a9172, #88c057);
  background: -moz-linear-gradient(top, #1a9172, #88c057);
  background: -o-linear-gradient(top, #1a9172, #88c057);
  background: -ms-linear-gradient(top, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(#1a9172), to(#88c057));
  background: linear-gradient(top, #1a9172, #88c057);
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .headerx-style-2 .login-register ul i, .headerx-style-3 .login-register ul i {
    display: none;
  }
}

.headerx-style-2 .login-register ul li, .headerx-style-3 .login-register ul li {
  float: left;
  padding-right: 6px;
  margin-right: 6px;
  position: relative;
}

@media (max-width: 767px) {
  .headerx-style-2 .login-register ul li, .headerx-style-3 .login-register ul li {
    padding-right: 4px;
    margin-right: 4px;
  }
}

.headerx-style-2 .login-register ul li:after, .headerx-style-3 .login-register ul li:after {
  content: "/";
  position: absolute;
  right: -3px;
  top: 0;
}

.headerx-style-2 .login-register ul li:last-child, .headerx-style-3 .login-register ul li:last-child {
  margin: 0;
  padding: 0;
}

.headerx-style-2 .login-register ul li:last-child:after, .headerx-style-3 .login-register ul li:last-child:after {
  display: none;
}

.headerx-style-2 .login-register a, .headerx-style-3 .login-register a {
  font-weight: bold;
  color: #1b232f;
}

@media (max-width: 767px) {
  .headerx-style-2 .login-register a, .headerx-style-3 .login-register a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.headerx-style-2 .login-register a:hover, .headerx-style-3 .login-register a:hover {
  color: #1a9172;
}

.headerx-style-2 .bottom-nav, .headerx-style-3 .bottom-nav {
  background-color: #1b232f;
  text-align: center;
}

@media (max-width: 767px) {
  .headerx-style-2 .bottom-nav, .headerx-style-3 .bottom-nav {
    display: none;
  }
}

.headerx-style-2 .bottom-nav ul, .headerx-style-3 .bottom-nav ul {
  display: inline-block;
}

.headerx-style-2 .bottom-nav ul li, .headerx-style-3 .bottom-nav ul li {
  display: inline-block;
}

.headerx-style-2 .bottom-nav ul li a, .headerx-style-3 .bottom-nav ul li a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 22px 20px;
}

@media (max-width: 1199px) {
  .headerx-style-2 .bottom-nav ul li a, .headerx-style-3 .bottom-nav ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 18px 15px;
  }
}

@media (max-width: 991px) {
  .headerx-style-2 .bottom-nav ul li a, .headerx-style-3 .bottom-nav ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 15px 8px;
  }
}

.headerx-style-2 .bottom-nav ul li a:hover, .headerx-style-3 .bottom-nav ul li a:hover {
  color: #1a9172;
}

@media screen and (min-width: 1200px) {
  .headerx-style-3 #navbar {
    margin-right: 250px;
  }
}

.headerx-style-3 .chat {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  width: 95px;
  height: 91px;
  line-height: 91px;
  text-align: center;
  position: absolute;
  top: -34px;
  right: 145px;
}

@media (max-width: 1199px) {
  .headerx-style-3 .chat {
    display: none;
  }
}

.headerx-style-3 .chat a {
  color: #fff;
}

.headerx-style-3 .chat a:hover,
.headerx-style-3 .chat a:focus {
  color: #fff;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1b232f;
  /*** about wiget ***/
  /*** link widget ***/
}

.site-footer p,
.site-footer h3,
.site-footer a,
.site-footer li {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
}

@media (max-width: 1199px) {
  .site-footer p,
  .site-footer h3,
  .site-footer a,
  .site-footer li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .site-footer p,
  .site-footer h3,
  .site-footer a,
  .site-footer li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.site-footer .widget h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.38em;
}

@media (max-width: 991px) {
  .site-footer .widget h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .site-footer .widget h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.site-footer .upper-footer {
  padding: 110px 0 100px;
  border-bottom: 1px solid #12171f;
}

@media (max-width: 1199px) {
  .site-footer .upper-footer {
    padding: 100px 0 90px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 100px 0 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .rowx > .col {
    min-height: 255px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .rowx > .col {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .rowx > .col:nth-child(2),
  .site-footer .upper-footer .rowx > .col:nth-child(4) {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .rowx > .col:nth-child(2),
  .site-footer .upper-footer .rowx > .col:nth-child(4) {
    padding-left: 15px;
  }
}

.site-footer .about-widget .site-logo {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .site-footer .about-widget .site-logo img {
    max-width: 180px;
  }
}

.site-footer .about-widget .contact-info {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .site-footer .about-widget .contact-info {
    padding-top: 10px;
  }
}

.site-footer .about-widget .contact-info li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info li {
    margin-bottom: 10px;
  }
}

.site-footer .about-widget .contact-info i {
  position: absolute;
  left: 0;
  top: 5px;
}

.site-footer .about-widget .contact-info li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .site-footer .link-widget {
    padding-left: 35px;
  }
}

.site-footer .link-widget ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .site-footer .link-widget ul li {
    margin-bottom: 12px;
  }
}

.site-footer .link-widget ul li:last-child {
  margin-bottom: 0;
}

.site-footer .link-widget ul li a:hover {
  color: #1a9172;
}

.site-footer .copyright-row {
  padding: 35px 0;
}

@media (max-width: 991px) {
  .site-footer .copyright-row {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row {
    text-align: center;
  }
}

.site-footer .copyright-row p {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .copyright-row p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.site-footer .copyright-row p a {
  color: #1a9172;
}

.site-footer .copyright-row .social-links {
  float: right;
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links {
    float: none;
    display: inline-block;
    margin-top: 8px;
  }
}

.site-footer .copyright-row .social-links li {
  margin-right: 25px;
}

@media (max-width: 991px) {
  .site-footer .copyright-row .social-links li {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links li {
    margin-right: 10px;
  }
}

.site-footer .copyright-row .social-links li:last-child {
  margin-right: 0;
}

.site-footer .copyright-row .social-links li a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer .copyright-row .social-links li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.site-footer .copyright-row .social-links a:hover {
  color: #1a9172;
}
