.capitalize { text-transform: capitalize }
.upcase{text-transform: uppercase;}
.fsans{font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
.ffancy{font-family: 'Cambria', 'Cochin', 'Georgia, Times', 'Times New Roman', 'serif';}
.froboto{font-family: 'Roboto', sans-serif;}

.fs-16 { font-size: 16px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fs-32 { font-size: 32px; }

.fw-5 { font-weight: 500; }
.fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; }
.fw-8 { font-weight: 800; }

.font-semibold { font-weight: 600; }
.text-gray-400 { color: #9ca3af; }
.text-gray-600 { color: #4b5563; }
.text-dblue { color: #27384f; }
.text-black { color: black; }
.text-blue {color: #132573; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.underline { text-decoration: underline; }
.bg-white { background-color: #ffffff; }
.border { border: 1px solid #d1d5db; }
.border-b { border-bottom: 2px solid #000000; }
.border-b_blue{border-bottom: 4px #82a3dd; border-bottom-left-radius: 1rem;border-bottom-right-radius: 1rem;}
.border-t { border-top: 1px solid #1f2937; }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-800 { border-color: #1f2937; }
.border-dashed { border-style: dashed; }
.rounded-md { border-radius: 6px; }
.border-1  {border: 1px solid black;}

.w-16 { width: 16px; }
.w-24 { width: 24px;}
.w-32 { width: 32px;}
.w-40 { width: 40px;}
.w-48 { width: 48px;}
.w-160 { width: 160px;}
.w-250 { width: 250px;}
.w-900 { width: 900px;}
.w-1000 { width: 1000px;}
.w-full { width: 100%; }

.h-16 { height: 16px; }
.h-24 { height: 24px; }
.h-32 { height: 32px; }
.h-40 { height: 40px; }
.h-48 { height: 48px; }
.h-64 { height: 64px; }
.h-full { height: 100vh; }

.p-1 { padding: 16px 0; }
.pt-1 { padding-top: 16px; }
.m-1 { margin: 16px; }
.mb-1 { margin-bottom: 16px; }
.mt-1 { margin-top: 16px; }
.mt-2 { margin-top: 32px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.ml-1 { margin-left: 16px;}
.mr-1 { margin-right: 16px;}
.mr-2 { margin-right: 32px;}
.ml-auto { margin-left: auto;}
.mg-auto{margin-bottom: auto;}
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.flex-shrink-0 { flex-shrink: 0; }
.gap-16 { gap: 16px; }
.gap-8 { gap: 8px; }
.table { display: table; }
.w-full { width: 100%; }
.border-collapse { border-collapse: collapse; }
.bgc_gray {background-color: #aab0bb;}
.bgc_blue {background-color: #82a3dd;}
.hoverbluebg:hover{
  background-color: rgb(93, 180, 180);
}
.crvb3{border-radius: 3rem;}
.crvb1{border-radius: 16px;}
.hoverredbg:hover{
  background-color: rgb(201, 87, 87);
}
.brdzero{border: none;}
  a:visited {
  color: inherit;
}
.hoverwhitetxt:hover{color: #ffffff;}
.txtcent{text-align: center;}
.galtext{font-size: 32px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
.bgc_lblue{background-color: #b1c4e4;}

.dx-gallery-item img {
  height: calc(100vh - 200px);
  max-height: 70vw;
  max-width: 100%;
  border: 24px solid #82a3dd;
  border-radius: 16px;
}

#gallery{
  max-height: calc(70vw + 64px);
}