/* TOUR SECTION
---------------------------------------------*/
.tour-box {
	border: 10px solid #D7F0F1;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	width: 100%;
	max-width: 1124px;
	margin: -100px auto 0;
	background: #D7F0F1;
	z-index: 5;
	position: relative;
}

.tour-box img {
	border-radius: 10px;
	
}

.tour-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(42,100,127,1), rgba(42,100,127,1));
	mix-blend-mode: hard-light;
	z-index: 2;
}



.tour-box .arrow,
.tour-box .number-crumb-container {
	display: none;
}

.tour-box .slide-container {
	padding-bottom: 0;
}

.tour-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.tour-content h3 {
	color: #fff;
	max-width: 875px;
	margin: 0 auto 20px;
}

.tour-content .main-btn4 {
	width: 100%;
	max-width: 206px;
	text-align: center;
}
/* SHOWCASE SECTION
----------------------------------*/

.showcase-section {
	padding: 50px 0;
	position: relative;
	
}

.showcase-section .sh-row.row {
	align-items: center;
}

.show-con {
	width: 100%;
	max-width: 583px;
	margin: 30px auto;
}

.showcase-section .container {
	max-width: 1500px;
	position: relative;
	z-index: 5;
}

.showcase-section h5 {
	margin-bottom: 20px;
}

.show-con .main-btn4,
.show-b .main-btn4 {
	width: 100%;
	max-width: 273px;
	text-align: center;
}
.showa,
.show-box {
	width: 100%;
	max-width: 320px;
}

.show-box {
	margin: 20px auto;
}

.show-img {
	width: 141px;
	height: 141px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items:center;
	margin: 15px auto;
	border-radius: 50%;
	overflow: hidden;
	padding: 25px;
}

.show-img::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #D7F0F1;
	height: 70px;
	width: 100%;
	z-index: -1;
	transition: all .2s ease-in;
	opacity: 1;
}

.show-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #D7F0F1;
	height: 71px;
	width: 100%;
	z-index: -1;
	transition: all .2s ease-in;
	opacity: 0;
}

.show-box:hover .show-img::after {
	opacity: 1;
}

.show-box:hover .show-img::before {
	opacity: 0;
}

.showcase-section a {
	text-decoration: none;
}

.show-title h4 {
	position: relative;
	display: inline;
	margin-top: 10px;
}

.show-title h4::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 3px;
	width: 100%;
	background:  transparent;
	transition: all .2s ease-in;
}

.show-box:hover .show-title h4::after {
	background: #DA8910;
}

.show-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 730px;
	margin: 0 auto;
}

.show-b {
	display: none;
}

/* REV-SECTION
--------------------------------*/

.rev-section {
	padding: 100px 0 50px;
}

.rev-section .container {
	max-width: 1800px;
}

.no-webp.loaded .rev-section {
    background: linear-gradient(rgba(42,100,127,1), rgba(42,100,127,1)), url(/wp-content/themes/charlie-child/images/rev-bg.jpg) center center no-repeat;
    background-size: cover;
    background-blend-mode: hard-light;
}

.webp.loaded .rev-section {
    background: linear-gradient(rgba(42,100,127,1), rgba(42,100,127,1)), url(/wp-content/themes/charlie-child/images/rev-bg.webp) center center no-repeat;
    background-size: cover;
  background-blend-mode: hard-light;
}

.rev-inner {
	color: #fff;
	width: 100%;
	max-width: 616px;
	min-height: 421px;
	padding: 20px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
}

.p-name {
	margin-top: 30px;
}


.rev-inner p {
	width: 100%;
	max-width: 388px;
}

.rev.slick-slide.slick-current.slick-active.slick-center .rev-inner {
	background: #fff;
	box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.25);
	color: #161A1B;
}

.rev.slick-slide.slick-current.slick-active.slick-center .rev-inner p {
	max-width: 509px;
}

.slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 30px 0 0 -25px;
}

.slick-dots li {
	margin: 10px 5px;
}

.slick-dots button, 
.slick-dots input[type="button"], 
.slick-dots input[type="reset"],
.slick-dots input[type="submit"],
.slick-dots a[class*="btn"],
.slick-dots a[class*="bttn"] {
	color: transparent;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: none;
	border: 2px solid #FFFFFF;
	
}

.slick-dots .slick-active button,
.slick-dots .slick-active input[type="button"],
.slick-dots .slick-active input[type="reset"],
.slick-dots .slick-active input[type="submit"],
.slick-dots .slick-active a[class*="btn"],
.slick-dots .slick-active a[class*="bttn"] {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

.rev-pause .btn {
	background: none;
	width: 17px;
    height: 17px;
    padding: 0;
    

}

.rev-pause {
	margin-top: -30px;
}

.rev-pause .btn.pause .play-icon {
	display: none;
}

.rev-pause .btn.play .pause-icon {
	display: none;
}

.btn {
	position: absolute;
	top: -18px;
    margin: 0 0 0 42px;
	color: transparent;
}

/* MAIN WRAP
--------------------------------------*/
.main-wrap {
	position: relative;
	overflow: hidden;
}

.main-wrap .container {
	max-width: 1700px; 
	position: relative;
	z-index: 5;
}


.blue-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 320px;
	background: linear-gradient(273.69deg, #78CCD0 -30.43%, #D7F0F1 100%);
}


.main-con {
	padding: 220px 0 200px;
	max-width: 850px;
}

.main-b {
	margin-top: 70px;
}

.main-b .main-btn4 {
	width: 100%;
	max-width: 255px;
	text-align: center
}

.row.contentsection {
	padding: 0;
}

.doc-pic {
	width: 100%;
	height: 738px;
	max-width: 554px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 30px;
}

.no-webp.loaded .doc-pic {
    background: url(/wp-content/themes/charlie-child/images/cutout.png) bottom center no-repeat;
    background-size: contain;
    
}

.webp.loaded .doc-pic {
    background: url(/wp-content/themes/charlie-child/images/cutout.webp) bottom center no-repeat;
    background-size: contain;
  
}

.watermark {
	width: 100%;
	max-width: 345px;
	height: 690px;
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 2;
}

.no-webp.loaded .watermark{
    background: url(/wp-content/themes/charlie-child/images/watermark1.png) center center no-repeat;
    background-size: contain;
    
}

.webp.loaded .watermark{
    background: url(/wp-content/themes/charlie-child/images/watermark1.webp) center center no-repeat;
    background-size: contain;
  
}

/* OFFICES SECTION
-------------------------------------*/

.offices-section {
	padding: 100px 0 50px;
}

.offices-section .container {
	position: relative;
}

.map-area {
	/*margin-top: 30px;*/
    position: relative;
	height: 427px;
	overflow: hidden;
	max-width: 427px;
	margin: 30px auto;
	border-radius: 50%;
	width: 100%;
	z-index: 5;
}

.map-overlay1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
}

.loaded .map-overlay1 {
	background: url(/wp-content/themes/charlie-child/images/map1.jpg) top center no-repeat;
	background-size: cover;
	
}

.loaded.webp .map-overlay1 {
	background: url(/wp-content/themes/charlie-child/images/map1.webp) top center no-repeat;
	background-size: cover;
	
}

.map-overlay2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
}

.loaded .map-overlay2 {
	background: url(/wp-content/themes/charlie-child/images/map2.jpg) top center no-repeat;
	background-size: cover;
	
}

.loaded.webp .map-overlay2 {
	background: url(/wp-content/themes/charlie-child/images/map2.webp) top center no-repeat;
	background-size: cover;
	
}

.m1,
.m2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 496px;
	height: 496px;
	background: #D7F0F1;
	border-radius: 50%;
	margin: 30px auto;
}


.m1::after {
	content: '';
	position: absolute;
	width: 50%;
	right: 0;
	height: 100%;
	top: 0;
	background: #fff;
	
}





.m2::after {
	content: '';
	position: absolute;
	width: 50%;
	left: 0;
	height: 100%;
	top: 0;
	background: #fff;
	
}

.loc-info {
	text-align: center;
}

.loc-info p {
	text-transform: uppercase;
	letter-spacing: 1.35px;
	color: #2A647F;
	font-weight: 800;
}

.loc-info .office-phone {
	font-weight: 800;
	font-size: 26px;
	line-height: 36px;
	color: #DA8910 !important;
	letter-spacing: 3px;
	
}

.loc-info h3 {
	margin: 20px 0 20px;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 992px) and (max-width: 1300px) {
	.blue-bar {
		height: 120px;
	}
	
	.main-con {
		padding: 129px 0 24px;
	}
}

@media only screen and (min-width: 980px) {
} 

@media (max-width: 1025px) {
	.tour-box {
		margin: 30px auto 0;
	}
	
}

@media only screen and (max-width: 991px) {
	.show-con .main-btn4 {
		display: none;
	}
	
	.show-b {
		display: block;
		margin-top: 30px;
	}
	.tour-content h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.show-con {
		text-align: center;
	}
	
	.rev-section {
		padding: 50px 0 30px;
	}
	.doc-pic {
		position: relative;
	}
	
	.no-webp.loaded .doc-pic {
		background: url(/wp-content/themes/charlie-child/images/cutout.png) top center no-repeat;
		background-size: contain;

	}

	.webp.loaded .doc-pic {
		background: url(/wp-content/themes/charlie-child/images/cutout.webp) top center no-repeat;
		background-size: contain;

	}
	.doc-pic {
		right: inherit;
	}
	
	.watermark {
		top: inherit;
		bottom: 5px;
		max-width: 300px;
		opacity: .3;
	}
	
	.main-con {
		text-align: center;
		padding: 50px 0;
	}
	
	.main-b {
		margin-top: 30px;
	}
	
	.loc-info {
		margin-bottom: 20px;
	}
	.offices-section {
		padding: 50px 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.show-con {
		font-size: 23px;
		font-weight: 500;
	}
	.show-con p {
		margin-bottom: 30px;
	}

} 

@media only screen and (max-width: 767px) {
	.tour-content h3 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.loc-info .office-phone {
		font-size: 20px;
		line-height: 30px;
	}
	
	.loc-info {
		font-size: 14px;
		line-height: 24px;
	}
} 

@media all and (max-width: 600px) {
	.show-row {
		flex-direction: column;
	}
	
	.map-area {
		max-width: 300px;
		height: 300px;
	}
	
	.m1,
	.m2 {
		max-width: 360px;
		height: 360px;
	}
	
	.tour-box  {
		display: none;
	}
	
	.doc-pic {
		height: 544px;
	}
}

@media only screen and (max-width: 500px) {
	.map-area {
		max-width:230px;
		height: 230px;
	}
	
	.m1,
	.m2 {
		max-width: 250px;
		height: 250px;
	}
	
	.no-webp.loaded .rev-section {
		background: linear-gradient(rgba(42,100,127,1), rgba(42,100,127,1)), url(/wp-content/themes/charlie-child/images/rev-bgm.jpg) center center no-repeat;
		background-size: cover;
		background-blend-mode: hard-light;
	}

	.webp.loaded .rev-section {
		background: linear-gradient(rgba(42,100,127,1), rgba(42,100,127,1)), url(/wp-content/themes/charlie-child/images/rev-bgm.webp) center center no-repeat;
		background-size: cover;
	  background-blend-mode: hard-light;
	}
	
	.doc-pic {
		height: 292px;
	}
	.watermark {
		max-width: 200px;
	}
}


@media only screen and (max-width: 300px) {
	.map-area {
		max-width:200px;
		height: 200px;
	}
	
	.m1,
	.m2 {
		max-width: 220px;
		height: 220px;
	}
}