/* banner */
.th-background-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.th-home-banner{
  position: relative;
}
.th-home-banner-inner {
  padding: 156px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 471px;
}
.th-home-slider{
  margin: 0;
  border: none;
}
.th-banner-btn {
  background: #527400;
  color: #FFF;
  padding: 10px 45px;
  font-size: 23px;
  line-height: 31px;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}
.th-banner-btn:hover {
  background: #FFF;
  color: #527400;
}
.th-home-banner .flex-control-nav{
  display: none;
}
.th-home-banner .flex-direction-nav a {
	color: transparent;
	text-shadow: none;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	opacity: 1 !important;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/right-arrow.png);
	background-color: rgba(0,0,0,.5);
    background-size: 22px;
}
.th-home-banner-image{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: shrink 10s linear infinite;
    transform: scale(1);
}
.th-home-banner-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
@keyframes shrink {
    100% {
       transform: scale(1.1);
   } 
 } 
.th-home-banner .flex-control-nav {
  display: none;
}
.th-banner-content {
  text-align: center;
  padding: 0 50px;
}
.th-home-slider .flex-direction-nav a::before {
    content: '';
    color: transparent;
    text-shadow: none;
}
.th-home-slider .flex-direction-nav .flex-next {
    right: 10px;
    left: auto;
    opacity: 1;
}
.th-home-slider.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
    left: auto;
}
.th-home-slider .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1 !important;
    transform: rotate(180deg);
}
.th-home-slider.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
}
.th-home-slider .flex-direction-nav {
	position: absolute;
	width: 100%;
    top: 50%;
    z-index: 2;
}
.th-home-slider .flex-direction-nav a:hover{
  background-color: #000000;
}
  .flexslider .slides > li.flex-active-slide {
    opacity: 1;
    transform: scale(1);
  }
    .th-banner-content {
      opacity: 0;
      transform: translateY(150px);
      transition: all 2s ease-in-out;
    }
    .flex-active-slide .th-banner-content {
      opacity: 1;
      transform: translateY(0);
    }
/* banner */

/*th-mission-wrap*/
.th-mission-wrap {
  position: relative;
  padding: 70px 0;
  text-align: center;
}
.th-mission-wrap h3 {
text-align: center;
}
.th-mission-wrap p {
  text-align: center;
}
.th-mission-left-wrap {
  text-align: left;
  padding-right: 18px;
}
.th-mission-left-wrap .th-common-btn {
  float: left;
}
.th-mission-left-wrap h4 {
  color: #014978;
  line-height: 36px;
  text-align: left;
}
.th-mission-left-wrap p {
  text-align: left;
  margin-bottom: 15px;
}
.th-mission-video {
  padding-left: 30px;
  margin-top: 9px;
}
.th-mission-wrap h2 {
  text-align: center;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.th-mission-wrap .th-common-btn {
	margin-bottom: 48px;
  display: inline-block;
}
.th-mission-wrap .th-common-btn:hover {
  background-color: #7dad08;
  color: #fff;
}
/*th-mission-wrap*/

/*th-issues-wrap*/
.th-issues-wrap {
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 70px 0 150px;
}
.th-issues-wrap h2 {
	text-align: center;
}
.th-issues-content {
  position: relative;
  background-image: url(../images/circle-img.png);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  top: 70px;
  text-align: center;
}
.th-issues-content h4 {
  margin-bottom: 0;
  font-style: italic;
}
.th-issues-content h2 {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  top: 151px;
  font-size: 60px;
  font-style: italic;
}
.th-issues-content ul li {
	text-align: left;
}
.th-issues-one {
  position: relative;
  top: -90px;
  width: 270px;
}
.th-issues-one::before {
  position: absolute;
  content: "";
  top: 13px;
  right: -107px;
  background-image: url(../images/issues-one-arrow.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
}
.th-issues-one img {
  top: 40px;
  right: -204px;
  transition: all .2s ease-in-out;
  position: absolute;
}
.th-issues-two {
  width: 270px;
  position: relative;
  top: -59px;
  left: -44px;
}
.th-issues-two::before {
  position: absolute;
  content: "";
  top: 29px;
  right: -150px;
  background-image: url(../images/issues-two-arrow.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
}
.th-issues-two img {
  position: absolute;
  top: 0;
  right: -203px;
  transition: all .2s ease-in-out;
}
.th-issues-three {
  width: 270px;
  position: relative;
  top: -50px;
  left: -44px;
}
.th-issues-three::before {
  position: absolute;
  content: "";
  top: 13px;
  right: -182px;
  background-image: url(../images/issues-two-arrow.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
}
.th-issues-three img  {
  position: absolute;
  top: -25px;
  right: -240px;
  transition: all .2s ease-in-out;
}
.th-issues-one:hover::after,
.th-issues-two:hover::after,
.th-issues-three:hover::after,
.th-issues-four:hover::after,
.th-issues-five:hover::after,
.th-issues-six:hover::after,
.th-issues-seven:hover::after,
.th-issues-eight:hover::after {
	transform: scale(1.3);
}
.th-issues-four {
  width: 296px;
  position: relative;
  top: -35px;
  left: 20px;
}
.th-issues-four::before {
  position: absolute;
  content: "";
  top: 0;
  right: -180px;
  background-image: url(../images/issues-four-arrow.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
}
.th-issues-four img {
  position: absolute;
  top: -76px;
  right: -252px;
    transition: all .2s ease-in-out;
}
.th-issues-five {
  position: absolute;
  top: -40px;
  right: 31px;
  width: 270px;
}
.th-issues-five::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -168px;
  background-image: url(../images/issues-five-arrow.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
}
.th-issues-five img {
  position: absolute;
  top: 18px;
  right: 463px;
    transition: all .2s ease-in-out;
}
.th-issues-six {
  position: absolute;
  top: 107px;
  right: -17px;
  width: 270px;
}
.th-issues-six::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -91px;
  background-image: url(../images/issues-six-arrow.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
}
.th-issues-six img {
  position: absolute;
  top: -22px;
  right: 389px;
    transition: all .2s ease-in-out;
}
.th-issues-seven {
  position: absolute;
  top: 244px;
  right: -41px;
  width: 270px;
}
.th-issues-seven::before {
  position: absolute;
  content: "";
  top: 6px;
  left: -128px;
  background-image: url(../images/issues-six-arrow.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
}
.th-issues-seven img {
  position: absolute;
  top: -34px;
  right: 414px;
    transition: all .2s ease-in-out;
}
.th-issues-eight {
  position: absolute;
  top: 375px;
  right: 0px;
  width: 270px;
}
.th-issues-eight::before {
  position: absolute;
  content: "";
  top: -7px;
  left: -161px;
  background-image: url(../images/issues-eight-arrow.png);
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
}
.th-issues-eight img {
  position: absolute;
  top: -73px;
  right: 453px;
    transition: all .2s ease-in-out;
}
/*th-issues-wrap*/

/*news-and-events*/
.th-news-and-events-wrap {
  position: relative;
  padding: 70px 0 50px;
  background-color: #d8d8d8;
}
.th-news-and-events-wrap h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.th-news-and-events-wrap ul li p {
	margin-bottom: 8px;
}
.th-news-and-events-wrap ul li p strong {
	color: #014978;
}
.th-news-and-events-wrap ul li {
  display: inline-block;
  width: 31.3%;
  margin-right: 30px;
  vertical-align: top;
  margin-bottom: 30px;
}
.th-news-and-events-wrap ul li:nth-child(3n) {
  margin-right: 0px;
}
.th-news-and-events-wrap ul li img {
  margin-bottom: 30px;
  object-fit: cover;
  height: 227px;
  width:100%;
}
.th-news-and-events-wrap ul li p a strong:hover {
	color: #527400;
}
.th-news-and-events-wrap .th-read-more-btn {
  margin-top: 15px;
}
/*news-and-events*/

/*th-about-mhrs-wrap*/
.th-about-mhrs-wrap {
  position: relative;
  padding: 70px 0 40px;
  text-align: center;
}
.th-about-mhrs-wrap h2 {
	margin-bottom: 30px;
}
.th-about-mhrs-wrap ul li {
  display: inline-block;
  width: 31.3%;
  margin-right: 30px;
  vertical-align: top;
  margin-bottom: 30px;
}
.th-about-mhrs-wrap ul li:nth-child(3n) {
  margin-right: 0px;
}
.th-about-mhrs-wrap ul li img {
  border-radius: 50%;
  border: 5px solid;
  border-color: rgba(29, 55, 112, 0.2 );
  width: 136px;
  height: 137px;
  margin-bottom: 20px;
}
/*th-about-mhrs-wrap*/

/*advertise */
.th-advertise-wrap {
  position: relative;
  padding: 50px 0 30px;
  background-color: #527400;
  text-align: center;
}
.th-advertise-wrap img {
  margin-bottom: 20px;
}
.th-advertise-wrap p,
.th-advertise-wrap p a {
  color:#fff;
  margin-bottom: 24px;
}
.th-advertise-wrap .th-common-btn {
  border: 1px solid #fff;
}
/*advertise */

@media only screen and (max-width:1400px){
  /*home-banner*/
.th-home-banner-inner {
  padding: 132px 0px;
  min-height: 424px;
}
  /*home-banner*/
}
@media only screen and (max-width:1300px){
/*th-issues-wrap*/
.th-issues-two {
  left: 0px;
}
.th-issues-two img {
  right: -160px;
}
.th-issues-two::before {
  right: -110px;
}
.th-issues-three {
  left: 0;
}
.th-issues-three::before {
  right: -143px;
}
.th-issues-three img {
  top: -34px;
  right: -195px;
}
.th-issues-six,
.th-issues-seven {
  right: 0;
}
.th-issues-six img {
  right: 367px;
}
.th-issues-six::before {
  left: -82px;
}
.th-issues-seven img {
  top: -38px;
  right: 376px;
}
.th-issues-seven::before {
  top: 7px;
  left: -86px;
}
/*th-issues-wrap*/
}
@media only screen and (max-width:1200px){
/*news-and-events*/
.th-news-and-events-wrap ul li {
  margin-right: 27px;
  margin-bottom: 27px;
}
/*news-and-events*/
/*th-about-mhrs-wrap*/
.th-about-mhrs-wrap ul li {
  width: 31.1%;
}
  /*th-about-mhrs-wrap*/
  /*th-issues-wrap*/
.th-issues-wrap ul li img {
    height: 59px;
 }
.th-issues-one img {
  right: -189px;
}
.th-issues-two {
  width: 258px;
 }
 .th-issues-two::before {
    right: -57px;
}
 .th-issues-two::before {
  width: 40px;
}
.th-issues-two img {
   right: -143px;
 }
.th-issues-three::before {
   right: -120px;
 }
.th-issues-three img {
   right: -164px;
}
.th-issues-four img {
  top: -67px;
  right: -216px;
}
.th-issues-eight img {
  top: -68px;
  right: 434px;
}
.th-issues-seven img {
   top: -38px;
   right: 351px;
}
.th-issues-seven::before {
   left: -69px;
   background-size: 48px;
}
.th-issues-six {
  width: 256px;
}
.th-issues-six img {
    right: 359px;
}
 .th-issues-five img {
  right: 444px;
}
  /*th-issues-wrap*/
}
@media only screen and (max-width:1100px){ 
/*news-and-events-wrap*/
.th-news-and-events-wrap ul li {
  margin-right: 24px;
}
/*news-and-events-wrap*/
.th-about-mhrs-wrap ul li {
  width: 30.9%;
}
  /*th-issues-wrap*/
.th-issues-one::before {
  background-size: 80px;
}
.th-issues-one img {
  right: -144px;
}
.th-issues-two {
  width: 219px;
}
.th-issues-two img {
  right: -132px;
}
.th-issues-three {
  width: 245px;
}
.th-issues-three::before {
  right: -100px;
}
.th-issues-three img {
  right: -146px;
}
  .th-issues-four::before {
  right: -143px;
} 
.th-issues-four img {
  top: -89px;
  right: -167px;
}
.th-issues-five {
  right: 0px;
  width: 245px;
}
.th-issues-five::before {
  left: -122px;
  background-size: 82px;
}
.th-issues-five img {
  right: 383px;
  top: 33px;
}
.th-issues-six::before {
  background-size: 45px;
}
.th-issues-six {
   width: 225px;
}
.th-issues-six::before {
   left: -65px;
}
.th-issues-six img {
   right: 309px;
}
.th-issues-seven {
  width: 226px;
}
.th-issues-seven img {
   top: -23px;
   right: 316px;
}
.th-issues-eight img {
   right: 381px;
}
.th-issues-eight::before {
  left: -110px;
  background-size: 70px;
}
.th-issues-four::before {
  right: -137px;
  background-size: 70px;
}
/*th-issues-wrap*/
}
@media only screen and (max-width:991px){
	/*banner*/
.th-banner-btn {
  margin-top: 20px;  
  font-size: 20px;
}
.th-home-banner-inner {
  padding: 103px 0px;
  min-height: 326px;
}
 /*banner*/

/*news-and-events*/
.th-news-and-events-wrap {
  padding: 50px 0 40px;
}
.th-news-and-events-wrap ul li {
  width: 31%;
  margin-right: 20px;
  margin-bottom: 24px;
}
.th-news-and-events-wrap ul li img {
  height: 154px;
  margin-bottom: 20px;
}
/*news-and-events*/

/*th-mission-wrap*/
.th-mission-wrap {
  padding: 50px 0;
}
.th-mission-wrap .col-md-6 {
  width:100%;
}
.th-mission-left-wrap {
  padding-right: 0;
  margin-bottom: 20px;
}
  .th-mission-video {
    padding-left: 0;
    margin-top: 0;
  }
.th-mission-left-wrap h4 {
  text-align: center;
  line-height: 33px;
}
.th-mission-wrap .th-common-btn {
  margin-bottom: 27px;
}
/*th-mission-wrap*/
.th-about-mhrs-wrap {
  padding: 50px 0 30px;
}
.th-about-mhrs-wrap ul li:nth-child(2n) {
	margin-right: 0px;
}
.th-about-mhrs-wrap ul li {
  width: 47%;
}
 /*issues-wrap*/
.th-issues-wrap {
  padding: 50px 0 70px;
}
.th-issues-content {
  background-image: none;
  top: 0;
  margin-top: 30px;
}
.th-issues-content h2 {
	display: none;
}
.th-issues-one::before,
.th-issues-two::before,
.th-issues-three::before,
.th-issues-four::before,
.th-issues-five::before,
.th-issues-six::before,
.th-issues-seven::before,
.th-issues-eight::before {
	display: none;
}
.th-issues-one,
.th-issues-two,
.th-issues-three,
.th-issues-four,
.th-issues-five,
.th-issues-six,
.th-issues-seven,
.th-issues-eight {
  width: 100%;
  position: relative;
  top: 0;
  left:0;
}
 .th-issues-content ul li {
  margin-bottom: 20px;
  padding-right: 20px;
  display: inline-block;
  width: 49.6%;
  vertical-align: top;
}
.th-issues-wrap ul li img {
  top: 0;
  right: auto;
  left: 0;
  position: relative;
}
 /*issues-wrap*/
}
@media only screen and (max-width:767px){
/*news-and-events*/
.th-news-and-events-wrap ul li {
  width: 47.8%;
}
.th-news-and-events-wrap ul li:nth-child(2n) {
  margin-right: 0px;
}
.th-news-and-events-wrap ul li img {
  height: 194px;
  width:100%;
}
/*news-and-events*/
.th-about-mhrs-wrap ul li {
  width: 46.9%;
}
}
@media only screen and (max-width:600px){
.th-banner-btn {
  padding: 8px 35px;
  font-size: 18px;
  line-height: 27px;
}
/*news-and-events*/
.th-news-and-events-wrap ul li {
  width: 100%;
  margin-right: 0;
}
  .th-news-and-events-wrap ul li img {
    height: auto;
  }
/*news-and-events*/

/*about-mhrs*/
.th-about-mhrs-wrap ul li {
  width: 100%;
  margin-right: 0;
}
/*about-mhrs*/

/*issues-wrap*/
.th-issues-content ul li {
  width: 100%;
  padding-right: 0;
  margin-bottom: 15px;
}
.th-issues-five {
  width: 100%;
  position: relative;
}
.th-issues-six {
  width: 100%;
}
.th-issues-seven {
  width: 100%;
}
.th-issues-eight {
  width: 100%;
}
/*issues-wrap*/
}
@media only screen and (max-width:500px){
.th-home-banner-inner {
  padding: 65px 0px;
  min-height: 318px;
}
/*news-and-events*/
.th-news-and-events-wrap ul li img {
  width: 100%;
}
/*news-and-events*/
.th-mission-left-wrap h4 {
  line-height: 31px;
}
}