/********** Template CSS **********/
:root {
    --primary: #1892d1;
    --secondary: #1892d1;
    --light: #F3F6F8;
    --dark: #1892d1;
}
.parallax {
	text-align: center;
	padding: 50px 0;
	background-image: url("../../MF/img/antonette.webp");
    height: 100%; 
	margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax h1 {
	font-size: 32px;
	color: #1892d1;
	font-weight: 600;
}
.parallax p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.lax {
	background-color: #f2f2f2;
	padding: 20px;
}
.legacy {
	background-color: #f2f2f2;
	padding: 30px 0;
}
.ps-4 {
	text-align: center;
}
.ads img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}	
.btn-success {
	border-radius: 5px;
}
.services h1 {
	text-align: center;
	padding: 20px 0;
	color: #ff7b00;
	
}
.services a {
	color: #E9090D;
	font-weight: 500;
}
.services a:hover {
	text-decoration: underline;
}
.additional-services {
	background-color: #f9f9f9;
}
.additional-services .caption h4 a{
	color: #0c2b4b;
	font-size: 20px;
}
.caption {
	background-color: #fff;
	padding: 10px;
}
.additional-services .caption h4 {
	padding-top: 10px;
}
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

small {
	color: #fff;
	font-size: 16px;
}

i {
	color: #fff;
	font-size: 18px;
}


.bg-orange {
	background-color: #ff7b00;

}
.bg-blue {
	background-color: #1892d1;

}
.display-2  {
	font-size: 36px;
	
}
h2 {
	color: #fff;
}
.text-orange {
	color: #ff7b00; 
}

.services i {
	font-size: 46px;
	color: #ff7b00;
}
.services h3 {
	font-size: 36px;
	color: #232323;
	padding: 20px 0;
	text-align: center;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn-primary {
	background-color: #ff7b00;
}
.btn-outline-primary {
	background-color: #ff7b00;
}
.btn-primary a:hover {
	background-color: #1892d1;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.section-bg {
  background-color: #f3f5fa;
}
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

.ctct-inline-form {
  display: inline;
  widows: 50%;	

}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #1892d1;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ff7b00;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
 /**   background: rgba(0, 0, 0, .25); **/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
	.sign-up {
		display: none;
	}
	.col-lg-2 {
		display: none;
	}
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../img/antonette.jpg") center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -25px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .4)), url("../img/antonette.jpg") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}








/* Footer */
footer.site-footer {background: #e6e6e6;padding: 20px 0 0;float: left;width: 100%;}
footer.site-footer h4 {font-size: 20px;font-weight: 500; padding: 20px 0 10px 0;}
footer.site-footer ul {padding-left: 0;margin-bottom: 20px;list-style: none;}
footer.site-footer ul a {color: #666;font-size: 16px;}
footer.site-footer p {font-size: 16px;}
footer.site-footer p a {color: #666;}
p.text {color: #666;}
#copyright {background: #404040;color: #ccc;padding: 15px 0;font-size: 16px;margin-top: 20px;}
#copyright p, #copyright ul {margin: 0;float: left;font-size: 16px;}
#copyright a {color: #fff;font-size: 12px;}
.site-footer li a:hover {color:#005FA6;}
ul.big li {float: left;width: 49%;}
ul.big li:nth-child(2n) {margin-left: 2%;}
.site-footer li i {color: #585757; text-align:center; font-size: 30px; padding-top: 15px; padding-left:30px;}
.back-to-top {position: fixed; bottom: 2em; left: 0px; text-decoration: none; color: #000000; background-color: rgba(235, 235, 235, 0.80); font-size: 12px; padding: 1em; display: none;}
.back-to-top:hover {background-color: rgba(135, 135, 135, 0.50);}

@media (max-width:462px) {
	.fbox:last-child {
		margin-top: 20px;
		float: left;
		width: 100%;
	}
	.fbox {
		text-align: center;
	}
}

ul#menu li {
  display:inline;
  padding-right: 10px;
}
ul#social-menu li {
  display:inline;
}
#social-menu li i {
  font-size: 22px;	
}

input[type=submit] {
  background-color: #ff7b00;
  border: solid 1px #fec00d;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  padding: 10px;	
}
input[type=text] {
  font-size: 18px;
  text-align: center;
  opacity: 0.7;
  border-radius: 5px;
  padding: 10px 20px;
  border: solid 1px #fec00d;	
}
@media screen and (max-width: 600px) {
  .cse-branding-form input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
	}
	}