/*
 Theme Name:   Basecamp Child
 Template:     basecamp
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Basics */

body {
font-family: 'Montserrat', serif;
color: rgba(0,0,0,0.8);

}

a, a:hover {
color: rgba(0,0,0,0.8);	
}

hr {
	border: none;
	margin: 30px 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
	height: 3px;
}
h1, h2, h3, h4, h5, h6 {
color: rgba(0,26,102,1);
letter-spacing:-0.03rem;
}
h1 {
	font-size: 3.5rem;
	margin-bottom: 30px;
	text-transform:uppercase;
	font-weight: 400;

}
h2 {
	font-size: 1.5rem;
	margin-bottom: 30px;
	text-transform:uppercase;
	font-weight: 700;
}

h2::after {
  border-bottom: 3px solid #7171fd;
  content: '';
  width: 100px;
  display: block;
  margin-top: 18px;
}
h2.text_white::after {
  border-bottom: 3px solid #ffffff;
  content: '';
  width: 100px;
  display: block;
  margin-top: 18px;
}


h3 {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
h4 {
	font-size: 1rem;
}

strong {
	color:#2f3f88;
}
blockquote {
	background-color: #eee;
	padding: 20px 20px 20px 130px;
	margin: 0px 0px 20px 0px;
	background-image: url(images/icon_quote.svg);
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: top 7px left 12px;
	min-height: 110px;

}

/* Navigation */

.mega-menu-wrap {
font-family: 'Montserrat', sans-serif !important;
}



/* Header */ 

header {

width: 100%;
z-index:999;
padding: 20px 0px 20px 0px;
background-color: rgba(255,255,255,1);
}

/* Backgrounds */

/* Padding */

.padding_0 {
	padding: 0px;
}

/* Margin */

.margin_0 {
	margin: 0px;
}

/* Boxes */

.box_logo {
text-align:center;
margin-bottom: 10px;	
}

.box_quote p {
font-size: 1.5rem;
font-style:italic;	
}
.box_quote strong {
color: rgba(0,0,0,0.8);
font-style:normal;
font-weight:normal;
	
	padding-top: 10px;
	font-size: 1.25rem;
}


.box_contact {
padding-top: 5px;	
}

.box_contact p {
text-align:center;
font-weight:700;
margin-bottom:0px;
line-height:110%;	
}


.box_social {
padding-top: 8px;
text-align:center;	
}
.box_social .fab {
	display:inline-block;
	padding-left: 10px;
	font-size: 1.25rem;
}


.box_navigation {
padding-top: 5px;	
}


.box_testimonial {
padding: 20px;
	background-color: rgba(114,184,255,0.2);
	margin-bottom: 20px;

}


.box_course {
padding: 20px;
	background-color: rgba(114,184,255,0.2);
	margin-bottom: 20px;

}




.box_award {
display:none;
}



/* NGG */

.ngg-imagebrowser-desc {
	display:none;
	
}

/* Lists */

.list_tick {
list-style-type:none;
}
.list_tick li::before {
  font-family: "Font Awesome 5 Free";
   content: "\f00c";
   display: inline-block;

   vertical-align: middle;
   font-weight: 900;
   color: rgba(0,76,108,1);
     width: 1.5rem;
  margin-left: -1.5rem;
}


.list_green {
	list-style-type:none;
}

.list_green li::before {
 content: "\2022";
   display: inline-block;

   vertical-align: middle;
   font-weight: 900;
   color: rgba(0,76,108,1);
     width: 1.5rem;
  margin-left: -1.5rem;
}


/* Pagination */

.nav-links {
}
.page-numbers {
	padding: 6px 8px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	margin-right: 3px;
	margin-bottom: 3px;
}
.page-numbers:hover {
	color: #fff;
}
.page-numbers.current {
	background-color: rgba(0,0,0,0.8);
}
/* Section */

section {
	padding: 40px 0px;
}



.section_blue {
background-color: #2f3f88;
}

.section_gradient {
background: rgb(47,63,136);
background: linear-gradient(0deg, rgba(47,63,136,1) 0%, rgba(113,113,253,1) 100%);
}

.section_grey {
background-color: #eee;
}

.section_title {

	padding: 40px 0px 30px 0px;
	


background-color: #2f3f88;

}

.section_title_pink {
background-color: #f78bca;	
}




.section_banner {
	background-color: #2f3f88;
	padding: 200px 0px 200px 0px;
	  position: relative;
  overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(https://tutraining.net/wp-content/uploads/2025/10/Defibrillator-training.jpg);


 background-color: rgba(47, 63, 136, 0.5);
  background-blend-mode: multiply;



}


.section_curve {
  padding: 0px;
  background-image: url(images/background_curve.png);
  background-position: center;
  margin-top: -300px;
  height: 300px;
  z-index: 999;
  display: block;
  position: relative;
}




.section_banner h1 {
position:relative;	
margin-bottom: 10px;
color:#fff;
font-size: 2rem;

}

.section_banner h1 span {
color: #72B8FF;	
}

.section_banner h2 {
font-size: 1.25rem;
color:#fff;	
}


.section_testimonials {
	background-color: #2f3f88;
	padding: 60px 0px 60px 0px;
	  position: relative;
  overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(https://www.teamumbrella.net/wp-content/uploads/2024/05/IMG_5118_4k-scaled-1.jpg);


 background-color: rgba(47, 63, 136, 0.5);
  background-blend-mode: multiply;



}




/* Maps */

.map_responsive{
    overflow:hidden;
    padding-bottom:400px;
    position:relative;
    height:0;
}
.map_responsive iframe{
    left:0;
    top:0;
    height:400px;
    width:100%;
    position:absolute;
}

/* Images */

.image_center {
margin: 0px auto;
display: block;	
}

.image_curved {

-webkit-border-bottom-right-radius: 30px;

-moz-border-radius-bottomright: 30px;

border-bottom-right-radius: 30px;
border-left: 10px solid #7171fd;
border-top: 10px solid #7171fd;	
}

/* Text */

.text_uppercase {
	text-transform: uppercase;
}
.text_small {
	font-size: 0.8rem;
}

.text_large {
	font-size: 1.25rem;
	margin-bottom: 0px;
	}


.text_white {
	color: rgba(255,255,255,1);

}
.text_more {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.text_category {
font-size: 0.8rem;
		
	margin-bottom: 10px;
	text-transform:uppercase;

	
}

.text_introduction {
color: rgba(0,0,0,0.6);
font-size: 1.4rem;
text-align:center;
}


.text_caption {


	font-size: 0.8rem;

letter-spacing: 2px;
	text-transform:uppercase;
	font-weight: 700;

}

.text_testimonial {

color: #fff;
	font-size: 2rem;

font-style:italic;

	font-weight: 700;

}

.text_grid {
text-align:center;
font-size: 0.8rem;	
}

/* Cards */



/* AWSM */

.awsm-personal-info span {
	
}

/* Clears */

.clear_10 {
	clear: both;
	height: 10px;
}
.clear_20 {
	clear: both;
	height: 20px;
}
.clear_30 {
	clear: both;
	height: 30px;
}
.clear_40 {
	clear: both;
	height: 40px;
}
.clear_50 {
	clear: both;
	height: 50px;
}

/* Card */

/* Footer */

footer {

	padding: 50px 0px 50px 0px;
	font-size: 0.8rem;

}
footer p {

	
}
footer p strong {

	color: rgba(210,187,111,1);

	text-transform:uppercase;
	font-size: 1rem;
	font-weight:normal;
	
}
footer ul {
	padding: 0px;
	list-style-type: none;
}
footer li {


}
footer li a, footer li a:hover {

	text-decoration: none;
}


/* Margins */

.margin_bottom_10 {
margin-bottom: 10px;	
}

.margin_bottom_30 {
margin-bottom: 30px;	
}

/* Font Awesome */

.fas, .fab {
}

/* Buttons */

.btn {
	
	text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-weight: 600;
}
.btn-primary {
	background-color: #7171fd;
	border-color: #7171fd;
	border-bottom-right-radius: 18px;
}
.btn-primary:hover {
	background-color: #7171fd;
	border-color: #7171fd;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #7171fd;
	border-color: #7171fd;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #7171fd;
	border-color: #7171fd;
 box-shadow: 0 0 0 .2rem rgba(0, 0, 0,.2);
}

.btn-secondary {
	background-color: transparent;
	border: 3px solid rgba(210,187,111,1);

	padding: 10px 15px;
}
.btn-secondary:hover {
	background-color: rgba(210,187,111,1);
	border-color: rgba(210,187,111,1);
}

.btn-lg {
  padding: 1rem 3.5rem;
  font-size: 2rem;
}


/* Contact form 7 */

.wpcf7-form {
	
	background-color: #eee;
	padding: 30px 30px 10px 30px;
	margin-top: 30px;
}
.wpcf7-form input {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-form textarea {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form .wpcf7-submit {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	border: 1px solid rgba(0,76,108,1);

	width: 100px;

	text-align: center;

	margin-top: 20px;
}


.wpcf7-form .wpcf7-list-item {
margin-left: 0px !important;	
}

.wpcf7-form input[type='checkbox'] { 
margin: 0px 10px 0px 0px;
width: auto;
}

/* Bootstrap */

.rounded {
    border-radius: .5rem !important;
}


/* NextGEN Galleries */


.ngg-gallery-thumbnail {
  border: none !important;
}



/*==========  Mobile First Method  ==========*/
/*
Min-Width: Refers to everything greater than or equal to the amount given.
Max-Width: Refers to everything less than or equal to the amount given. 
*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {









.box_award {
position: absolute;
top: 20px;
right: 20px;
width: 160px;
height: 160px;
display: inline;	
}


}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {





}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {



.section_banner h1 {
font-size: 3.5rem;
}

body {
padding-top:0px;	
}

.box_logo{
	text-align:left;
margin-bottom: 0;

}

.box_social {
text-align: right;

}
.box_contact p{
text-align:right;
	
}

}
