.banner-section{
	position: relative;
}
.banner-text{
	position: absolute;
	text-align: center;
	top:50%;
	transform: translateY(-30%);
	color: #fff;
	left: 0;
	right: 0;
}
.banner-text h1{
	margin-bottom: 2rem;
	    font-size: 4rem;
    font-weight: 300;
}
.banner-text p{
	    font-size: 1.25rem;
	    line-height: 30px;
}
.breadcrumb{
	padding: 1rem 4rem;
	border-bottom: 1px solid #E0E0E0
}
.section-padding{
	padding: 3rem 4rem;
}
.breadcrumb p{
	color: #003541;
	font-weight: 400;
	margin-bottom: 0;
}
.breadcrumb a{
	text-decoration: none;
	color: #000;
}
.section-padding{
	padding: 3rem 0;
}
.small-title{
	color: #896E22;
    font-size: 0.9rem;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2rem;
        padding-top: 1rem;
}
.small-title:after {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #121212;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.big-title {
    color: #333333;
    font-size: 3.75rem;
    font-weight: 300;
    margin-bottom: 3rem;
    font-family: "Libre Franklin", sans-serif;
}
.about-board-wrapper{
	max-width: 70%;
    margin: 0 auto;
}
.about-board-description h4{
	font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 35px;
}
.about-board-description p{
	font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}
.blog-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	    padding-bottom: 2rem;
}
.blog-container .blog-box{
	width: calc((100% - 50px) / 3);
	  display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-box-img{
	margin-bottom: 10px;
}
.blog-content-name a{
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.blog-content p{
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	max-width: 80%;
}
.blog-date{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 1.5rem;
}
.btn-read{
	text-decoration: none;
	color:#003541;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;

}
.blog-content{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 1rem 0;
}

.blog-content-inner {
    flex-grow: 1;
}

.blog-read-more {
    margin-top: auto;
}
.blog-view{
	display: block;
	text-align: center;
	padding: 1rem 1.5rem;
	border:1px solid #003541;
	border-radius: 100px;
	text-decoration: none;
	color:#003541;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
}
.chairman-message{
	background-color: #FBF7EE;
}
.chairman-message-content{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #C8AB5F66;
	    border-bottom: 1px solid #C8AB5F66;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.chairman-text{
	width: 60%;
}
.chairman-img{
	width: 30%;
}
.chairman-desi{
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #C8AB5F;
}
.chairman-text .para{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 1rem;
}
.chairman-text h4{
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	margin-bottom: 2.5rem;
}
.thumb-slider .slick-prev{
	    top: -10%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    transform: rotate(90deg);

}
.thumb-slider .slick-next{
	    bottom: -2%;
    /* right: 0; */
    left: 0;
    text-align: center;
    margin: 0 auto;
    transform: rotate(90deg);
    top: auto;
}
.thumb-slider .slick-next:before,
.thumb-slider .slick-prev:before{
	color: #000;
    font-size: 35px;
}
.board-carousel .slick-next,
.board-carousel .slick-prev{
	display: none !important;
}
/*gallery slider css*/
	
	.gallery-image{
	    height: 100%;
	    position: relative;
	    height: 400px;
	}
	.gallery-image h4{
		position: absolute;
	    top: 2%;
	    right: 2%;
	    color: #fff;
	    font-size: 20px;
	    font-weight: 300;
	    display: flex;
	}
	.gallery-image .location-img{
		    width: auto !important;
	}
	#gallery-slider.owl-carousel .owl-stage{
		display: flex;
	}
	#gallery-slider.owl-carousel .owl-item .gallery-img{
		height: 100%;
		object-fit: cover;
	}
	#gallery-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
		background: #0C4552;
	}
	#gallery-slider.owl-theme .owl-dots .owl-dot span{
		background-color: #C8AB5F;
	}
	#gallery-slider.owl-theme .owl-nav.disabled+.owl-dots{
		margin-top: 2rem;
	}
/*gallery slider css*/
.newletter-sec .section-header p {
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 3rem;
}
.newletter-sec .section-header p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    bottom: -70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #333333;
}
.newletter-sec .section-header h2 {
    font-size: 3.75rem;
    font-weight: 100;
    color: #333;
     font-family: "Libre Franklin", sans-serif;
}
.newletter-sec.section-padding {
    padding: 5rem 0rem 5rem 4rem;
    background: linear-gradient(to right, #FFFAEE 85%, #fff 15%);
}
.newletter-container {
    display: flex;
    justify-content: space-between;
}
.newletter-container .newletter-box {
    width: 40%;
}
.newletter-container .newletter-img {
    width: 50%;
}
.newletter-container .customer-form p {
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
}
.newletter-container .customer-form input[type="submit"] {
    background-color: #003541;
    color: #fff;
    border: 0;
    border-radius: 40px;
    padding: 0 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    max-width: 300px;
    margin-right: 0px;
}

.newletter-container .customer-form {
    display: flex;
    margin-top: 0rem;
}

.newletter-container .section-header p:after {
    margin: 0;
}
.newletter-container .customer-form input {
    margin-right: 2rem;
    border-radius: 40px;
    padding: 1rem;
    border: 1px solid #333333;
}

.customer-form .contact-form-wrapper-spinner {
    position: absolute;
    bottom: -2rem;
}
.board-section{
	background-color: #FBF7EE;
}
.board-carousel{
	width: 80%;
}
.board-wrapper{
	display: flex;
	justify-content: space-between;
}
.board-img{
	width: 40%;
}
.board-info{
	width: 55%;
	padding-top: 3rem;
}
.member-info .member-desi{
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #C8AB5F;
}
.member-info .member-name{
	color: #333;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 1rem;
	border-bottom: 1px solid #626C7A;
}
.member-info .description p{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.board-container{
	display: flex;
	justify-content: space-between;
	padding-top: 3rem;
}
.member-thumbnails{
	width: 18%;
	align-self: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	background-color: transparent;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #013541;
	color: #013541;
}
.thumbnail{
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin: 0 auto;
	margin-bottom: 2.5rem;
	position: relative;
}
.member-thumbnails .owl-stage {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    width: 100% !important;
}
.member-thumbnails .owl-item {
    margin: 5px 0;
    width: 100% !important;
    text-align: center;
    position: relative;
    border: 4px solid transparent;
}
.member-thumbnails .owl-nav.disabled {
    display: block;
    position: absolute;
    left: 41%;
    right: 0;
    text-align: center;
    top:0;
    height: 100%;
}
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
    top: -3rem;
    transform: rotate(90deg);
    font-size: 20px;
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	bottom:-2rem;
	transform: rotate(90deg);
    font-size: 20px;
}
.owl-item.active.synced .thumbnail:after{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  pointer-events: none;
  box-sizing: border-box;
  background: #C8AB5FB2;
  border: 4px solid #896E22;
}
.desktop-view{
	display: block;
}
.mobile-view{
	display: none;
}
.acf-self-hosted-video {
    padding: 60px 20px;
    background-color: #f8f8f8;
    text-align: center;
}

.acf-self-hosted-video .video-title {
    font-size: 32px;
    margin-bottom: 10px;
    color: #222;
}

.acf-self-hosted-video .video-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}

.video-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
@media screen and (min-width:320px) and (max-width:568px){
	.desktop-view{
		display: none;
	}
	.mobile-view{
		display: block;
	}
	.banner-text{
		max-width: 70%;
		margin: 0 auto;
	}
	.banner-text h1{
		font-size: 48px;
		font-weight: 300;
	}
	.banner-text p{
		font-size: 14px;
		font-weight: 400;
		line-height: 25px;
	}
	.breadcrumb {
    padding: 1rem 1rem;
   }
	.about-board-wrapper{
		max-width: 100%;
	}
	.section-padding {
    	padding: 3rem 0rem;
	}
	.big-title {
	    font-size:36px;
	    margin-bottom: 2rem;
	}
	.about-board-description h4{
		font-size: 16px;
        width: 100%;
        max-width: 90%;
        line-height: 1.3;
        margin: 0px auto 1rem auto;
	}
	.about-board-description p{
		font-size: 14px;
		width: 100%;
        max-width: 90%;
        margin: 0 auto;
	}
	.board-container {
	    flex-direction: column-reverse;
	}
	.member-thumbnails,.board-carousel{
		width: 100%;
	}
	.member-thumbnails .owl-stage {
	    display: flex !important;
	    flex-direction: row !important;
	    flex-wrap: wrap;
	    width: 80% !important;
	    margin: 0 auto;
	}
	.member-thumbnails .owl-item{
		width: auto !important;
	}
	.owl-carousel .owl-nav button.owl-prev {
	    top: auto;
	    transform: rotate(180deg);
	    right: 0;
	}
	.owl-carousel .owl-nav button.owl-next {
	    bottom: auto;
	    transform: rotate(180deg);
	    left:0;
	}
	.member-thumbnails .owl-nav.disabled{
		left:0;
		top: 25%;
	}
	.board-wrapper{
		flex-wrap: wrap;
		padding: 1rem 0;
	}
	.board-img,.board-info{
		width: 100%;
	}
	.blog-view {
		margin: 1rem auto 0 auto !important;
	}
	.blog-container .blog-box{
		width: 100%;
	}
	.member-desi{
		margin-top: 1rem !important;
	}
	.chairman-message-content{
		flex-wrap: wrap;
	}
	.chairman-text,.chairman-img{
		width: 100%;
	}
	.chairman-img{
		margin-top: 2rem;
		padding-bottom: 2rem;
/*		border-bottom: 1px solid #C8AB5FB2;*/
	}
	.newletter-sec.section-padding{
		padding:0;
		background: linear-gradient(to right, #FFFAEE 100%, #fff 0%);
	}
	.newletter-container .newletter-box{
		width: 100%;
		padding: 2rem 1rem;
	}
	.newletter-container .newletter-img{
		width: 100%;
	}
	.newletter-container{
		flex-wrap: wrap;
	}
	.newletter-sec.section-padding .col-12{
		padding-left: 0px;
	}
	.newletter-container .customer-form input {
	    margin-right: 0;
	    border-radius: 40px;
	    padding: 0.5rem;
        width: 100% !important;
	}
	.newletter-container .customer-form input[type="submit"]{
		background-color: #003541;
    color: #fff;
    border: 0;
    border-radius: 40px;
    padding: 0.8rem;
     margin-left: 0rem; 
    text-transform: uppercase;
    max-width: 100%;
    /* margin-right: 0px; */
    margin-top: 1rem;
	}
	.newletter-container .customer-form p{
		display: block;
	}
	.newletter-container .newletter-box .section-header p,
	.newletter-container .newletter-box .section-header h2{
		text-align: center;
		
	}
	.newletter-container .newletter-box .section-header h2{
		font-size: 2rem;
	}
	.newletter-container .customer-form p{
		margin-top: 0;
	}
	.newletter-container .section-header p:after{
		margin: 0 auto;
	}
	.blog-section .section-header, .blog-section .blog-container, .chairman-message-content{
		padding: 2rem 1rem;
	}
	.gallery-slider{
		padding: 0;
	}
	.small-title {
		padding-top: 0 !important;
	}
	.chairman-desi {
    padding-top: 1rem;
	}
	.thumb-slider .slick-next,
	.thumb-slider .slick-prev{
		display: none !important;
	}
}
@media screen and (min-width:569px) and (max-width:786px){
	.desktop-view{
		display: none;
	}
	.mobile-view{
		display: block;
	}
	.banner-text{
		max-width: 70%;
		margin: 0 auto;
	}
	.banner-text h1{
		font-size: 52px;
		font-weight: 300;
	}
	.banner-text p{
		font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
        max-width: 75%;
        margin: 0 auto;
	}
	.about-board-wrapper{
		max-width: 100%;
	}
	.section-padding {
    	padding: 3rem 0rem;
	}
	.big-title {
	    font-size:42px;
	    margin-bottom: 2rem;
	}
	.about-board-description h4{
		font-size: 18px;
        max-width: 80%;
        margin: 0 auto 2rem auto;
        line-height: 1.3;
	}
	.slick-slide img {
    margin: 0 auto;
   }
    .member-desi {
    margin-top: 2rem;
   }
   .member-info, .blog-container, .chairman-text{
   	padding: 0 1rem;
   }
   .chairman-message-content{
   	border-bottom: 0 !important;
   }
   .newletter-box h2{
   	max-width: 70%;
    margin: 0 auto;
   }
	.about-board-description p{
		font-size: 14px;
		max-width: 90%;
        margin: 0 auto;
	}
	.board-container {
	    flex-direction: column-reverse;
	}
	.member-thumbnails,.board-carousel{
		width: 100%;
	}
	.member-thumbnails .owl-stage {
	    display: flex !important;
	    flex-direction: row !important;
	    flex-wrap: wrap;
	    width: 80% !important;
	    margin: 0 auto;
	}
	.member-thumbnails .owl-item{
		width: auto !important;
	}
	.owl-carousel .owl-nav button.owl-prev {
	    top: auto;
	    transform: rotate(180deg);
	    right: 0;
	}
	.owl-carousel .owl-nav button.owl-next {
	    bottom: auto;
	    transform: rotate(180deg);
	    left:0;
	}
	.member-thumbnails .owl-nav.disabled{
		left:0;
		top: 25%;
	}
	.board-wrapper{
		flex-wrap: wrap;
	}
	.board-img,.board-info{
		width: 100%;
	}
	.blog-container .blog-box{
		width: 100%;
	}
	.chairman-message-content{
		flex-wrap: wrap;
	}
	.chairman-text,.chairman-img{
		width: 100%;
	}
	.chairman-img{
		margin-top: 2rem;
		padding-bottom: 2rem;
		border-bottom: 1px solid #C8AB5FB2;
	}
	.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .newletter-box{
        padding: 2rem;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
    .thumb-slider .slick-next,
	.thumb-slider .slick-prev{
		display: none !important;
	}
}
@media screen and (min-width:787px) and (max-width:991px){
	.newletter-sec.section-padding{
		padding: 3rem 0rem 3rem 2rem;
	}
	.section-padding {
    	padding: 3rem 2rem;
	}
	.about-board-wrapper{
		max-width: 90%;
	}
	.banner-title-and-img .mobile-view{
		display: none !important;
	}
	.board-container {
	    flex-direction: column-reverse;
	}
	.member-thumbnails,.board-carousel{
		width: 100%;
	}
	.member-thumbnails .owl-stage {
	    display: flex !important;
	    flex-direction: row !important;
	    flex-wrap: wrap;
	    width: 80% !important;
	    margin: 0 auto;
	}
	.member-thumbnails .owl-item{
		width: auto !important;
	}
	.owl-carousel .owl-nav button.owl-prev {
	    top: auto;
	    transform: rotate(180deg);
	    right: 0;
	}
	.owl-carousel .owl-nav button.owl-next {
	    bottom: auto;
	    transform: rotate(180deg);
	    left:0;
	}
	.member-thumbnails .owl-nav.disabled{
		left:0;
		top: 25%;
	}
	.board-wrapper{
		flex-wrap: wrap;
	}
	.newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE ;
    }
    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .newletter-container .newletter-box, .newletter-container .newletter-img {
        width: 100%;
    }
    .newletter-container .newletter-box .section-header p, .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }
    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }
    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }
    .newletter-sec .pe-0{
        padding-left: 0 !important;
    }
    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }
    .newletter-container .newletter-box{
        padding: 2rem;
    }
    .newletter-container .section-header p:after{
        margin: 0 auto;
    }
    .thumb-slider .slick-next,
	.thumb-slider .slick-prev{
		display: none !important;
	}
	
    .newletter-container .newletter-img{
    	align-self: center;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.newletter-container .section-header h2{
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .newletter-container .customer-form input[type="submit"]{
        width: 140px;
    }
    .newletter-container .customer-form input.wpcf7-email{
        width: 280px;
        margin-right: 1rem;
    }
    .newletter-container .newletter-img{
    	align-self: center;
    }
    .newletter-container .newletter-box{
    	width: 45%;
    }

}
@media screen and (min-width:1025px) and (max-width:1280px){
	
	.about-board-wrapper {
    max-width: 85%;
   }
   .big-title {
    font-size: 3.8rem;
        margin-bottom: 2rem;
   }
   .about-board-description h4 {
    font-size: 1.25rem;
   }
   .about-board-description p {
    font-size: 1rem;
   }
   .section-header h2{
   	font-size: 2.5rem !important;
   }
   .newletter-container .newletter-img{
        align-self: center;
    }

    .newletter-container .section-header h2{
        font-size: 3.5rem;
    }
}
