#home .latest-news.instafeed {
    background: #ffffff;
}
#home .latest-news.instafeed {
    position: relative;
    padding: 50px 0 5.5vw 0;
}
#home .latest-news.instafeed .heading {
	color: #004387;
	text-align: center;
	font-family: "Tenor Sans";
	font-size: 46px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}
#home .latest-news.instafeed::before{display:none;}
.instafeed .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 61%;
    background-color: #000;
    left: 0;
    z-index: -1;
}
.instafeed-box.overlay:before{
	
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 67, 135, 0.8)), to(rgba(0, 67, 135, 0.8))) ;
    background: -o-linear-gradient(bottom, rgba(0, 67, 135, 0.8), rgba(0, 67, 135, 0.8));
    background: linear-gradient(0deg, rgba(0, 67, 135, 0.8), rgba(0, 67, 135, 0.8)) ;
    -webkit-transition-duration: .85s;
    -o-transition-duration: .85s;
       transition-duration: .85s ;
    -webkit-transition-property: all;
    -o-transition-property: all ;
    transition-property: all ;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1) ;
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
       transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1);
    -o-transition-timing-function: cubic-bezier(.65,.05,.36,1);
       transition-timing-function: cubic-bezier(.65,.05,.36,1);
    z-index: 1;
    opacity: 0;
}
.instafeed .social-icon li a {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    background-color: #AB0634;
    border: 1px solid #AB0634;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.instafeed .social-icon li a svg{
    display: block;
    margin: auto;
    height: 100%;
}
.instafeed .social-icon li{
    margin: 0 5px;
}
.instafeed {
    padding: 110px 0 60px;
}
.instafeed  .overlay {
    position: relative;
    z-index: 1;
}
.instafeed-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 25px 15px 20px;
    z-index: 1;
}
.instafeed-content img{
    margin: 0 auto;
}
.instafeed-content .desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.instafeed-content .share-icon p {
    display: flex;
    align-items: center;
	color:#CDAB81;
}
.instafeed .social-icon li a:hover{
    background-color: transparent;
}
.instafeed .social-icon li a:hover svg path{
    fill: #AB0634;
}

.instafeed-content p {
	
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.instafeed-content span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
	margin-top:6px;
}
.instafeed-box .img-wrapper{
    min-height: 300px;
	position: relative;
    padding-top: 100%;
}
.instafeed-box .img-wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
}
.instafeed-box .fa.fa-facebook{color:#FFF;font-size:25px;}
.instafeed-box.overlay:hover::before{
    opacity: 1;
}
.instafeed-content > div{
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
       transition-duration: .6s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
       transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-timing-function: cubic-bezier(.39,.57,.56,1);
    -o-transition-timing-function: cubic-bezier(.39,.57,.56,1);
       transition-timing-function: cubic-bezier(.39,.57,.56,1);
    -webkit-transform: translateY(2rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
        -ms-transform: translateY(2rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            transform: translateY(2rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    opacity: 0;
}
.instafeed-box:hover .instafeed-content > div{
    -webkit-transform: translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
        -ms-transform: translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            transform: translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    opacity: 1;
}
.instafeed-box .instafeed-content > div:nth-child(1){ -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s;}
.instafeed-box .instafeed-content > div:nth-child(2){-webkit-transition-delay: .3s;-o-transition-delay: .3s;transition-delay: .3s;}
.instafeed-box .instafeed-content > div:nth-child(3){-webkit-transition-delay: .2s;-o-transition-delay: .2s;transition-delay: .2s;}
.instafeed-box .instafeed-content > div:nth-child(4){-webkit-transition-delay: .1s;-o-transition-delay: .1s;transition-delay: .1s;}
.instafeed-box:hover .instafeed-content > div:nth-child(4){ -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s;}
.instafeed-box:hover .instafeed-content > div:nth-child(3){-webkit-transition-delay: .3s;-o-transition-delay: .3s;transition-delay: .3s;}
.instafeed-box:hover .instafeed-content > div:nth-child(2){-webkit-transition-delay: .2s;-o-transition-delay: .2s;transition-delay: .2s;}
.instafeed-box:hover .instafeed-content > div:nth-child(1){-webkit-transition-delay: .1s;-o-transition-delay: .1s;transition-delay: .1s;}
.instafeed-slider .slick-arrow {
	position: absolute;
	right: 20%;
	left: auto;
	z-index: 1;
	top: auto;
	bottom: -100px;
	cursor:pointer;
}
.instafeed-slider .slick-arrow.slick-next{
	right: calc(20% - 50px);
}
.instafeed.overlay:before{
    height: 64%;
    background-color: #EAE6DD;
}
.instafeed .section-header {
    padding-left: 18.5%;
}
.instafeed-slider .slick-slide{
    padding: 0 15px;
}
.instafeed-slider .slick-list{
    margin: 0 -100px 0 -15px;
}
.instafeed-content .share-icon svg{
	width:20px;
}

.instafeed .social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.instafeed .social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #c4a962;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CDAB81;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}

.instafeed .social-icon:hover {
  background: #1a2d4a;
  color: #ffffff;
  border-color: #1a2d4a;
}

.instafeed .slick-arrow{
	border:1px solid #d7d6e9;
	width: 41px;
    height: 41px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.instafeed .slick-arrow:hover {
    background-color: #d7d6e9;
}
.instafeed .slick-arrow.slick-disabled{
	opacity:0.5;
}
.instafeed .slick-arrow svg path{
	    fill: #2a2671;
}
@media only screen and (max-width:991.98px){
	.instafeed .slick-arrow{right:70px;}
	.instafeed-slider .slick-arrow.slick-next { right: 20px;}
}