.content-header-section {
  margin-bottom: 50px;
  width: 100%;
}

.main-slider:focus, .main-slider .slide-item:focus {
  outline: 0px;
}

.main-slider .slide-item>img {
  width: 100%;
}

.main-slider .slide-item {
  position: relative;
}

.main-slider .slide-item .slide-text {
  position: absolute;
  width: 100%;
  bottom: 25%;
  z-index: 1;
}

.main-slider .slide-item .slide-text>.col-sm-6 {
  height: 70px;
  padding: 15px;
}

.main-slider .slide-item .slide-text .light-green {
  background-color: rgba(4, 82, 30, 0.6);
  text-align: right;
  color: #ffffff;
  padding: 15px 70px;
}

.main-slider .slide-item .slide-text h2 {
  margin: 0px;
  font-size: 39px;
  font-weight: 400;
}

.main-slider .slide-item .slide-text .dark-green {
  background-color: #04521e;
}

.main-slider .slide-item .slide-text .button {
  float: left;
  margin-left: 15px;
}

.main-slider .slide-item .slide-text p {
  float: right;
  width: 60%;
  margin: 0px 50px 0px 15px;
  color: #ffffff;
}

.button.btn-white:hover, .button.btn-white:focus {
  color: #04521e;
}

.main-slider .slick-arrow {
  position: absolute;
  bottom: 27%;
  z-index: 99;
  color: #ffffff;
  font-size: 50px;
  font-weight: 100;
  opacity: 0.7;
}

.main-slider .slick-arrow.fa-angle-left {
  left: 15px;
}

.main-slider .slick-arrow.fa-angle-right {
  right: 15px;
}

.main-slider .slick-arrow:hover {
  opacity: 1;
}

.cc-slider .slide-item {
  position: relative;
  overflow: hidden;
}

.cc-slider .slide-item .slide-text {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  height: 100%;
}

.cc-slider .slide-item>img {
  width: 100%;
  opacity: 0.5;
}

.cc-slider .slide-item .slide-text h2 {
  margin: 0px;
  color: #ffffff;
  font-weight: 400;
}

.cc-slider .slide-item .slide-text>div:nth-child(2) {
  margin-top: 30px;
  text-align: right;
  font-weight: bold;
}

.cc-slider .slide-item .slide-text p {
  text-align: justify;
  color: #ffffff;
}

.cc-slider .slide-item .slide-text ul {
  list-style: none;
  padding: 0px;
}

.cc-slider .slide-item .slide-text ul li {
  margin-bottom: 8px;
}

.cc-slider .slide-item .slide-text ul li a {
  color: #ffffff;
}

.cc-slider .slide-item .button {
  position: absolute;
  bottom: 15%;
  right: 40px;
  z-index: 3;
  font-size: 14px;
}

.cc-slider .slick-arrow {
  position: absolute;
  width: 12%;
  top: 0px;
  height: 100%;
  background: #f1f1f2;
  padding: 15px 25px;
  color: #c1c1c1;
}

.cc-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.cc-slider .slick-arrow i {
  font-size: 48px;
  margin-top: 75px;
  font-weight: lighter;
}

.cc-slider .nextBox {
  right: -12%;
  text-align: right;
}

.cc-slider .nextBox h2 {
  text-align: left;
}

.cc-slider .prevBox {
  left: -12%;
}

.cc-slider .prevBox h2 {
  text-align: right;
}

.home-content {
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

.home-content h1 {
  width: 70%;
  color: #ea6c26;
}

.home-content p {
  line-height: 2em;
  font-family: 'Roboto', sans-serif;
  color: #818181;
  margin-top: 50px;
}

.feature-section {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}

.feature-section h1 {
  color: #fff;
}

.feature-section .feature-wrapper {
  width: 95%;
}

.feature-section .featured-box {
  min-height: 350px;
}

.feature-section .feature-row>div {
  position: relative;
}

.feature-section .feature-row>div:first-child {
  padding-left: 0px;
}

.feature-section .feature-row>div:last-child {
  padding-right: 0px;
}

.feature-section .feature-row img {
  width: 100%;
}

.feature-section h3 {
  color: #fff;
  margin-top: 40px;
}

.feature-section .feature-row .play-btn {
  position: absolute;
  bottom: 18%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
}

/*.feature-section .feature-row .view-link-box{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px;}
.feature-section .feature-row .view-link-box a{ color: #fff; }*/
.feature-section .blog-news-box .blog-list {
  list-style: none;
  padding: 0px;
  width: 70%;
  margin: 50px 0px;
}

.feature-section .blog-news-box .blog-list h5 {
  font-weight: 500;
  font-size: 16px;
}

.feature-section .blog-news-box .blog-list li {
  margin-bottom: 35px;
}

.feature-section .blog-news-box .button {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .home-content {
    background-position: 118% top;
  }
}

@media only screen and (max-width: 768px) {
  .main-slider .slick-arrow {
    bottom: 29%;
  }

  .main-slider .slide-item .slide-text>div {
    height: 80px;
  }

  .main-slider .slide-item .slide-text h2 {
    font-size: 2em;
  }

  .main-slider .slide-item .slide-text p {
    margin: 0px 10px 0px 05px;
    font-size: 12px;
  }

  .cc-slider .slide-text h2 {
    font-size: 1.5em;
  }

  .cc-slider .slide-text p, .cc-slider .slide-text ul {
    font-size: 0.7em;
  }

  .cc-slider .slide-text>.col-sm-6:last-child {
    padding: 0px;
  }

  .cc-slider .slide-item .slide-text>div:nth-child(2) {
    margin-top: 0px;
    padding: 0px;
  }

  .cc-slider .slide-item .button {
    padding: 10px 15px;
    font-size: 0.7em !important;
    bottom: 5% !important;
  }

  .home-content h1 {
    font-size: 1.3em;
  }

  .home-content p {
    font-size: 0.8em;
  }

  .feature-section .blog-news-box h1 {
    text-align: left;
  }

  .feature-section .blog-news-box {
    text-align: center;
  }

  .feature-section .blog-news-box .blog-list {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
  }

  .feature-section .blog-news-box .blog-list li {
    margin-bottom: 35px;
    width: 47%;
    float: left;
    margin-right: 15px;
    text-align: left;
  }

  .cc-slider .slick-arrow {
    padding: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider .slide-item .slide-text {
    position: relative;
    background: rgba(4, 82, 30, 1);
    background: white;
    padding: 20px;
  }

  .main-slider .slide-item .slide-text h2 {
    font-size: 2em;
    text-align: center;
  }

  .main-slider .slide-item .slide-text p {
    margin: 0px;
    font-size: 12px;
    width: 100%;
    margin: 15px 0px;
  }

  .main-slider .slide-item .slide-text>.col-sm-6 {
    height: auto;
    padding: 0px 40px;
    display: inline-block;
  }

  .main-slider .slide-item .slide-text .button {
    margin: 0px;
  }

  .main-slider .slick-arrow {
    bottom: 20%;
  }

  .cc-slider-section {
    margin: 30px 0px;
  }

  .home-content {
    background: transparent !important;
    padding: 15px;
  }

  .home-content h1 {
    width: 80%;
  }

  .home-content p {
    margin-top: 20px;
  }

  .feature-section {
    background-image: none;
    background-position: bottom right;
    background-color: #4AA5C4;
    background-size: 70% auto;
  }

  .feature-section .featured-box {
    min-height: 210px;
  }

  .feature-section .feature-row>div {
    padding: 0px;
  }

  .feature-section .blog-news-box .blog-list li {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  .main-slider .slide-item .slide-text h2 {
    font-size: 1.5em;
  }

  .cc-slider .slide-text {
    padding: 10px 0px !important;
  }

  .cc-slider .slide-text>div:nth-child(2) {
    margin-top: 0px !important;
  }
}