.location-section-2.style-1 {
    padding: 8em 0;
    background: #e3edf5;
}

.location-section-2.style-1 .location-title p {
    max-width: 850px;
    text-transform: initial;
    color: var(--color-secondary);
    letter-spacing: 0;
    margin: 2em auto 0;
    line-height: 1.7;
}

a#loc-team-btn-link {
    margin: auto;
    background: rgb(40 39 40 / 80%);
}

a#loc-team-btn-link:hover {
    background: var(--color-primary) !important;
}

.location-section-2.style-1 .location-title h2 {
    opacity: 0.800;
    font-size: 60px !important;
    letter-spacing: -1px;
    line-height: 80px;
    text-transform: uppercase;
    color: #282728;
    font-weight: 300;
}

.location-section-2.style-1 .slick-list {
    margin: 0 -35px;
    padding: 5em 0 5em;
}

.location-section-2.style-1 .slick-list .slick-slide {
    margin: 0 35px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    padding: 60px 50px;
}

.location-section-2.style-1 .slick-list .slick-slide .ry-inner-flex {
    display: flex;
    /* padding: 60px 50px; */
    /* border-radius: 30px; */
    /* box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%); */
    /* -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%); */
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
    flex-direction: column;
    justify-content: center;
    /* background: #fff; */
    margin-bottom: 1em;
}

.location-section-2.style-1 .photo.box-style {height: 160px;width: 160px;margin: auto;border-radius: 100%;background: #fff;padding: 5px;border: 8px solid #f8d32e;display: flex;align-items: center;}

.location-section-2.style-1 .photo.box-style:before {
}
.location-section-2.style-1 .photo.circle-style {
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 280px;
    height: 280px;
}

.location-section-2.style-1 .photo.circle-style:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    background: #cca239;
    z-index: -1;
    border-radius: 50%;
}
.location-section-2.style-1 .text-group {
    /* max-width: calc(100% - 300px); */
    padding-left: 0;
}

.location-section-2.style-1 .photo.box-style img,
.location-section-2.style-1 .photo.circle-style img {
    object-fit: cover;
    height: 100%;
    width: 150px;
    margin: auto;
    border-radius: 100%;
}

.location-section-2.style-1 .text-group h3 {
    font-size: 26px !important;
    color: var(--color-secondary);
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 5px;
}

.location-section-2.style-1 .text-group h4 {
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #fff;
    font-family: var(--font-default) !important;
    text-align: center;
}

.location-section-2.style-1 .text-group .location-title {
    position: relative;
}

.location-section-2.style-1 .text-group .location-title:after {
    margin: 15px 0 15px;
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-secondary);
    display: none;
}

.location-section-2.style-1 .text-group .ry-text p {
    font-size: 15px !important;
    line-height: 1.5;
    color: #fff;
}

.location-section-2.style-1 .slick-dots {
    display: flex !important;
    padding-left: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 1em;
    /* display: none !important; */
}

.location-section-2.style-1 .slick-dots button {
    width: auto;
    padding: 0;
    height: auto;
    border: unset;
    background: #cccccc;
    text-indent: -999999px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.location-section-2.style-1 .slick-dots li {
    margin: 0 3px;
}

.location-section-2.style-1 .slick-dots li.slick-active button {
    background: var(--color-secondary);
}

.team.slick-slide .ry-btn::after {
    color: var(--color-primary);
}

.team.slick-slide a.ry-btn.ry-btn-primary {
    background: #c9dde0;
    color: var(--color-primary) !important;
    font-size: 15px !important;
    margin: auto;
}

.team.slick-slide a.ry-btn.ry-btn-primary:hover {
    background: var(--color-primary) !important;
    color: #fff !important;
}

.location-title p {
    text-align: center !important;
    max-width: 800px;
}

div#team-button-block >div {
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    margin-top: 2em;
	width:100%;
	 display:flex;
}

div#team-button-block  .btn-block {
    width: auto;
    margin: 0;
}


div#team-button-block  a.ry-btn.ry-btn-primnary {
    background: #4a4e50;
}

div#team-button-block a.ry-btn.ry-btn-primnary:hover {
    background: var(--color-primary) !important;
}

body.default.location-template-single .ry-btn {
    font-size: 15px !important;
    background: #4b8f99;
}


@media (max-width: 1680px) {
	.location-section-2.style-1 .photo.box-style {
		/* width: 50%; */
		/* height: 50%; */
	}
	.location-section-2.style-1 .text-group {
		max-width: 100% !important;
		width: 100%;
	}
	
	div.location-section-2.style-1 .text-group h3 {
		font-size: 23px !important;
	}
}
@media (max-width: 1480px) {
	.location-section-2.style-1 .photo.box-style {
		/* width: 40%; */
		/* height: 40%; */
	}
	.location-section-2.style-1 .text-group {
		max-width: 100%;
		width: 100%;
	}
	.location-section-2.style-1 .slick-list .slick-slide {
		margin: 0 15px;
		padding: 3em  !important;
	}

	.location-section-2.style-1 .text-group h3 {
		line-height:1.3 !important;
		font-size:23px !important;
		
	}
	.location-section-2.style-1 .slick-list {
		margin: 0 -15px;
	}
}
@media (max-width: 1280px) {
	.location-section-2.style-1 .slick-list .slick-slide .ry-inner-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.location-section-2.style-1 .text-group {
		max-width: 100%;
		padding-left: 0;
	}

	.location-section-2.style-1 .text-group h3 {
		line-height: 1;
		margin-top: 0;
		text-align: center;
	}

	.location-section-2.style-1 .text-group h4 {
		text-align: center;
	}

	.location-section-2.style-1 .text-group .location-title:after {
		margin-left: auto;
		margin-right: auto;
	}

	.location-section-2.style-1 .text-group .ry-text p {
		text-align: center;
	}

}




@media (max-width:1199px) {
    .location-section-2.style-1 .slick-list .slick-slide {
		padding: 2em !important;
	}

		.location-section-2.style-1 .text-group h3 {
		font-size: 18px !important;
	}

		.location-section-2.style-1 .slick-dots {
		flex-wrap: wrap;
	}

	.location-section-2.style-1 .slick-dots li {
		line-height: normal;
	}
}



@media (max-width:1080px) {
	.location-section-2.style-1 {
		padding: 4em 0 !important;
	}
}



@media (max-width:991px) {
	.location-section-2.style-1 {
		padding: 3em 0 6em !important;
	}
}


@media (max-width: 600px) {

   div.location-section-2.style-1 .slick-list {
	padding:4em 0 5em !important;
}
    
}


