/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --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;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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;
}

.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: 'Jost', sans-serif;
    padding: 35px 13px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 13px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /*color: var(--primary);*/
	color:#fff;
}

@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(9, 30, 62, .85);*/ background: rgba(9, 30, 62, .5);
    z-index: 1;
}

@media (max-width: 576px) {
	body{overflow:auto;}
	.navbar-light .navbar-brand{right:0px;}
	.navbar-light .navbar-brand img{width:136px !important;}
	.carousel-caption{padding-top:22%;}
	.carousel-caption .mb-3{margin-bottom:0px !important;}
    .carousel-caption h5 {font-size: 16px !important; font-weight: 500 !important; margin-bottom:0px;}
    .carousel-caption h1 {font-size: 25px !important; font-weight: 600 !important; margin-bottom:0px;}
	.carousel-caption h4{font-size:14px !important; margin-bottom:0px; line-height:17px;}
	.carousel-caption h6{font-size:15px !important; margin-bottom:0px; line-height:30px !important;}
	.carousel-caption h6 span{padding:1px 10px !important;}
	.carousel-caption p {font-size: 14px !important; margin-bottom:0px;}
	#footer::before {top:-20px !important;}
	/*.date-extended{position:absolute; top:20% !important; z-index:1; float:left !important; left:-14% !important; }*/
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
       /* margin-top: -90px;*/ margin-top: 45px;
        z-index: 1;
    }
}

.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(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.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;
}

.bg-offer {
    background:url(../img/venue.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.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;
}

.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/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.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;
}


/*Header
.bg-sky{background:#b8e0ec;}*/
.bg-sky{background:#3fabb7;}

.navbar-light .navbar-brand{position:absolute; top:8%; z-index:999;}
.navbar-light .navbar-brand img{ width:330px; border:3px solid #ee3741; border-radius:20px;}
.sticky-top .navbar-brand img{width:150px;}

.carousel-caption h1{color:#FFF; font-size:100px;}
.carousel-caption h2{color:#FFF;}
.carousel-caption h3{color:#FFF;}
.carousel-caption h3 span{background:#ffaa00; padding:5px 10px; color:#000000; font-size:17px;}
.carousel-caption h4{color:#FFF; font-size:29px; line-height:35px;}
.carousel-caption h5{color:#FFF; font-size:33px; text-transform:none;}
.carousel-caption h6{color:#FFF; font-size:22px; line-height:40px;}
.carousel-caption h6 span{background:#eb3236; padding:5px 10px;}
.carousel-caption p{font-size:22px;}
.carousel-caption h1 span.one{color:#ee3539;}
.carousel-caption h1 span.two{color:#8f673f;}
.carousel-caption h1 span.three{color:#f49a1f;}
.carousel-caption h1 span.four{color:#d60a13;}
.carousel-caption h1 span.five{color:#4daebe;}
.carousel-caption h1 span.six{color:#dbac5c;}
.carousel-caption h1 span.date1{color:#fff;}
.carousel-caption h1 span.date2{color:#f49a1f;}
.carousel-caption h1 span.date3{color:#d60a13;}
.carousel-caption h1 span.date4{color:#dbac5c;}


.about p{text-align:justify;}

.wlcm-msg{box-shadow:3px 5px 15px 1px; padding:15px 25px; background:rgba(0,0,0,0.0);}
.wlcm-msg p{text-align:justify; line-height:30px; padding-bottom:8px;}
.wlcm-msg p strong{font-weight:900;}
.wlcm-msg ul{display:block;}
.wlcm-msg ul li{color:#FFF; line-height:30px;}
.wlcm-msg ul li::marker{color:#f49a1f;}
.home-comm{display:block; text-align:center;}
.home-comm img{width:160px; border-radius:25px; padding-bottom:10px;}
.home-comm h4{color:#FFF; font-size:1rem;}
.home-comm h5{color:#f49a1f; font-size:1rem;}
.wlcm-msg .row .col-md-4{margin-bottom:20px;}

.text-ylw{color:#f49a1f;}

/*Committee*/
.team h4{font-size:20px;}
.team p.text-primary{color:#33C !important;}

/*registration*/
.price-item h2{font-size:18px;}
.price-item h4{font-size:17px;}


.footer { margin-top:92px;
    color: #fff;
    padding: 0px 0 0;
    position: relative;
    background-attachment: fixed;
}
#footer:before {
    background: url(../img/footer.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 60px;
    width: 100%;
    position: absolute;
    top: -60px;
    left: 0;
}
.footer h3{font-size:24px;}

@media screen and (min-device-width: 767px) and (max-device-width: 812px) { 
	.navbar-light .navbar-brand{right:0px;}
	.navbar-light .navbar-brand img{width:115px !important;}
	.carousel-caption{padding-top:2%;}
	.carousel-caption .mb-3{margin-bottom:0px !important;}
    .carousel-caption h5 {font-size: 25px !important; font-weight: 500 !important; margin-bottom:25px;}
    .carousel-caption h1 {font-size: 45px !important; font-weight: 600 !important;}
	.carousel-caption h1.mb-md-4{ margin-bottom:15px !important;}
	.carousel-caption h4{font-size:21px !important; margin-bottom:20px; line-height:25px;}
	.carousel-caption h6{font-size:19px !important; margin-bottom:20px; line-height:40px !important;}
	.carousel-caption h6 span{padding:1px 10px !important;}
	.carousel-caption p {font-size: 17px !important; margin-bottom:10px;}
	#footer::before {top:-20px !important;}
	
	
	
	}

@media screen and (min-device-width: 1190px) and (max-device-width: 1280px) { 
.navbar-light .navbar-brand img{width:180px;}
.sticky-top .navbar-brand img {
    width: 100px;
}
.navbar-light .navbar-nav .nav-link {
  padding: 35px 9px;
  font-size: 16px;}
  .date-extended{position:absolute; top:4%!important; z-index:1; float:right; right:50%!important; }

}
@media screen and (min-device-width: 1299px) and (max-device-width: 1440px) { 
.navbar-light .navbar-brand img{width:385px;}
.sticky-top .navbar-brand img {
    width: 255px;
}
.navbar-light .navbar-nav .nav-link {
  padding: 30px 6px;
  font-size: 15px;}

}
@media screen and (min-device-width: 1600px) and (max-device-width: 1920px) { 
.date-extended{position:absolute; top:4%!important; z-index:1; float:right; right:36%!important; }
}

.highlight h4.left.one{background:url(../img/ylw-highlight.png) no-repeat center; background-size:100%; width:100%; height:59px;}
.highlight h4.left.two{background:url(../img/light-green-highlight.png) no-repeat center; background-size:100%; width:100%; height:59px;}
.highlight h4.left.three{background:url(../img/pink-highlight.png) no-repeat center; background-size:100%; width:100%; height:59px;}

.highlight h4.right.one{background:url(../img/red-high.png) no-repeat center; background-size:100%; width:100%; height:59px;}
.highlight h4.right.two{background:url(../img/green-high.png) no-repeat center; background-size:100%; width:100%; height:59px;}
.highlight h4.right.three{background:url(../img/blue-high.png) no-repeat center; background-size:100%; width:100%; height:59px;}

.highlight h4{text-align:center;}
.highlight h4 span{text-align:center; font-size:13px; display: inline-block;
    padding: 15px 25px 12px 12px;}
.highlight h4.right span{text-align:center; font-size:13px; display: inline-block;
    padding: 15px 12px 12px 25px;}


.date-extended{position:absolute; top:6%; z-index:1; float:right; right:42%;}
.date-extended img{width:40%; float:right;}