.features-items {
  padding: 100px 0 80px;
  position: relative;
  background-color: #f9f9f9;
}
.features-items .section-title {
  display: block;
  overflow: hidden;
  text-align: center;
}
.features-items .section-title h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.features-items .section-title p {
  color: #696969;
  font-size: 24px;
  line-height: 36px;
}
.features-items .row {
  padding: 0 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.features-items [class*="col-"]{
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.features-items [class*="col-"] > a {
  display: block;
  border-radius: 10px;
}
.features-items figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.features-items figure:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.23;
  background-color: #b6a667;
  z-index: 1;
}
.features-items .blue-box figure:before {
  background-color: #08253a;
}
.features-items figure img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.features-items figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 120px 30px;
  text-align: center;
  background-color: rgba(182, 166, 103, 0.9);
  /*height: 134px;*/
  transition: all ease .4s;
  z-index: 1;
}
.features-items figure:hover figcaption {
  padding-bottom: 22px;
  background-color: #b6a667;
  transform: none;
}
.features-items .blue-box figure figcaption {
  background-color: rgba(8, 37, 58, 0.9);
}
.features-items .blue-box figure:hover figcaption {
  background-color: #08253a;
}
.features-items figcaption span[class*="icon-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: -45px auto 0;
  font-size: 45px;
  color: #08253a;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transition: all ease .4s;
}
.features-items .blue-box figcaption span[class*="icon-"] {
  color: #b6a667;
}
/*.features-items figcaption span[class*="icon-"]:before {
  margin-top: 5px;
}*/
.features-items figcaption h3 {
  margin-bottom: 0;
  padding: 20px 0 15px;
  font-size: 24px;
  color: #ffffff;
  transition: all ease .4s;
}
.features-items figcaption p {
  display: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}
.load-more .btn {
  margin-top: 30px;
  min-width: 230px;
}
.load-more .btn span {
  margin-left: 0;
  font-size: 18px;
}
.gold-box h3::selection, .gold-box p::selection {
  color: #fff;
  background: #152e42 !important;
}
.contact-link-section {
	padding: 90px 0 230px;
    text-align: center;
    background-color: #486173;
    position: relative;
}
.contact-link-section h2 {
	padding-bottom: 25px;
	font-size: 38px;
	color: #fff;
	line-height: normal;
}

/* Responsive CSS */
@media screen and (min-width: 1801px) {
	.contact-link-section .container {
		max-width: 1320px;
	}
}
@media screen and (min-width: 1921px) {
  .features-items figure img {
    height: 31.234vw;
  }
}
@media screen and (max-width: 1800px) {
  .features-items .section-title p {
    font-size: 22px;
    line-height: 32px;
  }
  .load-more .btn span {
    font-size: 16px;
  }
  .features-items figure img {
    height: 560px;
  }
	.contact-link-section .container {
		max-width: 1050px;
	}
	.contact-link-section h2 {
    	font-size: 32px;
	}
}
@media screen and (max-width: 1600px) {
  .features-items {
    padding: 70px 0 60px;
  }
  .features-items .section-title {
    margin-bottom: 28px;
  }
  .features-items .section-title p {
    font-size: 20px;
    line-height: 30px;
  }
  .features-items figure img {
    height: 490px;
  }
  .features-items figure figcaption {
    padding: 0 40px 15px;
  }
  .features-items figcaption span[class*="icon-"] {
    width: 75px;
    height: 75px;
    font-size: 35px;
  }
  .features-items figcaption h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .features-items figcaption p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
	.contact-link-section {
		padding: 75px 0 210px;
	}
	.contact-link-section h2 {
    	font-size: 30px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 1439px) {
  .features-items figcaption h3 {
    font-size: 18px;
  }
  .features-items figure img {
    height: 440px;
  }
	.contact-link-section {
		padding-bottom: 152px;
	}
	.contact-link-section .container {
		max-width: 920px;
	}
	.contact-link-section h2 {
    	font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
  .features-items figure figcaption {
    padding: 0 25px 20px;
  }
  .features-items figcaption span[class*="icon-"] {
    width: 70px;
    height: 70px;
    font-size: 35px;
    margin: -35px auto 0;
  }
  .features-items figcaption h3 {
    padding: 15px 0 10px;
  }
  .features-items figcaption p {
    margin-bottom: 10px;
  }
  .features-items figure img {
    height: 390px;
  }
}
@media screen and (max-width: 1199px) {
  .features-items figure img {
    height: 365px;
  }
  .features-items figure figcaption {
    padding: 0 25px 20px;
  }
  .features-items figure:hover figcaption {
    padding-bottom: 20px;
  }
  .features-items figcaption span[class*="icon-"] {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin: -30px auto 0;
  }
  .features-items figcaption h3 {
    padding: 15px 0 8px;
  }
  .features-items figcaption p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .features-items .section-title h2 {
    margin-bottom: 15px;
  }
  .features-items .row {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
  }
  .features-items figure img {
    height: auto;
  }
	.contact-link-section {
		padding-bottom: 152px;
	}
	.contact-link-section .container {
		max-width: 720px;
	}
}
@media screen and (max-width: 767px) {
  .features-items {
    padding: 35px 0 20px;
  }
  .features-items .section-title {
    margin-bottom: 25px;
  }
  .features-items .section-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .features-items .row {
    max-width: 540px;
  }
  .load-more .btn {
    min-width: 200px;
    margin-top: 5px;
  }
  .load-more .btn span {
    font-size: 15px;
  }
	.contact-link-section {
		padding: 35px 0 112px;
	}
	.contact-link-section .container {
		max-width: 540px;
	}
	.contact-link-section h2 {
		padding-bottom: 15px;
    	font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
  .features-items .section-title {
    margin-bottom: 20px;
  }
  .features-items .section-title h2 {
    margin-bottom: 10px;
  }
  .features-items .section-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .features-items .row {
    max-width: 100%;
  }
  .features-items figure figcaption {
    background-color: rgba(182, 166, 103, 1);
  }
  .features-items .blue-box figure figcaption {
    background-color: rgba(8, 37, 58, 1);
  }
  .features-items figure figcaption {
    padding: 0 15px 20px;
  }
  .features-items figure img {
    border-radius: 10px 10px 0 0;
  }
  .features-items figcaption span[class*="icon-"] {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .features-items figure figcaption {
    position: relative;
    padding-top: 30px;
  }
  .features-items figcaption p {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
  }
	.contact-link-section .container {
		max-width: 100%;
	}
}