/*==================================
* Author        : "Somnath Simlai"
* Template Name : Jiabharali T-Cafe Website
* Version       : 1.0
==================================== */

/*==================================

font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', Arial, sans-serif
font-family: 'Gill Sans', Gill Sans MT, Calibri, Trebuchet MS, sans-serif
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
font-family: 'calibri', sans-serif
font-family: 'Roboto', sans-serif
==================================== */

/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2. 	Header
3.	Menu
4.	Slider
5. 	About
6. 	Service
7. 	Statistics
8. 	Project
9. 	Team
10.	Pricing
11.	Testimonial
12. Client
13.	Testemonial 
14. Contact
15. New-project
16. Google Maps
17.	Footer
18.	Footer Copyright

===========*/
/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  background: #f9f8fa;
  margin: 0 auto;
  overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
  /* display:inline-block; */
  text-decoration: none;
  font-size: 14px;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

p {
  font-size: 16px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

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

ul li {
  list-style: none;
}

select,
input,
textarea {
  box-shadow: none;
  outline: 0 !important;
}

html,
body {
  height: 100%;
  position: relative;
  z-index: 2;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.container {
  padding: 0 5%;
}

.btn {
  background-color: #ffcc04;
  border-color: rgb(6, 6, 6);
  color: rgb(39, 39, 39);
  /* padding: 14px 28px; */
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.vl {
  border-left: 2px solid #bfbcff;
  height: 500px;
  position: relative;
}

/*=============Style css=========*/

/*-------------------------------------
           Quality page 
-------------------------------------*/
.logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.logo-area img {
  width: 100px;
  height: 100px;
  padding: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.logo-area img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/*-------------------------------------
		2. Header
--------------------------------------*/
/* .wrapper {
    position: relative;
    z-index: -1;
} */

.header {
  padding-top: 12px;
  padding-bottom: 12px;
  position: sticky;
}

.header li a {
  color: #888;
  outline: 0;

}

/* header-left  */
.header-left li {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-left li i {
  margin-right: 7px;
  color: #888;
}

.header-left li :hover {
  color: #7370d8;
}

/* header-left  */

/* header-right */
.header-right {
  color: #888;
  font-family: "Poppins", sans-serif;
}

.header-right li {
  display: inline-block;
}

.header-right li a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-right li a:hover {
  color: #7370d8;
}

.reg a {
  margin-right: 5px;
  margin-left: 5px;
}

/* social-icon */
.social-icon {
  margin-left: 6px;
  top: 0;
  right: 0;
}

.social-icon li a {
  margin-left: 14px;
}

/* social-icon */

/* header-right */

/*-------------------------------------
		3. Menu
--------------------------------------*/
#menu {
  z-index: 999;
}

/* navbar-brand */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  margin-top: 10px;
  padding: 0;
}

/* navbar-brand */

/* wrapper-sticky */
.wrapper-sticky {
  position: relative;
  display: inline-block;
  background: rgb(240, 240, 240);
}

/* sticky */
.sticky {
  background: rgb(240, 240, 240);
  padding: 0px 0px 0px;
  height: 100px;
  color: #25055a;
}

.sticky .navbar-brand {
  margin-top: 20px;
}

.sticky .navbar-default .navbar-nav li a,
.sticky .navbar-default .navbar-nav li a:active,
.sticky .navbar-default .navbar-nav li a:focus,
.sticky .navbar-default .navbar-nav li a:hover {
  color: #6b6b6a;
  margin: 0px 0px;
}

.sticky .navbar-default .navbar-toggle,
.sticky .navbar-default .navbar-toggle:focus,
.sticky .navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border: 1px solid #000;
  margin-top: 15px;
}

/* sticky */

/* wrapper-sticky */
.wrapper-sticky {
  height: 101px;
}

/* navbar-default */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav li a {
  font-size: 18px;
  color: #373738;
  font-family: "Lato", sans-serif;
  margin-top: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navbar-default.navbar-nav li a:active,
.navbar-default.navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
  color: #ff0000;
  outline: 1;
  font-weight: 700;
  margin-top: 18px;
  background-color: #fbd602;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:active,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background: transparent;
  color: #6a6a6b;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-top: 18px;
  padding-bottom: 25px;
  /* padding-left: 27px; */
}

/* navbar-default */

/* navbar-toggle*/
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border: 1px solid #000;
  margin-top: 25px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

/* navbar-toggle*/

#pageHeader {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  background: rgb(255, 255, 255);
}

/*-------------------------------------
		4. Slider
--------------------------------------*/
.header-slider-area {
  position: relative;
  z-index: 1;
}

/* .single-slide-item */
.single-slide-item {
  padding-top: 35%;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.single-slide-item h4 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 27px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

.single-slide-item p {
  color: #fefefe;
  font-size: 24px;
  max-width: 805px;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  margin-bottom: 51px;
}

.single-slide-item button.slide-btn,
.single-slide-item button:active .slide-btn,
.single-slide-item button:focus .slide-btn {
  display: inline-block;
  background: #f5f5fb;
  padding: 17px 50px;
  color: #5549af;
  border: 1px solid #f5f5fb;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 36px;
  margin-bottom: 30px;
  outline: 0;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-slide-item button.slide-btn:hover {
  background: grey;
  color: #fff;
  border: 1px solid #6b6a6a;
}

.single-slide-item.slide-1 {
  background-image: url(../../assets/images/banner/index01.png);
  /* position: relative; */
  /* z-index: 1; */
}

.single-slide-item.slide-2 {
  background-image: url(../../assets/images/banner/index02.png);
  /* position: relative; */
  /* z-index: 1; */
}

.single-slide-item.slide-3 {
  background-image: url(../../assets/images/banner/index03.png);
  position: relative;
  /* z-index: 1; */
}

.single-slide-item.slide-4 {
  background-image: url(../../assets/images/banner/index04.png);
  /* position: relative; */
  /* z-index: 1; */
}

.single-slide-item.slide-5 {
  background-image: url(../../assets/images/banner/index05.png);
  /* position: relative; */
  /* z-index: 1; */
}

.single-slide-item.slide-6 {
  background-image: url(../../assets/images/banner/index06.png);
  /* position: relative; */
  /* z-index: 1; */
}

.single-slide-item-img img {
  /* width: auto;
  height: 705px; */
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}

/* .single-slide-item */

/* .carousel-indicators */
.carousel-indicators {
  bottom: 40px;
  display: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 12px 10px 0 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fefefe;
  border: 1px solid #fefefe;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 12px 10px 0 0;
  background-color: #f7b405;
  border: 1px solid #f7b405;
}

/* .carousel-indicators */

/* .carousel-control */
.carousel-control {
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  top: 39.5%;
  left: 20px;
  background: transparent;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.carousel-control:hover {
  background: #fff;
  color: #6967d1;
  font-size: 22px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 0%);
}

/* .carousel-control */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Splider */

.splide__slide {
  text-align:left;
  font-family: 'Merriweather';
  font-weight: 600;
  background-color:  rgb(250, 250, 154);
  color:red;
}

.splide__slide img {
  height:auto;
  width: auto; 
  padding:20px;
  /* filter: drop-shadow(0 0 0.75rem #212126); */
}

/*-------------------------------------
		4. We-do
--------------------------------------*/
.we-do {
  padding: 0 0 82px;
}

/* section-header */
.section-header h2 {
  color: #44454f;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.section-header h2 span {
  color: #454343;
  font-family: 'Merriweather';
}

.section-header p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 32px;
  line-height: 1.5 !important;
}

/* section-header */

/*single-we-do-box */
.we-do-carousel {
  padding-top: 60px;
}

.we-do-description {
  padding: 55px 20px 70px;
  height: 550px;
}

.single-we-do-box {
  box-shadow: 0 0 5px rgba(35, 37, 41, 0.1);
  overflow-x: hidden;
  margin-top: 15px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*we-do-description*/
.single-we-do-box {
  background: #fff;
  min-height: 345px;
}

/* we-do-info */
.we-do-info {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

.we-do-img {
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.we-do-topics {
  margin-top: 32px;
  margin-bottom: 27px;
}

.we-do-topics h2 a {
  color: #44454f;
  font-size: 20px;
}

/* we-do-info */

/* we-do-comment */
.we-do-comment {
  margin-top: 14px;
}

.we-do-comment p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  max-width: 306px;
  margin: 0 auto;
}

/* we-do-comment */

/*we-do-description*/
.single-we-do-box:hover {
  box-shadow: 0 5px 20px rgba(112, 134, 230, 0.2);
  opacity: 1;
}

/*owl carousel*/
.owl-carousel .owl-stage {
  position: relative;
  padding-top: 26px;
  padding-bottom: 40px;
}

/*-------------------------------------
		5. About
--------------------------------------*/
.about-us {
  background: #f9faff;
  padding: 120px 0 175px;
}

.about-us-txt {
  margin-top: 103px;
}

.about-us h2 {
  color: #4d4e54;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.about-us p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  max-width: 501px;
  margin-top: 28px;
  margin-bottom: -18px;
}

.about-us-img {
  position: relative;
  box-shadow: 0 10px 30px rgba(112, 134, 230, 0.2);
  z-index: 1;
}

.about-us-img:before {
  position: absolute;
  content: " ";
  top: 55px;
  left: -23px;
  border: 3px solid #ebecfb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*-------------------------------------
		6. Service
--------------------------------------*/
.service {
  padding: 20px 0 85px;
}

.service-single {
  margin-bottom: 30px;
}

.service-content-one {
  margin-top: 42px;
  margin-bottom: 60px;
}

.service-img img {
  height: 65px;
  margin-top: 30px;
}

/*.service-txt*/
.service-single {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 10%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 800px;
  box-shadow: 0 5px 20px rgba(112, 134, 230, 0.2);
  opacity: 5;
}

.service-txt h2 a {
  color: #44454f;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  padding: 47px 0 25px;
}

.service-txt p {
  color: #756c6a;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.67;
}

a.service-btn,
a:active.service-btn,
a:hover.service-btn,
a:focus.service-btn {
  color: #7370d8;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 15px;
}

/*.service-txt*/

.service-single:hover {
  box-shadow: 0 5px 20px rgba(54, 54, 55, 0.2);
  opacity: 25;
}

/* ---- .item ---- */
.isotope .col-sm-6 {
  width: auto;
}

.isotope .item {
  float: left;
  height: 286px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.isotope .item.big-height {
  height: 604px;
}

/*.item img*/
.isotope .item img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.isotope .item:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/*.item img*/

/*.isotope-overlay*/
.isotope-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(250, 225, 1, 0.482);
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  flex-direction: column;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.isotope-overlay h3 a,
.isotope-overlay a {
  color: black;
  font-size: 24px;
  font-family: "Lato", sans-serif;
}

.isotope-overlay h3 a {
  margin-top: 20px;
}

.isotope-overlay p {
  color: black;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin-top: 15px;
}

.isotope .item:hover .isotope-overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 0;
}

/*.isotope-overlay*/

/*project-btn*/
.project-btn {
  margin-top: 49px;
  letter-spacing: 1.2px;
}

.project-view {
  background: #7370d8;
  border: 1px solid #7370d8;
  width: 185px;
  height: 52px;
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.project-view:hover {
  color: #7370d8;
  background: transparent;
}

/*project-btn*/

/*-------------------------------------
		9. Team
--------------------------------------*/
.team {
  padding: 120px 0;
  background: #908ddc;
}

.team.team-main {
  background: #fff;
}

/*team-head*/
.project-header.team-header h2,
.project-header.team-header p {
  color: #fff;
}

.project-header.team-header.team-head h2,
.project-header.team-header.team-head p {
  color: #000;
}

.project-header.team-header.team-head p {
  margin: 0 auto;
  margin-top: 32px;
}

/*team-head*/

/*singleteam-box*/
.team .team-carousel .col-sm-3,
.team .team-carousel .col-xs-12 {
  width: 100%;
  height: auto;
}

.team-card {
  padding: 75px 0 0 0;
}

.team-card.team-mrt-70 {
  margin-top: -70px;
}

.single-team-box {
  position: relative;
  height: 352px;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*-------------------------------------
		11.	Testemonial 
--------------------------------------*/

.testemonial {
  position: relative;
  background: url(../../assets/images/banner/yellow-bg.png) repeat;
}

/*testemonial-carousel*/
.home1-testm.item {
  padding-top: 0px;
}

.testemonial .owl-carousel .owl-item img {
  display: inline-block;
}

.testemonial .owl-theme .owl-nav.disabled+.owl-dots {
  padding-bottom: 5px;
  margin-top: 5px;
}

.testemonial .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
}

.testemonial .owl-theme .owl-dots .owl-dot.active span {
  background: rgb(253, 253, 253);
}

/*home1-testm-txt*/
.home1-testm-txt {
  padding-top: 5px;
}

.home1-testm-txt p {
  color: #414142;
  font-size: 18px;
  font-family: "Merriweather", sans-serif;
  letter-spacing: -0.5px;
}

.home1-testm-txt h3 a {
  color: #414142;
  font-size: 24px;
  font-family: "Merriweather", sans-serif;
  font-weight: 500;
}

.home1-testm-txt h4 {
  color: #414142;
  font-size: 12px;
  font-family: "Merriweather", sans-serif;
  padding-bottom: 50px;
}

.home1-testm-txt span {
  color: #414142;
  font-size: 40px;
}

/*home1-testm-txt*/

/*testemonial-carousel*/



/*-------------------------------------
		13. Latest News
--------------------------------------*/
.news {
  padding: 114px 0 95px;
}

.news-card {
  margin-top: 70px;
}

.news-card-pb-25 {
  padding-bottom: 25px;
}

/*single-news-box*/
.single-news-box {
  box-shadow: 0 5px 30px 0px rgba(210, 215, 112, 0.2);
  min-height: 400px;
  margin-bottom: 13px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-news-box.news-mb-20 {
  margin-bottom: 20px;
}

/*single-news-box*/

/*news-box-bg*/
.news-box-bg {
  position: relative;
  overflow: hidden;
}

.news-box-bg img {
  opacity: 1;
  transition: 0.3s linear;
}

.news-box-bg img:hover {
  opacity: 0.6;
  transition: 0.3s linear;
}

.single-news-box:hover .isotope-overlay {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  top: 0;
}

/*news-box-bg*/
/*news-box-inner*/
.news-box-inner {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-box-inner h3 a {
  display: block;
  font-size: 16px;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  max-width: 350px;
  font-weight: 600;
  line-height: 1.4;
}

.news-box-inner .team-meta {
  display: block;
  color: #54534d;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}

.news-box-inner span {
  color: #dfd88e;
}

a.learn-btn,
a:hover.learn-btn,
a:focus.learn-btn,
a:active.learn-btn {
  color: #fcfcfd;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 8px;
  padding-bottom: 18px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.single-news-box:hover .news-box-inner {
  background: #f9faff;
}

/*team-box-inner*/
.single-news-box:hover {
  box-shadow: 0 5px 35px 0px rgba(115, 112, 215, 0.2);
}


/*-------------------------------------
		14. Contact
--------------------------------------*/
.contact {
  padding: 5% 0 -14px;
  background: url(../../assets/images/banner/contact.jpg) repeat;
  /* background-size: cover; */
  position: relative;
}

.contact:before {
  background-image: url(../../assets/images/banner/back.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*contact-head */
.section-header.contact-head h2,
.section-header.contact-head p {
  position: relative;
  color: #3e3d3d;
}

.contact-form h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-bottom: 40px;
}

/*contact-head */

.contact-content {
  padding: 0 0 0 0;
  overflow: hidden;
  display: flex;
  row-gap: 5vh;
  flex-direction: column;
}

.contact-form {
  position: relative;
  margin: 50px 0 0 0;
}

.contact-form .form-group {
  margin-bottom: 15px;
  padding-bottom: 7px;
}

.contact-form .form-control {
  padding: 24px 21px;
  font-size: 16px;
  border: 1px solid #3e3d3d;
  border-radius: 0px;
  box-shadow: none;
  outline: 0 !important;
  background: #3e3d3d;
  color: #888;
  resize: none;
}

/*--contct button--*/
.contact-form .single-contact-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffcc04;
  height: 50px;
  width: 195px;
  border: 1px solid #090909;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-top: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-form .single-contact-btn button.contact-btn,
.contact-form .single-contact-btn button.contact-btn:focus {
  margin-top: 0px;
  outline: 0 !important;
  border: 0;
  color: #3e3d3d;
  letter-spacing: 2.5px;
  border-radius: 0px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-contact-btn:hover button.contact-btn {
  color: #fcdc04;
  background: #3e3d3d;
  border: 1px solid rgb(251, 3, 3);
}

/*--contct button--*/

/* contact-right */
.contact-right {
  display: flex;
}

/* contact-adress */
.contact-adress {
  margin: 38px 0 0px;
  display: flex;
  flex-direction: column;
}

.contact-office-address {
  margin-bottom: 18px;
}

.contact-office-address h3 {
  color: #3e3d3d;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.contact-office-address p {
  color: #3e3d3d;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
  margin-bottom: 50px;
}

.contact-online-address {
  color: #3e3d3d;
  font-size: 14px;
}

.single-online-address {
  position: relative;
  margin-bottom: 30px;
}

.single-online-address i {
  padding-right: 7px;
}

.single-online-address span {
  position: absolute;
  font-size: 14px;
  left: 25px;
  top: 0;
  width: 100%;
}

/* contact-adress */

/*hm-foot-icon*/
.contact-icon {
  margin-top: 19px;
}

.contact-icon ul li {
  float: left;
}

.contact-icon ul li>a {
  color: #3e3d3d;
  margin-right: 13px;
  padding: 0px 12px 0px 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*-------------------------------------
		16. Google Maps
--------------------------------------*/

#google-map {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

#google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*hm-para-news*/
.hm-para-news a {
  color: #aaa;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: lowercase;
  text-transform: initial;
  max-width: 258px;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hm-para-news a:hover {
  color: #7370d8;
}

.footer-line {
  padding: 30px 0 35px;
}

.border-bottom {
  border-bottom: 1px solid #aaa;
}

.hm-para-news span {
  color: #aaa;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

/*hm-para-news*/

/* breadcrumb */
.breadcrumb {
  background-color: transparent;
}

.breadcrumb>li+li:before {
  padding: 0 0px;
  color: transparent;
  content: "";
}

.breadcrumb li>a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

.breadcrumb li {
  color: #ffffff;
}

.breadcrumb li span {
  margin-left: 8px;
  margin-right: 4px;
  font-size: 20px;
}

/*-------------------------------------
		ii. about-history
--------------------------------------*/
.about-history {
  padding: 0 0 0 0;
  background-image: url(../../assets/images/banner/yellow-bg.png);
  background-repeat: repeat;
}

.about-history-img img {
  /* box-shadow: 0 0 20px rgba(112, 134, 230, 0.2); */
  height: 250px;
}

.about-history-txt h2 {
  color: #0b0b0b;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  font-weight: 600;
  padding: 5px 0 5px 0;
}

.about-history-txt p {
  color: #0f0f0f;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

/*main-timeline*/
.about-vission-content {
  padding: 5px 0 0;
}

.main-timeline {
  position: relative;
  margin-top: -10px;
  transition: all 0.4s ease 0s;
}

.main-timeline:before {
  content: "";
  width: 1px;
  background: #dbdbdb;
  position: absolute;
  top: 5.2%;
  left: 13.75%;
  height: 90%;
}

.xtra-timeline.main-timeline:before {
  display: none;
  /* content: "";
    width:1px;
    background: #dbdbdb;
    position: absolute;
    top: 8.2%;
    left: 0.5%;
    height: 72%; */
}

.main-timeline .timeline {
  position: relative;
  margin-bottom: 2px;
  left: -15px;
}

.main-timeline .timeline-content {
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.timeline-content span>i {
  display: inline-block;
  color: #7370d8;
  position: relative;
  top: 15px;
  left: -9px;
  background: #fff;
}

.experience-time h3 {
  font-size: 16px;
  color: #4d4e54;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 14px;
}

.main-timeline .description,
.xtra-timeline.main-timeline .description {
  font-size: 16px;
  font-weight: 500;
  color: #888;
  margin-left: 36px;
  margin-top: -7px;
}

.main-timeline .timeline.timeline-ml-20 {
  margin-left: 20px;
}
/*-------------------------------------
		BLOG PAGE
--------------------------------------*/
.blogs-widget {
  position: relative;
  margin: 0 0 34px 0;
}

.blogs-widget h2 {
  color: #4d4e54;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

/*--blog sidebar search--*/
.blogs-widget .form-control {
  position: relative;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  height: 50px;
  border: 1px solid #d7d7d7;
}

.blogs-widget input {
  color: #888;
  font-size: 20px;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 38px;
}

.blog-search-icon a {
  color: #888;
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 20px;
}

/*--blog sidebar search--*/

/*--blog-categories-list--*/
.blog-categories-list {
  margin-top: 20px;
}

.blog-categories-list ul li a {
  display: inline-block;
  padding: 12px 0 0px;
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.blog-categories-list ul li a:hover {
  color: #908edf;
  -webkit-transform: translate(10px);
  -moz-transform: translate(10px);
  -ms-transform: translate(10px);
  -o-transform: translate(10px);
  transform: translate(10px);
}

.blog-categories-list ul li a i {
  padding-right: 10px;
}

/*--blog-categories-list--*/

/*blog-related-news*/
.blog-related-news {
  padding: 38px 0 0px;
}

.bl-txt {
  display: -webkit-box;
  max-width: 240px;
  padding: 0px 0 25px;
}

.bl-img a img {
  width: 100px;
  height: 100px;
}

.bl-txt p a {
  color: #4d4e54;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-left: 20px;
  line-height: 1.4;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bl-txt span {
  display: block;
  color: #888;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  margin-left: 20px;
  padding-top: 8px;
}

.bl-txt p a:hover {
  color: #908edf;
}

/*blog-related-news*/

/*--blog button--*/
.blog-tags {
  padding: 38px 0 0 0;
}

.blogs-widget .btn {
  color: #4d4e54;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  background-color: #fff;
  border-color: #4d4e54;
  margin: 0 10px 10px 0;
  padding: 3px 11px 3px 11px;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.blogs-widget .btn:hover {
  color: #908edf;
  border: 1px solid #908edf;
}

/*-blog button-*/

/*pagination*/
.pagination-part {
  text-align: center;
}

.pagination-part .pagination>.active>a,
.pagination-part .pagination>.active>a:focus,
.pagination-part .pagination>.active>a:hover,
.pagination-part .pagination>.active>span,
.pagination-part .pagination>.active>span:focus,
.pagination-part .pagination>.active>span:hover {
  color: #fff;
  cursor: pointer;
  background-color: #908edf;
  border-color: #908edf;
}

.pagination-part .pagination>li>a,
.pagination-part .pagination>li>span {
  position: relative;
  float: left;
  padding: 11px 17px;
  margin-left: 25px;
  line-height: 1.42857143;
  color: #888;
  font-size: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

.pagination-part .pagination>li:nth-child(1)>a,
.pagination-part .pagination>li:nth-child(2)>a,
.pagination-part .pagination>li:nth-child(3)>a {
  border: 1px solid #888;
}

.pagination-part .pagination {
  margin-top: 63px;
}

/*pagination*/

/*-------------------------------------
		BLOG-SINGLE PAGE
--------------------------------------*/

/*bl-single-head*/
.bl-single-head h3 a {
  padding: 21px 0 17px 0;
  color: #4d4e54;
  font-size: 30px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}

.bl-single-head p {
  color: #a4a4a4;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.bl-single-head p span {
  color: #4d4e54;
  font-family: "Poppins", sans-serif;
}

/*bl-single-head*/

/*bl-single-para*/
.bl-single-para {
  padding: 34px 0 0 0;
}

.bl-single-para h3 {
  color: #636363;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.6;
  text-transform: none;
  margin-bottom: 26px;
}

.bl-single-para p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.87;
  text-transform: none;
}

.bl-single-para blockquote {
  color: #636363;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
  max-width: 571px;
  margin: 0 auto;
  line-height: 1.6;
  border-left: transparent;
  padding: 18px 0 20px;
}

/*blog-xtra-body*/
.blog-xtra-body {
  padding: 32px 0 29px 0;
}

.xtra-para {
  max-width: 335px;
  margin-top: 22px;
}

.news-box-bg.blog-body-img img {
  height: 360px;
}

.blog-xtra-img {
  position: relative;
}

.blog-single-musiq {
  position: absolute;
  top: 40%;
  left: 38%;
}

/*blog-xtra-body*/

/*bl-single-para*/

/*bl-single-contact-box*/
.bl-single-contact-box {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 22px 0 43px;
  margin: 31px 0 47px;
}

/*.bl-list-icon */
.bl-list-icon {
  float: left;
}

.bl-list-icon ul {
  display: flex;
}

.bl-list-icon ul li a {
  color: #a4a4a4;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding-right: 14px;
  cursor: pointer;
}

.bl-single-tag p {
  color: #a4a4a4;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.bl-single-tag p span a {
  color: #636363;
  text-transform: capitalize;
}

/*.bl-list-icon */

.bl-single-tag {
  float: right;
}

/*bl-single-contact-box*/

/*.blog-single-form */
.contact-form.blog-single-form {
  padding-bottom: 25px;
}

.contact-form.blog-single-form h3 {
  color: #4d4e54;
}

.contact-form.blog-single-form input,
.contact-form.blog-single-form textarea {
  background: transparent;
  border: 1px solid #b2b2b2;
}

/*.blog-single-form */

/*.comments-area */

.comments-area h3 {
  color: #4d4e54;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}

.comment-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comment {
  list-style: none;
}

.children {
  padding-left: 108px;
}

/*comment-content*/
.comment-body {
  display: -webkit-box;
  padding-bottom: 43px;
  margin-bottom: 38px;
}

.xtra-comment-body {
  border-bottom: 1px solid #dfdfdf;
}

.comment-content {
  padding-left: 27px;
}

.comment-content>b.fn a {
  color: #4d4e54;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.comment-content>b.fn a span {
  padding: 0 16px 0 26px;
  color: #888;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.reply {
  display: inline-block;
  color: #7e7bda;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.comment-content p {
  color: #888;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-top: 15px;
  line-height: 1.7;
}

.comment-content:hover .reply,
.comment-content:hover .reply a {
  color: #ea1b33;
  transition: 0.7s;
}

/*comment-content*/

/*.comments-area */

/* Animation */

.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* custom container */

#custom-container {
  padding-right: 7%;
  height: 90px
}

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  z-index: 15;
  color: #fbfbfb;
  background: #13131374;
  border: 1px solid #13131374;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

#scroll-Top .return-to-top:hover {
  background: #13131374;
  color: #fbfbfb;
  border: 1px solid #13131374;
}

/* =========================================
                   Sub Menu 
============================================*/
#submenu {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  line-height: 15px;
  padding: 0 15px 0 15px;
  width: 100%;
  margin: 0 0 0 0;
  /* background: #fefeff; */
  /* border: solid 1px #fdfdfd; */
}

#submenu button {
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  background-color: #908edf;
  color: #fff;
  padding: 0px 8px 0px 8px;
  border: solid 1px #fefdff;
  border-radius: 25px;
  height: 4vh;
  margin: 2vh;
}

#submenu ul {
  list-style: none;
}

#submenu ul li {
  display: inline;
  padding: 0 8px 0 8px;
}

#submenu ul li.first {
  padding-left: 0;
}

#submenu ul li.active button {
  background: #7370d8;
  border: solid 1px #fefdff;
}

#submenu ul li:hover button {
  background: #7370d8;
  border: solid 1px #fefdff;
}

#subwrapper {
  position: relative;
  width: 100%;
  margin: 0 0 0 13px;
}

/* Important part */
.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  height: 80vh;
  overflow-y: auto;
}

.modal-header {
  background-color: #e3e1c6;
  color: white;
  font-family: Merriweather;
  text-align: center;
  height: 5vh;
}

.modal-title {
  font-weight: bold;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  border-color: #7370d8;
}

#owner-type {
  height: 19vh;
  width: 100%;
  box-shadow: 1px 1px 10px 1px #66afe9;
  margin-bottom: 2rem;
  display: none;
}

#owner-name-list {
  overflow-y: auto;
  height: 100px;
}

#owner-type-content {
  position: relative;
  top: 10%;
}

.intro-text {
  font-family: "Playfair Display", serif;
  color: rgb(91, 89, 89);
  position: Top;
  vertical-align: text-top;
  z-index: 1;
}

.intro-text h2 {
  margin: 0;
  padding: 10px 0 0 10px;
  font-size: clamp(20px, 7vw, 50px);
}

.intro-text p {
  margin: 0;
  padding: 0 0 10px 10px;
  font-size: clamp(10px, 3vw, 20px);
}

/*=============== Headers for each page ==============*/
.top-text {
  font-family: "Playfair Display", serif;
  color: white;
  z-index: 2;
  position: sticky;
  text-align: center;
}

.top-text h2 {
  margin: 0;
  padding: 150px 0 0 10px;
  font-size: clamp(20px, 7vw, 50px);
}

.top-text p {
  margin: 0;
  padding: 0 0 10px 10px;
}

.topleft {
  position: absolute;
  top: 1%;
  left: 1%;
  font-size: clamp(9px, 1.5vw, 50px);
  font-weight: bold;
  color: #fff;
  background-color: rgba(115, 112, 215);
  z-index: 1;
  padding: 9px;
  border-radius: 10%;
}

.heading-text {
  margin-bottom: 2rem;
  font-size: clamp(1.5rem, 1.5vw, 2.5rem);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.heading-text span {
  font-weight: 100;
}

/* Responsive image gallery rules begin*/

.image-gallery {
  /* Mobile first */
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.image-gallery .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.image-item img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}

/* overlay styles */

.image-item {
  position: relative;
  cursor: pointer;
}

.overlay {
  position: absolute;
  width: 53%;
  height: 80%;
  background: rgba(115, 112, 215);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  border-radius: 2px 0 75px 2px;
  /* center overlay content */
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: clamp(15px, 1.5vw, 50px);
  font-weight: bold;
  padding-left: 2px;
}

/* hover */
.image-item:hover .overlay {
  transform: scale(1);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.imageBox:hover .hoverImg {
  display: block;
}

/* Showing pic on pic */
.imageBox {
  position: relative;
  float: left;
  margin: 5px 5px 5px 5px;
}

.imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imageBox:hover .hoverImg {
  display: block;
}

/* Zoom Picture */

.ZoomIn {
  padding: 5px;
  transition: transform .2s;
  /* Animation */
  width: 200%;
  height: 200%;
  margin: 0 auto;
  aspect-ratio: 1;
}

.ZoomIn:hover {
  transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  align-items: center;
}

.ZoomOut {
  padding: 5px;
  transition: transform .2s;
  /* Animation */
  width: 50%;
  height: 50%;
  margin: 0 auto;
  aspect-ratio: 1;
}

.ZoomOut:hover {
  transform: scale(.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  align-items: center;
}

#product-menu {
  background-color: #b9b6f597;
  padding: 40px 5px 5px 40px;
}

#product-menu button {
  width: 200px;
  font-size: 16px;
  text-decoration: none;
  border-color: transparent;
  background-color: #fff;
  color: #908edf;
  /* border-radius: 5vh 5vh 0 0; */
  margin-top: 5px;
}

#product-menu button:hover {
  color: #fff;
  cursor: pointer;
  background-color: #908edf;
  border-color: #908edf;
}

#product-menu:target {
  color: #fff;
  cursor: pointer;
  background-color: #6d6cac;
  border-color: #908edf;
}

/* Sortable Table  */
table {
  width: 100% !important;
  border-collapse: collapse;
}

/* Zebra striping */

tr:nth-of-type(odd) {
  background: #ece1fd;
}

tr:nth-of-type(even) {
  background: #fff;
}

th {
  background: #3e2f78a7;
  color: #ffffff;
  /* font-weight: 300; */
  font-family: calibri, sans-serif;
  font-style: normal;
}

td,
th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}

td:nth-of-type(1) {
  font-weight: 500 !important;
}

td {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  line-height: 20px;
}

table.dataTable thead .sorting:after {
  float: right;
  content: "\21C5";
}

table.dataTable thead .sorting_asc:after {
  float: right;
  content: "\2193";
}

table.dataTable thead .sorting_desc:after {
  float: right;
  content: "\2191";
}

.dataTables_filter {
  float: right;
}

.table-btn {
  width: 200px;
  height: 50px;
  margin-left: 10px;
  background-color: #7086e6;
  border-radius: 0, 0, 0, 10px;
  color: white;
}

.table-btn:hover {
  background-color: #25055a;
  color: white;
  border-radius: 0 20px 0 0;
}

.fixTableHead thead {
  position: sticky;
  top: 0;
}

.form-matrix-values .form-checkbox,
.form-matrix-values .form-radio {
  height: 20px;
  width: 20px;
  clip: auto;
  cursor: pointer;
  margin: 0 0 0 40px;
}

input[type="radio"] {
  accent-color: #5b22b7;

}

/* switch */
.switch {
  position: relative;
  display: block;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #3c3c3c;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked~.switch-label {
  background: #9c90e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
  opacity: 0;
}

.switch-input:checked~.switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
    ========================== */
.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.rate {
  float: left;
  height: 50px;
  padding: 10px 10px;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 50px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: '★ ';
}

.rate>input:checked~label {
  color: #ff8c00;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #ff8c00;
  ;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #fbf303;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s;
}

.fadeIn.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.modal-body::-webkit-scrollbar {
  width: 8px
}

.modal-body::-webkit-scrollbar-track {
  border-radius: 10px
}

.modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a73829;
}
/*========================Thank you================= */