/********** Template CSS **********/
:root {
    --primary: #0e82d9;
    --secondary: #F70504;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
	font-family: 'Poppins', Poppins;
}

.btn {
    font-family: 'Poppins', Poppins;
    font-weight: 600;
    transition: .5s;
	border-radius: 20px;
	padding: 4px 10px;
}

.btn-primary {
background-color: #11354d;
	color: #fff;
	border-color: #0e82d9;
	border-radius: 20px;
	padding: 4px 10px;
}
.btn-secondary {
   color: #fff;
	background-color:#11354d;
	border-radius: 20px;
	padding: 4px 10px;
	border-color: #0e82d9;
}

.btn-primary:hover {
    background: #F70504;
    border-color: #0e82d9;
}

.btn-secondary:hover {
    background:#F70504;
    border-color: #F70504;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
	background: #11354d;
	color: #fff;
	border-color: #0e82d9;
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .7);
	
}
.back-to-top:hover {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
	background: rgba(247,5,4);
	color: #fff;
	border-color: #0e82d9;
}
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'codex', codex;
    padding: 35px 15px;
    font-size: 18px;
    color: #11354d;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #0e82d9;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14,130,217,0.7);
    z-index: 1;
	
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
	
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
		background: #0e82d9;
		background-color: #0e82d9;
		color: #0e82d9;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(14,130,217,0.55), rgba(14,130,217,0.55)), url(../img/hero.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(14,130,217,0.55), rgba(14,130,217,0.85)), url(../img/pretoria10.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: #0e82d9;
	box-shadow: 0 0 15px rgba(0, 0, 0, .7);
}
.appointment-form:hover {
	background:#0e82d9;
    border-color: #F70504;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

	box-sizing: border-box;
}
	.child{
	border: 1px solide blue;
	float: left;
	width: 50%;
	}
	
.bg-offer {
    background:url(../img/offer.png) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: #0e82d9;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}
.body {
	background: #000000;
}	
	
#accordion{
	margin: 100px auto;
	width: 350px;
	
	}
	
	#accordion li{
	align-items: middle;
	list-style: none;
	width: 100%;
	margin-bottom: 10px;
	background: #0e82d9;
	padding: 00px;
	border-radius: 30px;
	 box-shadow: 6px 6px 10px; -1px rgba(0,0,0,0.15),
	             -6px 6px 10px; -1px rgba(255,255,255,0.7);
				 
	
	}
     #accordion li label {
		 padding: 10px;
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
		 font-size: 20px;
		 font-weight: 500;
		 cursor: pointer;
		 color: #fff;
		 
	}	 
	
	#accordion li label span {	 
	      transform: translate (90deg);
		  font-size: 22px;
		  color: #fff;
		  align-items: center;
		  
	}
	
	#accordion label + input[type="radio" ]{
		display: none;
		
		
	}	
	
	#accordion .content{
		padding: 0 10px;
		line-height: 26px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s;
	}
		  
	#accordion label + input[type="radio"]:checked + .content{
          max-height: 400px;
		  
	}		  
		 
		
.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

	 
.bg-testimonial {
    background: url(../img/test.png) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background:  #11354d;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.body{
	 background: #fff;
	 
 }
 
 .accordion{
	 margin: 100px auto;
	 width: 350px;
	 
 }
 
 .accordion li{
	 list-style: none;
	 width: 100%;
	 margin:100px;
	 padding: 0px;
	 border-radius: 8px;
	 background: #0e82d9;
	 box-shadow: 6px 6px 10px; -1px rgba(0,0,0,0.15),
	             -6px 6px 10px; -1px rgba(255,255,255,0.7);
 }			 
 
 .accordion li label{
	 display: flex;
	 align-items: middle;
	 padding: 10px;
	 font-size: 24px;
	 font-weight: 400;
	 cursor: pointer;
	 color: #fff;
	 

 }
	.label::before{
		content: '+';
		margin-right: 10px;
		font-size: 28px;
		font-weight: 600;
		
}
  input[ type="radio" ]{
	  display: none;
	  
  }
  
  .accordion .content{
	  color: #fff;
	  padding: 0 10px;
	  line-height: 26px;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.5s, padding 0.5s;
	  
  }
  
  .accordion input[ type="radio" ]:checked + label + .content{
	  max-height: 400px;
	  padding: 10px 10px 20px;
  }	  
	  
	 .accordion input[ type="radio" ]:checked + label::before{
		 content: '-';

		