@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/*
font-family: "Ubuntu", sans-serif;

font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-variation-settings: "wdth" 100;
*/

:root {
	--font-content: 'Roboto', sans-serif;
	--font-title: 'Ubuntu', sans-serif;
	--blue-dark: #0d1f73; 
	--blue-light: #00adef;
	--pink: #ff7a7c;
	--green: #77b71b;
}

html, body { width: 100%; height: 100%; margin:0; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-title);
	font-optical-sizing: auto;
	letter-spacing: 0.025em;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	transition: .5s;
	line-height: 1.2;
}
h1 { font-size: 45px; }
h2 { font-size: 40px; }
h3 { font-size: 33px; }
h4 { font-size: 27px; }
h5 { font-size: 23px; }
h6 { font-size: 18px; }

p {
	font-family: var(--font-content);
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
}

ol, li, ul {
	font-family: var(--font-content);
	font-style: normal;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
}

a, a:visited {
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	color: var(--blue-dark);

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
}
a:hover, a:focus, a:active { text-decoration: underline; color: var(--blue-light); outline: none; }



/* CUST_AMINATION
============================================================================================================================== */



/* HEADER
============================================================================================================================== */

header .bt-blue-drk { border-top: 10px solid var(--blue-dark); }
header .bt-blue-lght { border-top: 10px solid var(--blue-light); }

header a, header a:visited { text-decoration: none; color: #FFF; }
header a:hover, header a:focus, header a:active { text-decoration: none; color: var(--blue-light); font-weight: 600; }

.bg-gradient { background: #FFF; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 49%, rgba(13, 31, 115, 1) 50%, rgba(13, 31, 115, 1) 100%) !important; }
@media only screen and (max-width: 460.50px) { header .top-txt { display: none; } }

.triangle { border-top: 60px solid var(--blue-dark); border-left: 60px solid transparent; }
@media only screen and (max-width: 767.50px) { .triangle { border: 0; } }

header .logo { position: absolute; max-width: 170px; margin: 15px auto; }
@media only screen and (max-width: 991.50px) { header .logo { max-width: 150px; margin: 40px auto; } }
@media only screen and (max-width: 767.50px) { header .logo { position: absolute; max-width: 90px; margin: 70px auto; } }
@media only screen and (max-width: 460.50px) { header .logo { position: absolute; max-width: 90px; margin: 10px auto; } }

header .callUs { position: relative; float: left; width: 250px }
header .emailUs { position: relative; float: left; width: 350px }
header .scheduleVisit { position: relative; float: left; }
@media only screen and (max-width: 1199.50px) {
	header .callUs { width: 210px }
	header .emailUs { width: 310px }
}
@media only screen and (max-width: 991.50px) { header .emailUs { display: none; } }
@media only screen and (max-width: 767.50px) { header .callUs { display: none; } }

.header-BG {
	background:linear-gradient(0deg, rgba(2, 81, 112, 0.8), rgba(2, 81, 112, 0.8)), url('../imgs/BGs/BG-Header.jpg');
	background-repeat: no-repeat; background-size: cover; background-position: center center;
}



/* NAVBAR
============================================================================================================================== */

.nav-main {  background-color: var(--blue-dark); }

.nav-main .navbar-nav .nav-link {
	font-family: var(--font-title);
	font-style: normal;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
}
.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover { text-decoration: none; color: var(--blue-light); }

@media only screen and (max-width: 1199.50px) { .nav-main .navbar-nav .nav-link { font-size: 18px; margin-left: 0; margin-right: 0; } }
@media only screen and (max-width: 992.50px) { .nav-main .navbar-nav .nav-link { font-size: 16px; } }

.nav-main .dropdown-menu { background-color: var(--blue-dark); padding: 0; border: 0; }
.nav-main .dropdown-item {
	font-family: var(--font-title);
	font-optical-sizing: auto;
	letter-spacing: 0.04em;
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
}
.nav-main .dropdown-item:focus, .dropdown-item:hover { text-decoration: none; background-color: var(--blue-dark); color: var(--blue-light); }

.navbar-toggler { border: 5px solid #FFF; color: #FFF; margin-right: 30px; margin-top: 20px }
.wrap-logo { margin-left: 0; width: 100px; }
.nav-main .offcanvas-header .close-btn {
	margin: 10px 10px 10px auto;
	transform: scale(0.8);

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
} .nav-main .offcanvas-header .close-btn:hover { transform: scale(1.0); }
@media only screen and (max-width: 767.50px) {
	.nav-main .offcanvas { background-color: #FFF; }
	.nav-main .navbar-nav .nav-link { color: var(--blue-dark); font-size: 20px; }
	.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover { padding-left: 10px; color: var(--blue-light); }
	.nav-main .navbar-nav .nav-item.active { padding-left: 15px; margin-top: 10px; }
	.nav-main .dropdown-menu { background-color: #FFF; border: 0; margin-left: 10px; }
	.nav-main .dropdown-item { text-decoration: none; color: var(--blue-dark); }
	.nav-main .dropdown-item:focus, .dropdown-item:hover { background-color: #FFF; text-decoration: none; color: var(--blue-light); }
}



/* CAROUSEL
============================================================================================================================== */

.carousel-main { margin-top: 15px; }
@media only screen and (max-width: 767.50px) { .carousel-main { margin-top: 25px; } }



/* FORMS
============================================================================================================================== */

.form-control, .form-select {
	font-family: var(--font-title);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	color: #000;
	border: 3px solid var(--blue-dark);
	background-color: #FFF;
	border-radius: 20px;
	padding: 10px 15px 10px 15px;

  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
          transition: all 0.2s;
}
.form-control.medium, .form-select.medium {
	padding: 5px 15px 5px 15px;
	font-size: 16px;
}

.form-control-sml, .form-select-sml {
	font-family: var(--font-title);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	color: #000;
	border: 3px solid var(--blue-dark);
	background-color: #FFF;
	border-radius: 20px;
	padding: 5px 15px 5px 15px;
}



/* BUTTONS
============================================================================================================================== */

.btn-main {
	font-family: var(--font-title);	
	font-size: 18px;
	color: #FFF;
	padding: 15px 30px 15px 30px;
	transition: all 0.5s;
	text-transform: capitalize;
	position: relative;
	border-radius: 25px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: none;
	background: var(--blue-dark);
	z-index: 1;
}
.btn-main::before {
	content: "";
	height: 300px;
	width: 300px;
	background: var(--blue-light);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: -1;
}
.btn-main:hover { color: #FFF; }
.btn-main:hover::before { transform: translateY(-50%) translateX(-50%) scale(1); }
.btn-main.full { width: 100%; }
.btn-main.mini { font-size: 14px; padding: 10px 20px 10px 20px; }

.btn-main.pink { color: #FFF; background-color: var(--pink); }
.btn-main.green { color: #FFF; background-color: var(--green); }



/* FOOTER
============================================================================================================================== */

footer {
	position: relative;
	background:linear-gradient(0deg, rgba(2, 81, 112, 0.8), rgba(2, 81, 112, 0.8)), url('../imgs/BGs/BG-1.png');
	background-repeat: no-repeat; background-size: cover; background-position: center;
	padding-top: 80px; padding-bottom: 20px;
}
footer .mx-wdth-200 { max-width: 200px; }
footer p, footer h6 { color: #FFF; }
footer a, footer a:visited { text-decoration: none; color: #FFF; }
footer a:hover, footer a:focus, footer a:active { text-decoration: none; color: var(--blue-dark); font-weight: 600; }
footer .btm p { font-size: 16px; color: #FFF; margin-bottom: 0; }
footer ul { list-style-type: none; padding-left: 0; }



/* OTHERS
============================================================================================================================== */

.title { font-family: var(--font-title); }
.overflow-title { position: absolute; left: 20px; top: -25px; padding: 10px 20px 10px 20px; }
.text-blue-lght { color: var(--blue-light); }
.text-blue-drk { color: var(--blue-dark); }
.text-green { color: var(--green); }
.text-pink { color: var(--pink); }
.admin_code { display: none; }

.rounded-img { border-radius: 40px; }
.bg-blue-drk { background-color: var(--blue-dark); }
.bg-blue-lght { background-color: var(--blue-light); }
.bg-green { background-color: var(--green); }
.bg-pink { background-color: var(--pink); }
.bg-bungalow { background:linear-gradient(0deg, rgba(13, 31, 115, 0.6), rgba(0, 0, 0, 0.8)), url('../imgs/BGs/bungalow.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.bg-training { background:linear-gradient(0deg, rgba(13, 31, 115, 0.8), rgba(0, 0, 0, 0.8)), url('../imgs/BGs/training.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.top-line-white { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; }
.bottom-line-dark-blue { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }
.bg-services {
	background:linear-gradient(0deg, rgba(2, 81, 112, 0.7), rgba(2, 81, 112, 0.7)), url('../imgs/BGs/BG-2.png');
	background-repeat: no-repeat; background-size: cover; background-position: center;
}

.h-900 { height: 950px;}

.mt-05-n { margin-top: -05px; }
.mt-10-n { margin-top: -10px; }
.mt-20-n { margin-top: -20px; }
.mt-30-n { margin-top: -30px; }
.mt-50-n { margin-top: -80px; }

.ml-50-xmd { margin-left: 50px; }
@media only screen and (max-width: 991.50px) { .ml-50-xmd { margin-left: 0; } }

.card-highlight { border-radius: 30px; padding: 5px; border-bottom: 3px solid var(--blue-light); border-top: 0; border-left: 0; border-right: 0 }
.card-highlight .card-body .div-img { max-width: 100px; }
.card-highlight .card-body .div-img img { border-radius: 50%; border: 2px dashed var(--blue-light); padding: 5px }
.card-highlight .card-footer { background-color: transparent; border: 0 }

.card-contUs { border-radius: 30px; padding: 5px; border-bottom: 0; border-top: 0; border-left: 5px solid var(--blue-light); border-right: 0 }
.card-contUs .card-body .div-img { max-width: 150px; }
.card-contUs .card-body .div-img img { border-radius: 50%; border: 2px dashed var(--blue-light); padding: 5px }

.div-img-rounded-dashed img { border-radius: 50%; border: 2px dashed var(--blue-light); padding: 5px; }

.tiktok-video-container { position: relative; width: 100%; padding-bottom: 780px; margin-top: -20px; }
.tiktok-video-iframe { position: absolute; top: 20px; left: 0; width: 100%; height: 100%; }