body {
  top: 0;
  overflow-x: hidden;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1170px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #527400;
}
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*/ 
ol,
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
  
h1{
  font-family: 'Oswald', sans-serif;
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 8px;
}
h2{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #527400;
  margin-bottom: 15px;
}
h3{
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #222;
  margin-bottom: 15px;
}
h4{
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #527400;
  margin-bottom: 15px;
}
h5{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #222;
  margin-bottom: 15px;
}
h6{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #222;
  margin-bottom: 15px;
}
p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
/*header*/
/*th-top-bar*/
.th-top-bar {
  background-color: #d8d8d8;
  position: relative;
  border-bottom: 1px solid #EEE;
  height: 45px;
  text-align: right;
}
.th-top-bar ul li {
  display: inline-block;
  border-right: 1px solid #EEE;
}
.th-top-bar ul li:last-child {
  border-right: none;
}
.th-top-bar ul li a {
  color: #666;
  padding: 10px 12px;
  text-align: center;
  display: block;
}
.th-top-bar ul li:first-child a:hover {
  background-color: #00ACEE;
  color:#fff;
}
.th-top-bar ul li:nth-child(2) a:hover {
  background-color: #3B5998;
  color:#fff;
}
.th-top-bar ul li:nth-child(3) a:hover {
  background-color: #cb2027;
  color:#fff;
}
.th-top-bar ul li:last-child a:hover {
  background-color: #6567A5;
  color:#fff;
}
.th-top-bar ul li p {
  display: block;
  position: relative;
  float: right;
  width: 0;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.th-top-bar ul li a:hover p {
  max-width: 100%;
  opacity: 1;
  width: auto;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
/*th-top-bar*/
/*.th-header-wrap {
  position: fixed;
  padding: 20px 0;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.6s ease;
}*/
.th-sticky-header {
  transition: all 0.6s ease;
  background: #527400;
  padding: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.6s ease;
}
.th-navbar-menu {
  background: #527400;
  color: #FFF;
  text-shadow: none;
  padding: 10px 0;
  transition: all 0.6s ease;
}
.th-logo-wrap {
  position: relative;
  margin: 15px 0px;
}
.th-outer-menu ul li {
  position: relative;
}
.th-outer-menu ul li a {
  padding: 0 19px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 23px;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.th-outer-menu ul li a:hover {
  color: #efecec;
}
.th-search {
  position: relative;
  float: right;
  width: 100%;
  text-align: right;
  top: -32px;
} 
.th-search button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
}
.th-search .svg-inline--fa {
  color:#fff;
}
.th-search-bar {
  position: relative;
  display: none;
}
.th-search-area {
  position: absolute;
  top: -18px;
  margin: auto;
  border: none;
  display: none;
  width: 100%;
}
.th-close-btn {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  top: 16px;
  cursor: pointer;
  margin: auto;
  right: 0;
  background-color: transparent;
}
.th-search-area input[type="search"] {
  width: 100%;
  height: 60px;
  left: 17px;
  top: 21px;
  background: #527400;
  border: none;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 0;
  outline: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
}
.th-search-area input[type="search"]::placeholder {
  opacity: 1;
  color: #fff;
}
.th-outer-menu ul li:hover .th-submenu{
  display: block;
}
.th-outer-menu ul li .th-submenu{
  min-width: 220px;
  position: absolute;
  top: 43px;
  left: 0;
  background-color: #F9F9F9;
  border-top: 2px solid #527400;
  padding: 10px 0;
  display: none;
  z-index: 1;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border: 1px solid #EEE;
}
.th-outer-menu ul li .th-submenu li{
  margin-right: 0;
}
.th-outer-menu ul li .th-submenu li a {
  display: block;
  padding: 5px 15px;
  color: #333;
  background-image: none !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.th-outer-menu ul li .th-submenu li a:hover {
  color:#527400;
  background-color: #F9F9F9;
  padding-left: 18px;
}
.th-outer-menu ul li .th-submenu li:hover .th-submenu{
  display: block;
}
.th-outer-menu ul li .th-submenu li .th-submenu{
  left: 100%;
  top: 0;
  display: none;
}
.th-outer-menu ul li .th-submenu li .th-submenu li a, .th-outer-menu ul li .th-submenu li .th-submenu li a:hover{
  background-image: none !important;
}
.th-outer-menu ul li .th-submenu li.th-submenu-link a{
  background-image: url(../images/submenu-arrow.png) !important;
  background-position: center right 10px;
  background-size: 5px;
}
/*header*/

/*th-breadcrumbs*/
.th-breadcrumbs {
  padding: 25px 0px;
  background-color: #d1d1d1;
}
.th-breadcrumbs h3 {
  font-size: 28px;
  line-height: 35px;
  color: #527400;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  float: left;
  text-transform: capitalize;
}
.th-breadcrumbs ul {
  float: right;
}
.th-breadcrumbs ul li {
  display: inline-block;
  background-image: url(../images/breadcrumbs-img.png);
  background-repeat: no-repeat;
  background-position: right top 10px;
  padding-right: 14px;
  margin-right: 3px;
}
.th-breadcrumbs ul li:last-child {
  background-image: inherit;
  padding-right: 0;
  margin-right: 0;
}
.th-breadcrumbs ul li a,
.th-breadcrumbs ul li {
  color: #555;
  font-size: 15px;
  line-height: 34px;
  font-family: 'Open Sans', sans-serif;
}
.th-breadcrumbs ul li a:hover {
  color:#527400;
}
/*th-breadcrumbs*/

/*common-btn */
.th-common-btn {
  color: #fff;
  background-color: #527400;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 1px solid #527400;
}
.th-common-btn:hover {
  background-color: #fff;
  color: #527400;
  border: 1px solid #fff;
}
.th-read-more-btn {
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #527400;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  margin: auto;
  text-align: center;
  display: inline-block;
}
.th-read-more-btn:hover {
  border: 1px solid #527400;
  background-color: #527400;
  color: #fff;
}
.th-submit-btn {
  color: #fff;
  background-color: #527400;
  text-align: center;
  vertical-align: middle;
  padding: 10px 45px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 1px solid #527400;
}
.th-submit-btn:hover {
  background-color: #7dad08;
  color: #527400;
  border: 1px solid #7dad08;
}
/*common-btn */
/*th-footer*/
.th-footer {
  position: relative;
  padding: 60px 0 0;
  background-color: #161616;
}
.th-footer h4 {
  font-size: 25px;
  color: #a0a0a0;
  font-family: 'Open Sans', sans-serif;
}
.th-footer p,
.th-footer p a,
.th-footer h6 {
  color: #a0a0a0;
}
.th-footer p a:hover {
   color:#527400;
}
.th-footer .th-read-more-btn {
  border: 1px solid #a0a0a0;
}
.th-footer .th-read-more-btn:hover {
  color: #527400;
  border: 1px solid #fff;
  background-color: #fff;
}
.th-footer .svg-inline--fa {
  padding-right: 10px;
}
.th-footer-content {
  margin-bottom: 40px;
}
.th-footer-bottom {
  background: #242424;
  padding: 27px 0px 7px;
  border-top: 1px solid #4a4a4a;
}
.th-footer-bottom-right {
  text-align: right;
}
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0,0,0,0.3);
  color: white;
  border: none;
  padding: 2px 14px;
  cursor: pointer;
  font-size: 23px;
  display: none;
  z-index: 1000; 
}
#scrollTopBtn:hover {
  background-color: #527400;
}
/*th-footer*/

/* inner banner */
.th-inner-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  padding: 140px 0;
}
/* inner banner */

/*sidebar*/
.th-sidebar {
  position: relative;
  margin-right: 10px;
}
.th-sidebar h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 10px 8px 60px;
  background-color: #014978;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.th-sidebar h5::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 50px;
  height: 46px;
  background-image: url(../images/link-icon.png);
  background-repeat: no-repeat;
  background-color: #638c01;
  background-position: center;
  text-align: center;
}
.th-sidebar ul {
  padding: 20px 0;
  margin-bottom: 0 !important;
}
.th-sidebar ul li {
  padding: 8px 0 8px 5px !important;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0 !important;
  width: 100% !important;
}
.th-sidebar ul li:last-child {
  border-bottom:none;
}
.th-sidebar ul li::before {
  display: none;
}
.th-sidebar ul li a {
  color: #527400;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  padding-left: 20px;
  background-image: url(../images/blue-tick.png);
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top 7px;
  display: block;
  padding-right: 10px;
}
.th-sidebar ul li a:hover {
  color: #99cc33!important;
}
.th-sidebar ul ul {
  padding: 0;
  border-bottom: 1px solid #d2d2d2;
}
.th-sidebar ul ul li {
  margin-left: 15px;
}
.th-quick-links img {
  display: inline-block;
  width: auto;
  background-color: #638c01;
  height: auto;
  padding: 4px 14px;
  vertical-align: top;
}
.th-sidebar .th-common-btn {
  font-size: 16px;
  text-align: center;
  margin: auto;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  background: linear-gradient(to bottom, #014978 0%,#0269ad 100%);
  border: 1px solid #014978;
}
.th-sidebar .th-common-btn:hover {
  background: linear-gradient(to bottom, #0269ad 0%,#014978 100%);
  color:#fff;
}
.th-sidebar .th-common-btn small {
  font-size: 14px;
  display: block;
  text-align: center;
}
 .th-category {
  border-bottom: 13px solid #fff;
  background: #f7f7f7;
  padding: 15px 10px;
}
.th-sidebar .th-category:last-child {
  border-bottom: none;
}
.th-category-item {
  position: relative;
}
.th-category-item{
  background-image: url(../images/down-arrow.png)!important;
  background-repeat: no-repeat!important;
  background-position: top 14px right !important;
}
.th-category-item.active {
  background-image: url(../images/up-arrow.png)!important;
  background-repeat: no-repeat!important;
  background-position: top 14px right !important;
}
.th-category-list {
  border:none!important;
}
.th-sidebar ul .th-category-list {
  display: none;
}
/*sidebar*/

/*th-subscribe-wrap*/
.th-subscribe-wrap {
  position: relative;
  padding: 30px 0 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.th-subscribe-wrap h3 {
  color: #527400;
}
.th-subscribe-right-wrap {
  text-align: center;
  margin-top: 35px;
}
/*th-subscribe-wrap*/

@media only screen and (max-width:1300px){
h1 {
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 6px;
}
}
@media only screen and (max-width:1200px){
h1 {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 5px;
}
h2 {
  font-size: 35px;
  line-height: 45px;
}
.th-inner-banner {
 min-height: 350px;
  padding: 140px 0;
}
}
@media only screen and (max-width:1100px){
h1 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 4px;
}
h4 {
  font-size: 22px;
  line-height: 32px;
}
.th-outer-menu ul li a {
  padding: 0 17px;
}
/*footer*/
.th-footer h4 {
  font-size: 22px;
}
/*footer*/
.th-sidebar {
  margin-right: 0;
}
/*breadcrumbs*/
.th-breadcrumbs h3 {
  font-size: 25px;
}
.th-breadcrumbs ul li {
  font-size: 14px;
}
/*breadcrumbs*/
}
@media only screen and (max-width:991px){
/*header*/
.th-top-bar {
  display: none;
}
.th-navbar-menu {
  padding: 0;
  position: relative;
}
.th-outer-menu {
  text-align: center;
}
.th-outer-menu ul li a {
  padding: 0;
}
.th-outer-menu .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
  margin: 0px 0 0 auto;
  padding: 0;
  width: auto;
  height: 48px;
}
.th-outer-menu .navbar-toggler-icon {
  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, 225, 255, 1)' stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  font-size: 20px;
}
.th-outer-menu ul li .th-submenu, .th-outer-menu ul li .th-submenu li .th-submenu {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
}
.th-outer-menu ul li .th-submenu li a {
  padding: 4px;
}
.th-outer-menu ul li .th-submenu li a:hover {
  padding-left: 0;
}
.th-logo-wrap {
  text-align: center;
}
.th-close-btn {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  top: 16px;
  cursor: pointer;
  margin: auto;
  right: 27px;
  background-color: transparent;
}
.th-search {
  top: 0;
  position: static;
}
.th-search button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 50px;
  top: 18px;
}
.th-search-btn {
  position: absolute;
  top: 0;
}
.th-search-area {
  right: 10px;
  left: 10px;
  top: 0;
  margin: auto;
}
/*header*/

/*footer*/
.th-footer .col-md-4{
  width: 29%;
}
.th-footer .col-md-4:first-child {
  width: 41%;
}
.th-footer .col-md-4:nth-child(2){
  width: 30%;
}
.th-footer-bottom .col-md-6 {
  width: 100%;
  text-align: center;
}
.th-footer-bottom-right {
  text-align: center;
}
.th-footer-bottom {
  padding: 20px 0 15px;
}
.th-footer-bottom p {
  margin-bottom: 10px;
}
.th-footer {
  padding: 47px 0 0;
}
.th-footer p, .th-footer p a, .th-footer h6 {
  margin-bottom: 10px;
}
.th-footer-content {
  margin-bottom: 30px;
}
/*footer*/
.th-inner-banner {
  min-height: 300px;
  padding: 120px 0;
}
/*subscribe-wrap*/
.th-subscribe-wrap .col-md-6 {
  width:100%;
  text-align: center;
}
.th-subscribe-right-wrap {
  margin-top: 15px;
}
.th-subscribe-wrap {
  padding: 30px 0 40px;
}
/*subscribe-wrap*/
/*sidebar*/
.th-sidebar {
  margin-bottom: 30px;
}
/*sidebar*/

/*breadcrumbs*/
.th-breadcrumbs h3 {
  margin-bottom: 8px;
  float: none;
}
.th-breadcrumbs ul {
  float: left;
}
/*breadcrumbs*/
}
@media only screen and (max-width:767px){
h1 {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 2px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 25px;
  line-height: 35px;
}
/*search*/
.th-search {
  margin-top: 0;
 top: 20px;
}
.th-search-btn {
  position: absolute;
  top: 0;
}
/*search*/
/*footer*/
.th-footer .col-md-4{
  width: 100%!important;
}
/*footer*/
.th-inner-banner {
  min-height: 260px;
  padding: 103px 0;
}
/*breadcrumbs*/
.th-breadcrumbs h3 {
  font-size: 25px;
}
.th-breadcrumbs ul li a, .th-breadcrumbs ul li {
  font-size: 14px;
  line-height: 24px;
}
.th-breadcrumbs ul li {
  background-position: right top 6px;
  padding-right: 11px;
  margin-right: 0px;
  background-size: 6px;
}
  /*breadcrumbs*/
}
@media only screen and (max-width:400px){
   .th-outer-menu ul li a {
    font-size: 13px;
  }
/*footer*/
.th-footer .svg-inline--fa {
  padding-right: 6px;
}
/*footer*/
.th-inner-banner {
  min-height: 240px;
  padding: 93px 0;
}
.th-breadcrumbs {
  padding: 20px 0px 15px;
}
}