/*
 SECTION 2 
*/

.location-section-2.style-1 {
    padding: 120px 0 130px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-3a2c63ab-48af-44ec-9787-3dc630b0f89e/Location_Assets/team_bg.png) center center no-repeat;
	background-size: cover;
}

.location-title h2 {
    font-size: 50px !important;
}

.location-section-2.style-1 .location-title h2 {
    color: #fff !important;
}

.location-section-2.style-1 .slick-list {
    margin: 0 -35px;
    padding: 50px 0;
	display: flex;
    justify-content: center;
}

.location-section-2.style-1 .slick-list .slick-slide {
    margin: 0;
	max-width: 338px;
}

.location-section-2.style-1 .slick-list .slick-slide .ry-inner-flex {
    display: flex;
    padding: 0;
    border-radius: 24px;
    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: center;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
	    flex-direction: column;
}

.location-section-2.style-1 .photo.box-style {
    position: relative;
	padding-right: 0;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
}

/*.location-section-2.style-1 .photo.box-style:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    background: #fd6881;
    z-index: -1;
}*/
.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 .slick-track {
    display: flex;
    justify-content: center;
    gap: 3em;
}
.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: #fd6881;
    z-index: -1;
    border-radius: 50%;
}
.location-section-2.style-1 .text-group {
    /*max-width: calc(100% - 300px);
    padding-left: 20px;*/
	padding: 2em;
	background: #253c5e;
	border-radius: 0 0 24px 24px;
}

.location-section-2.style-1 .photo.box-style img,
.location-section-2.style-1 .photo.circle-style img {
    width: 100%;
    height: 100%;
}

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

.location-section-2.style-1 .text-group h4 {
    font-size: 18px !important;
    text-transform: initial !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
	color: #fff;
	opacity: 0.3;
}

.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: #fe886e;
	display: none;
}

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

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

.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: #ff886f;
}
.location-section-2.style-1 .text-group a.ry-btn.ry-btn-secondary:hover {
    background: transparent;
    border: 2px solid #4e708b;
}

@media (max-width: 1680px) {
	.location-section-2.style-1 .text-group {
		max-width: 50%;
		width: 100%;
	}
}
@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: 60%;
		width: 100%;
	}
	.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%;
	}

	.location-section-2.style-1 .text-group h3 {
		line-height: 1;
		margin-top: 30px;
		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: 500px) {
	.location-section-2.style-1 .slick-list .slick-slide {
		max-width: unset;
	}
	.location-section-2.style-1 .slick-track {
		display: block;
		margin: 0 auto;
	}
	.location-section-2.style-1 .slick-list {
		display: block;
		margin: 0 auto;
	}
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}