/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;family=Rubik:wght@300;400;500;600;700&ampfamily=Jost:wght@200;300;400;500;600;700;display=swap");


@font-face {
  font-family: "3MCircular";
  src: url(../fonts/3MCircularWeb-Book.eot);
  src: url(../fonts/3MCircularWeb-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/3MCircularWeb-Book.woff) format("woff"), url(../fonts/3MCircularTT-Book.ttf) format("truetype"), url(../fonts/3MCircular-Book.otf) format("opentype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "3MCircular";
  src: url(../fonts/3MCircularWeb-Bold.eot);
  src: url(../fonts/3MCircularWeb-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/3MCircularWeb-Bold.woff) format("woff"), url(../fonts/3MCircularTT-Bold.ttf) format("truetype"), url(../fonts/3MCircular-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: "3MCircular";
  src: url(../fonts/3MCircularWeb-BoldItalic.eot);
  src: url(../fonts/3MCircularWeb-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/3MCircularWeb-BoldItalic.woff) format("woff"), url(../fonts/3MCircularTT-BoldItalic.ttf) format("truetype"), url(../fonts/3MCircular-BoldItalic.otf) format("opentype");
  font-weight: bold;
  font-style: italic
}

@font-face {
  font-family: "3MCircular";
  src: url(../fonts/3MCircularWeb-BookItalic.eot);
  src: url(../fonts/3MCircularWeb-BookItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/3MCircularWeb-BookItalic.woff) format("woff"), url(../fonts/3MCircularTT-BookItalic.ttf) format("truetype"), url(../fonts/3MCircular-BookItalic.otf) format("opentype");
  font-weight: normal;
  font-style: italic
}

@font-face {
  font-family: "3MCircular";
  src: url(../fonts/3MCircularWeb-Light.eot);
  src: url(../fonts/3MCircularWeb-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/3MCircularWeb-Light.woff) format("woff"), url(../fonts/3MCircularTT-Light.ttf) format("truetype"), url(../fonts/3MCircular-Light.otf) format("opentype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: "3MCircular";
  src: url(../fonts/3MCircularWeb-LightItalic.eot);
  src: url(../fonts/3MCircularWeb-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/3MCircularWeb-LightItalic.woff) format("woff"), url(../fonts/3MCircularTT-LightItalic.ttf) format("truetype"), url(../fonts/3MCircular-LightItalic.otf) format("opentype");
  font-weight: 200;
  font-style: italic
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
option,
textarea,
button {
  font-family: "jost", Arial, "Helvetica Neue", Helvetica, sans-serif
}


html {
  font-size: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/*i,*/
/*span,*/
/*a {*/
/*  display: inline-block;*/
/*}*/

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "3MCircular";
  color: #111111;
  margin: 0px;
}

h1 {
  font-size: 4.5vw;
}

h2 {
  font-size: 48px;
  line-height: 48px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

p {
  color: #696969;
  margin: 0px;
}

input,
textarea {
  display: inherit;
}

input.placeholder,
textarea.placeholder {
  font-family: "3MCircular";
  font-weight: 500;
  color: #111111;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: "3MCircular";
  font-weight: 500;
  color: #111111;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "3MCircular";
  font-weight: 500;
  color: #111111;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "3MCircular";
  font-weight: 500;
  color: #111111;
}

img {
  max-width: 100%;
}

body {
  font-family: 'Jost', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #696969;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden;
  background: #ecf0f5;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  outline: 0;
}

/* @media only screen and (min-width: 1200px) {
  .container {
    max-width: 92%;
  }
} */

.custom-container,
.container {
  max-width: 1420px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form_group {
  position: relative;
}

.form_group i {
  color: #F7B107;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 14px;
}

.form_control {
  width: 100%;
  padding: 0 30px;
  height: 70px;
  border: 1px solid #eaeaea;
}

.section-title span {
  color: #F7B107;
  margin-bottom: 10px;
}

.section-title h2 {
  margin-bottom: 15px;
  font-size: 27px;
  line-height: 27px;
  letter-spacing: -1.3px;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.red-bg {
  background: #F7B107;
}

.black-bg {
  background: #111111;
}

.light-bg {
  background: #f7f7f7;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: "3MCircular";
  color: #fff;
  background: #F7B107;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border:1px solid  #F7B107;
  min-height: 46px;
  align-items: center;
  display: inline-flex;
  border-radius: 30px;
}

/* .main-btn:after {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  content: '\f0a9';
  font-family: 'Font Awesome 5 Pro';
} */

.main-btn:hover,
.main-btn:focus {
  background: #F7B107;
  color: #fff;
}

button {
  border: none;
}

/*
    nice select css
*/
.nice-select {
  width: 100%;
  outline: none;
}

.nice-select.open:after {
  -webkit-transform: none;
  transform: none;
}

.nice-select:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  right: 20px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: none;
  transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2E2E2E;
}

.nice-select .list {
  width: 100%;
}

/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F7B107;
  -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
  animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
    End Preloader css
*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

/*
    Start scroll_up css
*/
.back-to-top {
    background: #F7B107;
    border-radius: 50%;
    bottom: 100px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #111111;
  color: #fff;
}

/*
    End scroll_up css
*/
/*===========================
    2. HEADER css 
===========================*/
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-navigation .nav-container {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .nav-container {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation .nav-container {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .header-navigation .nav-container {
    padding: 15px 0;
  }
}

.header-navigation .nav-container .nav-pushed-item {
  display: none;
}

.header-navigation .nav-container .brand_logo {
  width: 15%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .nav-container .brand_logo {
    max-width: 150px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-navigation .nav-container .brand_logo {
    max-width: 150px;
    width: 100%;
  }
}

.header-navigation .nav-container .nav-menu .mobile-logo {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation .nav-container .nav-menu .mobile-logo {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-navigation .nav-container .nav-menu .mobile-logo {
    display: block;
  }
}

.header-navigation .nav-container .nav-push-item {
  text-align: right;
}

.header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  color: #111111;
  font-size: 14px;
}

@media (max-width: 767px) {
  .header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
    margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
    display: none;
  }
}

.header-navigation .nav-container .main-menu ul li {
  display: inline-block;
  position: relative;
}

.header-navigation .nav-container .main-menu ul li>a {
  display: block;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "3MCircular";
  padding: 20px 15px;
  line-height: initial;
}

.header-navigation .nav-container .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:last-child>a {
  border-bottom: none;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a {
  display: block;
  padding: 0px 5px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  /*border-bottom: 1px solid #ececec;*/
  color: #1b3255;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a:hover {
  background-color: #F7B107;
  color: #fff !important;
  border-color: transparent;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:hover .sub-menu {
  top: 100%;
}

.header-navigation .nav-container .main-menu ul li:hover.menu-item-has-children>a:after {
  color: #F7B107;
}

.header-navigation .nav-container .main-menu ul li:hover>a {
  color: #F7B107;
}

.header-navigation .nav-container .main-menu ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-navigation .nav-container .main-menu ul li .dd-trigger {
  display: none;
}

.header-navigation .nav-container.breakpoint-on .nav-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #111111 !important;
  padding: 13px 20px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #111111;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #111111;
  font-size: 20px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-pushed-item {
  display: none;
}

.header-navigation .nav-container.breakpoint-on .navbar-close,
.header-navigation .nav-container.breakpoint-on .navbar-toggler {
  display: block;
}

.header-navigation .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #F7B107;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
  background: #F7B107;
  padding: 5px;
}

.header-navigation .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}

.header-navigation .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}

.header-navigation .navbar-close .cross-wrap span.top {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-navigation .navbar-close .cross-wrap span.bottom {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-area-v1 .header-top {
  padding: 2px 0;
  z-index: 9999;
}

@media (max-width: 767px) {
  .header-area-v1 .header-top {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area-v1 .header-top .top-left {
    text-align: center;
  }
}

.header-area-v1 .header-top .top-left ul>li {
  display: inline-block;
  vertical-align: middle;
}

.header-area-v1 .header-top .top-left ul>li .nice-select {
  background: transparent;
  border-radius: 0;
  border: none;
  color: #bdbdbd;
  padding-left: 0px;
  padding-right: 40px;
}

.header-area-v1 .header-top .top-left ul>li .nice-select:after {
  right: 30px;
  color: #bdbdbd;
  font-size: 15px;
}

.header-area-v1 .header-top .top-left ul>li .option:hover,
.header-area-v1 .header-top .top-left ul>li .option.focus,
.header-area-v1 .header-top .top-left ul>li .option.selected.focus {
  background-color: #F7B107;
  color: #fff;
  font-weight: 400;
}

.header-area-v1 .header-top .top-left ul>li ul.list {
  margin-top: 0px;
  border-radius: 0px;
  background: #111;
  color: #bdbdbd;
}

.header-area-v1 .header-top .top-left ul>li ul.list li {
  display: block;
}

@media (max-width: 767px) {
  .header-area-v1 .header-top .top-middle {
    text-align: center;
  }
}

.header-area-v1 .header-top .top-middle p {
  color: #bdbdbd;
}

@media (max-width: 767px) {
  .header-area-v1 .header-top .top-middle p {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.header-area-v1 .header-top .top-middle p a {
  color: #fff;
  background: #F7B107;
  text-transform: uppercase;
  line-height: 11px;
  font-size: 12px;
  padding: 7px 15px 6px;
  margin-left: 10px;
  font-weight: 700;
  border-radius: 13px;
}

.header-area-v1 .header-top .top-right {
  float: right;
}

@media (max-width: 767px) {
  .header-area-v1 .header-top .top-right {
    float: none;
    text-align: center;
  }
}

.header-area-v1 .header-top .top-right p {
  color: #bdbdbd;
}

.header-area-v1 .header-top .top-right p i {
  color: #F7B107;
  margin-right: 5px;
}

.header-area-v1 .header-navigation-box .nav-container .nav-push-item .nav-tools ul li {
  display: inline-block;
  font-size: 16px;
  margin-left: 30px;
  position: relative;
}

.header-area-v1 .header-navigation .nav-container .nav-push-item .nav-tools ul li:first-child {
  margin-left: 0px;
}

.header-area-v1 .header-navigation-box .nav-container .nav-push-item .nav-tools ul li .form_group input[type=search] {
  width: 300px;
  height: 45px;
  border-radius: 22px;
  border: 2px solid #ededed;
  padding: 0 20px;
  padding-right: 35px;
}

.header-area-v1 .header-navigation-box .nav-container .nav-push-item .nav-tools ul li .form_group i {
  top: 15px;
  right: 20px;
  color: #111111;
}

.header-area-v1 .header-navigation-box .nav-container .nav-push-item .nav-tools ul li a {
  position: relative;
  color: #111111;
}

.header-area-v1 .heaheader-navigation-box .nav-container .nav-push-item .nav-tools ul li a span.count {
  position: absolute;
  top: -15px;
  right: -4px;
  color: #F7B107;
}

.header-area-v1 .header-navigation-box .nav-container .nav-push-item .nav-tools ul li a.navbar-toggler {
  display: block;
}

.header-area-v2 .header-top {
  padding: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-top {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-top {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area-v2 .header-top {
    display: none;
  }
}

.header-area-v2 .header-top .top-middle .info-box {
  position: relative;
  padding-left: 75px;
}

.header-area-v2 .header-top .top-middle .info-box i {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 69, 69, 0.06);
  font-size: 22px;
  color: #F7B107;
}

.header-area-v2 .header-top .top-middle .info-box span {
  font-weight: 500;
}

.header-area-v2 .header-top .top-right .form_group {
  float: right;
}

.header-area-v2 .header-top .top-right .form_group input[type=search] {
  width: 245px;
  height: 55px;
  background: #f7f7f7;
  border-radius: 28px;
  border: none;
  padding: 0 20px;
}

.header-area-v2 .header-top .top-right .form_group i {
  top: 22px;
  right: 20px;
  color: #111111;
}

.header-area-v2 .header-navigation .nav-container .brand-logo {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .brand-logo {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-navigation .nav-container .brand-logo {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-area-v2 .header-navigation .nav-container .brand-logo {
    display: block;
  }
}

.header-area-v2 .header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
  color: #fff;
}

.header-area-v2 .header-navigation .nav-container .main-menu ul li.active>a {
  background: #111111;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li.active>a {
    background: transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li.active>a {
    background: transparent;
  }
}

@media (max-width: 767px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li.active>a {
    background: transparent;
  }
}

.header-area-v2 .header-navigation .nav-container .main-menu ul li>a {
  padding: 21px 15px;
  margin-bottom: -1px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li>a {
    color: #111111;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li>a {
    color: #111111;
  }
}

@media (max-width: 767px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li>a {
    color: #111111;
  }
}

.header-area-v2 .header-navigation .nav-container .main-menu ul li:hover>a {
  background: #111111;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li:hover>a {
    background: transparent;
    color: #F7B107;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li:hover>a {
    background: transparent;
    color: #F7B107;
  }
}

@media (max-width: 767px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li:hover>a {
    background: transparent;
    color: #F7B107;
  }
}

.header-area-v2 .header-navigation .nav-container .nav-push-item .nav-tools ul li {
  display: inline-block;
  margin-left: 27px;
}

.header-area-v2 .header-navigation .nav-container .nav-push-item .nav-tools ul li:first-child {
  margin-left: 0px;
}

.header-area-v2 .header-navigation .nav-container .nav-push-item .nav-tools ul li a {
  position: relative;
  color: #fff;
  font-size: 17px;
}

.header-area-v2 .header-navigation .nav-container .nav-push-item .nav-tools ul li a span.count {
  position: absolute;
  top: -15px;
  right: -4px;
  color: #fff;
}

.header-area-v2 .header-navigation .navbar-toggler span {
  background-color: #fff;
}

.header-area-v3 .header-top .top-left ul>li .nice-select {
  color: #fff;
}

.header-area-v3 .header-top .top-left ul>li .nice-select:after {
  color: #fff;
}

.header-area-v3 .header-top .top-middle p {
  color: #fff;
}

.header-area-v3 .header-top .top-middle p a {
  background: #fff;
  color: #111111;
}

.header-area-v3 .header-top .top-right p {
  color: #fff;
}

.header-area-v3 .header-top .top-right p i {
  color: #fff;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
  color: #fff;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li>a {
  color: #fff;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li:hover>a {
  color: #F7B107;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li:hover>a:after {
  color: #F7B107;
}

.header-area-v3 .header-navigation .nav-container .nav-push-item .nav-tools ul li a {
  color: #fff;
}

.header-area-v3 .header-navigation .navbar-toggler span {
  background-color: #fff;
}

.sidebar-sidemenu.active .sidemenu-nav {
  right: 0;
}

.sidemenu-nav {
  overflow: hidden;
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -300px;
  padding: 80px 20px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow-y: visible;
}

.sidemenu-nav .cross-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F7B107;
  color: #fff;
  font-size: 18px;
}

.sidemenu-nav ul.sidebar-menu li {
  position: relative;
}

.sidemenu-nav ul.sidebar-menu li:hover>a,
.sidemenu-nav ul.sidebar-menu li.active>a {
  color: #F7B107;
}

.sidemenu-nav ul.sidebar-menu li.active .sub-menu {
  display: block;
}

.sidemenu-nav ul.sidebar-menu li.active .sub-menu>li:last-child a {
  border-bottom: none;
}

.sidemenu-nav ul.sidebar-menu li>a {
  padding: 10px;
  display: block;
  border-top: 1px solid #eee;
  font-weight: 500;
  color: #111111;
}

.sidemenu-nav ul.sidebar-menu li>a i {
  width: 50px;
  height: 50px;
  padding: 0;
  color: #111111;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #eee;
}

.sidemenu-nav ul.sidebar-menu .sub-menu {
  border-top: 1px solid #eee;
  display: none;
  list-style: none;
}

.sidemenu-nav ul.sidebar-menu .sub-menu>li:hover>a,
.sidemenu-nav ul.sidebar-menu .sub-menu>li.active>a {
  color: #F7B107;
}

.sidemenu-nav ul.sidebar-menu .sub-menu>li>a {
  display: block;
  font-size: 14px;
  color: #111;
  padding: 10px 30px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.panel-overly {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-sidemenu.active .panel-overly {
  opacity: 0.5;
  visibility: visible;
}

.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  background: #F7B107;
}

.header-area-v1 .header-navigation.sticky {
  background: #fff;
  /* -webkit-box-shadow: 0px 7px 12px 0px rgba(225, 225, 225, 0.5);
  box-shadow: 0px 7px 12px 0px rgba(225, 225, 225, 0.5); */
}

.header-area-v3 .header-navigation.sticky {
  background: #F7B107;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-area-v3 .header-navigation.sticky .nav-container .main-menu ul li:hover>a {
  color: #111111;
}

.header-area-v3 .header-navigation.sticky .nav-container .main-menu ul li:hover>a:after {
  color: #111111;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

/*---=======================
   03. Hero css 
===========================---*/
.hero-area-v1 {
  padding: 100px 0 100px;
  background-color: #ccc;
}

.hero-area-v1 .hero-content {
  background: #fff;
  padding: 70px 70px 80px;
}

@media (max-width: 767px) {
  .hero-area-v1 .hero-content {
    padding: 20px;
  }
}

.hero-area-v1 .hero-content span.span {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  color: #4bc871;
  margin-bottom: 24px;
}

.hero-area-v1 .hero-content h1 {
  font-size: 70px;
  letter-spacing: -1.3px;
  line-height: 70px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v1 .hero-content h1 {
    font-size: 58px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v1 .hero-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-area-v1 .hero-content h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

.hero-area-v1 .hero-content p {
  color: #111111;
  padding-bottom: 23px;
}

.hero-area-v1 .hero-content ul.button li {
  display: inline-block;
}

.hero-area-v1 .hero-content ul.button li:last-child {
  margin-left: 5px;
}

@media (max-width: 455px) {
  .hero-area-v1 .hero-content ul.button li:last-child {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 456px) and (max-width: 767px) {
  .hero-area-v1 .hero-content ul.button li:last-child {
    margin-left: 5px;
  }
}

@media (max-width: 455px) {
  .hero-area-v1 .hero-content ul.button li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.hero-area-v1 .hero-content ul.button li a.main-btn {
  padding: 14px 40px;
  border: 2px solid #eaeaea;
  color: #777777;
  background: transparent;
}

.hero-area-v1 .hero-content ul.button li a.main-btn:hover,
.hero-area-v1 .hero-content ul.button li a.main-btn:focus,
.hero-area-v1 .hero-content ul.button li a.main-btn.active-btn {
  background: #F7B107;
  color: #fff;
  border-color: transparent;
}

.hero-filter {
  max-width: 1400px;
  margin: auto;
  background-color: #F7B107;
  border-radius: 20px;
  padding: 60px 115px;
  margin-top: 100px;
  margin-bottom: -215px;
}

@media (max-width: 767px) {
  .hero-filter {
    padding: 40px 20px;
  }
}

.hero-filter h4.title {
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .hero-filter h4.title {
    font-size: 18px;
  }
}

.hero-filter .nice-select {
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background: #f7f7f7;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}

.hero-filter .nice-select:after {
  right: 30px;
  color: #F7B107;
}

.hero-filter .main-btn {
  width: 100%;
  text-align: center;
  border-radius: 28px;
  padding: 11px 35px;
  line-height: 29px;
  border: 2px solid #fff;
}

.hero-filter .main-btn:hover,
.hero-filter .main-btn:focus {
  background: #fff;
  color: #F7B107;
  border-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-filter .main-btn {
    padding: 11px 15px;
    font-size: 12px;
  }
}

.hero-area-v2 .single-hero {
  padding: 180px 0 200px;
  position: relative;
  z-index: 1;
  background-color: #ccc;
}

.hero-area-v2 .single-hero:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-area-v2 .single-hero .hero-content h1,
.hero-area-v2 .single-hero .hero-content h5 {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v2 .single-hero .hero-content h1 {
    font-size: 58px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v2 .single-hero .hero-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-content h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

.hero-area-v2 .single-hero .hero-content h5 {
  margin-bottom: 30px;
}

.hero-area-v2 .single-hero .hero-filter {
  background: #fff;
  padding: 30px;
  max-width: 1230px;
  margin: auto;
  border-radius: 0px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v2 .single-hero .hero-filter {
    margin: 15px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v2 .single-hero .hero-filter {
    margin: 15px;
    margin-bottom: 40px;
  }
}

@media (max-width: 455px) {
  .hero-area-v2 .single-hero .hero-filter {
    max-width: 300px;
  }
}

@media only screen and (min-width: 456px) and (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-filter {
    max-width: 450px;
  }
}

.hero-area-v2 .single-hero .hero-filter .nice-select {
  height: 65px;
  line-height: 65px;
  border-radius: 0px;
  background: #f7f7f7;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v2 .single-hero .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v2 .single-hero .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}

.hero-area-v2 .single-hero .hero-filter .nice-select:before {
  content: '';
  width: 3px;
  height: 100%;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-area-v2 .single-hero .hero-filter .main-btn {
  width: 100%;
  text-align: center;
  border-radius: 0px;
  padding: 18px 30px;
  line-height: 29px;
}

.hero-area-v2 .single-hero .hero-filter .main-btn:hover,
.hero-area-v2 .single-hero .hero-filter .main-btn:focus {
  background: #111111;
  color: #fff;
}

.hero-area-v2 .single-hero .hero-social ul.social-link {
  position: relative;
}

.hero-area-v2 .single-hero .hero-social ul.social-link:after,
.hero-area-v2 .single-hero .hero-social ul.social-link:before {
  content: '';
  display: inline-block;
  width: 6%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}

.hero-area-v2 .single-hero .hero-social ul.social-link:after {
  margin-left: 1.5%;
}

.hero-area-v2 .single-hero .hero-social ul.social-link:before {
  margin-right: 1.5%;
}

.hero-area-v2 .single-hero .hero-social ul.social-link li span {
  color: #fff;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-social ul.social-link li span {
    margin-right: 10px;
  }
}

@media (max-width: 455px) {
  .hero-area-v2 .single-hero .hero-social ul.social-link li span {
    font-size: 13px;
    margin-right: 0px;
  }
}

.hero-area-v2 .single-hero .hero-social ul.social-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #9e908c;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 5px;
  margin-right: 5px;
}

.hero-area-v2 .single-hero .hero-social ul.social-link li a:hover,
.hero-area-v2 .single-hero .hero-social ul.social-link li a:focus {
  background: #F7B107;
  border-color: transparent;
  color: #fff;
}

@media (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-social ul.social-link li a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 455px) {
  .hero-area-v2 .single-hero .hero-social ul.social-link li a {
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }
}

.hero-area-v3 .single-hero {
  padding: 253px 0 213px;
  z-index: 1;
  background-color: #ccc;
}

.hero-area-v3 .single-hero:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-area-v3 .single-hero .hero-content h1 {
  font-size: 65px;
  letter-spacing: -1.6px;
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v3 .single-hero .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v3 .single-hero .hero-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .hero-area-v3 .single-hero .hero-content h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

.hero-area-v3 .single-hero .hero-content p {
  color: #fff;
  margin-bottom: 33px;
}

.hero-area-v3 .single-hero .hero-content ul.button li {
  display: inline-block;
}

.hero-area-v3 .single-hero .hero-content ul.button li:last-child {
  margin-left: 5px;
}

@media (max-width: 455px) {
  .hero-area-v3 .single-hero .hero-content ul.button li:last-child {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 456px) and (max-width: 767px) {
  .hero-area-v3 .single-hero .hero-content ul.button li:last-child {
    margin-left: 5px;
  }
}

@media (max-width: 455px) {
  .hero-area-v3 .single-hero .hero-content ul.button li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn {
  padding: 14px 40px;
  color: #fff;
  background: #F7B107;
}

.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn.active-btn {
  background: #fff;
  color: #777777;
}

.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn.active-btn:hover {
  background: #F7B107;
  color: #fff;
}

.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn:hover,
.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn:focus {
  background: #fff;
  color: #777777;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v3 .single-hero .hero-content ul.button li a.main-btn {
    padding: 14px 30px;
  }
}

.hero-area-v3 .single-hero .play-button {
  float: right;
}

@media (max-width: 767px) {
  .hero-area-v3 .single-hero .play-button {
    float: none;
    margin-top: 80px;
  }
}

.hero-area-v3 .single-hero .play-button .video-popup {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #F7B107;
}

.hero-area-v3 .single-hero .play-button .video-popup:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s linear infinite;
  animation: pulse-border 1.5s linear infinite;
}

.hero-area-v3 .hero-filter {
  margin-bottom: 0px;
  margin-top: -58px;
  position: relative;
  z-index: 999;
}

.breadcrumbs-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.breadcrumbs-section:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: rgba(0, 0, 0, 0.75);
}

.breadcrumbs-section .breadcrumbs-content h1 {
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumbs-section .breadcrumbs-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs-section .breadcrumbs-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-section .breadcrumbs-content h1 {
    font-size: 32px;
  }
}

.breadcrumbs-section .breadcrumbs-content ul.link li {
  display: inline-block;
  text-transform: uppercase;
}

.breadcrumbs-section .breadcrumbs-content ul.link li:last-child:after {
  display: none;
}

.breadcrumbs-section .breadcrumbs-content ul.link li a {
  color: #F7B107;
}

.breadcrumbs-section .breadcrumbs-content ul.link li.active {
  color: #fff;
}

.breadcrumbs-section .breadcrumbs-content ul.link li:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  margin-left: 13px;
  margin-right: 10px;
  color: #fff;
}

/*---=======================
   04. About css 
===========================---*/
.about-area .about-img-box {
  position: relative;
}

.about-area .about-img-box .shape {
  position: absolute;
  top: 100px;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-img-box .shape {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-area .about-img-box .shape {
    display: none;
  }
}

.about-area .about-img-box .about-img.about-small-img {
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #fff;
  padding: 10px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.about-area .about-content-box {
  padding: 0 20px;
  margin-top: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .about-content-box {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content-box {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .about-area .about-content-box {
    padding: 0 15px;
  }
}

.about-area .about-content-box ul.list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.about-area .about-content-box ul.list li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #F7B107;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
}

.about-area .about-content-box p {
  padding-bottom: 25px;
}

.about-area .about-content-box .main-btn {
  margin-top: 25px;
}

.service-section .service-item {
  background: #fff;
  /*padding: 55px 50px;*/
  margin-bottom: 40px;
}

.service-section .service-item .icon {
  background: #F7B107;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 25px;
  color: #fff;
}

.service-section .service-item h5 {
    padding-bottom: 10px;
    color: #000;
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #F7B107;
    display: table;
}

.service-section .service-item p {
  padding-bottom: 25px;
}

.service-section .service-item a.main-btn {
  font-size: 14px;
  padding: 7px 19px;
  line-height: 21px;
  background: #f7f7f7;
  color: #696969;
}

.team-section .team-item {
  padding: 35px;
  border: 1px solid #eaeaea;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-section .team-item {
    padding: 15px;
  }
}

.team-section .team-item .team-img {
  position: relative;
  padding-bottom: 30px;
}

.team-section .team-item .team-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-section .team-item .team-img img {
    width: 80%;
    height: 8%;
  }
}

.team-section .team-item .team-img .icon {
  position: absolute;
  bottom: 35px;
  right: 0px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #F7B107;
  color: #fff;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 69, 69, 0.42);
  box-shadow: 0px 10px 30px 0px rgba(255, 69, 69, 0.42);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-section .team-item .team-img .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.team-section .team-item .team-info span {
  color: #F7B107;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-section .team-item .team-info h5 {
    font-size: 16px;
  }
}

/*---=======================
   05. Features css 
===========================---*/
.trendy-slide:hover .slick-arrow,
.best-slide:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.trendy-slide:hover .slick-arrow.prev,
.best-slide:hover .slick-arrow.prev {
  left: 0px;
}

.trendy-slide:hover .slick-arrow.next,
.best-slide:hover .slick-arrow.next {
  right: 0px;
}

.trendy-slide .slick-arrow,
.best-slide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #F7B107;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.trendy-slide .slick-arrow.prev,
.best-slide .slick-arrow.prev {
  left: 40px;
}

.trendy-slide .slick-arrow.next,
.best-slide .slick-arrow.next {
  right: 40px;
}

.newsletter-section {
  position: relative;
  z-index: 1;
}

.newsletter-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

.newsletter-section .newsletter-content span.span {
  color: #fbb71c;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.newsletter-section .newsletter-content h2 {
  color: #fff;
  padding: 0 50px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-section .newsletter-content h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .newsletter-content h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  .newsletter-section .newsletter-content h2 {
    font-size: 27px;
    line-height: 38px;
  }
}

.newsletter-section .newsletter-content .form_group .form_control {
  border-radius: 43px;
  height: 85px;
}

.newsletter-section .newsletter-content .form_group .main-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 767px) {
  .newsletter-section .newsletter-content .form_group .main-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
}

.offer-banner-v1 .offer-item {
  position: relative;
  z-index: 1;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-banner-v1 .offer-item:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(10deg, rgba(17, 17, 17, 0.70196) 0%, rgba(17, 17, 17, 0.01) 99%, #111111 100%);
}

.offer-banner-v1 .offer-item .offer-content {
  padding: 50px;
}

@media (max-width: 767px) {
  .offer-banner-v1 .offer-item .offer-content {
    padding: 50px 15px;
  }
}

.offer-banner-v1 .offer-item .offer-content span.span {
  color: #fbb71c;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.offer-banner-v1 .offer-item .offer-content h3 {
  color: #fff;
  padding-right: 30%;
  font-size: 24px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offer-banner-v1 .offer-item .offer-content h3 {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .offer-banner-v1 .offer-item .offer-content h3 {
    padding-right: 0%;
  }
}

.offer-banner-v1 .offer-item .offer-content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}

.offer-banner-v2 .offer-wrapper {
  position: relative;
}

.offer-banner-v2 {
  position: relative;
}

.offer-banner-v2:before {
    content: '';
    background: #182f59;
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.main-btn-black {
  padding: 8px 30px;
  text-transform: uppercase;
  background: #F7B107;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  min-height: 46px;
  align-items: center;
}

.main-btn-black:after {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
}

.offer-banner-v2 .offer-wrapper .offer-content-box {
  /* background: rgb(247 177 7 / 70%);*/
  padding: 50px 0px;
  /* -webkit-transform: perspective(1250px) rotateY(-20deg) translate3d(1px, -1px, 105px);
  transform: perspective(1250px) rotateY(-20deg) translate3d(1px, -1px, 105px); */
}

@media (max-width: 767px) {
  .offer-banner-v2 .offer-wrapper .offer-content-box {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .offer-banner-v2 .offer-wrapper .offer-content-box {
    -webkit-transform: none;
    transform: none;
  }
}

.offer-banner-v2 .offer-wrapper .offer-content-box span {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.offer-banner-v2 .offer-wrapper .offer-content-box span span.big {
  font-size: 120px;
  font-weight: 300;
  font-family: 'Jost', sans-serif;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .offer-banner-v2 .offer-wrapper .offer-content-box span span.big {
    font-size: 36px;
  }
}

.offer-banner-v2 .offer-wrapper .offer-content-box span,
.offer-banner-v2 .offer-wrapper .offer-content-box h3,
.offer-banner-v2 .offer-wrapper .offer-content-box p {
  color: #fff;
}

.offer-banner-v2 .offer-wrapper .offer-content-box h3 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: 400;
}

.offer-banner-v2 .offer-wrapper .offer-content-box p {
  padding-bottom: 37px;
}

.offer-banner-v2 .offer-wrapper .offer-content-box .main-btn {
  padding: 11px 30px;
  border: 2px solid #eaeaea;
  color: #fff;
  border-radius: 27px;
  background: transparent;
}

.offer-banner-v2 .offer-wrapper .offer-content-box .main-btn:hover,
.offer-banner-v2 .offer-wrapper .offer-content-box .main-btn:focus,
.offer-banner-v2 .offer-wrapper .offer-content-box .main-btn.active-btn {
  background: #fff;
  color: #111111;
  border-color: transparent;
}

.offer-banner-v3 .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

.offer-banner-v3 .offer-item {
  background-color: #f7f7f7;
  min-height: 350px;
}

.offer-banner-v3 .offer-item .offer-content {
  min-height: 350px;
  max-height: 350px;
  position: relative;
  padding: 50px 30px 25px 50px;
}

.offer-banner-v3 .offer-item .offer-content .content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.offer-banner-v3 .offer-item .offer-content .content span.span {
  color: #F7B107;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.offer-banner-v3 .offer-item .offer-content .content h3 {
  color: #111111;
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: -1.3px;
}

.offer-banner-v3 .offer-item .offer-content .content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}

.offer-banner-v4 {
  margin-top: -175px;
  padding-top: 255px;
}

.offer-banner-v4 .offer-item {
  background: #fff;
  padding: 40px 30px 30px 40px;
  max-height: 370px;
  min-height: 370px;
}

.offer-banner-v4 .offer-item .offer-content {
  width: 100%;
  overflow: hidden;
}

.offer-banner-v4 .offer-item .content {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.offer-banner-v4 .offer-item .content span.span {
  color: #F7B107;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.offer-banner-v4 .offer-item .content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: -1.3px;
  padding-right: 70px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .offer-banner-v4 .offer-item .content h3 {
    padding-right: 0px;
  }
}

.offer-banner-v4 .offer-item .content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}

.offer-banner-v4 .offer-item img {
  margin: 0 0 0 auto;
  margin-bottom: 30px;
}

.offer-banner-v5 .shop-item .syotimer {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #4bc871;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 15px;
}

.offer-banner-v5 .shop-item .syotimer .syotimer-cell {
  float: left;
}

.offer-banner-v5 .shop-item .syotimer .syotimer-cell:last-child .syotimer-cell__value:after {
  display: none;
}

.offer-banner-v5 .shop-item .syotimer .syotimer-cell .syotimer-cell__value {
  position: relative;
  color: #fff;
  font-weight: 500;
}

.offer-banner-v5 .shop-item .syotimer .syotimer-cell .syotimer-cell__value:after {
  display: inline-block;
  content: ':';
  margin-left: 2px;
  margin-right: 2px;
}

.offer-banner-v5 .shop-item .syotimer .syotimer-cell .syotimer-cell__unit {
  display: none;
}

.offer-banner-v5 .shop-item .syotimer .syotimer-cell.syotimer-cell_type_day {
  display: none;
}

.chakta-features .features-item {
  padding: 50px 20px 40px;
  border: 1px solid #eaeaea;
  text-align: center;
}

.chakta-features .features-item .features-icon img {
  margin: 0 auto;
  margin-bottom: 20px;
}

.chakta-features .features-item .features-content h5 {
  margin-bottom: 10px;
}

.chakta-features-v2 {
  margin-bottom: -80px;
}

.chakta-features-v2 .features-slide {
  position: relative;
  max-width: 1270px;
  width: 100%;
  margin: auto;
  background: #f7f7f7;
  border-top: 3px solid #F7B107;
  padding: 50px;
  z-index: 999;
}

.chakta-features-v2 .features-slide .features-item {
  background: #fff;
  padding: 30px;
}

.chakta-features-v2 .features-slide .features-item .features-icon {
  float: left;
}

.chakta-features-v2 .features-slide .features-item .features-content {
  margin-left: 60px;
}

.chakta-features-v2 .features-slide .features-item .features-content h5 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chakta-features-v2 .features-slide {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .chakta-features-v2 .features-slide {
    padding: 15px;
  }
}

ul.social-link li {
  display: inline-block;
}

ul.social-link li a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

ul.social-link li a:hover,
ul.social-link li a:focus {
  color: #F7B107;
}

.company-section {
  position: relative;
  z-index: 1;
}

.company-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 69, 69, 0.9);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.company-section .company-slide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.company-section .company-slide .slick-arrow:hover,
.company-section .company-slide .slick-arrow:focus {
  background: #fff;
  color: #111111;
}

.company-section .company-slide .slick-arrow.prev {
  left: -120px;
}

.company-section .company-slide .slick-arrow.next {
  right: -120px;
}

.company-section .company-item img {
  margin-bottom: 5px;
}

.company-section .company-item h5 {
  color: #fff;
  text-transform: uppercase;
}

.company-section-v2:after {
  background: rgba(17, 17, 17, 0.9);
}

.faqs-area .faq-wrapper .card {
  border: none;
  border-radius: 0px;
}

.faqs-area .faq-wrapper .card .card-header {
  background: #f7f7f7;
  border-radius: 0px;
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 30px;
}

.faqs-area .faq-wrapper .card .card-header .toggle_btn {
  float: left;
  margin-right: 15px;
}

.faqs-area .faq-wrapper .card .card-header .toggle_btn:after {
  content: '\f055';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  color: #F7B107;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .faqs-area .faq-wrapper .card .card-header .toggle_btn:after {
    display: none;
  }
}

.faqs-area .faq-wrapper .card .card-body {
  background: #F7B107;
  padding: 0px 50px 23px 60px;
}

@media (max-width: 767px) {
  .faqs-area .faq-wrapper .card .card-body {
    padding: 30px;
  }
}

.faqs-area .faq-wrapper .card .card-body p {
  color: #fff;
}

.faqs-area .faq-wrapper .card .card-header[aria-expanded="true"] .toggle_btn:after {
  content: '\f056';
  color: #fff;
}

.faqs-area .faq-wrapper .card .card-header[aria-expanded="true"] {
  background: #F7B107;
  color: #fff;
}

.sponsor-area .sponsor-slide .sponsor-item {
  text-align: center;
}

.sidebar-widget-area .widget {
  padding: 20px 20px;
  border: 2px solid #eaeaea;
}

.sidebar-widget-area .widget h4.widget-title {
  padding-bottom: 13px;
  position: relative;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 20px;
}

.sidebar-widget-area .widget.widget_search {
  border: none;
  padding: 0;
}

.sidebar-widget-area .widget.widget_search .form_group i {
  color: #fff;
}

.sidebar-widget-area .widget.widget_search .form_control {
  height: 50px;
}

.sidebar-widget-area .widget.widget_search .search-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #F7B107;
  color: #fff;
  font-size: 20px;
}

.sidebar-widget-area .widget.widget_categories {
  padding-bottom: 30px;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item {
  position: relative;
  padding-bottom: 20px;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item:last-child {
  padding-bottom: 0px;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item a:hover,
.sidebar-widget-area .widget.widget_categories ul li.cat-item a:focus {
  color: #F7B107;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail img {
  width: 75px;
  height: 70px;
  float: left;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date {
  margin-left: 88px;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date h6:hover,
.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date h6:focus {
  color: #F7B107;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date .td-recent-widget-date span {
  margin-bottom: 0px;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date .td-recent-widget-date span:hover a,
.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date .td-recent-widget-date span:focus a {
  color: #F7B107;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date .td-recent-widget-date span i {
  color: #F7B107;
  margin-right: 5px;
}

.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a {
  background: #f5f7fa;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 11px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #696969;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a:hover,
.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a:focus {
  color: #fff;
  background: #F7B107;
}

.sidebar-widget-area .widget.widget_about .about-content {
  text-align: center;
}

.sidebar-widget-area .widget.widget_about .about-content img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.sidebar-widget-area .widget.widget_about .about-content h4 {
  font-size: 22px;
  margin-bottom: 6px;
}

.sidebar-widget-area .widget.widget_about .about-content h5 {
  color: #F7B107;
  margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget_about .about-content p {
  margin-bottom: 16px;
}

.sidebar-widget-area .widget.widget_about .about-content ul.social-link li {
  margin-left: 8px;
  margin-right: 8px;
}

.sidebar-widget-area .widget.widget_shop {
  padding: 0px;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.75);
  z-index: -1;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper .shop-content {
  padding: 135px 40px 145px;
  text-align: center;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper .shop-content h2 {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper .shop-content h2 span {
  font-weight: 300;
}

.products-sidebar .widget {
  padding: 40px 30px;
  border: none;
  background: #fff;
}

.products-sidebar .widget.widget_categories ul li.cat-item {
  padding-bottom: 15px;
}

.products-sidebar .widget.popular-product-widget .shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .products-sidebar .widget.popular-product-widget .shop-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.products-sidebar .widget.popular-product-widget .shop-item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0pc;
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-img {
  min-height: 80px;
  max-height: 80px;
  min-width: 80px;
  max-width: 80px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-content {
  width: 100%;
  padding: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .products-sidebar .widget.popular-product-widget .shop-item .shop-content {
    padding-top: 15px;
    padding-left: 0;
  }
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-content ul.rating li i {
  color: #F7B107;
  font-size: 9px;
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-content h3.title {
  font-size: 15px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  font-weight: 600;
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-content p {
  padding-bottom: 0px;
  color: #696969;
}

.products-sidebar .widget.filter-widget .price-filter-range .ui-widget.ui-widget-content {
  border: none;
  height: 3px;
  background-color: #F7B107;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
}

.products-sidebar .widget.filter-widget .price-filter-range .ui-slider-handle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #F7B107;
  border: none;
  cursor: pointer;
}

.products-sidebar .widget.filter-widget .price-filter-range .ui-slider-handle:focus {
  outline: none;
}

.products-sidebar .widget.filter-widget .price-filter-range .ui-slider-horizontal .ui-slider-range {
  background: #F7B107;
}

.products-sidebar .widget.filter-widget .price-filter-range input {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 15px;
}

.chakta-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chakta-pagination ul li {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  padding: 0;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chakta-pagination ul li {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chakta-pagination ul li {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .chakta-pagination ul li {
    width: 60px;
    height: 60px;
  }
}

.chakta-pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(7, 7, 25, 0.1);
  color: #5b5858;
  font-size: 18px;
}

.chakta-pagination ul li a:hover,
.chakta-pagination ul li a:focus,
.chakta-pagination ul li a.active {
  background: #F7B107;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chakta-pagination ul li a {
    width: 50px;
    height: 40px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chakta-pagination ul li a {
    width: 50px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .chakta-pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

/*---=======================
   06. Gallery css 
===========================---*/
.gallery-section .filter-nav ul.filter-btn {
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 767px) {
  .gallery-section .filter-nav ul.filter-btn {
    display: none;
  }
}

.gallery-section .filter-nav ul.filter-btn li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  padding: 0px 15px 27px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-section .filter-nav ul.filter-btn li.active {
  color: #F7B107;
}

.gallery-section .filter-nav ul.filter-btn li.active:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #F7B107;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .gallery-section .filter-nav ul.filter-btn li.active:after {
    display: none;
  }
}

.gallery-section .gallery-item:hover .gallery-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-section .gallery-item:hover .gallery-img .gallery-overlay {
  opacity: 1;
  visibility: visible;
}

.gallery-section .gallery-item:hover .gallery-img .gallery-overlay .gallery-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.gallery-section .gallery-item .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-section .gallery-item .gallery-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.gallery-section .gallery-item .gallery-img .gallery-overlay {
  background: rgba(17, 17, 17, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-section .gallery-item .gallery-img .gallery-overlay .gallery-content {
  background: #fff;
  padding: 20px;
  text-align: center;
  min-width: 210px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.gallery-section .gallery-item .gallery-img .gallery-overlay .gallery-content h5 {
  margin-bottom: 2px;
}

.gallery-section .gallery-item .gallery-img .gallery-overlay .gallery-content span {
  color: #F7B107;
}

/*---=======================
   07. Testimonial css 
===========================---*/
ul.rating li {
  display: inline-block;
}

ul.rating li i {
  color: #fbb71c;
  font-size: 13px;
}

.testimonial-area-v1 .testimonial-slide-one .slick-list {
  padding-top: 15px;
}

.testimonial-area-v1 .testimonial-slide-one ul.slick-dots li button {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.testimonial-area-v1 .testimonial-slide-one ul.slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  border-color: #F7B107;
}

.testimonial-area-v1 .testimonial-thumb-slide .slick-list {
  padding: 15px 0px 15px 15px;
}

.testimonial-area-v1 .testimonial-thumb-slide .testimonial-item {
  cursor: pointer;
}

.testimonial-area-v1 .testimonial-thumb-slide .testimonial-item .testimonial-thumb .thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-v1 .testimonial-thumb-slide .testimonial-item .testimonial-thumb .thumb img {
    width: 50px;
    height: 50px;
  }
}

.testimonial-area-v1 .testimonial-thumb-slide .testimonial-item.slick-current .testimonial-thumb img {
  border-color: #F7B107;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(254, 69, 69, 0.47);
  box-shadow: 0px 5px 15px 0px rgba(254, 69, 69, 0.47);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial-area-v1 .testimonial-item .testimonial-content {
  position: relative;
  background: #fff;
  padding: 40px;
}

.testimonial-area-v1 .testimonial-item .testimonial-content:after {
  position: absolute;
  content: '';
  top: -14px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 14px solid #fff;
}

.testimonial-area-v1 .testimonial-item .testimonial-content p {
  padding-bottom: 20px;
}

.testimonial-area-v1 .testimonial-item .testimonial-content h5 span {
  color: #F7B107;
  margin-left: 10px;
  font-size: 14px;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title {
  margin-left: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .thumb,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .thumb {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .thumb img,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .title,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .title {
  margin-left: 15px;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .title h5,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .title h5 {
  font-weight: 700;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .title span,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .title span {
  color: #F7B107;
  font-weight: 500;
}

.testimonial-area-v2 .testimonial-item .testimonial-content,
.testimonial-area-v3 .testimonial-item .testimonial-content {
  position: relative;
  background: #fff;
  padding: 40px;
}

.testimonial-area-v2 .testimonial-item .testimonial-content:after,
.testimonial-area-v3 .testimonial-item .testimonial-content:after {
  position: absolute;
  content: '';
  top: -14px;
  left: 35px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 14px solid #fff;
}

.testimonial-area-v2 .testimonial-item .testimonial-content p,
.testimonial-area-v3 .testimonial-item .testimonial-content p {
  padding-bottom: 20px;
}

.testimonial-area-v2 .testimonial-item .testimonial-content .quote-icon,
.testimonial-area-v3 .testimonial-item .testimonial-content .quote-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 30px;
  color: #F7B107;
}

.testimonial-area-v3 {
  position: relative;
  overflow: hidden;
}

.testimonial-area-v3:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/bg/testimonial-bg-2.jpg) no-repeat center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-v3:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial-area-v3:after {
    display: none;
  }
}

.testimonial-area-v3 .testimonial-item .testimonial-thumb-title {
  margin-bottom: 0px;
}

.testimonial-area-v3 .testimonial-item .testimonial-content {
  border-top: 5px solid #F7B107;
  border-right: 5px solid #F7B107;
  margin-bottom: 30px;
}

.testimonial-area-v3 .testimonial-item .testimonial-content:after {
  top: auto;
  bottom: -14px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*---=======================
   08. Shop css 
===========================---*/
.product-filter {
  padding: 10px;
  background: #fff;
}

@media (max-width: 767px) {
  .product-filter .fliter-left {
    text-align: center;
  }
}

.product-filter .fliter-left ul li {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .product-filter .fliter-left ul li {
    margin-right: 3px;
    margin-left: 3px;
  }
}

.product-filter .fliter-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #4bc871;
  color: #fff;
  font-size: 22px;
}

.product-filter .filter-right {
  float: right;
}

@media (max-width: 767px) {
  .product-filter .filter-right {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}

.product-filter .filter-right .nice-select {
  height: 50px;
  width: 250px;
  line-height: 50px;
  background: #F7B107;
  border-radius: 25px;
  padding: 0 30px;
  color: #fff;
  border: none;
}

@media (max-width: 767px) {
  .product-filter .filter-right .nice-select {
    float: none;
    margin: auto;
  }
}

.product-filter .filter-right .nice-select:after {
  color: #fff;
  right: 30px;
}

.product-filter .filter-right .nice-select ul.list {
  border-radius: 0px;
}

.product-filter .filter-right .nice-select .option {
  color: #111111;
  font-weight: 500;
}

.shop-item {
  position: relative;
  background: #f5f4f4;
  /* padding-bottom: 15px; */
  border: 1px solid #eaeaea;
  box-shadow: 0px 7px 12px 0px rgb(225 225 225 / 50%);
}

.shop-item span.span {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 7px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  z-index: 1;
}

/* .shop-item .shop-img .shop-overlay:before {
  content: "";
  width: 80%;
  background: #000;
  height: 100%;
  position: absolute;
  left: -34%;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  transform: skewX(34deg);
} */
/*  */

.shop-overlay:before {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 75%;
  top: 0;
  -webkit-transform: skewX(41deg);
  -ms-transform: skewX(41deg);
  transform: skewX(41deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 150%;
  z-index: 1;
}

.shop-overlay:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 75%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transform: skewX(41deg);
  -ms-transform: skewX(41deg);
  transform: skewX(41deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 150%;
  z-index: 1;
}

.shop-item:hover .shop-overlay:before {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  right: 50%;
}

.shop-item:hover .shop-overlay:after {
  left: 50%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/* .pro-image .image img {
  width: 100%;
} */


/*  */


.shop-item span.span.new {
  background: #4bc871;
}

.shop-item span.span.hot {
  background: #fbb71c;
}

.shop-item span.span.off {
  background: #F7B107;
}

.shop-item:hover .shop-img .shop-overlay {
  opacity: 1;
  visibility: visible;
}

.shop-item:hover .shop-img .shop-overlay .overlay-content ul li a.icon {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.shop-item .shop-img {
  position: relative;
}

.shop-item .shop-img .shop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: rgba(0, 0, 0, 0.55); */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}

.shop-item .shop-img .shop-overlay .overlay-content ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon {
  width: 45px;
  height: 45px;
  border-radius: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #111111;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon:hover,
.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon:focus {
  background: #F7B107;
  color: #fff;
}

.shop-item .shop-content h3.title:hover,
.shop-item .shop-content h3.title:focus {
  color: #F7B107;
}

.shop-item .shop-content p.price {
  color: #F7B107;
}

.shop-grid-v1 .shop-item .shop-img {
  position: relative;
  margin-bottom: 20px;
  /* outline: 1px solid #eaeaea; */
  margin-bottom: 0;
  background: #fff;
}

.shop-grid-v1 .shop-item .shop-content {
  position: relative;
}

.shop-grid-v1 .shop-item .shop-content h3.title {
  font-size: 16px;
  padding: 12px;
  background: #17305D;
  color: #fff;
  font-weight: 500;
  position: relative;
  font-family: 'jost';
  padding-right: 10px;
  text-align:center;

}

.gosingingle {
    display: none !important;
}


.shop-grid-v1 .shop-item .shop-content h3.title a{
      display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient:vertical;
}

.product-category  h3.title{
    background: #F7B107 !important;
    

}

.semi-info {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.gosingingle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  width: 55px;
  justify-content: center;
  background: url(../images/btn-cart.png);
  background-size: 100% 100%;
  background-position: center center;

}

/*.gosingingle:before {
  content: "";
  position: absolute;
  left: -10px;
  width: 0;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 21px solid #ffc107;
  border-right: 5px solid #ffc107;
  border-left: 5px solid transparent;
}*/

.shop-grid-v1 .shop-item .shop-content p.price {
  font-weight: 500;
  color: #F7B107;
}

.shop-grid-v1 .shop-item .shop-content .icon-btn {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}

.shop-grid-v1 .shop-item .shop-content .icon-btn:hover,
.shop-grid-v1 .shop-item .shop-content .icon-btn:focus {
  background: #F7B107;
  color: #fff;
  border-color: transparent;
}

.shop-grid-v1 .button-box .main-btn {
  padding: 6px 20px;
  border: 2px solid #eaeaea;
  color: #777777;
  border-radius: 30px;
  background: #fff;
}

.shop-grid-v1 .button-box .main-btn:hover,
.shop-grid-v1 .button-box .main-btn:focus,
.shop-grid-v1 .button-box .main-btn.active-btn {
  background: #F7B107;
  color: #fff;
  border-color: transparent;
}

.shop-grid-v2 .products-tab .nav-tabs {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-grid-v2 .products-tab .nav-tabs .nav-item {
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .shop-grid-v2 .products-tab .nav-tabs .nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.shop-grid-v2 .products-tab .nav-tabs .nav-link {
  position: relative;
  border: none;
  font-size: 27px;
  font-weight: 600;
  padding: 0;
  color: #111111;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.shop-grid-v2 .products-tab .nav-tabs .nav-link:hover,
.shop-grid-v2 .products-tab .nav-tabs .nav-link:focus,
.shop-grid-v2 .products-tab .nav-tabs .nav-link.active {
  color: #F7B107;
}

.shop-grid-v2 .shop-item .shop-img {
  position: relative;
  margin-bottom: 20px;
}

.shop-grid-v2 .shop-item .shop-content h3.title {
  font-size: 15px;
}

.shop-grid-v2 .shop-item .shop-content h3.title:hover,
.shop-grid-v2 .shop-item .shop-content h3.title:focus {
  color: #F7B107;
}

.shop-grid-v2 .shop-item .shop-content p.price {
  font-weight: 500;
  color: #F7B107;
}

.shop-grid-v3 .arrows {
  float: right;
}

.shop-grid-v3 .arrows .slick-arrow {
  float: left;
  width: 40px;
  height: 40px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  color: #111111;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.shop-grid-v3 .arrows .slick-arrow:hover {
  background: #F7B107;
  color: #fff;
  border-color: transparent;
}

.shop-grid-v3 .arrows .slick-arrow.prev {
  margin-right: 10px;
}

.shop-grid-v3 .shop-item .shop-img span.span {
  top: 15px;
  left: 15px;
}

.shop-grid-v3 .shop-item .shop-content {
  border: 1px solid #eaeaea;
  border-top: none;
}

.shop-grid-v3 .shop-item .shop-content .content {
  padding: 25px 15px 20px;
}

.shop-grid-v3 .shop-item .shop-content .content h3 {
  font-size: 18px;
}

.shop-grid-v3 .shop-item .shop-content .content p.price {
  color: #F7B107;
}

.shop-grid-v3 .shop-item .shop-content .shop-meta {
  padding: 10px;
  border-top: 1px solid #eaeaea;
}

.shop-grid-v3 .shop-item .shop-content .shop-meta ul {
  text-align: center;
}

.shop-grid-v3 .shop-item .shop-content .shop-meta ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.shop-grid-v3 .shop-item .shop-content .shop-meta ul li span i {
  margin-right: 10px;
}

.shop-list-section .shop-item {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .shop-list-section .shop-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.shop-list-section .shop-item span.ribbon {
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #fe9703;
  position: absolute;
  top: 17px;
  left: -31px;
  font-weight: 400;
}

.shop-list-section .shop-item .shop-img {
  width: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .shop-list-section .shop-item .shop-img {
    width: 100%;
  }
}

.shop-list-section .shop-item .shop-content {
  width: 50%;
  padding: 10px 15px 15px;
}

@media (max-width: 767px) {
  .shop-list-section .shop-item .shop-content {
    width: 100%;
  }
}

.shop-list-section .shop-item .shop-content h3.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 13px;
  letter-spacing: -1.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-list-section .shop-item .shop-content h3.title {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-list-section .shop-item .shop-content p.price {
    padding-bottom: 5px;
  }
}

.shop-list-section .shop-item .shop-content p {
  padding-bottom: 15px;
}

.shop-list-section .shop-item .shop-content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}

.shop-list-sidebar .shop-item .shop-content ul.rating {
  margin-bottom: 3px;
}

.shop-list-sidebar .shop-item .shop-content h3.title {
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}

.shop-list-sidebar .shop-item .shop-content p.price {
  color: #F7B107;
  padding-bottom: 5px;
}

.shop-list-sidebar .shop-item .shop-content .main-btn {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}

.shop-list-sidebar .products-item-sidebar .shop-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop-list-sidebar .products-item-sidebar .shop-item .shop-img {
  padding: 0;
  width: 100%;
}

.shop-list-sidebar .products-item-sidebar .shop-item .shop-content {
  padding: 10px 15px 10px;
  width: 100%;
}

.shop-list-sidebar .products-item-sidebar .shop-item .shop-content h3.title {
  font-size: 15px;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.shop-list-sidebar .products-item-sidebar .shop-item .shop-content p {
  padding-bottom: 0px;
}

.shop-details-section .shop_big_slide .single-img {
  padding: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.shop-details-section .shop_thumb_slide {
  margin-left: -10px;
  margin-right: -10px;
}

.shop-details-section .shop_thumb_slide .single-img {
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  min-height: 85px;
}

.shop-details-section .details-content-box {
  background: #fff;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .details-content-box {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details-section .details-content-box {
    padding: 50px 130px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .shop-details-section .details-content-box {
    padding: 20px 15px;
    margin-top: 40px;
  }
}

.shop-details-section .details-content-box h3.title {
  margin-bottom: 10px;
}

.shop-details-section .details-content-box ul.rating {
  margin-bottom: 20px;
}

.shop-details-section .details-content-box ul.rating li.price {
  margin-left: 5px;
}

.shop-details-section .details-content-box ul.rating li.rib {
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #4bc871;
  color: #fff;
  line-height: 12px;
  border-radius: 4px;
  margin-left: 5px;
  font-weight: 500;
}

.shop-details-section .details-content-box p {
  padding-bottom: 20px;
}

.shop-details-section .details-content-box .nice-select {
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}

.shop-details-section .details-content-box .nice-number {
  margin-bottom: 2s0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details-section .details-content-box .nice-number {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .shop-details-section .details-content-box .nice-number {
    margin-bottom: 20px;
  }
}

.shop-details-section .details-content-box .nice-number button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #eaeaea;
}

.shop-details-section .details-content-box .nice-number input {
  width: 50px !important;
  border: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.shop-details-section .details-content-box .main-btn {
  padding: 8px 16px 9px;
  font-size: 14px;
  border-radius: 0px;
  margin-bottom: 20px;
}

.shop-details-section .details-content-box ul.social-link {
  margin-top: 10px;
}

.shop-details-section .details-content-box ul.social-link li {
  margin-right: 10px;
}

.shop-details-section .details-content-box ul.social-link li span {
  color: #111111;
  font-weight: 500;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs {
  border-bottom: 2px solid #ddd;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-item {
  margin-right: 50px;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link {
  position: relative;
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  font-weight: 500;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link {
    font-size: 14px;
  }
}

@media only screen and (min-width: 456px) and (max-width: 767px) {
  .shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link {
    font-size: 16px;
  }
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F7B107;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #F7B107;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}

.shop-details-section .discription_area .shop_review_area .title {
  text-transform: capitalize;
  margin-bottom: 30px;
}

.shop-details-section .discription_area .shop_review_area .review_user {
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
}

.shop-details-section .discription_area .shop_review_area .review_user img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

.shop-details-section .discription_area .shop_review_area .review_user .rating li i {
  font-size: 14px;
}

.shop-details-section .discription_area .shop_review_area .review_form .form_group {
  margin-bottom: 20px;
}

.shop-details-section .discription_area .shop_review_area .review_form .form_group label {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
}

.shop-details-section .discription_area .shop_review_area .review_form .form_group textarea.form_control {
  height: 150px;
  padding-top: 10px;
}

.shop-details-section .discription_area .shop_review_area .review_form .form_group i {
  position: relative;
  right: auto;
  top: auto;
}

.single_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.single_checkbox span {
  display: inline-block;
  margin-left: 30px;
  margin-top: -3px;
}

.single_checkbox .input-box {
  display: none;
}

.single_checkbox .input-box:checked+.input_label:after {
  opacity: 1;
  color: #fff;
}

.single_checkbox .input-box:checked+.input_label:before {
  border-color: #F7B107;
}

.single_checkbox:last-child {
  margin-bottom: 0;
}

.input_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

.input_label:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input_label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
  background: #F7B107;
  border: 1px solid #ddd;
  opacity: 0;
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
}

.single_label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 2px 12px;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 14px;
}

.single_label:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}

/*---=======================
   09. Blog css 
===========================---*/
.blog-grid-v1 .blog-item .post-thumbnail {
  margin-bottom: 0px;
}

.blog-grid-v1 .blog-item .entry-content {
  /* background: #000; */
  padding: 15px;
}

.blog-grid-v1 .blog-item .post-thumbnail img {
  width: 100%;
}

.blog-grid-v1 .blog-item .entry-content .post-meta ul li {
  display: inline-block;
}

.blog-grid-v1 .blog-item .entry-content .post-meta ul li span {
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-grid-v1 .blog-item .entry-content .post-meta ul li span i {
  color: #F7B107;
  margin-right: 10px;
}

.blog-grid-v1 .blog-item .entry-content .post-meta ul li span:hover,
.blog-grid-v1 .blog-item .entry-content .post-meta ul li span:focus {
  color: #F7B107;
}

.blog-grid-v1 .blog-item .entry-content h3.title {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-grid-v1 .blog-item .entry-content h3.title:hover,
.blog-grid-v1 .blog-item .entry-content h3.title:focus {
  color: #F7B107;
}

.blog-grid-v1 .blog-item .entry-content p {
  padding-bottom: 21px;
  min-height: 90px;
}

.blog-grid-v1 .blog-item .entry-content .main-btn {
  padding: 6px 28px;
  line-height: 27px;
  background: #F7B107;
  color: #fff;
  border: 2px solid #F7B107;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius:30px;
}

.blog-grid-v1 .blog-item .entry-content .main-btn:hover,
.blog-grid-v1 .blog-item .entry-content .main-btn:focus {
  color: #fff;
  border-color: transparent;
  background: #F7B107;
}

.blog-grid-v2 .blog-item {
  margin-bottom: 40px;
}

.blog-grid-v2 .blog-item .post-thumbnail {
  position: relative;
  overflow: hidden;
}

.blog-grid-v2 .blog-item .post-thumbnail img {
  width: 100%;
}

.blog-item {
  background: #FFF;

  box-shadow: 2px 5px 15px 1px rgb(204 204 204 / 48%);
}

.blog-grid-v1 {
  background: #f6f6f6;
}

.blog-grid-v2 .blog-item .post-thumbnail .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.94902)), color-stop(56%, rgba(17, 17, 17, 0.47)), color-stop(100%, rgba(17, 17, 17, 0.01)), to(#111111));
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.94902) 0%, rgba(17, 17, 17, 0.47) 56%, rgba(17, 17, 17, 0.01) 100%, #111111 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-v2 .blog-item .post-thumbnail .post-overlay {
    padding: 30px 15px;
  }
}

@media (max-width: 455px) {
  .blog-grid-v2 .blog-item .post-thumbnail .post-overlay {
    padding: 30px 15px;
  }
}

.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content .post-meta ul li span {
  margin-bottom: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content .post-meta ul li span i {
  margin-right: 10px;
}

.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content .post-meta ul li span:hover,
.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content .post-meta ul li span:focus {
  color: #F7B107;
}

.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content h3.title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content h3.title:hover,
.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content h3.title:focus {
  color: #F7B107;
}

.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content a.main-btn {
  font-size: 14px;
  padding: 7px 19px;
  line-height: 21px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content a.main-btn:hover,
.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content a.main-btn:focus {
  background: #fff;
  color: #111111;
}

.blog-standard-section .blog-post-item.post-without-thumb {
  background: #F7B107;
  padding: 37px 50px 30px;
}

.blog-standard-section .blog-post-item.post-without-thumb .entry-content .post-meta ul li span {
  color: #fff;
}

.blog-standard-section .blog-post-item.post-without-thumb .entry-content .post-meta ul li span i {
  color: #fff;
}

.blog-standard-section .blog-post-item.post-without-thumb .entry-content h3.title {
  font-weight: 700;
  color: #fff;
}

.blog-standard-section .blog-post-item .post-thumbnail {
  margin-bottom: 30px;
}

.blog-standard-section .blog-post-item .entry-content .post-meta ul li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .blog-standard-section .blog-post-item .entry-content .post-meta ul li {
    margin-right: 10px;
  }
}

.blog-standard-section .blog-post-item .entry-content .post-meta ul li span {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-standard-section .blog-post-item .entry-content .post-meta ul li span {
    font-size: 12px;
  }
}

.blog-standard-section .blog-post-item .entry-content .post-meta ul li span i {
  margin-right: 10px;
  color: #F7B107;
}

.blog-standard-section .blog-post-item .entry-content h3.title {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1.3px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-standard-section .blog-post-item .entry-content h3.title:hover,
.blog-standard-section .blog-post-item .entry-content h3.title:focus {
  color: #F7B107;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 22px;
    line-height: 36px;
  }
}

.blog-standard-section .blog-post-item .entry-content p {
  padding-bottom: 25px;
}

.blog-standard-section .blog-post-item .entry-content .main-btn {
  padding: 10px 35px;
  line-height: 26px;
  border: 2px solid #e5e5e5;
  background: transparent;
  color: #696969;
}

.blog-standard-section .blog-post-item .entry-content .main-btn:hover,
.blog-standard-section .blog-post-item .entry-content .main-btn:focus {
  color: #fff;
  border-color: transparent;
  background: #F7B107;
}

.blog-details-section .post-details-wrapper .entry-content .post-meta ul li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .entry-content .post-meta ul li {
    margin-right: 10px;
  }
}

.blog-details-section .post-details-wrapper .entry-content .post-meta ul li span {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .entry-content .post-meta ul li span {
    font-size: 12px;
  }
}

.blog-details-section .post-details-wrapper .entry-content .post-meta ul li span i {
  margin-right: 10px;
  color: #F7B107;
}

.blog-details-section .post-details-wrapper .entry-content h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1.3px;
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .post-details-wrapper .entry-content h3 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .entry-content h3 {
    font-size: 22px;
    line-height: 36px;
  }
}

.blog-details-section .post-details-wrapper .entry-content p {
  padding-bottom: 32px;
}

.blog-details-section .post-details-wrapper .entry-content .block-img {
  margin-bottom: 32px;
}

.blog-details-section .post-details-wrapper .entry-content .blockquote {
  background: #111111;
  padding: 50px;
  position: relative;
}

.blog-details-section .post-details-wrapper .entry-content .blockquote:after {
  position: absolute;
  content: '';
  width: 160px;
  height: 170px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/blog/line.png) no-repeat center;
}

.blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
    font-size: 22px;
    line-height: 36px;
  }
}

.blog-details-section .post-details-wrapper .entry-content .blockquote h5 {
  font-weight: 400;
  color: #fff;
}

.blog-details-section .post-details-wrapper .entry-content .blockquote h5:before {
  display: inline-block;
  content: '';
  width: 40px;
  height: 3px;
  background: #F7B107;
  margin-right: 30px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .post-details-wrapper .post-share-tag .post-share-link {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .post-share-tag .post-share-link {
    text-align: center;
    margin-bottom: 20px;
  }
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link ul li {
  display: inline-block;
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link ul li span {
  color: #111111;
  font-weight: 600;
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share {
    float: none;
    text-align: center;
  }
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share ul.social-link li {
  margin-left: 15px;
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share ul.social-link li span {
  margin-right: 10px;
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share ul.social-link li:first-child {
  margin-left: 0px;
}

.blog-details-section .post-details-wrapper .admin-wrapper {
  background: #f7f7f7;
  padding: 60px 50px 50px;
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .admin-wrapper {
    padding: 30px 20x;
  }
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .admin-wrapper .admin-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-img {
  min-width: 170px;
  max-width: 170px;
  height: 170px;
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info h5 {
  margin-bottom: 12px;
  font-size: 20px;
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info p {
  padding-bottom: 12px;
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info ul.social-link li {
  margin-right: 15px;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev {
  position: relative;
  padding-left: 90px;
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev {
    margin-bottom: 30px;
  }
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev img {
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev span i {
  color: #F7B107;
  margin-right: 10px;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev h6 {
  font-size: 15px;
  font-weight: 600;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev.post-prev {
  padding-right: 90px;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev.post-next {
  text-align: right;
  padding-right: 90px;
  padding-left: 90px;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev.post-next img {
  left: auto;
  right: 0;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev.post-next span i {
  margin-right: 0px;
  margin-left: 10px;
}

.blog-details-section .post-details-wrapper .comments-area h4.comments-title {
  margin-bottom: 30px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
    padding-left: 0;
  }
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  min-width: 110px;
  max-width: 110px;
  height: 110px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap {
  margin-left: 30px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content span.author-name {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content span.date {
  margin-left: 10px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content a.reply {
  font-weight: 500;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content a.reply:hover,
.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content a.reply:focus {
  color: #F7B107;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content a.reply:after {
  display: inline-block;
  margin-left: 10px;
  content: '\f178';
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}

.blog-details-section .post-details-wrapper .comments-respond {
  background: #f7f7f7;
  padding: 45px 50px;
}

.blog-details-section .post-details-wrapper .comments-respond h4.comments-heading {
  margin-bottom: 30px;
}

.blog-details-section .post-details-wrapper .comments-respond form .form_group .form_control {
  margin-bottom: 30px;
  border: none;
}

.blog-details-section .post-details-wrapper .comments-respond form .form_group textarea.form_control {
  padding-top: 15px;
  height: 140px;
}

/*---=======================
   10. Contact css 
===========================---*/
.contact-area .contact-info-list {
  padding: 80px 0 50px;
}

.contact-area .contact-info-list .list-item {
  position: relative;
  padding-left: 80px;
}

.contact-area .contact-info-list .list-item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  font-size: 25px;
  background: #F7B107;
}

.contact-area .contact-info-list .list-item h5 {
  margin-bottom: 11px;
}

.contact-area .contact-info-list .list-item p {
  font-size: 18px;
}

.contact-area .form-wrapper {
  background: #f5f7fa;
  padding: 0;
}

form.contact-form .form_control {
  height: 70px;
  border: none;
  margin-bottom: 30px;
}

form.contact-form textarea.form_control {
  padding-top: 15px;
  height: 140px;
}

.contact-area-v2 form.contact-form .form_group .nice-select {
  border-radius: 0px;
  height: 70px;
  line-height: 70px;
  color: #111111;
  background: #fff;
  border: none;
  font-weight: 500;
}

.contact-area-v2 form.contact-form .form_group .nice-select:after {
  color: #F7B107;
}

.contact-map-section .map_box {
  position: relative;
}

.contact-map-section .map_box iframe {
  width: 100%;
  height: 750px;
  display: inherit;
  border: none;
}

.contact-map-section .map_box img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map-section .map_box img {
    width: 50px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .contact-map-section .map_box img {
    width: 50px;
    height: 70px;
  }
}

/*---=======================
   11. Footer css 
===========================---*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer_widget .widget {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer-area .footer_widget .widget {
    margin-bottom: 40px;
  }
}

.footer-area .footer_widget .widget h4.widget-title {
  color: #fff;
  margin-bottom: 22px;
}

.footer-area .footer_widget .widget.about-widget img {
  padding-bottom: 25px;
}

.footer-area .footer_widget .widget.about-widget p {
  padding-bottom: 22px;
  color: #fff;
}

.footer-area .footer_widget .widget.about-widget .social-box h5 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-area .footer_widget .widget.about-widget .social-box ul.social-link li {
  margin-right: 15px;
}

.footer-area .footer_widget .widget.quick-links-widget {
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer_widget .widget.quick-links-widget {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer_widget .widget.quick-links-widget {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .footer-area .footer_widget .widget.quick-links-widget {
    padding-left: 0px;
  }
}

.footer-area .footer_widget .widget.quick-links-widget ul.link li {
  padding-bottom: 10px;
  display: block;
}

.footer-area .footer_widget .widget.quick-links-widget ul.link li a {
  color: #fff;
}

.footer-area .footer_widget .widget.quick-links-widget ul.link li a:hover,
.footer-area .footer_widget .widget.quick-links-widget ul.link li a:focus {
  color: #F7B107;
}

.footer-area .footer_widget .widget.contact-widget ul.contact-info li {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 10px;
}

.footer-area .footer_widget .widget.contact-widget ul.contact-info li i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #F7B107;
}

.footer-area .footer_widget .widget.contact-widget ul.contact-info li p {
  color: #c5cad8;
}

.footer-area .footer_widget .widget.contact-widget ul.contact-info li.payment {
  padding-left: 0px;
  padding-top: 5px;
}

.footer-area .copyright-area {
  padding: 30px 0;
  border-top: 1px solid #252525;
}

.footer-area .copyright-area .copyright-text p {
  color: #fff;
}

.footer-area .copyright-area .copyright-text p span {
  color: #F7B107;
}

.footer-area-v2 .footer_widget .widget h4.widget-title {
  color: #111111;
}

.footer-area-v2 .footer_widget .widget.about-widget p {
  color: #696969;
}

.footer-area-v2 .footer_widget .widget.about-widget .social-box h5 {
  color: #111111;
}

.footer-area-v2 .footer_widget .widget.quick-links-widget ul.link li a {
  color: #696969;
}

.footer-area-v2 .footer_widget .widget.contact-widget ul.contact-info li p {
  color: #696969;
}

.footer-area-v2 .copyright-area {
  border-top: 1px solid #eaeaea;
}

.footer-area-v2 .copyright-area .copyright-text p {
  color: #696969;
}

/*# sourceMappingURL=style.css.map */



/* 04-06-2021 */

.header-area-v1 .header-top .top-right ul li {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
}

.header-area-v1 .header-top .top-right ul li i {
  margin-right: 10px;
}

.top-left ul li {
  margin-right: 10px;
  /* color: #666; */
  color: #fff;
  font-size: 16px;
}

.brand-logo {
  max-width: 280px;
}


.slide-box {
  position: relative;
}

.hero-short {
  max-width: 620px;
  position: absolute;
  top: 60%;

  left: 4%;
  padding: 0px;
  transform: translateY(-50%);
  border-radius: 12px;
}

.slide-box img {
  width: 100%;
  /*min-height: 515px !important;*/
  /*object-fit: cover;*/
}


@media screen and (min-width: 1600px) {
  .slide-box img {

    height: 60vh;

  }
}

.hero-content h1 {
  font-size: 48px;
  /* margin-bottom: 0 !important; */
}


.hero-area.bg_cover {
  position: relative;
}

.expert-slide-arror {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
}

.expert-slide-arror li a {
  display: inline-flex !important;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  /* background: #F7B107; */
  color: #F7B107;
  font-size: 30px;
  border-radius: 50%;
}

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


.loader {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
}

.box-1-quick {
  flex: 0 0 25%;
  max-width: 25%;
  /* padding: 20px 20px 20px 50px; */
  display: inline-flex;
  flex-direction: column;
  background: rgb(23 48 93 / 87%);
  border-right: 1px solid #fff;
  color: #fff;
  transition: .2s;
}

.box-1-quick a:hover {
  padding-top: 8px;
  transition: .2s;
}

/*.box-1-quick:hover img {*/
/*  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(6509%) hue-rotate(359deg) brightness(115%) contrast(111%)*/
/*}*/

.box-1-quick p:before {
  content: "\f061";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 0;
  color: #fff;
  opacity: 0;
}

.box-1-quick:hover p:before {
  opacity: 1;
}

.box-1-quick a img {
  margin-bottom: 10px;
  max-width: 52px;
  max-height: 45px;
}

.box-1-quick i {
  font-size: 50px;
  margin-bottom: 5px;
}

.box-1-quick p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: underline;
  display: block;
  line-height: auto;
  position: relative;
}

.box-1-quick a {
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 0px;
  padding: 10px 20px 10px 50px;
}

.box-1-quick:last-child {
  border-right: 0;
}


/* .hero-short:before {
  content: "";
  
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  opacity: .6;
  background: #17305D;

  z-index: -1;
} */


.hero-content span {
  color: #fff;
}

.hero-content h1 {
  color: #fff;
}

.hero-content p {
  color: #fff;
}


.slide-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
}

/*.slide-box:before {content: "";width: 50%;height: 100%;background: #F7B107;position: absolute;left: 5%;transform: skewX(-18deg);opacity: .7;}

*/
.shop-img img {
  margin: 0 auto;
  display: table;
  height: 180px !important;
}

.slide-item {
  padding: 0 15px;
}


div#slick1 {
  margin: 0 -15px;
}

.left-right {
  padding-left: 0;
  text-align: right;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.left-right li {
  display: inline-flex;
  margin-left: 10px;
}

.left-right li a {
    padding: 2px 20px;
    border-radius: 40px;
    border: 1px solid #182f59;
    font-size: 14px;
    color: #fff;
    background: #182f59;
}


.left-right li a:hover {
  transition: .5s;
  background: #182f59;
  color: #fff;
}

.mfp-figure:after {
  background: #fff !important
}

.header-navigation {
  background: #fff;
}

div#exTab2 ul {
 
  display: flex;
  text-align: center;
  border-bottom: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}


div#exTab2 ul li .blue-buuton {
  border-radius: 30px;
  border: 1px solid #17305D !important;
  background: #17305D !important;
  color: #fff !important;
}

div#exTab2 ul li {
    margin: 0 0px 0 20px;
}

div#exTab2 ul li .yellow-button {
  color: #fff;
  border: 1px solid #F7B107;
  border-radius: 30px;
  background: #F7B107
}

div#exTab2 ul li a:hover {
    background: #ffc107;
    color: #fff;
    border-color: #ffc107;
}

.text-4 {
  font-size: 1.1rem !important;
}

.line-height-1 {
  line-height: 1 !important;
}


/**/

.icon-box {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.icon-box-icon {
  font-size: 38px;
  padding-right: 10px;
  flex: 0 0 20%;
  max-width: 20%;
}

.icon-box-reverse {
  flex-direction: row-reverse;
  text-align: right;
}

.icon-box-info {
  flex: 0 0 80%;
}

.icon-box-reverse .icon-box-icon {
  padding-right: 0;
  padding-left: 10px;
}

.footer-widget-elements {
  background: #f6f6f6;
  margin-top: -30px;
}

.box-fancy {
  width: 100% !important;
  padding: 40px 0;
  background: #F7B107;
  position: relative;
  color: #fff;
  margin-bottom: -80px;
}


.text-6 {

  font-size: 1.80rem !important;
}


.box-fancy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #17305D;
  width: 50%;
}

.text-color-light {
  color: #fff;
}


.no-padd {
  padding: 0;
}



.bg-white.form-multi .form_control {
  height: 50px;
}

.box-from {
  margin: 10px 0;
}

.business {
  column-count: 3;
  margin-bottom: 15px;
}

.business li {
  padding-left: 25px;
  position: relative;
  margin: 15px 0;
}

.business li input {
  position: absolute;
  left: 0;
  top: 7px;
  cursor: pointer;
}

.bg-white.form-multi {}

.bg-white.form-multi h3 {
  font-size: 22px;
}


.bg-white.form-multi textarea {
  width: 100%;
  min-height: 100px;
  margin: 15px 0;
  border: 1px solid #dedede;
}

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


.searchning-box {
  position: relative;
}

.searchning-box input {
  border: 1px solid #F7B107;
  width: 100%;
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 16px;
}

.searchning-box i {
  position: absolute;
  top: 15px;
  right: 15px;
}


.category-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}

.category-list li a {
  padding: 4px 10px;
  border: 1px solid #F7B107;
  color: #F7B107;
  border-radius: 30px;
}

.category-list li {
  padding-right: 10px;
  margin-bottom:10px;
}




.sub-menu {
  position: absolute;
  left: auto;
  top: 170%;
  width: 200px;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  right: 0;
}

.sub-menu li {
  display: block !important;
  margin-left: 0 !important;
  border-bottom: 1px solid #eee;
  text-align: left;
  padding: 6px;
}


.header-navigation-box {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.top-left .social-link {
  padding-left: 15px;
}




/*  */


.section-title-new h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-top: 30px;
}

.section-title-new p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #4B4B4B;
  margin-bottom: 25px;
}

.view-all {
  border: 1px solid #333333;
  font-weight: bold;
  font-size: 18px;
  color: #4B4B4B;
  padding: .5rem 1rem;
  border-radius: 30px;
  min-height: 46px;
  display: inline-flex;
}

#exTab2 h2 {
    font-size: 27px;
    text-transform: capitalize;
}


.yellow-box .title {
  background: #F7B107 !important;
}


.yellow-box .gosingingle {
  background: url(../images/blue-btn-cart.png) !important;
  background-size: 100% 100% !important;
}

.section-title-new h2:before {
  content: "";
  width: 50px;
  background: #000;
  height: 2px;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
}


.white-bg {
  background: #fff !important;
}


.maps {
  position: relative;
}

.maps ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  text-align:center;
}

.maps ul li {
  padding: 0 10px;
}

.overlay-content ul {
  position: relative;
  z-index: 11;
}

.single-img a img {
  height: 300px;
}

.single-img {
  border: 1px solid #C0D2B8;
}


.shop_thumb_slide .single-img.slick-slide.slick-current.slick-active {
  border: 1px solid #F7B107 !important;
}


.l-arrow {
  position: absolute;
  bottom: 35px;
  left: -20px;
}

.r-arrow {
  position: absolute;
  right: -20px;
  bottom: 35px;
}



.btn-get-quotes {
  background: #17305D;
  border-radius: 0;
  color: #fff;
  min-height: 45px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.btn-get-quotes:hover {
  background: #032d79;
  color: #fff;
}



.yellow-btn {
  background: #F7B107;
  border-radius: 0;
  color: #fff;
  min-height: 45px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-left: 15px;
}

.yellow-btn:hover {
  background: #cf9300;
  color: #fff;
}


.shop-slide-image {
  position: relative;
}


.infoscontact {
  padding-top: 20px;
}

.infoscontact li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
}

.infoscontact li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #F7B107;
}

.find-us h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  position: relative;
}

.find-us h4:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #F7B107;
}


.box-from .form_control {
  height: 50px;
  padding: 15px;
}

.box-from textarea.form_control {
  width: 100%;
  height: 100px;
}



.product-resolurce {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 30px;
}

.product-40 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  color: #fff;
}

.product-60 {
  max-width: 50%;
  flex: 0 0 50%;
}



.video-rwd {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 14px;
}

.video-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.video_item h5 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

.gallery-item {
  background: #fff;
  padding: 10px;
}



.filter-left {
  position: relative;
  max-width: 260px;
}

.filter-left input {
  width: 100%;
  height: 45px;
  border-radius: 22px;
  border: 2px solid #ededed;
  padding: 0 20px;
  padding-right: 35px;
}

.form_group i {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.blog-grid-v1 .blog-item .entry-content .main-btn i {
    position: relative;
    right: -10px;
    top: 0px;
}

.upper-footer {
    background: #182f59;
    padding:25px 0;
}

.gosingingle {
    display: none;
}


.sub-menu li:hover {
    background: #F7B107;
}

.sub-menu li a {
    display: block;
} 


.sub-menu li:hover a{
    color:#fff !important;
}


.icon-box-info-title i {
    font-size: 42px;
    margin-right: 15px;
}

.icon-box-info-title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

    .icon-box-info-title h2 font {
    font-size: 24px;
    margin-left: 15px;
}

.mail-btn {
    font-size: 24px;
    display: flex;
    align-items: center;
}

.mail-btn i {
    font-size: 36px;
    margin-right: 10px;
}

.offer-content-box {
    padding-right: 45px !important;
}

/**/


.woocommerce {
    width: 100%;
}

.cart-collaterals {
    display: none;
}

.coupon {
    display: none;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 90px !important;
    box-shadow: none;
}



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


.contact-info {
    margin-top: 30px;
}

.contact-info .form-control {
    min-height: 45px;
    border-radius: 0;
    padding-left: 50px;
}

.contact-info {}

.contact-info .form-group {
    position: relative;
}

.contact-info .form-group i {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index:1;
    color: #F7B107;
}



.contact-info textarea.form-control {
    padding-top: 10px;
}

input.wpcf7-form-control.wpcf7-submit.main-btn-black {
    border: none !important;
}


.xoo-wsc-ft-buttons-cont a {
    background: #333 !important;
    color: #fff !important;
    font-weight: 400 !important;
}


.cart_info {
    margin-left: 12px;
}


.xoo-wsc-basket{
    display:none !important;
}


.xoo-wsc-qty-price {
    display: none;
}

.xoo-wsc-ft-totals {
    display: none;
}

.xoo-wsc-ft-btn-continue {
    display: none !important;
}

.xoo-wsc-ft-btn-checkout {
    display: none !important;
}


.woocommerce-message {
    width: 100% !important;
    margin-bottom: 30px;
    background: #fff;
}

.woocommerce-notices-wrapper {
    width: 100%;
    padding: 0 15px;
}

form.woocommerce-ordering {
    margin-bottom: 0 !important;
}


@media screen and (max-width:767px){
  .quick-links {
    position: relative;
    /* margin-top: -24px; */
}
.box-1-quick {
    flex: 0 0 50%;
    max-width: 50%;
    border: 1px solid #dede;
}


div#exTab2 .d-flex.justify-content-between {
    flex-direction: column;
}

div#exTab2 ul {
    justify-content: space-between;
}

div#exTab2 ul li {
    margin-left: 0;
    margin-bottom: 10px;
}

section.upper-footer .col-md-3.d-flex.align-items-center, .upper-footer .col-md-3.d-flex.align-items-center.justify-content-end, .upper-footer .col-md-6.d-flex.align-items-center.justify-content-center {
    justify-content: center !important;
    margin: 10px;
}

.main-btn{
  padding: 0px 15px;
  min-height: 36px;
}

.slide-box img{
    height:auto;
}

.expert-slide-arror {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.brand-logo {
    max-width: 200px;
}


/**/

.mobile-search {
    display: flex;
    align-items: center;
}

.mobile-search li {display: inline-flex;align-items: center;justify-content: center;padding: 0 5px;}
    
.cart_stepBox {
    width: 100%;
    display: block !important;
    overflow-x: scroll;
} 


.nav-push-item.ml-auto{
    display:none !important;
}
    
    
.molda-search .form_group {
    width: 100%;
}

.molda-search .form_group input {
    width: 100%;
    border: 1px solid  #dedede;
    padding: 10px;
    border-radius: 40px;
    padding-right: 40px;
}

.molda-search .form_group button {
    position: absolute;
    right: 0;
    top: 0;
}


/**/

.box-1-quick:last-child {
    border-right: 1px solid;
}

/* 03-08-2021 */

.woocommerce.columns-6{
  margin: 0 !important;
}

.woocommerce.columns-6 .col-md-4{
  flex:0 0 100%;
  max-width: 100%;
}

.view-all{
  padding: 8px 20px;
}



.col-45 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  order: 2;
}

.col-55 {
  flex: 0 0 100%  !important;
  max-width: 100% !important;
  order: 1;
}

.filter-left {
  position: relative;
  max-width: 100%;
}

.single-img a img {
  height: auto;
}

.about-area .about-content-box {
 
  margin-top: 30px !important;
  display: table;
  padding: 0 0 !important;
}

.blog-details-section .post-details-wrapper .comments-respond{
  padding: 15px !important;
}

.sub-menu.menu-open {
  display: block !important;
  top: 1%;
  right: 20px;
}

.text-color-light.font-primary.line-height-1 {
  display: block;
}

.qrcode {
  justify-content: center !important;
}
    
}


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

.mobile-search {
    display: flex;
    align-items: center;
}

.mobile-search li {display: inline-flex;align-items: center;justify-content: center;padding:0 15px;}
    
.cart_stepBox {
    width: 100%;
    display: block !important;
    overflow-x: scroll;
} 


.nav-push-item.ml-auto{
    display:none !important;
}
    
    
.molda-search .form_group {
    width: 100%;
}

.molda-search .form_group input {
    width: 100%;
    border: 1px solid  #dedede;
    padding: 10px;
    border-radius: 40px;
    padding-right: 40px;
}

.molda-search .form_group button {
    position: absolute;
    right: 0;
    top: 0;
}

.icon-box-info-title h2 font {
    font-size: 16px;
    margin-left: 0;
    display: block;
}

.mail-btn {
    font-size: 18px;}



    .woocommerce.columns-6{
      margin: 0 !important;
    }
    
    .woocommerce.columns-6 .col-md-4{
      flex:0 0 33.3%;
      max-width: 33.3%;
    }    


    .slide-box img{
      min-height: 40vh;
    } 
    
}


@media screen and (min-width:992px){
    .hidden-lg{
        display:none;
    }
    
}






.number-add {
    display: flex;
    margin-right:15px;
}

.minus, .plus {
    border: 1px solid #eaeaea;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}


.number-add input[type="number"] {
    width: 50px;
    height: 50px;
    border-top: 1px solid #eaeaea;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
}



/**/


.tabs.wc-tabs li {
    display: inline-flex;
    padding: 5px 30px;
}

.tabs.wc-tabs {
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}

li#tab-title-description {}

.tabs.wc-tabs li.active {
    border-bottom: 2px solid #ffc107;
}

.tabs.wc-tabs li.active a {
    color: #ffc107;
}

.woocommerce-Tabs-panel H2 {font-size: 1.6rem;}



/*--------28/07-2021-----------*/


.offer-v-3 {display: flex;flex-wrap: wrap;}

.col-45 {
    flex: 0 0 45%;
    max-width: 45%;
}



.col-55 {flex: 0 0 55%;max-width: 55%;}

.blue-bg-box {
    background: #182f59;
}

.sale-end-45 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #fff;
    align-items: flex-start;
}

.sale-end-45 p {
    color: #fff;
}

.sale-end-45 h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}

.sale-end-45 a {
    display: flex;
    width: auto;
}


.blog-item .post-thumbnail img {
    height: 240px;
    object-fit: cover;
}


/*=======29-07-2021===========*/

.products-sidebar .panel-title a {
    width: 100%;
    display: inline-block;
}


.product-category h3.title:hover, .product-category h3.title:active, .product-category h3.title:focus {
    color: #182f59 !important;
    transition: .5s;
}


.products-sidebar .panel-title a:hover, .products-sidebar .panel-title a:active, .products-sidebar .panel-title a:focus {
    color: #f7b107;
}


.products-sidebar .panel-group a {
    color: #000;
    font-weight: 500;
}


#sortable {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#flags {
    width: 100% !important;
}

div#glt-translate-trigger {
    display: none;
}



#commentform p label {
    display: inline-flex !important;
}

#commentform p input {
    border: 1px solid #dedede;
    height: 50px;
    margin-bottom: 10px;
    padding: 15px;
}

#commentform p textarea {
    border: 1px solid #dedede;
    padding: 15px;
    margin-bottom:15px;
}


.sidebar-widget-area.bg-white.p-3 {
    position: sticky;
    top: 90px;
}

.sidebar-widget-area.products-sidebar {
    position: sticky;
    top: 85px;
}

.woocommerce-shop .shop-grid-sidebar .form_group i {
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}


.widget.widget_search.mb-30 .search-icon i {
    position: relative;
    top: 0;
    right: 0;
}

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