/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

a {
  transition: all 0.3s ease;
}

strong {
	font-weight: 500;
}

li::marker {
    color: #abdcd8;
}

.gallery-caption, .wp-caption figcaption, .wp-caption p.wp-caption-text {
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

/*
.widgetholder {
	width: 100%!important;
	height: auto!important;
	min-height: 230px!important;
	border-radius: 10px!important;
	background-color: #fff!important;
	padding: 10px!important;
	float: left!important;
	margin-bottom: 30px!important;
	display: block!important;
} */

textarea {
	height: 200px;
}

.casestudy .vc_single_image-wrapper img {
	max-height: 250px!important;
	object-fit: cover!important;
	border-radius: 10px 10px 0 0;
}

.vc_column-inner img.vcex-blog-entry-img {
	max-height: 230px!important;
	object-fit: cover!important;
	border-radius: 10px 10px 0 0;
}

.post-pagination-wrap {
	display: none!important;
}


.maxwidth {
	max-width: 1280px;
	margin: 0 auto;
}

.maxwidthpara {
	max-width: 1260px;
	margin: 0 auto;
}

.button_consultation {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: auto;
	font-size: 22px;
	font-weight: 300;
	color: #2a374a;
  background-image: url('/wp-content/uploads/2025/05/icon_booking.png');
  background-repeat: no-repeat;
  background-position: calc(100% + 2px) center;
	background-size: auto 100%;
}

.button_consultation:hover {
	color: #fff;
	text-decoration: none;
}

.button_consultationpage {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: auto;
	font-size: 22px;
	font-weight: 300;
	color: #2a374a;
	background-color: #abdcd8;
  background-image: url('/wp-content/uploads/2025/05/icon_booking.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
	background-size: auto 70%;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
}

.button_consultationpage:hover {
	color: #fff;
	text-decoration: none;
}

.box_expert {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: auto;
	font-size: 22px;
	font-weight: 300;
	color: #2a374a;
	background-color: #abdcd8;
 /* background-image: url('/wp-content/uploads/2025/05/icon_expert.png'); */
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
	background-size: auto 60%;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}




.button_findoutmore {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: auto;
	font-size: 18px;
	font-weight: 300;
	background-color: #2a374a;
	color: #fff;
  background-image: url('/wp-content/uploads/2025/05/icon_arrow.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
	background-size: auto 70%;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0 0 10px 10px;
}

.button_findoutmore:hover {
	color: #abdcd8;
	text-decoration: none;
}

.button_readmore {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: auto;
	font-size: 18px;
	font-weight: 300;
	background-color: #abdcd8;
	color: #2a374a;
  background-image: url('/wp-content/uploads/2025/05/icon_arrow_white.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
	background-size: auto 30px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	border-radius: 10px;
}

.button_readmore:hover {
	text-decoration: none;
	color: #fff;
}

.button_submenu {
	display: block;
	float: left;
	height: auto;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 100%;
	max-width: 1280px;
	height: auto;
	font-size: 18px;
	font-weight: 300;
	background-color: #abdcd8;
	color: #2a374a;
  background-image: url('/wp-content/uploads/2025/05/icon_arrow_white.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
	background-size: auto 30px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	border-radius: 10px;
}

.button_submenu:hover {
	text-decoration: none;
	color: #fff;
}

.submenubox {
	float: left;
	height: auto!important;
	min-width: 100%!important;
	margin-top: 30px!important;
}

 .entry-readmore {
	display: block;
	float: left;
	height: auto;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 100%;
	max-width: 1280px;
	height: auto;
	font-size: 18px;
	font-weight: 300;
	background-color: #abdcd8;
	color: #2a374a;
  background-image: url('/wp-content/uploads/2025/05/icon_arrow_white.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
	background-size: auto 30px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	border-radius: 10px;
	text-align: left;
}
 .entry-readmore:hover {
	text-decoration: none;
	color: #fff;
	 background-image: url('/wp-content/uploads/2025/05/icon_arrow_white.png')!important;
}

.vcex-grid-item {
	min-height: 435px!important;
}



.box_expertise {
	border-radius: 10px 10px 0 0;
	padding: 20px;
	min-height: 160px;
}

.box_location {
	border-radius: 10px 10px 0 0;
	padding: 20px;
	min-height: 200px;
}

.box_casestudy {
	border-radius: 0 0 0 0;
	padding: 20px;
	min-height: 150px;
}

.box_casestudy h2 {
	margin-top: 0px!important;
}

.single .page-header {
	display: none;
}

.single-blog-article {
	padding-top: 30px;
}

.single-post-title {
	margin-bottom: 10px;
}

.vc_tta-panel-body img {
	border-radius: 10px;
}

.entries {
	margin-top: -20px;
}

.wpex-mobile-menu__close-icon svg {
	fill: #abdcd8;
}

.wpex-open-submenu__icon svg {
	fill: #abdcd8;
}

.mainhead {
	font-size: 44px!important;
}

.wpcf7-form p {
	
}

.vc_custom_1748252995181[style] {
	padding-top: 13px!important;
	padding-bottom: 13px!important;
}





/* Screens below 768px (mobile/tablet) */
@media (max-width: 767px) {
  
	.wpex-text-center {
		text-align: left;
	}
	
	.box_expertise {
	min-height: 120px;
}
	
	.box_location {
	min-height: 120px;
}
	
	
	.mainhead {
	font-size: 34px!important;
}
	
	.alignleft {
		width: 100%!important;
		float: left!important;
		margin-bottom: 20px!important;
		margin-top: 10px!important;
	}
	
	.imgleft  {
		float: left!important;
		margin-right: 30px!important;
		margin-left: 0px!important;
		margin-bottom: 20px!important;
	}
	
	.submenubox {
	margin-top: -10px!important;
}
	
	
	
}

/* Screens 768px wide (mobile/tablet) */
@media (width: 768px) {
  
	.box_expertise {
	min-height: 190px;
}
	
}

/* Screens 768px and above (desktop) */
@media (min-width: 769px) {
	
	 .testimonial {
		min-height: 350px;
	}
	
	.home .testimonial {
		min-height: 260px;
	}
  	
	.vc_column-inner img {
		max-height: 600px!important;
		object-fit: cover!important;
	}
	
	.button_consultationpage {
	max-width: 300px;
		float: left;
}
	
	.button_readmore {
	max-width: 300px;
		float: left;
}
	
	.accreditation {
		max-width: 400px;
		height: auto!important;
	}
	
	textarea {
	width: 442px;
}
	
	.box_location {
	min-height: 230px;
}
	
	.mainhead {
		font-size: 40px!important;
	}
	
	.alignleft {
		width: 30%!important;
		float: right!important;
		margin-bottom: 0px!important;
		margin-top: 10px!important;
		margin-left: 30px!important;
	}
	
	.imgleft  {
		float: left!important;
		margin-right: 30px!important;
		margin-left: 0px!important;
		margin-bottom: 40px!important;
	}
	
	.fees {
		width: 50%!important;
		float: left!important;
		margin-left: 0px!important;
	}
	
}


/* Screens 1100px and above (desktop) */
@media (min-width: 1100px) {
	
  	
	.vc_column-inner img {
		max-height: 700px!important;
		object-fit: cover!important;
	}

	
}




