/*********************************************************************************************************************************/
/********************************************************** I.M.P.O.R.T **********************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/**************************************** V.A.R.I.A.B.L.E.S ****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************* M.I.X.I.N.S *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************* M.E.D.I.A *******************************************/
/***************************************************************************************************/
/*********************************************************************************************************************************/
/********************************************************** I.M.P.O.R.T **********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/******************************************************* O.V.E.R.R.I.D.E.S *******************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
body {
  margin: 0;
  padding: 0;
  color: #7a8a9e;
  font-size: 16px;
  font-family: "Prompt", sans-serif;
  background: #fdfdfd;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
}

p {
  line-height: 1.7;
}

.btn:focus, button:focus {
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

.hidden {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #003760;
  margin-bottom: 0;
}

.p-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pt-50 {
  padding-top: 80px;
}
@media only screen and (max-width : 576px) {
  .pt-50 {
    padding-top: 40px;
  }
}

.pb-50 {
  padding-bottom: 80px;
}
@media only screen and (max-width : 576px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

.mt-50 {
  margin-top: 100px;
}

p {
  margin-bottom: 0 !important;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.badge-danger {
  background-color: #04acec;
}

.font-sm {
  font-size: 25px !important;
}

@media only screen and (max-width : 576px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

.font-xs {
  font-size: 12px !important;
}

.font-md {
  font-size: 14px !important;
}

.text-primary {
  color: #04acec !important;
}

.text-secondary {
  color: #042c84 !important;
}

.bg-green {
  background: rgba(76, 175, 80, 0.1490196078);
}

@media only screen and (max-width : 576px) {
  .ps-0-sm {
    padding-left: 15px !important;
  }
}

.mt-150 {
  margin-top: 150px;
}

.px-50 {
  padding: 0 80px;
}
@media only screen and (max-width : 576px) {
  .px-50 {
    padding: 0 20px;
  }
}

@media only screen and (max-width : 1199px) {
  .mb-15-sm {
    margin-bottom: 15px !important;
  }
  .mb-30-sm {
    margin-bottom: 30px !important;
  }
  .ps-5-md {
    padding-left: 3rem !important;
  }
}
@media only screen and (max-width : 991px) {
  .mb-15-sm {
    margin-bottom: 15px !important;
  }
  .mb-30-sm {
    margin-bottom: 30px !important;
  }
  .ps-5-md {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width : 576px) {
  .g-sm-2 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
  .pt-0-sm {
    padding-top: 0 !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .mt-15-sm {
    margin-top: 10px !important;
  }
  .d-none-sm {
    display: none !important;
  }
  .mx-2-sm {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-2-sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .mb-15-sm {
    margin-bottom: 15px !important;
  }
  .mb-30-sm {
    margin-bottom: 30px !important;
  }
  .ps-0-sm {
    padding-left: 15px !important;
  }
  .pe-15-sm {
    padding-right: 15px !important;
  }
  .pt-30-sm {
    padding-top: 30px !important;
  }
  .w-100-sm {
    width: 100%;
  }
}
.font-12 {
  font-size: 12px;
}

.text-secondary {
  color: #042c84;
}

/*********************************************************************************************************************************/
/******************************************************* O.V.E.R.R.I.D.E.S *******************************************************/
/*********************************************************************************************************************************/
/*********************************************************** G.E.N.E.R.A.L ***********************************************************/
/*********************************************************************************************************************************/
/**************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
.divider {
  border: 0.8px solid #E8E8E8;
  margin: 50px 0;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-gap {
  padding: 80px 0;
}
@media only screen and (max-width : 767px) {
  .section-gap {
    padding: 40px 0;
  }
}
@media only screen and (max-width : 1199px) {
  .section-gap {
    padding: 40px 0;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width : 767px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width : 1199px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width : 767px) {
  .pt-80 {
    padding-top: 40px;
  }
}
@media only screen and (max-width : 1199px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.high-section-gap {
  padding: 200px 0;
}

.header-general, .header-general-md,
.header-general-sm {
  color: #191919;
  font-size: pxtorem(28);
  font-weight: 500;
}

.header-general-md {
  font-size: pxtorem(26) !important;
}

.header-general-sm {
  font-size: pxtorem(22) !important;
}

.header-general-xs {
  font-size: pxtorem(18) !important;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-small {
  font-size: 14px !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.text-muted {
  color: #8D8D8D !important;
}

.link-muted {
  color: #929292;
  text-decoration: none;
}
.link-muted:hover {
  color: #626262;
  text-decoration: none;
}

.link-secondary {
  color: #042c84;
}

.btn-icon {
  font-size: 0.825rem;
}

.btn-icon-left {
  margin-right: 0.75rem;
}

.btn-icon-right {
  margin-left: 0.75rem;
}

.btn-like-a {
  border: none;
  outline: none;
  box-shadow: none;
}
.btn-like-a:focus {
  box-shadow: none;
  outline: none;
}

.validation-message {
  display: block;
  font-size: 80%;
  width: 100%;
  margin-top: 0.25rem;
  text-align: left;
}

.input-group .validation-message {
  padding-left: 2.5rem;
}

.btn-group-inline {
  display: -ms-flex;
  display: flex;
}
.btn-group-inline .btn:not(:last-child) {
  margin-right: 0.375rem;
}

.theme-color {
  color: #05349d !important;
}

.sec-color {
  color: #0387ba;
}

.text-yellow {
  color: #f7941f;
}

.text-orange {
  color: #0387ba !important;
}

.text-blue {
  color: #042c84 !important;
}

.bg-none {
  background: none !important;
}

.text-shadow {
  text-shadow: 1px 1px 1px lightgrey;
}

.social-icons {
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.social-icons a i {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.social-icons .icon {
  padding: 8px 10px;
}
.social-icons .icon i {
  color: white;
  font-size: 1.1rem;
}

.cta .social-icons a i {
  border: 1px solid black;
  width: 35px;
}

.scroll-to-top {
  position: fixed;
  z-index: 999;
  bottom: -60px;
  right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #04acec;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.scroll-to-top.top-arrow {
  bottom: 60px;
}
.scroll-to-top:hover {
  background: #0387ba;
}

/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/**************************************************************************************************/
.cat-row {
  margin-top: 40px;
}

@media only screen and (max-width : 576px) {
  .w-50 {
    width: 100% !important;
  }
}

.bg-orange {
  background: #04acec !important;
}
.bg-orange.btn {
  box-shadow: none;
}
.bg-orange.btn:hover {
  background: #042c84 !important;
}

.border-none {
  border: none !important;
}

.owl-dots {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.owl-dots .owl-dot {
  margin: 5px;
}
.owl-dots .owl-dot.active span {
  background: #0387ba;
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.hide-overflow {
  overflow: hidden;
}

.bg-white {
  background: white !important;
}

.title-wrapper .title {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.title-wrapper .title h1 {
  font-size: 30px;
  color: #0387ba;
  line-height: 25px;
}
.title-wrapper .title p {
  text-transform: capitalize;
  font-size: 2rem;
}
@media only screen and (max-width : 576px) {
  .title-wrapper .title p {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width : 767px) {
  .display-3 {
    font-size: 2.1rem;
  }
}

.text-decoration-none {
  text-decoration: none;
  border-bottom: 0 !important;
}

.fa-2x {
  font-size: 1.3em;
}

.modal .modal-header {
  border-bottom: none;
  padding: 0.5rem 0.5rem;
}
.modal .modal-header button {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  opacity: 1;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  outline: none;
}
@media only screen and (max-width : 576px) {
  .modal .modal-header button {
    top: 0;
    right: 8;
  }
}
.modal .modal-header button .close {
  cursor: pointer;
}

.text-hover:hover {
  text-decoration: underline;
}

.modal .modal-content {
  border-radius: 0;
}
.modal .modal-title {
  font-size: 26px;
  color: #04acec;
  font-weight: 600;
}
.modal .modal-body {
  font-size: 14px;
}

/*********************************************************************************************************************************/
/*********************************************************** G.E.N.E.R.A.L***********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/***********************************************************C.O.N.T.E.X.T.U.A.L***********************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/*************************************** C.O.N.T.E.X.T.U.A.L ***************************************/
/***************************************************************************************************/
.clear-float:before, .clear-float:after,
.clear-fix:before,
.clear-fix:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear-float:after,
.clear-fix:after,
.clear:after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.fluid-height {
  height: 100%;
}

.fluid-height-min {
  min-height: 100%;
}

.fluid-width {
  width: 100% !important;
}

.fluid-width-min {
  min-width: 100%;
}

.no-margin,
.m-0 {
  margin: 0 !important;
}

.no-padding,
.p-0 {
  padding: 0 !important;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.text-info {
  display: block;
  font-size: 12px;
  margin-top: 0.5rem;
}

.text-left,
.align-left {
  text-align: left;
}

.text-center,
.align-center {
  text-align: center;
}

.text-right,
.align-right {
  text-align: right;
}

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uppercase,
.text-uppercase {
  text-transform: uppercase;
}

.lowercase,
.text-lowercase {
  text-transform: lowercase;
}

.capitalize,
.text-capitalize {
  text-transform: capitalize;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
  opacity: 0 !important;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.remove,
.hide {
  display: none;
}

.d-flex {
  display: -ms-flex;
  display: flex;
}

.d-flex-center {
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-centered {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.cursor-pointer {
  cursor: pointer;
  padding: 0 !important;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

.relative {
  position: relative;
}

.box-shadow-general {
  box-shadow: 0 0 0.5rem #E8E8E8;
}

.link-general {
  color: #04acec;
}
.link-general:hover {
  color: #049ad3;
}

.cursor {
  cursor: pointer;
}

@media only screen and (max-width : 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .px-sm-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width : 576px) {
  .my-sm-1 {
    margin: 0.25rem 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width : 576px) {
  .py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}

@media only screen and (max-width : 576px) {
  .py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}

.mh-600 {
  max-height: 600px;
}

.mh-500 {
  max-height: 500px;
}

/***************************************************************************************************/
/*************************************** C.O.N.T.E.X.T.U.A.L ***************************************/
/***************************************************************************************************/
/*********************************************************************************************************************************/
/***********************************************************C.O.N.T.E.X.T.U.A.L***********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************** S.T.Y.L.E ***********************************************************/
/*********************************************************************************************************************************/
.header {
  position: relative;
  width: 100%;
  z-index: 22;
  background: #fff;
}

@-webkit-keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nav-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-section .logo {
  max-width: 120px;
}
.nav-section .logo img {
  height: auto;
}
@media only screen and (max-width : 991px) {
  .nav-section .logo {
    max-width: 80px;
  }
}
@media only screen and (max-width : 767px) {
  .nav-section .logo {
    max-width: 70px;
  }
}
.nav-section .nav-wrapper {
  z-index: 1022;
  position: fixed;
  background: #fff;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  display: block;
  right: -100%;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (min-width: 1300px) {
  .nav-section .nav-wrapper {
    all: unset;
    flex: 0 0 50%;
    position: static;
  }
  .nav-section .nav-wrapper .close {
    display: none;
  }
}
.nav-section .nav-wrapper.toggle {
  right: 0;
  opacity: 1;
}
.nav-section .nav-wrapper.toggle .navigation li:has(> a.theme-btn) {
  margin-right: 30px;
  margin-top: 10px;
}
.nav-section .nav-wrapper.toggle .navigation li a.user-icon {
  display: none;
}
.nav-section .nav-wrapper.toggle .navigation li a, .nav-section .nav-wrapper.toggle span {
  color: rgba(0, 0, 0, 0.7);
}
.nav-section .nav-wrapper .close {
  color: #04acec;
  opacity: 1;
  padding: 15px 20px 15px 15px;
  float: right;
}
.nav-section.onscroll {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  -webkit-animation: navscroll 0.5s forwards;
          animation: navscroll 0.5s forwards;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.nav-section.onscroll .navigation li a, .nav-section.onscroll .navigation li span {
  color: #042c84;
}
.nav-section.onscroll .text-color {
  color: #000;
}
.nav-section.onscroll .navigation li .megamenu.full {
  top: 70px !important;
}
@media only screen and (max-width : 576px) {
  .nav-section.onscroll .navigation li .megamenu.full {
    top: 45px !important;
  }
}
@-webkit-keyframes navscroll {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
@keyframes navscroll {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
.nav-section .navigation {
  margin-top: 30px;
}
.nav-section .navigation li {
  line-height: 1rem;
  margin-left: 30px;
}
@media only screen and (max-width : 576px) {
  .nav-section .navigation li {
    margin-right: 30px;
  }
}
.nav-section .navigation li a {
  color: #000;
  padding: 10px 0;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
  transition: 0.4s;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.nav-section .navigation li a::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 0;
  width: 6px;
  height: 6px;
  background-color: #04acec;
  border-radius: 6px;
  display: none;
}
.nav-section .navigation li a::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 2px;
  width: 0;
  opacity: 0;
  height: 2px;
  background-color: #04acec;
  transition-property: all;
  transition-duration: 0.3s;
}
.nav-section .navigation li a.active, .nav-section .navigation li a:hover {
  color: #04acec !important;
}
.nav-section .navigation li a.active:before, .nav-section .navigation li a:hover:before {
  display: block;
}
.nav-section .navigation li a.active:after, .nav-section .navigation li a:hover:after {
  width: 100%;
  right: 0;
  opacity: 1;
}
.nav-section .navigation li a.theme-btn {
  color: white !important;
  padding: 12px 20px;
}
.nav-section .navigation .has-sub-menu {
  position: relative;
}
.nav-section .navigation .has-sub-menu #drop-icon {
  color: #000;
  float: right;
  line-height: 35px;
  padding: 0 8px;
  display: none;
}
@media only screen and (max-width : 1199px) {
  .nav-section .navigation .has-sub-menu #drop-icon {
    display: inline;
  }
}
.nav-section .navigation .has-sub-menu:hover .sub-menu {
  top: 90%;
  opacity: 1;
  visibility: visible;
}
.nav-section .navigation .has-sub-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  background: white;
  min-width: 200px;
  padding: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media only screen and (max-width : 576px) {
  .nav-section .navigation .has-sub-menu .sub-menu {
    box-shadow: none;
  }
}
.nav-section .navigation .has-sub-menu .sub-menu li {
  margin-left: 0;
}
@media only screen and (max-width : 1199px) {
  .nav-section .navigation .has-sub-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    display: none;
    transition: none;
  }
}
.nav-section .navigation .has-sub-menu .sub-menu a {
  color: #626262;
  padding: 5px;
  font-size: 14px;
}
.nav-section .navigation .has-sub-menu .sub-menu a:hover {
  color: #0387ba;
}
@media only screen and (max-width : 991px) {
  .nav-section .navigation .has-sub-menu .sub-menu a {
    color: white;
  }
}
@media only screen and (min-width: 1300px) {
  .nav-section .navigation {
    all: unset;
    display: flex;
    list-style: none;
  }
}
.nav-section .nav-icons {
  display: flex;
  align-items: center;
}
.nav-section .nav-icons .user-icon {
  border-bottom: 1px solid transparent;
  display: inline-block;
}
@media only screen and (max-width : 576px) {
  .nav-section .nav-icons .user-icon {
    border-bottom: none !important;
  }
}
.nav-section .nav-icons .user-icon:hover {
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 1300px) {
  .nav-section .nav-icons #menu-bar {
    display: none !important;
  }
}
.nav-section .nav-icons .theme-btn {
  border: 1px solid #04acec;
  color: white;
}
.nav-section .nav-icons .theme-btn:hover {
  background: transparent !important;
  border: 1px solid #04acec;
  color: #04acec;
}

.nav-top {
  height: 40px;
  background-color: #042c84;
  border-top: 2px solid #04acec;
}
@media only screen and (max-width : 576px) {
  .nav-top {
    display: none;
  }
}
.nav-top ul li {
  color: #fff;
  font-size: 14px;
  float: left;
  margin-right: 47px;
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width : 991px) {
  .nav-top ul li {
    margin-right: 15px;
  }
}
.nav-top ul li.social-bloc {
  float: right;
  margin-right: 0;
}
.nav-top ul li.social-bloc a {
  display: inline-block;
  margin-left: 20px;
}
.nav-top ul li.social-bloc i {
  font-size: 14px;
  color: #fff;
  margin-right: 0;
  transition-duration: 0.3s;
}
.nav-top ul li.social-bloc i:hover {
  color: #fff;
}
.nav-top ul li i {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}
.nav-top ul li a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.3s;
}

.btn-main, .theme-btn {
  line-height: 1.12;
  padding: 16px 30px;
  font-size: 0.9em;
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #04acec;
  transition: all 0.3s ease-out;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
  border: medium none;
  text-align: center;
  white-space: nowrap;
  box-shadow: 4px 6px 0px 0px #042c84;
}
@media only screen and (max-width : 576px) {
  .btn-main, .theme-btn {
    line-height: 30px;
    padding: 0 10px;
    font-size: 0.7em;
  }
}
.btn-main:hover, .theme-btn:hover {
  background-color: #042c84;
  box-shadow: 0 0 0 0 #04acec;
  color: #fff;
}
.btn-main.text-dark:hover, .theme-btn.text-dark:hover {
  color: #fff !important;
}

.btn-main:after, .theme-btn:after {
  bottom: 0;
  border-top: 0;
}

.btn-main:before, .theme-btn:before {
  top: 0;
  border-bottom: 0;
}

.video-section video {
  display: table;
  min-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-section .z--2 {
  z-index: 2;
}

.home-slider {
  position: relative;
}
.home-slider .overley {
  position: absolute;
  background-size: 815px 500px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-repeat: repeat;
}
.home-slider .slider-content h1 {
  line-height: 50px;
  font-weight: normal;
  font-family: "Prompt", sans-serif;
  letter-spacing: 1px;
  font-size: 56px;
  line-height: 66px;
  position: relative;
  font-weight: 900;
}
@media only screen and (max-width : 991px) {
  .home-slider .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width : 576px) {
  .home-slider .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.home-slider .slider-content p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width : 991px) {
  .home-slider .slider-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width : 576px) {
  .home-slider .slider-content p {
    font-size: 16px;
  }
}
.home-slider .slider-content .bg-blue.btn {
  box-shadow: none;
  border: 1px solid transparent;
  background: #04acec;
}
.home-slider .slider-content .bg-blue.btn:hover {
  background: transparent !important;
  border: 1px solid white;
}
.home-slider .slider-content .slider-list ul li {
  list-style: none;
}
.home-slider .slider-content .slider-list ul li a {
  color: #fff;
  position: relative;
}
.home-slider .slider-content .img {
  max-width: 420px;
}
.home-slider .owl-carousel .item {
  height: 100vh;
  min-height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1199px) {
  .home-slider .owl-carousel .item {
    min-height: 550px;
    height: 70vh;
  }
}
@media only screen and (max-width : 991px) {
  .home-slider .owl-carousel .item {
    min-height: 550px;
    height: 100vh;
  }
}
@media only screen and (max-width : 576px) {
  .home-slider .owl-carousel .item {
    min-height: 750px;
    height: calc(100vh - 100px);
  }
}
.home-slider .owl-carousel .item .slider-content {
  padding: 50px 0 50px 0;
}
.home-slider .owl-carousel .item .theme-btn:before {
  border: 2px solid #fff;
  border-bottom: 0;
}
.home-slider .owl-carousel .item .theme-btn::after {
  border: 2px solid #fff;
  border-top: 0;
}
.home-slider .owl-carousel .owl-prev {
  position: absolute;
  left: 10px;
  top: 51%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.home-slider .owl-carousel .owl-prev:hover {
  background: none;
}
.home-slider .owl-carousel .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.home-slider .owl-carousel .owl-next:hover {
  background: none;
}
@media only screen and (max-width : 576px) {
  .home-slider .owl-carousel .owl-nav {
    margin-top: 0;
    opacity: 0;
  }
}
.home-slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.home-slider .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
  box-shadow: none;
}
.home-slider .owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.home-slider .owl-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.about {
  position: relative;
}

.about .about-img {
  position: relative;
}
.about .about-img .about-img-1 img {
  max-width: 70%;
}
@media only screen and (max-width : 576px) {
  .about .about-img .about-img-1 img {
    max-width: 100%;
  }
}
@media only screen and (max-width : 991px) {
  .about .about-img .about-img-1 {
    margin-right: 0;
    margin-top: 30px;
    display: none;
  }
}
@media only screen and (max-width : 576px) {
  .about .about-img .about-img-1 {
    margin-top: 30px;
    display: none;
  }
}
.about .about-img .about-img-2 {
  position: absolute;
  left: 30%;
  top: 30%;
  border: 10px solid #fff;
  border-radius: 0;
  border-right: 0;
}
@media only screen and (max-width : 991px) {
  .about .about-img .about-img-2 {
    position: static;
    border: none;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width : 576px) {
  .about .about-img .about-img-2 {
    margin-bottom: 30px;
  }
}
.about .about-img img {
  border-radius: 0;
  height: 450px;
}
@media only screen and (max-width : 576px) {
  .about .about-img img {
    margin-top: 15px;
  }
}

.banner-section {
  background-color: #042c84;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
.banner-section h1 {
  font-size: 1.3em;
  color: #fff;
}
.banner-section h1 a {
  color: #fff;
}
.banner-section .banner-pin {
  color: #f8bd25;
}

.about_data {
  max-width: 100%;
  overflow: hidden;
}
.about_data h3 {
  font-weight: 600;
}
.about_data .back1 {
  padding: 60px 80px;
  background: #04acec;
}
@media only screen and (max-width : 991px) {
  .about_data .back1 {
    padding: 60px 40px;
  }
}
@media only screen and (max-width : 576px) {
  .about_data .back1 {
    padding: 60px 40px;
  }
}
.about_data .back2 {
  padding: 60px 80px;
  background: #042c84;
}
@media only screen and (max-width : 991px) {
  .about_data .back2 {
    padding: 60px 40px;
  }
}
@media only screen and (max-width : 576px) {
  .about_data .back2 {
    padding: 60px 40px;
  }
}
.about_data .padding-right {
  padding-right: 0;
}
.about_data .padding-left {
  padding-left: 0;
}
@media only screen and (max-width : 991px) {
  .about_data .padding-left {
    padding-right: 0;
  }
}
.about_data .image-style {
  height: 470px;
}
@media only screen and (max-width : 991px) {
  .about_data .image-style {
    height: 470px;
  }
}
.about_data .image-style .img-container {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.about_data .desc-cls p {
  color: #fff;
  line-height: 1.6;
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
}

.supporters {
  background-color: #f0f2f6;
}

span.title-bg-style {
  background-color: #04acec !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  padding: 5px 20px;
  margin: 0 0 10px;
  display: inline-block;
  letter-spacing: 1px;
  font-family: "Prompt", sans-serif;
  color: #fff;
}
span.title-bg-style::before {
  content: "";
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 8px solid #042c84;
  top: 0;
}
span.title-bg-style::after {
  content: "";
  position: absolute;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 8px solid #042c84;
  top: 0;
}

span.title-bg-style.white-bg-before::before {
  border-left: 8px solid #fff;
}
span.title-bg-style.white-bg-before::after {
  border-right: 8px solid #fff;
}

@-webkit-keyframes hue {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2000px 0;
  }
}

@keyframes hue {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 2000px 0;
  }
}
.section_heading h2.style_1 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
  background-image: linear-gradient(to right, rgb(247, 153, 12) 0%, #162d40 36%, rgb(247, 153, 12) 65%, #1a9b49 100%);
}
@media only screen and (max-width : 576px) {
  .section_heading h2.style_1 {
    font-size: 1.2rem;
  }
}
.section_heading h2.bg_2 {
  background-image: linear-gradient(to right, #fff 0%, #FF9800 36%, #fff 65%, #FF9800 100%);
  font-size: 45px;
}
@media only screen and (max-width : 576px) {
  .section_heading h2.bg_2 {
    font-size: 30px;
  }
}
.section_heading h2.heading-title {
  font-size: 24px;
}
.section_heading h2 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 900;
  color: #042c84;
  margin: 0;
  font-family: "Prompt", sans-serif;
}
@media only screen and (max-width : 991px) {
  .section_heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width : 576px) {
  .section_heading h2 {
    font-size: 25px;
  }
}

.features-area.two {
  background-color: rgba(0, 66, 127, 0.06);
  position: relative;
  z-index: 1;
}
.features-area.two .features-item {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 30px 30px 25px;
  background-color: #fff;
  position: relative;
  transition: 0.5s;
}
.features-area.two .features-item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #b4ecf5;
}
.features-area.two .features-item:hover .feature-img {
  border: 1px dotted #7adfed;
}
.features-area.two .features-item span {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.features-area.two .features-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.features-area.two .features-item h3 a {
  color: #042c84;
}
.features-area.two .features-item p {
  margin-bottom: 13px !important;
  text-align: justify;
  word-break: break-all;
}
.features-area.two .features-item .features-btn {
  font-weight: 600;
  color: #042c84;
  font-size: 16px;
}
.features-area.two .features-item .feature-img {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #fff;
  margin-bottom: 22px;
  border-radius: 5px;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px dotted #04acec;
}
.features-area.two .features-item .feature-img img {
  width: 50px;
}

.block-banner {
  position: relative;
}
.block-banner .inner {
  text-align: center;
}
.block-banner .inner .icon-container {
  background: #fff;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-banner .inner .icon-container img {
  width: 50px;
}

.products .section-title {
  margin-left: 0;
  text-align: start;
}
.products button:focus {
  outline: none;
}
.products .nav-pills .nav-link {
  color: #042c84;
  font-size: 16px;
  margin-bottom: -1px;
  background: 0 0;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 20px;
  border: none;
  margin: 5px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products .nav-pills .nav-link.active {
  border-top: 2px solid #04acec;
  background: #fff;
  border-radius: 0;
  color: #04acec;
}
.products .product-item .top a {
  display: block;
  height: auto;
}
.products .product-item .top a img {
  border-radius: 10px;
  height: 400px;
}
.products .product-item .bottom {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  box-shadow: 0px 8px 20px 0px #f5fcfe;
}
.products .product-item .bottom span {
  position: absolute;
  width: 15px;
  height: 15px;
  transition: 0.5s;
}
.products .product-item .bottom span:nth-child(1) {
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top: 3px solid #04acec;
  border-left: 3px solid #04acec;
}
.products .product-item .bottom span:nth-child(2) {
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  border-top: 3px solid #04acec;
  border-right: 3px solid #04acec;
}
.products .product-item .bottom span:nth-child(3) {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  border-bottom: 3px solid #04acec;
  border-right: 3px solid #04acec;
}
.products .product-item .bottom span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom: 3px solid #04acec;
  border-left: 3px solid #04acec;
}
.products .product-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: "Prompt", sans-serif;
}
.products .product-item .bottom h3 a {
  color: #04acec;
}
.products .product-item .bottom h3 a:hover {
  color: #20bdd1;
}
.products .product-item .bottom p {
  margin-bottom: 10px !important;
}
.products .product-item .bottom .services-btn {
  display: inline-block;
  color: #04acec;
  font-weight: 500;
}
.products .product-item .bottom .services-btn i {
  position: relative;
  top: 0;
  font-size: 15px;
  left: 5px;
}
.products .product-item:hover .bottom span {
  width: 50px;
  height: 50px;
}

.breadcrumbs {
  min-height: 380px;
  background-size: cover !important;
  display: flex;
  padding-top: 140px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width : 1199px) {
  .breadcrumbs {
    min-height: unset;
  }
}
.breadcrumbs .bread-inner {
  margin-top: 80px !important;
}
@media only screen and (max-width : 576px) {
  .breadcrumbs .bread-inner {
    margin-top: 0 !important;
  }
}
.breadcrumbs .bread-inner a, .breadcrumbs .bread-inner span {
  color: white;
  font-weight: 500;
}
.breadcrumbs .bread-inner a {
  transition: 0.5s;
  text-decoration: none;
}
.breadcrumbs .bread-inner a:hover {
  color: white;
}

.divider_top {
  width: 100%;
  height: 37px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
@media only screen and (max-width : 576px) {
  .divider_top {
    background: none !important;
  }
}
@media only screen and (max-width : 1199px) {
  .divider_top {
    background: none !important;
  }
}

.content-description p {
  text-align: justify;
}
.content-description h3 {
  color: #042c84;
  font-size: 20px;
}
.content-description h4 {
  color: #04acec;
  font-size: 18px;
}
.content-description ul {
  padding: revert;
  margin: revert;
}
.content-description ul li {
  list-style: circle;
}

.services .service-card {
  background-color: #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(22, 41, 68, 0.12);
  transition: transform 300ms ease 0ms;
  padding: 20px;
}
.services .service-card:hover {
  transform: scaleX(1.07) scaleY(1.07) !important;
}
.services .service-card .image-s {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 0;
  max-width: 100%;
}
.services .service-card .service_data .service_header {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.6em;
}

.dash .headline {
  font-weight: 500;
  font-size: 18px !important;
  font-family: Barlow;
}
.dash .headline:after {
  content: "";
  display: block;
  background: #042c84;
  width: 60px;
  height: 2px;
  margin: 1rem 0;
}
.dash span {
  font-size: 18px !important;
}
.dash span em {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
}
.dash span b.animate {
  color: #042c84;
}

.gallery {
  position: relative;
  z-index: 1;
}
.gallery .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 250px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.gallery .img-box img {
  transition: 0.5s;
}
.gallery .img-box:hover .overlayer {
  visibility: visible;
  opacity: 1;
}
.gallery .img-box:hover img {
  transform: scale(1.1);
}
.gallery .img-box .overlayer {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.gallery .img-box .overlayer i {
  font-size: 2rem;
  color: white;
}

.contact {
  position: relative;
  z-index: 1;
}
.contact .item-contact {
  background: #fff;
  width: 100%;
  padding: 60px 20px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width : 991px) {
  .contact .item-contact {
    padding: 20px;
  }
}
@media only screen and (max-width : 576px) {
  .contact .item-contact {
    padding: 60px 20px;
  }
}
.contact .item-contact i {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background: #04acec;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
}
@media only screen and (max-width : 576px) {
  .contact .item-contact i {
    top: auto;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.contact .item-contact b {
  font-size: 19px;
  display: inline-block;
  margin-bottom: 8px;
}
.contact .item-contact p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 2px;
}
.contact .item-contact a {
  color: #042c84;
}
.contact .item-contact a:hover {
  color: #04acec;
}
.contact .item-contact .c-info p {
  color: #04acec;
  word-wrap: break-word;
  white-space: normal;
}

.contact-map, .online-admission {
  position: relative;
  z-index: 1;
}

.contact-map .ui.form input, .contact-map .ui.form textarea, .contact-map select {
  line-height: 1.33;
  padding: 18px 20px;
  background: #f6f7f8;
  border: none;
  color: #323232;
  border-radius: 0;
}
.contact-map .ui.form input:focus, .contact-map .ui.form textarea:focus, .contact-map select:focus {
  background: #fff;
  box-shadow: rgba(19, 62, 120, 0.5) 0px 2px 8px 0px !important;
  border-radius: 0;
}

.online-admission .ui.form input[type=text], .online-admission .ui.form input[type=email], .online-admission .ui.form input[type=file], .online-admission .ui.form textarea, .online-admission .ui.form select {
  line-height: 1.33;
  padding: 15px;
  background: #f6f7f8;
  border: none;
  color: #857d7d;
  border-radius: 0;
  border: 1px solid #ddd;
}
.online-admission .ui.form input[type=text]:focus, .online-admission .ui.form input[type=email]:focus, .online-admission .ui.form input[type=file]:focus, .online-admission .ui.form textarea:focus, .online-admission .ui.form select:focus {
  background: #fff;
  box-shadow: rgba(19, 62, 120, 0.5) 0px 2px 8px 0px !important;
  border-radius: 0;
}
.online-admission .form-inner {
  padding: 30px;
  border: 1px solid #ddd;
}

.doctor .al_detail {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 30px rgba(43, 104, 115, 0.14);
  transition: 0.3s all ease-in-out;
  border: 2px solid transparent;
  height: 100%;
}
.doctor .al_detail:hover {
  transform: scale(1.05);
  border: 2px dashed #04acec;
}
.doctor .al_detail .image {
  width: 120px;
  border: 1px solid #EEE;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.doctor .al_detail .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.doctor .al_detail .designation {
  font-size: 15px;
  color: #04acec;
}
.doctor .al_detail span {
  font-size: 15px;
  color: #04acec;
}

.doctor .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 4px;
  background: #fff;
}
.doctor .member:hover img {
  transform: scale(1.1);
}
.doctor .member .pic {
  overflow: hidden;
  width: 140px;
  border-radius: 4px;
}
.doctor .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctor .member .member-info {
  padding-left: 30px;
}
.doctor .member .member-heading {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #272727;
  line-height: 1.2;
}
.doctor .member .detail {
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctor .member .detail span {
  display: block;
}
.doctor .member .detail::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}
.doctor .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctor .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #7adfed;
  margin-left: 8px;
}
.doctor .social a:first-child {
  margin-left: 0;
}
.doctor .social a:hover {
  background: #04acec;
}
.doctor .social a .team-icon {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.service-detail-image img {
  height: auto !important;
  width: 300px !important;
  padding: 0 0 20px 20px;
}
@media only screen and (max-width : 576px) {
  .service-detail-image img {
    width: 100% !important;
    padding: 0;
    margin-bottom: 15px;
  }
}

.image-size {
  height: 250px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.description-detail p {
  font-size: 14px;
  color: #111;
  line-height: 1.2;
  text-align: justify;
  word-break: break-all;
}

.events .event-card {
  background-color: rgba(199, 199, 217, 0.0588235294);
  box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
  transition: transform 300ms ease 0ms;
  padding: 20px;
}
.events .event-card:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
}
.events .event-card .image-s {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 0;
  max-width: 100%;
}
.events .event-card .event_data .event_header {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.6em;
  color: #04acec;
}

.pagination {
  justify-content: center;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #04acec;
  border: 1px solid #04acec;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-item.disabled .page-link {
  color: #04acec;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
  background-color: #dee2e6;
  margin-right: 10px;
}
.pagination .page-item .page-link {
  color: #04acec;
  margin-right: 10px;
  padding: 0.25rem 0.8rem;
}
.pagination .page-item .page-link:hover {
  background-color: #dee2e6;
  color: #000;
  text-decoration: none;
}

.file ul {
  margin: 0;
  padding: 0;
}
.file ul li {
  list-style: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.file ul .serial_no {
  background-color: #efefef;
  color: #0083c9;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.file ul .serial {
  display: table;
}

.notice-link h5 {
  color: #120d4c;
  font-size: 20px;
}

.category {
  margin-top: 0px;
  margin-bottom: 0px;
}
.category .cat_single {
  background: #fff;
  border-right: 1px solid #f2f2f2;
  padding: 40px 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  height: 100%;
}
.category .cat_single:hover {
  background-color: #04acec;
}
.category .cat_single:hover .cat_number {
  transform: scale(1);
  opacity: 1;
}
.category .cat_single:hover .cat_shape {
  opacity: 1;
}
.category .cat_single:hover .cat_icon img {
  filter: brightness(0) invert(1);
  transform: rotateY(180deg);
}
.category .cat_single:hover p, .category .cat_single:hover h3, .category .cat_single:hover a {
  color: #fff;
}
.category .cat_single .cat_icon {
  max-width: 50px;
  margin-bottom: 30px;
}
.category .cat_single .cat_img {
  margin-top: 30px;
}
.category .cat_single .cat_img img {
  height: 170px !important;
  min-height: 170px !important;
  max-height: 170px !important;
}
.category .cat_single .cat_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.category .cat_single .cat_number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
  color: rgba(211, 237, 212, 0.2509803922);
  font-weight: 800;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.8);
}
.category .cat_single p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
  overflow: hidden;
}
.category .cat_single h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  margin-bottom: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category .cat_single h3 a {
  color: #042c84;
}
.category .cat_single h3 a:hover {
  color: #fff;
}

span.title-bg-style.green-bg-before::before {
  border-left: 8px solid #e6f3e7;
}
span.title-bg-style.green-bg-before::after {
  border-right: 8px solid #e6f3e7;
}

.img-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.img-item a img {
  max-width: 100%;
  min-width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-item a:hover:before {
  opacity: 0.8;
}
.img-item a:hover .hover-img {
  opacity: 1;
}
.img-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 7, 15, 0.4);
  transition: all 400ms ease;
  opacity: 0;
}
.img-item a .hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all 400ms ease;
}

.more-product-items img {
  height: 108px;
}
.more-product-items .title-p {
  font-size: 16px;
  color: #04acec;
}

.product-by-fabric-type .product-image-sec img {
  transition: 0.3s;
  height: 300px;
}
.product-by-fabric-type .product-image-sec img.height-lg {
  height: 550px;
}
.product-by-fabric-type .product-image-sec:hover .img {
  display: none !important;
}
.product-by-fabric-type .product-image-sec:hover .img-hover {
  display: block !important;
}
.product-by-fabric-type .content .title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-by-fabric-type .content .title a {
  color: #04acec;
}
.product-by-fabric-type .content .title a:hover {
  color: #042c84;
}

.benefit-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.benefit-area .section_heading h2 {
  font-weight: 600;
  font-size: 38px;
  color: #fff;
  text-transform: capitalize;
}
.benefit-area .benefit-content {
  background-color: #02111e;
  padding: 40px 170px 50px 60px;
  max-width: 905px;
  margin-left: auto;
  position: relative;
  top: 100px;
}
@media only screen and (max-width : 576px) {
  .benefit-area .benefit-content {
    padding: 30px;
    top: 0;
  }
}
.benefit-area .benefit-content p {
  color: #ffffff;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}
.benefit-area .benefit-content .benefit-inner {
  margin-bottom: 30px;
  position: relative;
}
.benefit-area .benefit-content .benefit-inner img {
  height: 35px;
  position: absolute;
  top: -10px;
  left: 0;
  width: auto;
}
.benefit-area .benefit-content h4 {
  margin-bottom: 20px;
  color: #04acec;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}
.benefit-area .benefit-content i {
  color: #04acec;
  font-size: 18px;
  font-weight: 500;
  vertical-align: top;
}
.benefit-area .benefit-content .benefit-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: benefit-shape 10s infinite linear;
          animation: benefit-shape 10s infinite linear;
}

@-webkit-keyframes benefit-shape {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes benefit-shape {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.partner-area .partner-wrap {
  position: relative;
  background-color: #04acec;
  border-radius: 10px;
  padding: 40px 50px 45px;
}
@media only screen and (max-width : 576px) {
  .partner-area .partner-wrap {
    padding: 30px;
  }
}
.partner-area .partner-wrap .partner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: partner-ani 10s infinite linear;
          animation: partner-ani 10s infinite linear;
}
.partner-area .partner-wrap .partner-shape img {
  max-width: 100%;
}
.partner-area .partner-wrap .partner-content .section-title {
  text-align: left;
  margin-bottom: 0;
}
.partner-area .partner-wrap .partner-content .section-title h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 38px;
  text-transform: capitalize;
}
@media only screen and (max-width : 576px) {
  .partner-area .partner-wrap .partner-content .section-title h2 {
    font-size: 28px;
  }
}
.partner-area .partner-wrap .partner-btn {
  text-align: right;
}

@-webkit-keyframes partner-ani {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes partner-ani {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.counter-area {
  background-color: #071320;
  padding-bottom: 140px;
}
.counter-area .counter-text {
  margin-bottom: 30px;
}
.counter-area .counter-text h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 34px;
}
.counter-area .counter-item {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 2px dotted #04acec;
  text-align: center;
  padding: 25px 10px 22px;
}
.counter-area .counter-item h3 {
  margin-bottom: 10px;
}
.counter-area .counter-item h3 span {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
}
.counter-area .counter-item p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

.foreign-area {
  overflow: hidden;
  position: relative;
  top: -70px;
}
.foreign-area .owl-nav {
  margin-top: 0;
  position: absolute;
  left: -115px;
  top: 210px;
}
.foreign-area .foreign-slider {
  left: calc((100% - 600px) / 2);
  position: relative;
}
.foreign-area .foreign-slider .owl-prev {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #04acec !important;
  text-align: center;
  font-size: 25px !important;
  transition: 0.5s all ease;
  margin: 5px;
}
.foreign-area .foreign-slider .owl-next {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #04acec !important;
  text-align: center;
  font-size: 25px !important;
  transition: 0.5s all ease;
  margin: 5px;
}
.foreign-area .foreign-item {
  padding-bottom: 25px;
  box-shadow: 0px 10px 10px 0px rgba(221, 221, 221, 0.2);
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #ffffff;
}
.foreign-area .foreign-item img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  display: block;
  height: 300px;
}
.foreign-area .foreign-item .foreign-bottom {
  border-left: 3px solid #04acec;
  padding-left: 10px;
}
.foreign-area .foreign-item .foreign-bottom h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.foreign-area .foreign-item .foreign-bottom h3 a {
  color: #282828;
}
.foreign-area .foreign-item .foreign-bottom h3 a:hover {
  color: #04acec;
}
.foreign-area .foreign-item .foreign-bottom span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #04acec;
}

.list-group {
  overflow: auto;
}

.product .right-sidebar ul li {
  list-style: none;
}
.product .right-sidebar ul .nav-item .nav-link {
  color: #707070;
  padding: 8px 0;
  margin-right: 15px;
  position: relative;
  font-size: 14px;
}

.single_sidebar_widget {
  background: #fbf9ff;
  padding: 0;
  margin-bottom: 30px;
}
.single_sidebar_widget .widget_title {
  font-size: calc(20px + 5 * (100vw - 500px) / 700) !important;
  color: #00b22d;
  margin-bottom: 15px;
}
.single_sidebar_widget .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
}
.single_sidebar_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single_sidebar_widget .cat-list li {
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0e9ff;
  padding-top: 12px;
}
.single_sidebar_widget .cat-list li a {
  color: #333333;
}
.single_sidebar_widget .cat-list li a:hover {
  text-decoration: none;
  color: #00b22d;
}
.single_sidebar_widget .cat-list li a h6 {
  font-size: 14px;
}

.search_product .form-control {
  border-radius: 0;
}

.list-group-item .title {
  color: #333333;
  font-size: 0.875rem;
}
.list-group-item a {
  color: #333333;
  font-size: 0.875rem;
}

.search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
  border: 0;
}

.title-search {
  padding: 0.75rem 1.25rem;
  font-size: 17px;
  background: #04acec;
}
.title-search h5 {
  color: #fff;
  font-size: 16px;
}

.search_detail {
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-explore {
  padding: 3px 6px;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
}
.btn-explore:hover {
  background-color: rgb(247, 153, 12);
  color: #fff;
  border: 1px solid rgb(247, 153, 12);
}

.btn-clear {
  padding: 8px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  font-weight: 400;
  background-color: rgb(247, 153, 12);
  color: #fff;
  border: 1px solid rgb(247, 153, 12);
}
.btn-clear:hover {
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
}

.btn-clear1 {
  padding: 8px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  font-weight: 400;
  background-color: #333333;
  color: #fff;
  border: 1px solid #333333;
}
.btn-clear1:hover {
  background-color: rgb(247, 153, 12);
  color: #fff;
  border: 1px solid rgb(247, 153, 12);
}

.list-group-flush label {
  margin-bottom: 0;
}
.list-group-flush .list-group-item {
  padding: 0.3rem 1.25rem;
  border: none;
}

.title_sidebar {
  font-size: 16px;
  font-weight: 700;
  padding: 0.75rem 1.25rem 0.5rem 1.25rem;
}

.list_product_items i {
  color: #7d7d7d;
}
.list_product_items .active {
  color: #333333;
}

.side_select .form-control {
  border-radius: 0;
  padding: 0.375rem 0.75rem 0.375rem 0.2rem;
}
.side_select .form-control:focus {
  outline-style: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 0;
}

option {
  padding: 0.625rem 1.25rem !important;
}

.breadcrumb {
  background: #fff;
  padding: 0.75rem;
}

.breadcrumb-item a {
  color: #6c757d;
}
.breadcrumb-item.active {
  color: rgb(247, 153, 12);
}

.grid .price span {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}
.grid h6 {
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;
  font-size: 16px;
}
.grid p {
  font-size: 14px;
}

.checked {
  color: orange;
}

.grid_area .product-new-label {
  color: #dddddd;
  background-color: transparent;
  font-size: 25px;
  font-weight: 800;
  line-height: 45px;
  height: 45px;
  width: 45px;
  position: absolute;
  left: 10px;
  top: 10px;
  transition: all 0.3s;
}

.icon_side a {
  color: #333333;
}

.detail_ver h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.detail_ver h5:hover {
  color: rgb(247, 153, 12);
}

.product-grid4, .product-grid4 .product-image4 {
  position: relative;
}

.card-area .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-grid4 {
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.product-grid4:hover .pic-1 {
  opacity: 0;
}
.product-grid4:hover .pic-2 {
  opacity: 1;
}
.product-grid4:hover .social li {
  opacity: 1;
}
.product-grid4:hover .product-new-label {
  opacity: 0;
}
.product-grid4:hover .add-to-cart {
  color: rgb(247, 153, 12);
}
.product-grid4 .product-image4 a {
  display: block;
}
.product-grid4 .product-image4 img {
  width: 100%;
  height: 220px;
}
.product-grid4 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s;
}
.product-grid4 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.product-grid4 .social {
  width: 180px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.product-grid4 .social li {
  display: inline-block;
  opacity: 0;
  transition: all 0.7s;
}
.product-grid4 .social li:nth-child(1) {
  transition-delay: 0.15s;
}
.product-grid4 .social li:nth-child(2) {
  transition-delay: 0.3s;
}
.product-grid4 .social li:nth-child(3) {
  transition-delay: 0.45s;
}
.product-grid4 .social li a {
  color: #fff;
  background: #222;
  font-size: 17px;
  line-height: 36px;
  width: 40px;
  height: 36px;
  border-radius: 2px;
  margin: 0 5px;
  display: block;
  transition: all 0.3s ease 0s;
}
.product-grid4 .social li a:hover {
  color: #fff;
  background: rgb(247, 153, 12);
}
.product-grid4 .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  top: -22px;
  z-index: -1;
}
.product-grid4 .product-discount-label {
  left: auto;
  right: 0px;
  top: 0;
  background-color: transparent;
  color: rgb(247, 153, 12);
  font-weight: 800;
  font-size: 25px;
}
.product-grid4 .product-content {
  padding: 10px 0;
}
.product-grid4 .title {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.product-grid4 .title a {
  color: #222;
}
.product-grid4 .title a:hover {
  color: rgb(247, 153, 12);
}
.product-grid4 .price span {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 7px;
}
.product-grid4 .add-to-cart {
  color: #222;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  transition: all 0.3s;
}

.product-grid4 .social li a:after, .product-grid4 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}

.product-grid4 .social li a:hover:after, .product-grid4 .social li a:hover:before {
  opacity: 1;
}

.product-grid4 .product-discount-label, .product-grid4 .product-new-label {
  color: #dddddd;
  background-color: transparent;
  font-size: 25px;
  font-weight: 800;
  line-height: 45px;
  height: 45px;
  width: 45px;
  position: absolute;
  left: 0px;
  top: 10px;
  transition: all 0.3s;
}

.rating {
  font-size: 14px;
  color: #dddddd;
}

.p-detail .product-grid4 {
  height: auto;
}

.product_detail .preview {
  display: flex;
  flex-direction: column;
}
.product_detail .card-body {
  line-height: 1.5em;
  padding: 0 1.25rem;
}
.product_detail .preview-pic {
  flex-grow: 1;
}
.product_detail .preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}
.product_detail .preview-thumbnail.nav-tabs li {
  width: 20%;
}
.product_detail .preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
  border: 1px solid #eee;
}
.product_detail .preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}
.product_detail .preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}
.product_detail .tab-content {
  overflow: hidden;
}
.product_detail .tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  border: 1px solid #eee;
  cursor: zoom-in;
}
.product_detail .card {
  background: #fff;
  padding: 0;
  line-height: 0;
}
.product_detail .details {
  display: flex;
  flex-direction: column;
}
.product_detail .colors {
  flex-grow: 1;
}

.param .form-control-sm {
  border-radius: 0;
  padding: 5px 8px;
  height: auto;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.item-property dt {
  color: #04acec;
}
.item-property dd p {
  font-size: 14px;
  text-align: justify;
}

.text-warning {
  color: #04acec !important;
}

.props {
  font-size: 14px;
}

.social_product_detail {
  display: flex;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.social_product_detail a.youtube {
  background-color: #f75024;
}
.social_product_detail a.instagram {
  background-color: #f7659c;
}
.social_product_detail a i {
  font-size: 16px;
  line-height: 38px;
}
.social_product_detail a.twitter {
  background-color: #40bff5;
}
.social_product_detail a.facebook {
  background-color: #516eab;
}
.social_product_detail li {
  padding-right: 10px;
  padding-top: 10px;
  float: left;
}
.social_product_detail li a {
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  padding: 4px 10px;
  border-radius: 3px !important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.social_product_detail li a:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, 0.1);
}
.social_product_detail li i {
  width: 12px;
  height: 10px;
  text-align: center;
}

.css_title a {
  color: #333333;
  font-size: 14px;
}
.css_title a:hover {
  color: #04acec;
}

.navigation li {
  position: relative;
}
.navigation li span {
  cursor: pointer;
}
.navigation li a, .navigation li span {
  color: #000;
  padding: 10px 0;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  transition: 0.4s;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.navigation li a.theme-btn, .navigation li span.theme-btn {
  color: white;
}
@media only screen and (min-width : 992px) {
  .navigation li a.theme-btn, .navigation li span.theme-btn {
    width: 100%;
  }
}
@media only screen and (max-width : 991px) {
  .navigation li a.theme-btn, .navigation li span.theme-btn {
    width: 100%;
  }
}
@media only screen and (max-width : 576px) {
  .navigation li a.theme-btn, .navigation li span.theme-btn {
    width: 100%;
  }
}
.navigation li a:hover, .navigation li span:hover {
  color: #04acec !important;
}
.navigation li a:before, .navigation li span:before {
  display: none !important;
}
.navigation li a:after, .navigation li span:after {
  display: none !important;
}
.navigation li .megamenu {
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: -16px;
  width: auto;
  background: #fff;
  z-index: 1;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s;
}
@media only screen and (max-width : 991px) {
  .navigation li .megamenu {
    box-shadow: none;
  }
}
@media only screen and (max-width : 576px) {
  .navigation li .megamenu {
    box-shadow: none;
  }
}
.navigation li .megamenu.show {
  transition: all 0.3s;
  pointer-events: auto;
  opacity: 1;
}
.navigation li .megamenu.full {
  width: 100%;
  height: 500px;
  max-width: 1200px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  flex-wrap: wrap;
  top: 120px !important;
  padding: 20px;
}
@media only screen and (max-width : 1199px) {
  .navigation li .megamenu.full {
    max-width: 300px;
    position: fixed;
    left: auto;
    transform: translateX(0%) translateY(0);
    top: 110px !important;
    right: 0;
  }
}
@media only screen and (max-width : 991px) {
  .navigation li .megamenu.full {
    max-width: 300px;
    position: fixed;
    left: auto;
    transform: translateX(0%) translateY(0);
    top: 50px !important;
    right: 0;
  }
}
@media only screen and (max-width : 576px) {
  .navigation li .megamenu.full {
    max-width: 300px;
    position: fixed;
    left: auto;
    transform: translateX(0%) translateY(0);
    top: 50px !important;
    right: 0;
  }
}
.navigation li .megamenu .is-left-data {
  height: 450px;
  overflow-y: auto;
}
@media only screen and (max-width : 576px) {
  .navigation li .megamenu .is-left-data {
    height: 80vh;
  }
}
.navigation li .megamenu .is-right {
  border-left: 1px solid #f2f4f8;
  padding-left: 15px;
}
@media only screen and (max-width : 576px) {
  .navigation li .megamenu .is-right {
    display: none;
  }
}
.navigation li .megamenu .title {
  font-size: 20px;
  font-weight: 600;
}
.navigation li .megamenu .sub-title a {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 0;
  padding: 0;
}
.navigation li .megamenu h5 {
  margin: 0 0 24px 0;
  color: #b0bcca;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: capitalize;
  white-space: nowrap;
}
.navigation li .megamenu ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.navigation li .megamenu ul a {
  font-size: 16px;
  padding: 0;
  padding: 4px 0;
  white-space: nowrap;
  border-radius: 8px;
  color: #000 !important;
  text-transform: capitalize;
  font-weight: 500;
}
.navigation li .megamenu ul a span {
  font-size: 13px;
  color: #b0bcca;
  display: block;
  font-weight: 400;
  margin-top: 5px;
  padding: 0;
}

.megamenu-img {
  height: 180px;
  width: 100%;
}

.plist-img ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.plist-img ul li {
  margin: 2px 1px 0 1px;
  width: 100%;
  max-width: 25%;
  height: 25px;
  cursor: pointer;
}
.plist-img ul li:first-child {
  margin-left: 0;
}
.plist-img ul li .thumbnail {
  cursor: pointer;
  border: 1px solid #fff;
}
.plist-img ul li .thumbnail:hover {
  border: 1px solid #04acec;
}
.plist-img ul li .thumbnail img {
  width: 100%;
  height: 25px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #a8a5a5;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.special-program {
  background: #f8f9fa;
}
.special-program .single-work-process {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.35s;
}
@media only screen and (max-width : 1199px) {
  .special-program .single-work-process {
    margin: 0 auto 70px;
  }
}
@media only screen and (max-width : 991px) {
  .special-program .single-work-process {
    margin: 0 auto 70px;
  }
}
@media only screen and (max-width : 576px) {
  .special-program .single-work-process {
    margin: 0 auto 50px;
  }
}
.special-program .single-work-process:hover {
  border: 1px solid rgba(0, 167, 172, 0.4);
}
@media only screen and (max-width : 576px) {
  .special-program .single-work-process.two::after {
    display: none;
  }
}
@media only screen and (max-width : 576px) {
  .special-program .single-work-process.one::after {
    display: none;
  }
}
.special-program .single-work-process .icon {
  margin-bottom: 12px;
}
.special-program .single-work-process .icon img {
  vertical-align: middle;
  height: 50px;
  width: 50px;
}
.special-program .single-work-process .work-content p {
  margin-bottom: 0;
  color: #061421;
  font-size: 16px;
  font-weight: 500;
}

.bg-blue {
  background-color: rgba(53, 200, 205, 0.56);
}

.bg-light-blue {
  background-color: rgba(0, 167, 172, 0.1);
}

.bg-yellow {
  background-color: #f7ba0d;
}

.bg-light-green {
  background-color: #c0c93d;
}

.esg-profile-detail .esg-timeline {
  background-color: #f8f7f6;
  margin-bottom: 30px;
}
.esg-profile-detail .timeline-img img {
  height: auto;
}
.esg-profile-detail .timeline-img video {
  width: 100%;
}
.esg-profile-detail .timeline-text {
  line-height: 1;
  padding: 38px;
}
.esg-profile-detail .timeline-text h3 {
  font-size: 24px;
  color: #04acec;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.esg-profile-detail .timeline-text ul {
  margin-top: 1rem;
}
.esg-profile-detail .timeline-text ul li {
  position: relative;
  padding-left: 30px;
}
.esg-profile-detail .timeline-text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1a9b49;
  font-size: 16px;
}
.esg-profile-detail ul li {
  padding: 10px 0;
}

.special-area .single-timeline {
  background-color: #f8f7f6;
  margin-bottom: 30px;
}
.special-area .timeline-img img {
  height: auto;
}
.special-area .timeline-img video {
  width: 100%;
}
.special-area .timeline-text {
  line-height: 1;
  padding: 38px;
}
.special-area .timeline-text .sub-title {
  font-size: 24px;
  color: #04acec;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.special-area .timeline-text h3 {
  font-size: 30px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
}
.special-area .timeline-text p {
  line-height: 1.8;
}

.upcoming-product ul li {
  padding: 7px 0;
  display: flex;
}
.upcoming-product ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-flex;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: 900;
  color: #04acec;
}

.text-color {
  color: #000;
}

.new-btn {
  position: relative;
  background-color: #ce0f4f;
  color: white;
  border: none;
  padding: 3px 15px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
  gap: 8px;
}
.new-btn .star {
  color: yellow;
  font-size: 20px;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
  position: absolute;
  top: -20px;
  right: 0;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image-list h4 {
  font-size: 12.5px;
  color: #04acec;
  margin-top: 10px;
  text-align: center;
}
.image-list img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width : 576px) {
  .image-list img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.upcoming-product-area {
  position: relative;
  background: #04acec;
  margin-bottom: 30px;
}
.upcoming-product-area .img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
.upcoming-product-area .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.upcoming-product-area .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  overflow: hidden;
}
.upcoming-product-area .wave .green-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  -webkit-animation: wave 15s linear infinite;
          animation: wave 15s linear infinite;
}
.upcoming-product-area .content {
  padding: 80px 40px 40px 40px;
  background: #04acec;
  position: relative;
  height: 100%;
  z-index: 2;
  color: #fff;
}
.upcoming-product-area .content::before {
  background-position: center;
  background-size: cover;
  content: "";
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.upcoming-product-area .content .sec_title h2 {
  font-size: 22px;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.upcoming-product-area .content p {
  color: #fff;
}
.upcoming-product-area .cont {
  position: relative;
  z-index: 2;
}
.upcoming-product-area .f-img img {
  height: 250px;
  width: 250px;
}

@-webkit-keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.upcoming-product-section {
  background: #04acec;
}
.upcoming-product-section .image-list h4 {
  color: #fff;
  font-size: 16px;
}
.upcoming-product-section .image-list img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion .acd-des a {
  padding: 0.75rem 0px 0.75rem 1.5rem;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.accordion .acd-heading {
  border: solid 1px #ddd;
  color: #333;
  background: #f8f9fa;
}
.accordion .acd-heading.active {
  color: #04acec;
}
.accordion .accordion-button {
  padding: 0.75rem 1.25rem;
  font-size: 14px;
}
.accordion .accordion-button:not(.collapsed) {
  color: #333;
  background-color: #f8f9fa;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

div.tab2 a {
  float: left;
  display: block;
  color: #04acec;
  text-align: center;
  padding: 10px 56px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #ccc;
  width: 24.99%;
}
div.tab2 a.active {
  background-color: #04acec;
  color: #fff;
}

.product.style2 .title h1 {
  font-size: 22px;
}
.product.style2 .table-product-additional-info tr td, .product.style2 .table-product-additional-info tr th {
  font-size: 12px;
}
.product.style2 .col-md-12:has(.table-product-content) {
  border-left: solid 5px #5c5c5c;
  border-right: solid 1px #eee;
}
.product.style2 .product-grid4 .product-image4 img {
  width: 100%;
  height: 150px;
}

.more-info {
  padding: 10px;
}

@media only screen and (max-width : 576px) {
  .product_detail .nav-item, .product-content .nav-item {
    width: 100%;
    margin: 10px 0;
  }
}
.product_detail .nav-pills .nav-link, .product-content .nav-pills .nav-link {
  background: #f8f9fa;
  color: #333;
  border-radius: 30px;
  font-weight: bold;
  padding: 12px 30px !important;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
}
@media only screen and (max-width : 576px) {
  .product_detail .nav-pills .nav-link, .product-content .nav-pills .nav-link {
    width: 100%;
  }
}
.product_detail .nav-pills .nav-link.active, .product-content .nav-pills .nav-link.active {
  color: #323232;
  background: #ffffff !important;
  border-color: #eeeeee;
  border-bottom: 0;
  box-shadow: 0px 3px 10px #ca9939 !important;
}
.product_detail .tab-content, .product-content .tab-content {
  padding: 20px;
  font-size: 14px;
  border: none;
}
.product_detail .tab-content h5, .product-content .tab-content h5 {
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.product_detail .tab-content p, .product-content .tab-content p {
  color: #555;
  font-size: 14px;
  margin-bottom: 15px !important;
}

.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.banner__images {
  position: relative;
  padding-right: 118px;
  text-align: right;
  z-index: 1;
}
.banner__images .shape.big-shape {
  max-width: 618px;
  bottom: -85px;
  right: -22px;
}
.banner__images .shape {
  position: absolute;
  z-index: -1;
}
.banner__images .shape.bg-dots {
  max-width: 495px;
  right: 30px;
  bottom: -33px;
  z-index: -2;
}
.banner__images .shape.small-shape {
  max-width: 136px;
  left: 35px;
  bottom: -24px;
  z-index: -2;
  height: auto;
  width: auto;
}
.banner__images .main-img {
  max-width: 100%;
  width: 450px !important;
  padding-top: 100px;
  margin-left: 100px;
}
@media only screen and (max-width : 576px) {
  .banner__images .main-img {
    padding-top: 0;
  }
}

.rotate-me {
  -webkit-animation-name: rotate-me;
          animation-name: rotate-me;
  -webkit-animation-duration: 180s;
          animation-duration: 180s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotate-me {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-me {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-base-dark {
  background-color: #042c84;
}

.title-header .title {
  color: #fff;
  font-weight: 600;
  font-size: 46px;
  line-height: 57px;
}
.title-header .title span {
  color: #04acec;
}
@media only screen and (max-width : 991px) {
  .title-header .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width : 576px) {
  .title-header .title {
    font-size: 35px;
    line-height: 45px;
  }
}

.features-section {
  margin-top: -135px;
}
@media only screen and (max-width : 1199px) {
  .features-section {
    margin-top: 0;
  }
}
@media only screen and (max-width : 991px) {
  .features-section {
    margin-top: 0;
  }
}
@media only screen and (max-width : 576px) {
  .features-section {
    margin-top: 0;
  }
}
.features-section .featured-icon-box.style2 {
  text-align: center;
  background-color: #F0F5FB;
  transition: all 500ms ease 100ms;
  padding: 30px 25px 23px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.features-section .featured-icon-box.style2:hover {
  background-color: #04acec;
}
.features-section .featured-icon-box.style2:hover .featured-title h3 a {
  color: #fff;
}
.features-section .featured-icon-box.style2:hover img {
  filter: invert(1);
}
.features-section .featured-icon-box.style2 img {
  height: 65px;
  width: 65px;
  line-height: 65px;
  transition: transform 0.35s ease;
}
.features-section .featured-icon-box.style2 .featured-content {
  padding-top: 15px;
}
.features-section .featured-icon-box.style2 .featured-title h3 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 0;
  color: #003a66;
  transition: transform 0.35s ease;
}
.features-section .featured-icon-box.style2 .featured-title h3 a {
  color: #003a66;
  transition: transform 0.35s ease;
}

.about-us-section {
  position: relative;
}
.about-us-section .bg-layer {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -310px;
  position: absolute;
  height: 100%;
  width: 75%;
  top: 0;
  left: 0;
}
@media only screen and (max-width : 991px) {
  .about-us-section .bg-layer {
    display: none;
  }
}
@media only screen and (max-width : 576px) {
  .about-us-section .bg-layer {
    display: none;
  }
}
.about-us-section .mr_60 {
  margin-right: -60px !important;
}
.about-us-section .spacing-4 {
  padding: 70px 50px 66px;
  margin-top: 70px;
  margin-left: -50px;
  position: relative;
  background-color: #F0F5FB;
}
@media only screen and (max-width : 991px) {
  .about-us-section .spacing-4 {
    margin-left: 0;
  }
}
@media only screen and (max-width : 576px) {
  .about-us-section .spacing-4 {
    padding: 30px;
    margin-left: 0;
    margin-top: 0;
  }
}
.about-us-section .z-index-2 {
  z-index: 2;
}
.about-us-section .content-wrapper {
  width: auto;
  margin-right: -200px;
  right: 0;
  background-color: #F0F5FB;
}
.about-us-section .single_image-wrapper img {
  width: 150px;
}
.about-us-section .featured-title h3 {
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-us-section .featured-title h3 a {
  color: #042c84;
}
.about-us-section .icon {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 70px;
  width: 68px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-left: 2px solid #04acec;
  background-color: #ffffff;
}
.about-us-section .icon::before, .about-us-section .icon::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #04acec;
  z-index: -1;
}
.about-us-section .icon::before {
  transform: translateX(-100%);
  z-index: 1;
}
.about-us-section .icon::after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 0.5s ease;
}
.about-us-section .icon img {
  height: 40px;
  width: 40px;
}
@media only screen and (max-width : 576px) {
  .about-us-section .featured-icon-box {
    margin-bottom: 20px;
  }
}
.about-us-section .featured-icon-box:hover .icon::before {
  transform: translateX(0);
  transition: transform 0.35s ease;
}
.about-us-section .featured-icon-box:hover .icon::after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.35s 0.36s ease;
}

.fs-21 {
  font-size: 21px !important;
  line-height: 32px;
}

.main-course-section {
  position: relative;
}
.main-course-section .nav-tabs {
  border-bottom: none;
}
.main-course-section .menu-top-bg {
  top: -50px;
  position: absolute;
  left: 0;
  width: 100%;
}
.main-course-section .menu-top-bg img {
  width: 100%;
}
.main-course-section .special-tab .nav-tabs {
  border: unset;
}
.main-course-section .special-tab ul {
  display: inline-block;
  border-radius: 50px;
}
@media only screen and (max-width : 576px) {
  .main-course-section .special-tab ul {
    background: transparent;
  }
}
.main-course-section .special-tab li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width : 576px) {
  .main-course-section .special-tab li {
    margin: 0 5px;
  }
}
.main-course-section .special-tab a {
  display: inline-block;
  color: #000;
  transition: all 400ms ease;
  font-size: 14px;
  padding: 10px 28px;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  background: #edd9d1;
  font-weight: 600;
}
@media only screen and (max-width : 1199px) {
  .main-course-section .special-tab a {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 991px) {
  .main-course-section .special-tab a {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 576px) {
  .main-course-section .special-tab a {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.main-course-section .special-tab a img {
  margin-right: 10px;
  width: auto;
}
.main-course-section .special-tab a.active {
  background: #04acec;
  border-radius: 50px;
  color: #fff;
}

.special-menu .special-tab-link li.active a {
  background: #04acec;
  border-radius: 50px;
  color: #fff;
}

.courses-section.style-2 .book-badge {
  background: #042c84;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
.courses-section.style-2 .course_item {
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.courses-section.style-2 .course-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.courses-section.style-2 .course-image-box-wrapper.style-2 {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width : 576px) {
  .courses-section.style-2 .course-image-box-wrapper.style-2 {
    flex-direction: row;
  }
}
.courses-section.style-2 .course-image-box-wrapper.style-2 .course-image-box-content {
  width: 100%;
  padding-top: 15px;
}
.courses-section.style-2 .course-image-box-wrapper.style-2 .course-image-box-img {
  width: 100%;
  background: #eee;
  position: relative;
}
.courses-section.style-2 .course-image-box-wrapper.style-2 .course-image-box-img img {
  height: 250px;
  width: 100%;
  border-radius: 0;
  border: none;
  box-shadow: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.courses-section.style-2 .course-image-box-wrapper.style-2 .course-image-box-title {
  margin-bottom: 10px;
  color: #272727;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  display: block;
}
.courses-section.style-2 .course-image-box-wrapper.style-2 .course-image-box-title a {
  color: #272727;
}
@media only screen and (max-width : 991px) {
  .courses-section.style-2 .course-image-box-wrapper.style-2 .course-image-box-title {
    display: block;
  }
}
.courses-section.style-2 .course-image-box-wrapper.style-2 .price {
  position: relative;
  color: #04acec;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  float: none;
}

.courses-section .course_item {
  padding-bottom: 20px;
}
.courses-section .course-image-box-wrapper {
  text-align: left;
  flex-direction: row;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  padding: 20px;
  border: 1px dashed #ddd;
  transition: 0.3s;
}
@media only screen and (max-width : 576px) {
  .courses-section .course-image-box-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }
}
.courses-section .course-image-box-content {
  width: 90%;
}
@media only screen and (max-width : 1199px) {
  .courses-section .course-image-box-content {
    margin-left: 10px;
  }
}
@media only screen and (max-width : 576px) {
  .courses-section .course-image-box-content {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
}
.courses-section .course-image-box-img {
  width: 35%;
}
@media only screen and (max-width : 991px) {
  .courses-section .course-image-box-img {
    margin-right: 15px;
    width: 20%;
  }
}
@media only screen and (max-width : 576px) {
  .courses-section .course-image-box-img {
    width: 35%;
  }
}
.courses-section .course-image-box-img img {
  height: 150px;
  width: 150px;
  border-radius: 0;
  border: 6px solid rgba(255, 255, 255, 0.4);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 12px;
}
.courses-section .course-image-box-title {
  margin-bottom: 10px;
  color: #272727;
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: normal;
  display: block;
}
.courses-section .course-image-box-title a {
  color: #272727;
}
@media only screen and (max-width : 991px) {
  .courses-section .course-image-box-title {
    display: block;
  }
}
.courses-section .price {
  float: left;
  position: relative;
  color: #042c84;
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width : 991px) {
  .courses-section .price {
    display: block;
    float: none;
  }
}
@media only screen and (max-width : 576px) {
  .courses-section .price {
    display: block;
    float: right;
  }
}
.courses-section .course-image-box-description {
  color: #272727;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
  margin-bottom: 0;
  line-height: 1.6;
}
@media only screen and (max-width : 576px) {
  .courses-section .course-image-box-description {
    margin-bottom: 10px !important;
  }
}
.courses-section .theme-btn {
  font-size: 14px;
  padding: 8px 12px;
  float: right;
}
@media only screen and (max-width : 1199px) {
  .courses-section .theme-btn {
    margin-top: 10px;
    padding: 0px 12px;
  }
}
@media only screen and (max-width : 991px) {
  .courses-section .theme-btn {
    float: none;
    margin-top: 10px;
  }
}
@media only screen and (max-width : 576px) {
  .courses-section .theme-btn {
    float: none;
    margin-top: 0;
  }
}
.courses-section .theme-btn:hover {
  background-color: #04acec;
}

.filter_btn_area {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  z-index: 1;
  border-top: 1px solid rgba(8, 5, 33, 0.1);
  border-bottom: 1px solid rgba(8, 5, 33, 0.1);
  padding: 10px 0px;
}
.filter_btn_area li a {
  display: block;
  transition: all linear 0.3s;
  color: rgba(8, 5, 33, 0.7);
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 27px;
  position: relative;
}
@media only screen and (max-width : 576px) {
  .filter_btn_area li a {
    padding: 0px 20px;
    margin: 5px 0px;
  }
}
.filter_btn_area li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #04acec;
  top: 9px;
  right: -2px;
  border-radius: 50%;
}
.filter_btn_area li.active a {
  color: #04acec;
}

.newsletter__area {
  background: #042c84;
  position: relative;
  padding: 35px 0 0;
  z-index: 1;
  overflow: hidden;
}
.newsletter__area img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.newsletter__area .newsletter__img-wrap {
  position: relative;
  text-align: center;
}
.newsletter__area .newsletter__img-wrap img:nth-child(2) {
  left: 5%;
  bottom: 0;
  z-index: -1;
}
.newsletter__area .newsletter__img-wrap img:not(:nth-child(1)) {
  position: absolute;
  max-width: 100%;
}
.newsletter__area .newsletter__img-wrap img:nth-child(3) {
  max-width: 100%;
  right: 16%;
  top: 18%;
  z-index: -1;
}
.newsletter__area .newsletter__content .title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
}
@media only screen and (max-width : 991px) {
  .newsletter__area .newsletter__content .title {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width : 576px) {
  .newsletter__area .newsletter__content .title {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.newsletter__area .newsletter__content .title span {
  font-weight: 700;
}
.newsletter__area .newsletter__shape img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
          animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}
.testimonial_area {
  position: relative;
}
.testimonial_area.testimonial_bg {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 71% 100%;
}
@media only screen and (max-width : 576px) {
  .testimonial_area.testimonial_bg {
    background-size: cover;
  }
}
.testimonial_area .testimonial_client .owl-stage {
  padding-left: 0px !important;
}
@media only screen and (max-width : 576px) {
  .testimonial_area .testimonial_client {
    width: 100%;
    position: unset;
    transform: translateY(0);
  }
}
.testimonial_area .tm_content {
  padding-left: 70px;
}
@media only screen and (max-width : 1199px) {
  .testimonial_area .tm_content {
    padding-left: 40px;
  }
}
@media only screen and (max-width : 991px) {
  .testimonial_area .tm_content {
    padding-left: 25px;
  }
}
@media only screen and (max-width : 576px) {
  .testimonial_area .tm_content {
    padding-left: 15px;
  }
}
.testimonial_area .tm_content .sec_title > p {
  max-width: 550px;
}
.testimonial_area .tm_single {
  padding: 40px 35px 40px 35px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px dashed #ddd;
}
.testimonial_area .tm_single .tm_top {
  margin-bottom: 22px;
}
.testimonial_area .tm_single .tm_author {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50px;
}
.testimonial_area .tm_single .tm_bottom {
  margin-top: 40px;
}
.testimonial_area .tm_single .rating_wrap .rating_star {
  margin-bottom: 3px;
  display: flex;
  color: #f7941f;
  font-size: 14px;
}
.testimonial_area .tm_single .rating_wrap .rating_star li {
  margin-right: 2px;
}
.testimonial_area .tm_single .a_info h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}
.testimonial_area .tm_single .a_info span {
  font-size: 14px;
  text-transform: uppercase;
  color: #042c84;
  font-weight: 500;
}
.testimonial_area .owl-prev {
  position: absolute;
  left: -2%;
  top: 51%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.testimonial_area .owl-prev:hover {
  background: none;
}
.testimonial_area .owl-next {
  position: absolute;
  right: -2%;
  top: 50%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.testimonial_area .owl-next:hover {
  background: none;
}
@media only screen and (max-width : 576px) {
  .testimonial_area .owl-nav {
    margin-top: 0;
    opacity: 0;
  }
}
.testimonial_area .owl-nav span {
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  background: #fff !important;
  color: #042c84 !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.testimonial_area .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

#startSection {
  text-align: right;
}
@media only screen and (max-width : 576px) {
  #startSection {
    text-align: left;
  }
}

.notice-board .notice-btn, .notice-board .start-btn {
  border: none;
  color: #Fff !important;
  background: #004a89;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}
.notice-board .card {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  background: #F0F5FB;
}
.notice-board .notice-list li {
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8;
}
.notice-board .notice-list li:last-child {
  border-bottom: none;
}
.notice-board .notice-list li a {
  color: #212529;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}
.notice-board .notice-list li a:hover {
  color: #042c84;
}

.border-col {
  padding: 20px 15px 10px 15px;
  background: rgba(211, 214, 237, 0.9);
  border: 0;
}
.border-col .view_all_btn {
  background-color: #004a89;
  border-color: #004a89;
  border-radius: 20px;
  color: #fff;
  padding: 0.15rem 0.85rem;
}
.border-col .title {
  border-bottom: #e8e8e8 1px solid;
  text-transform: none;
  font-family: "Gafata", sans-serif;
  font-weight: 600;
}
.border-col .events-listing .event-details-btn {
  float: right;
  margin-left: 10px;
  position: relative;
  margin-bottom: -11px;
  display: block;
  width: 30px;
  height: auto;
  background-color: #e8e8e8;
  text-align: center;
  color: #666;
  font-size: 24px;
  line-height: 60px;
  transition: all 0.3s ease-out;
}
.border-col .events-listing .event-details-btn:hover {
  background-color: #004a89;
  color: #fff;
}
.border-col .upcoming-events > li {
  padding-top: 12px;
  position: relative;
}
.border-col .upcoming-events .event-thumb {
  width: 45px;
  height: 75px;
  float: left;
  display: inline-block;
  border-radius: 100%;
  color: #F40F02;
  font-size: 2rem;
}
.border-col .upcoming-events .event-excerpt {
  padding-left: 0;
  min-height: 79px;
}
.border-col .upcoming-events .event-excerpt h5 {
  margin: 0 0 18px 0;
  color: #212529;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 14px;
  font-family: "Prompt", sans-serif;
}
.border-col .upcoming-events .meta-data {
  color: #212529;
  font-size: 10px;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.border-col .upcoming-events .event-title {
  margin-bottom: 0;
}
.border-col .title .title-border {
  border-bottom-color: #04acec;
  padding-bottom: 9px;
  font-size: 20px;
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: -1px;
}

#counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  #counter {
    gap: 10px;
  }
}
@media only screen and (max-width : 576px) {
  #counter {
    display: block;
    height: auto;
  }
}
#counter .item {
  background: #fff;
  width: 100%;
  padding: 25px 35px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
}
@media only screen and (max-width : 991px) {
  #counter .item {
    margin: 0;
  }
}
@media only screen and (max-width : 576px) {
  #counter .item {
    margin-bottom: 20px !important;
    margin: 0;
  }
}
#counter .item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
#counter .item .count {
  color: #04acec;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#counter .item h3 {
  color: #4c4f52;
  text-transform: capitalize;
  font-size: 18px;
}
#counter .plus {
  font-size: 1.2em;
  font-weight: 500;
  margin-left: 2px;
}

.our-courses .card {
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  border-top: 4px solid #04acec;
  border-radius: 10px;
}
.our-courses .card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.our-courses .card .title {
  height: 70px;
}
.our-courses .card .title h3 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.our-courses .card .title h3:hover {
  color: #04acec;
}
.our-courses .card .title i {
  background: #04acec;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.our-courses .card ul li {
  color: #495057;
  background: #f8f9fa;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin: 10px 0;
}
.our-courses .card ul li:hover {
  background: rgb(233, 236, 239);
}
.our-courses .card ul li i {
  color: #04acec;
  font-size: 14px;
}
.our-courses .card .theme-btn {
  padding: 10px 30px !important;
}

.faq-section {
  background: #fbfbfb;
}
.faq-section .accordion-item {
  border-radius: 0;
  transition: background-color 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #e9fff3;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 15px 0;
}
.faq-section .accordion-body {
  background-color: #e9fff3;
  font-size: 16px;
  color: #000;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.faq-section .accordion-body ul li a {
  color: black;
  font-weight: 700;
}
.faq-section .accordion {
  width: 100%;
}
.faq-section .accordion-button {
  padding: 1.5rem 1.25rem;
  border-radius: 10px !important;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: #e9fff3;
  box-shadow: none;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-button h5 {
  color: #042c84;
  margin-right: 13px;
}
@media only screen and (max-width : 576px) {
  .faq-section .accordion-button h5 {
    font-size: 16px;
  }
}
.faq-section ul {
  list-style-type: none;
  list-style-type: disc;
  margin-left: 20px;
}
@media only screen and (max-width : 576px) {
  .faq-section ul {
    margin-left: 0;
  }
}
.faq-section ul li {
  margin-bottom: 5px;
}
.faq-section .faq-section .accordion-button h5 {
  margin-right: 0px;
}

.profile-card {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  position: relative;
  border-radius: 0 30px;
  height: 100%;
}
.profile-card .card-body {
  padding: 30px;
}
@media only screen and (max-width : 576px) {
  .profile-card .card-body {
    padding: 15px;
  }
}
.profile-card .profile-image img {
  border-radius: 50%;
  border: 2px solid #04acec;
  height: 150px;
  width: 150px;
}

.custom-circle {
  position: absolute;
  top: 8%;
  left: 24%;
  width: 6rem;
  height: 6rem;
  background-color: rgba(4, 172, 236, 0.1);
  border-radius: 9999px;
  z-index: 0;
}
@media only screen and (max-width : 576px) {
  .custom-circle {
    display: none;
  }
}

.about-page .about_us_img {
  position: relative;
}
@media only screen and (max-width : 991px) {
  .about-page .about_us_img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width : 576px) {
  .about-page .about_us_img {
    margin-bottom: 30px;
  }
}
.about-page .about_us_img .img {
  overflow: hidden;
  width: 500px;
  height: 600px;
  border-radius: 0px 100px 100px 0px;
  border: 10px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
}
@media only screen and (max-width : 991px) {
  .about-page .about_us_img .img {
    width: 100%;
  }
}
@media only screen and (max-width : 576px) {
  .about-page .about_us_img .img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.about-page .about_us_img h3 {
  position: absolute;
  top: 0;
  right: 35px;
  background: #042c84;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  padding: 30px;
  text-align: center;
  text-transform: capitalize;
  border: 5px solid #fff;
}
@media only screen and (max-width : 576px) {
  .about-page .about_us_img h3 {
    display: none;
  }
}
.about-page .about_us_img h3 span {
  display: block;
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
}
.about-page .about_us_img p {
  position: absolute;
  background: #042c84;
  color: #fff;
  width: 350px;
  padding: 20px;
  bottom: 50px;
  right: 0;
  border: 5px solid #fff;
  border-radius: 40px 0px 40px 0px;
}
@media only screen and (max-width : 576px) {
  .about-page .about_us_img p {
    width: 100%;
  }
}
.about-page ul.about_us_text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-page ul.about_us_text li {
  text-transform: capitalize;
  font-size: 16px;
  color: #042c84;
  padding-left: 85px;
  position: relative;
  margin-bottom: 35px;
  list-style: none;
}
.about-page ul.about_us_text li::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
}
.about-page ul.about_us_text li h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.file ul {
  margin: 0;
  padding: 0;
}
.file ul li {
  list-style: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.file ul .serial_no {
  background-color: #efefef;
  color: #0083c9;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.file ul .serial {
  display: table;
}
.file ul .download .btn {
  font-size: 14px;
}
@media only screen and (max-width : 576px) {
  .file ul .download .btn {
    font-size: 10px;
  }
}

.notice-link h5 {
  color: #120d4c;
  font-size: 20px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media only screen and (max-width : 576px) {
  .embed-responsive {
    margin-bottom: 30px;
  }
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgb(169, 198, 227);
}

.ui-timepicker {
  list-style: none;
  padding: 0 1px;
  text-align: left !important;
}

.time-picker-wrapper {
  position: relative;
  display: inline-block;
}
.time-picker-wrapper .time-picker-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  font-size: 14px;
}
.time-picker-wrapper .time-picker-input {
  padding-left: 35px !important;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
}
.time-picker-wrapper .time-picker-input:focus {
  border-color: #ddd;
  outline: none;
  box-shadow: 0 0 0 1px #ddd;
}

.ui-timepicker-container {
  z-index: 10000 !important;
}

.ui-timepicker-wrapper {
  z-index: 10000 !important;
}

.timepicker-wrapper {
  overflow: visible !important;
}

.review {
  height: 100%;
}
.review .review-content {
  height: 100%;
  padding: 30px 50px;
  margin-bottom: 0;
  background: #e9effd;
  position: relative;
}
.review .review-content .rating {
  color: #f7941f;
  font-size: 13px;
}
.review .review-content .review-icon {
  width: 50px;
  height: 45px;
  background: #04acec;
  text-align: center;
  font-size: 22px;
  color: white;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.review .review-content .review-icon::before {
  content: "";
  border-bottom: 16px solid #0387ba;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.review .review-content .img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.review .review-content .description {
  font-size: 15px;
  font-style: italic;
  color: #02516f;
  line-height: 23px;
  margin: 0;
}
.review .review-content .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: black;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 10px;
}
.review .review-content .post {
  display: block;
  font-size: 14px;
  color: #042c84;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.user-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  width: 650px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
  height: 100%;
}
@media only screen and (max-width : 576px) {
  .user-card {
    margin-bottom: 30px;
    flex-direction: column;
    padding: 20px;
  }
}
.user-card:before {
  content: "";
  position: absolute;
  height: 300%;
  width: 173px;
  background: #042c84;
  top: -60px;
  left: -173px;
  z-index: 0;
  transform: rotate(17deg);
}
@media only screen and (max-width : 576px) {
  .user-card:before {
    width: 300%;
    height: 200px;
    transform: rotate(0);
  }
}

.user-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  margin-right: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width : 576px) {
  .user-card-img {
    margin-right: 0;
  }
}
.user-card-img img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.user-card-info {
  text-align: left;
}
@media only screen and (max-width : 576px) {
  .user-card-info {
    text-align: center;
  }
}
.user-card-info h2 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-family: "Prompt", sans-serif;
}
@media only screen and (max-width : 576px) {
  .user-card-info h2 {
    font-size: 20px;
    margin-top: 25px;
  }
}
.user-card-info p {
  font-size: 14px;
  margin-bottom: 2px;
}
.user-card-info p span {
  font-weight: 700;
  margin-right: 10px;
  display: block;
  margin-bottom: 0;
  font-size: 18px;
}

@media only screen and (max-width : 576px) {
  .other-links {
    display: block;
  }
}
.other-links .mx-2 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.filter_btn_area {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  z-index: 1;
  border-top: 1px solid rgba(8, 5, 33, 0.1);
  border-bottom: 1px solid rgba(8, 5, 33, 0.1);
  padding: 10px 0px;
}
.filter_btn_area li a {
  display: block;
  transition: all linear 0.3s;
  color: rgba(8, 5, 33, 0.7);
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 27px;
  position: relative;
}
@media only screen and (max-width : 576px) {
  .filter_btn_area li a {
    padding: 0px 20px;
    margin: 5px 0px;
  }
}
.filter_btn_area li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #04acec;
  top: 9px;
  right: -2px;
  border-radius: 50%;
}
.filter_btn_area li.active a {
  color: #04acec;
}

@media only screen and (max-width : 576px) {
  .text-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.btn-close {
  cursor: pointer;
}

#g-recaptcha-response {
  display: none !important;
}

.qr-section {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.user-register-page {
  border: 1px solid #ddd;
  padding: 30px;
}
.user-register-page .toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -35px;
}

.username .user-sub {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.username .user-sub span {
  color: #000;
  padding: 10px 0;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.4s;
  font-weight: 500;
  font-size: 16px;
}

.username {
  position: relative;
}
.username .sub-menu {
  position: absolute;
  top: 130%;
  background: white;
  min-width: 180px;
  padding: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  line-height: 24px;
  z-index: 99;
}
@media only screen and (max-width : 576px) {
  .username .sub-menu {
    right: 0;
    top: 120%;
  }
}
.username .sub-menu li {
  line-height: 20px;
}
.username .sub-menu a {
  color: #000;
  padding: 5px 0;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
  transition: 0.4s;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.username:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.logout_button {
  border: none;
  background: transparent;
  padding: 5px 0;
}

.btn-login {
  color: #fff;
  background-color: #04acec;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
  padding: 8px 12px;
}

.imageSize {
  height: 50px;
  width: 50px;
}

.quantity-wrapper {
  max-width: 250px;
}
.quantity-wrapper .btn-qty {
  width: 45px;
  height: 35px;
  font-size: 20px;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  color: #333;
  transition: all 0.2s;
}
.quantity-wrapper .btn-qty:hover {
  background-color: #e2e6ea;
}
.quantity-wrapper .qty-input {
  width: 50px;
  height: 35px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  background-color: #fff;
}

.btn-checkout {
  background-color: #add50f;
  color: #fff;
  border: 1px solid #add50f;
  text-transform: uppercase;
  padding: 6px 12px;
}
.btn-checkout:hover {
  color: #fff;
  background-color: #04acec;
  border: 1px solid #04acec;
}

.notice-slider .owl-carousel .owl-prev {
  position: absolute;
  left: 10px;
  top: 51%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.notice-slider .owl-carousel .owl-prev:hover {
  background: none;
}
.notice-slider .owl-carousel .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  background: none;
  font-size: 1.5rem;
  line-height: 45px;
}
.notice-slider .owl-carousel .owl-next:hover {
  background: none;
}
@media only screen and (max-width : 576px) {
  .notice-slider .owl-carousel .owl-nav {
    margin-top: 0;
    opacity: 0;
  }
}
.notice-slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.notice-slider .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
  box-shadow: none;
}
.notice-slider .owl-carousel .owl-dots .owl-dot span {
  background: #fff;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.notice-slider .owl-carousel .owl-dots .owl-dot.active span {
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.gallery-slider img {
  min-height: 300px;
}

.popup-modal .modal-dialog {
  max-width: 600px;
}

.popup-modal .modal-header {
  text-align: center;
  color: #000;
  background: #f4f4f4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popup-modal .modal-header .btn-close {
  margin: 0;
}
.popup-modal .modal-header h5 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.popup-modal .modal-body {
  padding: 0;
}

.popup-modal .close {
  color: #f8f9fa;
}

.popup-modal .modal-content {
  border: 3px solid #f4f4f4;
  border-radius: 0;
}

.btn-google {
  background-color: #d34836;
  border-color: #d34836;
}

/*********************************************************************************************************************************/
/*********************************************************** S.T.Y.L.E ***********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************** F.O.O.T.E.R ***********************************************************/
/*********************************************************************************************************************************/
.footer {
  position: relative;
  z-index: 1;
  padding: 50px 0 0 0;
  background-color: #071320;
  overflow: hidden;
}
.footer .flogo {
  max-width: 80px;
  height: auto;
}
.footer .footer-about {
  margin-right: 50px;
  color: #c8c9cc;
}
.footer .container {
  position: relative;
}
.footer .foot-title {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media only screen and (max-width : 576px) {
  .footer .foot-title {
    padding-bottom: 20px;
    margin-bottom: 5px;
  }
}
.footer .foot-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 6px;
}
.footer .foot-title:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 1px;
  width: 29px;
  height: 2px;
  background-color: #fff;
}
.footer a {
  color: #c8c9cc;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.footer ul.social li {
  padding: 3px 0;
}
.footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  transition: 0.5s all ease;
}
.footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}
.footer ul.social li a {
  color: #c8c9cc;
}
.footer ul.quick-links li a, .footer ul p, .footer ul i {
  color: #c8c9cc;
}
.footer ul.social li a:hover {
  color: #fff;
}
.footer ul.quick-links li {
  padding: 8px 0;
  transition: 0.5s all ease;
}
.footer ul.quick-links li:hover {
  margin-left: 5px;
  font-weight: 700;
}
.footer ul.quick-links li a:hover {
  color: #fff;
}
.footer ul.quick-links li a i {
  margin-right: 5px;
}
.footer ul.quick-links li:hover a i {
  font-weight: 700;
}
.footer .other-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .other-links .footer-text {
  color: #c8c9cc;
}
.footer .other-links .seperator {
  height: 20px;
  border-right: 2px solid #c8c9cc;
}

/* social link css */
.footer-social-links {
  overflow: hidden;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}
.footer-social-links li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-social-links li a i {
  height: 40px;
  width: 40px;
  border: 1px solid #5a5a5a;
  display: block;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  transition: all 500ms ease;
  background: #071320;
}
.footer-social-links li a:hover i {
  background: #04acec;
  color: #fff;
  border-color: #04acec;
}

footer a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  outline: none;
  color: #fff !important;
}
footer a:hover, footer a:active, footer a:focus {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  outline: none;
  color: #fff !important;
}

.copyright_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.img-app {
  height: 40px;
}
.img-app img {
  width: auto;
}

.footer-contact-wrapper {
  width: 100%;
  display: flex;
  background-color: #13202e;
  padding: 40px;
  justify-content: space-between;
}
@media only screen and (max-width : 576px) {
  .footer-contact-wrapper {
    display: block;
  }
}
.footer-contact-wrapper .footer-contact {
  width: 33%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width : 576px) {
  .footer-contact-wrapper .footer-contact {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer-contact-wrapper .footer-contact:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #04acec;
}
@media only screen and (max-width : 576px) {
  .footer-contact-wrapper .footer-contact:not(:last-child)::after {
    display: none;
  }
}
.footer-contact-wrapper .footer-contact h4 {
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 30px;
}
@media only screen and (max-width : 991px) {
  .footer-contact-wrapper .footer-contact h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width : 576px) {
  .footer-contact-wrapper .footer-contact h4 {
    font-size: 20px;
  }
}
.footer-contact-wrapper .footer-contact p {
  color: #04acec;
  font-size: 14px;
  font-weight: 700;
  padding-top: 12px;
}

.copyright {
  background: #13202e;
}
.copyright p, .copyright a {
  font-size: 14px;
}

@media only screen and (max-width : 576px) {
  .media-margin-footer {
    margin-bottom: 30px;
  }
  .media-margin-footer:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}
/*********************************************************************************************************************************/
/*********************************************************** F.O.O.T.E.R ***********************************************************/
/*********************************************************************************************************************************/

