@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

/* Utilities */

.hover-shrink-down
{
  transition: all .5s ease-in-out;
}

.hover-shrink-down:hover
{
  transform: scale(.90);
}

.hover-shrink-down-small
{
  transition: all .5s ease-in-out;
}

.hover-shrink-down-small:hover
{
  transform: scale(.95);
}

.line-clamp-1
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hover-shrink
{
  transition: .5s ease-in-out;
}

.hover-shrink:hover
{
  transform: scale(.95);
  box-shadow: -2px 2px 10px 2px #4E977533;
  border: 1px solid #4E97758c;
}

.hover-shrink-no-shadow
{
  transition: .5s ease-in-out;
}

.hover-shrink-no-shadow:hover
{
  transform: scale(.90);
}

input.no-arrow-input-number::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

html {
  scroll-behavior: smooth;
}

ul.breadcrump {
  list-style: none;
  margin-left: -2em;
  /* margin-top: 1em; */
}
ul.breadcrump li {
  display: inline;
  font-size: 16px;
}
ul.breadcrump li.active {
  color: #d75452;
}
ul.breadcrump li+li:before {
  padding: 8px;
  color: black;
  content: "\003E";
}
ul.breadcrump li a {
  text-decoration: none;
}
ul.breadcrump li a:hover {
  color: #d75452;
}

.h-fit { height: fit-content; }
.w-fit { width: fit-content; }
.object-fit-cover { object-fit: cover; }
.cursor-pointer { cursor: pointer; }
.radius-none { border-radius: 0; }

.dark-shadow
{
  box-shadow: -5px 8px 10px 2px rgba(0,0,0, 0.15);
  border: 1px solid rgba(0,0,0, 0.15);
}

.dark-shadow-r0
{
  box-shadow: -3px 5px 10px 3px rgba(0,0,0, 0.15);
  border: 1px solid rgba(0,0,0, 0.15);
}

.dark-shadow-r1
{
  box-shadow: -10px 20px 15px 1px rgba(0,0,0, 0.15);
  border: 1px solid rgba(0,0,0, 0.15);
}

.dark-shadow-r2
{
  box-shadow: 10px 15px 15px 1px rgba(0,0,0, 0.15);
  border: 1px solid rgba(0,0,0, 0.15);
}

.dark-shadow-r3
{
  box-shadow: 0 3px 5px 3px rgba(0,0,0, 0.15);
  border: 1px solid rgba(0,0,0, 0.15);
}

.dark-shadow-r4
{
  box-shadow: 0 0 3px 1px rgba(0,0,0, 0.15);
  border: 1px solid rgba(0,0,0, 0.15);
}

.bg-main
{
  background-color: #0E3665 !important;
}

.bg-blue
{
  background-color: #1066c9 !important;
}

.bg-tea
{
  background-color: #799766 !important;
}


.bg-purple
{
  background-color: #677DBA !important;
}

.bg-purple-2
{
  background-color: #6889FF !important;
}

.btn-outline-blue
{
  transition: .5s ease-in-out;
  color: #0e6ad2a0;
  border: 2px solid #0e6ad246 !important;
}

.btn-outline-blue:hover
{
  background: #0e6ad2;
  border: 2px solid #ffffff60 !important;
  color: #ffffffe0 !important;
}

.btn-outline-tea
{
  transition: .5s ease-in-out;
  color: #62834ea0;
  border: 2px solid #62834ea0 !important;
}

.btn-outline-tea:hover
{
  background: #799766;
  border: 2px solid #ffffff60 !important;
  color: #ffffffe0 !important;
}

.btn-outline-purple
{
  transition: .5s ease-in-out;
  color: #677DBAa0;
  border: 2px solid #677DBA46 !important;
}

.btn-outline-purple:hover
{
  background: #677DBA;
  border: 2px solid #ffffff60 !important;
  color: #ffffffe0 !important;
}

.btn-outline-green
{
  transition: .5s ease-in-out;
  color: #64BF6Aa0;
  border: 2px solid #64BF6A46 !important;
}

.btn-outline-green:hover
{
  background: #64BF6A;
  border: 2px solid #ffffff60 !important;
  color: #ffffffe0 !important;
}

.btn-outline-main
{
  transition: .5s ease-in-out;
  color: #d75452a0;
  border: 2px solid #d7545246 !important;
}

.btn-outline-main:hover
{
  background: #d75452;
  border: 2px solid #ffffff60 !important;
  color: #ffffffe0 !important;
}

.btn-outline-main.active
{
  background: #d75452;
  border: 2px solid #ffffff60 !important;
  color: #ffffffe0 !important;
}

.btn-green
{
  background: #64BF6A;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-green:hover
{
  background: #3F9F31;
  color: #ffffff;
}

.btn-purple
{
  background: #677DBA;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-purple:hover
{
  background: #495e97;
  color: #ffffff;
}

.btn-purple-2
{
  background: #6889FF;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-purple-2:hover
{
  background: #6889FFAE;
  color: #ffffff;
}

.btn-orange
{
  background: #fc8530;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-orange:hover
{
  background: #de8343;
  color: #ffffff;
}

.btn-yellow
{
  background: #FDB338;
  color: #000000 !important;
  transition: .5s ease-in-out;
}

.btn-yellow:hover
{
  background: #f0a730;
}

.btn-main
{
  background: #0E3665;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-main:hover
{
  background: #0E3665DE;
  color: #ffffff;
}

.btn-blue
{
  background: #4779C4;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-blue:hover
{
  background: #3C649F;
  color: #ffffff;
}

.btn-tea
{
  background: #4e7d31;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-tea:hover
{
  background-color: #799766 !important;
  color: #ffffff;
}

.btn-red
{
  background: #BA0B2Fde;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-red:hover
{
  background: #BA0B2F;
  color: #ffffff;
}

.btn-red-2
{
  background: #e13434;
  color: #ffffff;
  transition: .5s ease-in-out;
}

.btn-red-2:hover
{
  background: #e13434AE;
  color: #ffffff;
}

.text-main
{
  color: #0058A8 !important;
}

.text-blue
{
  color: #0e6ad2 !important;
}

.text-grey
{
  color: #48484896 !important;
}

.text-tea
{
  color: #799766 !important;
}

.font-poppins
{
  font-family: 'Poppins', sans-serif;
}

.fw-100
{
  font-weight: 100;
}
.fw-200
{
  font-weight: 200;
}
.fw-300
{
  font-weight: 300;
}
.fw-400
{
  font-weight: 400;
}
.fw-500
{
  font-weight: 500;
}
.fw-600
{
  font-weight: 600;
}
.fw-700
{
  font-weight: 700;
}
.fw-800
{
  font-weight: 800;
}
.fw-900
{
  font-weight: 900;
}

/* Utilities */

.navbar-fixed-top
{
  /* border-bottom: 1px solid #0000006e; */
}

.navbar-fixed-top.sticky-top
{
  /* background:
  linear-gradient(45deg, #0d0d0d15, #0d0d0d15, #00a9ebb4, #0d538fb4),
  url('../img/b1.png'); */
  box-shadow: -5px 8px 10px 2px rgba(0,0,0, 0.15);
  border-bottom: 10px solid #7997668e;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  /* z-index: 99999; */
}

.navbar-fixed-top.sticky-top .navContainer
{
  /* padding-top: 1.5em !important; */
  padding-bottom: .5em !important;
  transition: .5s ease-in-out !important;
}

.navbar-fixed-top.sticky-top .navContainer img
{
  height: 50px !important;
}

.navbar-fixed-top.sticky-top .navContainer .svg-1
{
  height: 30px !important;
  width: 30px !important;
}

.navbar-fixed-top.sticky-top .navContainer .svg-2
{
  height: 25px !important;
  width: 25px !important;
}

.sidebarDekstopContainer
{
  max-height: 65vh;
  /* position: absolute; */
  width: 100%;
  overflow-y: hidden;
  transition: ease-in-out;
}

.sidebarDekstopContainer:hover
{
  overflow-y: scroll;
  width: 106%;
  padding-bottom: 1.5em;
}

.sidebarMobileContainer
{
  max-height: 65vh;
  position: absolute;
  width: 100%;
  overflow-y: hidden;
}

.sidebarMobileContainer:hover
{
  /* overflow-y: scroll; */
  /* width: 107%; */
  padding-bottom: 1.5em;
}

/* width */
.sidebarMobileContainer::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sidebarMobileContainer::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}

/* Handle */
.sidebarMobileContainer::-webkit-scrollbar-thumb {
  background: #d75452;
  border-radius: 10px;
}

/* Handle on hover */
.sidebarMobileContainer::-webkit-scrollbar-thumb:hover {
  background: #d754528e;
}

.desktopSidebar
{
  background: url('../img/b1.png');
  opacity: 0.8;
  background-size: cover;
}

.footer .footer-subtitle::after
{
  content:"";
  display:block;
  border-bottom: 3px solid #fff;
  opacity: 0.3;
  width: 3em;
}

/* Small Device */
@media (max-width: 767px)
{


}
/* End */

/* Medium Device */
@media (min-width: 768px) and (max-width: 991px)
{

  #openNav.fixed-top
  {
    display: none;
  }

}
/* End */

/* Large Device */
@media (min-width: 992px)
{

  #openNav.fixed-top
  {
    display: none;
  }

}
/* End */
