:root {
  --primary-color: #b5e550;
  --secondary-color: red;
}

body {
  font-family: "Mulish";
  color: #000;
}

@font-face {
  font-family: '"Cinzel Decorative", Sans-serif';
  src: url("../font/Cinzel_Decorative/CinzelDecorative-Regular.ttf"),
    url("../font/Cinzel_Decorative/CinzelDecorative-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("../font/Cinzel/static/Cinzel-Regular.ttf"),
    url("../font/Cinzel/static/Cinzel-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../font/Mulish/static/Mulish-Regular.ttf"),
    url("../font/Mulish/static/Mulish-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.r-gap {
  row-gap: 1.3rem;
}
.hov_theme_color:hover {
  color: var(--primary-color);
}
.heading_font {
  font-family: "Cinzel";
}

.para_color {
  color: #525252;
}
.prim-color {
  color: var(--primary-color);
}
.transit {
  transition: all 0.4s ease;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Mulish";
}
.bottom_line {
  border-bottom: 1px solid #b1b1b1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel" !important;
}

a,
a:hover {
  color: #fff;
  text-decoration: none;
}

.sec_pd {
  padding: 100px 0 100px 0;
}

.bann_pd {
  padding: 140px 0 100px 0;
}

.h_bann_main {
  font-size: 3.2rem;
}
.sec_hd {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
}

.sub_heading {
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
}

.main_heading {
  font-size: 6.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: '"Cinzel Decorative", Sans-serif' !important;
}

.sec_hd2 {
  font-size: 2.7rem;
}
.font_b {
  font-weight: 600;
}
.color {
  color: var(--primary-color);
}

.nav-link [aria-current="page"] {
  height: 2px;
  transform: scale(1.05);
  left: 0;
}

.theme_btn {
  padding: 15px 35px;
  background-color: var(--primary-color);
  color: #000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 3px;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #ffffff00;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.theme_btn:hover {
  color: #ffffff;
  border-style: double;
  border-width: 4px 4px 4px 4px;
  border-color: #ffffff4d;
  border-radius: 5px;
  background-color: #02010100;
}

h1.main_heading {
  font-size: 3.5rem;
  text-transform: uppercase;
}

.theme-color {
  color: var(--primary-color) !important;
}

a {
  text-decoration: none;
}

.b10 {
  border: none;
  border-radius: 10px;
}

.b20 {
  border: none;
  border-radius: 20px;
}

.b50 {
  border: none;
  border-radius: 50px;
}

.b15 {
  border: none;
  border-radius: 15px;
}

.round-border {
  border: none;
  border-radius: 50%;
}

.ov-hidden {
  overflow: hidden;
}
.bg-black {
  background-color: #000;
}

.text-color {
  color: #0f0200;
}
/* ==================================header================================== */
.header_above {
  background-color: #1b1c1d;
  border-bottom: 1px solid #ffffff2b;
}
.goog-te-gadget-simple{
  font-size: 7pt;
}
.head_right ul li i {
  height: 45px;
  width: 45px;
  background-color: #ffffff2b;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-weight: 300;
  border: 1px solid #fff;
}

.head_right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: var(--primary-color);
  color: #000;
}

@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}

.head_contact ul li {
  font-size: 13.5px;
}

.head_btn a i {
  font-size: 18px;
}

.head_btn a {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}

.head_btn .cart_number {
  position: absolute;
  background-color: #d9534f;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  top: 10px;
  right: 14px;
  color: #fff !important;
}

.head_btn a:hover {
  /* border-style: double !important;
    border-width: 4px 4px 4px 4px !important;
    border-color: #646464 !important; */
  color: #646464;
}
.login_sign {
  font-size: 16px;
}
.login_sign li:hover a,
.login_sign li:hover i {
  color: var(--primary-color) !important;
  transition: all 0.4s ease;
}
.navbar-nav {
  gap: 15px;
}

.navbar {
  background-color: #000;
  padding: 25px 0 !important;
}

.navbar-brand {
  width: 13%;
}

.navbar-brand img {
  max-width: 100%;
}

.nav-item .nav-link {
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding: 20px 12px;
  letter-spacing: 0px;
  font-size: 15px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color) !important;
}

.dropdown-toggle::after {
  color: #ffff;
}

.nav-item .nav-link:hover {
  /* color: #fff ; */
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #d8b45a;
  overflow: hidden;
}

.dropdown-item {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.dropdown-item:hover {
  background-color: #000 !important;
  margin-left: 7px;
  color: #d8b45a !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  background-color: #000;
  visibility: visible;
}

/* ========================ModalCSS====================== */

.modal-dialog {
  max-width: 600px;
  margin: 14.75rem auto;
}

.modal-header .btn-close {
  margin-left: auto !important;
}

.modal-header {
  border: none !important;
}
.search_close{
  background-color: #f1f6fa;
}
.modal-body input {
  width: 100%;
  padding: 10px;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.modal-content {
  background-color: #000f1d;
  padding: 20px 0;
}
.modal{
  z-index: 999999999999999;
}
.modal-title {
  color: #ffff00;
}

.modal-title > img {
  height: 85px;
  transition: all 0.5s ease-in-out;
  animation-name: transf;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes transf {
  0% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.modal-content label {
  color: #ffff00;
}

.modal-footer .theme_btn1 {
  width: 100%;
  border: unset;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}

.modal-footer {
  padding-top: 0px !important;
}
.foot_box img {
  max-width: 50%;
}

/* =============================h_banner============================ */
.h_banner {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.h_banner .row2 {
  /* margin-top: 140px; */
}

.h_banner video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 4;
}

.h_banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.59;
  z-index: 5;
}

.bann_heading {
  position: relative;
  z-index: 999;
  margin-bottom: 50px;
}

.inline_fish {
  display: inline-block;
  width: 19%;
}

.bann_left,
.bann_mid,
.bann_right {
  position: relative;
  z-index: 9999;
}

.bann_left_top {
  border-bottom: 1px solid #cccccc70;
  padding-bottom: 17px;
}

.bann_left ul li img {
  height: 85px;
  width: 85px;
  object-fit: cover;
  display: inline-block;
  border-radius: 100px;
  border: 4px solid #fff;
  margin-left: -41px;
}

.counter-box h2 {
  font-size: 45px;
  font-weight: 600;
  margin: 0;
}

.bann_left_top .counter_title {
  font-size: 20px;
}

.bann_left_bottom p {
  font-size: 18px;
  font-weight: 600;
}

.bann_mid img {
  transform: rotateZ(14deg);
  max-width: 95% !important;
}

.bann_right ul li p {
  font-size: 18px;
}

.bann_right ul {
  padding-bottom: 40px;
  border-bottom: 1px solid #383838;
}

.bann_right .btn_container a {
  font-size: 22px;
}

.btn_container .pulse {
  width: 70px;
  height: 70px;
  color: #000;
  background-color: var(--primary-color);
  text-align: center;
  border-radius: 50px;
  animation: shadow-pulse 1.5s infinite;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px #b5e550;
  }

  100% {
    box-shadow: 0 0 7px 15px rgba(248, 255, 236, 0);
  }
}

.btn_container span {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

/*================================ Sec 1 Starts ===============================*/
.bg-theme {
  background-color: var(--primary-color);
}

.s1-box {
  position: relative;
}

.s1-box p {
  font-size: 18px;
  color: #525252;
  height: 70px;
}

.s1-box-text:hover {
  transform: scale(1.05);
}

.s1-box-img img {
  filter: invert(1);
}

.s1-box-img {
  width: 116px;
  height: 111px;
  background-color: var(--primary-color);
  margin-top: -12px;
  z-index: 100;
}

.s1-img-2 {
  background-color: #000;
}

.s1-img-2 img {
  filter: invert(0);
}

.s1-box-text {
  margin-top: -3.5rem;
  background-color: #f1f6f9;
  width: 100%;
  padding: 6rem 0 3rem 0;
  transition: all 0.4s ease;
}

.sec_1 .s1-box-text {
  height: 310px;
  padding-bottom: 0;
}
.s1-box-text .theme_btn {
  padding: 12px 20px;
}
.s1-box-text .theme_btn:hover {
  border-color: #5252524d;
}
/* =====================Sec 1 ends============================= */
/* ============================Sec 2 starts================== */
.sec_2 {
  background-color: #0f0200;
  position: relative;
  overflow: hidden;
}

.sec_2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/frontend/img/sec-2-bg.jpg) no-repeat center center / cover;
  filter: invert(1);
  opacity: 0.1;
}

.sec_2 .container {
  position: relative;
  z-index: 9999;
}

.s2_img {
  height: 450px;
  width: 100%;
}

.s2_img img {
  transition: all 0.4s ease;
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.s2_img img:hover {
  transform: rotate(6deg);
}

.s2_img_1 img:hover {
  transform: rotate(-6deg);
}

.s2_img_1 {
  height: 370px;
}

/*=================================== Sec 2 ends============================== */

/* =================================Sec 3 start========================== */
.sec_3 {
  background-image: url(/frontend/img/sec-3-bg.jpg);
}

.s3_img_cont {
  /* border: 1px solid #b1b1b1; */
  transition: all 0.4s ease;
  height: 170px;
  width: 170px;
}
.s3_img{
  border: 1px solid #b1b1b1;
  height: 170px;
  width: 170px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.s3_img:hover{
  border-color: #159f46;
}
.s3_img img{
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 100%;
}

.s3_img_cont:hover {
  /* border: 1px solid var(--primary-color); */
  transform: scale(1.05);
}

.s3_content h4 {
  font-weight: 600;
}

/* ===========================Sec 3 ends=========================== */

/* ==========================Sec 4 starts========================== */
.s4_box {
  border: 1px solid #b1b1b1;
}

.s4_box_top {
  height: 375px;
}
.sec_4 .s1-box-text h3 {
  height: 40px;
}
.s4_box_top img {
  height: 100%;
  object-fit: cover;
}
.s4_box_bottom a {
  color: #000 !important;
}
.cart_btn {
  color: #000000;
  background-color: var(--primary-color);
  transition: all 0.4s ease;
}

.sec_4 .slick-dots li button:before {
  font-size: 35px !important;
  opacity: 1;
  color: var(--primary-color);
}

.sec_4 .slick-dots li.slick-active button:before {
  color: #000000;
}

.sec_4 .slick-prev:before,
.slick-next:before {
  content: "\f053";
  color: var(--primary-color) !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 23px;
}

.sec_4 .slick-next:before {
  content: "\f054";
}

/* ===============================Sec 4 ends=================================*/

/* ==============================Sec 5 starts======================= */
.theme_para {
  font-size: 19px;
  color: #525252;
}

.s5-img {
  height: 450px;
  transition: all 0.4s ease;
}

.s5-img img {
  height: 100%;
  object-fit: cover;
}

.s5-text-top {
  background-color: #000000;
  width: 100px;
  padding: 13px;
}

.s5-text-top img {
  position: relative;
  top: 27px;
}

.s5-text h4 {
  font-weight: 600;
  margin-top: 20px;
}

.s5-tt-1 {
  background-color: var(--primary-color);
}

.s5-img:hover {
  transform: scale(1.02);
}

.s5-tt-1 img {
  top: 29px;
}

/* ==============================Sec 5 ends================================*/
/* ==============================Sec 6 starts==============================*/
.sec_6 {
  background-color: #f1f6f9;
}

.read_btn {
  background-color: #000000;
}

.read_btn i {
  transition: all 0.4s ease;
}

.read_btn:hover i {
  transform: translateX(5px);
}

.s6_box_img {
  height: 370px;
}

.s6_box_img img {
  height: 100%;
  object-fit: cover;
}

/* ===============================Sec 6 ends================================== */
/* ===============================menu_sec================================== */
.menu_sec {
  position: relative;
  overflow: hidden;
  background: url(/frontend/img/menu_bg.jpg) no-repeat center center/cover;
  z-index: 5;
  padding-bottom: 170px !important;
}

.menu_sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f1f6f9;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -5;
}

.menu_img {
  display: inline-block;
  height: 70px;
  width: 70px;
}

.menu_img img {
  height: 80px !important;
  width: 80px !important;
  border-radius: 100px;
  object-fit: cover;
}

.menu_box h3 {
  font-size: 35px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.menu_box .price h3{
  margin-left: 60px;
}
.menu_box_hd {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 40px;
}
.menu_dishes{
  align-items: center;
}
.menu_dishes span{
  width: 30% !important;
}
.menu_dishes .price{
  width: 35% !important;
}
.menu_sec p {
  font-size: 18px;
  color: #525252;
}

.fish_img {
  height: 51px !important;
  width: 77px !important;
  border-radius: 0px !important;
}

.mu_1 .s1-box-text {
  padding-bottom: 10px;
}
.mu_1 .s1-box-text h3 {
  height: 40px;
}
.menu_sec .btn_container .theme_btn:hover {
  border-color: #000 !important;
}
.btns_menu .theme_btn {
  padding: 10px;
  letter-spacing: normal;
  width: 50%;
}
.menu_dishes span h5 {
  color: #000;
}
.menu_dishes:hover .menu_img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

.fix_section {
  position: relative;
  /* background: url(/frontend/img/fix_img.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed !important;
  width: 70%;
  margin: auto;
  overflow: hidden;
  height: 550px;
  transform: translateY(-100px);
  z-index: 1024;
}

.fix_section .row {
  height: 500px;
  justify-content: center;
  align-items: center;
}

.fix_section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.play_btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  color: #fff;
  border-width: 4px 4px 4px 4px;
  border-style: double;
  border-color: #fff;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.play_btn span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* padding: 20px; */
}

.play_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.play_btn::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
}

.play_btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
  animation-delay: 0.2s;
}

@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 var(--glow-size, 40px) currentColor;
    opacity: 0;
  }

  100% {
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

/* Testimonial sec starts */
.testi_inner {
  background-color: #f1f6f9;
  height: 240px;
}

.testi_inner i.fa-solid.fa-quote-right {
  color: #b5e550;
  font-size: 52px;
  line-height: 1.6;
}

.testimonial_sec .slick-prev:before,
.testimonial_sec .slick-next:before {
  content: "\f053";
  color: #fff;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  opacity: 1;
  font-size: 23px;
}

.testimonial_sec .slick-next:before {
  content: "\f054";
  color: #fff !important;
}

.testimonial_sec .slick-next,
.testimonial_sec .slick-prev {
  background-color: #b5e550 !important;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  bottom: 0;
  top: auto;
  color: #fff !important;
}

.testimonial_sec .slick-next {
  right: 40px;
}

.testimonial_sec .slick-prev {
  left: 40px;
}

/* Testimonial Sec ends */
/* =============================Footer============================ */
footer {
  background: url(/frontend/img/footer_bg.jpg) no-repeat center center/cover;
  padding: 120px 0 12px 0;
  position: relative;
  z-index: 99;
}
.news_input{
  outline-offset: -330px;
  width: 180px;
}
.news_input~a i:hover{
  color: var(--primary-color) !important;
  background-color: #000;
}
.news_input~a i{
  background-color: var(--primary-color);
  padding: 13px;
  font-size: 18px;
  width: 45px;
  height:44px;
  color: #fff;
  transition: all .4s ease;
}
footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #000000cc 0%, #000000 100%);
  z-index: -5;
  opacity: 0.9;
}

.foot_box h3 {
  font-family: '"Cinzel Decorative", Sans-serif' !important;
  text-transform: uppercase;
}

.foot_box p {
  color: #ffff;
}

.foot_box ul li {
  font-size: 17px;
  font-weight: 500;
  /* margin-bottom: 10px !important; */
}

.foot_box ul li span i {
  color: var(--primary-color);
  font-size: 23px;
}

.foot_list {
  gap: 50px;
}

.footer_search input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #35424f;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

.footer_search input:focus {
  background-color: #35424f;
  box-shadow: none;
  color: #fff;
}

.footer_search i {
  background-color: #35424f;
  padding: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -2px;
}

.foot_list ul li a {
  transition: all 0.3s ease-in-out;
}

.foot_list ul li a:hover {
  color: var(--primary-color) !important;
}

.foot_list ul li:hover i {
  color: #fff;
}

footer .row {
  padding-bottom: 50px;
  border-bottom: 1px solid #767676;
}

.foot_line {
  height: 1px;
  width: 100%;
  margin: 20px 0;
  background-color: #ffffff6e;
}

.foot_box .social_icon {
  display: inline-flex;
  gap: 10px;
  margin-top: 20px;
}

.foot_box .social_icon a i {
  background-color: transparent;
  height: 35px;
  width: 35px;
}

.foot_box .social_icon a i:hover {
  background-color: var(--primary-color);
  color: #000;
}

/* =============================About============================ */
.inner_banner {
  background-image: url(/frontend/img/sec-3-bg.jpg);
  padding: 9rem 0 5rem 0;
}

.inner_hd {
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
}

.ab1_right_img img,
.ab2_right_img img {
  object-fit: cover;
}

.ab2_counter p {
  font-size: 38px;
}

.ab2_counter span {
  font-size: 38px;
  margin-top: -10px;
}
.ab_2 {
  padding-bottom: 183px;
}
.lc_text h5 {
  font-size: 30px;
}
.lc_img {
  width: 95px;
  padding: 8px;
}
.ab_3 {
  background-image: url(/frontend/img/sec-3-bg.jpg);
  background-size: cover;
}
.ab_3_left {
  padding-left: 5rem;
}
.ab_3_right {
  margin-top: -12rem;
}
.ab3_right_img {
  height: 100%;
}
.ab3_right_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ab_4_sec {
}
.ab4_box_top {
  /* width: 400px; */
  border: 1px solid #b1b1b1;
  padding: 1rem;
  padding-bottom: 5rem;
}
.ab4_box_bottom {
  background-color: #f1f6f9;
  height: 200px;
  position: relative;
  top: -4rem;
}
.ab4_bb_text h4 {
  font-size: 25px;
  font-weight: 600;
}
.ab4_icon {
  height: 45px;
  width: 45px;
  font-size: 20px;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  overflow: hidden;
}
.ab4_icon:hover {
  border: 1px solid #b1b1b1;
}
.ab4_icon i {
  transition: all 0.3s ease;
}
.ab4_bb_icons {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.4s ease;
}
.ab4_box_bottom:hover .ab4_bb_icons {
  opacity: 1;
  visibility: visible;
  height: 50px;
}
.ab4_icon::before {
  top: -30px;
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
  position: absolute;
  color: #000;
  transition: all 0.2s ease;
}
.fb-icon::before {
  content: "\f39e";
}
.tt-icon::before {
  content: "\f099";
}
.pt-icon::before {
  content: "\f231";
}
.ab4_icon:hover::before {
  top: 6px;
}
.ab4_icon:hover {
  background-color: transparent;
}
.ab4_icon:hover i {
  color: #000;
  transform: translateY(40px);
}

/* =====================================Menu===================================== */
.mu-box-img {
  position: relative;
  top: 20px;
  z-index: 1;
}
.mu-box-img img{
  display: inline-block;
  height: 136px;
  width: 136px;
  object-fit: cover;
}
.mu_box_text:hover {
  transform: scale(1);
}
.mu_box_text h5 {
  font-size: 40px;
}
.menu_sec .price {
  color: var(--primary-color);
}
.mu_sec_menu {
  overflow: unset !important;
}
.mu_sec_menu .menu_left {
  position: sticky;
  top: 0;
}
/* =====================================Reservation===================================== */
.res_1 .s3_img_cont:hover {
  transform: none;
}
.res_2 .container {
  background-image: url(/frontend/img//res-3-bg.jpg);
}
.res2_heading h2 {
  font-size: 32px;
}
.res2_heading p {
  color: #afafaf;
  font-size: 17px;
}

/* .s1-box:hover .mu-box-img{
  transform: rotate(360deg) scale(1.1);
  transition: all .5s ease;
} */
/* =====================================Contact===================================== */
.c1_icon i {
  font-size: 33px;
}
.contact_1 .s1-box-text:hover {
  transform: none;
}
.form_col {
  background: url(../img/res-3-bg.jpg) center center / cover;
}
/* .res_fc{
  background-color: #fff !important;
  color: #000 !important;
} */
.form_control {
  background-color: #fff;
  border: 1px solid #afafaf;
  outline-offset: -300px;
  padding: 1rem 1rem;
  color: #000;
  transition: all 0.4s ease;
}
.shop_search,
.sort {
  background-color: transparent !important;
}
.form_control:focus {
  border: 1px solid white;
}
/* =====================================BLOG===================================== */
.blog_1_date {
  font-size: 18px;
}
.blog_hd a {
  color: #000;
}
/* =====================================Login===================================== */
.login_sec {
  background: url(/frontend/img/res-3-bg.jpg) no-repeat center center/cover;
}
.login_hd {
  font-size: 35px;
  font-weight: 600;
}
/* =====================================Cart===================================== */
.cart_img {
  width: 150px;
}
.cart_img img {
  filter: drop-shadow(2px 4px 6px black);
}
.table {
  --bs-table-bg: none;
  background-color: #fff;
}
.cart_head {
  background-color: var(--primary-color);
  font-family: "Cinzel";
}
.cart_incr {
  border: 1px solid var(--primary-color);
  padding: 0.7rem;
}
.cart_incr a {
  color: #000;
}
.cart_body tr {
  vertical-align: middle;
}
.cart_sec {
  background-color: #ededed;
}
.cart_btn_2 a:hover {
  background-color: #afafaf;
}
.cart-sec2 {
  row-gap: 13px;
  display: none;
}
.cart_btn_2 a {
  font-size: 12px;
  padding: 15px 30px;
}
.coupon-input {
  background-color: white;
  color: #000;
}
.apply_btn {
  display: inline-flex;
  align-items: center;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cbox:checked {
  background-color: var(--primary-color);
  background-image: url(/frontend/img/check.svg);
}
.cbox {
  appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
}
.cart_btn_1 a {
  font-size: 12px;
}
.cart_btn_1 .d-inline-flex:hover{
  background-color: transparent !important;
  
}
.cart_btn_1 .d-inline-flex:hover i{
  /* text-shadow: #464747 1px 1px 10px; */
}
.cart_btn_1 .d-inline-flex i{
  font-size: 30px !important;
}
.cart_btn_1 a:hover {
  background-color: #afafaf;
}
.checkout_sec {
  background-color: #ededed;
}
.checkout_sec .form_control:focus {
  border: 1px solid #afafaf;
}
.checkout_sec select {
  color: #525252;
}
.checkout_sec select option {
  background: #ededed;
}
.checkout_summ {
  border: 1px solid #afafaf;
}
/* =====================================Shop===================================== */
.shop {
  background-color: #ededed;
}
.ss1-1 {
  padding: 0.5rem 0.5rem;
  width: 80%;
  border: 1px #afafaf solid;
}
.ss1-1 i {
  color: #afafaf;
}
.ss1-1 input {
  width: 80%;
  font-size: 15px;
  border: none;
}
.focus_none:focus {
  border: none;
}
.cbox {
  height: 15px;
  width: 15px;
}
.sort:focus {
  border: 1px solid #afafaf;
}
.si_img {
  width: 60px;
}
.s2-card-cont {
  display: flex;
  justify-content: center;
}
.shop .s2-card {
  width: 286px;
  /* background-image: linear-gradient(to bottom, #949494, #ffffff); */
  /* background-color: #faf9f9; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.card-top {
  background-color: #e0e0e0;
  padding: 30px;
  text-align: center;
  height: 250px;
}
.price-cart i {
  background-color: var(--primary-color);
  text-align: center;
  width: 40px;
  height: 40px;
  padding-top: 13px;
  font-size: 17px;
}
.card-top img {
  height: 190px;
}
.card-bottom i:hover {
  color: #1b1c1d;
}
.card-bottom i {
  color: #fff;
}
i.fa-solid.fa-star {
  color: rgb(245, 216, 54);
  top: 0;
  right: 0;

}
.card-bottom p {
  font-size: 16px;
}
.shop a {
  color: #000;
}
.shop select {
  color: #000;
}
.side_text h6,
.cb1 h5 {
  font-weight: 600;
}
.cb1 h5{
  height: 65px;
}
.cart_incr {
  width: 150px;
}
/* =====================================Product Detail===================================== */
.p1-sm-cont img {
  width: 100px;
  border: 1px solid #afafaf;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}
.slick-current .p1-sm-cont img {
  transform: scale(1.1);
}
.p1-sm-cont img:hover {
  transform: scale(1.1);
}
.p1-img-cont {
  padding: 3rem 2rem;
}
.p2-tabs.active::before {
  position: absolute;
  content: "";
  height: 3px;
  background-color: var(--primary-color);
  bottom: 0;
  width: 100px;
}
.p2-tabs.active,
.p2-tabs:hover {
  color: var(--primary-color) !important;
}
.prod-2 .nav-item .nav-link {
  color: #000;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding: 20px 15px;
  letter-spacing: 2px;
}
.p2-tabs {
  background: none !important;
  font-size: 19px;
  position: relative;
}
#additonal-tab.active::before {
  width: 245px;
}
#desc-tab.active::before {
  width: 245px;
}
#reviews-tab.active::before {
  width: 90px;
}
.info-1 {
  border: 1px solid rgb(206, 206, 206);
}
.i1-h6 {
  width: 180px;
}
.font-b {
  font-weight: 600;
}
.info-1 p {
  border-left: 1px solid rgb(206, 206, 206);
}
.ff1-sec .form_control:focus,
.form-field .form_control:focus {
  border: 1px solid #afafaf;
}
#reviews,
#additonal,
#desc {
  background: url(/frontend/img/res-3-bg.jpg) no-repeat center center / cover;
  padding: 2rem;
}
.quote_text {
  background-color: #f1f6fa;
}
.side_img_sec {
  padding: 1rem;
  background-color: #f1f6fa;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.add-wish {
  cursor: pointer;
}
.add-wish:hover i.fa-regular.fa-heart {
  transform: scale(1.2);
}
.add-wish:hover i.fa-solid.fa-code-compare {
  transform: rotate(360deg);
}
/* =====================================RESERVATION===================================== */
.s3_reserv {
  background: none;
}
.res_form {
  background: none;
}
.res_form .col-lg-10 {
  background: url(/frontend/img/res-3-bg.jpg);
}
.reservation_hd .theme_para {
  color: #cdcdcd;
}
.res_time_text {
  background-color: #f1f6fa;
  padding: 3rem 1rem;
  height: 425px;
}
.res_time_text .reservation_hd {
  width: fit-content;
  margin: auto;
}
.res_time_link {
  color: #616060;
  font-size: 18px;
  line-height: 2;
}
.time_img {
  height: 425px;
}
.time_img img {
  object-fit: cover;
  height: 100%;
}
div.c {
  position: relative;
  margin: 1rem;
  padding: 1rem;
}
.c-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: 0;
}
div.c h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 750;
}
.l {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
div.p {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
  background-color: white;
  transition: all 0.4s ease;
}
div.p p {
  margin: 1rem 0;
}
.l::before {
  font-family: "Font Awesome 6 Free" !important;
  color: var(--text-color);
  content: "\f101";
  font-weight: 600;
  display: inline-block;
  right: 0;
  position: absolute;
  transition: all 0.4s ease;
}
.c-box:checked ~ h5 ~ div.p {
  max-height: 150px;
}
.c-box:checked ~ h5 .l::before {
  transform: rotate(90deg);
  color: var(--primary-color);
}
.res_f1_text h4 {
  width: fit-content;
}
.res_f1_text li {
  line-height: 1.8;
}
/* =====================================Dashboard===================================== */
/*-----------------
    Instructor Dashboard
-----------------------*/
/* .s1-box-text .theme_btn:hover {
    border-color: #5252524d;
} */
.settings-menu .instructor-title {
  padding-top: 10px;
}
.instructor-card {
  border-radius: 10px;
  margin-bottom: 25px;
}
.instructor-inner h6 {
  color: #685f78;
  margin-bottom: 15px;
  font-weight: 500;
}
.instructor-inner h4 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
.instructor-inner .instructor-text-success {
  color: #159f46;
}
.instructor-inner .instructor-text-info {
  color: #1d9cfd;
}

.instructor-inner p {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #303030;
  margin-bottom: 0;
}

/*-----------------
	45. Student Profile
-----------------------*/

.settings-widget {
  border: 1px solid #e9ecef;
  margin-bottom: 24px;
  border-radius: 10px;
  background: transparent;
}
.settings-menu {
  background: url(/frontend/img/res-3-bg.jpg) center center/cover no-repeat;
  border-radius: 10px;
  padding: 1.5rem;
}
.settings-menu h3 {
  color: var(--primary-color) !important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.settings-menu ul {
  display: block;
  border: 0;
  padding: 0px;
  margin: 0;
  list-style: none;
}
.settings-menu ul li {
  position: relative;
  margin-bottom: 23px;
}
.settings-menu ul li:last-child {
  margin-bottom: 0;
}
.settings-menu ul li a {
  color: #fff !important;
  font-weight: 500;
  padding: 0 !important;
  border: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: normal;
}
.settings-menu ul li:hover a,
.settings-menu ul li:focus a,
.settings-menu ul li a:focus {
  color: #93bb57 !important;
}
.settings-menu ul li:hover a {
  color: #93bb57 !important;
}
.settings-menu ul .active a {
  color: var(--primary-color) !important;
}
.form-label {
  color: #fff;
}
.settings-menu ul li a i {
  margin-right: 8px;
  font-size: 18px;
  min-width: 20px;
}
.profile-bg img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.profile-bg {
  position: relative;
}
.profile-bg h5 {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  padding: 3px 10px;
  color: #000000;
  font-size: 14px;
  right: 20px;
  top: 20px;
  margin: 0;
}
.profile-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 5px solid #ffffff;
}
.profile-name h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.user-name a {
  color: var(--primary-color) !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.ad-coure {
  text-decoration: none;
}
.profile-name p {
  color: #b9b9b9;
  font-size: 14px;
  margin-bottom: 20px;
}
.profile-group {
  padding: 1.5rem;
  padding-top: 70px;
  border-radius: 10px;
}
.profile-heading {
  padding: 1.5rem;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.profile-heading h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.profile-heading p {
  margin-bottom: 0;
  color: #fff;
}
.profile-details .course-group {
  padding: 25px;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}
.profile-share {
  margin-left: 190px;
}
.profile-share .btn-success {
  background: transparent;
  color: #159f46;
  border: 1px solid #159f46;
  margin-right: 10px;
  border-radius: 0;
  padding: 7px 22px;
  font-weight: 500;
  border-radius: 5px;
}
.settings-menu .profile-bg {
  min-height: 120px;
  background: url(/frontend/img/res-3-bg.jpg) center center/cover no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tutor-qna-filter .tutor-form-select {
  border: 1px solid #e9ecef;
}
.tutor-form-select,
.tutor-form-control {
  border: 1px solid #e9ecef;
}
.tutor-form-control:focus,
.tutor-form-control.is-active {
  border-color: #e9ecef !important;
  box-shadow: unset;
}
.tutor-card.tutor-course-card .course-box.course-design .card-footer {
  border-radius: 0 0 10px 10px !important;
}
.profile-share .btn-success:hover {
  background: #159f46;
  color: #fff;
  border: 1px solid #159f46;
}
.profile-share .btn-danger {
  background: transparent;
  color: #ff0000;
  border-radius: 0;
  padding: 7px 22px;
  font-weight: 500;
  border-radius: 5px;
}
.profile-share .btn-danger:hover {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}
.profile-details .course-name h4 a {
  color: #392c7d;
  font-size: 18px;
  font-weight: 600;
}
.profile-details .course-name h4 a:hover {
  color: var(--secondary-color);
}
.profile-details .course-name p {
  color: #303030;
  font-size: 14px;
}
.profile-details .course-group-img img {
  max-width: 100px;
  height: 100px;
  border-radius: 50px;
}
.checkout-form.personal-address {
  padding: 1.5rem;
  margin-bottom: 0;
}
.personal-address h4 {
  color: var(--primary-color) !important;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.your_avatar {
  color: var(--primary-color) !important;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.personal-address p {
  font-size: 14px;
  color: #fff;
}
.country-select {
  color: #c4c4c4;
  font-size: 14px;
}
.update-profile {
  margin-top: 10px;
}
.update-profile .btn-primary {
  font-size: 16px;
  padding: 7px 15px;
  font-weight: 700;
  border: 1px solid #ff875a;
  border-radius: 5px;
  min-width: 200px;
}
.update-profile .btn-primary:hover {
  background-color: #fff;
  border: 1px solid #e72f41;
  color: #e72f41;
}
.border-line {
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}
.personal-info-head p span {
  color: var(--secondary-color);
}
.save-social .btn-primary {
  min-width: 237px;
}
.secure-alert .check-on label {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.secure-alert .check-on {
  margin: 0px 0px 25px;
}
.un-subscribe {
  padding: 25px;
}
.un-subscribe .btn-danger {
  background: transparent;
  color: #ff0000;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}
.un-subscribe .btn-danger:hover {
  background: #ff0000;
  color: #fff;
}
.link-accounts.personal-form {
  border: 0;
  padding: 24px;
  border-radius: 0;
  background: transparent;
}
.comman-space {
  padding: 1.5rem;
}
.edit-new-address {
  margin-bottom: 30px;
}
.edit-new-address label {
  font-size: 14px;
  color: #303030;
  font-weight: 400;
}
.wallet-radio-blk .custom_radio {
  margin-bottom: 0px;
}
.wallet-radio-blk .custom_radio input:checked ~ .checkmark {
  background-color: #ff5364;
}
.wallet-radio-blk .custom_radio .checkmark:after {
  background: #fff;
}
.wallet-radio-blk .custom_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.address-edits {
  margin-left: auto;
}
.edit-new-address .form-check-input {
  width: 20px;
  height: 20px;
}
.address-edits .edit-btn-blk {
  padding: 5px 7px;
  background-color: #455a64;
  border: 1px solid #455a64;
  border: 0;
  color: #fff;
  border-radius: 5px;
}
.add-new-address {
  margin-bottom: 40px;
}
.grad-border .btn-primary {
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #392c7d, #ff6575);
  border-radius: 10px;
}
.grad-border .btn-default {
  background: rgba(227, 227, 227, 0.41);
  border-radius: 10px;
  color: #c7c7c7;
  min-width: 173px;
  padding: 7px 15px;
  cursor: not-allowed;
}
.add-new-address .btn-primary {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 8px 20px;
}
.add-new-address .btn-primary:hover:focus,
.active-change-plan .btn-primary:hover:focus,
.upgrade-now .btn-primary:hover:focus {
  color: #fff;
}
.upgrade-now .btn-primary {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 8px 16px;
}
.upgrade-now {
  margin-left: auto;
}
.active-btns .btn-success {
  background-color: #159f46;
  border: 1px solid #159f46;
  color: #fff;
  font-size: 14px;
  padding: 1px 11px;
}
.active-btns .btn-danger {
  color: #fff;
  font-size: 14px;
  padding: 1px 11px;
}
.subscribtion-active h5 {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0px;
}
.subscribtion-active p {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.active-change-plan {
  margin-left: auto;
}
.active-change-plan .btn-primary {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 8px 39px;
}
.bill-widget {
  width: 100%;
  margin-bottom: 10px;
}
.monthly-subscribtion.comman-space {
  padding-bottom: 15px;
}
.monthly-group {
  margin-bottom: 30px;
}
.bill-name-group h5 {
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  margin-bottom: 2px;
}
.bill-name-group p {
  font-size: 14px;
  color: #303030;
  font-weight: 400;
  margin-bottom: 0;
}
.plan-icons i {
  font-size: 18px;
}
.plan-icons {
  background: #ff875a;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

/*-----------------
    46. Instructor Profile
-----------------------*/

.btn-dark {
  font-weight: 600;
  background: #392c7d;
  border: 1px solid #392c7d;
  color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.btn-dark:hover {
  background: #fff;
  border: 1px solid #392c7d;
  color: #392c7d;
}
.btn-black {
  font-weight: 600;
  background: #685f78;
  border: 1px solid #685f78;
  color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.btn-black:hover {
  background: #fff;
  border: 1px solid #685f78;
  color: #685f78;
}
.btn-success-dark {
  font-weight: 600;
  background: #159f46;
  border: 1px solid #159f46;
  color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.btn-success-dark:hover {
  background: #fff;
  border: 1px solid #159f46;
  color: #159f46;
}
.instructor-profile {
  text-align: left;
}
.instructor-profile-pic {
  max-width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 5px solid #ffffff;
  margin-right: 10px;
}
.instructor-profile-content h4 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}
.instructor-profile-content h4 a {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.instructor-profile-content h4 a:hover {
  color: var(--secondary-color);
}
.instructor-profile-content h4 span {
  background: #fff;
  color: #000000;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 20px;
}
.instructor-profile-content p {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.instructor-profile-menu {
  background: rgba(10, 20, 47, 0.33);
  border-radius: 10px;
  padding: 15px 20px;
  text-align: left;
  max-width: 480px;
  margin-left: auto;
}
.instructor-profile-menu ul {
  justify-content: space-between;
}
.instructor-profile-menu-img {
  margin-right: 10px;
}
.instructor-profile-menu-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.instructor-profile-menu-content p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.instructor-profile-text {
  text-align: left;
  padding-top: 30px;
}
.instructor-profile-text p {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 0;
}
.instructor-card .card-header {
  background: transparent;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.instructor-card .card-header h4 {
  font-weight: 600;
  font-size: 24px;
  color: #392c7d;
  margin-bottom: 0;
}
.instructor-card .btn {
  font-size: 14px;
  min-width: 170px;
  padding: 13px 15px;
}
.instructor-card .card-body {
  padding: 9px 20px;
}
.instructor-grid {
  background: #ffffffe6;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.instructor-grid .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  align-items: center;
  width: 100%;
}
.instructor-grid .product-img {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 0;
  width: 240px;
  border-radius: 10px;
}
.instructor-grid .instructor-product-content {
  margin-left: 15px;
}
.instructor-grid .instructor-product-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  max-width: 460px;
  line-height: 30px;
}
.instructor-grid .instructor-product-content h3 a {
  color: #000;
}
.instructor-grid .instructor-product-content h3 a:hover {
  color: var(--secondary-color);
}
.instructor-grid .course-view {
  margin-left: 30px;
}
.instructor-grid .course-info p {
  font-size: 16px;
  font-weight: 500;
}

/*-----------------
    47. Add Course
-----------------------*/

.add-course-header {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.add-course-header h2 {
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  margin-bottom: 0;
}
.add-course-btns ul li {
  margin-right: 17px;
}
.add-course-btns ul li:last-child {
  margin-right: 0;
}
.add-course-btns .btn {
  font-weight: 600;
  font-size: 14px;
  padding: 13px 15px;
  min-width: 170px;
  display: inline-flex;
}
.multistep-form #first {
  display: block;
}
.multistep-form fieldset {
  display: none;
  width: 100%;
}
.widget-setcount {
  padding: 30px 30px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}
.widget-setcount ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.widget-setcount ul li {
  margin-right: 30px;
  position: relative;
}
.widget-setcount ul li:last-child {
  margin-right: 0;
}
.widget-setcount ul li p {
  font-weight: 500;
  color: var(--dreamslms_secondary_color);
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 4px solid #c1c9d2;
  min-width: 173px;
}
.widget-setcount ul span {
  border: 1px solid #8792a2;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b1b5b8;
  background: #fff;
}
.progress-activated span:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  background: #159f46;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.progress-active p {
  border-top: 5px solid #159f46 !important;
}
.progress-activated p {
  border-top: 5px solid #159f46 !important;
}
.progress-active span {
  color: #159f46 !important;
  border-color: #159f46 !important;
  position: relative;
  border: 5px solid #159f46 !important;
}
.add-course-inner-header {
  padding: 0 30px 30px;
}
.add-course-inner-header h4 {
  font-weight: 500;
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 0;
}
.add-course-form {
  padding: 0 30px 30px;
}
.add-course-info .form-group {
  margin-bottom: 20px;
}
.add-course-info .add-course-label {
  font-weight: 500;
  color: #685f78;
  margin-bottom: 10px;
}
.add-course-info .form-control {
  border: 1px solid #e9ecef;
  border-radius: 5px;
}
.add-course-info .form-control:focus {
  border: 1px solid #e9ecef;
  color: #685f78;
}
.add-course-info .select2-container--default .select2-selection--single {
  border: 1px solid #e9ecef;
}
.add-course-info .select2-container .select2-selection--single {
  height: 40px;
}
.add-course-info
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #685f78;
  line-height: 40px;
  font-size: 14px;
}
.add-course-info
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
}
.add-course-info textarea.form-control {
  min-height: 150px;
  color: #685f78;
}
.widget-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 30px;
  border-top: 1px solid rgb(199 199 199 / 25%);
}
.widget-btn .btn {
  font-size: 14px;
  font-weight: 600;
  min-width: 170px;
  padding: 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.widget-btn .btn-info-light {
  color: #fff;
  background: #1d9cfd;
  border: 1px solid #1d9cfd;
  border-radius: 5px;
}
.widget-btn .btn-info-light:hover {
  color: #1d9cfd;
  background: #fff;
  border: 1px solid #1d9cfd;
}
.relative-form {
  position: relative;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  color: #6e82a3;
  min-height: 40px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.relative-form span {
  font-size: 14px;
}
.relative-file-upload {
  color: #fff;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  padding: 8px 18px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  min-width: 238px;
  text-align: center;
}
.relative-file-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}
.add-image-box {
  min-height: 250px;
  background: #edede8;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.add-image-box a {
  font-size: 200px;
  color: #a1a2a0;
}
.add-video-box {
  background: rgba(255, 222, 218, 0.71);
}
.add-video-box a {
  font-size: 40px;
  color: var(--secondary-color);
}
.add-course-section {
  padding: 0 40px 40px;
}
.add-course-section .btn {
  font-weight: 600;
  font-size: 14px;
  color: #1d9cfd;
  background: #ffffff;
  border: 1px solid #1d9cfd;
  border-radius: 5px;
  min-width: 105px;
  padding: 7px 10px;
}
.add-course-section .btn:hover {
  color: #ffffff;
  background: #1d9cfd;
  border: 1px solid #1d9cfd;
}
.curriculum-grid {
  padding: 20px;
  margin-bottom: 30px;
  background: rgba(227, 227, 227, 0.41);
  border-radius: 10px;
}
.curriculum-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 20px;
}
.curriculum-head p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000000;
}
.curriculum-head .btn {
  font-weight: 600;
  font-size: 14px;
  color: #1d9cfd;
  background: #ffffff;
  border: 1px solid #1d9cfd;
  border-radius: 5px;
  min-width: 105px;
  padding: 7px 10px;
}
.curriculum-head .btn:hover {
  color: #ffffff;
  background: #1d9cfd;
  border: 1px solid #1d9cfd;
}
.faq-grid {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 16px;
}
.faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}
.faq-header .faq-collapse {
  color: #000000;
  font-weight: 600;
  width: 100%;
  text-align: left;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.faq-header .faq-collapse i {
  font-size: 20px;
  margin-right: 10px;
  color: #757575;
}
.faq-header .faq-collapse.collapsed:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 16px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.faq-header .faq-collapse:after {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 16px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.faq-right {
  position: absolute;
  right: 30px;
}
.faq-right a {
  font-size: 18px;
  color: #000000;
  margin-right: 8px;
}
.faq-right a:hover {
  color: var(--secondary-color);
}
.faq-body {
  padding-top: 20px;
  padding-left: 25px;
}
.add-article-btns .btn {
  font-weight: 600;
  font-size: 14px;
  color: #685f78;
  margin-right: 12px;
  background: #ffffff;
  border: 1px solid #685f78;
  border-radius: 5px;
  min-width: 130px;
  padding: 7px 8px;
}
.add-article-btns .btn:hover {
  color: #ffffff;
  background: #685f78;
  border: 1px solid #685f78;
}
.form-group-tagsinput .bootstrap-tagsinput {
  display: block;
  border-radius: 5px;
  color: #000;
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: unset;
  min-height: 60px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-group-tagsinput .bootstrap-tagsinput .tag {
  margin-right: 5px;
  margin-bottom: 5px;
  color: #685f78;
  border: 1px solid #e9ecef;
  background: rgba(227, 227, 227, 0.41) !important;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 12px;
}
.form-group-tagsinput .bootstrap-tagsinput input {
  line-height: 42px;
  font-size: 14px;
}
.add-course-msg {
  text-align: center;
  padding-bottom: 30px;
}
.add-course-msg i {
  color: #159f46;
  font-size: 40px;
}
.add-course-msg h4 {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.add-course-msg p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}

/*-----------------
    Instructor Dashboard
-----------------------*/

.settings-menu .instructor-title {
  padding-top: 10px;
}
.instructor-card {
  border-radius: 10px;
  background: url(/frontend/img/res-3-bg.jpg) center center/cover no-repeat;
  border: 1px solid #a5a5a5;
  margin-bottom: 25px;
}
.instructor-inner h6 {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 500;
}
.instructor-inner h4 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
.instructor-inner .instructor-text-success {
  color: #159f46;
}
.instructor-inner .instructor-text-info {
  color: #1d9cfd;
}

.instructor-inner p {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #303030;
  margin-bottom: 0;
}

/*-----------------
	48. Invoices
-----------------------*/

.invoice-list-blk .card {
  border-radius: 10px;
}
.invoice-item .invoice-logo {
  margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}
.invoice-item .invoice-text h2 {
  color: #161c2d;
  font-size: 36px;
  font-weight: 600;
}
.invoice-item .invoice-details {
  text-align: right;
  font-weight: 500;
}
.invoice-item .invoice-details strong {
  color: #161c2d;
}
.invoice-item .invoice-details-two {
  text-align: left;
}
.invoice-item .invoice-text {
  padding-top: 42px;
  padding-bottom: 36px;
}
.invoice-item .invoice-text h2 {
  font-weight: 400;
}
.invoice-info {
  margin-bottom: 30px;
}
.invoice-info p {
  margin-bottom: 0;
}
.invoice-info.invoice-info2 {
  text-align: right;
}
.invoice-item .customer-text {
  font-size: 18px;
  color: #161c2d;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  color: #161c2d;
  font-weight: 600;
  padding: 10px 20px;
  line-height: inherit;
}
.invoice-table tr td,
.invoice-table-two tr td {
  font-weight: 500;
}
.invoice-table-two {
  margin-bottom: 0;
}
.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}
.invoice-table-two tr td {
  text-align: right;
}
.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}
.other-info {
  margin-top: 10px;
}
.dropdown-btn {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #fff;
  font-size: 12px;
}
.main-nav > li {
  position: relative;
}
.admin-bar .main-menu-wrapper {
  top: 32px;
}

.admin-bar .main-menu-wrapper {
  top: 32px;
}

.course-sec .profile_courses .card {
  margin-bottom: 0 !important;
}

.elementor-widget-wrap
  > .elementor-element.elementor-widget-dreamslms-headline {
  margin: 0 !important;
}
.master-skill .blur-border.course-radius {
  margin-bottom: 24px;
}

.tutor-modal-content {
  background-color: #fff;
}
.tutor-quiz-attempt-details .tooltip-wrap.tooltip-icon span {
  margin-right: 0.5rem;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
}
.tutor-table tr td {
  font-size: 14px;
}

.tutor-table tr td:first-child {
  min-width: 300px;
}
.tutor-table .tutor-color-secondary {
  font-weight: 500;
}
.tutor-table tr td:last-child {
  color: #fff;
  font-size: 17px;
}
.tutor-table tr {
  padding: 10px 20px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  border-radius: 10px;
  background: url(/frontend/img/res-3-bg.jpg) center center/cover no-repeat;
}
.tutor-table {
  width: 100%;
}
.tutor-table tr a {
  text-decoration: none;
  color: #fff;
}
.my-profile-h3 {
  color: #159f46;
}
.sell-table-group .me-3 {
  max-width: 15%;
  overflow: hidden;
}
.sell-table-group .me-4 img {
  width: 89%;
  height: 44px;
  object-fit: contain;
  margin-right: 25px;
  display: inline-block;
}
.review_dashboard {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.review_dashboard:last-child {
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  border: none;
}
.pb-25 {
  padding-bottom: 25px;
}
.mb-26 {
  margin-bottom: 26px;
}
.my_quiz_attemts .tutor-my-24 {
  margin: 0px !important;
}
.small,
small {
  font-size: 13px;
}
.tutor-table tr th {
  padding: 16px 0;
  font-size: 16px;
  color: #ffffff;
}
.tutor-form-group button {
  background-color: #8fbe4f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: 2px solid #159f46;
}
.course_box h5 {
  width: 90%;
  text-align: left;
}
.course_box {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left !important;
}
.tutor-dashboard-menu-wishlist a:hover {
  color: var(--heading-color) !important;
}
/* =====================================Blog Detail===================================== */
.bi-form-bg {
  background: url(/frontend/img/res-3-bg.jpg) center center/cover no-repeat;
}
.bi-share-icons li i:hover{
  background-color: #000;
  color: #fff;
}
.bi-share-icons li i {
  background-color: var(--primary-color);
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-weight: 300;
  border: 1px solid #000;
}
.rp-img img{
  width: 70px;
}
.review-prof .rate-stars{
  
  line-height: 2px;
}
.review-prof .rate-stars i{
  font-size: 10px;
  margin: 0px 2px;
}
/* =====================================FAQs_section1===================================== */
.accordion-button {
  position: relative;
  padding: 0px 20px 0px 0px;
  box-shadow: none !important;
  color: #001376;
  font-size: 18px;
  font-weight: 700;
}

.accordion-button::after {
  content: none !important;
}

.btn_acrd {
  display: inline-block;
  position: absolute;
}

.accordion-item {
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}

.accordion-button::before {
  content: "\f068" !important;
  font: var(--fa-font-solid) !important;
  background-color: var(--primary-color);
  height: 75px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 900 !important;
  margin-right: 20px;
}

.accordion-button.collapsed::before {
  content: "\2b" !important;
  font: var(--fa-font-solid) !important;
}

/* contact_us */
.contact_map iframe {
  width: 100%;
}
.menu_left{
  position: sticky !important;
  top: 0;
  z-index: 999;
}

.blogs-banner {
  padding: 9rem 0 5rem 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  color: #fff !important;
}