:root {
  --primary: #098cd1;
  --primary-light: #9dddff;
  --black: #000;
  --white: #fff;
}
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--white) !important;
  color: #000;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: Montserrat;
  font-weight: 300;
  src: url(../fonts/Montserrat-Light.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 800;
  src: url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
}  
@font-face {
  font-family: Montserrat;
  font-weight: 900;
  src: url(../fonts/Montserrat-Black.ttf) format("truetype");
}
/* @font-face {
  font-family: Poppins;
  font-weight: 400;
  src: url(../fonts/POPPINS-THIN.ttf) format("truetype");
}  */
#web_display {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#web_display .headers {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #88241f;
  text-transform: uppercase;
}
.navbar-brand .logo {
  width: 300px;
  height: auto;
}
.navbar-brand .logo_title {
  height: 40px;
  width: auto;
}
.navbar-nav .dropdown-menu {
  max-width: 280px;
  min-width: 280px;
  border: none;
  transition: all 0.5s ease;
  box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}
.navbar-nav .dropdown-menu .dropdown-item {
  white-space: pre-wrap;
}
.navbar-nav .dropdown-menu .dropdown-item a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--white);
  top: 85%;
  position: absolute;
  left: 30px;
  transform: rotate(45deg);
  z-index: 11;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-nav .dropdown .dropdown-toggle i {
  margin-left: 5px;
  font-size: 12px;
  color: #000;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block !important;
}
.navbar-nav .dropdown-menu .dropdown-item {
  white-space: pre-wrap;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
}

.sociall {
  position: relative;
}
.sociall a .profile_soc {
  width: 80%;
  margin: 0 auto;
  border-radius: 15px;
}
.sociall a .s_icon {
  position: absolute;
  left: -9px;
  top: -18px;
  background-color: var(--white);
  border-radius: 50px;
  width: 65px;
  height: 65px;
  padding: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sociall a .s_btn {
  position: absolute;
  right: 35px;
  bottom: -5px;
  width: 80px;
  height: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sociall a .yt {
  box-shadow: rgb(207 0 0 / 50%) 0px 2px 22px 10px;
}
.sociall a .fb {
  box-shadow: rgba(48, 116, 161, 0.986) 0px 2px 22px 10px;
}
.sociall a .insta {
  box-shadow: rgba(205, 62, 224, 0.747) 0px 2px 22px 10px;
}
.footer {
  padding-top: 20px;
  background-color: #88241f;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer .menus h5,
.footer .touch h5,
.footer .cours h5,
.footer .gallery h5,
.footer .address h5 {
  color: #ffff15;
  font-weight: 500;
  font-size: 18px;
}
.footer .menus ul,
.footer .touch ul,
.footer .cours ul {
  padding: 0;
  margin-top: 10px;
  list-style: none;
}
.footer .menus ul li a,
.footer .touch ul li a,
.footer .cours ul li a,
.footer .address p,
.footer .address a {
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
.footer .address ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .address ul li a {
  margin-right: 15px;
}
.footer .address ul li a img {
  width: auto;
  height: 20px;
}
.footer .copyright {
  font-weight: 400;
  align-items: center;
}
.banner img{
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.aboutus h1,.short_services h2{
  color: var(--primary);
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid var(--primary-light);
  width: max-content;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.about_image {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
.about_image img{
  min-width: 170px;
}
.about_image h4{
  font-size: 24px;
  font-weight: 800;
}
.about_image h5,.fellowship h5{
  font-size: 18px;
  font-weight: 700;
  color: #5e5e5e;
  margin-bottom: 10px;
}
.about_image h6{
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.fellowship ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.fellowship ul li{
  text-align: center;
  flex-grow: 1;
  flex-shrink: 0;
  width: 50%;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all ease-in 0.1s;
  position: relative;
  top: 0;
}
.fellowship ul li:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  top: -5px;
  color: var(--primary);
  font-weight: 700;
}
.aboutus .text-justify{
  text-align: justify;
}
.services_box{
display: flex;
position: relative;
overflow: hidden;
align-items: center;
gap: 10px;
padding: 20px;
border: 1px solid #aaa;
margin-bottom: 20px;
}
.services_box span{
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--primary-light);
  border: 10px solid var(--white);
  transition: all ease-in-out 0.3s;
}
.services_box:hover span{
  border: 0px solid var(--white);
  background-color: var(--primary);
}
.services_box p{
  margin: 0;
  font-size: 14px;
}
/* Home Ends */


.footer .copyright p {
 font-size: 12px;
 color: #fff;
}

.copyright ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    font-size: 12px;
 
}

.copyright ul  li a{
  color: #fff;
  text-decoration: none;
}
.copyright_div{
  background-color: #4a4a4a;
  padding: 8px;
}

.copyright_div .ftmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.copyright_div p {
  font-size: 12px;
  color:#fff;
  padding: 0;
  margin: 0;
}

.ftmenu ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  font-size: 12px;
}

.ftmenu ul  li a{
  color: #fff;
  text-decoration: none;
}