@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Open+Sans:wght@300&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
.logo-title
{
    font-family: Inter,"sans-serif" !important;
    font-size: 20px;
    text-transform: uppercase;
    color: #FF8000;
}
.material-symbols-outlined.md-18 { font-size: 18px; }
.material-symbols-outlined.md-24 { font-size: 24px; } /* Default */
.material-symbols-outlined.md-36 { font-size: 36px; }
.material-symbols-outlined.md-48 { font-size: 48px; }

.title
{
    font-size: 20px;
    text-transform: uppercase;
    color: #080808;
}

.table td {
    vertical-align: middle;
  }
.webbutton{
   color:#fff;
   padding:5px;
   left: 5px;
   bottom: 5px;
   width: 19% !important;
   color: white;
   text-align: center;
   z-index: 3;
   border-radius:10px;
}

@media only screen and (max-width: 767px) {
   .webbutton {
   color:#fff;
   padding:5px;
   left: 5px;
   bottom: 5px;
   width: 45% !important;
   color: white;
   text-align: center;
   z-index: 3;
   border-radius:10px;
    }
}
.row {
    --bs-gutter-x: 30px !important;
    --bs-gutter-y: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: calc(var(--bs-gutter-x)*-.5) !important;
    margin-right: calc(var(--bs-gutter-x)*-.5) !important;
    margin-top: calc(var(--bs-gutter-y)*-1) !important;
}
.m-b30 {
    margin-bottom: 30px;
}
.box {
  border: 2px solid #f8f8f8;
  border-radius: 0px;
  box-shadow: 0 0 2px 2px #f8f8f8;
  height: 250px;
}
.box-heading {
  color: #fff;
  margin: 0;
  padding: 8px;
  border-radius: 0px;
}
.box-radius{ border-radius: 10px;}
.news-button{height:40px; padding:7px;
    border-bottom:0px solid #f8f8f8};
.nav-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: bold;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}
.scroll {
    margin:4px, 4px;
    padding:4px;
    background-color: #fff;
    width: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
}
.admin-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.admin-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: rgb(8, 8, 8) !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link-footer {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
body {
    font-family: Inter,"sans-serif" !important;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 0px !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.sliderimg{
    max-height:350px;
    max-width:100%;
    height:auto;
    width:auto;
    }
.nav-logo {
display: flex;
align-items: center;
}

.web-logo {
    display: flex;
    align-items: center;
    height: 100px;
    }
@media only screen and (max-width: 600px) {
    .web-logo {
        display: flex;
        align-items: center;
        height: 50px;
        }
        .title {
           font-size: 14px;
            }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navborder {
    border-top: 1px solid #FF8000 !important;
    border-bottom: 1px solid #FF8000 !important;
}
.bg-orange{
    background-color: #FF8000;
}
.text-orange{color: #FF8000; }

.heading{ font-weight: 700;}
.bg-blue{
    background-color: #242438;
}

.font-1{
    font-size: 52px;
}
.font-2{
    font-size: 30px;
}
.header-email{
    color: #0d0d0d;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
}
.text-block {
    position: absolute;
    top: 0%;
    left: 35%;
    background-color: rgb(41, 36, 36);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container {
    position: relative;
  }
  .news {
    width: 160px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}
.admin-footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-color: #f5f5f5;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 0rem !important;
}
.card-header {
    padding: 0rem 1rem;
    margin-bottom: 0;
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px;
}

.gallery-item {
    width: calc(33.33% - 20px);
    margin: 10px;
    cursor: pointer;
}
.promo_box {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    z-index: 999999;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.justified-text {
    text-align: justify;
}
.quote-icon {
    font-size: 48px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    max-width: 80%;
    max-height: 80%;
}

.modal-content img {
    width: 100%;
    height: auto;
}
section {
	display: grid;
	place-items: center;
	height: 100vh;
}
.section-header{
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #fff;
}
.section-header:after{
    content: '';
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #fff;
}
.section-header span {
	display: block;
	font-size: 15px;
	font-weight: 300;
}
.testimonials{
    max-width: 1000px;
    padding: 0 15px 50px;
    margin: 0 auto 80px auto;
}

.single-item{
    background: #fff;
    color: #111;
    padding: 15px;
    margin: 10px 15px 30px;
    box-shadow: #242438;
}
.profile{
    margin-bottom: 30px;
    text-align: center;
}
.img-area {
	margin: 0 15px 15px 15px;
}
.img-area img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 7px solid rgb(25, 24, 26);
}
.content{
    font-size: 18px;
}
.content p {
	text-align: justify;
}
.content p span {
	font-size: 48px;
	margin-right: 20px;
    color: rgb(25, 24, 26);
}
.socials i {
	margin-right: 25px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: rgb(25, 24, 26);
}

