@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,700;1,700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Reenie+Beanie&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
	font-family: 'ArialUnicodeMS';
	src: url('../fonts/ArialUnicodeMS.ttf');
}


@font-face {
	font-family: 'Uni-Sans-heavy';
	src: url('../fonts/Uni Sans Heavy.otf');
}


@font-face {
	font-family: 'Uni-Sans';
	src: url('../fonts/Uni Sans Thin Italic.otf');
}

@font-face {
	font-family: 'Uni-Sans';
	src: url('../fonts/Uni Sans Thin.otf');
}



/*============================================*/
.search-li a {
    padding: 40px 0px;
}
.search-box {
  display: none;
  position: absolute;
  top: 90%;
  right: 0;
  margin-top: 5px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.search-box input {
  padding: 6px;
  font-size: 14px;
  width: 200px;
  border: 1px solid #ccc;
}
.search-box button {
  background-color: #000;
  border: none;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Poppins';
  font-weight: 500;
  color: #fff;
}
.search-li .search-icon:hover + .search-box,
.search-box:hover {
  display: flex;
}
.cart-num{
    position: relative;
}
.cart-num span{
    position: absolute;
    top: -10px;
    right: 4px;
    color: red;
    height: 15px;
    font-size: 13px;
    font-weight: 800;
}
.navigation {
    width: 100%;
    display: flex;
    position: relative;
    font-family: inherit;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
}
.im-icons ul{
    display: flex;
    align-items: center;
    margin: 0;
}
.header-button a{
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    padding: 8px 25px !important;
    border-radius: 6px;
    background-color: #636363;
}
.nav-menu > .header-button{
    margin: 20px !important;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
  height: 48px;
}
.nav-brand img {
    width: 90px;
}
.nav-brand {
  padding: 0 !important;
}
.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}
.nav-menus-wrapper{
  width: 75%;
}
.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.im-icons ul li a{
  font-size: 15px;
  color: #000;
  padding-left: 12px;
  font-family: 'Nunito';
}
.align-to-right {
  float: right;
}

.nav-header {
  float: left;
  width: 120px;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  /*line-height: 70px;*/
  /*padding: 0;*/
  /*color: #343a40;*/
  /*font-size: 24px;*/
  /*text-decoration: none !important;*/
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  /*font-size: 18px;*/
  /*line-height: 48px;*/
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}
.im-icons{
    width: 20%;
    justify-content: end;
    display: flex;
}
.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
  margin-left: 10px;
  margin-top: 0px;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
    padding: 32px 8px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #ff6b00;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
margin-left: 4px;
margin-top: 0px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.wishlist-btn{
    background-color: #f63ea0 !important;
    border: none !important;
}
.submenu-indicator-chevron {
height: 7px;
width: 7px;
display: block;
border-style: solid;
border-width: 0 1px 1px 0;
border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
  margin-top: 4px;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
transform: rotate(-90deg);
right: 10%;
top: -23px;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  padding-top: 10px;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px !important;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #343a40;
  text-transform: uppercase;
}

.nav-dropdown > li > a {
  color: #343a40;
    padding: 7px 20px;
    border-bottom: 1px solid #ececec;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}
body{
	margin: 0;
	padding: 0;

}

h1, h2, h3, h4, h5, h6, p, a{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
}

a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #000;
}
ul{
	margin: 0;
	padding: 0
}
li{
list-style: none;
margin: 0;
padding: 0;
}

/*===================================header top=======================================*/
.header-top {
    background-color: #131313; 
    padding: 8px 0;
} 
.right-line{
  width: 1px;
  background-color: #eee;
  height: 18px;
}
.header-content .header-contact{
margin-bottom: 0rem;
display: flex;
align-items: center;
}

.header-content .header-contact li{
	line-height: 0;
	margin-right: 20px;
}

.header-content .header-contact li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
}

.header-content .header-contact li a i{
	margin-right: 4px;
}


.header-top-details{
	display: flex;
	justify-content: space-between;
}
/*===================================header bottom=================================*/

.nav-menu .nav-item a {
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}
.nav-menu .nav-item a:hover{
	text-decoration: none;
}

.navbar-nav .nav-item{
	margin-left: 30px;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #dfedfb !important;
}
.dropdown-menu{
border: none !important;
padding: 0.5rem 12px !important;
}

.nav-menu  .nav-item .nav-link-link{
	font-size: 18px;
}

.navbar img{
width: 80%;
}

.navbar-brand{
	padding: 0 !important;
}

.navbar{
	padding: 0 1rem !important;
}

.quality{
    background-image: url(../images/quality.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.header-contact-li a:hover{
	text-decoration: none;
}
.carousel-indicators li{
width: 12px !important;
height: 12px !important;
border-radius: 30px !important;
}

/*==========================================footer top=================================*/

.footer-ul li a{
	text-decoration: none;
	color: #515151;
font-size: 15px;
font-weight: 500;
font-family: 'Roboto Condensed', sans-serif;
}
.footer-ul li a:hover{
  color: #515151 !important;
}
.footer-content input{
  background-color: #f7941d;
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  margin: 0;
  color: #fff;
  border: none;
}
.footer-content ::placeholder {
  color: #fff;
}
.footer-content ::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(255, 255, 255);
}
.footer-content form{
display: flex;
}
.footer-content button{
  background: no-repeat;
  color: #ffffff;
  background-color: #f7941d;
  border-radius: 0;
  border: none;
}
.footer-ul-details li a:hover{
	text-decoration: none;
	color: #4db5ff;
}
.footer-ul li a:hover{
	text-decoration: none;
	color: #ddd;
}
.footer-ul li{
	list-style: none;
	line-height: 30px;
}
.footer-top {
    background-color: #131825;
    padding: 50px 0 20px;
}
.footer-content  ul li {
  margin-bottom: 10px;
}
.footer-content  ul li a{
    font-size: 14px;
    color: #e1e1e1;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}
.footer-content h2{
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 8px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.footer-content p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: 'Nunito';
}
.last-icon {
    display: flex;
}
.last-icon li {
    margin-right: 0;
    width: 40px;
}
.last-icon i {
    float: left;
    margin-right: 15px;
    color: #fff;
    padding-bottom: 30px;
    font-size: 20px;
}
.footer-ul-icon li{
float: left;
}
.footer-ul li a i{
	letter-spacing: 24px;
font-size: 24px;
padding-top: 20px;
color: #01002c;
}


.footer-bottom{
	padding: 10px 0;
	background-color: #000000;
  text-align: center;
}

.footer-bottom p{
	font-size: 13px;
	color: #fff;
	margin-bottom: 0rem;
	font-weight: 400;
  font-family: 'Abel', sans-serif;
}
.footer-content img{
  width: 160px;
}

/*======================================banner=====================================*/
.change-color {
    color: #4deac2;
    font-size: 46px;
    font-weight: 600;
}
.carousel-item img{
  width: 100%;
}
.carousel-caption h3{
  color: #6eff65;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.carousel-caption h5 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 22px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.carousel-caption {
    bottom: 20% !important;
    width: 70%;
    margin: 0 auto;
}
.carousel-control-prev-icons, .carousel-control-next-icons {
  background-image: none !important;
  color: #fff !important;
  font-size: 14px !important;
  background-color: #0075df !important;
}
.carousel-caption a {
  color: #fff;
  padding: 13px 40px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #dc2c1e;
  border: none;
  border: 2px solid #dc2c1e;
  margin-right: 15px;
  border-radius: 20px;
}
.enquiry-btn{
  margin-top: 15px !important;
}
.enquiry-btn a{
  color: #fff !important;
  padding: 16px 40px !important;
  background-color: #dc2c1e;
  margin-right: 15px;
  border-radius: 20px;
}
.carousel-caption  .show-button {
    background-color: transparent;
    border: 2px solid #34c39f;
}
.carousel-caption .banner-btn{
  border: 2px solid #f7941d;
  background-color: transparent;
}
.carousel-caption a i{
 transform: rotate(-35deg);
}
.carousel-caption a:hover{
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
.carousel-caption p {
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 40px;
}
/* ==============================extra heading================================ */
.extra-heading h3{
  font-family: 'Abel';
  font-size: 35px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.extra-heading h3 span{
  font-size: 135px;
  font-weight: 600;
}
.extra-heading{
  padding: 20px 0 50px;
}
/* =========================================second banner============================================= */


/*=====================================about us======================================*/
.all-headings {
  text-align: center;
}
.all-headings h2{
  font-family: 'Abel';
  font-weight: 600;
  font-size: 32px;
}
.all-headings .line{
  width: 50px;
  height: 2px;
  background-color: #f7941d;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.all-headings p{
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
  color: #595959;
  padding: 20px 0;
}
.about-us{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-img{
	width: 100%;
}
.about-section {
  padding: 50px 0;
}
.about-img img{
	width: 100%;
}
.about-content h2{
font-weight: 600;
font-size: 52px;
padding-bottom: 0px;
font-family: 'Abel', sans-serif;
}

.about-content h2 {
    font-family: 'Poppins', serif;
    color: #032b21;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.about-content p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #292929;
    margin-top: 10px;
    margin-bottom: 18px;
}
.about-content h3 {
    font-family: 'Poppins', serif;
    color: #000000;
    font-weight: 700;
    font-size: 40px;
}
.about-button a:hover{
  background-color: #000;
  color: #fff;
}
.about-content a i{
      transform: rotate(-35deg);
}
.about-content a:hover{
	text-decoration: none;
}
.about-us{
  overflow: hidden;
}
.about-span {
  font-weight: 400;
}
.about-us .col-md-6{
padding: 0;
}
.about-button{
  padding-top: 20px;
}
.about-button a{
  color: #fff;
  padding: 18px 45px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  background-color: #009936;
  margin-right: 15px;
  border-radius: 0;
}
.about-content .extra-border{
    background-color: transparent;
    border: 2px solid #009936;
    color: #000;
}
.about-content .line{
  width: 50px;
  height: 2px;
  background-color: #005cb6;
}
.line-2{
  width: 50px;
  height: 2px;
  background-color: #f7941d;
  margin-bottom: 25px;
}

.company-img{
  width: 62%;
  margin: 0 auto;
}
.company-img img{
  width: 100%;
}



/*=============================our project==============================*/

.product h2{
font-weight: 600;
font-size: 26px;
font-family: 'Roboto Condensed', sans-serif;
padding-bottom: 0px;
}
.products-images{
  width: 25%;
  float: left;
}
.products-images img{
width: 100%;
padding: 4px;
}
.pro-img{
  float: left;
  width: 100%;
}
.product-img{
	width: 100%;
	overflow: hidden;
}
.product-img img{
	width: 100%;
	transition: 0.5s all;
}
.product-img:hover img{
	transform: scale(1.2);
	transition: .5s all;
}
.product-content p{
font-size: 12px;
color: #838383;
padding-bottom: 10px;
font-weight: 300;
text-align: justify;
}

.product-content h3{
font-size: 15px;
font-weight: 700;
color: #545454;
}
a:hover{
  text-decoration: none !important; 
}
.product-btn{
	text-align: center;
	padding-bottom: 25px;
}
.product-btn a{
	background-color: #0075df;
	padding: 10px 15px;
	border-radius: 3px;	
	color: #fff;
font-weight: 600;
}
.product-btn a:hover{
color: #0075df;
border: 1px solid #0075df;
text-decoration: none;
background-color: transparent;
}
.products{
	padding: 50px 0;
  background-color: #f4f4f4;
}

.product-content{
padding: 24px;
}

.product-page{
background-color: #fff;
margin: 10px;
}
.product-images{
	width: 100%;
}
.product-images img{
	width: 100%;
}
.new-project{
  text-align: center;
  padding-bottom: 20px;
}


/*===================================property==========================*/

.property-heading h2{
font-weight: 600;
font-size: 26px;
text-transform: uppercase;
padding-bottom: 20px;
font-family: 'Yantramanav', sans-serif;
}

.property-document{
	display: flex;
	border: 1px solid #ddd;
}


.property-img{
	width: 50%;
}

.property-img img{
	width: 100%;
}

.property-content{
width: 75%;
padding: 35px 15px;
}

.property-content h4{
	font-size: 16px;
	font-weight: 700;
}

.property-content h5{
	font-size: 16px;
	font-weight: 700;
	color: #0075df;
}

.property-content p{
	font-size: 14px;
	color: #666565;
font-weight: 400;
}
.property{
	padding: 50px 0;
}


/*======================================need=========================================*/

.need-heading h2{
	font-weight: 600;
font-size: 26px;
text-transform: uppercase;
padding-bottom: 20px;
text-align: center;
}

.need{
	padding: 50px 0;
}

.need-img{
	text-align: center;
}




/*==============================testimonial======================================*/

.testi-heading h2{
font-weight: 600;
font-size: 26px;
text-transform: uppercase;
padding-bottom: 20px;
text-align: center;	
}

.testimonials{
	padding-bottom: 50px;
}


/*=====================================contact details================================*/

.address-icon{
	padding: 50px;
}

.address-icon h3{
	font-size: 18px;
padding-top: 20px;
font-weight: 600;
font-family: 'Yantramanav', sans-serif;
}
.address-icon p{
	color: #888;
font-size: 13px;
margin-bottom: 6px;
font-weight: 500;
font-family: 'Yantramanav', sans-serif;
}

.address-icon h6{
font-size: 14px;
font-weight: bold;
font-family: 'Yantramanav', sans-serif;
}

.address{
	padding-bottom: 50px;
}
.calling{
	
}


/*==============================================inner pages about======================================*/

.about-page-heading h2{
    font-size: 44px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    width: 72%;
    margin: 0 auto;
}
.bear{
	font-weight: 600;
}

.about-page{
	background-image: url(../images/indrapuri-2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.about-page-heading h3{
	font-size: 16px;
	color: #fff;
	text-align: center;
  font-family: 'Yantramanav', sans-serif;
}


.get-in{
	padding: 50px 0;
}

.contact-page{
  background-color: #efefef;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
}

.contact-page-form{
	background-color: #fff;
	padding: 30px;
	width: 50%;
	margin: 0 auto;
}

.contact-page h2{
	text-align: center;
}

.form-details .form-group input{
	background-color: #eee  !important;
	border: none;
	padding: 14px;
	font-size: 13px;
	color: #888;
	width: 100%;
	border-radius: 0;
  font-family: 'Yantramanav', sans-serif;
}

.form-details .btn-primary{
	width: 100%;
	border-radius: 0;
	font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}


.form-details .form-group textarea{
	background-color: #eee  !important;
	border: none;
	padding: 14px;
	font-size: 13px;
	color: #000 !important;
	width: 100%;
	border-radius: 0;
}

.contact-address{
	padding-top: 50px;
}




/*=====================================================================================================*/

.inner-products{
  text-align: center;
  margin-bottom: 30px;
}

/*=======================================indrapuri=====================================*/



.modern{
	display: flex;
	padding: 8px 0;
}

.indrapuri-heading{
	width: 100%;
}
.indrapuri-heading img{
	width: 100%;
	padding-bottom: 40px;
}

.indrapuri-heading h5{
	font-size: 24px;
padding-bottom: 12px;
}


.indrapuri-heading p{
	color: #616161;
font-size: 14px;
font-weight: 400;
text-align: left;
font-family: 'Lato', sans-serif;
text-align: justify;
}


.icon-interior-img{
	width: 13%;
}

.icon-interior-img img{
	width: 65%;
}

.icon-interior{
	display: flex;
	padding: 5px 0;
}
.interior{
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
}
.icon-interior h6{
font-size: 18px;
margin-top: 8px;
font-weight: 600;
}


.icon-interiors{
	display: flex;
	width: 100%;
}

.icon-interiors .icon-interior-img{
	width: 10%;
}



.icon-interiors .icon-interior-img img{
	width: 56%;
}


.icon-interiors h6{
	font-size: 14px;
text-transform: capitalize;
color: #616161;
font-family: 'Lato', sans-serif;
font-weight: 600;
margin-top: 4px;
}



.indrapuri{
	padding: 50px 0;
}


.interior-img{
	width: 100%;
	margin-top: 20px;
}

.interior-img img{
	width: 100%;
}


.indrapuri-contact{
	padding: 100px 40px;
	background-image: url(../images/interior.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

.form-group textarea{
	padding: 10px;
	width: 100%;
}


.indrapuri-form-heading h5{
text-align: center;
color: #76e5ff;
font-family: "Questrial", Sans-serif;
font-size: 16px;
font-weight: 400;
}


.indrapuri-form-heading h3{
	color: #FFFFFF;
font-family: "Questrial", Sans-serif;
font-size: 32px;
font-weight: 400;
text-transform: capitalize;
text-align: center;
padding: 20px 0;
border-bottom: 1px solid;
}

.indrapuri-form-heading h4{
	color: #FFFFFF;
font-family: "Questrial", Sans-serif;
font-size: 34px;
font-weight: 400;
text-transform: capitalize;
text-align: center;
padding-top: 20px;
}



.indrapuri-form-heading p{
color: #FFFFFF;
font-family: "Lato", Sans-serif;
font-size: 18px;
font-weight: 400;
text-align: center;
padding-bottom: 28px;
}

.indrapuri-contact .form-group input{
background-color: transparent;
border-bottom: 1px solid #ddd !important;
border: none;
font-size: 14px;
}


.indrapuri-contact .form-group .form-control::placeholder {
    color: #b0b0b0 !important;
}



.indrapuri-contact .form-group textarea{
	background-color: transparent;
border-bottom: 1px solid #ddd !important;
border: none;
color: #fff !important;
font-size: 14px;
}


.indrapuri-btn{
	margin: 0 auto;
	text-align: center;
}
.indrapuri-btn button{
	background-color: #76e5ff;
	color: #000;
	border: none;
}

.indrapuri-btn button:hover{
	background-color: #1bc8f0;
}

.tick-img{
	width: 5%;
}

.tick-img img{
	width: 55%;
}
.drive{
	padding-top: 15px;
}
.drive p{
font-size: 14px;
color: #888;
font-weight: 400;
}

/*============================================================real estate project page===============================================*/

.realestate-project{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 40px;
}

/*=============================product img===============================*/
.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: relative;
  transition: all 0.3s ease;
  font-family: 'Poppins';
}

.product-image {
  position: relative;
}

.product-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f46b45;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
  z-index: 2;
}

.add-to-cart-overlay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
  color: white;
  padding: 8px 20px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 14px;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
  border: none;
    cursor: pointer;
}
.add-to-cart-overlay:hover{
  color: #fff;
}
.product-image:hover .add-to-cart-overlay {
  opacity: 1;
}

.product-info {
    padding: 5px;
    text-align: center;
    padding-bottom: 20px;
}

.product-info h3 {
  font-size: 15px;
  margin: 10px 0;
  font-weight: 600;
}

.product-price {
  font-size: 13px;
  color: #333;
}

.product-price del {
  color: #888;
  margin-left: 8px;
}

.product-price del {
  color: #888;
  margin-left: 8px;
}
.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  margin: 10px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  transition: .3s all;
}
.snip1543:hover img{
  transform: scale(1.1);
  transition: .3s all;
}
.snip1543 h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  top: 42px;
  left: 0px;
  position: absolute;
  z-index: 999;
  font-weight: 600;
  background-color: #00000070;
  padding: 10px 22px;
}

.snip1543 p {
  font-size: 0.9em;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover .service-content:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover .service-content:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}



/******************  News Slider Demo-10 *******************/
.post-slide10{padding-bottom:10px;margin:0 15px;position:relative;background:#fff!important;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}
.post-slide10 img{width:100%;height:auto}
.post-slide10 .post-date{position:absolute;top:2%;left:8%;padding:3% 5%;background:#e74c3c}
.post-slide10 .month{font-size:14px;color:#fff;font-weight:700;text-transform:uppercase}
.post-slide10 .month:after{content:"";display:block;border:1px solid #fff}
.post-slide10 .date{font-size:14px;color:#fff;display:block;text-align:center;font-weight:700}
.post-slide10 .post-title{margin:25px 0 15px 0}
.post-slide10 .post-title a{font-size:15px;font-weight:700;color:#333;padding:0 15px;display:inline-block;text-transform:uppercase;transition:all .3s ease 0s}
.post-slide10 .post-title a:hover{text-decoration:none;color:#e74c3c}
.post-slide10 .post-description{font-size:14px;line-height:24px;color:grey;padding:0 15px}
.post-slide10 .read-more{color:#333;padding:0 15px;text-transform:capitalize;transition:color .2s linear}
.post-slide10 .read-more i{margin-left:10px;font-size:10px}
.post-slide10 .read-more:hover{text-decoration:none;color:#e74c3c}
.owl-controls .owl-buttons{margin-top:20px;position:relative}
.owl-controls .owl-prev{position:absolute;left:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}
.owl-controls .owl-next{position:absolute;right:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}
.owl-controls .owl-next:after,.owl-controls .owl-prev:after{content:"\f104";font-family:FontAwesome;color:#d3d3d3;font-size:16px}
.owl-controls .owl-next:after{content:"\f105"}
.owl-controls .owl-next:hover,.owl-controls .owl-prev:hover{background:#e74c3c}
@media only screen and (max-width:990px){.post-slide10{margin:0 20px}
.owl-controls .owl-buttons .owl-prev{left:-20px;padding:5px 14px}
.owl-controls .owl-buttons .owl-next{right:-20px;padding:5px 14px}
}
@media only screen and (max-width:767px){.owl-controls .owl-buttons .owl-prev{left:0;bottom:260px}
.owl-controls .owl-buttons .owl-next{right:0;bottom:260px}
}




/*========================all=======================*/

.aall{
  background-image: url(../images/indrapuri.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:60px;
}

.all-content h2{
color: #ffcb72;
padding-bottom: 30px;
}
.all-content p{
color: #fff;
}
.all-content{
  padding: 0;
}
.all-content .about-span{
  color: #fff;
}
/*=====================pop up=============================*/

.login-trigger {
  position: relative; 
  top: 50%;
}

.close {
  color: #fff;
  transform: scale(1.2)
}
.modal-content {
  font-weight: bold;
  background-color: #f2f2f2;
}
.pop-btn{
    background-color: #9f0303;
    color: #fff;
}
.form-control {
  margin: 1em 0;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;  
  border-color: #fff;
}
.username, .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}
.login {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.login:hover {
  background: #FAB87F;
  color: #fff;
}


.wrapper {
  max-wdith: 1024px;
  margin: 0 atuo;
  padding: 20px;
}


/* TAB STYLES
-------------------------------------*/

.nav-tabs {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.nav-tabs:after {
  content: "";
  clear: both;
  display: table;
}

.nav-tabs > li {
  float: left;
  display: inline;
  margin: 0 5px;
}

.nav-tabs > li:first-child {
  margin-left: 0;
}

.nav-tabs>li>a {
  padding: 10px 15px;
  display: block;
  color: #444;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
.tab-details .nav-tabs{
      border: 1px solid #dee2e6;
}
.nav-tabs>li>a:hover {
  text-decoration: none;
}

.nav-tabs>li.active {
  margin-bottom: -1px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
     background-color: #eee;
    font-size: 20px;
    font-weight: 600;
    color: #cd2b37;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #cd2b37;
}

.tab-pane {
  display: none;
  padding: 20px 40px;
  border-top: 0;
}

.tab-pane.active {
  display: block;
}

.tab-pane .tab-header {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-tabs {
    display: none;
  }
  .tab-pane {
    border-top: 1px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
  }
  .tab-content > .tab-pane {
    display: block;
  }
  .tab-pane .tab-header {
    display: block;
    background: #eee url(http://www.alpha3j.net/responsive/images/icon_caret.png) no-repeat 8px center;
    padding: 10px 15px 10px 30px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }
  .tab-pane.active .tab-header {
    background-image: url(http://www.alpha3j.net/responsive/images/icon_caret_down.png);
  }
  .tab-pane .acc-content {
    padding: 15px;
    display: none;
  }
  .tab-pane.active .acc-content {
    display: block;
  }
}

.acc-content .products-images img {
    width: 100%;
    padding: 20px;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  font-family: 'Poppins', sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
    padding: 25px 70px;
    transition: 0.3s;
    font-size: 17px;
 background: linear-gradient(0deg, rgba(28,23,23,1) 0%, rgba(89,89,89,1) 100%);
    margin: 0 30px 30px;
    color: #fff;
}
.tab-pan h4{
    display: none;
}
.tab-content h2{
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
    margin: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}
/* Change background color of buttons on hover */
.tab button:hover {
background: linear-gradient(0deg, rgba(121,9,9,1) 0%, rgba(255,0,0,1) 100%);
}

/* Create an active/current tablink class */
.tab button.active {
background: linear-gradient(0deg, rgba(121,9,9,1) 0%, rgba(255,0,0,1) 100%);
}
.tab button:focus {
background: linear-gradient(0deg, rgba(121,9,9,1) 0%, rgba(255,0,0,1) 100%);
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}



ul.tabs{
	margin: 30px 0 0;
	padding: 0px;
	list-style: none;
	border: 1px solid #dee2e6;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;    
	padding: 10px 15px;
    color: #444;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

ul.tabs li.current{
	 background-color: #eee;
    font-size: 20px;
    font-weight: 600;
    color: #cd2b37;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #cd2b37;
}

.tab-content{
	display: none;
	background: #ebebeb;
	padding: 15px;
}

.tab-content.current{
	display: inline-block;
	width: 100%;
}



.contFrm input, .contFrm textarea {
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
    border: none;
    margin: 7px 0;
    font-family: 'Nunito', sans-serif;
    border: 1px solid #ddd;
}


/* ===============================slider================================== */

.slider {
  width: 100%;
  overflow: hidden;
  height: 700px;
  position: relative;
}

.slider ul:first-child {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
}

.slider li {
  padding: 0;
  margin: 0;
  width: 33.333333%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider li img {
  border: none;
  width: 100%;
  min-height: 100%;
}

.slider button {
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
}

.slider button.prev {
  left: 0;
}

.slider button.next {
  right: 0;
}

.slider button:hover,
.slider button:active {
  cursor: pointer;
  opacity: 1.0;
}

.slider .content a {
  color: inherit;
}

.nav-dots {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  width: 250px;
  z-index: 110;
  text-align: center;
}

.nav-dots li {
  position: relative;
  top: 40%;
  height: 5px;
  width: 10%;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 3px;
  display: inline-block;
  margin: 5px;
}
.nav-dots .active,
.nav-dots li:hover {
  cursor: pointer;
  background: rgba(245, 245, 245, 1);
}

.wrap {
  width: 100%;
  height: auto;
  padding: 0 6%;
  background: rgb(246, 246, 246);
  background-size: cover;
}


/*==========             
Scrollbar
==========*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(219, 219, 219);
}




/* =============================client slider===================================== */


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
  box-shadow: 0 0 10px 0 #ddd;
  margin: 50px 0;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.clients .slider{
  height: auto;
}

.clients{
  padding: 50px 0 0;
}
/* =================================about=========================== */

.about .col-md-6{
  padding: 0;
}
.last-about-button{
  margin-top: 50px;
}
.last-about-button a{
  color: #fff;
    padding: 15px 46px;
    text-transform: capitalize;
    font-family: 'ArialUnicodeMS', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #f7941d;
    border: none;
    border-radius: 50px;
}
.about-last-content h3{
  font-family: 'Abel';
    font-weight: 600;
    font-size: 32px;
    color: #f7941d;
}
.about-last-content h4{
  font-weight: 600;
  font-size: 52px;
  padding-bottom: 8px;
  font-family: 'Abel', sans-serif;
}
.about-last-content p{
  font-size: 18px;
    font-weight: 600;
    text-align: justify;
    font-family: 'Abel', sans-serif;
    color: #595959;
    margin-top: 20px;
}
.about-ul li i{
  color: #f7941d;
}
.about-ul li{
  float: left;
  width: 50%;
  font-size: 18px;
    font-weight: 600;
    text-align: justify;
    font-family: 'Abel', sans-serif;
    color: #000;
    margin-top: 20px;
}
.about-ul{
  float: left;
}

.about-last-content {
  padding-top: 58px;
  padding-right: 100px;
  padding-left: 70px;
}



/* =========================================company==================================== */

.about-hd h2{
  font-weight: 800;
    font-size: 140px;
    padding-bottom: 0px;
    font-family: 'Abel', sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
.about-hd {
  padding: 0 130px;
}


.line-3{
  background: linear-gradient(0deg, rgba(192,0,0,1) 0%, rgba(247,148,29,1) 18%, rgba(252,255,9,1) 48%, rgba(247,148,29,1) 79%, rgba(192,0,0,1) 100%);
  height: 500px;
  width: 10px;
}

.about-company{
  padding: 50px 0;
}


.about-company .about-last-content h3{
  font-family: 'Abel';
  font-weight: 600;
  font-size: 32px;
  color: #000;
  text-align: center;
}

/*==========================service======================*/

.care {
  padding: 50px 0;
}
.service:hover {
    transform: translateY(-15px);
    transition: 0.3s all;
}
.all-button{
  text-align: center;
}
.all-button a{
    background-color: #3390ae;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}
.service {
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s all;
    margin-bottom: 30px;
}
.service-img {
    width: 100%;
}
.service-img img {
    width: 100%;
}
.service-content {
    padding: 0 20px 40px;
}
.service-content h4 {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
.service-content p {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;
    font-style: normal;
    font-family: "Raleway", sans-serif;
}
.service-content a{
    color: #000;
    font-family: 'Raleway';
    font-weight: 600;
    text-decoration: underline;
}
.section-heading h2 {
  font-family: 'Poppins', cursive;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.section-heading a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}
.section-heading {
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-heading p{
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    width: 75%;
}

/*=========================testimonial========================*/



/*=================================================== TESTIMONIALS SECTION ==========================================================*/

.testimonials-section {
    padding: 46px 0px 0px 0px;
    background-image: url(../images/banner-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/
.testimonials-section .col-center {
  margin: 0 auto;
  float: none !important;
}
.testimonials-section .carousel {
  margin: 0px auto;
  padding: 0 170px;
}
.testimonials-section .carousel .item {
  color: #999;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 290px;
}
.testimonials-section .carousel .item .img-box {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.testimonials-section .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.testimonials-section .carousel .testimonial {
  padding: 30px 0 10px;
  color: #555;
}

.testimonials-section .carousel-inner {
    text-align: center;
}

.testimonials-section .carousel-title{
  margin: 25px;
  color: #333;
}

.testimonials-section .carousel-line{
  height: 1px;
  width: 600px;
  background-color: #cecece;
  margin: auto;
}

.testimonials-section .carousel .overview { 
    font-size: 12px;
    margin-bottom: 5px;
}

.testimonials-section .carousel .overview b {
  color: #e01000;
}

.testimonials-section .company-name{
    color: #555;
}

.testimonials-section .carousel .carousel-control {
  width: 0px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.testimonials-section .carousel-control i {
    font-size: 25px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: #000;
}
.testimonials-section .carousel .carousel-indicators {
  bottom: -40px;
}
.testimonials-section .carousel-indicators li, .testimonials-section .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.testimonials-section .carousel-indicators li { 
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.testimonials-section .carousel-indicators li.active {  
  background: #555;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.testimonials-section .testimonial span{
    font-size: 62px;
    position: absolute;
    top: 57%;
    left: 0;
    font-family: 'Emblema One', cursive;
    color: #333;
}

.testimonials-section .carousel-control-prev span{
    position: absolute;
    font-size: 14px;
    top: 29%;
    left: 20px;
    color: #89c4f4;
    text-shadow: none;
    font-weight: bolder;
}

.testimonials-section .carousel-control-next span{
    position: absolute;
    font-size: 14px;
    top: 29%;
    right: 20px;
    color: #89c4f4;
    text-shadow: none;
    font-weight: bolder;
}

/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/

/*=================================================== END TESTIMONIALS SECTION ==========================================================*/



/*---------------*/
/***** Sadie *****/
/*---------------*/
.marquee{
  padding-bottom: 50px ;
}
.effect-sadie .service-content::before {
  position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgb(0 0 0 / 80%) 75%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 100%) 16%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.effect-sadie .service-content::before,
.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect-sadie .line{
    position: absolute;
    bottom: 55px;
    left: 20px;
    height: 1px;
    width: 84%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    background: rgb(254,0,0);
    background: linear-gradient(85deg, rgba(254,0,0,1) 0%, rgba(255,255,255,1) 46%);
    z-index: 9999;
}
.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);  
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.line{

}
.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.effect-sadie:hover .service-content::before ,
.effect-sadie:hover p, .effect-sadie:hover .line {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* Common style */
.effect-sadie {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.effect-sadie img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.effect-sadie .service-content {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.effect-sadie .service-content::before,
.effect-sadie .service-content::after {
  pointer-events: none;
}

.effect-sadie .service-content,
.effect-sadie .service-content > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.effect-sadie .service-content > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.effect-sadie h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.effect-sadie h2 span {
  font-weight: 800;
}

.custome-marquee {
  width: 100%;
  height:90px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/marquee-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 100px;
}

.custome-marquee div {
  display: block;
  width: 200%;
  height: 36px;
  position: absolute;
  overflow: hidden;
  animation: marquee 15s linear infinite;
}

.custome-marquee span {
    float: left;
    padding-top: 0px;
    margin-left: 12px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.custome-marquee span img{
  width: 30px;
}
@keyframes marquee {
  0% { left: 0; }
  50% { left: -50%; }
  100% { left: -100%; }
}




/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding: 50px 0;
  background-color: #000;
  background-image: url(../images/banner-3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-section h2 {
  color: #fff;
}
.portfolio-section h4{
  color: #fff;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
height: 210px;
    transition: all 0.5s;
    width: 100%;
    border-radius: 20px;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);    
  border-radius: 30px;
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #fe0000;
  border-right: 1px solid #fe0000;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #fe0000;
  border-left: 1px solid #fe0000;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #fe0000;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/

.feature-box {
  transition: .3s all;
}
.feature-box h4{
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #5f0000;
}
.feature-box a{
  font-size: 13px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #009936;
  text-decoration: underline;
}
.feature-box:hover {
    transform: translateY(-15px);
    transition: .3s all;
}

.safety-section {
    background: url(../images/banner-2.jpg) no-repeat 0 0;
    background-position: center;
    background-size: cover;
    height: 500px;
}
.count-area {
    position: relative;
    padding: 0px 0;
    text-align: center;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.number-box {
    width: 20% !important;
}
.count-area-content {
  margin-top: 0;
  font-family: 'Poppins';
}
.count-digit {
  margin: 5px 0px;
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  font-family: 'Plus Jakarta Sans';
}
.count-area i {
    font-size: 48px;
}
#portfolio iframe {
    border-radius: 15px;
}
.footer-content  ul li a i {
    color: #00a4ff;
}
.footer-ul-details{
  margin: 0;
}
.whats-float {
    position: fixed;
    bottom: 30px;
    width: 45px;
    right: 0;
    height: 150px;
    overflow: hidden;
    background-color: #0bb100;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    vertical-align: middle;
}
.whats-float a span {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 0px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-top: 100px;
}
.phone-float {
    position: fixed;
    bottom: 175px;
    right: 0;
    width: 45px;
    height: 190px;
    overflow: hidden;
    background-color: #2179c5;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    vertical-align: middle;
}
.phone-float a span {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 0px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.phone-float i {
    font-size: 21px;
    padding: 13px !important;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(-42deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-top: 149px;
}
.livlihood {
    background: url(../images/about-us.jpg) no-repeat 0 0;
    background-position: center;
    background-size: cover;
    padding: 105px 0;
}
.livlihood h1 {
    color: #000;
    font-size: 48px;
    font-family: 'Outfit';
    margin: 0;
}
.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0;
    color: #000;
}
.breadcrumb a {
    color: #000;
}
.contact-page-sec {
  padding: 50px 0;
}
.section-dark {
    background-color: #fafafa;
    z-index: -2;
    padding: 50px 0;
}
.Material-contact-section p {
    font-size: 20px;
    color: #000000;
    font-family: 'Lato';
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-family: 'Livvic';
}
.Material-contact-section .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.label-floating {
    width: 48%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
#comment {
    height: 100px;
    width: 97%;
}
.btn-submit {
    background: #097ee0 !important;
    color: #fff !important;
    display: block !important;
    margin: 0 auto;
}
.contact-us-page {
    background: url(../images/contact-banner.jpg) no-repeat 0 0;
    padding: 50px;
    background-position: center;
    background-size: cover;    
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0px 0 50px rgb(1 15 28 / 16%);
}
.enquiry-btn a{
  width: 175px !important;
}
.contact-info-item {
  background-image: url(../images/contact_info_bg.jpg);
  padding: 30px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-info-icon {
  margin-bottom: 32px !important;
  background-color: #0047ba;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 15px 12px 0px 0px #0047ba3b;
  transition: .3s all;
}
.contact-info-icon i {
  font-size: 36px;
  color: #ffffff;
  margin-top: 20px;
}
.contact-info-text h2 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  font-family: 'Nunito';
}
.contact-info-text span {
  color: #363636;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  font-family: 'Nunito';
  height: 48px;
}
.contact-page-form {
  width: 100%;
  border-top: 3px solid #0047ba;
  box-shadow: 0px 2px 4px 0 #ddd;
  padding: 25px 10px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 30px;
  font-family: 'Poppins';
  text-align: center;
  font-weight: 600;
  padding: 0;
}
.contact-page-form form {
  padding: 20px 15px 0;
}
.contact-page-form input {
  background: #0066ba1b none repeat scroll 0 0;
  border: 1px solid #0066ba1b;
  margin-bottom: 24px;
  padding: 10px 16px;
  width: 100%;
  font-family: 'Nunito';
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
}
.single-input-field textarea {
  background: #0066ba1b none repeat scroll 0 0;
  border: 1px solid #0066ba1b;
  margin-bottom: 15px;
  padding: 10px 16px;
  width: 100%;
  font-family: 'Nunito';
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  height: 110px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
  background: #071c34;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #0047ba none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 0px;
  font-size: 16px;
}
.single-input-fieldsbtn {
  text-align: center;
  margin: 0 auto;
}
.panel img{
  border-radius: 15px;
}











/* ========================products details============================ */
.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}
.services {
  padding: 50px 0;
  background-color: aliceblue;
}
.my_img {
    vertical-align: middle;
    position: absolute;    background-color: aliceblue;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
    object-fit: cover;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}
.sec {
  padding: 50px 0;
}
.sec .item{
  margin: 10px !important;
}
/*======products-details=====*/
._product-detail-content h4{
  padding-bottom: 12px;
  font-size: 15px;
  font-family: 'Poppins', cursive;
  font-weight: 500;
}
._product-detail-content p._p-name {
  border-bottom: 1px solid #cecece;
  padding-bottom: 12px;
  font-size: 20px;
  font-family: 'Poppins', cursive;
  font-weight: 500;
  color: #003b7c;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins';
}

.cut-price{
    font-size: 18px !important;
    text-decoration: line-through;
    color: #818181 !important;
    font-weight: 400 !important;
}

._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-add-cart .btn-success {
  color: #fff !important;
  background-color: #0c172d;
  border-color: #0c172d;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #003b7c;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}
._product-detail-content{
  font-family: 'Nunito';
}
._p-qty .value-button {
    border: 0px solid #003b7c;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #003b7c;
    border-bottom: 1px solid #003b7c;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
  margin-bottom: 10px;
  font-family: 'Outfit';
}
._p-features > span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 12px;
}
._p-features p{
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 500;
  font-family: 'Nunito';
  margin-bottom: 12px;
  text-align: justify;
}
._p-add-cart .buy-btn {
    background-color: #003b7c;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px;
}
.jewellery-pricing {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Poppins';
  font-size: 14px;
  padding: 20px 0;
  border: 1px solid #c9c9c9;
  border-left: 0;
  border-right: 0;
  margin-bottom: 30px;
  margin-top: 15px;
}

.price-item {
  text-align: center;
  font-weight: 600;
}

.price-item span {
  display: block;
  font-weight: normal;
  color: #333;
}

.price-plus {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
  color: #333;
}
/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 1px;
}
._p-product-s h5{
  font-weight: 600;
  font-size: 17px;
  font-family: 'Outfit';
}
._p-qty .increase_ {
    position: relative;
    top: 1px;
    left: -5px;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}
/* ========================categories======================== */

.categories{
  width: 100%;
  font-family: 'Poppins';
}
.categories img{
  width: 100%;
  border-radius: 10px;
}
.categories h5{
    padding-top: 20px;
    font-size: 15px;
    text-align: center;
    color: #000;
    font-family: 'Poppins';
}
.categories h2{
  padding-top: 20px;
  font-size: 24px;
  font-weight: 700;
}
.categories a{
  color: #000;
  text-decoration: underline;
}

/* =========================features-section========================== */
.features-section {
  padding: 50px 0;
  background-color: #e6f1f8;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Poppins';
}

.feature-box img {
  width: 50px;
}

.feature-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.feature-box p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #666;
  font-weight: 400;
}


.login-page {
  padding: 50px 0;
  font-family: 'Poppins';
}

.no__overflow {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
}

.login-page .form {
padding: 20px 45px;
}

.login-page .logo {
  margin: 0 auto;
  margin-bottom: 12px;
  width: 75px;
}
.login-page .logo img{
  width: 100%;
}
.login-page h4 {
  color: #00276f;
  margin-bottom: 30px;
  font-family: 'Poppins';
  text-align: center;
}
.login-back{
  background: #eee;
}
.login-page input {
  width: 100%;
  padding: 12px 16px;
  margin: 0px 0;
  display: block;
  border: 1px solid #c8c3cf;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #F6F5F7;
  font-size: 14px;
  color: #4F4659;
  outline: none;
  transition: box-shadow 0.25s ease-in-out, background-image 0.25s;
}
.justify__space_between span{
  display: flex;
}
.login-page ::-webkit-input-placeholder {
  color: #A29CA8;
}

.login-page :-ms-input-placeholder {
  color: #A29CA8;
}

.login-page ::placeholder {
  color: #A29CA8;
}

.justify__space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 26px 0;
}

.login-page input[type=checkbox],
.login-page label {
  margin-right: 4px;
  cursor: pointer;
}

.remember_me,
.signup {
  color: #0059d3;
}

.forgot__password {
  color: #0059d3;
  text-align: left;
}

.forgot__password:active {
  color: #0059d3;
}

.login__button {
  outline-color: #0059d3;
  width: 100%;
  border: none;
  background-color: #0045a5;
  padding: 13px 17px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  cursor: pointer;
  transition: box-shadow 0.25s ease-in-out, background-color 0.3s;
}

.signup {
  font-size: 14px;
  text-align: center;
  margin-top: 32px;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-user-dropdown {
  list-style: none;
}

.custom-user-dropdown .custom-dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}

.custom-user-dropdown .custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 0px;
    list-style: none;
    min-width: 160px;
    padding: 0px 0;
    margin: 20px 0 0 0;
    z-index: 9999;
}

.custom-user-dropdown .custom-dropdown-menu li {
  width: 100%;
}

.custom-user-dropdown .custom-dropdown-menu li a {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}

.custom-user-dropdown .custom-dropdown-menu li a:hover {
  background: #f5f5f5;
}

/* show class */
.custom-user-dropdown.show .custom-dropdown-menu {
  display: block;
}

.product-info h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #002745;
    font-weight: 500;
}

/* Show on hover (desktop only) */
@media (min-width: 768px) {
  .user-dropdown:hover .dropdown-menu {
    display: block !important;
  }
}

/* ===========================filter======================== */

.filter-section {
  font-family: 'Poppins';
  font-size: 13px;
  background-color: #e2edf2;
  padding: 20px;
}

.filter-section h4 {
    color: #0045af;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.filter-group {
  margin-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
}

.filter-title {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.filter-group label {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
  color: #000;
}

.filter-group input[type="radio"] {
  margin-right: 8px;
}


/*=======================my profile============================*/
.profile{
    padding: 50px 0;
}
.sidebar-his {
  background-color: #d6e6f5d9;
  font-family: 'Poppins';
  margin-top: 60px;
}
.sidebar-his h4 {
  text-align: center;
  background-color: #003a71;
  color: #fff;
  font-size: 16px;
  padding: 18px;
  margin: 0;
}
.sidebar-his a {
    text-align: center;
    color: #000;
    font-size: 14px;
    padding: 12px;
    display: block;
    border-bottom: 1px solid #bcbcbc;
    font-weight: 400;
}
.my-pro {
  background-color: #d6e6f5d9;
  padding: 20px;
}
.billing-form label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #212121;
  font-family: 'Poppins';
  width: 100%;
  font-size: 14px;
}
.billing-form input, .billing-form textarea, .billing-form select {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 28px;
  transition: border-color 0.3s;
  font-family: 'Poppins';
  font-size: 13px;
}
.my-pro button{
  display: block;
  margin: 0 auto;
  background-color: #003a71;
  border: none;
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
  padding: 13px 25px;
}
.billing-form textarea{
  height: 100px;
}
.section-heading-center{
    text-align: center;
}
.section-heading-center h2{
    font-family: 'Poppins', cursive;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #003e9d;
}

/*=======================wallet==============================*/
.wallet-container {
  max-width: 1200px;
  margin: 50px auto;
}
.wallet-card h3{
    font-family: 'Poppins';
    color: #0067ab;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.wallet-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.table-bordered td{
    color: #000;
}
.wallet-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}
.table{
    font-family: 'Nunito';
}
.table thead {
  background-color: #0067ab;
  color: #fff;
}
.table-dark th{
    border-color: #759ec7 !important;
    border-bottom: none !important;
}
.table tbody tr:hover {
  background-color: #f1f3f5;
}

.badge-credit {
  background-color: #28a745;
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
}

.badge-debit {
  background-color: #dc3545;
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
}

.status-success {
  color: #198754;
  font-weight: 600;
}

.status-failed {
  color: #dc3545;
  font-weight: 600;
}

.table td, .table th {
  vertical-align: middle;
  font-size: 15px;
}
.balance-card {
  background: #dbf0ff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
  font-family: 'Poppins';
  width: 30%;
  margin: 0 auto;
}
.balance-amount {
  font-size: 32px;
  font-weight: 700;
  color: #198754;
}
.balance-label {
    font-size: 16px;
    color: #16202a;
    font-weight: 500;
}




/* ============================================= */
.course-table {
  width: 100%;
}
.course-table tbody{
  border-radius: 10px;
}
.course-table th{
  background-color: #003a71;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  font-family: 'Nunito';
}
.course-table tr {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.button-cart a{
  font-size: 14px;
  font-weight: 700;
  background-color: #014dca;
  color: #fff;
  padding: 8px 12px;
  margin: 0 auto;
  text-align: center;
  margin-top: 0px;
  border: none;
  border-radius: 6px;
  font-family: 'Nunito';
}
.sidebar-his a:hover{
  color: #000 !important;
}
.course-table td {
  padding: 10px 15px;
  font-family: 'Nunito';
  font-size: 14px;
  font-weight: 700;
}
.course-img img {
border-radius: 8px;
width: 75px;
height: auto;
}
.course-details {
margin-top: 5px;
display: flex;
justify-content: center;
gap: 15px;
font-size: 14px;
color: #555;
}
.course-details span {
color: #888;
}
.course-details strong {
color: #333;
}
.price h5 {
  margin: 0;
  color: #910000;
  font-weight: 600;
  font-family: 'Nunito';
  font-size: 16px;
}
.trash-icon i {
color: #dc3545;
font-size: 18px;
cursor: pointer;
transition: transform 0.2s ease;
}
.trash-icon i:hover {
transform: scale(1.2);
}

@media (max-width: 768px) {
.course-details {
  flex-direction: column;
}
}
.course-info h4 {
  font-size: 15px;
  font-family: 'Nunito';
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.button-cart a:hover{
  color: #fff !important;
}

/* =====================cart====================== */


.cart-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd;
  font-family: 'Poppins';
}
.product-infos span{
  font-weight: 600;
}
.cart-table th,
.cart-table td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}
.check-button{
  background-color: #003b7c;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 10px 35px !important;
  font-family: 'Nunito';
  font-size: 16px;
}
.cart-table th {
  background-color: #003b7c;
  color: #fff;
  font-family: 'Nunito';
  font-size: 18px;
}
.profile{
  padding: 50px 0;
  border-top: 1px solid #eee;
}
.product-infos {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: left;
}
.check-button:hover{
    color: #fff;
}
.product-infos img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.cart-table input[type="number"] {
  width: 60px;
  padding: 5px;
  text-align: center;
}
.remove-btn {
  background: #e74c3c;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.remove-btn:hover {
  background: #c0392b;
}

.total-row td {
  font-weight: bold;
  background-color: #f9f9f9;
}

/* ===============================checkout============================ */

.page-columns {
  padding: 40px 20px;
}
.woocommerce form {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 17%);
}
.woocommerce h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
    font-family: 'Nunito';
    font-weight: 700;
    background-color: #d6e6f5;
    padding: 10px;
}
.woocommerce label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #212121;
  font-family: 'Nunito';
  width: 100%;
}
.woocommerce input, .woocommerce textarea, .woocommerce select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 15px;
  transition: border-color 0.3s;
  font-family: 'Nunito';
  margin-top: 0;
}
.sidebar-total {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}
.sidebar-total h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-family: 'Nunito';
  font-weight: 700;
  background-color: #d6e6f5;
  padding: 10px;
}
.table-column-10 .table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-weight: 500;
}
tfoot td strong {
  font-size: 16px;
  color: #d33c3c;
}
.table-bordered{
  font-family: 'Poppins';
  font-size: 13px;
}
.table-bordered th{
  border-bottom: none !important;
  font-weight: 600;
  font-size: 15px;
}
.sidebar-total button{
  background-color: #003b7c;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 10px 35px !important;
  font-family: 'Nunito';
  font-size: 16px;
}


.variation-group.border-danger {
    border: 2px solid #dc3545 !important;
    padding: 10px;
    border-radius: 8px;
    background: #fff0f0;
}

.variation-btn.is-invalid {
    border: 2px solid #dc3545 !important;
    color: #dc3545 !important;
}

.variation-group.border-danger {
    transition: all 0.3s ease;
}


.no-view  {
    display:block;
}

.cat-mobile {
    
}

.fixed-button{
    display:none !important; 
}
.category-list .col-md-6 {}

.features-section .col-md-3 {}
.header-mobile {}



