/*-----------------------------------------------------------------------------------

    Template Name: Technix - Technology IT Solutions Consultancy HTML5 Template
    Template URI: https://thepixelcurve.com/
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Pixelcurve
    Author URI: https://thepixelcurve.com/
    Version: 1.0


-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Header CSS
    2.1. Header Top CSS
    2.2 Offcanvas Menu CSS
    03. Hero CSS
    04. Service CSS
    05. About CSS
    06. Skill CSS
    07. Counter CSS
    08. Case Study CSS
    09. Features CSS
    10. Team CSS
    11. Testimonial CSS
    12. Choose Us CSS
    13. Brand CSS
    14. CTA CSS
    15. Video CSS
    16. Blog CSS
    17. Pricing CSS
    18. Blog Standard CSS
    19. Blog Details CSS
    20. Contact CSS
    21. Page Banner CSS
    22. Subscribe CSS
    23. Login Register CSS
    24. Footer CSS
    24.1. Footer Widget CSS


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700");
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
    font-family: 'Quicksand', sans-serif !important;
}

/* Force on headings & elements */
h1, h2, h3, h4, h5, h6,
p, a, span, li, button, input, textarea, select {
    font-family: 'Quicksand', sans-serif !important;
    font-weight:300 !important;
}



p, a, span, li, button, input, textarea, select {
    font-family: 'Quicksand', sans-serif !important;
	font-weight:300 !important;
}

.product-name {
    font-weight: 500;
    color: #5a2525;
	font-size: 15px;
}

body[dir=rtl] {
  text-align: right;
}

/**h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
}**/

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
    color: #fff;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.ordx-actions button a:hover {
    color: #fff !important;
}
/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  /**float: left;
  width: 100%;**/
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1230px;
  }
}
/*--Section Spacing--*/
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 140px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title .title {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021E40;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title .title.white {
  color: #ffffff;
}
.section-title .sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #07294d;
  position: relative;
  padding-bottom: 12px;
}
.section-title .sub-title::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #ffc600;
  bottom: 0;
  left: 0;
}
.section-title .sub-title.white {
  color: #ffffff;
}
.section-title .sub-title.white::before {
  background-color: #ffffff;
}
.section-title .sub-title.color-2::before {
  background-color: #0071dc;
}

/*--Section Title Two--*/
.section-title2 .title {
  font-size: 36px;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021E40;
}
@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title2 .title span {
  color: #ff773d;
}
.section-title2 .title.white {
  color: #ffffff;
}
.section-title2 .title.color-2 span {
  color: #2babe4;
}
.section-title2 .title.color-3 span {
  color: #0071DC;
}
.section-title2 .title.color-4 span {
  color: #3BBC9B;
}

/*--Section Title Three--*/
.section-title3 .title {
  font-size: 25px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .section-title3 .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title3 .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.section-title3 .title.white {
  color: #ffffff;
}
.section-title3 .sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #A41F24;
  position: relative;
  padding-bottom: 12px;
}
.section-title3 .sub-title.white {
  color: #ffffff;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
  
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc600;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

/*--  Preloader Styles  --*/
#loading {
  background-color: #ffc600;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}
#loading #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}
#loading #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}
#loading #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}
#loading .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  animation: animate 2s infinite;
}

/*===== Preloader Style =====*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
.preloader .color-1 {
  background-color: #ffc600 !important;
}
.preloader .rubix-cube {
  border: 1px solid #FFF;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader .rubix-cube .layer {
  width: 14px;
  height: 14px;
  background-color: #07294d;
  border: 1px solid #FFF;
  position: absolute;
}
.preloader .rubix-cube .layer-1 {
  left: 0px;
  top: 0px;
  animation: rubixcube4 2s infinite linear;
}
.preloader .rubix-cube .layer-2 {
  left: 16px;
  top: 0px;
  animation: rubixcube3 2s infinite linear;
}
.preloader .rubix-cube .layer-3 {
  left: 32px;
  top: 0px;
}
.preloader .rubix-cube .layer-4 {
  left: 0px;
  top: 16px;
  animation: rubixcube5 2s infinite linear;
}
.preloader .rubix-cube .layer-5 {
  left: 16px;
  top: 16px;
  animation: rubixcube2 2s infinite linear;
}
.preloader .rubix-cube .layer-6 {
  left: 32px;
  top: 16px;
  animation: rubixcube1 2s infinite linear;
}
.preloader .rubix-cube .layer-7 {
  left: 0px;
  top: 32px;
  animation: rubixcube6 2s infinite linear;
}
.preloader .rubix-cube .layer-8 {
  left: 16px;
  top: 32px;
  animation: rubixcube7 2s infinite linear;
}

@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }
  30% {
    top: 32px;
    left: 32px;
  }
  40% {
    top: 32px;
    left: 32px;
  }
  50% {
    top: 32px;
    left: 32px;
  }
  60% {
    top: 32px;
    left: 32px;
  }
  70% {
    top: 32px;
    left: 32px;
  }
  80% {
    top: 32px;
    left: 32px;
  }
  90% {
    top: 32px;
    left: 32px;
  }
  100% {
    top: 32px;
    left: 16px;
  }
}
@keyframes rubixcube2 {
  30% {
    left: 16px;
  }
  40% {
    left: 32px;
  }
  50% {
    left: 32px;
  }
  60% {
    left: 32px;
  }
  70% {
    left: 32px;
  }
  80% {
    left: 32px;
  }
  90% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@keyframes rubixcube3 {
  30% {
    top: 0px;
  }
  40% {
    top: 0px;
  }
  50% {
    top: 16px;
  }
  60% {
    top: 16px;
  }
  70% {
    top: 16px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube4 {
  50% {
    left: 0px;
  }
  60% {
    left: 16px;
  }
  70% {
    left: 16px;
  }
  80% {
    left: 16px;
  }
  90% {
    left: 16px;
  }
  100% {
    left: 16px;
  }
}
@keyframes rubixcube5 {
  60% {
    top: 16px;
  }
  70% {
    top: 0px;
  }
  80% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes rubixcube6 {
  70% {
    top: 32px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube7 {
  80% {
    left: 16px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300 !important;
  text-transform: capitalize;
  color: #5a2525;
  font-size: 14px !important;
}

/*Input Field & Select*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
textarea {
  /**border: 1px solid #ebebeb;**/
  box-shadow: none;
  color: #5a2525;
  border-radius: 0px;
  background-color: #fff;
  /**margin-bottom: 30px;**/
  max-width: 100%;
  width: 100%;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  transition: all 0.3s linear;
}
.form-control.enquiry-input {
  background: #F6F7FA;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
textarea:focus {
  outline: none;
  border-color: #ffc600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #A41F24;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  height: 42px;
  line-height: 45px;
  padding: 0px 12px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn:focus, .btn:focus:active {
  box-shadow: none;
}
.btn:hover {
  background: #000;
  color: #ffffff;
}

.btn-2 {
  background: #07294d;
  color: #ffffff;
}
.btn-2:hover {
  background: #ffc600;
  color: #021E40;
}

.btn-3 {
  background: #0071dc;
  color: #ffffff;
}
.btn-3:hover {
  background: 210000000000000000000000000000000000000000;
  color: #ffffff;
}

.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #ffc600;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}
.btn-4:hover {
  background: #ffffff;
  color: #ffc600;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #ffc600;
  border-color: #ffc600;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #ffc600;
  border-color: #ffc600;
}

.btn-secondary {
  background-color: #07294d;
  border-color: #07294d;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #07294d;
  border-color: #07294d;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002e5b;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white::after {
  background: #ffc600;
}
.btn-white::before {
  background: #ffc600;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  top: 0;
}
.header-section.sticky .header-wrap {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-wrap.border-round {
  border-radius: 0;
}

.main-menu ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 22px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f16c";
  right: -4px;
  top: 40px;
  font-size: 10px;
  color: #121212;
  font-family: "flaticon";
}
.main-menu ul li a {
  color: #5a2525;
  font-size: 15px;
  line-height: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  padding: 40px 0;
  display: inline-block;
  transition: 0.3s;
}
.main-menu ul li.active-menu > a {
  color: #ffc600;
}
.main-menu ul li.active-menu > a::after {
  color: #ffc600;
}
.main-menu ul li:hover > a {
  color: #ffc600;
}
.main-menu ul li:hover > a::after {
  color: #ffc600;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 240px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 0px 15px;
  transition: 0.3s;
  border-top: 4px solid #ffc600;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  width: 100%;
  display: block;
}
.main-menu ul li .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 7px 25px;
  transition: 0.3s;
  color: #121212;
  text-transform: capitalize;
}
.main-menu ul li .sub-menu li.active > a {
  color: #ffc600;
}
.main-menu ul li .sub-menu li:hover > a {
  color: #ffc600;
}
.main-menu ul li .sub-menu li > .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  padding-left: 0px;
  margin-left: 0px;
}
.header-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F3F3F3;
  width: 2px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .header-meta::before {
    display: none;
  }
}

.header-top-section {
  background: #021D3A;
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-top-wrap .header-top-info ul li {
  display: inline-block;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #9a1a1c;
  position: relative;
}
.header-top-wrap .header-top-info ul li + li {
  margin-left: 25px;
  padding-left: 25px;
}
.header-top-wrap .header-top-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9a1a1c;
  width: 1px;
  height: 20px;
}
.header-top-wrap .header-top-info ul li:first-child::before {
  display: none;
}
.header-top-wrap .header-top-info ul li i {
  font-size: 15px;
  color: #9a1a1c;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.header-top-wrap .header-social-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-top-wrap .header-social-wrap {
    justify-content: center;
    margin-top: 10px;
  }
}
.header-top-wrap .header-social {
  display: flex;
  align-items: center;
}
.header-top-wrap .header-social::before {
  display: none;
}
.header-top-wrap .header-social span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #9a1a1c;
  margin-right: 15px;
}
.header-top-wrap .header-social ul li {
  display: inline-block;
}
.header-top-wrap .header-social ul li + li {
  margin-left: 10px;
}
.header-top-wrap .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #9a1a1c;
}
.header-top-wrap .header-social ul li a:hover {
  color: #000;
}
.header-top-wrap .login-register {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
.header-top-wrap .login-register::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 20px;
}
.header-top-wrap .login-register ul li {
  display: inline-block;
  position: relative;
}
.header-top-wrap .login-register ul li + li {
  margin-left: 5px;
  padding-left: 5px;
}
.header-top-wrap .login-register ul li::before {
  position: absolute;
  content: "/";
  color: #ffffff;
  font-size: 14px;
  top: 0;
  left: -5px;
}
.header-top-wrap .login-register ul li:first-child::before {
  display: none;
}
.header-top-wrap .login-register ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.header-top-wrap .login-register ul li a:hover {
  color: #ffc600;
}

.header-search {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-search {
    display: none;
  }
}
.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  transition: all 0.3s linear;
}
.header-search .search-btn:hover {
  color: #ffc600;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #ffc600;
}
.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
}

.header-right {
  display: flex;
  align-items: center;
}

.header-bottom-section {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.header-cart {
  position: relative;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .header-cart {
    display: none;
  }
}
.header-cart .cart-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: none;
  color: rgb(51, 51, 51);
  border: 0;
  position: relative;
  transition: all 0.3s linear;
}
.header-cart .cart-btn:hover {
  color: #ffc600;
}
.header-cart .cart-btn .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffc600;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #000000;
  position: absolute;
  top: -4px;
  right: -12px;
}

.dropdown-cart {
  max-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: 49px !important;
}
@media only screen and (max-width: 1399px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown-cart {
    top: 56px !important;
  }
}
@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
  }
}
.dropdown-cart .cart-items {
  height: 280px;
  overflow-y: auto;
}
.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dropdown-cart .cart-items .single-cart-item + .single-cart-item {
  margin-top: 30px;
}
.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}
.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}
.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
}
.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #ffc600;
  line-height: 1.75;
  display: block;
}
.dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}
.dropdown-cart .cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.dropdown-cart .cart-total .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #000000;
}
.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #ffc600;
}
.dropdown-cart .cart-btns {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 46px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  font-size: 16px;
  padding: 0 35px;
  width: 48%;
}

.header-section-02 .header-bottom-section {
  background: transparent;
  box-shadow: none;
}
.header-section-02 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-02 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-02 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li:hover > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-search .search-btn:hover {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn:hover {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn .count {
  background: #ff773d;
}
.header-section-02 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-3 .header-top-section {
  background: #2babe4;
}
.header-section-3 .header-bottom-section {
  background: transparent;
  box-shadow: none;
}
.header-section-3 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-3 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-3 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li:hover > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-search .search-btn:hover {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-cart .cart-btn:hover {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-cart .cart-btn .count {
  background: #2babe4;
}
.header-section-3 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-4 .header-top-section {
  background: #0071DC;
}
.header-section-4 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-4 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-4 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li:hover > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-search .search-btn:hover {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-cart .cart-btn:hover {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-cart .cart-btn .count {
  background: #0071DC;
}
.header-section-4 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-5 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-5 .header-bottom-section.sticky .header-logo .logo-black {
  display: block;
}
.header-section-5 .header-bottom-section.sticky .header-logo .logo-white {
  display: none;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li > a {
  color: #121212;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-search .search-btn {
  color: #000000;
}
.header-section-5 .header-bottom-section.sticky .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn {
  color: rgb(51, 51, 51);
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn .count {
  background: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-logo .logo-black {
  display: none;
}
.header-section-5 .header-bottom-section .main-menu ul li > a {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .main-menu ul li.has-dropdown > a::after {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li a {
  color: #121212;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-search .search-btn {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn .count {
  background: #ffffff;
}
.header-section-5 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-6 .header-top-section {
  background: #d5b07b;
}
.header-section-6 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-6 .header-bottom-section .main-menu ul li a {
  color: #5a2525;
}
.header-section-6 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li:hover > a {
  color: #A41F24;
}
.header-section-6 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #A41F24;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #A41F24;
}
.header-section-6 .header-bottom-section .header-search .search-btn:hover {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .header-cart .cart-btn:hover {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .header-cart .cart-btn .count {
  background: #EC5251;
}
.header-section-6 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-7 .header-top-section {
  background: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li > a {
  color: #121212;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-search .search-btn {
  color: #000000;
}
.header-section-7 .header-bottom-section.sticky .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn {
  color: rgb(51, 51, 51);
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn .count {
  background: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li > a {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li a {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-search .search-btn {
  color: #021E40;
}
.header-section-7 .header-bottom-section .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn {
  color: #021E40;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn .count {
  background: #3BBC9B;
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  animation: sticky 1s;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #1a1a1a;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: #ffc600;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #1a1a1a;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: #ffc600;
  border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media only screen and (max-width: 575px) {
  .sidebar__area {
    width: 360px;
  }
}
@media only screen and (max-width: 449px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: #f7f7f7;
}
@media only screen and (max-width: 449px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__close {
  position: absolute;
  top: 35px;
  right: 45px;
}
@media only screen and (max-width: 449px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
  }
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 49px;
  background: #000;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: #ffc600;
}
.sidebar__logo {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar__search {
  position: relative;
  margin-bottom: 25px;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  color: #415674;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: #ffc600;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #aeaeae;
  outline: none;
  border: none;
  background: transparent;
  transition: 0.3s;
}
.sidebar__search button:hover {
  color: #ffc600;
}
.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.sidebar__contact {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000000;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: #ffc600;
  color: #ffffff;
  border-color: #ebebeb;
}
.sidebar__contact ul li:hover a {
  color: #ffc600;
}
.sidebar__contact-icon {
  margin-right: 15px;
}
.sidebar__contact-icon i {
  display: inline-block;
  color: #343a40;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 400;
  color: #343a40;
}
.sidebar__img {
  margin-bottom: 20px;
}
.sidebar__single-img {
  margin-bottom: 10px;
}
.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.sidebar__social ul li {
  display: inline-block;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: #343a40;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: #ffc600;
  color: #ffffff;
}

.side-menu-icon {
  margin-left: 30px;
}

.side-menu-icon {
  width: 52px;
  height: 52px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
.side-menu-icon span {
  width: 20px;
  height: 2px;
  background: #1A1A1A;
  margin: 6px 0;
  display: block;
  transition: all 0.3s linear;
}
.side-menu-icon:hover span:first-child {
  width: 20px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.slider-item {
  height: 920px;
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.slider-item::before {
  /**background: #07294d none repeat scroll 0 0;**/
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.slider-item .slider-content {
  padding-top: 215px;
}
.slider-item .slider-content .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.slider-item .slider-content p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-right: 65px;
  margin-top: 30px;
}
.slider-item .slider-content .hero-btn {
  padding-top: 25px;
}
.slider-item .slider-content .hero-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.slider-item .slider-content .hero-btn ul li:last-child {
  margin-right: 0;
}
.slider-item .slider-content .hero-btn ul li .btn {
  color: #021E40;
}
.slider-item .slider-content .hero-btn ul li .btn:hover {
  color: #ffffff;
}
.slider-item .slider-content .hero-btn ul li .btn-white {
  background: #ffffff;
}
.slider-item .slider-content .hero-btn ul li .btn-white:hover {
  background: #07294d;
}

.slider-active .slider-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transform: translateY(50%);
  border: 1px solid #ffffff;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  display: none;
}
@media only screen and (max-width: 991px) {
  .slider-active .slider-arrow {
    transform: translateY(90%);
  }
}
.slider-active .slider-arrow.swiper-button-prev {
  left: 0;
}
.slider-active .slider-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 16px;
}
.slider-active .slider-arrow.swiper-button-next {
  right: 0;
}
.slider-active .slider-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 16px;
}
.slider-active .slider-arrow:hover {
  color: #07294d;
  background: #ffc600;
  border-color: #ffc600;
}
.slider-active:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
}
.slider-active:hover .slider-arrow.swiper-button-prev {
  left: 50px;
}
@media only screen and (max-width: 449px) {
  .slider-active:hover .slider-arrow.swiper-button-prev {
    left: 20px;
  }
}
.slider-active:hover .slider-arrow.swiper-button-next {
  right: 50px;
}
@media only screen and (max-width: 449px) {
  .slider-active:hover .slider-arrow.swiper-button-next {
    right: 20px;
  }
}
.slider-active .swiper-slide-active .slider-content p, .slider-active .swiper-slide-active .slider-content .title, .slider-active .swiper-slide-active .slider-content .hero-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.slider-active .swiper-slide-active .slider-content .title {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
}
.slider-active .swiper-slide-active .slider-content p {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}
.slider-active .swiper-slide-active .slider-content .hero-btn {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
}

@media only screen and (max-width: 991px) {
  .slider-item {
    height: 780px;
  }
  .slider-item .slider-content {
    padding-top: 80px;
  }
  .slider-item .slider-content .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item {
    height: 720px;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .slider-item .slider-content .title {
    font-size: 36px;
  }
  .slider-item .slider-content p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 449px) {
  .slider-item .slider-content {
    padding-top: 50px;
  }
  .slider-item .slider-content .title {
    font-size: 30px;
  }
}

.edubin-slider-section-02 .slider-item {
  height: 870px;
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-02 .slider-item {
    height: 680px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-02 .slider-item {
    height: 650px;
  }
}

.edubin-slider-section-03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 120px;
  z-index: 1;
}
.edubin-slider-section-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
}
.edubin-slider-section-03 .slider-cont {
  position: relative;
  z-index: 5;
  background-color: rgba(7, 41, 77, 0.8);
  padding: 70px 100px 80px;
}
.edubin-slider-section-03 .slider-cont .title {
  font-size: 48px;
  color: #ffffff;
  padding-bottom: 8px;
}
.edubin-slider-section-03 .slider-cont span {
  font-size: 24px;
  color: #ffffff;
}
.edubin-slider-section-03 .slider-search {
  position: relative;
  margin-top: 55px;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #999999;
  padding: 0 30px;
  padding-right: 195px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #ffc600;
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
.edubin-slider-section-03 .slider-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 16px;
  min-width: 80px;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-03 .slider-cont {
    padding: 70px 60px 80px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-03 {
    padding-top: 200px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 70px 55px 80px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-03 {
    padding-top: 180px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 60px 45px 70px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 35px;
  }
  .edubin-slider-section-03 .slider-cont span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-03 {
    padding-top: 180px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 50px 30px 60px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 28px;
  }
}

.slider-feature {
  padding: 0 100px;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .slider-feature {
    padding: 0 75px;
    padding-top: 50px;
  }
}

.single-slider-feature {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.single-slider-feature .icon img {
  max-width: 75px;
}
.single-slider-feature .cont {
  flex: 1;
  margin-left: 25px;
}
.single-slider-feature .cont .title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.single-slider-feature .cont span {
  font-size: 15px;
  color: #ffffff;
}

.edubin-slider-section-04 .slider-item {
  height: 980px;
}
.edubin-slider-section-04 .slider-item::before {
  display: none;
}
.edubin-slider-section-04 .slider-item .slider-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 215px;
}
.edubin-slider-section-04 .slider-item .slider-content .title {
  color: #07294D;
}
.edubin-slider-section-04 .slider-item .slider-content p {
  color: #07294D;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-04 .slider-item {
    height: 905px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-04 .slider-item {
    height: 780px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-04 .slider-item {
    height: 720px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 80px;
  }
}

.edubin-slider-section-05 {
  position: relative;
  height: 920px;
  background: #F9EEE1;
  z-index: 1;
}
.edubin-slider-section-05 .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edubin-slider-section-05 .svg-shape svg {
  height: 40px;
  fill: #ffffff;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.edubin-slider-section-05 .shape-3 {
  position: absolute;
  top: 21%;
  left: 8%;
  z-index: -1;
}
.edubin-slider-section-05 .shape-4 {
  position: absolute;
  bottom: 22%;
  left: 4%;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.edubin-slider-section-05 .shape-5 {
  position: absolute;
  right: 7%;
  top: 15%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  padding-left: 20px;
  padding-right: 30px;
  justify-content: center;
  z-index: 1;
}
.edubin-slider-section-05 .hero-image .shape-1 {
  position: absolute;
  right: 35%;
  top: 21%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image .shape-2 {
  position: absolute;
  left: 32%;
  bottom: 21%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image .image {
  padding-top: 220px;
  display: flex;
}
.edubin-slider-section-05 .hero-image .image .image-1 {
  padding-right: 20px;
}
.edubin-slider-section-05 .hero-image .image .image-1 img {
  border-radius: 100px 100px 0 100px;
}
.edubin-slider-section-05 .hero-image .image .image-2 {
  padding-top: 120px;
  padding-left: 20px;
}
.edubin-slider-section-05 .hero-image .image .image-2 img {
  border-radius: 100px 0 100px 100px;
}
.edubin-slider-section-05 .hero-content {
  padding-top: 225px;
}
.edubin-slider-section-05 .hero-content .title {
  font-size: 56px;
}
.edubin-slider-section-05 .hero-content .title span {
  color: #ff773d;
}
.edubin-slider-section-05 .hero-content p {
  color: #383B46;
  margin-top: 30px;
  margin-bottom: 25px;
}
.edubin-slider-section-05 .hero-content .hero-btn .btn {
  background: #ff773d;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-slider-section-05 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-05 {
    height: auto;
  }
  .edubin-slider-section-05 .hero-content {
    padding-top: 130px;
  }
  .edubin-slider-section-05 .hero-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .edubin-slider-section-05 .hero-image .shape-1 {
    position: absolute;
    right: 35%;
    top: 21%;
    z-index: -1;
  }
  .edubin-slider-section-05 .hero-image .shape-2 {
    position: absolute;
    left: 32%;
    bottom: 21%;
    z-index: -1;
  }
  .edubin-slider-section-05 .hero-image .image {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 36px;
  }
  .edubin-slider-section-05 .hero-image .shape-1 {
    width: 90px;
    right: 23%;
    top: 12%;
  }
  .edubin-slider-section-05 .hero-image .shape-2 {
    width: 90px;
    left: 29%;
    bottom: 30%;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 30px;
  }
}

.edubin-hero-section-06 {
  padding-top: 140px;
}
.edubin-hero-section-06 .hero-content {
  padding-top: 105px;
  position: relative;
  z-index: 1;
}
.edubin-hero-section-06 .hero-content .shape-3 {
  position: absolute;
  left: -12%;
  top: 20%;
  z-index: -1;
}
.edubin-hero-section-06 .hero-content .shape-4 {
  position: absolute;
  right: 8%;
  top: 48%;
  z-index: -1;
}
.edubin-hero-section-06 .hero-content .title {
  font-size: 60px;
}
.edubin-hero-section-06 .hero-content .title span {
  color: #2babe4;
}
.edubin-hero-section-06 .hero-content p {
  color: #383B46;
  margin-top: 30px;
  margin-bottom: 25px;
}
.edubin-hero-section-06 .hero-content .hero-btn .btn {
  background: #2babe4;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-06 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-hero-section-06 .hero-images {
  position: relative;
  text-align: center;
  z-index: 1;
}
.edubin-hero-section-06 .hero-images .shape-1 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.edubin-hero-section-06 .hero-images .shape-2 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.edubin-hero-section-06 .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: -8%;
  top: 57.5%;
  padding: 20px;
  padding-right: 40px;
}
.edubin-hero-section-06 .hero-images .image-content .icon-img img {
  width: 30px;
}
.edubin-hero-section-06 .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.edubin-hero-section-06 .hero-images .image-content .image-text .title {
  font-size: 15px;
  color: #000000;
}
.edubin-hero-section-06 .hero-images .image-content .image-text p {
  font-size: 14px;
  font-weight: 400;
  color: #999898;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-06 {
    padding-top: 120px;
  }
  .edubin-hero-section-06 .hero-content {
    padding-top: 0;
  }
  .edubin-hero-section-06 .hero-images {
    padding-top: 60px;
  }
  .edubin-hero-section-06 .hero-images .shape-1 {
    left: 35px;
    top: 95px;
  }
  .edubin-hero-section-06 .hero-images .shape-1 img {
    width: 420px;
  }
  .edubin-hero-section-06 .hero-images .shape-2 {
    top: 90px;
  }
  .edubin-hero-section-06 .hero-images .shape-2 img {
    width: 550px;
  }
  .edubin-hero-section-06 .hero-images .image-content {
    left: 0;
  }
  .edubin-hero-section-06 .hero-images .image-content .icon-img img {
    width: 30px;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text {
    flex: 1;
    text-align: left;
    margin-left: 15px;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text .title {
    font-size: 15px;
    color: #000000;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text p {
    font-size: 14px;
    font-weight: 400;
    color: #999898;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 30px;
  }
}

.edubin-hero-section-07 {
  position: relative;
  overflow: hidden;
}
.edubin-hero-section-07 .hero-shape-3 {
  width: 1100px;
  height: 1100px;
  background: none;
  border: 1px solid #efedfc;
  border-radius: 50%;
  position: absolute;
  left: -32%;
  top: -47%;
}
.edubin-hero-section-07 .hero-shape-3::before {
  content: "";
  width: 1100px;
  height: 1100px;
  background: none;
  border: 1px solid #efedfc;
  border-radius: 50%;
  transform: scale(0.75);
  position: absolute;
  left: 0;
  top: 0;
}
.edubin-hero-section-07 .hero-content {
  max-width: 550px;
}
.edubin-hero-section-07 .hero-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0071DC;
}
.edubin-hero-section-07 .hero-content .title {
  font-size: 52px;
  line-height: 72px;
  margin-top: 25px;
  color: #021E40;
}
.edubin-hero-section-07 .hero-content .title span {
  color: #0071DC;
}
.edubin-hero-section-07 .hero-content .hero-btn .btn {
  background: #0071DC;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-07 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-hero-section-07 .hero-content .link-text {
  font-size: 18px;
  line-height: 30px;
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-hero-section-07 .hero-content .link-text a {
  font-weight: 700;
  color: #0071DC;
  text-decoration: underline;
  text-decoration-color: #0071DC;
}
.edubin-hero-section-07 .hero-images-02 {
  padding-top: 260px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.edubin-hero-section-07 .hero-images-02 .shape-1 {
  position: absolute;
  left: -105px;
  bottom: 170px;
  z-index: -1;
}
.edubin-hero-section-07 .hero-images-02 .shape-2 {
  position: absolute;
  top: 360px;
  left: 235px;
  z-index: -1;
}
.edubin-hero-section-07 .hero-images-02 .image {
  position: relative;
  z-index: 1;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content {
  position: absolute;
  left: 180px;
  bottom: 60px;
  text-align: left;
  padding-left: 35px;
  padding-right: 28px;
  padding-top: 30px;
  padding-bottom: 25px;
  width: 315px;
  background-color: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-icon {
  position: absolute;
  left: 25px;
  top: -45px;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-ext p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #002e5b;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-ext p span {
  font-weight: 700;
  color: #0071DC;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-07 .hero-shape-3 {
    width: 920px;
    height: 920px;
  }
  .edubin-hero-section-07 .hero-shape-3::before {
    width: 920px;
    height: 920px;
  }
  .edubin-hero-section-07 .hero-content .title {
    font-size: 48px;
    line-height: 66px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 20px;
    bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-07 {
    padding-top: 150px;
  }
  .edubin-hero-section-07 .hero-images-02 {
    padding-top: 60px;
    text-align: center;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    left: -15px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    top: 170px;
    left: 270px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 110px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-07 .hero-content .title {
    font-size: 36px;
    line-height: 52px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    width: 160px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    left: 180px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 45px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-07 .hero-content .title {
    font-size: 30px;
    line-height: 44px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    left: -5px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    left: 110px;
    top: 120px;
    width: 120px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 0;
    bottom: 25px;
  }
}

.edubin-slider-section-08 {
  position: relative;
  height: 920px;
  background: #F9EEE1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.edubin-slider-section-08::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(360deg, #030B14 50%, #02070E 100%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.edubin-slider-section-08 .shape-1 {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  bottom: -130px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}
.edubin-slider-section-08 .hero-content {
  padding-top: 225px;
}
.edubin-slider-section-08 .hero-content .sub-title {
  font-size: 13px;
  color: #3BBC9B;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.edubin-slider-section-08 .hero-content .main-title {
  font-size: 52px;
  line-height: 70px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .text {
  color: #ffffff;
  margin-top: 30px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn {
  border-radius: 50px;
  background: #3BBC9B;
  color: #ffffff;
  margin-right: 25px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn i {
  margin-left: 5px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .info-call p {
  font-size: 18px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .info-call p i {
  margin-right: 5px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .img img {
  border-radius: 150px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con {
  flex: 1;
  margin-left: 30px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con .title {
  font-size: 20px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con p {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #3BBC9B;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-08 .shape-1 {
    bottom: -70px;
  }
  .edubin-slider-section-08 .hero-content {
    padding-top: 200px;
  }
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 42px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-08 {
    height: 850px;
  }
  .edubin-slider-section-08 .shape-1 {
    bottom: -42px;
    height: 110px;
  }
  .edubin-slider-section-08 .hero-content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 30px;
    line-height: 42px;
  }
}

.edubin-slider-section-09 .slider-item {
  height: 700px;
}
.edubin-slider-section-09 .slider-item::before {
  /**background: #07294d none repeat scroll 0 0;**/
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-slider-section-09 .slider-item .slider-content {
  padding-top: 215px;
}
.edubin-slider-section-09 .slider-item .slider-content .title {
  font-size: 41px;
  line-height: 1.2;
  font-weight: 300;
  color: #981a1c;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 18px;
    width: 40%;
	margin-bottom: -35px !important;
  }
  
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn {

  margin-bottom: 50px;
    margin-top: 28px;
}
}
.edubin-slider-section-09 .slider-item .slider-content .title span {
  color: #A41F24;
}
.edubin-slider-section-09 .slider-item .slider-content p {
  font-size: 15px;
  line-height: 28px;
  color: #5a2525;
  padding-right: 65px;
  margin-top: 30px;
  font-family: "Quicksand", sans-serif;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-09 .slider-item .slider-content p {
    padding-right: 0;
	width: 63%;
	display: none !important;
  }
  
  .about-hamper-content {
  padding-left: 0px !important;
}

.banner-content h2 {
  font-size: 30px !important;
}
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn {
  padding-top: 10px;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li:last-child {
  margin-right: 0;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn {
    padding: 13px 40px;
    transition: 0.3s;
    width: 102%;
    height: 50px;
    background: #8b1c1c;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 15px;
    line-height: 25px;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn:hover {
  color: #ffffff;
  background: #9e6f33;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn-white {
  border: 2px solid #ffffff;
  line-height: 48px;
  background: transparent;
  color: #ffffff;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn-white:hover {
  background: #A41F24;
  border: 2px solid #A41F24;
}
.edubin-slider-section-09 .slider-category {
  padding-top: 110px;
}
.edubin-slider-section-09 .category-item-03 {
  display: flex;
  align-items: center;
  background: #EC5251;
  border-radius: 5px;
  padding: 30px 40px 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-09 .category-item-03 {
    padding: 30px 30px 35px;
  }
}
.edubin-slider-section-09 .category-item-03 .icon img {
  width: 60px;
}
.edubin-slider-section-09 .category-item-03 .cont {
  flex: 1;
  margin-left: 35px;
}
.edubin-slider-section-09 .category-item-03 .cont .title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more {
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
  transition: all 0.3s linear;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more i {
  margin-left: 3px;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more:hover {
  margin-left: 5px;
}
.edubin-slider-section-09 .slider-active .slider-arrow:hover {
  color: #07294d;
  background: #EC5251;
  border-color: #EC5251;
}

@media only screen and (max-width: 991px) {
  .edubin-slider-section-09 .slider-item {
    height: auto;
  }
  .edubin-slider-section-09 .slider-item .slider-content {
    padding-top: 115px;
  }
  .edubin-slider-section-09 .slider-category {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.edubin-hero-section-10 {
  background: #EDF9F5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 140px;
  z-index: 1;
}
.edubin-hero-section-10 .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edubin-hero-section-10 .svg-shape svg {
  height: 40px;
  fill: #ffffff;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.edubin-hero-section-10 .shape-3 {
  position: absolute;
  left: 9%;
  top: 38%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-content {
  position: relative;
  z-index: 1;
}
.edubin-hero-section-10 .hero-content .title {
  font-size: 56px;
  line-height: 70px;
}
.edubin-hero-section-10 .hero-content .title span {
  color: #2babe4;
}
.edubin-hero-section-10 .hero-content p {
  color: #8a8a8a;
  margin-top: 30px;
}
.edubin-hero-section-10 .hero-content .hero-btn .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-10 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-hero-section-10 .hero-images {
  padding-top: 150px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.edubin-hero-section-10 .hero-images .shape-1 {
  position: absolute;
  left: 2%;
  top: 21%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-images .shape-2 {
  position: absolute;
  right: 5%;
  top: 29%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-images .images {
  text-align: right;
}
.edubin-hero-section-10 .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: -13%;
  top: 73.5%;
  padding: 20px;
  padding-right: 30px;
}
.edubin-hero-section-10 .hero-images .image-content .icon-img {
  background: #EBEBEB;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 10px;
}
.edubin-hero-section-10 .hero-images .image-content .icon-img img {
  width: 30px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text .title {
  color: #021E40;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text p {
  font-size: 16px;
  font-weight: 400;
  color: #999898;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-10 .hero-content .title {
    font-size: 42px;
    line-height: 60px;
  }
  .edubin-hero-section-10 .hero-images {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-10 .hero-content .title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-10 .hero-images {
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .edubin-hero-section-10 .hero-images .images {
    text-align: center;
  }
  .edubin-hero-section-10 .hero-images .image-content {
    left: 0%;
    top: 67.5%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-hero-section-10 .hero-images {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
/*--
/*  04 - Category CSS
/*----------------------------------------*/
.category-wrap {
  background: #07294d;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 80px;
  margin-top: -150px;
  position: relative;
  z-index: 5;
}
.category-wrap .category-text {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .category-wrap .category-text {
    text-align: center;
  }
}
.category-wrap .category-text .title {
  font-size: 36px;
  color: #fff;
  padding: 0 50px;
}
@media only screen and (max-width: 575px) {
  .category-wrap .category-text .title {
    font-size: 32px;
  }
}

.category-slider-wrap {
  margin-top: 40px;
}

.single-category {
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
}
.single-category.color-1 {
  background-color: #4886ff;
}
.single-category.color-2 {
  background-color: #b5d56a;
}
.single-category.color-3 {
  background-color: #ff6f6f;
}
.single-category .icon {
  display: inline-block;
}
.single-category .cont {
  display: block;
}
.single-category .cont span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  padding-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.category-active {
  position: relative;
}
.category-active a {
  display: block;
}
.category-active .slider-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-10%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #557495;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 991px) {
  .category-active .slider-arrow {
    transform: translateY(90%);
  }
}
.category-active .slider-arrow.swiper-button-prev {
  right: auto;
  left: -50px;
}
.category-active .slider-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 14px;
}
.category-active .slider-arrow.swiper-button-next {
  right: -50px;
}
.category-active .slider-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 14px;
}
.category-active .slider-arrow:hover {
  color: #ffffff;
  background: #ffc600;
  border-color: #ffc600;
}
.category-active:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
}

.edubin-category-section-02 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-category-section-02 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-category-section-02 {
    padding-bottom: 80px;
  }
}

.category-2-items {
  padding-top: 20px;
}
.category-2-items .single-items {
  position: relative;
  margin-top: 30px;
}
.category-2-items .single-items .items-image {
  position: relative;
}
.category-2-items .single-items .items-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.8);
  border-radius: 5px;
}
.category-2-items .single-items .items-image img {
  width: 100%;
  border-radius: 5px;
}
.category-2-items .single-items .items-cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.category-2-items .single-items .items-cont .title {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.category-2-items .single-items .items-cont .title:hover {
  color: #ffc600;
}
.category-2-items .single-items .items-cont p {
  font-size: 14px;
  color: #ffffff;
}

.category-form {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  margin-top: -160px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .category-form {
    margin-top: 50px;
  }
}
.category-form .form-title {
  background-color: #07294d;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
}
.category-form .form-title .title {
  color: #ffc600;
  font-size: 36px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .category-form .form-title .title {
    font-size: 28px;
  }
}
.category-form .form-title span {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.category-form .main-form {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 55px;
  background-color: #fff;
}
.category-form .main-form .single-form {
  margin-top: 20px;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.category-form .main-form .single-form textarea {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #8a8a8a;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
.category-form .main-form .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
.category-form .main-form .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
.category-form .main-form .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
.category-form .main-form .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form textarea {
  height: 100px;
  line-height: 50px;
}
.category-form .main-form .single-form .btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #07294D;
  color: #ffffff;
}
.category-form .main-form .single-form .btn:hover {
  background: #ffc600;
}

.edubin-category-section-03 {
  background: #EDF0F2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .edubin-category-section-03 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-category-section-03 {
    padding-top: 30px;
  }
}

.edubin-category-section-04 .category-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.edubin-category-section-04 .category-wrap .category-text .title {
  color: #002639;
}

.edubin-category-section-05 .category-content-wrap {
  position: relative;
  margin-top: 50px;
}
.edubin-category-section-05 .category-content-wrap::before {
  content: "";
  background: #E1E1E1;
  width: 100%;
  margin: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.edubin-category-section-05 .edubin-category-box {
  border-right: 1px solid #E1E1E1;
}
.edubin-category-section-05 .edubin-category-box.category-box-03 {
  border-right: 0;
}
.edubin-category-section-05 .edubin-category-box .category-item {
  display: flex;
  align-items: center;
  padding: 40px 60px;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content {
  margin-left: 20px;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #021E40;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content .title:hover {
  color: #ff773d;
}

@media only screen and (max-width: 991px) {
  .edubin-category-section-05 .edubin-category-box .category-item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-category-section-05 .category-content-wrap {
    margin-top: 20px;
  }
  .edubin-category-section-05 .category-content-wrap::before {
    display: none;
  }
  .edubin-category-section-05 .edubin-category-box {
    border-right: 0;
  }
  .edubin-category-section-05 .edubin-category-box .category-item {
    justify-content: center;
    padding: 0;
    margin-top: 30px;
  }
  .edubin-category-section-05 .edubin-category-box .category-item .category-content {
    margin-left: 0;
  }
}

.category-wrap-03 {
  padding-top: 20px;
}

.category-item-02 {
  display: flex;
  align-items: center;
  background: #EFF6F9;
  padding: 20px 30px 20px 30px;
  border-radius: 5px 5px 5px 5px;
  margin-top: 30px;
}
.category-item-02 .category-content {
  flex: 1;
  margin-left: 25px;
}
.category-item-02 .category-content .title {
  font-size: 18px;
  color: #021E40;
  transition: all 0.3s linear;
}
.category-item-02:hover {
  background: #2babe4;
}

.edubin-category-section-07 .category-item-02:hover {
  background: #F1F9F3;
}

/*--
/*  05 - About CSS
/*----------------------------------------*/
.edubin-about-section {
  position: relative;
  padding-bottom: 220px;
}
.edubin-about-section .about-wrap {
  margin-top: -50px;
}
.edubin-about-section .about-content-wrap {
  margin-top: 50px;
}
.edubin-about-section .about-cont p {
  padding-top: 30px;
}
.edubin-about-section .about-cont .btn {
  margin-top: 55px;
}
.edubin-about-section .about-event {
  box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  padding: 65px 70px 37px;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section .about-event {
    padding: 40px 35px 37px;
  }
}
.edubin-about-section .about-event .event-title .title {
  font-size: 36px;
  color: #000000;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section .about-event .event-title .title {
    font-size: 28px;
  }
}
.edubin-about-section .about-event ul li .single-event {
  padding: 25px 0;
  border-bottom: 1px solid #cecece;
}
.edubin-about-section .about-event ul li .single-event span {
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}
.edubin-about-section .about-event ul li .single-event span i {
  color: #ffc600;
  margin-right: 3px;
}
.edubin-about-section .about-event ul li .single-event .title {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000000;
  font-size: 24px;
  transition: all 0.3s linear;
}
.edubin-about-section .about-event ul li .single-event .title:hover {
  color: #ffc600;
}
.edubin-about-section .about-event ul li .single-event a {
  display: block;
}
.edubin-about-section .about-event ul li:last-child .single-event {
  border-bottom: 0;
}
.edubin-about-section .about-bg {
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.edubin-about-section .about-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 100%);
}
.edubin-about-section .about-bg img {
  width: 100%;
}

.edubin-about-section-02 {
  padding-bottom: 120px;
}
.edubin-about-section-02 .about-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 70px 70px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-02 .about-wrap {
    padding: 70px 50px 70px;
  }
}
.edubin-about-section-02 .about-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(310deg, rgba(7, 41, 77, 0.6392156863) 0%, #07294D 100%);
  z-index: -1;
}
.edubin-about-section-02 .about-event {
  box-shadow: none;
  padding: 0;
  padding-right: 50px;
  background-color: transparent;
  margin-top: 0;
}
.edubin-about-section-02 .about-event .event-title .title {
  color: #ffffff;
}
.edubin-about-section-02 .about-event ul li .single-event span {
  color: #C0C0C0;
}
.edubin-about-section-02 .about-event ul li .single-event .title {
  color: #ffffff;
}
.edubin-about-section-02 .about-event ul li .single-event .title:hover {
  color: #ffc600;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-02 .video {
    margin-top: 50px;
  }
}
.edubin-about-section-02 .video a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  background-color: #ffc600;
  color: #07294d;
  border-radius: 50%;
}
.edubin-about-section-02 .video a:hover {
  background: #ffffff;
  color: #ffc600;
}

.edubin-about-section-03 {
  padding-bottom: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-03 {
    padding-bottom: 120px;
  }
}
.edubin-about-section-03 .about-image-two {
  position: relative;
  margin-top: 55px;
  z-index: 1;
}
.edubin-about-section-03 .about-image-two::before {
  position: absolute;
  content: "";
  background-image: url(../images/about/dot-shape.png);
  background-position: center center;
  background-size: contain;
  width: 305px;
  height: 370px;
  left: -85px;
  bottom: -60px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two::before {
    width: 80%;
    height: 100%;
    left: -40px;
    bottom: -40px;
  }
}
.edubin-about-section-03 .about-image-two > img {
  width: 100%;
  border-radius: 5px;
}
.edubin-about-section-03 .about-image-two .about-shape-two {
  position: absolute;
  left: -36px;
  bottom: 170px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two .about-shape-two {
    bottom: 75px;
    width: 40px;
  }
}
.edubin-about-section-03 .about-image-two .about-shape-three {
  position: absolute;
  bottom: -30px;
  left: 85px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two .about-shape-three {
    left: 35px;
    width: 60px;
  }
}

.edubin-about-section-04 .about-wrap {
  margin-bottom: -120px;
}
.edubin-about-section-04 .about-img {
  padding-left: 85px;
  position: relative;
  z-index: 1;
}
.edubin-about-section-04 .about-img .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.edubin-about-section-04 .about-img .shape-1 img {
  width: 520px;
}
.edubin-about-section-04 .about-content-wrap .main-title {
  font-size: 36px;
  color: #021E40;
}
.edubin-about-section-04 .about-content-wrap .text {
  color: #696868;
  margin-top: 35px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap {
  padding-top: 20px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item {
  margin-top: 20px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item .title {
  font-size: 18px;
  color: #021E40;
  margin-bottom: 10px;
  margin-top: 25px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item p {
  font-size: 14px;
  color: #696868;
}
.edubin-about-section-04 .about-content-wrap .btn {
  background: #2babe4;
  margin-top: 25px;
  color: #ffffff;
}
.edubin-about-section-04 .about-content-wrap .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 1199px) {
  .edubin-about-section-04 .about-wrap {
    margin-bottom: 0;
  }
  .edubin-about-section-04 .about-img {
    padding-left: 0;
    text-align: center;
  }
  .edubin-about-section-04 .about-img .shape-1 {
    left: 22%;
  }
  .edubin-about-section-04 .about-img .shape-1 img {
    width: 520px;
  }
  .edubin-about-section-04 .about-content-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-04 .about-img .shape-1 {
    left: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-04 .about-img {
    padding-left: 0;
    text-align: center;
  }
  .edubin-about-section-04 .about-img .shape-1 {
    left: 0%;
  }
  .edubin-about-section-04 .about-img .shape-1 img {
    width: 420px;
  }
  .edubin-about-section-04 .about-content-wrap .main-title {
    font-size: 30px;
  }
}

.edubin-about-section-05 .about-content-wrap {
  padding-right: 40px;
}
.edubin-about-section-05 .about-cont .text {
  color: #8a8a8a;
  margin-top: 20px;
}
.edubin-about-section-05 .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-05 .about-cont .about-list-wrap ul li {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
}
.edubin-about-section-05 .about-cont .about-list-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #0071DC;
  border-radius: 50%;
  transform: translateY(-50%);
}
.edubin-about-section-05 .about-image {
  position: relative;
  z-index: 1;
}
.edubin-about-section-05 .about-image .shape-1 {
  position: absolute;
  left: 8%;
  top: 20%;
  z-index: -1;
}
.edubin-about-section-05 .about-image .shape-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #0071DC;
  border-radius: 50%;
  left: 21%;
  top: 15%;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .edubin-about-section-05 .about-content-wrap {
    padding-right: 0;
  }
  .edubin-about-section-05 .about-image {
    margin-top: 50px;
  }
  .edubin-about-section-05 .about-image .shape-1 {
    left: 17%;
  }
  .edubin-about-section-05 .about-image .shape-2 {
    left: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-05 .about-image .shape-1 {
    left: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-05 .about-image .shape-1 {
    left: 1%;
    width: 370px;
  }
}

.edubin-about-section-06 .about-img-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.edubin-about-section-06 .about-img-wrap .shape-1 {
  position: absolute;
  top: 85px;
  left: 80px;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .shape-2 {
  position: absolute;
  top: 0;
  right: 35%;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .shape-3 {
  position: absolute;
  bottom: 6%;
  left: 0;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .about-img-left {
  padding-right: 15px;
}
.edubin-about-section-06 .about-img-wrap .about-img-left .about-img img {
  border-radius: 10px;
}
.edubin-about-section-06 .about-img-wrap .about-img-left .about-img.img-2 {
  text-align: right;
  margin-top: 30px;
}
.edubin-about-section-06 .about-img-wrap .about-img-right {
  padding-left: 15px;
}
.edubin-about-section-06 .about-img-wrap .about-img-right img {
  border-radius: 10px;
  width: 240px;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-06 .about-content-wrap {
    margin-top: 50px;
  }
}
.edubin-about-section-06 .about-content-wrap .about-cont .text {
  margin-top: 25px;
  color: #8a8a8a;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap ul li {
  font-weight: 500;
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap ul li i {
  color: #3BBC9B;
  margin-right: 5px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .btn:hover {
  background: #07294D;
}

.edubin-about-section-07 {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-07 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.edubin-about-section-07 .about-img-wrap {
  position: relative;
  padding-left: 40px;
  z-index: 1;
}
.edubin-about-section-07 .about-img-wrap img {
  border-radius: 5px;
}
.edubin-about-section-07 .about-img-wrap .svg-shape {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
}
.edubin-about-section-07 .about-img-wrap .about-img-big img {
  width: 465px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.edubin-about-section-07 .about-img-wrap .about-img-sm {
  position: absolute;
  right: 30px;
  bottom: -70px;
}
.edubin-about-section-07 .about-content-wrap {
  padding-left: 90px;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-07 .about-content-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-07 .about-content-wrap {
    padding-left: 0;
    margin-top: 110px;
  }
}
.edubin-about-section-07 .about-content-wrap .about-cont .text {
  color: #8a8a8a;
  margin-top: 20px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap ul li {
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap ul li i {
  color: #A41F24;
  margin-right: 5px;
}
.edubin-about-section-07 .about-content-wrap .btn {
  background: #A41F24;
  color: #ffffff;
  margin-top: 35px;
}

.accreditation-section img {
    max-height: 90px;
    transition: 0.3s;
}

.accreditation-section img:hover {
    transform: scale(1.08);
}

.accreditation-section p {
    font-size: 13px;
    color: #333;
}


.accreditation-section img {
    max-height: 90px;
    transition: 0.3s;
    filter: grayscale(100%);
    opacity: 0.7;
}

.accreditation-section img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.text-center.mb-5 h2 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.edubin-about-section-07 .about-content-wrap .btn:hover {
  color: #ffffff;
  background: #000;
}

.edubin-about-section-08 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-08 {
    padding-bottom: 90px;
  }
}
.edubin-about-section-08::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.3;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-about-section-08 .testimonial-slider-wrap {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-08 .testimonial-slider-wrap {
    padding-right: 0;
    padding-top: 60px;
  }
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EC5251;
}
.edubin-about-section-08 .about-event ul li .single-event span i {
  color: #EC5251;
}
.edubin-about-section-08 .about-event ul li .single-event .title:hover {
  color: #EC5251;
}

.edubin-about-section-09 .about-wrap {
  margin-bottom: 0;
}
.edubin-about-section-09 .about-img-wrap {
  position: relative;
  z-index: 1;
}
.edubin-about-section-09 .about-img-wrap .shape-1 {
  position: absolute;
  left: 11%;
  top: 9%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-2 {
  position: absolute;
  right: 17%;
  top: 9%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-3 {
  position: absolute;
  right: 19%;
  top: 26%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-4 {
  position: absolute;
  left: 8%;
  top: 8%;
  z-index: -1;
}
.edubin-about-section-09 .about-content-wrap .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 30px;
}
.edubin-about-section-09 .about-content-wrap .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 991px) {
  .edubin-about-section-09 .about-img-wrap .shape-2 {
    right: 28%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-3 {
    right: 28%;
    top: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-09 .about-img-wrap .shape-1 {
    left: 14%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-2 {
    right: 10%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-3 {
    right: 4%;
  }
}

.edubin-mission-section {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-mission-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-mission-section {
    padding-bottom: 80px;
  }
}
.edubin-mission-section .mission-wrap {
  margin-top: -20px;
}
.edubin-mission-section .single-item {
  margin-top: 20px;
}
.edubin-mission-section .single-item .number {
  font-size: 60px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #CECECE;
}
.edubin-mission-section .single-item .title {
  font-size: 26px;
  line-height: 26px;
  color: #021E40;
  margin-top: 10px;
}
.edubin-mission-section .single-item p {
  margin-top: 18px;
}

/*--
/*  06 - Apply CSS
/*----------------------------------------*/
.apply-section {
  padding-top: 0;
}
.apply-section .apply-wrap {
  overflow: hidden;
  border-radius: 5px;
  margin-top: -100px;
}
.apply-section .apply-cont {
  background-color: #07294d;
  padding: 45px 50px 50px;
}
.apply-section .apply-cont.apply-color-2 {
  background-color: #092e56;
}
.apply-section .apply-cont .title {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 15px;
}
.apply-section .apply-cont p {
  color: #ffffff;
  padding-bottom: 45px;
}
.apply-section .apply-cont .btn:hover {
  background: #ffffff;
  color: #07294d;
}

/*--
/*  07 - Course CSS
/*----------------------------------------*/
.course-section {
  background: #F9F9F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.course-section .course-content-wrap {
  padding-top: 15px;
}
.course-section .course-btn .btn {
  margin-top: 60px;
}

.single-course {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.single-course .thum {
  position: relative;
}
.single-course .thum .image {
  overflow: hidden;
  position: relative;
}
.single-course .thum .image a {
  display: block;
  position: relative;
}
.single-course .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-course .thum .image .top-meta .categories {
  position: absolute;
  top: 25px;
  left: 25px;
  max-width: 70%;
}
.single-course .thum .image .top-meta .categories .tag {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 11px;
  line-height: 29px;
  display: inline-block;
  background: #ffc600;
  color: #021E40;
  white-space: nowrap;
}
.single-course .thum .image .top-meta .wishlist a {
  background: #ffffff;
  color: #021E40;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
}
.single-course .thum .image .top-meta .wishlist a:hover {
  background: #07294d;
  color: #ffffff;
}
.single-course .thum .price {
  position: absolute;
  right: 60px;
  bottom: -24px;
}
.single-course .thum .price span {
  display: block;
  font-size: 14px;
  color: #07294d;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ffc600;
  text-align: center;
}
.single-course .content {
  padding-top: 40px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .single-course .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-course .content .title {
  font-weight: 600;
  font-size: 24px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.single-course .content .title:hover {
  color: #ffc600;
}
.single-course .content > ul {
  display: inline-block;
  margin-right: 10px;
}
.single-course .content > ul li {
  display: inline-block;
  margin: 1px;
}
.single-course .content > ul li i {
  font-size: 13px;
  color: #ffc600;
}
.single-course .content span {
  font-size: 13px;
  color: #000;
}
.single-course .content .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 30px;
  overflow: hidden;
}
.single-course .content .course-teacher > .thum {
  display: inline-block;
}
.single-course .content .course-teacher > .thum a img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.single-course .content .course-teacher .name {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-course .content .course-teacher .name {
    margin-left: 5px;
  }
}
.single-course .content .course-teacher .name h6 {
  font-size: 15px;
  color: #24486e;
}
.single-course .content .course-teacher .course-lesson {
  float: right;
  overflow: hidden;
}
.single-course .content .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.single-course .content .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.single-course .content .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #ffc600;
}
.single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-02 .single-course {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-02 .single-course .thum {
  position: relative;
  padding: 10px;
}
.course-section-02 .single-course .thum .image {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.course-section-02 .single-course .thum .author-img {
  position: absolute;
  right: 30px;
  bottom: -15px;
  border: 3px solid #ffffff;
  overflow: hidden;
  border-radius: 50%;
}
.course-section-02 .single-course .content {
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 0;
  padding-right: 20px;
}
.course-section-02 .single-course .content .title {
  font-size: 18px;
  line-height: 26px;
}
.course-section-02 .single-course .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding: 15px 20px;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-02 .single-course .course-teacher .course-lesson {
  float: none;
}
.course-section-02 .single-course .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.course-section-02 .single-course .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-02 .single-course .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #ffc600;
}
.course-section-02 .single-course .course-teacher .view-details .read-more {
  font-size: 15px;
  font-weight: 700;
  color: #ffc600;
  margin-top: 8px;
}
.course-section-02 .single-course .course-teacher .view-details .read-more:hover {
  color: #07294d;
}

.course-section-03 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-03 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-03 .course-btn .btn {
  background: #ff773d;
  color: #ffffff;
}
.course-section-03 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-03 .course-content-wrap {
  padding-top: 20px;
}
.course-section-03 .single-course {
  background-color: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-03 .single-course .thum {
  position: relative;
}
.course-section-03 .single-course .thum .image {
  overflow: hidden;
  position: relative;
}
.course-section-03 .single-course .thum .image a {
  display: block;
  position: relative;
}
.course-section-03 .single-course .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.course-section-03 .single-course .thum .image .top-meta .categories .tag {
  background: #ff4830;
  color: #ffffff;
}
.course-section-03 .single-course .content {
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.course-section-03 .single-course .content .course-categories .tag {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 15px;
  line-height: 29px;
  display: inline-block;
  background: rgba(255, 72, 48, 0.1098039216);
  color: #ff4830;
  white-space: nowrap;
}
.course-section-03 .single-course .content .course-categories .tag.color-2 {
  background: rgba(108, 189, 127, 0.15);
  color: #6cbd7f;
}
.course-section-03 .single-course .content .course-categories .tag.color-3 {
  background: rgba(142, 86, 255, 0.15);
  color: #8e56ff;
}
.course-section-03 .single-course .content .course-categories .tag.color-4 {
  background: rgba(23, 184, 193, 0.15);
  color: #17b8c1;
}
.course-section-03 .single-course .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.course-section-03 .single-course .content .title:hover {
  color: #ff773d;
}
.course-section-03 .single-course .content .course-lesson ul {
  margin-top: 8px;
}
.course-section-03 .single-course .content .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-03 .single-course .content .course-lesson ul li i {
  margin-right: 5px;
  color: #ff773d;
}
.course-section-03 .single-course .content .author-name p {
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 15px;
}
.course-section-03 .single-course .content .author-name p a {
  color: #0071dc;
}
.course-section-03 .single-course .content .price p {
  font-weight: 15px;
  font-weight: 600;
  color: #ff773d;
}
.course-section-03 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-04 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-04 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-04 .course-btn .btn {
  background: #2babe4;
  margin-top: 0;
  color: #ffffff;
}
.course-section-04 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-04 .course-content-wrap {
  padding-top: 20px;
}
.course-section-04 .single-course {
  background-color: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-04 .single-course .thum .image .top-meta .categories .tag {
  background: #2babe4;
  color: #ffffff;
}
.course-section-04 .single-course .content {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.course-section-04 .single-course .content .title {
  font-weight: 600;
  font-size: 22px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.course-section-04 .single-course .content .title:hover {
  color: #2babe4;
}
.course-section-04 .single-course .course-teacher .course-lesson ul li i {
  color: #2babe4;
}
.course-section-04 .single-course .course-teacher .view-details .read-more {
  font-size: 15px;
  font-weight: 700;
  color: #2babe4;
  margin-top: 8px;
}
.course-section-04 .single-course .course-teacher .view-details .read-more:hover {
  color: #07294d;
}
.course-section-04 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-05 {
  background: none;
}
.course-section-05 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-05 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-05 .course-btn .btn {
  background: #0071DC;
  margin-top: 0;
  color: #ffffff;
}
.course-section-05 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-05 .course-content-wrap {
  padding-top: 20px;
}
.course-section-05 .single-course {
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.course-section-05 .single-course .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-section-05 .single-course .content {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.course-section-05 .single-course .content .title {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
.course-section-05 .single-course .content .title:hover {
  color: #0071DC;
}
.course-section-05 .single-course .content .course-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-section-05 .single-course .content .course-author .thum a img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #cccccc;
}
.course-section-05 .single-course .content .course-author .name {
  margin-left: 5px;
}
.course-section-05 .single-course .content .course-author .name h6 {
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.course-section-05 .single-course .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding: 15px 30px;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-05 .single-course .course-teacher .course-lesson {
  float: none;
}
.course-section-05 .single-course .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.course-section-05 .single-course .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-05 .single-course .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #0071DC;
}
.course-section-05 .single-course .course-teacher .price {
  margin-top: 8px;
}
.course-section-05 .single-course .course-teacher .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-section-05 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-06 {
  background: #F5F7FA;
  padding-top: 220px;
}
.course-section-06 .single-course .thum .image .top-meta .categories .tag {
  background: #3BBC9B;
  color: #ffffff;
}
.course-section-06 .single-course .content .title:hover {
  color: #3BBC9B;
}
.course-section-06 .single-course .course-teacher .course-lesson ul li i {
  color: #3BBC9B;
}

.course-active .course-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  transform: translateY(-30%);
  border: 2px solid #3BBC9B;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
  color: #3BBC9B;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.course-active .course-arrow.swiper-button-prev {
  left: 0;
}
.course-active .course-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 18px;
}
.course-active .course-arrow.swiper-button-next {
  right: 0;
}
.course-active .course-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 18px;
}
.course-active .course-arrow:hover {
  color: #ffffff;
  background: #3BBC9B;
}
.course-active:hover .course-arrow {
  opacity: 1;
  visibility: visible;
}
.course-active:hover .course-arrow.swiper-button-prev {
  left: 10px;
}
.course-active:hover .course-arrow.swiper-button-next {
  right: 10px;
}

.course-section-07 .course-slider-wrap {
  padding-top: 40px;
}
.course-section-07 .single-course {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  margin: 10px;
}
.course-section-07 .single-course .thum .image .top-meta .categories .tag {
  background: #EC5251;
  color: #ffffff;
}
.course-section-07 .single-course .content .title:hover {
  color: #EC5251;
}
.course-section-07 .single-course .course-teacher .course-lesson ul li i {
  color: #EC5251;
}
.course-section-07 .course-btn .btn {
  background: #EC5251;
  margin-top: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .course-section-07 .course-btn .btn {
    margin-top: 30px;
  }
}
.course-section-07 .course-btn .btn:hover {
  background: #FF3E4B;
}
.course-section-07 .course-active .course-arrow {
  border: 2px solid #EC5251;
  color: #EC5251;
}
.course-section-07 .course-active .course-arrow:hover {
  color: #ffffff;
  background: #EC5251;
}

.course-section-08 {
  background: #ECF7F4;
  padding-top: 195px;
}
.course-section-08 .section-title2 .title {
  margin-top: 10px;
}
.course-section-08 .course-content-wrap {
  padding-top: 30px;
}
.course-section-08 .single-course {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 20px;
  margin-top: 30px;
}
.course-section-08 .single-course .thum .image {
  background: #e5572e;
  height: 200px;
  width: auto;
  position: relative;
  z-index: 1;
}
.course-section-08 .single-course .thum .image.color-2 {
  background: #2bc183;
}
.course-section-08 .single-course .thum .image.color-3 {
  background: #0870da;
}
.course-section-08 .single-course .thum .image.color-4 {
  background: #7044b3;
}
.course-section-08 .single-course .thum .image.color-5 {
  background: #ea9c0b;
}
.course-section-08 .single-course .thum .image .shape-1 {
  left: -27px;
  bottom: -38px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2392156863);
  height: 80px;
  border-radius: 50%;
  width: 80px;
  z-index: -1;
}
.course-section-08 .single-course .thum .image .shape-2 {
  height: 120px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  bottom: -33px;
  right: -34px;
  top: 0;
  position: absolute;
  z-index: -1;
}
.course-section-08 .single-course .thum .image .shape-3 {
  height: 180px;
  width: 180px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 50%;
  position: absolute;
  right: -55px;
  top: 77px;
}
.course-section-08 .single-course .thum .image .top-meta .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 70px;
}
.course-section-08 .single-course .thum .image .top-meta .title:hover a {
  color: #ffffff;
  opacity: 0.8;
}
.course-section-08 .single-course .content {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.course-section-08 .single-course .content p {
  color: #8a8a8a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.course-section-08 .single-course .content .course-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-section-08 .single-course .content .course-author .thum a img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #cccccc;
}
.course-section-08 .single-course .content .course-author .name {
  margin-left: 5px;
}
.course-section-08 .single-course .content .course-author .name h6 {
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.course-section-08 .single-course .course-teacher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-08 .single-course .course-teacher .price {
  margin-top: 0;
}
.course-section-08 .single-course .course-teacher .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-section-08 .single-course .course-teacher .read-more .btn {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #2bc183;
  padding: 0 15px;
  border-radius: 5px;
}
.course-section-08 .single-course .course-teacher .read-more .btn:hover {
  opacity: 0.75;
}
.course-section-08 .course-btn .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 50px;
}
.course-section-08 .course-btn .btn:hover {
  background: #021E40;
}

.course-section-09 {
  background: #ffffff;
}
.course-section-09 .course-grid-wrap {
  margin-top: -30px;
}
.course-section-09 .single-course {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.course-section-09 .single-course .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-section-09 .single-course .thum .price span {
  color: #ffffff;
  background-color: #0071DC;
}
.course-section-09 .single-course .content .title:hover {
  color: #0071DC;
}
.course-section-09 .single-course .content .course-teacher .course-lesson ul li i {
  color: #0071DC;
}

/*--
/*  08 - Video CSS
/*----------------------------------------*/
.video-section {
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.video-section .feature-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.9);
}
@media only screen and (max-width: 991px) {
  .video-section .feature-bg {
    width: 100%;
  }
}
.video-section .video {
  padding-left: 90px;
}
@media only screen and (max-width: 991px) {
  .video-section .video {
    text-align: center;
    padding-top: 50px;
    padding-left: 0;
    position: relative;
    z-index: 5;
  }
}
.video-section .video a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  background-color: #ffc600;
  color: #07294d;
  border-radius: 50%;
}
.video-section .video a:hover {
  background: #ffffff;
  color: #ffc600;
}
.video-section .feature {
  position: relative;
  z-index: 5;
  padding-top: 50px;
}
.video-section .feature .feature-title .title {
  font-size: 36px;
  color: #fff;
  padding-bottom: 15px;
}
.video-section .feature ul li .single-feature {
  display: flex;
  align-items: center;
  padding-top: 55px;
}
@media only screen and (max-width: 575px) {
  .video-section .feature ul li .single-feature {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
.video-section .feature ul li .single-feature .cont {
  flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .video-section .feature ul li .single-feature .cont {
    margin-left: 0;
  }
}
.video-section .feature ul li .single-feature .cont .title {
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
}
.video-section .feature ul li .single-feature .cont p {
  color: #ffffff;
}

.video-section-02 .feature {
  padding-left: 70px;
}
@media only screen and (max-width: 1199px) {
  .video-section-02 .feature {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .video-section-02 .feature {
    padding-left: 0;
    padding-right: 135px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-02 .feature {
    padding-right: 0;
  }
}
.video-section-02 .feature .feature-title p {
  color: #ffffff;
  margin-top: 15px;
}
.video-section-02 .feature .edubin-countdown {
  margin-top: 40px;
}
.video-section-02 .feature .edubin-countdown .single-countdown {
  min-width: 105px;
  height: 105px;
  line-height: 105px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown {
    padding: 26px 15px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 449px) {
  .video-section-02 .feature .edubin-countdown .single-countdown {
    min-width: 70px;
    padding: 18px 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.video-section-02 .feature .edubin-countdown .single-countdown .count {
  font-size: 30px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .count {
    font-size: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .count {
    font-size: 24px;
  }
}
.video-section-02 .feature .edubin-countdown .single-countdown .value {
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .value {
    margin-top: 15px;
  }
}
.video-section-02 .feature .video-btn {
  padding-top: 45px;
}
.video-section-02 .feature .video-btn ul li {
  display: inline-block;
  margin-right: 25px;
}
.video-section-02 .feature .video-btn ul li:last-child {
  margin-right: 0;
}
.video-section-02 .feature .video-btn ul li .btn {
  margin-top: 15px;
}

.video-section-03 {
  padding-top: 210px;
  padding-bottom: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.video-section-03::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-section-03 .video-content .title {
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
}
.video-section-03 .video-content .title span {
  color: #EC5251;
}
.video-section-03 .video-content .video {
  margin-top: 35px;
}
.video-section-03 .video-content .video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background-color: #EC5251;
  color: #ffffff;
  border-radius: 50%;
}
.video-section-03 .video-content .video a:hover {
  background: #ffffff;
  color: #EC5251;
}

@media only screen and (max-width: 1199px) {
  .video-section-03 {
    padding-top: 130px;
    padding-bottom: 220px;
  }
  .video-section-03 .video-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-03 {
    padding-top: 90px;
    padding-bottom: 205px;
  }
  .video-section-03 .video-content .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .video-section-03 .video-content .title {
    font-size: 30px;
    line-height: 42px;
  }
}

.video-section-04 {
  padding-top: 135px;
  position: relative;
  z-index: 1;
}
.video-section-04 .shape-1 {
  position: absolute;
  left: 22%;
  top: 12%;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.video-section-04 .shape-2 {
  position: absolute;
  right: 23%;
  bottom: -30%;
  z-index: -1;
  animation: rotate-style 20s linear infinite;
}
.video-section-04 .video-wrap {
  max-width: 960px;
  padding-top: 200px;
  padding-bottom: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-bottom: -100px;
  z-index: 1;
}
.video-section-04 .video-wrap::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.5;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-section-04 .video-content .video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background-color: #3BBC9B;
  color: #ffffff;
  border-radius: 50%;
}
.video-section-04 .video-content .video a:hover {
  background: #ffffff;
  color: #3BBC9B;
}

@media only screen and (max-width: 1199px) {
  .video-section-04 .shape-2 {
    right: 13%;
    bottom: -41%;
  }
  .video-section-04 .video-wrap {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}

@keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--
/*  09 - Teacher CSS
/*----------------------------------------*/
.edubin-teachers-section .teachers-cont p {
  margin-top: 30px;
}
.edubin-teachers-section .teachers-cont .btn {
  margin-top: 50px;
}
.edubin-teachers-section .teachers-item-wrap {
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .edubin-teachers-section .teachers-item-wrap {
    margin-top: 0;
    padding-top: 20px;
  }
}

.single-teachers {
  position: relative;
  margin-top: 30px;
}
.single-teachers .image {
  overflow: hidden;
}
.single-teachers .image a {
  display: block;
}
.single-teachers .image a img {
  border-radius: 5px;
  width: 100%;
}
.single-teachers .cont {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 80%;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
}
.single-teachers .cont .name {
  color: #021E40;
  font-size: 16px;
}
.single-teachers .cont p {
  font-size: 14px;
  color: #8a8a8a;
}
.single-teachers .cont .teachers-social {
  margin-bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-teachers .cont .teachers-social ul {
  margin-top: 5px;
}
.single-teachers .cont .teachers-social ul li {
  display: inline-block;
}
.single-teachers .cont .teachers-social ul li + li {
  margin-left: 10px;
}
.single-teachers .cont .teachers-social ul li a {
  font-size: 16px;
  color: #07294d;
}
.single-teachers .cont .teachers-social ul li a:hover {
  color: #ffc600;
}
.single-teachers:hover .cont .teachers-social {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}

.edubin-teachers-section-02 {
  background: #F9F9F9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.edubin-teachers-section-02 .teachers-2 {
  padding-top: 20px;
}

.teachers-2-single {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  margin-top: 30px;
}
.teachers-2-single .thum img {
  border-radius: 50%;
}
.teachers-2-single .cont {
  flex: 1;
  margin-left: 20px;
}
.teachers-2-single .cont .name {
  font-size: 18px;
  color: #23252a;
  margin-bottom: 4px;
  transition: all 0.3s linear;
}
.teachers-2-single .cont .name:hover {
  color: #ffc600;
}
.teachers-2-single .cont p {
  font-size: 14px;
  font-weight: 600;
  color: #999898;
}
.teachers-2-single .cont span {
  font-size: 14px;
  color: #07294d;
  font-weight: 500;
}
.teachers-2-single .cont span i {
  color: #ffc600;
  margin-right: 5px;
}

.happy-student {
  background-color: #07294d;
  padding-top: 65px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  border-radius: 5px;
  margin-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .happy-student {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .happy-student {
    margin-left: 0;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .happy-student {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.happy-student .happy-title .title {
  font-size: 36px;
  color: #fff;
  padding-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .happy-student .happy-title .title {
    font-size: 28px;
  }
}
.happy-student .student-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-student p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 25px;
  color: #ffffff;
  margin-top: 20px;
  padding-right: 120px;
}
@media only screen and (max-width: 1199px) {
  .single-student p {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .single-student p {
    padding-right: 0;
  }
}
.single-student .name {
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
.single-student span {
  font-size: 15px;
  color: #ffffff;
}

.student-active .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.student-active .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.edubin-teachers-section-03 .teachers-item-wrap {
  margin-top: 0;
  padding-top: 15px;
}

.teachers-grid-warp {
  margin-top: -30px;
}

/*--
/*  10 - Testimonial CSS
/*----------------------------------------*/
.edubin-testimonial-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.edubin-testimonial-section::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.8;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-testimonial-section .testimonial-slider-wrap {
  padding-top: 60px;
}
@media only screen and (max-width: 575px) {
  .edubin-testimonial-section .section-title {
    text-align: center;
  }
  .edubin-testimonial-section .section-title .sub-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.single-testimonial {
  position: relative;
}
.single-testimonial .testimonial-thum {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-thum {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: 25px;
  }
}
.single-testimonial .testimonial-thum img {
  border-radius: 5px;
}
.single-testimonial .testimonial-thum .quote {
  position: absolute;
  right: -22px;
  top: -22px;
}
.single-testimonial .testimonial-thum .quote i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #ffc600;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
}
.single-testimonial .testimonial-cont {
  padding-left: 140px;
}
@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-cont {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.single-testimonial .testimonial-cont p {
  color: #ffffff;
  padding-bottom: 32px;
}
.single-testimonial .testimonial-cont .name {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 4px;
}
.single-testimonial .testimonial-cont span {
  color: #fff;
  font-size: 16px;
}

.testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.edubin-testimonial-section-02 .testimonial-wrap {
  background: #F9EEE1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-top: 65px;
  padding-bottom: 110px;
  padding-left: 60px;
  padding-right: 60px;
}
.edubin-testimonial-section-02 .single-testimonial {
  background: #ffffff;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content {
  padding: 50px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content p {
  color: #29303b;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text {
  margin-left: 25px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text .name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #29303b;
  margin-bottom: 5px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text .designation {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #8a8a8a;
}

.testimonial-2-active .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff773d;
}

.edubin-testimonial-section-03 .testimonial-title-wrap {
  background-color: #EFF6F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 245px;
}
@media only screen and (max-width: 991px) {
  .edubin-testimonial-section-03 .testimonial-title-wrap {
    padding-bottom: 220px;
  }
}
.edubin-testimonial-section-03 .testimonial-slider-wrap {
  background: #ffffff;
  padding: 50px;
  padding-right: 80px;
  margin-top: -170px;
}
@media only screen and (max-width: 991px) {
  .edubin-testimonial-section-03 .testimonial-slider-wrap {
    padding: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-testimonial-section-03 .testimonial-slider-wrap {
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .single-testimonial-02 {
    margin-top: 50px;
  }
}
.single-testimonial-02 .testimonial-cont p {
  color: #383B46;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.single-testimonial-02 .testimonial-cont .name {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 5px;
}
.single-testimonial-02 .testimonial-cont span {
  color: #7B7B7B;
  font-size: 14px;
}

.testimonial-3-active .swiper-pagination {
  text-align: left;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-3-active .swiper-pagination {
    text-align: center;
  }
}
.testimonial-3-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2babe4;
}

.edubin-testimonial-section-04 {
  background: #F5F6F9;
  background-position: center center;
  background-repeat: no-repeat;
}
.edubin-testimonial-section-04 .testimonial-content-wrap-02 {
  padding-top: 40px;
}

.single-testimonial-03 {
  background: #ffffff;
  border-radius: 20px;
  width: 470px;
  margin: 10px 80px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .single-testimonial-03 {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 {
    width: 100%;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
  }
}
.single-testimonial-03 .testimonial-thumb {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-65%);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 .testimonial-thumb {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    padding-top: 40px;
    margin-bottom: 15px;
    transform: translateY(0%);
  }
}
.single-testimonial-03 .testimonial-thumb img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.single-testimonial-03 .testimonial-content {
  padding: 50px 110px 60px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 .testimonial-content {
    padding: 15px 45px 50px;
  }
}
@media only screen and (max-width: 449px) {
  .single-testimonial-03 .testimonial-content {
    padding: 15px 30px 50px;
  }
}
.single-testimonial-03 .testimonial-content i {
  font-size: 48px;
  color: #3BBC9B;
}
.single-testimonial-03 .testimonial-content p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  color: #7a7a7a;
  margin-top: 15px;
  margin-bottom: 10px;
}
.single-testimonial-03 .testimonial-content .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #021E40;
}

.testimonial-04-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.testimonial-04-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.testimonial-04-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3BBC9B;
}

.single-testimonial-04 .testimonial-cont {
  padding: 40px;
  margin: 0 0px 35px 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4588235294);
  position: relative;
}
.single-testimonial-04 .testimonial-cont::before {
  content: "";
  border: 15px solid transparent;
  position: absolute;
  left: 40px;
  bottom: -30px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 15px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgba(0, 0, 0, 0.4588235294);
}
.single-testimonial-04 .testimonial-cont .title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.single-testimonial-04 .testimonial-cont p {
  color: #ffffff;
}
.single-testimonial-04 .testimonial-author-wrap {
  display: flex;
  align-items: center;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-thum img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
   object-fit: cover;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text {
  flex: 1;
  margin-left: 25px;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text .name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text span {
  color: #ddd;
  font-size: 15px;
}

.edubin-testimonial-section-05 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3BBC9B;
}

.edubin-testimonial-section-06::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.65;
}
.edubin-testimonial-section-06 .single-testimonial {
  position: relative;
}
.edubin-testimonial-section-06 .single-testimonial .testimonial-thum .quote i {
  background-color: #0071DC;
}
.edubin-testimonial-section-06 .testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071DC;
}

.edubin-testimonial-section-07 {
  background: #ffffff;
}
.edubin-testimonial-section-07 .single-testimonial-03 {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.edubin-testimonial-section-07 .single-testimonial-03 .testimonial-content i {
  color: #0071DC;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071DC;
}

.edubin-testimonial-section-08 {
  padding-bottom: 80px;
}
.edubin-testimonial-section-08 .section-title2 .title span {
  color: #0071DC;
}

/*--
/*  11 - Publication CSS
/*----------------------------------------*/
.edubin-publication-section {
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.edubin-publication-section .publication-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edubin-publication-section .publication-btn {
    text-align: left;
    margin-top: 30px;
  }
}
.edubin-publication-section .publication-content-wrap {
  padding-top: 15px;
}

.single-publication {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 30px;
}
.single-publication .image {
  height: 320px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.single-publication .image::before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s linear;
}
.single-publication .image a img {
  width: 100%;
}
.single-publication .image .top-meta {
  position: absolute;
  left: 15px;
  top: 15px;
}
.single-publication .image .top-meta ul li {
  display: inline-block;
  padding: 0px 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  background: #ffc600;
  color: #ffffff;
  height: 28px;
  border-radius: 5px;
}
.single-publication .image .top-meta ul li:last-child {
  margin-left: 7px;
  background: #ff4830;
}
.single-publication .content {
  padding: 20px 10px 20px 10px;
}
.single-publication .content .add-cart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-publication .content .add-cart .btn {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 15px;
}
.single-publication .content .book-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
}
.single-publication .content .price .discount-price {
  font-size: 14px;
  color: #505050;
  font-weight: 500;
  position: relative;
}
.single-publication .content .price .discount-price::before {
  position: absolute;
  content: "";
  background-color: #505050;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-publication .content .price .normal-price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #ffc600;
}
.single-publication:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.single-publication:hover .content .add-cart {
  transform: translate(-50%, -100%);
  opacity: 1;
  visibility: visible;
}

/*--
/*  12 - Blog CSS
/*----------------------------------------*/
.blog-content-wrap {
  padding-top: 15px;
}

.single-blog {
  margin-top: 30px;
}
.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-blog .blog-img a {
  display: block;
}
.single-blog .blog-img a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-blog .blog-content {
  padding-top: 25px;
}
.single-blog .blog-content .meta {
  padding-bottom: 20px;
}
.single-blog .blog-content .meta .blog-meta {
  font-size: 14px;
  color: #8a8a8a;
  position: relative;
  margin-right: 10px;
}
.single-blog .blog-content .meta .blog-meta i {
  color: #ffc600;
  margin-right: 2px;
}
.single-blog .blog-content .title {
  font-size: 18px !important;
  line-height: 1.3;
  color: #000;
  padding-right: 15px;
}

.section.edubin-blog-section-03.section-padding.jfy {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}
.single-blog .blog-content p {
  margin-top: 15px;
}
.single-blog:hover .blog-img a img {
  transform: scale(1.1);
}

.edubin-blog-section-02 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edubin-blog-section-02 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.edubin-blog-section-02 .course-btn .btn {
  background: #3BBC9B;
  margin-top: 0;
  color: #ffffff;
}
.edubin-blog-section-02 .course-btn .btn:hover {
  background: #021E40;
}
.edubin-blog-section-02 .single-blog .blog-img a {
  display: block;
}
.edubin-blog-section-02 .single-blog .blog-img a img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.edubin-blog-section-02 .single-blog .blog-content {
  padding-right: 15px;
}
.edubin-blog-section-02 .single-blog .blog-content .meta .blog-meta i {
  color: #3BBC9B;
}
.edubin-blog-section-02 .single-blog .blog-content .title {
  font-size: 18px;
  line-height: 1.3;
  color: #07294d;
  padding-right: 15px;
}
.edubin-blog-section-02 .single-blog .blog-content .title a:hover {
  color: #3BBC9B;
}
.edubin-blog-section-02 .single-blog .blog-content p {
  margin-top: 15px;
}

.edubin-blog-section-03 .single-blog {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
}
.edubin-blog-section-03 .single-blog .blog-content {
  padding: 30px;
}
.edubin-blog-section-03 .single-blog .blog-content .meta .blog-meta i {
  color: #EC5251;
}
.edubin-blog-section-03 .single-blog .blog-content .title {
  font-size: 24px;
}
.edubin-blog-section-03 .single-blog .blog-content .title a:hover {
  color: #EC5251;
}
.edubin-blog-section-03 .single-blog .blog-content p {
  margin-top: 15px;
  color: #8a8a8a;
}

.blog-grid-wrap {
  margin-top: -30px;
}

.edubin-pagination .pagination {
  margin-top: 90px;
}
@media only screen and (max-width: 575px) {
  .edubin-pagination .pagination {
    margin-top: 60px;
  }
}
.edubin-pagination .pagination .page-item {
  margin: 0 7px;
}
.edubin-pagination .pagination .page-item.active .page-link {
  background-color: #0071DC;
  border-color: #0071DC;
  color: #ffffff;
}
.edubin-pagination .pagination .page-item .page-link {
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  color: #021E40;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s linear;
}
.edubin-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.edubin-pagination .pagination .page-item .page-link:hover {
  background: #0071DC;
  border-color: #0071DC;
  color: #ffffff;
}
.edubin-pagination .pagination .page-item .page-link i {
  line-height: 32px;
  font-size: 13px;
}

.edubin-blog-section-04 .single-blog .blog-content .meta .blog-meta a:hover {
  color: #0071DC;
}
.edubin-blog-section-04 .single-blog .blog-content .meta .blog-meta i {
  color: #0071DC;
}
.edubin-blog-section-04 .single-blog .blog-content .title {
  font-size: 24px;
}
.edubin-blog-section-04 .single-blog .blog-content .title a:hover {
  color: #0071DC;
}

/*--
/*  13 - Brand CSS
/*----------------------------------------*/
.edubin-brand-section {
  background: #F9F9F9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.edubin-brand-section-02 .brand-title {
  font-size: 20px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 60px;
}

.edubin-brand-section-03 {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .edubin-brand-section-03 {
    padding-top: 30px;
  }
}

.edubin-brand-section-04 {
  background: #F5F6F9;
}
.edubin-brand-section-04 .brand-title {
  font-size: 38px;
}
.edubin-brand-section-04 .brand-title span {
  color: #3BBC9B;
}

/*--
/*  14 - Counter CSS
/*----------------------------------------*/
.counter-section {
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .counter-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section {
    padding-bottom: 60px;
  }
}
.counter-section::before {
  background: #07294d none repeat scroll 0 0;
  opacity: 0.8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.counter-wrap {
  margin-top: -30px;
}

.single-counter {
  margin-top: 30px;
}
.single-counter span {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.single-counter span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 50px;
  height: 3px;
  transform: translateX(-50%);
  background: #ffc600;
}
.single-counter p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 40px;
}

.counter-section-02 {
  background: #EDF0F2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.counter-section-02 .single-counter span {
  color: #333333;
}
.counter-section-02 .single-counter p {
  color: #07294d;
}

.edubin-counter-section-03 .counter-wrap {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

.single-counter-02 {
  background: #ffffff;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.16);
  width: 205px;
  height: 205px;
  text-align: center;
  border-radius: 50%;
  padding: 55px 10px;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .single-counter-02 {
    width: 190px;
    height: 190px;
  }
}
.single-counter-02 .title {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .single-counter-02 .title {
    font-size: 40px;
  }
}
.single-counter-02 p {
  font-size: 15px;
  color: #000000;
  margin-top: -5px;
}

.counter-section-04 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .counter-section-04 .counter-title-wrap {
    padding-bottom: 20px;
    text-align: center;
  }
}
.counter-section-04 .counter-title-wrap .title {
  font-size: 36px;
  color: #ffffff;
}

.single-counter-03 {
  margin-top: 30px;
}
.single-counter-03 .icon {
  margin-bottom: 25px;
}
.single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.single-counter-03 p {
  font-size: 14px;
  color: #ffffff;
}

.counter-section-05 {
  background: #E9F3F9;
  padding-top: 35px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.counter-section-05 .shape-1 {
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
}
.counter-section-05 .shape-2 {
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}
.counter-section-05 .single-counter-03 {
  margin-top: 30px;
}
.counter-section-05 .single-counter-03 .icon {
  margin-bottom: 25px;
}
.counter-section-05 .single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #0071DC;
}
.counter-section-05 .single-counter-03 p {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555555;
}

.counter-section-06 .counter-wrap-03 {
  margin-top: -30px;
}

.single-counter-04 {
  margin-top: 30px;
  background: #FFF7EF;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-counter-04.item-2 {
  background: #EEFAF8;
}
.single-counter-04.item-2 span {
  color: #3BBC9B;
}
.single-counter-04.item-3 {
  background: #F7F3FF;
}
.single-counter-04.item-3 span {
  color: #9B51E0;
}
.single-counter-04.item-4 {
  background: #FFFAEF;
}
.single-counter-04.item-4 span {
  color: #F8941F;
}
.single-counter-04 span {
  font-size: 34px;
  font-weight: 700;
  color: #EE4A62;
}
.single-counter-04 p {
  font-size: 15px;
  color: #8a8a8a;
}

.counter-section-07 .counter-wrap-03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 65px;
  z-index: 1;
  margin-top: -100px;
}
.counter-section-07 .counter-wrap-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(236, 82, 81, 0.9);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.counter-section-07 .single-counter-03 {
  margin-top: 30px;
  position: relative;
}
.counter-section-07 .single-counter-03::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #ffffff;
  width: 1px;
  height: 78px;
  transform: translateY(-50%);
}
.counter-section-07 .single-counter-03.item-4::before {
  display: none;
}
.counter-section-07 .single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.counter-section-07 .single-counter-03 p {
  font-size: 16px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .counter-section-07 .single-counter-03::before {
    display: none;
  }
}

.counter-section-08 .counter-wrap-03 {
  margin-top: -30px;
}
.counter-section-08 .counter-cont-wrap {
  padding-top: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .counter-section-08 .counter-cont-wrap {
    padding-right: 0;
  }
}
.counter-section-08 .counter-cont-wrap .title {
  font-size: 36px;
  color: #021E40;
}
@media only screen and (max-width: 575px) {
  .counter-section-08 .counter-cont-wrap .title {
    font-size: 30px;
  }
}
.counter-section-08 .counter-cont-wrap .text {
  color: #8a8a8a;
  margin-top: 20px;
}

.counter-section-09::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.65;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.counter-section-09 .single-counter span::before {
  background: #0071DC;
}

/*--
/*  15 - Countdown CSS
/*----------------------------------------*/
.countdown-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.countdown-section::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  opacity: 0.8;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .countdown-section .countdown-cont {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-section .countdown-cont {
    padding-right: 150px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-section .countdown-cont {
    padding-right: 0;
  }
}
.countdown-section .countdown-cont .sub-title {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .sub-title {
    font-size: 24px;
  }
}
.countdown-section .countdown-cont .title {
  font-size: 72px;
  color: #ffc600;
  font-weight: 700;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .countdown-section .countdown-cont .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .title {
    font-size: 42px;
  }
}
.countdown-section .category-form {
  margin-top: 0;
}
.countdown-section .category-form .form-title {
  background-color: #ffc600;
}
.countdown-section .category-form .form-title .title {
  color: #07294D;
}
.countdown-section .category-form .form-title span {
  font-size: 20px;
  font-weight: 500;
  color: #07294D;
}

.edubin-countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.edubin-countdown .single-countdown {
  text-align: center;
  position: relative;
  padding: 40px 15px;
  min-width: 115px;
  height: 115px;
  line-height: 115px;
  border: 3px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown {
    padding: 26px 15px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-countdown .single-countdown {
    min-width: 70px;
    padding: 18px 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.edubin-countdown .single-countdown .count {
  font-size: 42px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown .count {
    font-size: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-countdown .single-countdown .count {
    font-size: 24px;
  }
}
.edubin-countdown .single-countdown .value {
  font-size: 15px;
  line-height: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  color: #ffffff;
  margin-top: 25px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown .value {
    margin-top: 15px;
  }
}

/*--
/*  16 - Admission CSS
/*----------------------------------------*/
.edubin-admission-section {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-admission-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-admission-section {
    padding-bottom: 80px;
  }
}

.admission-wrap {
  margin-top: -30px;
}

.admission-item {
  background-color: #07294d;
  margin-top: 30px;
}
.admission-item .admission-image img {
  width: 100%;
}
.admission-item .admission-content {
  padding: 40px;
}
.admission-item .admission-content .title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}
.admission-item .admission-content p {
  color: #fff;
}

.admission-info {
  background-color: #07294d;
  padding: 70px 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .admission-info {
    padding: 45px 28px;
  }
}
.admission-info .admission-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
}
.admission-info p {
  color: #fff;
  padding-bottom: 31px;
}
.admission-info .help-line {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
}
.admission-info span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #ffc600;
}

/*--
/*  17 - CTA CSS
/*----------------------------------------*/
.edubin-cta-section {
  background: #F9EEE1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.edubin-cta-section .shape-3 {
  position: absolute;
  left: 65px;
  top: 140px;
  z-index: -1;
  animation: zoom-in 3s infinite;
}
.edubin-cta-section .cta-wrap {
  margin-top: -30px;
}

.cta-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .cta-item {
    padding: 40px 30px;
  }
}
.cta-item .shape-1 {
  position: absolute;
  right: 0;
  top: 45px;
  z-index: -1;
}
.cta-item .cta-content .title {
  font-size: 30px;
}
.cta-item .cta-content p {
  font-size: 14px;
  color: #383B46;
  padding-top: 20px;
}
.cta-item .cta-content .btn {
  height: 45px;
  line-height: 45px;
  background: #ff773d;
  color: #ffffff;
  margin-top: 20px;
}
.cta-item .cta-content .btn:hover {
  background: #021E40;
}
@media only screen and (max-width: 575px) {
  .cta-item .cta-img {
    text-align: center;
    margin-top: 30px;
  }
}
.cta-item .cta-img img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

.edubin-cta-section-02 .cta-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 90px 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: -120px;
  z-index: 1;
}
.edubin-cta-section-02 .cta-cont {
  padding-left: 290px;
}
.edubin-cta-section-02 .cta-cont .title {
  font-size: 30px;
  color: #ffffff;
}
.edubin-cta-section-02 .cta-btn {
  text-align: right;
}
.edubin-cta-section-02 .cta-btn .btn {
  background: #ffffff;
  border: 2px solid #ffffff;
  line-height: 50px;
  color: #000000;
}
.edubin-cta-section-02 .cta-btn .btn:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .edubin-cta-section-02 .cta-cont {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-cta-section-02 .cta-wrap {
    padding: 80px 80px 90px;
  }
  .edubin-cta-section-02 .cta-btn {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-cta-section-02 .cta-wrap {
    padding: 70px 35px 80px;
  }
}

.edubin-cta-section-03 .cta-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.edubin-cta-section-03 .cta-cont .title {
  font-size: 25px;
  line-height: 0px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .edubin-cta-section-03 .cta-cont .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-cta-section-03 .cta-cont .title {
    font-size: 20px;
    line-height: 36px;
  }
  
.text-center.mb-5 h2 {
  font-size: 20px;
}  
.campus-life-section .campus-heading .title {
  font-size: 20px !important;
}

.refined-box h3 {
  font-size: 18px !important;
}
.text-center.mb-4 h2 {
  font-size: 20px;
}

}
.edubin-cta-section-03 .cta-cont .title span {
  color: #EC5251;
}
.edubin-cta-section-03 .cta-cont .cta-btn {
  margin-top: 25px;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li:last-child {
  margin-right: 0;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn {
  background: #EC5251;
  color: #ffffff;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn:hover {
  color: #ffffff;
  background: #FF3E4B;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn-white {
  border: 2px solid #ffffff;
  line-height: 48px;
  background: transparent;
  color: #ffffff;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn-white:hover {
  background: #000;
  border: 2px solid #000;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*--
/*  18 - Features CSS
/*----------------------------------------*/
.features-content-wrap {
  padding-top: 10px;
}

.features-item {
  margin-top: 30px;
}
.features-item .features-content {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	
.banner-slide {
height: 580px !important;
margin-bottom: -212px;
}

.see-more-btn {
  visibility: hidden;
}

.product-info {
  padding-left: 5px !important;
  margin-top: 30px !important;
}

.gift-enquiry-section {
  padding-left: 5px !important;
  margin-bottom: 50px;
  margin-top: 50px !important;
}

.enquire-btn {
  width: 50% !important;
}

.explore-card {
  text-align: center !important;
}

.banner-text-box h1 {
  font-size: 20px !important;
}

.banner-text-box p {
  display: none !important;
}

.banner-divider-line {
  display: none !important;
}

.banner-shop-btn {
  padding: 3px 26px !important;
  text-decoration: none;
  font-size: 12px !important;
  margin-top: -6px !important;
}

.main-banner{
margin-top: 145px !important;
height: 238px !important;
}

.banner-text-box {
  position: absolute; 
  top: 30% !important;

}

.banner-content.five {
  position: absolute;
  top: 30% !important;
  transform: translateY(-50%);
  text-align: center;
  max-width: 484px;
  left: 58% !important;
}

.banner-content.five h1 {
  font-size: 20px !important;
}

.banner-btn5 {
  padding: 4px 24px !important;
  font-size: 12px !important;
  margin-top: 0px !important;
}

.banner-content.six h1 {
  font-size: 27px !important;
}

.banner-content.six {
  top: 30% !important;
}

.ktx-about-container {
  width: 90% !important;
}

.ordx-actions button {
    margin: 5px !important;
}


.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn {
        padding: 7px 10px !important ;
        transition: 0.3s;
        width: 100% !important;
        height: 39px !important;
		font-size:10px !important;
      
    }
	
	.branch-section {
    padding: 0px 0 !important;
}

/**/




/**/
	
	
	
  .features-item .features-content {
    padding: 0;
  }
}
.features-item .features-content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #383B46;
  margin-top: 20px;
}
.features-item .features-content p {
  color: #383B46;
}

.edubin-features-section-02 {
  background-color: #EFF6F9;
  padding-top: 15px;
  padding-bottom: 45px;
}

.features-item-02 {
  display: flex;
  align-items: center;
  border: 1px dashed #2babe4;
  padding: 25px;
  border-radius: 0 40px 40px 40px;
  margin-top: 30px;
}
.features-item-02.features-02 {
  border-radius: 40px 40px 0px 40px;
}
.features-item-02 .features-content {
  flex: 1;
  margin-left: 25px;
}
.features-item-02 .features-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #383B46;
}
.features-item-02 .features-content p {
  color: #383B46;
  font-size: 14px;
}

.edubin-features-section-03 {
  background: #0071DC;
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.edubin-features-section-03 .shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.features-item-03 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.features-item-03 .features-content {
  flex: 1;
  margin-left: 25px;
}
.features-item-03 .features-content .title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.edubin-features-section-04 .category-form {
  margin-top: -380px;
}
@media only screen and (max-width: 991px) {
  .edubin-features-section-04 .category-form {
    margin-top: 50px;
  }
}
.edubin-features-section-04 .category-form .form-title {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 0;
}
.edubin-features-section-04 .category-form .form-title .title {
  color: #000000;
}
.edubin-features-section-04 .category-form .form-title span {
  font-size: 17px;
  color: #021E40;
}
.edubin-features-section-04 .category-form .main-form .single-form .btn {
  background: #3BBC9B;
  color: #ffffff;
}
.edubin-features-section-04 .category-form .main-form .single-form .btn:hover {
  background: #07294D;
}
.edubin-features-section-04 .features-content-wrap {
  margin-top: -30px;
  padding-top: 0;
}

.features-item-04 {
  margin-top: 30px;
}
.features-item-04 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #3BBC9B;
  font-size: 30px;
  color: #ffffff;
}
.features-item-04 .cont .title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #021E40;
  margin-top: 20px;
}
.features-item-04 .cont p {
  color: #8a8a8a;
}

.edubin-features-section-05 .features-wrap {
  margin-top: -30px;
}

.features-item-05 {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 40px 40px 50px 40px;
  margin-top: 30px;
}
.features-item-05 .features-content .title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #000000;
  margin-top: 20px;
}
.features-item-05 .features-content p {
  color: #8a8a8a;
  margin-top: 20px;
}

/*--
/*  19 - Faq CSS
/*----------------------------------------*/
.edubin-faq-section {
  overflow: hidden;
}

.faq-left {
  position: relative;
  z-index: 1;
}
.faq-left .shape-1 {
  position: absolute;
  left: 7%;
  top: 10%;
  z-index: -1;
}
.faq-left .shape-2 {
  position: absolute;
  left: 15%;
  top: 5%;
  z-index: -1;
}
.faq-left .shape-3 {
  position: absolute;
  left: 3%;
  bottom: 1%;
  z-index: -1;
}
.faq-left .shape-4 {
  position: absolute;
  right: 12%;
  bottom: 3%;
  z-index: -1;
}
.faq-left .image {
  padding-left: 95px;
}

@media only screen and (max-width: 991px) {
  .faq-left .shape-4 {
    right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .faq-left .shape-1 {
    left: 2%;
  }
}

@media only screen and (max-width: 991px) {
  .faq-accordion {
    margin-top: 60px;
  }
}
.faq-accordion .accordion-item {
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.faq-accordion .accordion-item:first-of-type {
  margin-top: 0;
}
.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-accordion .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-accordion .accordion-item .accordion-button {
  padding: 20px 35px;
  border-radius: 10px;
}
.faq-accordion .accordion-item .accordion-button .title {
  font-size: 16px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #222222;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  padding: 25px 35px;
}
.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #3BBC9B;
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #ffffff;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  background: none;
  transform: rotate(0);
}

.faq-accordion-wrapper {
  display: flex;
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper {
    display: block;
  }
}
.faq-accordion-wrapper .faq-col {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col {
    width: 100%;
  }
}
.faq-accordion-wrapper .faq-col:first-child {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:first-child {
    padding-right: 0px;
  }
}
.faq-accordion-wrapper .faq-col:last-child {
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:last-child {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-section-02 .faq-accordion {
    margin-top: 0px;
  }
}
.faq-section-02 .faq-accordion .accordion-item:first-of-type {
  margin-top: 20px;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button .title {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #222222;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  padding: 25px 30px;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #0071DC;
  box-shadow: none;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #ffffff;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  background: none;
  transform: rotate(0);
  color: #ffffff;
}

/*--
/*  16 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  background: #bcdfe4;
  padding-top: 150px;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 350px;
    padding-top: 82px;
  }
}
.page-banner-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}

.page-banner .section-title .title {
  color: #ffffff;
}

.breadcrumb {
  margin-bottom: 0;
  margin-top: 15px;
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 11px;
  padding-right: 8px;
  position: relative;
  top: 0;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item:hover a {
  color: #0071DC;
}
/*--
/*  12 - Blog List CSS
/*----------------------------------------*/
.blog-standard-section .blog-post-wrap {
  margin-top: -30px;
}
.blog-standard-section .single-blog {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
}
.blog-standard-section .single-blog .blog-content {
  padding: 30px;
}
.blog-standard-section .single-blog .blog-content .meta .blog-meta a:hover {
  color: #0071DC;
}
.blog-standard-section .single-blog .blog-content .meta .blog-meta i {
  color: #0071DC;
}
.blog-standard-section .single-blog .blog-content .title {
  font-size: 24px;
}
.blog-standard-section .single-blog .blog-content .title a:hover {
  color: #0071DC;
}
.blog-standard-section .single-blog .blog-content p {
  margin-top: 15px;
  color: #8a8a8a;
}

.blog-sidebar {
  margin-left: 50px;
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-left: 0;
    margin-top: 50px;
  }
}

.sidebar-widget {
  margin-top: 30px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  padding-right: 35px;
  background: #f2f4f7;
  color: #415674;
  font-weight: 500;
  outline: none;
  overflow: hidden;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  font-size: 14px;
  background: #0071DC;
  color: #ffffff;
  transition: all 0.3s linear;
}

.sidebar-widget .widget-title {
  margin-bottom: 25px;
}
.sidebar-widget .widget-title .title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021E40;
  display: inline-block;
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}
.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  border-radius: 6px;
  image-rendering: crisp-edges;
}
.sidebar-widget .recent-posts ul li .post-link .post-text {
  flex: 1;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s linear;
  color: #021E40;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  display: inline-block;
  margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #0071DC;
  margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #0071DC;
}

.sidebar-widget .category .cate-item {
  margin-top: 15px;
}
.sidebar-widget .category .cate-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.sidebar-widget .category .cate-item a {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #021E40;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a .post-count:hover {
  color: #0071DC;
}
.sidebar-widget .category .cate-item a:hover {
  color: #0071DC;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #021E40;
  line-height: 18px;
  background: #f3f3f8;
  transition: all 0.3s linear;
}
.sidebar-widget .sidebar-tag li a:hover {
  background-color: #0071DC;
  color: #ffffff;
}

/*--
/*  18 - Blog Details CSS
/*----------------------------------------*/
.blog-details-post {
  margin-top: -30px;
}
.blog-details-post .single-blog .blog-img img {
  width: 100%;
}
.blog-details-post .single-blog .blog-content {
  padding-left: 0;
}
.blog-details-post .single-blog .blog-content .blog-meta {
  margin-bottom: 20px;
}
.blog-details-post .single-blog .blog-content .blog-meta span {
  margin-right: 10px;
}
.blog-details-post .single-blog .blog-content .blog-meta a:hover {
  color: #0071DC;
}
.blog-details-post .single-blog .blog-content .blog-meta i {
  color: #0071DC;
  margin-right: 3px;
}
.blog-details-post .single-blog .blog-content .title {
  font-size: 24px;
  color: #021E40;
}
.blog-details-post .single-blog .blog-content p {
  font-size: 16px;
  line-height: 30px;
}
.blog-details-post .blog-details-content .blog-quote {
  background-color: #f3f3f8;
  padding: 35px 40px 35px 30px !important;
  margin-top: 35px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote {
  padding-left: 50px;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .blog-quote .blockquote {
    padding-right: 0;
    margin-left: 0;
  }
}
.blog-details-post .blog-details-content .blog-quote .blockquote::before {
  content: "\f137";
  font-family: flaticon !important;
  font-size: 30px;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #0071DC;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:first-child) {
  margin-top: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:last-child) {
  margin-bottom: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote p {
  display: inline;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #696868;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
}
.blog-details-post .blog-details-content .blog-quote .blockquote span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #021E40;
  margin-top: 8px;
}
.blog-details-post .blog-details-content .blog-inner-img {
  padding-top: 15px;
}
.blog-details-post .blog-details-content .blog-inner-img .image {
  margin-top: 40px;
}
.blog-details-post .blog-details-content .blog-inner-img .image img {
  border-radius: 10px;
  width: 100%;
}
.blog-details-post .blog-details-content .blog-details-text p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 50px;
}
.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e5;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  font-size: 14px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021E40;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  margin-bottom: 0px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
  margin-right: 0;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
  display: inline-block;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter {
  background: #1DA1F2;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook {
  background: #4867AA;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest {
  background: #BD081B;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-linkedin {
  background: #007BB6;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  opacity: 0.9;
}
.blog-details-post .blog-details-content .edubin-post-pagination {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 30px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .edubin-post-pagination {
    padding: 0 10px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .edubin-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .previous-post, .blog-details-post .blog-details-content .edubin-post-pagination .next-post {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .previous-post, .blog-details-post .blog-details-content .edubin-post-pagination .next-post {
    width: 100%;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post {
    padding: 20px 0;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb a i {
  font-size: 14px;
  color: #0071DC;
  padding: 0 10px;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
  flex-grow: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
    padding: 0 13px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #021E40;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title {
    font-size: 15px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title:hover a {
  color: #0071DC;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .date {
  font-size: 12px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #838383;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .date i {
  color: #0071DC;
  margin-right: 6px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-title {
  font-size: 24px;
  line-height: 30px;
  color: #021E40;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
    display: block;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author img {
  width: 75px;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
  flex-grow: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .name {
  font-size: 16px;
  font-weight: 700;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #8a8a8a;
  margin-top: 5px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .date {
  margin-right: 30px;
  color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply:hover {
  color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
  padding-left: 105px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
    padding-left: 0;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-form {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
  font-size: 24px;
  line-height: 30px;
  color: #021E40;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #686f7a;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
  padding-top: 10px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
  margin-top: 20px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
  height: 135px;
  padding-top: 15px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  resize: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
  height: 45px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn:hover {
  background: #021E40;
}

/*--
/*  19 - Event CSS
/*----------------------------------------*/
.event-wrap {
  margin-top: -30px;
}

.event-item {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.event-item .thum {
  position: relative;
}
.event-item .thum .image {
  overflow: hidden;
  position: relative;
}
.event-item .thum .image a {
  display: block;
  position: relative;
}
.event-item .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.event-item .thum .image .top-meta .categories {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 70%;
}
.event-item .thum .image .top-meta .categories .tag {
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 15px;
  line-height: 29px;
  display: inline-block;
  background: #0071DC;
  color: #ffffff;
  white-space: nowrap;
}
.event-item .thum .price {
  position: absolute;
  right: 30px;
  bottom: -30px;
}
.event-item .thum .price span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #0071DC;
  text-align: center;
}
.event-item .content {
  padding-top: 40px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .event-item .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-item .content .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.event-item .content .title:hover {
  color: #0071DC;
}
.event-item .content .event-place {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  margin-top: 15px;
}
.event-item .content .event-place ul {
  margin-top: 8px;
}
.event-item .content .event-place ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.event-item .content .event-place ul li i {
  margin-right: 5px;
  color: #0071DC;
}
.event-item:hover .thum .image img {
  transform: scale(1.1);
}

/*--
/*  19 - Event Details CSS
/*----------------------------------------*/
.event-details-section .event-content-wrap .image img {
  width: 100%;
  border-radius: 10px;
}
.event-details-section .event-content-wrap .title {
  font-size: 36px;
  color: #002639;
  margin-top: 40px;
  margin-bottom: 20px;
}
.event-details-section .event-content-wrap .event-list-wrap {
  padding-top: 10px;
}
.event-details-section .event-content-wrap .event-list-wrap ul li {
  margin-top: 10px;
}
.event-details-section .event-content-wrap .event-list-wrap ul li i {
  color: #0071DC;
  margin-right: 5px;
}
.event-details-section .event-content-wrap .event-location {
  padding-top: 15px;
}
.event-details-section .event-content-wrap .event-location .event-map {
  margin-top: 20px;
}
.event-details-section .event-content-wrap .event-location .event-map iframe {
  height: 405px;
  width: 100%;
  border-radius: 5px;
}
.event-details-section .event-info-wrap {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px 25px 40px;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .event-details-section .event-info-wrap {
    margin-left: 0;
    margin-top: 50px;
  }
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown {
  padding: 30px 5px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  min-width: 0;
  border: 2px solid #0071DC;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown .count {
  font-size: 20px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  color: #002639;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown .value {
  font-size: 14px;
  line-height: 48px;
  color: #8a8a8a;
}
.event-details-section .event-info-wrap .info-item-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  margin-top: 65px;
  padding-top: 20px;
}
.event-details-section .event-info-wrap .info-item-cost .text .title {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.event-details-section .event-info-wrap .info-item-cost .text .title i {
  color: #0071DC;
  margin-right: 3px;
}
.event-details-section .event-info-wrap .info-item-cost .cost .price {
  font-size: 24px;
  font-weight: 700;
  color: #ff4830;
}
.event-details-section .event-info-wrap .info-item {
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
  padding-top: 20px;
}
.event-details-section .event-info-wrap .info-item .title {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.event-details-section .event-info-wrap .info-item .title i {
  color: #0071DC;
  margin-right: 3px;
}
.event-details-section .event-info-wrap .info-item p {
  color: #696868;
  margin-top: 3px;
}
.event-details-section .event-info-wrap .info-btn .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #0071DC;
  color: #ffffff;
  margin-top: 35px;
}
.event-details-section .event-info-wrap .info-btn .btn:hover {
  background: #021E40;
}
.event-details-section .event-info-wrap .info-btn p {
  font-size: 14px;
  color: #696868;
}
.event-details-section .event-info-wrap .info-btn p a {
  color: #021E40;
}
.event-details-section .event-info-wrap .info-btn p a:hover {
  color: #0071DC;
}
.event-details-section .event-speaker-wrap {
  padding-top: 50px;
}
.event-details-section .event-speaker-wrap .section-title2 .title {
  font-size: 28px;
}

/*--
/*  20 - Speaker CSS
/*----------------------------------------*/
.single-speaker {
  margin-top: 30px;
}
.single-speaker .speaker-img {
  border-radius: 10px;
  overflow: hidden;
}
.single-speaker .speaker-img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-speaker .speaker-img a img {
  width: 100%;
}
.single-speaker .speaker-content {
  position: relative;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-speaker .speaker-content .speaker-social {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-speaker .speaker-content .speaker-social .social li {
  display: inline-block;
}
.single-speaker .speaker-content .speaker-social .social li + li {
  margin-left: 8px;
}
.single-speaker .speaker-content .speaker-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  transform: translate3d(0, 0, 0);
  background: #ffffff;
  border-radius: 50%;
  color: #021E40;
}
.single-speaker .speaker-content .speaker-social .social li:hover a {
  transform: translateY(-5px);
  color: #0071DC;
}
.single-speaker .speaker-content .name {
  font-size: 18px;
  line-height: 30px;
  color: #021E40;
}
.single-speaker .speaker-content .name:hover a {
  color: #0071DC;
}
.single-speaker .speaker-content .designation {
  font-size: 16px;
  line-height: 24px;
  color: #696868;
}
.single-speaker:hover .speaker-img a img {
  transform: scale(1.05);
}
.single-speaker:hover .speaker-content .speaker-social {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -95px);
}

/*--
/*  21 - Course Filter CSS
/*----------------------------------------*/
.course-top-bar {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.course-top-bar .label {
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
  margin-right: 10px;
}

.course-top-text {
  margin-top: 15px;
}
.course-top-text p {
  font-weight: 500;
  color: #838383;
}
.course-top-text p span {
  color: #002e5b;
}

.course-top-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course-top-inner > * {
  margin-right: 30px;
}
.course-top-inner > *:last-child {
  margin-right: 0;
}

.course-top-menu {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.course-top-menu .nav li {
  margin-right: 10px;
}
.course-top-menu .nav li:last-child {
  margin-right: 0;
}
.course-top-menu .nav li button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #8a8a8a;
  font-size: 15px;
}
.course-top-menu .nav li button.active {
  color: #0071DC;
}

.course-top-action {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #f6f7f9;
  height: 40px;
  line-height: 40px;
}
.course-top-action .nice-select {
  float: none;
  height: auto;
  line-height: 1;
  padding: 0;
  padding-right: 20px;
  border: 0;
  color: #002e5b;
  font-weight: 700;
  font-size: 15px;
  background: none;
}
.course-top-action .nice-select::after {
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #002e5b;
  border-right: 1px solid #002e5b;
  margin-top: -6px;
}
.course-top-action .nice-select .option {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 500;
}

.course-collapse-btn {
  margin-top: 15px;
}
.course-collapse-btn .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #a9a9a9;
}
.course-collapse-btn .btn span {
  color: #0071DC;
}
.course-collapse-btn .btn i {
  margin: 0 3px;
  transition: all 0.3s linear;
}
.course-collapse-btn .btn i:last-child {
  color: #002e5b;
}
.course-collapse-btn .btn.collapsed {
  background-color: #ffffff;
}
.course-collapse-btn .btn:hover {
  border: 1px solid #0071DC;
}
.course-collapse-btn .btn:hover i {
  color: #0071DC;
}

.course-collapse {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 50px;
  padding: 35px 40px;
  transition: all 0.3s linear;
}

.widget-checkbox {
  margin-top: 18px;
}
.widget-checkbox .checkbox-list li {
  min-height: auto;
  margin-bottom: 0;
  margin-top: 18px;
}
.widget-checkbox .checkbox-list li label {
  line-height: 1.3;
}
.widget-checkbox .rating {
  position: relative;
  display: inline-block;
}
.widget-checkbox .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 2px;
}
.widget-checkbox .rating .rating-on {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.widget-checkbox .rating .rating-on::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #fda000;
  font-size: 14px;
  letter-spacing: 2px;
}

.sidebar-widget-02 .widget-title {
  font-size: 18px;
}
.sidebar-widget-02 + .sidebar-widget-02 {
  padding-top: 22px;
}

.sidebar-wrap-02 {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 35px 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-wrap-02 {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-wrap-02 {
    margin-top: 0;
  }
}

.course-list-items .course-list {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.course-list-items .course-list .thum .image a img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .course-list-items .course-list .thum .image a img {
    height: 330px;
  }
}
.course-list-items .course-list .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-list-items .course-list .content {
  padding: 30px;
}
.course-list-items .course-list .content .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-list-items .course-list .content .title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 5px;
}
.course-list-items .course-list .content .title:hover {
  color: #0071DC;
}
.course-list-items .course-list .content p {
  margin-top: 10px;
}
.course-list-items .course-list .content .course-lesson ul {
  margin-top: 10px;
}
.course-list-items .course-list .content .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-list-items .course-list .content .course-lesson ul li i {
  margin-right: 5px;
  color: #0071DC;
}

/*--
/*  22 - Course Details CSS
/*----------------------------------------*/
.course-page-banner-section {
  background: #13181C;
  padding-top: 150px;
  min-height: 550px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.course-page-banner-section-02 {
  background: #eff1f6;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .course-page-banner-section-02 .course-details-banner-content {
    padding: 50px 0;
    padding-top: 0;
  }
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb {
  margin-top: 0;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item a {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item a:hover {
  color: #0071DC;
}
.course-page-banner-section-02 .course-details-banner-content .title {
  color: #021E40;
}
.course-page-banner-section-02 .course-details-banner-content > p {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta > *::before {
  background-color: #64768e;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action .meta-name .name {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action p {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action .rating span {
  color: #696868;
}

.course-page-banner-section-03 {
  background: #111827;
}
@media only screen and (max-width: 991px) {
  .course-page-banner-section-03 {
    padding-bottom: 80px;
  }
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #3d4c66;
  padding-top: 20px;
  margin-top: 40px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta > * {
  padding-left: 25px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta > *::before {
  display: none;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li {
  display: inline-block;
  padding: 0 25px;
  background: #1f2838;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 8px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li + li {
  margin-left: 10px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li i {
  color: #0071DC;
  margin-right: 3px;
}

.course-details-banner-content {
  max-width: 620px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .course-details-banner-content {
    padding: 50px 0;
    padding-top: 0;
  }
}
.course-details-banner-content .breadcrumb {
  margin-top: 0;
}
.course-details-banner-content .breadcrumb .breadcrumb-item a:hover {
  color: #0071DC;
}
.course-details-banner-content .title {
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  margin-top: 10px;
}
.course-details-banner-content > p {
  margin-top: 15px;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.course-details-banner-content .course-details-meta > * {
  padding-left: 40px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .course-details-banner-content .course-details-meta > * {
    padding-left: 20px;
  }
}
.course-details-banner-content .course-details-meta > *::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #e1e1e1;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .course-details-banner-content .course-details-meta > *::before {
    left: 8px;
  }
}
.course-details-banner-content .course-details-meta > *:first-child {
  padding-left: 0;
}
.course-details-banner-content .course-details-meta > *:first-child::before {
  display: none;
}
.course-details-banner-content .course-details-meta .meta-action:first-child {
  display: flex;
  align-items: center;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author {
  margin-right: 10px;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author img {
  width: 40px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #e1e1e1;
}
.course-details-banner-content .course-details-meta .meta-action .meta-name .name {
  font-weight: 500;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta .meta-action p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta .meta-action .rating {
  display: flex;
  align-items: center;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star {
  display: block;
  position: relative;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #c5c2c2;
  letter-spacing: 4px;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #ffc000;
  letter-spacing: 4px;
}
.course-details-banner-content .course-details-meta .meta-action .rating span {
  font-size: 13px;
  color: #ffffff;
}

.edubin-tabs-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #e2e0db;
}
@media only screen and (max-width: 575px) {
  .edubin-tabs-menu {
    justify-content: center;
  }
}
.edubin-tabs-menu li {
  cursor: pointer;
}
.edubin-tabs-menu .edubin-title {
  width: 150px;
  border-color: #e2e0db;
  text-align: center;
  border-radius: 0;
  padding: 13px 0;
}
.edubin-tabs-menu .edubin-title .menu-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #696868;
}
.edubin-tabs-menu .active .edubin-title {
  border-bottom: 2px solid #0071DC;
}
.edubin-tabs-menu .active .edubin-title .menu-title {
  color: #021E40;
}

.edubin-tab-pane {
  display: none;
}
.edubin-tab-pane.active {
  display: block;
}

.course-accordion .accordion-item {
  border-radius: 0;
  margin-top: 20px;
  border: 0;
}
.course-accordion .accordion-item button {
  font-size: 16px;
  font-weight: 700;
  background: #f6f7f9;
  color: #002e5b;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  border: 0;
  transition: all 0.3s linear;
}
.course-accordion .accordion-item button::before {
  content: "\f170";
  font-family: "flaticon";
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
  transition: all 0.3s linear;
}
.course-accordion .accordion-item button.collapsed::before {
  content: "\f111";
}
.course-accordion .accordion-item .accordion-body {
  padding: 0;
}
.course-accordion .accordion-item .accordion-body .lessons-list li {
  padding: 18px 35px 18px 30px;
  border-top: 1px solid #DCE4E6;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title {
  font-size: 15px;
  font-weight: 400;
  color: #021E40;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title:hover {
  color: #0071DC;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title i {
  color: #696868;
  margin-right: 10px;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .duration {
  display: inline-block;
  font-size: 13px;
  background: rgba(238, 74, 99, 0.07) !important;
  padding: 1px 14px;
  border: 1px solid #ff4830;
  border-radius: 3px;
  color: #ff4830;
  cursor: pointer;
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .duration {
    margin-bottom: 5px;
  }
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .preview {
  display: inline-block;
  font-size: 13px;
  color: #2dbbc4;
  background: #e3f1f2;
  border: 1px solid #2dbbc4;
  border-radius: 3px;
  padding: 0 14px;
  cursor: pointer;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .lock {
  font-size: 15px;
  color: #442e66;
  margin-left: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 18px 20px 18px 20px;
  }
}
@media only screen and (max-width: 449px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 15px 0px 8px 0px;
  }
}
.course-accordion .accordion-item .accordion-body .lessons-list li:first-child {
  border-top: 0;
}

.course-overview-wrap .course-overview {
  margin-top: 30px;
}
.course-overview-wrap .course-overview p {
  color: #696868;
}
.course-overview-wrap .course-learn-list {
  background: #F9FAFC;
  padding: 50px;
  margin-top: 50px;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .course-overview-wrap .course-learn-list {
    padding: 30px;
  }
}
.course-overview-wrap .course-learn-list ul {
  padding-top: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.course-overview-wrap .course-learn-list ul li {
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  width: 50%;
  margin-top: 20px;
  color: #696868;
}
@media only screen and (max-width: 767px) {
  .course-overview-wrap .course-learn-list ul li {
    width: 100%;
  }
}
.course-overview-wrap .course-learn-list ul li::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "\f132";
  font-family: "flaticon";
  font-size: 13px;
  color: #07294D;
}

.instructor-profile {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .instructor-profile {
    flex-direction: column;
  }
}
.instructor-profile .profile-images {
  flex-shrink: 0;
}
.instructor-profile .profile-images img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.instructor-profile .profile-content {
  flex-grow: 1;
}
.instructor-profile .profile-content .name {
  font-size: 20px;
  font-weight: 700;
}
.instructor-profile .profile-content p {
  color: #696868;
  margin-top: 10px;
}

.course-details-faq .faq-accordion {
  margin-top: 40px;
}
.course-details-faq .faq-accordion .accordion-item {
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button {
  padding: 15px 30px;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button .title {
  font-size: 15px;
  color: #696868;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #696868;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.course-details-faq .faq-accordion .accordion-item .accordion-body {
  font-size: 15px;
  padding: 25px 30px;
  padding-top: 10px;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #0071DC;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 35px;
  text-align: center;
  background: none;
  color: #0071DC;
  transform: rotate(0);
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .review-rating {
    display: block;
  }
}
.review-rating .rating-box {
  text-align: center;
  width: 190px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 33px 20px;
  flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
  .review-rating .rating-box {
    margin: 0 auto;
  }
}
.review-rating .rating-box .count {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #002e5b;
  line-height: 1;
}
.review-rating .rating-box .rating-star {
  display: inline-block;
  position: relative;
}
.review-rating .rating-box .rating-star::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 18px;
  color: #c5c2c2;
  letter-spacing: 4px;
}
.review-rating .rating-box .rating-star .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.review-rating .rating-box .rating-star .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 18px;
  color: #ffc000;
  letter-spacing: 4px;
}
.review-rating .rating-box p {
  margin-top: 0;
}
.review-rating .rating-percentage {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .review-rating .rating-percentage {
    margin-top: 30px;
  }
}

.single-rating-percentage {
  display: flex;
  align-items: center;
}
.single-rating-percentage .label {
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
}
.single-rating-percentage .rating-line {
  width: 100%;
  height: 12px;
  border-radius: 3px;
  background-color: #ebebeb;
  position: relative;
  margin: 0 20px;
}
.single-rating-percentage .rating-line .line-bar {
  position: absolute;
  height: 100%;
  border-radius: 3px;
  background-color: #fcca45;
}

.sidebar-details-wrap {
  margin-top: -420px;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-details-wrap {
    margin-top: 50px;
  }
}

.sidebar-details-wrap-2 {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .sidebar-details-wrap-2 {
    margin-top: 50px;
  }
}

.sidebar-details-video-description {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.sidebar-details-video-description .sidebar-description {
  padding: 40px 40px 40px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description {
    padding: 30px 20px 30px;
  }
}
.sidebar-details-video-description .sidebar-description .title {
  font-size: 20px;
  color: #021E40;
}
.sidebar-details-video-description .sidebar-description .btn {
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: #0071DC;
  color: #ffffff;
}
.sidebar-details-video-description .sidebar-description .btn:hover {
  background: #021E40;
}
.sidebar-details-video-description .sidebar-description .description-list {
  padding-top: 26px;
  padding-bottom: 15px;
}
.sidebar-details-video-description .sidebar-description .description-list li {
  font-weight: 500;
  font-size: 16px;
  color: #8a8a8a;
  border-bottom: 1px solid #ebebeb;
  color: #696868;
  padding: 12px 0;
}
.sidebar-details-video-description .sidebar-description .description-list li.price span {
  font-weight: 700;
  font-size: 24px;
  color: #ff4830;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description .description-list li {
    font-size: 15px;
  }
}
.sidebar-details-video-description .sidebar-description .description-list li:last-child {
  border-bottom: 0;
}
.sidebar-details-video-description .sidebar-description .description-list li i {
  color: #0071DC;
  margin: 0 4px 0 0;
}
.sidebar-details-video-description .sidebar-description .description-list li span {
  font-weight: 500;
  color: #021E40;
  float: right;
  display: block;
}
.sidebar-details-video-description .sidebar-description .share-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  margin-top: 30px;
  padding-top: 20px;
}
.sidebar-details-video-description .sidebar-description .share-link .link-icon {
  font-size: 16px;
  text-align: center;
  color: #696868;
  margin-left: 5px;
}
.sidebar-details-video-description .sidebar-description .share-link:hover .social-share-wrapper {
  opacity: 1;
  visibility: visible;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 6px);
  transform: translateX(-70%);
  background-color: #28314b;
  z-index: 2;
  box-shadow: none;
  border-radius: 5px;
  margin: 0;
  padding: 2px;
  line-height: 0;
  white-space: nowrap;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5.5px 0 5.5px;
  border-color: #28314b transparent transparent transparent;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li {
  display: inline-block;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li a {
  width: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #ffffff;
  border-radius: inherit;
  text-align: center;
  transition: all 0.3s linear;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li:hover a {
  background: rgba(255, 255, 255, 0.13);
}
.sidebar-details-video-description .sidebar-description .share-link .share-btn {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #696868;
}
.sidebar-details-video-description .sidebar-description .share-link .share-btn:hover {
  color: #07294d;
}

.sidebar-video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-video img {
  width: 100%;
}
.sidebar-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  color: #002e5b;
  text-align: center;
  z-index: 2;
}
.sidebar-video .play:hover {
  color: #ffffff;
  background-color: #0071DC;
}

/*--
/*  22 - Shop CSS
/*----------------------------------------*/
.shop-section {
  background: #f3eee9;
}
.shop-section .shop-text p {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.shop-section .product-sort {
  text-align: right;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .shop-section .product-sort {
    text-align: left;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.shop-section .product-sort .filter-name span {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
.shop-section .product-sort .nice-select {
  width: 190px;
  color: #666;
  border: 1px solid #e5e5e7;
  padding-left: 25px;
}
.shop-section .product-sort .nice-select .list {
  width: 100%;
}
.shop-section .single-publication .image .top-meta ul li {
  background: #0071DC;
}
.shop-section .single-publication .image .top-meta ul li:last-child {
  margin-left: 7px;
  background: #ff4830;
}
.shop-section .single-publication .content .add-cart .btn {
  background: #0071DC;
  color: #ffffff;
}
.shop-section .single-publication .content .add-cart .btn:hover {
  background: #021E40;
}
.shop-section .single-publication .content .book-title:hover a {
  color: #0071DC;
}
.shop-section .single-publication .content .price .normal-price {
  color: #0071DC;
}

/*--
/*  23 - Shop Details CSS
/*----------------------------------------*/
.product-details-slide .gallery {
  margin-bottom: 20px;
}
.product-details-slide .gallery-nav {
  max-width: 450px;
}
.product-details-slide .gallery-nav a {
  border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  .product-details-overview {
    margin-top: 40px;
  }
}
.product-details-overview .title {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-details-overview .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .product-details-overview .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.product-details-overview .product-price {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0071DC;
  line-height: 1.2;
  font-weight: 700;
}
.product-details-overview .product-details-meta {
  padding-top: 30px;
}
.product-details-overview .product-details-meta p {
  color: #696868;
  font-weight: 500;
}
.product-details-overview .product-details-meta p span {
  font-weight: 400;
}
.product-details-overview .text {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
  margin-top: 25px;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus {
  border: 1px solid #e1e1e1;
  height: 50px;
  line-height: 48px;
  width: 110px;
  border-radius: 0;
  color: #939393;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus .dec.qtybutton {
  height: 100%;
  width: 30%;
  float: left;
  border-right: 1px solid #e1e1e1;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus .inc.qtybutton {
  height: 100%;
  width: 30%;
  float: right;
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}
.product-details-overview .product-details-menu-2 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-details-overview .product-details-menu-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  margin-top: 25px;
}
.product-details-overview .product-details-menu-2 ul li:last-child {
  margin-right: 0;
}
.product-details-overview .product-details-menu-2 ul li .btn {
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
  border-radius: 0;
}
.product-details-overview .product-details-menu-2 ul li .btn:hover {
  background: #021E40;
}
.product-details-overview .product-details-menu-2 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]), .product-details-overview .product-details-menu-2 textarea {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #222222;
  text-align: center;
  width: 40%;
  font-weight: 600;
}
.product-details-overview .product-details-sku {
  margin-top: 30px;
}
.product-details-overview .product-details-sku p {
  color: #696868;
}
.product-details-overview .product-details-sku p a {
  color: #021E40;
}
.product-details-overview .product-details-sku p a:hover {
  color: #0071DC;
}

.shop-details-review-wrap {
  margin-top: 40px;
}
.shop-details-review-wrap .product-desc {
  margin-top: 40px;
}
.shop-details-review-wrap .product-desc p {
  color: #696868;
}
.shop-details-review-wrap .edubin-tabs-menu {
  justify-content: center;
}

.product-review-reply {
  margin-top: 40px;
}
.product-review-reply .title {
  font-size: 24px;
  color: #021E40;
  margin-bottom: 30px;
}
.product-review-reply .add-review {
  display: flex;
  align-items: center;
}
.product-review-reply .add-review .comment-title {
  font-size: 16px;
  font-weight: 500;
  color: #021E40;
  margin-right: 10px;
}
.product-review-reply .add-review .rating li {
  display: inline-block;
  font-size: 14px;
  color: #dfdfdf;
}
.product-review-reply .comment-form .single-form {
  position: relative;
  margin-top: 20px;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  display: block;
  height: 50px;
  max-width: 100%;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  padding: 14px 20px 14px;
  font-size: 13px;
  color: #415674;
  font-weight: 500;
  line-height: 1.7;
  text-transform: unset;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea {
  height: 120px;
  font-size: 13px;
  color: #415674;
  padding: 14px 20px 14px;
  font-weight: 500;
  line-height: 1.7;
  text-transform: unset;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  resize: none;
}
.product-review-reply .comment-form .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .comment-btn .btn {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
  margin-top: 25px;
}
.product-review-reply .comment-form .comment-btn .btn:hover {
  background: #021E40;
}

/*--
/*  26 - Team Single CSS
/*----------------------------------------*/
.team-profile-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.team-profile {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .team-profile {
    width: 70%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile .profile-img {
    max-width: 42%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-img {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.team-profile .profile-img img {
  width: 285px;
  height: 285px;
  border-radius: 5px;
  image-rendering: crisp-edges;
}
.team-profile .profile-content {
  flex: 1;
  padding-left: 55px;
  padding-right: 60px;
  padding-top: 15px;
}
@media only screen and (max-width: 1399px) {
  .team-profile .profile-content {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile .profile-content {
    padding-left: 35px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-content {
    padding-left: 0px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .team-profile .profile-content {
    padding-left: 0px;
    padding-right: 0;
  }
}
.team-profile .profile-content .name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
}
@media only screen and (max-width: 767px) {
  .team-profile .profile-content .name {
    font-size: 28px;
  }
}
.team-profile .profile-content .designation {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #021E40;
  display: inline-block;
  margin-top: 15px;
}
.team-profile .profile-content p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
  margin-top: 15px;
}

.team-profile-info {
  width: 30%;
  border-left: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .team-profile-info {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile-info {
    width: 30%;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile-info {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }
}
.team-profile-info ul .team-info {
  font-size: 16px;
  line-height: 21px;
  color: #696868;
  margin-bottom: 20px;
}
.team-profile-info ul .team-info span {
  font-weight: 700;
  color: #021E40;
  padding-right: 10px;
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px) {
  .team-profile-info ul .team-info span {
    padding-right: 8px;
  }
}
.team-profile-info .profile-social-wrap {
  margin-top: 30px;
}
.team-profile-info .profile-social-wrap ul li {
  display: inline-block;
  margin-right: 10px;
}
.team-profile-info .profile-social-wrap ul li a {
  font-size: 18px;
  transition: all 0.3s linear;
}
.team-profile-info .profile-social-wrap ul li a.profile-twitter {
  color: #1DA1F2;
}
.team-profile-info .profile-social-wrap ul li a.profile-facebook {
  color: #4867AA;
}
.team-profile-info .profile-social-wrap ul li a.profile-instagram {
  color: #B23A94;
}
.team-profile-info .profile-social-wrap ul li a:hover {
  opacity: 0.9;
}

.team-profile-description {
  padding-top: 115px;
}
@media only screen and (max-width: 991px) {
  .team-profile-description {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
	

.section.enquiry-section.py-5 {

padding: 0px 0px 0px 0px !important;
margin-bottom: 30px;
margin-top: 40px;
}
	
	
  .team-profile-description {
    padding-top: 40px;
  }
}
.team-profile-description .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .team-profile-description .title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.team-profile-description p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
}

.skill-section {
  padding-top: 15px;
}

.team-details-skill-section {
  padding-bottom: 120px;
}

.skill-descrption {
  margin-top: 40px;
}
.skill-descrption .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .skill-descrption .title {
    font-size: 28px;
  }
}
.skill-descrption p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
}
.skill-descrption p.text {
  padding-bottom: 20px;
}

/*--
/*  27 - Pricing CSS
/*----------------------------------------*/
.single-pricing {
  border: 1px solid #07294D;
  padding: 50px 60px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-pricing {
    padding: 30px 30px;
  }
}
.single-pricing .pricig-header .title {
  font-size: 32px;
  font-weight: 700;
  color: #07294d;
  margin-bottom: 15px;
}
.single-pricing .pricig-header p {
  font-size: 18px;
  font-weight: 600;
  color: #0071DC;
  line-height: 1.2;
}
.single-pricing .pricig-header p span {
  font-size: 40px;
  color: #0071DC;
}
.single-pricing .pricig-body .pricig-list {
  padding-top: 22px;
}
.single-pricing .pricig-body .pricig-list li {
  font-size: 16px;
  color: #696868;
  margin-top: 7px;
}
.single-pricing .pricig-body .btn {
  height: 45px;
  line-height: 45px;
  background: #0071DC;
  color: #ffffff;
  margin-top: 30px;
}
.single-pricing .pricig-body .btn:hover {
  background: #021E40;
}

/*--
/*  28 - 404 CSS
/*----------------------------------------*/
/* 404 page */
.error-image svg {
  width: 380px;
  height: 281px;
}
@media only screen and (max-width: 575px) {
  .error-image svg {
    width: 320px;
  }
}

.error-content .error-title {
  font-size: 36px;
  font-weight: 700;
  color: #021E40;
}

.error-content {
  margin-top: 60px;
}
.error-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #021E40;
}
@media only screen and (max-width: 575px) {
  .error-content p {
    font-size: 16px;
    padding: 0 0;
    margin-top: 10px;
  }
}
.error-content .btn {
  height: 45px;
  line-height: 45px;
  background: #0071DC;
  color: #ffffff;
}
.error-content .btn:hover {
  background: #021E40;
}

/*--
/*  28 - Contact CSS
/*----------------------------------------*/
.contact-info-wrap .title {
  font-size: 32px;
  color: #021E40;
}
.contact-info-wrap .text {
  color: #696868;
  margin-top: 30px;
  padding-bottom: 10px;
}
.contact-info-wrap .single-contact-info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.contact-info-wrap .single-contact-info .info-icon i {
  color: #0071DC;
}
.contact-info-wrap .single-contact-info .info-content {
  margin-left: 10px;
}
.contact-info-wrap .single-contact-info .info-content p {
  color: #021E40;
}

.contact-location {
  margin-top: 30px;
}
.contact-location .title {
  font-size: 32px;
  color: #021E40;
}
.contact-location .contact-map {
  margin-top: 40px;
}
.contact-location .contact-map iframe {
  height: 240px;
  width: 100%;
}

.contact-form {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact-form .contact-title {
  font-size: 32px;
  line-height: 44px;
  color: #021E40;
}
.contact-form .contact-form-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 50px;
  padding-top: 30px;
  margin-top: 40px;
}
.contact-form .contact-form-wrap .single-form {
  margin-top: 20px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid transparent;
  background: #f6f7f9;
  font-weight: 400;
  border-radius: 3px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #0071DC;
}
.contact-form .contact-form-wrap .single-form textarea {
  height: 135px;
  padding-top: 15px;
  border: 1px solid transparent;
  font-size: 13px;
  color: #415674;
  background: #f6f7f9;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 3px;
  resize: none;
}
.contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:focus {
  outline: none;
  border-color: #0071DC;
}
.contact-form .contact-form-wrap .form-btn .btn {
  width: 100%;
  height: 45px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 30px;
  font-size: 15px;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
}
.contact-form .contact-form-wrap .form-btn .btn:hover {
  background: #021E40;
}

/*--
/*  24 - Login Register CSS
/*----------------------------------------*/
.login-register-section .login-register-wrap {
  margin-top: -50px;
}
.login-register-section .login-register-wrap .section-title .title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-top: -8px;
}
.login-register-section .login-register-wrap .login-register-box {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
  margin-top: 20px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
  outline: none;
  border-color: #ffc600;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
  margin-right: 8px;
  margin-top: 5px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form a:hover {
  color: #0071DC;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
  margin-top: 30px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
  height: 50px;
  line-height: 45px;
  width: 100%;
  background: #0071DC;
  color: #ffffff;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn:hover {
  background: #021E40;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #8a8a8a;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
  
  
  .timeline-icon {
  position: relative !important;
  top: -20px;
  right: -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.timeline-item.right .timeline-icon {
  left: 0px !important;
}

}

/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrap {
    padding-top: 50px;
  }
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
    padding-left: 0px;
  }
}

.widget-info {
  padding-top: 20px;
}
.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.widget-info ul li + li {
  margin-top: 6px;
}
.widget-info ul li .info-text {
  display: flex;
  font-size: 15px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.widget-info ul li .info-text .label-name {
  font-weight: 500;
}
.widget-info ul li .info-text span {
  flex: 1;
  margin-left: 5px;
}

.footer-widget-about {
  margin-top: 30px;
}
.footer-widget-about p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 23px;
}

.footer-social .social {
  margin-top: 20px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 10px;
}
.footer-social .social li a {
  font-size: 16px;
  color: #ffc600;
}
.footer-social .social li a:hover {
  color: #ffffff;
}
.footer-widget .text {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 30px;
}
.footer-widget .footer-widget-title {
  font-size: 18px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.widget-link {
  padding-top: 25px;
}
.widget-link .link li {
  margin-top: 8px;
}
.widget-link .link li a {
  font-size: 15px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.widget-link .link li a:hover {
  color: #ffc600;
}
.footer-section-02 .footer-widget-about p {
  color: #29303B;
}
.footer-section-02 .footer-widget .text {
  color: #29303B;
}
.footer-section-02 .footer-widget .footer-widget-title {
  color: #29303B;
}
.footer-section-02 .footer-social .social li a {
  color: #FF773D;
}
.footer-section-02 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-02 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-02 .widget-info ul li .info-text span a:hover {
  color: #ff773d;
}
.footer-section-02 .widget-link {
  padding-top: 25px;
}
.footer-section-02 .widget-link .link li a {
  color: #29303B;
}
.footer-section-02 .widget-link .link li a:hover {
  color: #ff773d;
}

.footer-section-03 .footer-social .social li a {
  color: #2babe4;
}
.footer-section-03 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-03 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-03 .widget-info ul li .info-text span a:hover {
  color: #2babe4;
}
.footer-section-03 .widget-link {
  padding-top: 25px;
}
.footer-section-03 .widget-link .link li a {
  color: #29303B;
}
.footer-section-03 .widget-link .link li a:hover {
  color: #2babe4;
}

.footer-section-04 .footer-social .social li a {
  color: #0071DC;
}
.footer-section-04 .footer-social .social li a:hover {
  color: #ffffff;
}
.footer-section-04 .widget-info ul li .info-text {
  color: #ffffff;
}
.footer-section-04 .widget-info ul li .info-text span a:hover {
  color: #0071DC;
}
.footer-section-04 .widget-link {
  padding-top: 25px;
}
.footer-section-04 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-04 .widget-link .link li a:hover {
  color: #0071DC;
}

.footer-section-05 .footer-social .social li a {
  color: #3BBC9B;
}
.footer-section-05 .footer-social .social li a:hover {
  color: #ffffff;
}
.footer-section-05 .widget-info ul li .info-text {
  color: #ffffff;
}
.footer-section-05 .widget-info ul li .info-text span a:hover {
  color: #3BBC9B;
}
.footer-section-05 .widget-link {
  padding-top: 25px;
}
.footer-section-05 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-05 .widget-link .link li a:hover {
  color: #3BBC9B;
}

.footer-section-06 .footer-widget .footer-widget-title {
  color: #ffffff;
}
.footer-section-06 .footer-widget-about .widget-info {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-top: 30px;
}
.footer-section-06 .footer-widget-about .widget-info .icon svg {
  width: 25px;
  fill: #EC5251;
}
.footer-section-06 .footer-widget-about .widget-info .cont {
  flex: 1;
  margin-left: 15px;
}
.footer-section-06 .footer-widget-about .widget-info .cont .title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.footer-section-06 .footer-widget-about .widget-info .cont .number {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px;
}
.footer-section-06 .footer-widget-about p {
  color: #ffffff;
}
.footer-section-06 .footer-social {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer-section-06 .footer-social {
    text-align: left;
  }
}
.footer-section-06 .footer-social .social li + li {
  margin-left: 15px;
}
.footer-section-06 .footer-social .social li a {
  color: #c62828;
}
.footer-section-06 .footer-social .social li a:hover {
  color: #ffc600;
}
.footer-section-06 .widget-info ul li .info-text {
  color: #ffffff;
}
.footer-section-06 .widget-info ul li .info-text span a:hover {
  color: #EC5251;
}
.footer-section-06 .widget-link {
  padding-top: 25px;
}
.footer-section-06 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-06 .widget-link .link li a:hover {
  color: #ffc600;
}
.footer-section-06 .footer-widget .widget-app {
  padding-top: 18px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #F6F7FA;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer-section-06 .footer-widget .widget-app a img {
  border-radius: 5px;
  margin-top: 20px;
}

.footer-section-07 .footer-social .social li a {
  color: #3BBC9B;
}
.footer-section-07 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-07 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-07 .widget-info ul li .info-text span a:hover {
  color: #3BBC9B;
}
.footer-section-07 .widget-link {
  padding-top: 25px;
}
.footer-section-07 .widget-link .link li a {
  color: #29303B;
}
.footer-section-07 .widget-link .link li a:hover {
  color: #3BBC9B;
}

/*--
/*  24. Footer CSS
/*----------------------------------------*/
.footer-top-section {
  background: #07294D;
}

.footer-section-02 {
  background-color: #EEEBE7;
}
.footer-section-02 .footer-top-section {
  background: none;
}
.footer-section-02 .footer-copyright-area {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-section-02 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer-section-02 .copyright-text p {
  color: #29303B;
}

.footer-section-03 {
  background-color: #EFF6F9;
}
.footer-section-03 .footer-top-section {
  background: none;
}
.footer-section-03 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #D7D7D7;
}
.footer-section-03 .copyright-text p {
  color: #29303B;
}

.footer-section-04 .footer-top-section {
  background: #000710;
}
.footer-section-04 .footer-copyright-area {
  background: #000103;
}
.footer-section-04 .footer-copyright-links a:hover {
  color: #0071DC;
}

.footer-section-05 .footer-top-section {
  background: #000710;
}
.footer-section-05 .footer-copyright-area {
  background: #000103;
}
.footer-section-05 .footer-copyright-links a:hover {
  color: #3BBC9B;
}

.footer-section-06 {
  background: #8b1c1c;
}
.footer-section-06 .footer-top-section {
  background: none;
}
.footer-section-06 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer-section-06 .copyright-text p {
  color: #ffffff;
  text-align: left;
}

.footer-section-07 {
  background-color: #ECF7F4;
}
.footer-section-07 .footer-top-section {
  background: none;
}
.footer-section-07 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #D7D7D7;
}
.footer-section-07 .copyright-text p {
  color: #29303B;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-area {
  background: #021D3A;
  padding-top: 20px;
  padding-bottom: 30px;
}

.copyright-text {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
.copyright-text p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
}

.footer-copyright-links {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-copyright-links {
    text-align: center;
  }
}
.footer-copyright-links a {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-left: 10px;
  padding-left: 12px;
  position: relative;
}
.footer-copyright-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 1px;
  height: 13px;
}
.footer-copyright-links a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer-copyright-links a:first-child::before {
  display: none;
}
.footer-copyright-links a:hover {
  color: #ffc600;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #ffc600;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #ffc600;
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.campus-life-section .campus-heading .title {
  font-size: 25px;
  font-weight: 800;
  color: #000;
  line-height: 1.4;
  margin-bottom: 15px;
}

.campus-life-section .campus-heading p {
    font-size: 16px;
    color: #555;
}

.campus-card {
    overflow: hidden;
    border-radius: 12px;
}

.campus-card img {
    width: 100%;
    transition: 0.4s ease;
}

.campus-card:hover img {
    transform: scale(1.05);
}

.enquiry-main-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.enquiry-sub-title {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.enquiry-header p {
  color: #5a2525;
  margin-bottom: 50px;
  font-family: "Quicksand", sans-serif;
  font-size: 14px !important;
  text-align: center;
  margin-top: -20px;
  font-weight: 400;
  
}

.form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}

.enquiry-input {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.enquiry-input:focus {
    box-shadow: none;
    border-color: #e53935;
}

textarea.enquiry-input {
    height: auto;
}

.enquiry-btn {
background: #A41F24;
color: #fff;
padding: 0px 25px;
border-radius: 4px;
}

.enquiry-btn:hover {
    background: #c62828;
    color: #fff;
}

.section.enquiry-section.py-5 {
  text-align: left;
  border-color: #E8E8E8;
  border-style: none;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
}

.refined-title{
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.refined-box{
    background:#f4f6f9;
    padding:40px;
    border-radius:10px;
}

.refined-box h3 {
  font-weight: 600;
  font-size: 25px;
  color: #000;
}

.refined-list{
    list-style:none;
    padding:0;
}

.refined-list li{
    margin-bottom:25px;
    font-size:16px;
	color: #000;
	
}

.refined-list i{
    margin-right:10px;
    color:#000;
}

.refined-btn {
  padding: 0px 30px;
  border-radius: 5px;
  background: #A41F24;
  color: #fff;
  margin-top: 35px;
}

.refined-btn:hover{
    background:#000;
    color:#fff;
}

/* Floating Buttons */
.floating-buttons{
    position:fixed;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    z-index:999;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.floating-buttons a{
    color:#fff;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    text-decoration:none;
}

.float-call{
    background:#3f51b5;
}

.float-whatsapp{
    background:#25D366;
}

.float-enquire{
    background:#e53935;
}


.timeline-section {
    background: #f4f6f9;
}

.timeline-title {
    font-size: 40px;
    font-weight: 700;
}

.timeline-sub {
    color: #666;
    margin-top: 10px;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding-top: 40px;
}

.timeline::after {
 content: '';
  position: absolute;
  width: 1px;
  background: #dddfe1;
  top: 0;
  bottom: 0;
  left: 50%;
}

.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
}

.timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    position: relative;
}

.timeline-content h4 {
    color: #000;
    font-weight: 700;
}
.timeline-content p {
}

.timeline-icon {
    position: absolute;
    top: 15px;
    right: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-item.right .timeline-icon {
    left: -35px;
}

.timeline-icon img {
width: 70px;
 z-index: 1;
}

/* Mobile */
@media screen and (max-width: 768px) {

.timeline::after {
    left: 20px;
}

.timeline-item {
    width: 100%;
    padding-left: 60px;
}

.timeline-item.right {
    left: 0;
}

.timeline-icon {
    left: 0;
    right: auto;
}

.branch-content {
  padding: 30px 25px;
}

.branch-content .title {
  font-size: 20px !important;
}

.about-content .text {
  padding: 0px 0px 0px 25px;
}
.about-content .title {
  font-size: 20px !important;
}

.best-design-left h3 {
  font-size: 20px !important;
}

.product-card {
  margin: 0px 10px 30px !important;
}
.category-box.hft {
  margin-right: 0px !important;
}

.service-card {
  margin: 0px 10px 30px !important;
}

.footer-about p {
  margin-bottom: 25px !important;
}


}










.footer-logo img {
  border-radius: 7px;
}

.widget-link p {
  color: #fff;
}

.footer-widget-about h4 {
  color: #fff;
}










.branch-section {
    padding: 80px 0;
}

.branch-img-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.branch-img {
    position: relative;
    overflow: hidden;
}

.branch-img img {
    width: 100%;
    display: block;
}

.branch-img-2 {
    margin-left: auto;
}

.branch-img-3 {
    position: absolute;
    bottom: -40px;
    left: 0;
}

.branch-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 14px;
}

.branch-content .sub-title {
    letter-spacing: 2px;
    color: #777;
    margin-bottom: 10px;
}

.branch-content .title {
    font-size: 36px;
    margin-bottom: 20px;
}

.branch-content p {
    color: #666;
    margin-bottom: 25px;
}

.branch-content .btn {
    background: #ff6b00;
    color: #fff;
    padding: 12px 28px;
    border-radius: 5px;
}

.branch-section{
    padding:100px 0;
}

.branch-img-wrap{
    position:relative;
}

.branch-img{
    position:relative;
    overflow:hidden;
}

.branch-img img{
    width:auto;
    display:block;
}

/* Ludhiana main image */


/* Small sweet overlap */
.branch-img-3{
    position:absolute;
    bottom:-40px;
    left:40px;
    width:45%;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

/* Sangrur image */
.branch-img-2{
    margin-bottom:40px;
    overflow:hidden;
}

/* Branch label */
.branch-tag{
    position:absolute;
    bottom:20px;
    left:20px;
    background:rgba(0,0,0,0.6);
    color:#fff;
    padding:8px 16px;
    border-radius:5px;
    font-size:14px;
}

/* Content Styling */
.branch-content .sub-title {
  letter-spacing: 2px;
  color: #5a2525;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  
}

.branch-content .title {
  font-size: 30px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;;
}

.branch-content p {
  color: #5a2525;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
}

.branch-content .btn{
    background:#000;
    color:#fff;
    padding:12px 28px;
    border-radius:5px;
    text-decoration:none;
}

.row {
  --bs-gutter-x: -0.0rem;
  --bs-gutter-y: 0;
}

.chtd {
  margin-top: -35px;
}
.btn.btn-white.hft {
  position: absolute;
  bottom: 196px;
  top: 0;
  left: 0;
  right: 0;
  width: 34%;
  margin: auto;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0px;
}

.btn.btn-white.hft2 {
  position: absolute;
  bottom: 196px;
  top: 0;
  left: 0;
  right: 0;
  width: 45%;
  margin: auto;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0px;
}

.btn.btn-white.hft:hover {
  background: #fff;
  color: #000;
}

.btn.btn-white.hft2:hover {
  background: #fff;
  color: #000;
}

.about-company-section {
    background: #fefaf4;
    position: relative;
    overflow: hidden;
}

/* Image Styling */
.about-img {
    text-align: center;
}

.about-img img {
    max-width: 100%;
    border-radius: 12px;
}

/* Content Styling */
.about-content {
    padding: 0px 45px;
}

.about-content .sub-title {
  letter-spacing: 2px;
  color: #5a2525;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.about-content .title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.about-content .text {
  color: #5a2525;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  text-align: justify;
}

/* Responsive */
@media (max-width: 991px) {
    .about-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}
.best-design-section {
    overflow: hidden;
}

/* LEFT PANEL */
.best-design-left {
    background: #c5a368;
    padding: 80px 50px;
    color: #fff;
    height: 100%;
}

.best-design-left h3 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  font-family: "Quicksand", sans-serif;
}

.best-design-left .line {
    width: 60px;
    height: 2px;
    background: #fff;
    margin-bottom: 25px;
}

.best-design-left p {
  line-height: 1.8;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  text-align: justify;
}

.purchase-btn {
    background: #000;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

/* RIGHT PANEL */
.best-design-right {
    background: #fff;
    padding: 80px 60px;
}

.feature-box img {
    margin-bottom: 15px;
}

.feature-box h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #5a2525;
}

.product-name a {
  color: #5a2525;
}

.feature-box p {
  font-size: 15px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  padding: 0px 14px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .best-design-left,
    .best-design-right {
        padding: 50px 30px;
        text-align: center;
    }
}


.products-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Card */
.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
	margin: 0px 10px;
}

.product-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* Bottom Name Box */


/* Hover */
.product-card:hover {
    transform: translateY(-5px);
}
.category-box {
    position: relative;
    overflow: hidden;
}

.category-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.category-box .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category-box span {
    border: 2px solid #fff;
    padding: 8px 25px;
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,0.3);
}

/* Height Controls */
.category-box {
    height: 396px;
}

.category-box.hft.hgt {
  margin-bottom: 0px;
}

.category-box.hft {
  margin-bottom: 30px;
  margin-right: 30px;
}
.big-box {
    height: 100%;
}

/* Image Fit */
.big-box img {
    height: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    .category-box,
    .big-box {
        height: auto;
    }
}

.overlay a span:hover {
  background: #fff;
  color: #000;
}


.services-section {
    background: #faeee0;
}

.services-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.service-card {
    background: #fff;
    text-align: center;
    overflow: hidden;
	margin: 0px 10px;
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.service-content {
    padding: 20px;
}

.service-btn {
    background: #000;
    color: #fff;
    padding: 10px;
	font-family: "Roboto", sans-serif;
}

/* Bottom */
.service-bottom {
    background: #fff;
}

.bottom-box img {
    margin-bottom: 15px;
}

.service-content h5 {
background: #fff;
  padding: 10px;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #5a2525;
}

.service-content p {
  font-size: 15px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.service-btn:hover {
  background: #99191b;
  color: #fff;
}

.service-btn a:hover {
  color: #fff;
}

.bottom-box h6 {
  background: #fff;
  padding: 10px;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #5a2525;
}

.bottom-box p {
  font-size: 15px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  padding: 0px 20px;
}

.bottom-box i {
  color: #cfa161;
  font-size: 60px;
}


.footer-new {
    background: #8b1c1c;
    color: #fff;
    padding: 60px 0 0;
    font-family: 'Poppins', sans-serif;
}

.footer-logo {
    width: 120px;
    margin-bottom: 20px;
}

.footer-about p {
  font-size: 12px;
  line-height: 1.7;
  font-family: "Quicksand", sans-serif;
  padding: 0px 20px 0px 0px;
  color: #fff;
  font-weight: 300;
}

.footer-contact h5, .footer-links h5 {
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: Quicksand;
  color: #fff;
  font-weight: 500;
}

.footer-contact p {
  margin-bottom: 12px;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 300;
  width: 99%;
}

.footer-contact i {
    margin-right: 8px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 14px !important;
}

.footer-contact p a {
  font-size: 14px !important;
  font-weight: 300;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
	font-weight:300 !important;
}

.footer-links ul li a:hover {
    padding-left: 6px;
    color: #000;
}

.footer-social {
    margin-top: 0px;
}

.footer-social span {
    display: block;
    margin-bottom: 8px;
	color: #fff;
	font-size: 15px;
    font-family: Quicksand;
}

.footer-social a {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #000;
}

.footer-bottom {
    background: #d2b07a;
    text-align: center;
    padding: 12px;
    margin-top: 40px;
    color: #8b1c1c;
    font-size: 14px;
}

.row.align-items-start {
  padding-top: 50px;
}

.footer-bottom p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 15px;
}































.banner-slide{
    height: 700px;
    background-size: cover;
    background-position: center;
    align-items:center;
}

.banner-slide .title {
  font-size: 41px;
  line-height: 1.2;
  font-weight: 300;
  color: #981a1c;
  font-family: "Roboto", sans-serif;
}


.about-hamper-section{
    background:#fffaf4;
}

.about-hamper-img img{
    width:100%;
    border-radius:6px;
}

.about-hamper-content{
    padding-left:30px;
	  font-weight: 300;
}

.about-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
}

.about-hamper-content p {
  color: #5a2525;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}


.hamper-products-section{
    background:#fff;
}

.hamper-title{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.hamper-subtitle {
  color: #5a2525;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    margin-top: -20px;
    font-weight: 300;
    font-family: "Quicksand", sans-serif !important;
}

.hamper-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    text-align:center;
    transition:0.4s;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
	margin: 0px 10px;
}

.hamper-card img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.hamper-card h4 {
  background: #fff;
  padding: 12px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #5a2525;
}

.hamper-card:hover{
    transform:translateY(-10px);
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}


/* Announcement Bar */
.top-announcement{
    background:#6d1731;
    color:#fff;
    text-align:center;
    padding:8px 0;
    font-size:14px;
    font-weight:500;
}

.hamper-card h4 {
  line-height: 26px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  text-align: center;
}



.banner-slide{
background-size:cover;
background-position:center;
position:relative;
}

.banner-slide::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}

.banner-height{
min-height:500px;
position:relative;
z-index:2;
}

.banner-content{
color:#fff;
padding-top: 180px;
}

.banner-content h2 {
  font-size: 41px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.banner-content p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  padding-right: 65px;
  margin-top: 15px;
  font-family: "Quicksand", sans-serif;
  width: 80%;
}

.banner-btn {
  display: inline-block;
  padding: 8px 30px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  color: #000;
  border-radius: 0px;
  margin-top: 15px;
}

.banner-btn:hover{
background:#000;
color:#fff;
}





.custom-sl {
  overflow: hidden !important;
  max-width: 1440px !important;
  margin-right: auto;
  margin-left: auto;
}






































.product-main-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}



.product-tabs .nav-link {
  background: #fff;
  padding: 12px;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #5a2525;
  border: none;
}

.product-tabs .nav-link.active {
  background: #fff;
  padding: 12px;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #5a2525;
  border-bottom: 1px solid #972021;
}

.product-card{
background:#fff;
padding:0px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.product-card:hover{
transform:translateY(-5px);
}

.product-card img{
width:100%;
height:180px;
object-fit:cover;
margin-bottom:10px;
}

.price{
font-weight:700;
}

.price span{
text-decoration:line-through;
color:#888;
margin-left:5px;
}

.rating{
color:#f6b400;
margin:5px 0;
}

.cart-btn {
  border: none;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 0px;
  background: #000;
  color: #fff;
  padding: 5px 20px;
  font-family: "Roboto", sans-serif;
  width: 100%;
}


.productSwiper1,
.productSwiper2{
position:relative;
}

.product-next,
.product-prev{
width:40px;
height:40px;
background:#f6c000;
border-radius:50%;
color:#000;
}

.product-next:after,
.product-prev:after{
font-size:16px;
font-weight:bold;
}

.product-prev{
left:-20px;
}

.product-next{
right:-20px;
}


.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #F1F1F1;
  width: 35px;
  border-radius: 50%;
  z-index: 99;
  padding: 0px;
  visibility: hidden;
}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: 'next';
  font-size: 20px;
  font-weight: bold;
}


.product-card h5 {
  padding: 5px;
  font-size: 16px;
  margin-bottom: 6px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #000;
}



.happy-customer-section{
background:#fffaf4;
}

.customer-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  font-family: "Quicksand", sans-serif;
}

.customer-title span{
color:#c6b400;
}

.testimonial-box{
max-width:700px;
margin:auto;
}

.testimonial-box h4 {
  padding: 5px;
  font-size: 16px;
  margin-bottom: 6px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #000;
}

.testimonial-box p {
  color: #010101;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  text-align: center;
}

.swiper-pagination-bullet{
background:#bbb;
opacity:1;
}

.swiper-pagination-bullet-active{
background:#c6b400;
}


.see-more-btn {
border: 1px solid #5a2525;
  padding: 8px 50px;
  border-radius: 0px;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  float: right;
  margin-top: -75px;
  color: #5a2525;
  background: transparent;
}

.see-more-btn:hover{
background:#99191b;
color:#fff;
}

.cart-btn:hover {
  color: #fff !important;
  background: none !important;
}























.shop-sidebar{
background:#fff;
padding:25px;
border:1px solid #eee;
}

.filter-title{
font-size:18px;
font-weight:600;
margin-bottom:15px;
}

.shop-category{
list-style:none;
padding:0;
}

.shop-category li{
margin-bottom:10px;
}

.shop-category a{
color:#333;
text-decoration:none;
}

.shop-filter{
list-style:none;
padding:0;
}

.shop-filter li{
margin-bottom:10px;
font-size:14px;
}

.pagination-area .page-link{
color:#000;
border-radius:5px;
margin:0 5px;
}

.pagination-area .active .page-link{
background:#d60000;
color:#fff;
border-color:#d60000;
}

/* Sidebar Box */
.shop-sidebar{
background:#f5f5f5;
padding:20px;
border-radius:5px;
}

/* Title */
.filter-title {
  padding: 12px;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #000;
}

/* Shop Categories */
.shop-category{
list-style:none;
padding:0;
margin:0;
}

.shop-category li{
border:2px solid #000;
margin-bottom:8px;
position:relative;
}

.shop-category li a {
  display: block;
  padding: 12px 15px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
}

/* Plus Icon */
.shop-category li::after{
position:absolute;
right:15px;
top:10px;
font-size:18px;
font-weight:bold;
}

/* Quick Filter */
.shop-filter{
list-style:none;
padding:0;
margin-top:10px;
}

.shop-filter li {
  display: block;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
}

.shop-filter input{
margin-right:8px;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
  margin: 0px 10px;
}

.product-card2{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
	box-shadow: 5px 5px #9b191b;
	
}

.product-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}


.product-card2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: 0.4s;
}

/* Hover overlay */
.product-card2::after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.55);
    border-radius:50%;
    opacity:0;
    transition:0.4s;
}

.product-card h5,
.product-card .cart-btn{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    opacity:0;
    transition:0.4s;
    z-index:2;
}

.product-card h5{
    top:40%;
    font-size:18px;
    text-align:center;
}

.product-card .cart-btn{
    top:58%;
    color:#000;
    border:none;
    padding:6px 14px;
    font-size:14px;
}

/* Hover Effect */
.product-card:hover::after{
    opacity:1;
}

.product-card:hover h5,
.product-card:hover .cart-btn{
    opacity:1;
	background: none !important;
	color:#fff;
}


.sidebar__area{
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: .3s;
}

.sidebar__area.sidebar-opened{
    right: 0;
}

.body-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.body-overlay.opened{
    opacity: 1;
    visibility: visible;
}





















.product-row{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.product-card2 img{
width:100%;
display:block;
}

@media(max-width:992px){
.product-row{
grid-template-columns:repeat(3,1fr);
}
}

@media(max-width:600px){
.product-row{
grid-template-columns:repeat(2,1fr);
}
}


.testimonial-slider-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-slider {
  position: relative;
}

.testimonial-box {
  display: none;
  text-align: center;
  padding: 20px;
  transition: opacity 0.8s ease-in-out;
}

.testimonial-box.active {
  display: block;
  opacity: 1;
}

/* Arrows */
.testimonial-nav span {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 30px;
  padding: 10px;
  color: #333;
  transform: translateY(-50%);
  user-select: none;
}

.testimonial-nav .prev {
  left: 0;
}

.testimonial-nav .next {
  right: 0;
}

/* Dots */
.testimonial-dots {
  text-align: center;
  margin-top: 15px;
}

.testimonial-dots .dot {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.testimonial-dots .dot.active {
  background-color: #717171;
}


/* Product Card Hover Effect */
.product-card2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-card2 img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.product-card2 .cart-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  pointer-events: none;
  border-radius: 5px;
}

.product-card2:hover img {
  transform: scale(1.1); /* Slight zoom on hover */
}

.product-card2:hover .cart-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(0); /* Move into place */
  pointer-events: auto;
}









/* Product Card Hover Overlay Effect */
.product-card2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-card2 img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

/* Overlay Layer */
.product-card2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0); /* Transparent by default */
  transition: background-color 0.3s ease;
  /**z-index: 1;**/
}

/* Read More Button Styling */
.product-card2 .cart-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  z-index: 2;
  border-radius: 5px;
  pointer-events: none;
}

/* Hover Effects */
.product-card2:hover img {
  transform: scale(1.1); /* Slight zoom */
}

.product-card2:hover::before {
  background-color: rgba(0,0,0,0.4); /* Dark overlay on hover */
}

.product-card2:hover .cart-btn {
  opacity: 1;
  pointer-events: auto;
}









.happy-customer-section{
background:#fffaf4;
text-align:center;
}

.customer-title{
line-height: 1.3;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  font-family: "Quicksand", sans-serif;
}

.testimonial-wrapper{
max-width:750px;
margin:auto;
position:relative;
min-height:140px;
}

.testimonial-item{
display:none;
animation:fade 0.6s ease;
}

.testimonial-item.active{
display:block;
}

.testimonial-name {
  padding: 12px;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #fff;
  border: none;
}

.testimonial-text {
  color: #fff;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  text-align: center;
}

@keyframes fade{
from{opacity:0;}
to{opacity:1;}
}


.shop-category li a:hover {
  background: #9c191b;
  color: #fff;
}


.page-link {
  position: relative;
  display: block;
  color: #93181a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #921719;
  border-color: #8f1919;
  font-size: 15px;
}

.page-link:hover {
  z-index: 2;
  color: #000;
  background-color: #e9ecef;
  border-color: #dee2e6;
}































.product-img{
    position: relative;
    overflow: hidden;
}

.product-img img{
    width: 100%;
    display: block;
}

/* overlay */
.product-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); /* black transparent background */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

/* show overlay on hover */
.product-img:hover .product-overlay{
    opacity: 1;
}

.cart-btn{
    background: #fff;
    border: none;
    padding: 8px 18px;
    margin-top: 10px;
    cursor: pointer;
}


















.product-gallery{
position:relative;
}

.main-product-img{
width:100%;
border-radius:10px;
}

.thumbs{
gap:10px;
margin-bottom: 50px;
}

.thumb{
width:80px;
height:80px;
object-fit:cover;
cursor:pointer;
border-radius:6px;
border:2px solid transparent;
}

.thumb.active{
border-color:#ff6a00;
}

.product-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.product-desc {
font-size: 13px;
  margin-top: 5px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  text-align: left !important;
  padding-bottom: 20px !important;
}

.qty-control{
display:flex;
align-items:center;
gap:0px;
}

.qty-control button{
width:35px;
height:35px;
border:none;
background:#eee;
font-size:18px;
}

.qty-control input{
width:50px;
text-align:center;
}

.check-btn{
background:#ff6a00;
color:#fff;
border:none;
padding:10px 20px;
margin-left:10px;
}

.enquire-btn{
background:#ff6a00;
color:#fff;
border:none;
padding:14px 40px;
font-size:16px;
border-radius:5px;
}


.product-info{
padding-left:40px;
}

/* Inputs */

.custom-input{
background:transparent !important;
border:1px solid #ddd;
height:48px;
border-radius:6px;
}

/* Labels */

.form-group label {
display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
}

.form-group span{
color:#ff6a00;
}

/* Quantity */

.quantity-wrapper label {
  display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
}

.quantity-box{
display:inline-flex;
align-items:center;
border:1px solid #ddd;
border-radius:5px;
overflow:hidden;
background:#fff;
width: 100%;
height: 48px;
}

.qty-btn{
width:40px;
height:38px;
border:none;
background:#fff;
font-size:20px;
}

.qty-input{
width:50px;
border:none;
text-align:center;
font-weight:600;
background: transparent !important;
}

/* Pincode */

.pincode-title{
font-weight:600;
margin-bottom:10px;
}

.truck{
margin-right:5px;
}

.pincode-box{
display:flex;
gap:10px;
}

.pincode-box input{
flex:1;
height:45px;
border:1px solid #ddd;
border-radius:6px;
padding-left:10px;
}

.pincode-btn{
background:#fff;
border:2px solid #ff6a00;
color:#ff6a00;
padding:0 20px;
border-radius:6px;
font-weight:600;
}

/* Enquire Button */

.enquire-btn{
  width: 35%;
  height: 55px;
  background: #8b1c1c;
  color: #fff;
  border: none;
  border-radius: 6px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
}













.product-card2{
position:relative;
overflow:hidden;
}

.product-card2 img{
width:100%;
display:block;
}

.product-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
opacity:0;
transition:0.4s;
}

.product-card2:hover .product-overlay{
opacity:1;
}

.product-name2 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.cart-btn{
background:#fff;
border:none;
padding:8px 18px;
font-size:14px;
cursor:pointer;
}


.cart-btn a:hover {
  color: #fff;
}


/**
.section.product-details {
  margin-top: 200px;
}**/


.quantity-wrapper.mb-4 {
margin-top: 0px;
  margin-left: 3px;
}













.banner-slide2{
background:#9d642e;
height: 750px;
display: flex;
  align-items: center;
}

.banner-content h1 {
  font-size: 41px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.banner-content h1 span{
font-style:italic;
}

.banner-content p{
}

p.yehk {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  padding-right: 65px;
  margin-top: 15px;
  font-family: "Quicksand", sans-serif;
  width: 100%;
}









.banner-slide2{
padding:100px 0 140px;
}

.banner-wave{
position:absolute;
bottom:0;
left:0;
width:100%;
overflow:hidden;
line-height:0;
}

.banner-wave svg{
display:block;
width:100%;
height:100px;
}

.banner-wave path{
fill:#ffffff;
}


/**.img-fluid {
  padding-top: 145px;
}**/




















*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.menu-section{
  background:#fff;
  padding:3rem;
  text-align:center;
  color:white;
}

.title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  font-family: "Quicksand", sans-serif;
}

.menu-container{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:40px;
}

.menu-card{
  text-align:center;
}

.img-box{
  border:2px solid #d4a24c;
  border-radius:200px 200px 0 0;
  overflow:hidden;
}

.img-box img{
  width:100%;
  height:350px;
  object-fit:cover;
}

.menu-card h3 {
  background: #fff;
  padding: 12px;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #000;
}

.menu-card p {
  color: #010101;
  margin-bottom: 15px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  text-align: center;
}

.btn{
  text-decoration:none;
  color:#d4a24c;
  font-size:12px;
  letter-spacing:2px;
  font-weight:600;
}

.btn:hover{
  color:white;
}

.menu-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 boxes in one row */
  gap: 30px;
}


.btn2 {
  color: #000;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  margin-top: -20px;
}

a.btn2:hover {
  text-decoration: none;
  color: #8b1c1c;
}














.banner-img{
height:auto;
display:block;
}





.mobile-banner{
display:none;
}

/* Mobile */
@media (max-width:768px){
	
	.banner-img{
height:auto;
display:block;
margin-top: -80px;
}

.desktop-banner{
display:none;
}

.mobile-banner{
display:block;
}

}

.footer-contact p a {
  margin-bottom: 12px;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-weight: 300;
}









#hmntrsn {
  padding-top: 240px;
  padding-bottom: 40px;
  margin-top: -120px;
}
.snmntrn {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #eef4fe url(../images/mntrbg.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: top center;
}

.h3mntrnm {
  padding: 12px;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #5a2525;
  border: none;
}

.ldmntr {
  color: #5a2525;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}


.mnbx15 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.imcntrmn {
  position: relative;
  bottom: -30px;
}

.bxmntr {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 60px 20px 20px 20px;
  margin: 15px;
}

.h2tlabt {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}



.bxmntr{
background:#fff;
border-radius:20px;
padding:35px 25px;
border:1px solid #dcdcdc;
position:relative;
}

/* Quote icon */
.bxmntr::before{
content:"";
position:absolute;
top:-18px;
left:25px;
width:45px;
height:35px;
background:url("../images/quote.png") no-repeat center;
background-size:contain;
padding:5px;
}




























.hamper-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hamper-title::before,
.hamper-title::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../images/flower.png") no-repeat center;
    background-size: contain;
}

.hamper-title::after {
    transform: scaleX(-1); /* mirror right flower like design */
}











































.shop-topbar{
display:flex;
align-items:center;
justify-content:space-between;
border-bottom:1px solid #e5dcd6;
padding:12px 0;
margin-bottom:30px;
}

.topbar-left{
display:flex;
gap:12px;
}

.view-btn{
font-size:18px;
cursor:pointer;
color:#5a2525;
}

.view-btn.active{
color:#5a2525;
}

.topbar-center{
font-size:14px;
color:#7a4c3a;
}

.topbar-right select{
border:none;
font-size:14px;
color:#7a4c3a;
background:transparent;
cursor:pointer;
}

.sort-select:focus{
outline:none;
}

.product-card{
background:#fff;
padding:10px;
text-align:center;
transition:.3s;
}

.product-card img{
width:100%;
}



.product-info h6{
font-size:14px;
margin-bottom:4px;
}

.product-info p{
font-size:13px;
color:#666;
}

.product-card:hover{
transform:translateY(-5px);
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}


.shop-filter-sidebar{
background:rgb(var(--background));
padding:30px;
}

.filter-item{
border-bottom:1px solid #e9ded6;
padding:0px 0;
}

.filter-title{
display:flex;
justify-content:space-between;
font-size:12px;
letter-spacing:1px;
color:#6b4c45;
cursor:pointer;
}

.filter-content{
margin-top:15px;
}

/* Toggle Switch */

.switch{
position:relative;
display:inline-block;
width:40px;
height:20px;
}

.switch input{
opacity:0;
width:0;
height:0;
}

.slider{
position:absolute;
cursor:pointer;
top:0;
left:0;
right:0;
bottom:0;
background:#ccc;
border-radius:20px;
}

.slider:before{
position:absolute;
content:"";
height:14px;
width:14px;
left:3px;
bottom:3px;
background:white;
border-radius:50%;
transition:.3s;
}

input:checked + .slider{
background:#7b3f3f;
}

input:checked + .slider:before{
transform:translateX(18px);
}

.stock-text{
  margin-left: 0px;
  font-size: 13px;
  margin-top: -10px;
  color: #6a2f2f;
}








/* Style the sidebar container */
.shop-filter-sidebar {
  background-color: #f3eee9;
  padding: 15px;
  border-radius: 8px;
}

/* Style for the filter item title */
.filter-title {
  cursor: pointer;
  padding: 12px;
  font-family: "Quicksand", sans-serif;
  color: #5a2525;
}

/* Arrow icon transformation for open/close state */
.filter-title .arrow {
  float: right;
  transition: transform 0.3s ease;
}

/* When open, rotate the arrow */
.filter-title.collapsed .arrow {
  transform: rotate(0deg);
  color: #3d3d3d;
}

.filter-title:not(.collapsed) .arrow {
  transform: rotate(180deg);
  color: #6a2f2f;
}

/* Style for the filter options */
.filter-content {
  margin-top: 10px;
  display: none;
}

/* When the dropdown is expanded */
.filter-item .collapse.show {
  display: block;
}

/* Style the checkboxes */
input[type="checkbox"] {
  margin-right: 5px;
}


.availability-row{
    display:flex;
    align-items:center;
    gap:10px;
	margin-bottom: 10px;
}


/* SWITCH */
.switch{
    position:relative;
    display:inline-block;
    width:36px;
    height:18px;
}

.switch input{
    opacity:0;
    width:0;
    height:0;
}








.range-slider{
position:relative;
height:25px;
margin-top:15px;
}

.range-slider input[type="range"]{
position:absolute;
width:100%;
pointer-events:none;
appearance:none;
background:none;
}

.range-slider input::-webkit-slider-thumb{
pointer-events:auto;
appearance:none;
width:12px;
height:12px;
border-radius:50%;
background:#6b2c2c;
cursor:pointer;
}

.range-slider input::-webkit-slider-runnable-track{
height:3px;
background:#6b2c2c;
}

.price-fields{
display:flex;
align-items:center;
gap:10px;
margin-top:20px;
}

.price-input{
display:flex;
align-items:center;
border:1px solid #ddd;
padding:6px 8px;
width:90px;
}

.price-input span{
margin-right:4px;
color:#666;
}

.price-input input{
border:none;
outline:none;
width:100%;
}

.to-text{
font-size:14px;
color:#777;
}


.custom-price {
  padding-block-start: .25rem;
  display: block;
}

#priceSlider {
  padding: 0px 10px !important;
  height: 2px;
  
}


#minPrice {
  width: 100px !important;
  border-radius: 0px;
  background: transparent;
  text-align: right;
}

#maxPrice {
  width: 100px !important;
  border-radius: 0px;
  background: transparent;
  text-align: right;
  margin-bottom: 15px;
  margin-top: 15px;
}

.price-inputs{
  display:flex;
  align-items:center;
  gap:10px;
}

.price-field{
  position:relative;
}

.price-field span{
  position:absolute;
  left:8px;
  top:50%;
  transform:translateY(-50%);
  font-size:14px;
  color:#555;
}

.price-field input{
  width:80px;
  padding-left:18px;
  height:28px;
}


























.products-wrapper{
padding:40px 0;
}

.product-container{
text-align:center;
}

.product-image img{
width:100%;
height:330px;
object-fit:cover;
transition:0.4s;
}

.product-container:hover img{
transform:scale(1.05);
}

.product-details{
margin-top:120px;
}

.product-info h6 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 500 !important;
}

.product-info p {
  font-size: 15px;
  margin-top: 5px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-weight: 300;
}

.product-image {
  margin: 15px;
}







.product-image{
position:relative;
overflow:hidden;
}

.product-image img{
width:100%;
display:block;
transition:0.4s;
height: 100%;
}

.hover-img{
position:absolute;
top:0;
left:0;
opacity:0;
}

.item-box:hover .hover-img{
opacity:1;
}

.item-box:hover .main-img{
opacity:0;
}


/* Remove arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}






.product-filter{
  list-style:none;
  padding-left:0;
  margin:0;
}

.product-filter li{
  margin:8px 0;
}

.product-filter a{
  text-decoration:none;
  color:#6b4b3e;
  font-size:14px;
}

















.filter-item:last-child {
  border-bottom: none;
}

.filter-title{
font-size:12px;
letter-spacing:2px;
color:#5a2525;
margin-bottom:10px;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
}

.product-filter{
list-style:none;
padding: 0 10px;
margin:0;
}

.product-filter li{
margin-bottom:12px;
}

.product-filter li a{
text-decoration:none;
color:#6a2f2f;
font-size:14px;
position:relative;
padding-left:18px;
font-family: "Quicksand", sans-serif;
}

/* dot bullet */
.product-filter li a:before{
content:"";
width:6px;
height:6px;
background:#6a2f2f;
border-radius:50%;
position:absolute;
left:0;
top:7px;
}












.collection-toolbar{
border-top:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
padding:10px 0;
background:#f3eee9;
padding-top: 40px !important;
}

.view-icons{
display:flex;
width:max-content;
}

.view-btn{
background:transparent;
border:none;
padding:8px 12px;
cursor:pointer;
font-size:16px;
}

.view-btn:last-child{
border-right:none;
}

.view-btn.active{
background: transparent;
}

#productCount{
font-size:14px;
color:#3d3d3d;
}

.sort-select{
border:none;
background:transparent;
font-size:14px;
color:#6b5b53;
cursor:pointer;
float: right;
margin-right: 67px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: transparent;
  font-weight: normal;
  color: #6a2f2f;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  padding-bottom: 12px;
}


.nice-select .option {
  cursor: pointer;
  font-weight: normal;
  line-height: 30px;
  list-style: none;
  min-height: 19px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #6a2f2f;
}


.filter-title{
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
}

.arrow{
transition:0.3s;
display:inline-block;
}

/* when collapse is open */
.filter-title:not(.collapsed) .arrow{
transform:rotate(180deg);
}


/* Price range slider track */
input[type="range"] {
  accent-color: #6a2f2f;
}

/* For better browser support */

/* Chrome, Safari, Edge */
input[type="range"]::-webkit-slider-thumb {
  background: #6a2f2f;
}



/* Firefox */
input[type="range"]::-moz-range-thumb {
  background: #6a2f2f;
}

input[type="range"]::-moz-range-track {
  background: #6a2f2f;
}





.form-control.custom-input::placeholder{
color:#5a2525 !important;
font-size:12px !important;
font-weight:300 !important;
}



.page-item:first-child .page-link {
  font-size: 15px;
}


.page-item:last-child .page-link {
  font-size: 15px;
}


.pagination .page-link{
color:#000;
border:1px solid #ddd;
}

.pagination .page-link:hover{
background:#000;
color:#fff;
}











/* RIGHT SIDE FORM SECTION */

.gift-enquiry-section{
padding-left:40px;
margin-bottom: 50px;
}

.gift-enquiry-wrapper{
padding:0px;
border-radius:8px;
}

.gift-enquiry-heading {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.gift-enquiry-form label {
  display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px !important;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
  margin-top: 20px;
}

.gift-input{
width:100% !important;
height:45px;
border: 1px solid #ddd;
border-radius:8px;
padding:10px;
margin-bottom:20px;
background: transparent !important;
}

.gift-textarea{
width:100% !important;
height:120px;
border: 1px solid #ddd;
border-radius:8px;
padding-left: 5px;
  padding-right: 5px;
margin-bottom:25px;
background: transparent !important;

}

.enquire-btn:hover {
  background: #9e6f33;
  color: #fff;
}

.gift-submit-wrap{
text-align:center;
}

.gift-submit-btn {
  padding: 12px 40px;
  transition: 0.3s;
  width: 36%;
  height: 50px;
  background: #8b1c1c;
  color: #fff;
  border: none;
  border-radius: 6px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
}

.gift-submit-btn:hover{
background:#9e6f33;
}


.gift-enquiry-form .col-md-6{
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}



.product-gallery{
    overflow:hidden;
}

.main-product-img{
    width:100%;
    transition: transform 0.5s ease;
}

.product-gallery:hover .main-product-img{
    transform: scale(1.15);
}


























/* EXPLORE SECTION */

.explore-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.explore-tabs .nav-link {
  margin: 0 15px;
  margin-bottom: 0px;
  padding: 12px;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #5a2525;
  border: none;
  background: transparent;
}

.explore-tabs .nav-link.active {
  border-bottom: 2px solid #5a2525;
  padding: 12px;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #5a2525;
}

.explore-card{
text-align:left;
margin: 10px;
}

.explore-card img{
width:100%;
border-radius:4px;
margin-bottom:12px;
}

.explore-card h5 {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #5a2525;
  text-align: center;
}

.explore-card span{
  font-size: 14px;
  display: block;
  font-family: "Quicksand", sans-serif;
  color: #010101;
}

.explore-card p {
  font-weight: 600;
  margin-top: 5px;
  font-size: 14px;
  display: block;
  font-family: "Quicksand", sans-serif;
}

.explore-section {
  background-color: #f5f5eb;
}


.section.about-hamper-section.py-5.hfthi {
  background: #fff !important;
}




















/* SNACK RANGE SECTION */

.snack-range-section{
background:#f3efe7;
padding-bottom: 30px;


}

.snack-title {
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 300;
    color: #5a2525;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.snack-row{
display:flex;
justify-content:space-between;
}

.snack-card{
display:block;
text-align:center;
text-decoration:none;
}

.snack-card img{
width:100%;
border-radius:6px;
transition:0.4s;
}

.snack-card img:hover{
transform:scale(1.05);
}

.snack-card h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #5a2525;
}

.text-center.mb-5.hftji {
  line-height: 1.3;
  margin-bottom: 0px !important;
  font-size: 25px;
  font-weight: 300;
  color: #3d3d3d;
  font-family: "Quicksand", sans-serif;
  padding-top: 50px;
}


.snack-card{
text-align:center;
display:block;
text-decoration:none;
color:#000;
}

.snack-card img{
width:100%;
border-radius:10px;
}

.snack-card h4{
margin-top:10px;
font-size:15px;
}


.snack-range-section{
    margin-top: 20px; 
    width: 100%;
    margin-bottom: 0px;
}




















.product-view-sec {
padding: 60px 0;
background: #fff;
}

/* LEFT IMAGE */
.product-media-box {
text-align: center;
}

.product-main-img {
width: 100%;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.product-thumb-row {
display: flex;
gap: 10px;
justify-content: center;
margin-top: 15px;
}

.thumb-item {
width: 65px;
height: 65px;
object-fit: cover;
border-radius: 6px;
border: 2px solid #ddd;
cursor: pointer;
}

.thumb-item.active,
.thumb-item:hover {
border-color: #facc15;
}

/* RIGHT CONTENT */
.product-content-box {
padding: 0px 30px;
}

.product-heading {
  line-height: 1.3;
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.product-rating {
color: #fbbf24;
margin-bottom: 15px;
}

.review-text {
color: #5a2525;
margin-left: 10px;
}

/* PRICE */
.price-wrapper {
margin-bottom: 20px;
}

.price-old {
text-decoration: line-through;
color: #5a2525;
}

.price-new {
  font-size: 20px;
  font-weight: 500;
  color: #5a2525;
}

.price-new span {
font-size: 14px;
color: #5a2525;
}

/* LABEL */
.label-title {
  display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px !important;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
  margin-top: 20px;
}

/* QUANTITY */
.qty-control {
display: flex;
border: 1px solid #ddd;
width: fit-content;
padding: 6px;
border-radius: 4px;
    height: 50px;
}

.btn-buy:hover {
    color: #fff !important;
    background: #9e6f33;
}

.qty-control button {
background: #94181a;
border: none;
padding: 0px 10px;
cursor: pointer;
}

.qty-field {
width: 50px;
text-align: center;
border: none;
}

/* DELIVERY */
.delivery-box {
display: flex;
gap: 8px;
}

.delivery-box input {
flex: 1;
padding: 10px;
border: 1px solid #ddd;
}

.check-delivery {
background: #94181a !important;
color: #fff;
border: none;
padding: 10px 15px;
font-size: 12px !important;
height: 50px !important;
}

button.check-delivery:hover {
    background: #9e6f33 !important ;
}


/* BUTTONS */
.cta-group {
display: flex;
gap: 10px;
margin-top: 20px;
}

.btn-buy {
  background: #eee;
  padding: 12px 20px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  font-size: 12px !important;
}

.btn-cart {
  background: #94181a;
  padding: 12px 20px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  font-size: 12px !important;
}

.btn-cart:hover {
    color: #fff !important;
    background: #9e6f33;
}

/* OFFER */
.deal-box {
margin-top: 20px;
padding: 15px;
background: #f9f9f9;
border-radius: 8px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

.product-heading {
font-size: 20px;
}

.cta-group {
flex-direction: column;
}

.product-thumb-row {
flex-wrap: wrap;
}

}



.delivery-info-box {
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 20px;
  border-radius: 8px;
  background: #fafafa;
}

.delivery-option {
  margin-bottom: 10px;
  font-weight: 500;
}

.delivery-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-item {
  font-size: 14px;
  color: #444;
}

.about-product {
  margin-top: 25px;
}

.about-product h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.about-product ul {
  padding-left: 18px;
}

.about-product li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}














.banner-slide{
position:relative;
}

.banner-img{
width:100%;
display:block;
float: left;
}

.banner-content{
position:absolute;
right:10%;
top:40%;
transform:translateY(-50%);
text-align:center;
color:#3e6a99;
max-width:420px;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #386fa8;
    text-align: right;
	font-family: Sitka;
}

.banner-line {
    width: 330px;
    height: 2px;
    background: #3e6a99;
    margin: 0px auto;
}

.banner-content p {
    font-size: 25px;
    color: #000;
    margin-bottom: 0px;
    width: 100%;
    text-align: right;
    padding-right: 0px;
    font-family: 'Roboto';
    line-height: 35px;
	font-weight: 300;
}

.banner-btn {
    background: #3e6a99;
    color: #fff;
    padding: 10px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    float: right;
    font-weight: 300;
}

.banner-btn:hover{
background:#2f547c;
}



.banner-content.second h1 {
    color: #6e9dff;
	font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: right;
    font-family: Sitka;
}


.banner-btn2 {
    background: #6e9dff;
    color: #fff;
    padding: 10px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    float: right;
    font-weight: 300;
	margin-top: 15px;
}


.banner-line2 {
    width: 330px;
    height: 2px;
    background: #6e9dff;
    margin: 0px auto;
}



.banner-content.theird h1 {
    color: #4d1802;
	font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: right;
    font-family: Sitka;
}

.banner-line3 {
    width: 330px;
    height: 2px;
    background: #4d1802;
    margin: 0px auto;
}

.banner-btn3 {
    background: #4d1802;
    color: #fff;
    padding: 10px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    float: right;
    font-weight: 300;
	margin-top: 15px;
}


.mobile-banner{
display:none;
}

.banner-btn2:hover {
  color: #fff;
  background:#4265af;
}

.banner-btn3:hover {
  color: #fff;
  background:#230c03;
}

@media(max-width:768px){

.desktop-banner{
display:none;
}

.mobile-banner{
display:block;
margin-top: 140px;
}

.banner-content{
right:5%;
max-width:280px;
}

.banner-content h1{
font-size: 20px;
margin-bottom: 0px;
}

.banner-content.second h1 {
  font-size: 20px;
  margin-bottom: 0px;
}

.banner-content.theird h1 {
  font-size: 20px;
  margin-bottom: 0px;
}

.banner-content {
  position: absolute;
  top: 25%;
}

.banner-line {
  display: none;
}

.banner-line2 {
  display: none;
}

.banner-line3 {
  display: none;
}

.banner-btn {
  padding: 2px 25px;
  font-size: 10px;

}

.banner-btn2 {
  padding: 2px 25px;
  font-size: 10px;

}

.banner-btn3 {
  padding: 2px 25px;
  font-size: 10px;

}

.banner-content p{
font-size:16px;
display: none;
}

}


















.main-banner{
position:relative;
width:100%;
height: 700px;
}

.desktop-banner-img{
width:100%;
display:block;
}

.mobile-banner-img{
display:none;
width:100%;
}

.banner-text-box{
position:absolute;
right:10%;
top:50%;
transform:translateY(-50%);
text-align:center;
max-width:420px;
color:#3e6a99;
}

.banner-text-box h1 {
  letter-spacing: 3px;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #386fa8;
  text-align: right;
  font-family: Sitka;
}

.banner-divider-line {
  width: 364px;
  height: 2px;
  background: #3e6a99;
  margin: 0px auto;
}

.banner-text-box p {
  font-size: 25px;
  color: #000;
  margin-bottom: 0px;
  width: 100%;
  text-align: right;
  padding-right: 0px;
  font-family: 'Roboto';
  line-height: 35px;
  font-weight: 300;
}

.banner-shop-btn {
  background: #3e6a99;
  color: #fff;
  padding: 10px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  float: right;
  font-weight: 300;
  margin-top: 11px;
}

.banner-shop-btn:hover{
background:#2f547c;
}


.enquiry-main-text {
  color: #5a2525;
  font-size: 14px !important;
}














.pincode-check{
display:flex;
align-items:center;
gap:10px;
}

.pincode-input{
flex:1;
border:1px solid #ddd;
padding:10px 12px;
outline:none;
font-size:14px;
}

.pincode-btn{
border:1px solid #ddd;
background:#fff;
width:45px;
height:40px;
font-size:18px;
color:#f4a623;
cursor:pointer;
}






.gift-action-buttons{
display:flex;
gap:20px;
margin-top:25px;
}

.buy-now-btn{
background:#fff;
border:1px solid #333;
padding:12px 40px;
font-size:14px;
font-weight:600;
cursor:pointer;
}

.add-cart-btn{
background:#ff1a00;
border:none;
color:#fff;
padding:12px 40px;
font-size:14px;
font-weight:600;
cursor:pointer;
}

.add-cart-btn:hover{
background:#e60000;
}


.gift-action-buttons{
display:flex;
gap:20px;
margin-top: 30px;
margin-left: 6px;
}

.buy-now-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 40px;
  font-weight: 300;
  cursor: pointer;
  color: #5a2525;
  border-radius: 5px;
}

.add-cart-btn{
background:#94181a;
color:#fff;
border:none;
padding:12px 40px;
font-weight:600;
cursor:pointer;
border-radius: 6px;
}







.pincode-input::placeholder{
color:#5a2525 !important;
font-weight:300 ! important;
}











.cart-section{
padding:60px 0;
}

.cart-title {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.cart-table{
width:100%;
border-collapse:collapse;
}

.cart-table th {
  padding: 15px;
  text-align: left;
  border-bottom: 2px solid #5a2525;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  font-weight: 400;
}

.cart-note h3 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.subtotal p {
  color: #5a2525;
}

.cart-table td{
padding:20px 30px;
color: #5a2525;
}

.product-info{
/**display:flex;**/
align-items:center;
gap:15px;
}

.product-info img{
width:70px;
}

.qty-box{
display:flex;
align-items:center;
gap:15px;
}

.qty-box button{
border:none;
background:none;
font-size:20px;
cursor:pointer;
}

.qty-input{
width:40px;
text-align:center;
border:none;
}

.remove-box{
background:#f6dfe0;
width:35px;
height:35px;
display:flex;
align-items:center;
justify-content:center;
border-radius:5px;
cursor:pointer;
}

.cart-summary{
display:flex;
justify-content:space-between;
align-items:center;
border-top:2px solid #5a2525;
padding-top:20px;
}

.subtotal h3 {
  color: #5a2525;
  font-size: 25px;
  font-weight: 300;
}

.subtotal h4 {
  color: #5a2525;
}

.checkout-btn{
background:#94181a;
color:white;
padding:12px 30px;
text-decoration:none;
border-radius:5px;
}

.cart-note{
margin-top:40px;
}

.cart-note textarea{
width:100%;
height:150px;
border:1px solid #5a2525;
padding:10px;
}


.product-text h4 {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  text-align: center;
}


.checkout-btn:hover {
  background: #950d0d;
  color: #fff;
}










/* MOBILE RESPONSIVE CART */

@media (max-width:768px){

.cart-title{
font-size:28px;
margin-bottom:25px;
}

.cart-table thead{
display:none;
}

.cart-table,
.cart-table tbody,
.cart-table tr,
.cart-table td{
display:block;
width:100%;
}

.cart-table tr{
border-bottom:1px solid #ddd;
padding:15px 0;
}

.cart-table td{
padding:10px 0;
text-align:left;
}

.product-info{
flex-direction:row;
align-items:center;
gap:12px;
}

.product-info img{
width:60px;
}

.product-text h4{
font-size:16px;
}

.price,
.total-price{
font-size:15px;
}

/* quantity */

.qty-box{
justify-content:flex-start;
}

/* remove button */

.remove-box{
margin-top:5px;
}

/* subtotal section */

.cart-summary{
flex-direction:column;
align-items:flex-start;
gap:20px;
}

.checkout-btn{
width:100%;
text-align:center;
}

.cart-note textarea{
height:120px;
}

}


















.nx-cart {
  background: #f3eee9;
  padding: 40px 20px;
}

.nx-container {
  max-width: 1100px;
  margin: auto;
}

.nx-title {
  margin-top: 20px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  color: rgb(90, 37, 37);
  font-family: "Quicksand", sans-serif;
}
.nx-coupon h3 {
  font-size: 14px;
  color: rgb(90, 37, 37);
}

.nx-summary h3 {
  font-size: 14px;
  color: rgb(90, 37, 37);
}

/* TABLE */
.nx-table {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border-collapse: collapse;
  overflow: hidden;
}

.nx-table th, .nx-table td {
  padding: 15px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(90, 37, 37);
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  font-weight: 400;
}

/* PRODUCT */
.nx-product {
  display: flex;
  gap: 15px;
  align-items: center;
}

.nx-img {
  width: 70px;
}

.nx-text h4 {
  margin: 0;
}

/* QTY */
.nx-qty {
  display: flex;
  border: 1px solid #ccc;
}

.nx-qty button {
  padding: 5px 10px;
  border: none;
  background: rgb(148, 24, 26);
  cursor: pointer;
}

.nx-input {
  width: 40px;
  text-align: center;
  border: none;
}

/* REMOVE */
.nx-remove {
  background:rgb(148, 24, 26);
  border: none;
  padding: 6px 10px;
  cursor: pointer;
}

/* BOTTOM */
.nx-bottom {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

/* COUPON */
.nx-coupon, .nx-summary {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.nx-coupon-row {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.nx-select {
  flex: 1;
}

.nx-apply {
  background: rgb(148, 24, 26);
  border: none;
  padding: 10px 15px;
  color: #fff;
  height: 50px !important;

  
}

/* SUMMARY */
.nx-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: rgb(90, 37, 37);
  font-size: 14px !important;
}

.nx-line.total {
  font-weight: bold;
}

.nx-checkout {
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  background: rgb(148, 24, 26);
  border: none;
  color: #fff;
}

.nx-checkout:hover {
    color: #fff !important;
    background: #9e6f33;
}

.nx-apply:hover {
  background: #b10c0f;
  color: #fff;
}

button.nx-checkout a:hover {
    color: #fff !important;
}

.nx-offer {
  padding: 20px;
  background: #f6f7fa;
  cursor: pointer;
  font-size: 14px;
  color: rgb(148, 24, 26);
  font-weight: 300 !important;
}

.nx-back:hover {
    color: #ffffff;
    background: #9e6f33;
}

.nx-row {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.nx-text h4 {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
}

.nx-row:last-child {
  border: none;
}

.nx-back {
  margin-top: 20px;
  padding: 12px;
  background: rgb(148, 24, 26);
  border: none;
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .nx-bottom {
    flex-direction: column;
  }

  .nx-table thead {
    display: none;
  }

  .nx-table tr {
    display: block;
    margin-bottom: 10px;
  }

  .nx-table td {
    display: flex;
    justify-content: space-between;
  }
}















.zx-auth {
  background: #f3eee9;
  padding: 100px 0;
  display: flex;
  justify-content: center;
}

.zx-box {
  background: #fff;
  width: 420px;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Tabs */
.zx-tabs {
  display: flex;
  margin-bottom: 15px;
}

.zx-tab {
  flex: 1;
  padding: 10px;
  border: none;
  background: #ddd;
  cursor: pointer;
  color: #000 !important;
}

.zx-tab.active {
  background: #94181a;
      color: #fff !important;
}

/* Text */
.zx-note {
  font-size: 14px;
  margin-bottom: 15px;
}

.zx-note a {
  color: #94181a;
}

/* Forms */
.zx-form {
  display: none;
}

.zx-form.active {
  display: block;
}

.zx-form input {
  padding: 10px;
  margin: 15px 0px;
  border: 1px solid #ccc;
}

/* Row with OTP */
.zx-row {
  display: flex;
}

.zx-row input {
  flex: 1;
}

.zx-options a {
  color: #000;
  font-weight: 400;
  padding-top: 5px;
}

.zx-otp {
  background: #eee;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 12px !important;
  color: #000;
  height: 50px;
  margin-top: 15px;
}

/* Options */
.zx-options {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 15px;
}

/* Button */
.zx-btn {
  width: 120px;
  padding: 10px;
  background: #94181a;
  border: none;
  cursor: pointer;
  color: #fff;
}













/**** Catring Css **/

.banner-content.five h1 {
    margin-bottom: 15px;
    text-align: left;
    font-family: Sitka;
    font-size: 41px;
    line-height: 1.2;
    font-weight: 300;
    color: #981a1c;
}

.banner-btn5:hover {
    color: #ffffff;
    background: #9e6f33;
}


.banner-content.five {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  max-width: 437px;
}

.banner-content.five p {
  font-size: 14px;
  color: #5a2525;
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
  padding-right: 0px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

.banner-btn5 {
  background: #000;
  color: #fff;
  padding: 10px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  float: left;
  font-weight: 300;
  margin-top: 15px;
}


.kt-services-section {
  padding: 40px 10px;
  background: #fff;
  padding-top: 3rem !important;
}

.kt-services-container {
  max-width: 1200px;
  margin: auto;
}

.kt-services-header {
  text-align: center;
  margin-bottom: 50px;
}

.kt-services-header p {
  letter-spacing: 3px;
  color: #c5a46d;
  margin-bottom: 5px;
}

.kt-services-header h2 {
  letter-spacing: 5px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.kt-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.kt-service-card {
  background: #f3eee9;
  text-align: center;
}

.kt-service-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.kt-service-title {
  font-size: 14px;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 400 !important;
}

/* Center Card Special Layout */
.kt-center-card .top {
 padding: 40px 40px 40px 40px;
}

.kt-service-title.bottom {
  padding: 40px 40px 40px 40px;
}

.kt-center-card .kt-service-img img {
  /**height: 250px;**/
}

/* Responsive */
@media (max-width: 992px) {
  .kt-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .kt-services-grid {
    grid-template-columns: 1fr;
  }

  .kt-services-header h2 {
    font-size: 30px;
  }

  .kt-service-img img {
    height: 220px;
  }
}





/* STORY SECTION */
.kt-story-section {
  background: #ffffff;
  margin-top: 30px;
}

.kt-story-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: auto;
}

/* LEFT IMAGE */
.kt-story-image {
  width: 55%;
}

.kt-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT CONTENT */
.kt-story-content {
  width: 47%;
  background: #e8f7ff;
  padding: 40px;
  color: #5a2525;
  margin-bottom: -2px;
  font-size: 15px;
  text-align: justify;
  margin-top: -5px;
}

.kt-story-subtitle {
  font-size: 16px;
  color: #555;
  display: block;
  margin-bottom: 10px;
}

.kt-story-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
}

.kt-story-content p {
  line-height: 1.7;
  color: #5a2525;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: justify;
}

/* BUTTON */
.kt-story-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #f28c28;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.kt-story-btn:hover {
  background: #d8741f;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .kt-story-wrapper {
    flex-direction: column;
  }

  .kt-story-image,
  .kt-story-content {
    width: 100%;
  }

  .kt-story-content {
    padding: 40px;
  }

  .kt-story-title {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .kt-story-content {
    padding: 25px;
  }

  .kt-story-title {
    font-size: 28px;
  }
}





.kt-help-section-new {
  width: 100%;
  background: #fff;
  padding: 80px 40px;
}

.kt-help-container-new {
  width: 100%;
}

/* TITLE */
.kt-help-main-title-new {
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

/* ROW */
.kt-help-row-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */
.kt-help-left-new {
  width: 55%;
}

.kt-help-subtitle-new {
  font-size: 15px;
  letter-spacing: 2px;
  color: #5a2525;
  font-weight: 500;
}

.kt-help-title-new {
  margin: 10px 0 25px;
    margin-bottom: 25px;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
}

/* LIST */
.kt-help-list-new {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.kt-help-list-new li {
  margin: 6px 12px 6px 0;
  position: relative;
}

/* vertical line like original */
.kt-help-list-new li::after {
  content: "|";
  margin-left: 12px;
  color: #5a2525;
}

.kt-help-list-new li:last-child::after {
  display: none;
}

/* LINKS (Clickable) */
.kt-help-list-new li a {
  text-decoration: none;
  transition: 0.3s;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
}

.kt-help-list-new li a:hover {
  color: #000;
}

/* RIGHT IMAGE */
.kt-help-right-new {
  width: 40%;
  text-align: center;
}

.kt-help-right-new img {
  width: 100%;
  max-width: 420px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .kt-help-row-new {
    flex-direction: column;
  }

  .kt-help-left-new,
  .kt-help-right-new {
    width: 100%;
  }

  .kt-help-main-title-new {
    font-size: 32px;
  }
}






/**** Contact ****/


/* SECTION CENTER */
.ktc-contact-wrapper {
  padding: 80px 0;
  background: #f8f6f2;
}

/* FORM BOX */
.ktc-contact-box {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 60px;
}

/* HEADING */
.ktc-contact-header span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #5a2525;
}

.ktc-contact-header h2 {
  margin: 10px 0 40px;
    margin-bottom: 40px;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

/* ROW */
.ktc-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

/* FIELD */
.ktc-field {
  width: 100%;
}

.ktc-field input,
.ktc-field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  padding: 10px 0;
  font-size: 14px;
  outline: none;
}

/* TEXTAREA */
.ktc-field textarea {
  height: 100px;
  resize: none;
}

.ktc-full {
  margin-bottom: 30px;
}

/* BUTTON */
.ktc-btn {
  border: 1px solid #000;
  padding: 12px 50px;
  background: transparent;
  letter-spacing: 2px;
  font-size: 14px;
  transition: 0.3s;
}

.ktc-btn:hover {
  background: #000;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .ktc-contact-box {
    padding: 40px 20px;
  }

  .ktc-row {
    flex-direction: column;
  }

}


/* LABEL STYLE */
.ktc-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  color: #000;
}

/* INPUT LINE STYLE */
.ktc-field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #5a2525;
  background: transparent;
  padding: 6px 0;
  font-size: 14px;
  outline: none;
}

/* DATE INPUT FIX */
.ktc-field input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}


/* PLACEHOLDER COLOR */
.ktc-field input::placeholder,
.ktc-field textarea::placeholder {
  color: #5a2525 !important;  /* change placeholder color */
  font-weight:normal !important;
}



/*** Banquet Hall and restaurant ****/


.ktx-about-sec{
  padding: 80px 0;
  background:#fff;
}

.ktx-about-container{
  width:100%;
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:50px;
}

/* LEFT */
.ktx-about-text{
  flex:1;
}

.ktx-about-text h2 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
}

.ktx-about-text p {
  line-height: 1.7;
  color: #5a2525;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: justify;
}

.ktx-about-btn {
  display: inline-block;
  padding: 10px 35px;
  background: transparent;
  color: #5a2525;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
  transition: 0.3s;
  border: 1px solid #5a2525;
}

.ktx-about-btn:hover{
  background: #9e6f33;
  color:#fff;
  border:none !important;
}

/* RIGHT IMAGE */
.ktx-about-img{
  flex:1;
}

.ktx-about-img img{
  width:100%;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* ✅ RESPONSIVE */
@media(max-width:992px){
  .ktx-about-container{
    flex-direction:column;
    text-align:center;
  }

  .ktx-about-text h2{
    font-size:36px;
  }
}

@media(max-width:576px){
  .ktx-about-text h2{
    font-size:28px;
  }

  .ktx-about-text p{
    font-size:14px;
  }
}



.ktx-highlight-sec{
  background: url("../images/banquet-bg.jpg") center/cover no-repeat;
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
}

/* DARK OVERLAY */
.ktx-highlight-overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* TEXT */
.ktx-highlight-content{
  max-width: 900px;
  text-align: center;
}

.ktx-highlight-content h2 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

/* ✅ RESPONSIVE */
@media(max-width:992px){
  .ktx-highlight-sec{
    height: 300px;
  }

  .ktx-highlight-content h2{
    font-size: 22px;
  }
}

@media(max-width:576px){
  .ktx-highlight-sec{
    height: 260px;
  }

  .ktx-highlight-content h2{
    font-size: 18px;
  }
}


/* CENTER CONTENT */
.banner-content.six{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 700px;
}

/* TEXT STYLE */
.banner-content.six h1 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-family: Sitka;
}

.banner-content.six p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  padding-right: 0px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

.banner-btn6 {
  display: inline-block;
  padding: 7px 25px;
  background: #fff;
  color: #000;
  text-decoration: none;
  margin-top: 20px;
}

/* BUTTON */
.banner-btn5 {
    padding: 13px 40px;
    transition: 0.3s;
    height: 50px;
    background: #8b1c1c;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 15px;
    line-height: 25px;
}

/* SECTION */
.evx-section {
  padding: 60px 20px;
  background: #f3eee9;
  text-align: center;
}

/* CONTAINER */
.evx-container {
  max-width: 1200px;
  margin: auto;
}

/* TITLE */
.evx-title {
  letter-spacing: 5px;
  line-height: 1.3;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

/* GRID */
.evx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.evx-card {
  position: relative;
  overflow: hidden;
}

.evx-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

/* LABEL */
.evx-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #e6d2b5;
  padding: 12px 30px;
  width: 80%;
  font-size: 15px;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 500 !important;
}

/* HOVER EFFECT */
.evx-card:hover img {
  transform: scale(1.05);
  transition: 0.4s ease;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .evx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .evx-grid {
    grid-template-columns: 1fr;
  }

  .evx-card img {
    height: 300px;
  }
}



/* ===== PLAN SECTION (ISOLATED) ===== */
.ktplan-sec {
  padding: 0px 20px;
  background: #fff;
  text-align: center;
}

.ktplan-container {
  max-width: 1200px;
  margin: auto;
}

.ktplan-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
}

.ktplan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.ktplan-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.ktplan-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.ktplan-card:hover {
  transform: translateY(-8px);
}

/* Responsive */
@media (max-width: 992px) {
  .ktplan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ktplan-grid {
    grid-template-columns: 1fr;
  }

  .ktplan-title {
    font-size: 16px;
  }
}








.ktplan-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
}

/* Text */
.ktplan-text h4 {
  margin: 0;
    margin-bottom: 0px;
  line-height: 26px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0px;
  text-align: center;
}

.ktplan-text p{
  margin: 5px 0 0;
  font-size: 13px;
  color: #777;
  line-height: 1.4;
}

/* Button */
.ktplan-book-btn {
  border-radius: 3px;
  white-space: nowrap;
  display: inline-block;
  padding: 5px 20px;
  background: transparent;
  color: #5a2525;
  text-decoration: none;
  font-size: 14px;
  margin-top: 10px;
  transition: 0.3s;
  border: 1px solid #5a2525;
}

.ktplan-book-btn:hover{
    color: #ffffff;
    background: #9e6f33;
	border:none;
}



/* SOCIAL LOGIN */
.zx-social {
  margin-bottom: 20px;
}

.zx-social-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
      color: #000 !important;
}

.zx-social-btn:hover {
  background: #f7f7f7;
}

/* ICON STYLE */
.zx-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 25px;
}

/* GOOGLE */
.zx-google {
  color: #000;
}

/* FACEBOOK */
.zx-facebook {
  color: #000;
}





/***** thanks *****/


/* WRAPPER */
.tk-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: #f5f5f5;
}

/* BOX */
.tk-box {
  background: #fff;
  text-align: center;
  padding: 50px 30px;
  max-width: 500px;
  width: 100%;
  border-radius: 6px;
}

/* TITLE */
.tk-title {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

/* ORDER TEXT */
.tk-order {
  font-size: 16px;
  margin-bottom: 30px;
}

/* ICON AREA */
.tk-icon-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tk-circle {
  width: 100px;
  height: 100px;
  border: 3px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tk-circle i {
  font-size: 60px;
  color: #94181a;
}

/* TEXT */
.tk-text {
  font-size: 15px;
  margin: 20px 0 30px;
}

/* BUTTONS */
.tk-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tk-btn {
  padding: 12px 25px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.tk-track {
  background: #ddd;
  color: #000 !important;
}

.tk-shop {
  background: #94181a;
  color: #fff !important;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .tk-title {
    font-size: 24px;
  }

  .tk-box {
    padding: 30px 20px;
  }

  .tk-circle {
    width: 80px;
    height: 80px;
  }
}








/**** order page ****/



.nxo-wrapper {
  padding: 50px 20px;
  background: #f5f5f5;
}

.nxo-container {
  max-width: 1200px;
  margin: auto;
}

.nxo-heading {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 400;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

/* HEADER ROW */
.nxo-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr 2fr 1fr 1fr 1fr;
  padding: 12px 15px;
  background: #eaeaea;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
}

.nxo-head {
  color: #5a2525;
  font-weight: 500;
  font-size: 14px;
}

/* TABLE */
.nxo-table {
  background: #fff;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  line-height: 1.7;
  color: #5a2525;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

/* ROW */
.nxo-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 2fr 1fr 1fr 1fr;
  padding: 15px;
  border-bottom: 1px solid #eee;
  align-items: center;
  color: #5a2525;
  font-size: 14px !important;
}

/* STATUS */
.nxo-status.processing {
 color: #5a2525;
}

.nxo-status.delivered {
  color: #5a2525;
}

.nxo-popup-box h3 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 300;
  color: #5a2525;
  font-family: "Quicksand", sans-serif;
}

.nxo-ship-status {
  color: #5a2525;
  font-weight: 400;
}

/* BUTTON */
.nxo-action {
  background: #94181a;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
}

button.nxo-action.track-btn:hover {
    color: #ffffff;
    background: #9e6f33;
}


button.nxo-action:hover {
    color: #ffffff;
    background: #9e6f33;
}

.nxo-action span {
  font-size: 18px;
}

/* POPUP */
.nxo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.nxo-popup-box {
  background: #fff;
  padding: 25px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}

.nxo-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* TRACK STYLE */
.nxo-track {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.nxo-track-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.nxo-dot {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin-top: 5px;
}

/* MOBILE */
@media (max-width: 768px) {

  .nxo-head {
    display: none;
  }

  .nxo-row {
    grid-template-columns: 1fr;
    gap: 8px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 8px;
  }

}




/* POPUP BACKDROP */
.nxo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* POPUP BOX */
.nxo-popup-box {
  background: #fff;
  width: 420px;
  max-width: 90%;
  border-radius: 8px;
  padding: 20px 25px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  animation: fadeIn 0.3s ease;
}

/* CLOSE BUTTON */
.nxo-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #888;
}

.nxo-close:hover {
  color: #000;
}

/* HEADER */
.nxo-popup-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #5a2525;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* STATUS */
.nxo-ship-status {
  font-size: 14px;
  margin: 10px 0 15px;
  color: #5a2525;
}

/* TRACK LIST */
.nxo-track {
  display: flex;
  flex-direction: column;
  gap: 15px;
      margin-left: 0px !important;
}

/* EACH ROW */
.nxo-track-item {
  display: flex;
  align-items: flex-start;
  gap: 0px !important;
  font-size: 14px;
  color: #5a2525;
  border-bottom: 1px solid #eee;
}

/* DOT */
.nxo-dot {
    width: 10px;
    height: 10px;
    background: none !important;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
    padding: 0px !important;
    margin: 0px !important;
}

.nxo-track-item:last-child {
  border: none;
}

/* TEXT */
.nxo-track-item strong {
  font-weight: 300 !important;
  color: #5a2525;
}

/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}











/**** order product ****/



/* MAIN WRAPPER */
.ordx-wrapper {
  background: #f5f5f5;
  padding: 20px;
}

.ordx-container {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
}

/* HEADER */
.ordx-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.ordx-header h4 {
  font-size: 14px;
  color: #5a2525;
  font-weight: 600;
}

.ordx-total {
  font-weight: 400;
  font-size: 14px;
  color: #5a2525;
}

/* ROW */
.ordx-row {
  border-top: 1px solid #eee;
  padding: 15px 0;
}

/* LEFT */
.ordx-left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.ordx-left img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 6px;
}

.ordx-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #5a2525;
}

/* ACTIONS */
.ordx-actions {
  margin-top: 10px;
  /**display: flex;**/
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px !important;
}

.ordx-actions button a {
    font-size: 14px !important;
}
.ordx-actions button {
    padding: 6px 12px;
    border: none;
    background: #8b1c1c;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
    color: #ffff;
}

.ordx-actions button:hover {
    color: #fff !important;
    background: #9e6f33;
}

/* SPECIAL BUTTONS */
.ordx-track {
  background: #e6f4ff;
}

.ordx-cancel {
  background: #ffecec;
  color: #d11a2a;
}

.ordx-cancel-text {
  font-size: 13px;
  color: #999;
  padding: 6px 10px;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .ordx-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ordx-actions {
    margin-top: 0;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .ordx-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .ordx-left {
    align-items: flex-start;
  }

  .ordx-left img {
    width: 60px;
    height: 60px;
  }
}




/* OVERLAY */
.rvx-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* BOX */
.rvx-box {
  background: #fff;
  width: 500px;
  max-width: 95%;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

/* CLOSE */
.rvx-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

/* PRODUCT */
.rvx-product {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  color: #5a2525;
}

.rvx-product img {
  width: 60px;
  border-radius: 5px;
}

/* STARS */
.rvx-stars i {
  color: #ccc;
  cursor: pointer;
  font-size: 18px;
}

.rvx-stars i.active {
  color: #f5b301;
}

/* UPLOAD */
.rvx-upload {
  height: 80px;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  cursor: pointer;
  margin-bottom: 40px;
}

/* INPUTS */
.rvx-box input,
.rvx-box textarea {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* BUTTON */
.rvx-submit {
  background: #94181a;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
}

/* MOBILE */
@media(max-width:600px){
  .rvx-box{
    padding:15px;
  }
}



.rvx-overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.rvx-box{
  background:#fff;
  padding:30px;
  width:500px;
  max-width:90%;
  border-radius:6px;
  position:relative;
}

.rvx-close{
  position:absolute;
  right:15px;
  top:10px;
  font-size:20px;
  cursor:pointer;
}

.rvx-stars i{
  color:#ccc;
  cursor:pointer;
}

.rvx-stars i.active{
  color:gold;
}

.rvx-box h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #5a2525;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}













/* TRACK ORDER POPUP */
.trx-overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.5);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.trx-box {
  background: #fff;
  width: 420px;
  max-width: 100%;
  border-radius: 8px;
  padding: 20px 25px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  animation: fadeIn 0.3s ease;
}

.trx-close{
  position:absolute;
  right:15px;
  top:10px;
  font-size:20px;
  cursor:pointer;
}

.trx-status {
  margin: 15px 0;
  color: #5a2525;
  font-weight: 300 !important;
      font-size: 14px !important;
}

.trx-row{
  display:flex;
  justify-content:space-between;
  padding:8px 0;
  border-top:1px solid #eee;
  color: #5a2525;
  font-weight: 400;
}

.trx-box {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 10px;
  color: #5a2525;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}


/* CANCEL POPUP */
.cxl-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.trx-box h4 {
    font-size: 14px !important;
}
.cxl-box{
  background:#fff;
  width:500px;
  padding:25px;
  border-radius:6px;
  position:relative;
}

.cxl-close{
  position:absolute;
  right:15px;
  top:10px;
  font-size:20px;
  cursor:pointer;
}

.cxl-product{
  display:flex;
  align-items:center;
  gap:15px;
  margin:15px 0;
  color: #5a2525;
}

.cxl-product img{
  width:60px;
}

.cxl-select, .cxl-textarea {
  width: 100%;
  padding: 0px 10px;
  margin: 10px 0 15px;
  border: 1px solid #ddd;
}

.cxl-submit {
  background: #94181a;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
}


.cxl-box h3 {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 10px;
  color: #5a2525;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}


.header-top-wrap .header-top-info ul li a {
    color: #9a1a1c;
}

/**** order product complete ***/


/* ORDER DETAILS VIEW */
.odv-wrapper{
  background:#fff;
  padding:40px 0;
  margin-top: 50px;

}

.odv-container{
  max-width:1000px;
  margin:auto;
  padding:20px;
}

/* TOP */
.odv-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #ddd;
  padding-bottom:15px;
}

.odv-top h4 span{
  color:#5a2525;
}

.odv-date{
    font-size: 14px;
    color: #5a2525 !important;
}

.odv-price{
  font-weight:400;
  color: #5a2525;
}

/* SHIPPING */
.odv-shipping{
  display:flex;
  justify-content:space-between;
  margin:20px 0;
  color: #5a2525;
  font-size: 14px !important;
}

.odv-ship-right {
  text-align: right;
  color: #5a2525;
  font-size: 14px !important;
}

/* ITEMS */
.odv-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 0;
  border-top:1px solid #eee;
}

.odv-ship-left h5 {
    font-size: 14px !important;
}

.odv-summary h5 {
    font-size: 14px !important;
}

.odv-left{
  display:flex;
  align-items:center;
  gap:15px;
  width:60%;
  color: #5a2525;
  font-size: 14px !important;
}

.odv-left img{
  width:50px;
}

.odv-mid{
  width:20%;
  text-align:center;
  color: #5a2525 !important;
  font-size: 14px !important;
  
}

.odv-right{
  width:20%;
  text-align:right;
  font-weight:400;
  color:#5a2525;
  font-size: 14px !important;
}

/* SUMMARY */
.odv-summary{
  margin-top:30px;
  border-top:1px solid #ddd;
  padding-top:20px;
  color: #5a2525;
  font-size: 14px !important;
}

.odv-row{
  display:flex;
  justify-content:space-between;
  margin:8px 0;
}

.odv-total{
  font-weight:bold;
}

/* RESPONSIVE */
@media(max-width:768px){

  .odv-top{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .odv-shipping{
    flex-direction:column;
    gap:15px;
  }

  .odv-ship-right{
    text-align:left;
  }

  .odv-item{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .odv-left{
    width:100%;
  }

  .odv-mid,
  .odv-right{
    width:100%;
    text-align:left;
  }

}



.odv-top h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #5a2525;
}





/**** Contact Us *****/



/* CONTACT SECTION */
.kt-contact-section {
    padding: 60px 0;
    background: #fff;
}

/* LEFT SIDE */
.kt-contact-left h3 {
    font-size: 24px;
    margin-bottom: 15px;
   color:#5a2525
}

.kt-brand {
    font-weight: 700;
    margin-bottom: 10px;
	color: #5a2525;
}

.kt-help {
    margin-top: 20px;
    font-weight: 600;
}

.kt-contact-left p {
    font-size: 14px;
    margin-top: 5px;
    color: #5a2525;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

.kt-contact-left a {
    text-decoration: none;
    font-size: 15px;
    margin-top: 5px;
    color: #5a2525;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

.kt-phone-box {
  background: #444;
  color: #fff;
  padding: 10px 15px;
  margin-top: 15px;
  width: 35%;
  height: 55px;
  background: #8b1c1c;
  color: #fff;
  border: none;
  display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 15px;
}

.kt-phone-box i {
    margin-right: 8px;
}

.kt-email {
    margin-top: 10px;
    color: #c59d5f;
}

/* RIGHT SIDE FORM */
.kt-contact-form input,
.kt-contact-form select {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    outline: none;
}

.kt-contact-form input:focus,
.kt-contact-form select:focus {
    border-color: #c59d5f;
}

/* BUTTON */
.kt-submit-btn {
    background: #d4d000;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.kt-submit-btn:hover {
    background: #bfb800;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .kt-contact-left {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .kt-contact-section {
        padding: 40px 15px;
    }

    .kt-submit-btn {
        width: 100%;
    }
}




/* WRAPPER */
.ktc-form-wrapper {
    background: #fff;
    padding: 0px;
}

/* ROW */
.ktc-row {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

/* GROUP */
.ktc-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* FULL WIDTH */
.ktc-group.full {
    width: 100%;
    margin-bottom: 25px;
}

/* LABEL */
.ktc-group label {
    font-size: 14px !important;
    margin-bottom: 6px;
    color: #5a2525;
}

.ktc-group label span {
    color: #000;
}

/* INPUT + SELECT */
.ktc-group input,
.ktc-group select {
    height: 45px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    outline: none;
    font-size: 14px;
}

/* SELECT ARROW CLEAN */
.ktc-group select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

/* BUTTON */
.ktc-btn {
    padding: 14px 30px;
    transition: 0.3s;
    width: 20%;
    height: 55px;
    background: #8b1c1c;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 15px;
}

.ktc-btn:hover {
    color: #ffffff;
    background: #9e6f33;
}

.ktc-group textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    border-radius: 5px;
    font-size: 14px;
}


.nice-select {
    background: transparent !important;
	border: 1px solid #ddd !important;
}



.nx-input{
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}

.nx-coupon-row{
    display: flex;
    gap: 10px;
}

.nx-coupon-row .nx-input{
    flex: 1;
}



/* RESPONSIVE */
@media (max-width: 768px) {
    .ktc-row {
        flex-direction: column;
        gap: 15px;
    }

    .ktc-form-wrapper {
        padding: 25px 15px;
    }

    .ktc-btn {
        width: 100%;
    }
}




{
  scroll-behavior: smooth;
}

#banq, #rest, #room {
  scroll-margin-top: 120px; /* adjust based on header height */
}




/**** Main Page ****/


