@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&family=Oxygen:wght@300;400;700&display=swap');
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    padding-top: 0;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Oxygen", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anek Malayalam", sans-serif;
    font-weight: 700;
}

p, label, td {
    font-family: "Oxygen", sans-serif;
    color: #666;
    font-size: 17px;
}

a {
    text-decoration: none !important;
    color: #000;
    font-size: 1rem;
    font-family: "Oxygen", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}

/* Layout */

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2.3rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}

h2 {
    font-size: 1.9rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}

h3 {
    font-size: 1.7rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
    line-height: 140%;
}

h4 {
    font-size: 1.3rem;
    margin: 1.56rem 0 1.56rem;
    font-weight: 400;
    line-height: 140%;
}

p {
    margin-bottom: 10px;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

ol,
ul {
    margin: 0em 0 1rem;
    padding: 0 0 0 1em;
    color: #666;
}
.fButton,
.buttons input[type="submit"]{
  padding: 12px 20px !important;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  z-index: 1;
  transition: .5s all ease;
  text-decoration: none;
  position: relative;
}
.fButton:hover {
  background-color: #fff;
  color: #000;
}
.buttons a {
  display: none;
}
/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
}
.body .fModule,
body.container-wrap .body .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.fRegion {
    display: inline-block;
    width: 100%;
}
.fGalleryImage {
  display: inline-block;
}
header ul, ul.fMenu, header ul li, ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

/* Common CSS */

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}
.title-off .page-title {
    display: none;
}
.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h3 a {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
}



/* customizing .wrap as bootstrap container */
@media (min-width: 576px) {
  .wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrap {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1140px;
  }
}
header .wrap {
  overflow: visible;
}
.body .wrap {
  max-width: 100% !important;
}

.bgGrey {
  background: #f2f2f2;
}

.body .fBanner.fModule {
  padding: 0;
}

.fHeading .fModuleTitle h3 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #333;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
.fHeading .fModuleTitle h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: #009fe3;
}
footer {
  background: #009fe3;
  padding: 10px ;
}
footer p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
/* Custom header */
header {
  padding: 6px 0;
  background: #009fe3;
  width: 100%;
  max-width: 100%;
}
.path-home- header {
  position: absolute;
  top: 0;
  width: 95%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  transition: linear all .3s;
}
.path-home- body.f-scrolled header {
  width: 100%;
  border-radius: 0;
  background-color: #009fe3;
  box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
}
/* Menu */
.fMainMenu .fMenu {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.fMainMenu .fMenu li {
  position: relative;
  padding: 10px;
}
.fMainMenu .fMenu li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

/* Custom banner for inner pages */
.page-title {
  height: 200px;
  position: relative;
  background-image: url(https://storage.unitedwebnetwork.com/files/1225/36e4dee251300ac03e8b57b66a08b657.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -174px;
  color: #fff;
}
.page-title .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.page-title h1 {
  position: relative;
  z-index: 2;
}
.page-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}


/* Banner */
.fBanner .fGalleryItem {
  position: relative;
}
.fBanner .fGalleryText {
  position: absolute;
  top: 55%;
  left: 8%;
  transform: translateY(-50%);
  padding: 12px 20px;
  color: #fff !important;
}
.fBanner p {
  color: inherit;
  font-size: 1.2rem;
}
.fBanner p.dayAddress {
  font-size: 1rem;
}
.fBanner p span {
  display: block;
  line-height: 1.32;
}
.fBanner h3 {
  font-size: 2.5rem;
  color: #fff;
}
.fBanner .fButton {
  margin-top: 20px;
}

/* Common design for form */
form {
  max-width: 750px;
  background: #f2f2f2;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
  padding: 15px 20px;
  margin: 40px auto;
}
form label {
  width: 100% !important;
  float: none !important;
  margin-right: 0;
  text-align: left !important;
  font-weight: bold;
  padding-left: 0 !important;
}
form input,
form select,
form textarea {
  width: 100% !important;
  height: 42px;
  border-radius: 8px;
  border-color: #eee;
  padding: 0 10px !important;
  background: #fff;
}
form input[type="radio"],
form input[type="checkbox"],
form input[type="submit"] {
  width: auto !important;
  height: auto;
  position: relative !important;
  margin-left: 0 !important;
}
form fieldset {
  border-top: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.fForm .buttons {
  padding-left: 0 !important;
  text-align: right;
}
.fForm .buttons input {
  margin-right: 0 !important;
  background: #000;
  color: #fff;
  transition: 0.6s all;
}
.fForm .buttons input:hover {
  background: #fff;
  color: #000;
}

/* Align fields side by side */
form .f-fieldset-body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
form .form-item {
  flex: 0 0 auto;
  width: 48%;
}


/* Hide password field */
/* #form-item-password,
#form-item-password_repeat {
  display: none;
} */

/* Design groups in form */
.f-table td {
  padding: 10px 0;
}


/* mobile country dropdown */
#form-item-mobile {
  overflow: visible;
}
.iti {
  width: 100% !important;
}
/* Apply this if you have a country dropdown attached. Note: Do change the field id based o your prject */
#field_id_24055 {
  padding-left: 86px !important;
}

.fForm .hint, .fForm .error {
  margin-left: 0;
}


/* Payment page */
.invoice-pmodes .f-table td,
.invoice-container .f-table td {
  padding: 10px;
}
.discount-code .form-item {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}
form .discount-code .form-item {
  width: 100%;
}
.discount-code .form-item > * {
  flex: 0 0 auto;
}
.discount-code .form-item label {
  width: 100% !important;
}
.discount-code .form-item input {
  width: 80% !important;
}
.discount-code .form-item input[type="submit"] {
  width: 18% !important;
  background: #000;
  color: #fff;
}
.fButton#btn-print {
  background: #000;
  color: #fff;
}

/* Dashboard */

.iconset .fMenu {
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.iconset .fMenu li {
  padding: 1rem;
  flex: 0 0 20%;
  max-width: 20%;
}
.iconset .fMenu a {
  display: block;
  padding: 1rem;
  font-weight: 700;
  color: #000;
  height: 100%;
  background: #f5f5f5;
  transition: .3s all ease-in-out;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px -4px rgb(0 0 0/30%);
  -moz-box-shadow: 0 0 10px -4px rgba(0,0,0,.3);
  box-shadow: 0 0 15px -4px rgb(0 0 0/30%);
  position: relative;
}
.iconset img {
  width: auto;
  max-width: 45px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 1rem;
}


/* Login page */
.view-login form .form-item {
  width: 100%;
}

/* View password field in login page */
.view-login form #form-item-password {
  display: block;
}


/* If user is logged in */
.has-user form {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.has-user form > * {
  flex: 0 0 auto;
}
.has-user form .user-register-group {
  width: 100%;
}
.has-user .body > fieldset {
  max-width: 750px;
  background: #f2f2f2;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
  padding: 15px 20px;
  margin: 0px auto 30px;
}
.has-user .body > fieldset label {
  display: block;
  width: 100% !important;
  float: none !important;
  margin-right: 0;
  text-align: left !important;
  font-weight: bold;
  padding-left: 0 !important;
  padding: 0.25rem 0px;
}
.has-user .body > fieldset select {
  width: 100% !important;
  height: 42px;
  border-radius: 8px;
  border-color: #eee;
  padding: 0 10px !important;
  background: #fff;
}
.has-user .body > fieldset .buttons {
  text-align: right;
  margin: 10px 0;
}
.has-user .body > fieldset .buttons input {
  outline: none;
  border: 1px solid #000;
}
.has-user .body > fieldset .buttons input:hover {
  background: #000;
  color: #fff;
}
.has-user form.invoice-pmodes {
  display: block;
}

/* Hide default Full Name, Email & Contact field. Please insert in specific page css */
#form-item-fullname,
#form-item-username,
#form-item-mobile {
  display: none;
}

/* Use this only if css from line number 603 is applied */
.view-login #form-item-username {
  display: block;
}

/* Custom Pages */
.fComittee h4 {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.fComittee h3 {
  font-size: 1.1rem;
}
.fComittee .fGalleryList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.fComittee .fGalleryItem {
  flex: 0 0 auto;
  width: 31%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fComittee .fGalleryItem > * {
  flex: 0 0 auto;
}
.fComittee .fGalleryImage {
  width: 20%;
}
.fComittee .fGalleryContainer {
  margin-bottom: 20px;
}
.path-workshop-selection-.has-user form {
  display: block;
}
.path-workshop-selection-.has-user form .form-item {
  width: 100%;
}

/* Menu after login */
.has-user .fMainMenu .fMenu li a {
  font-size: 14px;
}


/* Faculty page */
.fFaculty .fGalleryItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d0d0d0;
}
.fFaculty .fGalleryItem:nth-child(even) {
  flex-direction: row-reverse;
}
.fFaculty .fGalleryItem > * {
  flex: 0 0 auto;
}
.fFaculty .fGalleryItem .fGalleryImage {
  width: 22%;
  height: 300px;
}
.fFaculty .fGalleryItem .fGalleryImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fFaculty .fGalleryItem .fGalleryText {
  width: 75%;
}
.fFaculty .fGalleryItem .fGalleryText h3 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .page-title {
    padding: 20px;
    background-position-y: 0;
  }
  .fBanner .fGalleryText {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0,0);
    background: #000;
  }
  .fBanner .fGalleryText .fButton {
    background: #fff;
    color: #000;
  }
  .path-home- header {
    position: relative;
    width: 100%;
    border-radius: 0;
    left: auto;
    transform: translateX(0);
  }
  .navbar-toggle {
    display: inline-block;
  }
  .navbar-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
    margin-bottom: 3px;
  }
  .navbar-toggle span:last-child {
    margin-bottom: 0;
  }
  .navbar-toggle-container {
    text-align: right;
    padding-right: 15px;
  }
  .fMainMenu nav {
    position: absolute;
    width: 500px;
    background: rgb(0, 159, 227);
    z-index: 9999;
  }
  .fMainMenu .fMenu {
    display: block;
  }
  .fFaculty .fGalleryItem {
    align-items: flex-start;
    flex-direction: column !important;
  }
  .fFaculty .fGalleryItem .fGalleryImage,
  .fFaculty .fGalleryItem .fGalleryText {
    width: 100%;
    height: auto;
  }
  .fFaculty .fGalleryItem .fGalleryText {
    padding: 20px 0;
  }
  form {
    max-width: 350px;
  }
  form .form-item {
    width: 100%;
  }
  .has-user form.invoice-pmodes,
  .invoice-container {
    overflow: scroll;
  }
  .discount-code .form-item input {
    width: 66% !important;
  }
  .discount-code .form-item input[type="submit"] {
    width: 30% !important;
  }
  .iconset .fMenu li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fLogo img {
    max-height: 60px;
  }
  #frm .fModal {
    width: 100%;
  }
}