body {
  top: 0;
  overflow-x: hidden;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1324px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #166a2a;
}
b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}
/*align*/
.alignright {
  float: right;
  margin-left: 35px !important;
  margin-bottom: 38px;
  margin-top: 6px;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 35px !important;
  margin-bottom: 18px;
  margin-top: 6px;
  max-width: 100%;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 18px;
  margin-top: 10px;
}
.alignnone {
  float: none;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  max-width: 100%;
}
/*align*/

/*error msg*/
span.wpcf7-not-valid-tip {
  color: #fb4242;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 6px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-response-output {
  border: none;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  color: #fb4242;
  line-height: 18px;
  text-align: center;
  margin-top: 8px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  margin: 0;
  margin-top: 8px;
  border: none;
}

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #49c314;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 6px;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  border: none !important;
  color: #fb4242 !important;
  font-size: 13px !important;
  font-weight: normal;
  display: block;
  margin-top: 6px !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.gform_confirmation_message_1.gform_confirmation_message,
.gform_confirmation_message_3.gform_confirmation_message,
.gform_confirmation_message {
  border: none;
  color: #49c314;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
/*error msg*/

ol,
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 15px;
}
h2 {
  font-family: "Raleway", sans-serif;
  font-size: 39px;
  line-height: 46px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}
h3 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}
h4 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 15px;
}
h5 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}
h6 {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}
p {
  font-size: 15px;
  line-height: 23px;
  color: #555555;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

/* btns */
.th-join-btn {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  border-radius: 7px;
  padding: 0 25px;
  font-size: 16px;
  letter-spacing: 2px;
  height: 45px;
  line-height: 45px;
  background: #166a2a;
  color: #ffffff !important;
  display: inline-block;
}
.th-join-btn svg {
  margin-left: 4px;
}
.th-join-btn:hover {
  background: #25272e;
  color: #ffffff;
}
.th-readmore-btn {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #113e1c;
  font-weight: 600;
}
.th-common-btn {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  border-radius: 7px;
  padding: 0 25px;
  font-size: 14px;
  letter-spacing: 1px;
  height: 45px;
  line-height: 41px;
  background: #166a2a;
  color: #ffffff !important;
  display: inline-block;
  border: 2px solid #166a2a;
  margin-top: 20px;
  text-decoration: none!important;
}
.th-common-btn:hover {
  background-color: transparent;
  color: #166a2a !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.th-submit-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 7px;
  padding: 0 22px;
  font-size: 14px;
  letter-spacing: 1px;
  height: 40px;
  line-height: 36px;
  background: #166a2a;
  color: #ffffff;
  display: inline-block;
  margin-top: 10px;
  outline: none;
  border: none;
}
.th-submit-btn:hover {
  background-color: #449d44;
}
/* btns */

/* header */
.th-header-wrap {
  position: fixed;
  padding: 20px 0;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.6s ease;
}
.th-header-wrap .th-logo-wrap {
  padding-left: 18px;
}
.th-outer-menu {
  padding-top: 35px;
  float: right;
  padding-right: 18px;
}
.th-outer-menu .navbar {
  padding: 0;
}
.th-outer-menu ul li {
  position: relative;
}
.th-outer-menu ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 10px;
  padding: 13px 15px;
  border-radius: 2px;
}
.th-outer-menu ul li a:hover {
  color: #444444;
  background-color: #f5f5f5;
}
.th-outer-menu ul li:hover .th-submenu,
.th-outer-menu ul li:hover .sub-menu {
  display: block;
}
.th-outer-menu ul li .th-submenu,
.th-outer-menu ul li .sub-menu {
  position: absolute;
  min-width: 220px;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(72, 117, 217, 0.35);
  top: 35px;
  left: 0;
  border-top: 2px solid #166a2a;
  display: none;
}
.th-outer-menu ul li .th-submenu li a,
.th-outer-menu ul li .sub-menu li a {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  padding: 10px 15px;
  transition: all 0.2s ease-in-out;
}
.th-outer-menu ul li .th-submenu li a:hover,
.th-outer-menu ul li .sub-menu li a:hover {
  background-color: #f9f9f9;
  padding-left: 18px;
  color: #000 !important;
}
/* sticky header */
.th-sticky-header {
  transition: all 0.6s ease;
  background-color: #166a2a;
  padding: 0;
}
.th-sticky-header .th-outer-menu {
  padding-top: 21px;
}
.th-sticky-header .th-logo-wrap img {
  height: 60px;
  width: auto;
}
.th-sticky-header ul li a {
  padding: 25px 15px;
  border-radius: 0;
}
.th-sticky-header .th-logo-wrap {
  padding-top: 4px;
  padding-bottom: 4px;
}
/* sticky header */
/* header */

/* footer */
section {
  z-index: 2;
}
.th-footer {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.th-footer-top {
  position: relative;
  background-color: #333333;
  border-top: 5px solid #f6d300;
  padding: 70px 0;
}

.th-footer-top h6 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.th-footer-about p,
.th-footer-contact p {
  color: #bcc0c4;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
}
.th-footer-about .th-readmore-btn {
  color: #ffffff;
}
.th-footer-about .th-readmore-btn:hover {
  color: #166a2a;
}
.th-footer-contact {
  background-image: url(../images/map-light.png);
  background-repeat: no-repeat;
  background-position: top 20px left 18px;
  padding-left: 18px;
}
.th-footer-contact p strong {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
}
.th-footer-contact a p strong:hover {
  color: #166a2a;
}
.th-social-icons {
  padding-top: 15px;
}
.th-social-icons li {
  margin: 0 5px 5px 0;
  display: inline-block;
  vertical-align: top;
}
.th-social-icons li a {
  width: 35px;
  height: 35px;
  font-size: 17px;
  line-height: 38px;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  text-align: center;
  position: relative;
}
.th-social-icons li a svg {
  display: block;
  transition: all 0.2s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.th-social-icons li a svg:last-child {
  top: auto;
  bottom: -30px;
  transform: translate(-50%, 0);
}
.th-social-icons li a:hover svg:first-child {
  top: -30px;
  transform: translate(-50%, 0);
}
.th-social-icons li a:hover svg:last-child {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.th-social-icons li a.th-twitter:hover {
  background-color: #47daff;
  border: 1px solid #47daff;
}
.th-social-icons li a.th-facebook:hover {
  background-color: #4c81d2;
  border: 1px solid #4c81d2;
}
.th-social-icons li a.th-instagram:hover {
  background-color: #3f729b;
  border: 1px solid #3f729b;
}
.th-social-icons li a.th-youtube:hover {
  background-color: #dc2a26;
  border: 1px solid #dc2a26;
}
.th-social-icons li a.th-pinterest:hover {
  background-color: #e43333;
  border: 1px solid #e43333;
}
.th-social-icons li a.th-mail:hover {
  background-color: #6567a5;
  border: 1px solid #6567a5;
}
.th-footer-left {
  border-right: 1px solid #6f6f6f;
}
.th-footer-right {
  border-left: 1px solid #6f6f6f;
}
.th-footer-form {
  padding-left: 18px;
}
.th-footer-form ul {
  padding-top: 10px;
}
.th-footer-form ul li {
  margin-bottom: 10px;
}
.th-footer-form ul li:last-child {
  margin-bottom: 0;
}
.th-footer-form input {
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 45px;
  padding: 6px 12px 6px 35px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.th-footer-form input::placeholder {
  color: #527400;
  opacity: 1;
}
.th-footer-form input[type="text"] {
  background-image: url(../images/user.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 14px;
}
.th-footer-form input[type="email"] {
  background-image: url(../images/paper-plane.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 14px;
}
.th-footer-form .th-submit-btn {
  border: none;
  background: #166a2a;
  color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 0 40px;
  height: 40px;
}
.th-footer-form .th-submit-btn:hover {
  background-color: #449d44;
}
.th-footer-bottom {
  border-top: 1px solid #514f4f;
  padding: 25px 0 25px 0;
  background: #302d2d;
}
.th-footer-bottom p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 10px;
  color: #ffffff;
}
.th-footer-bottom p a {
  color: #ffffff;
}
.th-footer-bottom p a:hover {
  color: #166a2a;
}
.th-powered-by {
  text-align: right;
}
/* footer */

/* inner banner */
.th-inner-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  min-height: 350px;
  padding: 210px 0 80px;
  background-attachment: fixed;
}
.th-inner-banner h1 {
  font-size: 28px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
.th-breadcrumb {
  float: right;
  margin-top: 4px;
}
.th-breadcrumb ul li {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  padding-right: 18px;
  margin-right: 10px;
  position: relative;
}
.th-breadcrumb ul li:last-child::before {
  display: none;
}
.th-breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.th-breadcrumb ul li::before {
  position: absolute;
  content: "/";
  color: #fff;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  right: 0;
  top: 1px;
}
.th-breadcrumb ul li a {
  color: #ffffff;
}
.th-breadcrumb ul li a:hover {
  color: #166a2a;
}
/* inner banner */

/* sidebar */
.th-sidebar {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.th-sidebar-links {
  margin-bottom: 30px;
}
.th-sidebar-links h4 {
  background: #166a2a;
  text-align: center;
  padding: 10px 10px;
  font-weight: 500;
  border-bottom: 3px solid #105620;
  border-radius: 8px 8px 0px 0px;
  color: #ffffff;
}
.th-sidebar-links ul li {
  padding: 6px 0;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
}
.th-sidebar-links ul li:last-child {
  border: none;
}
.th-sidebar-links ul li a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #113e1c;
  background-image: url(../images/tracking-arrow.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 18px;
}
.th-sidebar-links ul li a:hover {
  color: #000000;
}
.th-join-or-donate-btn {
  margin: 0 0 30px;
}
.th-join-or-donate-btn a {
  font-family: "Lato", sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #166a2a;
  color: #ffffff;
  border-radius: 7px;
  font-family: 400;
  text-align: center;
  display: inline-block;
  width: 100%;
  background: linear-gradient(to bottom, #166a2a 0%, #1f943b 100%);
}
.th-join-or-donate-btn a span {
  font-size: 16px;
  display: block;
}
.th-join-or-donate-btn a:hover {
  background: linear-gradient(to bottom, #1f943b 0%, #166a2a 100%);
}
.th-subscribe-follow {
  text-align: center;
  margin-top: 30px;
}
.th-subscribe-follow h6 {
  font-size: 18px;
  text-align: center;
  padding: 8px 10px;
  background: #166a2a;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.th-subscribe-follow h6::before {
  position: absolute;
  content: "";
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #166a2a;
  border-bottom-color: #166a2a;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}
.th-subscribe-follow .th-social-icons li a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: none;
}
.th-subscribe-follow .th-social-icons li:last-child {
  margin-right: 0;
}
.th-subscribe-follow .th-social-icons {
  padding-top: 12px;
  text-align: center;
  padding-bottom: 15px;
}
.th-subscribe-follow form ul li {
  margin-bottom: 10px;
}
.th-subscribe-follow form ul li:last-child {
  margin-bottom: 0;
}
.th-subscribe-follow input {
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 40px;
  padding: 0px 12px;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  outline: none;
}
.th-subscribe-follow input::placeholder {
  color: #527400;
  opacity: 1;
}
.th-subscribe-follow .th-submit-btn {
  width: 100%;
  background-color: #166a2a;
  border:none;
  color: #ffffff;
}
.th-subscribe-follow .th-submit-btn:hover {
  background-color: #0b4018;
  color: #fff;
}
/* sidebar */

.scroll-to-top {
  display: none;
  z-index: 50;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  border-radius: 2px;
  border: none;
  outline: none;
  transition: all 0.6s ease;
}
.scroll-to-top:hover {
  background-color: #221e1f;
  transition: all 0.6s ease;
}
.scroll-to-top svg {
  font-size: 16px;
}
html {
  scroll-behavior: smooth;
}
.th-custom-video-section iframe {
  display: block;
  margin: 0 auto;
}
.lightbox-image-container figure {
  text-align: center;
}
@media screen and (max-width: 1500px) {
  /* header */
  .th-outer-menu ul li a {
    padding: 13px 13px;
  }
  .th-sticky-header ul li a {
    padding: 25px 13px;
  }
  /* header */
  .th-inner-banner {
  background-size: cover;
}
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 46px;
    line-height: 46px;
  }
  /* header */
  .th-outer-menu ul li a {
    padding: 13px 8px;
  }
  .th-sticky-header ul li a {
    padding: 25px 8px;
  }
  /* header */
}
@media screen and (max-width: 1300px) {
  /* header */
  .th-outer-menu ul li a {
    font-size: 14px;
  }
  .th-header-wrap .col-md-9 {
    padding-left: 0;
  }
  .th-outer-menu {
    padding-right: 0;
  }
  .th-header-wrap .th-logo-wrap {
    padding-left: 0;
  }
  .th-sticky-header ul li a {
    padding: 26px 8px 25px;
  }
  /* header */
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 42px;
    line-height: 42px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  /* header */
  .th-outer-menu ul li a {
    padding: 8px 6px;
  }
  .th-sticky-header ul li a {
    padding: 26px 6px 25px;
  }
  .th-header-wrap .col-md-3 {
    width: 22%;
  }
  .th-header-wrap .col-md-9 {
    width: 78%;
  }
  .th-outer-menu ul li .th-submenu {
    top: 30px;
  }
  /* header */
}
@media screen and (max-width: 1100px) {
  /* header */
  .th-header-wrap .col-md-3 {
    width: 20%;
  }
  .th-header-wrap .col-md-9 {
    width: 80%;
  }
  .th-outer-menu ul li a {
    padding: 8px 5px;
    font-size: 13px;
  }
  .th-sticky-header ul li a {
    padding: 26px 5px 25px;
  }
  .th-sticky-header ul li a {
    padding: 27px 5px 25px;
  }
  /* header */
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 38px;
  }
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .scroll-to-top {
    right: 20px;
    bottom: 20px;
  }
  /* header */
  .th-header-wrap {
    position: relative;
    padding: 10px 0;
    background: #166a2a;
    border-bottom: 1px solid #f5f5f5;
  }
  .th-header-wrap .th-logo-wrap img {
    height: 80px;
  }
  .th-outer-menu .navbar-toggler {
    border: none !important;
    outline: none !important;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: -80px 0 0 auto;
    height: 40px;
    width: auto;
    padding: 0;
  }
  .th-header-wrap .col-md-9,
  .th-header-wrap .col-md-3 {
    padding: 0 12px;
    width: 100%;
  }
  .th-outer-menu {
    padding-top: 0;
    float: none;
  }
  .th-outer-menu .navbar-toggler-icon {
    font-size: 22px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='4' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .th-outer-menu .navbar-nav {
    padding-top: 15px;
    text-align: center;
  }
  .th-outer-menu ul li {
    margin-bottom: 6px;
  }
  .th-outer-menu ul li a {
    padding: 8px 10px;
    font-size: 15px;
  }
  .th-sticky-header .th-outer-menu {
    padding-top: 0;
  }
  .th-outer-menu ul li .th-submenu,
  .th-outer-menu ul li .sub-menu {
    position: relative;
    min-width: unset;
    top: 0;
    margin-top: 6px;
  }
  .th-outer-menu ul li .th-submenu li,
  .th-outer-menu ul li .sub-menu li {
    margin-bottom: 0;
  }
  .th-sticky-header .th-logo-wrap {
    padding: 0;
  }
  /* header */

  /* footer */
  .th-footer-contact {
    padding-left: 0;
  }
  .th-footer-form {
    padding-left: 0;
  }
  .th-social-icons li a {
    width: 31px;
    height: 31px;
    font-size: 16px;
  }
  .th-social-icons li {
    margin: 0 3px 5px 0;
  }
  .th-footer-top {
    padding: 50px 0;
  }
  .th-footer {
    position: relative;
  }
  /* footer */

  /* inner banner */
  .th-inner-banner {
    min-height: auto;
    padding: 120px 0;
  }
  /* inner banner */
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 36px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  /* footer */
  .th-footer-top .col-md-4 {
    width: 50%;
  }
  .th-footer-top .th-footer-right {
    border: none;
    padding-top: 40px;
    width: 100%;
  }
  .th-footer-form ul {
    padding-top: 2px;
  }
  .th-footer-bottom {
    text-align: center;
  }
  .th-powered-by {
    padding-top: 10px;
    text-align: center;
  }
  .th-social-icons li {
    margin: 0 1px 5px 0;
  }
  /* footer */
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: 34px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .th-join-btn {
    padding: 0 15px;
    font-size: 15px;
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px;
  }
  .scroll-to-top {
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
  }

  /* inner banner */
  .th-breadcrumb ul li {
    padding-right: 14px;
    margin-right: 5px;
  }
  /* inner banner */
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  /* footer */
  .th-footer-top {
    padding: 45px 0;
  }
  .th-footer-top .col-md-4 {
    width: 100%;
  }
  .th-footer-left {
    border-right: none;
  }
  .th-footer-contact {
    padding-top: 40px;
  }
  .th-footer-top h6 {
    margin-bottom: 10px;
  }
  .th-social-icons {
    padding-top: 10px;
  }
  /* footer */

  /* inner banner */
  .th-inner-banner {
    padding: 90px 0;
  }
  .th-breadcrumb {
    float: none;
  }
  /* inner banner */

  /* sidebar */
  .th-sidebar {
    padding: 25px 12px;
  }
  /* sidebar */
}
