
/* banner */
.th-home-banner{
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}
.th-banner-slider{
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}
.th-home-banner-inner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 550px;
    padding: 200px 60px 80px;
}
.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-inner h1 {
	background: rgb(22, 106, 42, .3);
	color: #ffffff;
	display: table;
	padding: 5px 10px;
}
.th-banner-btn {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	background: rgb(22, 106, 42);
	padding: 7px 22px;
	font-size: 15px;
	border: 1px solid rgb(15, 73, 29);
	border-radius: 5px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
    margin-top: 60px;
    text-align: center;
}
.th-banner-btn:hover{
    background-color: #449d44;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}
.th-banner-slider .flex-control-nav{
  display: none;
}
.th-banner-slider .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-banner-slider .flex-direction-nav a:hover{
  background-color: #000000;
}
.th-banner-slider .flex-direction-nav a::before {
    content: '';
    color: transparent;
    text-shadow: none;
}
.th-banner-slider .flex-direction-nav .flex-next {
    right: 10px;
    left: auto;
    opacity: 1;
}
.th-banner-slider.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
    left: auto;
}
.th-banner-slider .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1 !important;
    transform: rotate(180deg);
}
.th-banner-slider.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
}
.th-banner-slider .flex-direction-nav {
	position: absolute;
	width: 100%;
    top: 50%;
    z-index: 2;
}
.flexslider .slides > li {
    opacity: 1;
    transform: scale(1);
    transition: all 0.6s ease-in-out;
  }
  .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 */

/* join */
.th-join-wrap{
    position: relative;
    padding: 60px 0;
    background-color: #cecece;
    text-align: center;
}
.th-join-wrap ul{
    display: inline-block;
    vertical-align: top; 
}
.th-join-wrap ul li{
    display: inline-block;
    vertical-align: top;
    margin-left: 13px;
}
.th-join-wrap ul li a {
	background: #166a2a;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	font-size: 23px;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
    display: inline-block;
}
.th-join-wrap ul li a.th-twitter:hover{
    background-color: #47daff;
}
.th-join-wrap ul li a.th-facebook:hover{
    background-color: #4c81d2;
}
.th-join-wrap ul li a.th-instagram:hover{
    background-color: #3f729b;
}
.th-join-wrap ul li a.th-youtube:hover{
    background-color: #dc2a26;
}
.th-join-wrap ul li a.th-pinterest:hover{
    background-color: #e43333;
}
/* join */

/* features */
.th-features-wrap{
    position: relative;
    padding: 50px 0;
    background-color: #ffffff;
}
.th-features-wrap ul li{
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
}
.th-features-wrap ul li:last-child{
    margin-right: 0;
}
.th-features-box h5 {
	color: #221e1f;
	text-transform: uppercase;
	display: inline-flex;
	flex-direction: row;
	align-items: flex-start;
}
.th-features-box h5 img {
	margin-right: 10px;
    margin-top: 2px;
}
.th-features-box p{
    font-size: 14px;
}
/* features */

/* about */
.th-about-wrap{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}
.th-about-wrap::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(196, 196, 196, 0.94);
    z-index: -1;
}
.th-about-content{
    padding-right: 40px;
    padding-top: 20px;
}
.th-about-content h2{
    margin-bottom: 30px;
}
.th-about-video{
    height: 350px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    border: 2px solid #ffffff;
}
/* about */

/* count */
.th-count-wrap{
    position: relative;
}
.th-count-wrap ul{
    display: flex;
    flex-wrap: wrap;
}
.th-count-wrap ul li{
    width: 25%;
}
.th-count-wrap ul li:first-child .th-counter-box{
  background-color: #113e1c;
}
.th-count-wrap ul li:nth-child(2) .th-counter-box{
    background-color: #166a2a;
}
.th-count-wrap ul li:nth-child(3) .th-counter-box{
    background-color: #299744;
}
.th-count-wrap ul li:last-child .th-counter-box{
    background-color: #3db259;
}
.th-counter-box{
    padding: 60px 20px 40px;
    text-align: center;
    min-height: 330px;
}
.th-counter-box h1{
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.th-counter-box h1::before{
    position: absolute;
    content: '';
    width: 54px;
    height: 2px;
    background-color: #eeeeee;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
.th-counter-box p{
    font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 21px;
  max-width: 350px;
  margin: 0 auto;
}
/* count */

/* news */
.th-news-wrap{
    position: relative;
    padding: 60px 0;
    text-align: center;
    background-color: #ffffff;
}
.th-news-wrap ul{
    padding-top: 20px;
}
.th-news-wrap ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    width: 22.95%;
}
.th-news-wrap ul li:nth-child(4n){
    margin-right: 0;
}
.th-news-box{
    text-align: left;
}
.th-news-box h6{
    font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.th-news-box h6:hover{
    color: #113e1c;
    transition: all 0.4s ease-in-out;
}
.th-news-image{
    width: 100%;
    height: 195px;
    border-bottom: 2px solid #ffb73b;
    margin-bottom: 20px;
}
.th-news-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.th-news-image img:hover{
    opacity: .8;
    transition: all 0.4s ease-in-out;
}
.th-news-box .th-date{
    font-family: 'Lato', sans-serif;
    color: #999;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.th-news-box .th-date img{
    width: 13px;
    margin-right: 4px;
    margin-top: -2px
}
.th-news-box p{
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
}
.th-news-box .th-readmore-btn{
    font-size: 15px;
}
/* news */

/* issues */
.th-issues-wrap{
    position: relative;
    padding: 60px 0 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.th-issues-wrap h2{
    color: #ffffff;
}
.th-issues-wrap ul{
    padding-top: 50px;
}
.th-issues-wrap ul li{
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
    padding: 0 15px;
    margin-bottom: 60px;
}
.th-issues-box img{
    margin-bottom: 15px;
}
.th-issues-box h6{
    color: #ffffff;
    margin-bottom: 10px;
}
.th-issues-box p{
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
}
.th-issues-box .th-readmore-btn{
  color: #deee05;
}
.th-issues-box .th-readmore-btn:hover{
    color: #ffb73b;
}
/* issues */

/* join member */
.th-join-member{
    position: relative;
    padding: 60px 0;
    background-color: #c8c8c8;
    text-align: center;
    margin-bottom: 415px;
}
.th-join-member h4{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 0;
}
.th-join-member .th-common-btn{
    margin-top: 0;
}
.th-join-member .th-common-btn svg{
    margin-left: 4px;
}
/* join member */

@media screen and (max-width:1300px){
    /* features */
    .th-features-wrap ul li{
        margin-right: 27px;
    }
    /* features */

    /* news */
    .th-news-wrap ul li {
        margin-right: 27px;
    }
    /* news */
}
@media screen and (max-width:1200px){
    /* banner */
    .th-banner-btn{
        padding: 5px 15px;
        line-height: 26px;
        margin-top: 50px;
    }
    .th-home-banner-inner{
        min-height: 510px;
    }
      /* banner */

    /* features */
    .th-features-wrap ul li{
        margin-right: 24px;
    }
    /* features */

    /* about */
    .th-about-content {
        padding-right: 20px;
    }
    /* about */

    /* count */
    .th-counter-box img{
        width: 60px;
    }
    .th-counter-box h1{
        font-size: 38px;
        line-height: 42px;
    }
    /* count */

    /* news */
    .th-news-wrap ul li {
        margin-right: 24px;
    }
    /* news */

    /* issues */
    .th-issues-wrap ul li {
        width: 24.5%;
        padding: 0 12px;
    }
     /* issues */
}
@media screen and (max-width:1100px){
    /* features */
    .th-features-wrap ul li{
        margin-right: 21px;
    }
    /* features */

        /* about */
        .th-about-content {
            padding-right: 0;
        }
        /* about */

        /* count */
        .th-counter-box {
            padding: 60px 15px 40px;
        }
        .th-counter-box h1 {
            font-size: 36px;
            line-height: 40px;
        }
        /* count */

    /* news */
    .th-news-wrap ul li {
        margin-right: 21px;
    }
    /* news */

    /* join member */
    .th-join-member h4 {
        margin-right: 22px;
    }
    /* join member */
}
@media screen and (max-width:991px){
      /* banner */
    .th-banner-btn {
        padding: 5px 10px;
        line-height: 22px;
        margin-top: 40px;
        font-size: 14px;
    }
    .th-home-banner-inner {
        min-height: 400px;
        padding: 131px 60px 80px;
    }
      /* banner */

    /* features */
    .th-features-wrap ul li{
        width: 48%;
        margin-bottom: 50px;
    }
    .th-features-wrap ul li:nth-child(2n){
        margin-right: 0;
    }
    .th-features-wrap{
        padding: 50px 0 1px;
    }
    .th-features-box h5{
        margin-bottom: 10px;
    }
    .th-features-box p{
        margin-bottom: 10px;
    }
    .th-features-box h5 img {
        width: 25px;
    }
    /* features */

    /* about */
    .th-about-wrap .col-md-6{
        width: 100%;
    }
    .th-about-content h2 {
        margin-bottom: 20px;
    }
    .th-about-content .th-common-btn{
        margin-top: 10px;
    }
    .th-about-content{
        padding: 0 0 40px;
    }
    .th-about-wrap {
        padding: 60px 0 65px;
    }
    /* about */

    /* count */
    .th-count-wrap ul li{
        width: 50%;
    }
    .th-counter-box {
        padding: 42px 15px 40px;
        min-height: 300px;
    }
    /* count */

        /* news */
        .th-news-wrap ul li {
            width: 30.9%;
            margin-bottom: 30px;
        }
        .th-news-wrap ul li:nth-child(3n){
            margin-right: 0;
        }
        .th-news-image{
            margin-bottom: 15px;
        }
        .th-news-box p {
            line-height: 21px;
        }
        .th-news-wrap {
            padding: 50px 0 25px;;
        }
        /* news */

        /* issues */
        .th-issues-wrap ul li {
            width: 32.9%;
        }
        .th-issues-wrap {
            padding: 55px 0 60px;
        }
        .th-issues-wrap ul li{
            margin-bottom: 50px;
        }
        .th-issues-box img{
            width: 80px;
        }
        .th-issues-wrap ul {
            padding-top: 35px;
        }
        /* issues */

        /* join member */
        .th-join-member h4 {
            margin-right: 0;
            margin-bottom: 15px;
            display: block;
        }
        .th-join-member {
            padding: 55px 0;
            margin-bottom: 0;
        }
        /* join member */
}
@media screen and (max-width:767px){
    /* banner */
    .th-banner-slider .flex-direction-nav a{
        width: 30px;
    }
    .th-home-banner-inner {
        min-height: 380px;
        padding: 104px 40px 80px;
    }
    /* banner */

    /* join */
    .th-join-wrap {
        padding: 50px 0;
    }
    /* join */

    /* features */
    .th-features-wrap ul li {
        margin-right: 17px;
    }
     /* features */

     /* about */
     .th-about-wrap {
        padding: 50px 0 55px;
    }
    /* about */

      /* news */
      .th-news-wrap ul li {
         width: 48%;
         margin-right: 16px;
    }
    .th-news-wrap ul li:nth-child(3n){
        margin-right: 0;
        margin-right: 16px;
    }
    .th-news-wrap ul li:nth-child(2n), .th-news-wrap ul li:last-child{
        margin-right: 0;
    }
    .th-news-wrap {
        padding: 45px 0 20px;
    }
    .th-news-wrap ul {
        padding-top: 10px;
    }
     /* news */

        /* issues */
        .th-issues-wrap ul li {
            width: 49%;
        }
        .th-issues-wrap {
            padding: 50px 0 55px;
        }
        .th-issues-wrap ul {
            padding-top: 30px;
        }
        .th-common-btn{
            margin-top: 10px;
        }
        /* issues */

}
@media screen and (max-width:600px){
    /* join */
    .th-join-wrap ul li a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .th-join-wrap ul li {
        margin-left: 8px;
    }
    /* join */

       /* features */
       .th-features-wrap ul li {
        margin-right: 0 !important;
        width: 100%;
    }
     /* features */

     /* count */
     .th-counter-box img {
        width: 55px;
    }
    .th-counter-box h1 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 2px;
    }
    .th-counter-box {
        padding: 44px 15px 40px;
        min-height: 300px;
    }
    /* count */

    /* news */
    .th-news-wrap ul li {
        width: 47.6%;
    }
    /* news */

    /* issues */
    .th-issues-box p {
        line-height: 21px;
    }
    .th-issues-box img {
        width: 70px;
    }
     /* issues */
}
@media screen and (max-width:500px){
      /* banner */
    .th-banner-slider .flex-direction-nav .flex-prev, .th-banner-slider.flexslider:hover .flex-direction-nav .flex-prev{
      left: 5px;
    }
    .th-banner-slider.flexslider:hover .flex-direction-nav .flex-next, .th-banner-slider .flex-direction-nav .flex-next{
        right: 5px;
    }
    .th-home-banner-inner {
        min-height: 350px;
        padding: 83px 30px 60px;
    }
    .th-banner-btn {
        padding: 5px 6px;
        line-height: 22px;
        margin-top: 20px;
        font-size: 12px;
        letter-spacing: .1px;
    }
      /* banner */

      /* join */
      .th-join-wrap ul{
        display: block;
        padding-top: 15px;
      }
      .th-join-wrap ul li:first-child{
        margin-left: 0;
      }
      .th-join-wrap {
        padding: 40px 0;
    }
    .th-join-btn{
        padding: 0 37px;
        letter-spacing: 2px;
    }
      /* join */

      /* features */
      .th-features-wrap ul li{
        margin-bottom: 40px;
      }
      .th-features-wrap {
        padding: 45px 0 5px;
     }
     .th-features-box h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .th-features-box h5 img {
        width: 22px;
    }
     /* features */

     /* about */
     .th-about-wrap {
        padding: 43px 0 50px;
    }
    .th-about-video {
        height: 300px;
    }
    /* about */

       /* count */
       .th-count-wrap ul li {
        width:100%;
        }
        .th-counter-box {
            padding: 44px 15px 44px;
            min-height: auto;
        }
        /* count */

        /* news */
        .th-news-wrap ul {
            padding-top: 5px;
        }
        .th-news-wrap {
            padding: 40px 0 15px;
        }
        .th-news-wrap ul li {
            margin-right: 0 !important;
            width: 100%;
        }
        /* news */

        /* issues */
        .th-issues-wrap ul li{
            width: 100%;
            padding: 0;
            margin-bottom: 40px;
        }
        .th-issues-wrap {
            padding: 45px 0 50px;
        }
        .th-common-btn{
            margin-top: 0;
        }
        .th-issues-wrap ul {
            padding-top: 20px;
        }
        /* issues */  
        
        /* join member */
        .th-join-member {
            padding: 45px 0;
        }
        .th-join-member h4 {
            font-size: 22px;
            line-height: 28px;
        }
        /* join member */
} 
@media screen and (max-width:400px){
/* banner */
.th-banner-slider .flex-direction-nav a {
	width: 25px;
	height: 35px;
}
.th-home-banner-inner {
	min-height: 350px;
	padding: 75px 24px 60px;
}
.th-banner-btn {
	padding: 7px 4px;
	line-height: 17px;
	font-size: 10.7px;
	letter-spacing: 0;
}
/* banner */

/* about */
.th-about-video {
    height: 260px;
}
/* about */
}