/*
 SECTION 2 
*/

.location-section-2.style-1 {
    padding: 120px 0 130px;
}

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

.location-section-2.style-1 .location-title h2 {
    color: #111a23;
}

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

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

.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;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
}

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

.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: #111a23;
    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 .photo.circle-style:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    background: #111a23;
    z-index: -1;
    border-radius: 50%;
}
.location-section-2.style-1 .text-group {
    max-width: calc(100% - 300px);
    padding-left: 20px;
}

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

.location-section-2.style-1 .text-group h3 {
    font-size: 24px !important;
    color: #111a23;
    font-weight: 700 !important;
}

.location-section-2.style-1 .text-group h4 {
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.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: #111a23;
}

.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: #111a23;
}

@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: 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 .slick-slide {
		margin: 0 15px;
	}
	.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: 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;
	}
}
/** 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 **/
    
}