body {
	overflow-x: hidden;
	width: 100%;
}

h1,
h2,
h3,
h4,
p,
a,
button,
ul {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	display: block;
	object-fit: cover;
}

ul {
	list-style-type: circle;
}

a {
	text-decoration: none;
}

button {
	box-shadow: none;
	border: none;
	background: none;
}

input,
select,
textarea {
	padding: 6px 12px;
	height: 34px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	border: 1px solid #ccc;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.wrapper {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99;
	justify-content: center;
	align-items: center;
	background-color: #000000c4;
}

.loader-wrap {
	background-color: #2c3e5088;
	display: flex;
}

.modal-wrap {
	display: none;
}

.loader-wrap.active {
	display: none;
}

.modal-wrap.active {
	display: flex;
}

.modal {
	transform: scale(0);
	width: auto;
	height: 80%;
	transition: transform .5s ease;
}

.modal.active {
	transition: transform 1s ease;
	transform: scale(1);
}

.modal-wrap .close {
	position: fixed;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.modal-image {
	position: relative;
	width: 100%;
	height: 100%;
}

.loader {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.loader::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: rotate 1.2s linear infinite;
}

.modal-wrap .modal {
	max-width: 80%;
	max-height: 80vh;
	transform: scaleX(0);
	transition: transform 0.5s ease;
	display: block;
}

.modal.active {
	transform: scaleX(1);
	transition: transform 1s ease;
}

.modal img {
	max-height: 100%;
	border: 10px solid #fff;
}

.btn-f {
	background-color: #0f3c52;
	color: #fff;
	height: 33px;
	line-height: 33px;
	text-transform: uppercase;
}

form b {
	text-transform: capitalize;
	color: #666;
}

form .fi {
	margin-bottom: 16px;
}

.df {
	display: flex;
}

.fw {
	flex-wrap: wrap;
}

.aic {
	align-items: center;
}

.jcsb {
	justify-content: space-between;
}

.jcc {
	justify-content: center;
}

.jcse {
	justify-content: space-evenly;
}

.jcsa {
	justify-content: space-around;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.bg1 {
	background: #0f3c52 url('../media/main_bg.png') no-repeat center / cover;
}

.bg1 a,
.bg1 * {
	color: #fff;
}

.pad1 {
	padding: 50px 20px;
}

.padx {
	padding-left: 40px;
	padding-right: 40px;
}

.pady {
	padding-top: 40px;
	padding-bottom: 40px;
}

h1 {
	padding-bottom: 28px;
	text-align: center;
	color: #0f3c52;
	font-weight: 800;
}

.card h3 {
	font-size: 22px;
	color: #0f3c52;
	padding-bottom: 16px;
}

.card p {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
}

.tac {
	text-align: center;
}

.ttc {
	text-transform: capitalize;
}

.ttu {
	text-transform: uppercase;
}

.mcontainer {
	width: 100%;
	padding: 100px 0;
	background-image: url('../media/bg11.jpg');
}

header {
	box-shadow: 0 2px 4px #bbb;
	min-height: 12vh;
	position: relative;
	z-index: 88;
	
}

header a {
	color: #0f3c52;
	font-weight: 600;
}

.brand-logo{
	font-size: 25px;
	color: #0f3c52;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(145deg, #e6e6e6, #ffffff);
	box-shadow: 16px 16px 39px #dbdbdb, -16px -16px 39px #ffffff;
	padding-left: 10px;
}

.nav{
	display: flex;
	justify-content: center;
}

.brand-logo img{
  width: 70px;
  height: 70px;
  display: inline;
}

.head {
	background: url('../media/md/DSC_2643.jpg') no-repeat center center / cover;
}

.head h1 {
	padding: 80px;
	background-color: #0f3c5277;
	color: #fff;
	font-size: 50px;
}

.glide {
	position: relative;
}

.glide .s1 {
	background-image: url('../media/sd/slide01.jpeg');
}

.glide .s2 {
	background-image: url('../media/sd/slide002.jpg');
}

.glide .s3 {
	background-image: url('../media/sd/slide005.jpg');
}

.glide .s4 {
	background-image: url('../media/sd/slide5.jpeg');
}

.glide .s5 {
	background-image: url('../media/sd/slide6.jpeg');
}

.glide .s6 {
	background-image: url('../media/sd/slide7.jpeg');
}

.glide .s7 {
	background-image: url('../media/sd/slide8.jpeg');
}

.glide .glide__slides {
	height: 50vh;
}

.glide .glide__slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 5vh 10px;
}

.glide .glide__slide div {
	background-color: #ffffff99;
	width: 600px;
	max-width: 100%;
	position: relative;
	padding: 20px;
	border-radius: 20px;
}

.glide__arrow {
	top: 50%;
	transform: translateY(-50%);
	background-color: #00000099;
	color: #fff;
}

.glide__arrow--left {
	left: 0;
}

.glide__arrow--right {
	right: 0;
}

.apply {
	height: 300px;
	text-align: center;
}

.apply-slider {
	height: 200px;
	width: 300px;
	padding: 20px;
	margin: auto;
}

.apply-slider li {
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	font-size: 18px;
	font-weight: 800;
	animation: scale 3s linear infinite alternate;
}

.apply-slider .active {
	opacity: 1;
}

.apply .btn {
	filter: brightness(120%);
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 2px;
	line-height: 50px;
	height: 50px;
	padding: 0 10px;
	background-color: #0f3c52;
}

.apply .btn:hover {
	background-color: #13648d;
}

.about {
	background-color: aliceblue;
}

.about>p {
	padding-bottom: 50px;
}

.about .card {
	width: 300px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.about .card img {
	height: 120px;
	margin-top: -1px;
}

.about .card h2 {
	text-transform: capitalize;
}

.about .card h3,
.about .card p,
.about .card button {
	display: block;
	overflow: hidden;
}

.about .card p {
	height: 50px;
	padding: 0 10px;
}

.about .card h3 {
	padding: 10px;
}

.about .card h3 span {
	display: block;
	font-size: 16px;
}

.about .card .btn {
	text-align: center;
	width: 100%;
	background-color: #0f3c52;
	color: #fff;
}

.core .card {
	padding: 60px 20px 20px 20px;
	position: relative;
	width: 250px;
	border-radius: 20px;
	margin: 0 auto 80px auto;
}

.core .card img {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.core .cards {
	padding-top: 50px;
}

.core .card h3,
.core .card p {
	color: #fff;
}

.core .card:nth-child(1) {
	background-color: #124160;
}

.core .card:nth-child(2) {
	background-color: #577e36;
}

.core .card:nth-child(3) {
	background-color: #867241;
}

.core .card:nth-child(4) {
	background-color: #7d7a5d;
}

.testi {
	background: aliceblue;
	position: relative;
}

.testi figcaption {
	text-align: right;
	color: #01b0f8;
}

.testi blockquote {
	font-weight: 600;
	color: #666;
}

.testi .glide__slide {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 8px 30px -7px #c9dff0;
}

footer{
  background-color: #0f3c52;
}
footer .add,footer 
.social, .copy{
  padding: 20px;
  color: #ddd;
}
footer a{
  color: #fff;
  margin: 0 10px;
}footer a:hover{
  color: #95dd9b;
}
footer i{
  font-size: 20px;
  margin-right: 5px;
}
.copy{
  text-align: center;
  border-top: 1px solid #ffffff66;
}

@media screen and (min-width:810px) {
	body {
		font-size: 17px;
	}
	.dfb {
		display: flex;
	}
	.brand-logo {
		box-shadow: none;
		text-align: left;
	}
	.glide .glide__slides {
		height: 65vh;
	}
	.padx {
		padding-left: 80px;
		padding-right: 80px;
	}
	.pady {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.glide .s1 {
		background-image: url('../media/sd/slide01.jpeg');
	}
	
	.glide .s2 {
		background-image: url('../media/sd/slide002.jpg');
	}
	
	.glide .s3 {
		background-image: url('../media/sd/slide005.jpg');
	}
	
	.glide .s4 {
		background-image: url('../media/sd/slide5.jpeg');
	}
	
	.glide .s5 {
		background-image: url('../media/sd/slide6.jpeg');
	}
	
	.glide .s6 {
		background-image: url('../media/sd/slide7.jpeg');
	}
	
	.glide .s7 {
		background-image: url('../media/sd/slide8.jpeg');
	}
	
	.glide .glide__slide {
		padding: 15vh 100px;
	}
	.glide__slide div {
		padding: 80px 20px;
	}
	.apply-slider li {
		font-size: 26px;
	}
	.apply-slider {
		margin: 0;
	}
	.pad1 {
		padding: 100px 50px;
	}
	.about .card img {
		height: 150px;
	}
}

@media screen and (min-width:1200px) {
	body {
		font-size: 18px;
	}
	.glide .glide__slides {
		height: 80vh;
	}
	.padx {
		padding-left: 100px;
		padding-right: 100px;
	}
	.pady {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.glide .s1 {
		background-image: url('../media/sd/slide01.jpeg');
	}
	
	.glide .s2 {
		background-image: url('../media/sd/slide002.jpg');
	}
	
	.glide .s3 {
		background-image: url('../media/sd/slide005.jpg');
	}
	
	.glide .s4 {
		background-image: url('../media/sd/slide5.jpeg');
	}
	
	.glide .s5 {
		background-image: url('../media/sd/slide6.jpeg');
	}
	
	.glide .s6 {
		background-image: url('../media/sd/slide7.jpeg');
	}
	
	.glide .s7 {
		background-image: url('../media/sd/slide8.jpeg');
	}
	
	.about .card img {
		height: 200px;
	}
	.head {
		background: url('../media/ls/DSC_2643.jpg') no-repeat center center / cover;
	}
}



@keyframes scale {
	0% {
		transform: scale(.8);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width : 1100px) {
  .padx{
    padding: 5px;
  }
}

