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

/*===== Typography =====*/

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

/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@700&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");

body {
  /* font-family: 'Cairo', sans-serif !important; */

  font-family: "Tajawal", sans-serif !important;

  line-height: 1.73;

  color: #3a3a3a;

  font-size: 15px;

  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3a3a;

  margin: 0;

  text-transform: uppercase;
}

::-webkit-scrollbar {
  /* width: 0px; */
}

h1 {
  font-size: 41px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #f9b13b;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #ee7536;

  text-decoration: none;
}

a:active {
  text-decoration: none;
}

p {
  line-height: 1.73;

  color: #3a3a3a;

  font-size: 15px;
}

blockquote {
  font-size: 15px;

  font-style: italic;

  line-height: 1.64;
}

ul {
  list-style: none;

  margin: 0;

  padding: 0;
}

.flex_space {
  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;
}

.flex_center {
  display: flex !important;

  align-items: center;

  justify-content: center;

  align-self: center;

  flex-wrap: wrap;
}

.flex_row {
  display: flex !important;

  align-items: center;

  flex-wrap: wrap;
}

.flex_column {
  flex-direction: column;
}

.flex_center {
  justify-content: center;
}

.flex_1 {
  flex: 1;
}

.flex_2 {
  flex: 2;
}

.flex_50 {
  flex-basis: 50%;
}

.clr-white {
  color: #fff;
}

.clr-orange {
  color: #363636;
}

.clr-black {
  color: #3a3a3a;
}

.clr-blue {
  color: #f9b13b;
}

::-webkit-input-placeholder {
  color: #3a3a3a !important;
}

::-moz-placeholder {
  color: #3a3a3a !important;
}

::-ms-input-placeholder {
  color: #3a3a3a !important;
}

::-o-input-placeholder {
  color: #3a3a3a !important;
}

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

/*===== General =====*/

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

.overlay-bg {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.parallax {
  width: 100%;

  background-position: 50% 0;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  position: relative;
}

.btn-default {
  font-size: 14px;

  text-align: center;

  color: #fff;

  border-radius: 0;

  padding: 10px 15px;

  border: none;

  background: #f9b13b;

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  outline: none;
}

.btn-default:before {
  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #f9b13b;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: 0 50%;

  transform-origin: 0 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #fff;
  background: #ee7536;
}

.btn-default:hover:before,
.btn-default:focus:before,
.btn-default:active:before {
  /* -webkit-transform: scaleX(1);

    transform: scaleX(1); */
}
.copyright-text a {
  color: #ee7536;
}

.btn-orange {
  font-size: 14px;

  text-align: center;

  color: #fff;

  border-radius: 0;

  padding: 10px 15px;

  border: none;

  background: #363636;

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;
}

.btn-orange:before {
  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #f9b13b;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);

  -webkit-transform-origin: 0 50%;

  transform-origin: 0 50%;

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #fff;
}

.btn-orange:hover:before,
.btn-orange:focus:before,
.btn-orange:active:before {
  -webkit-transform: scaleX(1);

  transform: scaleX(1);
}

.read-more {
  font-size: 14px;

  line-height: 1.71;

  color: #f9b13b;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.read-more:hover {
  color: #ee7536;
}
.footer-subscribe .btn-default:hover {
  background: #ee7536;
}

.section {
  margin: 0 0 40px;
}

.section-heading {
  color: #3a3a3a;
}

.sub-heading {
  font-size: 15px;

  line-height: 2.2;

  color: #3a3a3a;

  margin-top: 8px;
}

.form-control:focus {
  border-color: rgba(254, 89, 0, 1);

  -webkit-box-shadow: none;

  box-shadow: none;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev,
.owl-next {
  color: #fff;

  font-size: 50px;

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 54px;

  height: 84px;

  text-align: center;

  line-height: 84px;

  z-index: 10;

  cursor: pointer;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.owl-prev:hover,
.owl-next:hover {
  color: #f9b13b;
}

.owl-dots {
  margin: 0 auto;

  left: 0;

  right: 0;

  text-align: center;
}

.owl-dot {
  width: 10px;

  height: 10px;

  border-radius: 100%;

  border: 1px solid #3a3a3a;

  background: transparent;

  margin-right: 5px;

  display: inline-block;
}

.owl-dot.active {
  border: 1px solid #f9b13b;

  background: #f9b13b;
}

@media (max-width: 767px) {
  .owl-nav {
    visibility: hidden;
  }
}

.mrgn-top-30 {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .mrgn-top-30 {
    margin-top: 0;
  }
}

.breadcrumb {
  position: absolute;

  background-color: transparent;

  padding: 8px 0;
}

.breadcrumb li a {
  font-size: 14px;

  color: #3a3a3a;
}

.breadcrumb li a:hover {
  color: #f9b13b;
}

.breadcrumb li.active a {
  color: #f9b13b;
}

.page-banner-main {
  width: 100%;

  height: 300px;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  background-position: center;

  background-image: url(https://conferex.com.sa/public/site/images/bg/page-banner.jpg);
}

.page-banner-main .page-banner-block {
  width: auto;

  height: auto;

  background-color: rgba(255, 255, 255, 0.8);

  padding: 22px 100px 57px 29px;

  border-left: 5px solid #f9b13b;

  position: absolute;

  bottom: 30px;

  /*transform: translate(0, -50%);*/
}

.breadcrumb > li + li:before {
  color: #f9b13b;
}

.page-banner-main .section {
  margin: 0 0 8px;
}

.facebook:hover {
  color: #3b5998;
}

.twitter:hover {
  color: #1da1f2;
}

.pinterest:hover {
  color: #bd081c;
}

.google-plus:hover {
  color: #dd4b39;
}

.tumblr:hover {
  color: #35465c;
}

.stumbleupon:hover {
  color: #eb4924;
}

.wordpress:hover {
  color: #21759b;
}

.instagram:hover {
  color: #405de6;
}

.dribble:hover {
  color: #ea4c89;
}

.vimeo:hover {
  color: #1ab7ea;
}

.linkedin:hover {
  color: #0077b5;
}

.rss:hover {
  color: #f26522;
}

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

/*===== Top Bar =====*/

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

.top-bar {
  height: 40px;

  background-color: #f4f4f4;

  border-top: 4px solid #f9b13b;
}

.info-bar ul li {
  display: inline-block;

  font-size: 13px;

  line-height: 2.5;

  color: #424242;

  margin-right: 15px;
}

.info-bar ul li i {
  color: #f9b13b;

  margin-right: 7px;
}

.top-bar-right {
  text-align: right;
}

.top-menu {
  display: inline-block;
}

.navbar-fixed-top {
  background-color: #fff;
}

.top-menu ul li {
  display: inline-block;

  font-size: 13px;

  line-height: 2.5;

  color: #424242;

  margin-right: 10px;
}

.top-menu ul li a {
  color: #424242;
}

.top-menu ul li a:hover {
  color: #363636;
}

.social-icon {
  float: right;

  width: 165px;

  text-align: center;

  background-color: #f9b13b;
}

.social-icon ul li {
  display: inline-block;

  border: 1px solid #fff;

  width: 35px;

  height: 35px;

  text-align: center;

  line-height: 34px;

  border-radius: 100%;

  background-color: #f9b13b;

  margin: 1.5px 0 3.5px;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.social-icon ul li a {
  color: #fff;
}

.social-icon ul li:hover {
  background-color: #fff;
}

.social-icon ul li:hover a {
  color: #f9b13b;
}

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

/*===== Navigation =====*/

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

.logo {
  padding: 18px 0 14px;
}

.logo img {
  max-width: 150px;
}

.navigation {
  position: relative;

  margin: auto;

  z-index: 1111;

  /*overflow: hidden;*/
}

@media (max-width: 767px) {
  .logo img {
    /*width: 40%;*/

    /*margin: 0 auto;*/

    /*left: 0;*/

    /*right: 0;*/

    /*display: block;*/

    max-width: 170px;

    padding: 9px;

    border-radius: 2px;
  }

  .navigation {
    margin-top: 0;
  }

  #cssmenu.small-screen ul li {
    border: 0px;
  }

  #cssmenu > ul > li > a {
    padding: 16px 15px;

    background-color: #f7f7f7;

    margin: 10px 0;
    border-bottom: 1px solid #e3e3e3 !important;
  }

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: relative;
  }

  .page-banner-main {
    height: 190px;
  }

  #cssmenu.small-screen #menu-button {
    color: #3a3a3a;

    font-size: 14px;

    margin-top: 7px;
  }

  .fix_top #cssmenu.small-screen #menu-button {
    color: #3a3a3a;
  }

  #cssmenu.small-screen #menu-button:before {
    background: #3a3a3a;
  }

  #cssmenu.small-screen #menu-button:after {
    background: #3a3a3a;

    border-top: 2px solid #3a3a3a;

    border-bottom: 2px solid #3a3a3a;
  }

  .fix_top #cssmenu.small-screen #menu-button:before {
    background: #3a3a3a;
  }

  .fix_top #cssmenu.small-screen #menu-button:after {
    background: #3a3a3a;

    border-top: 2px solid #3a3a3a;

    border-bottom: 2px solid #3a3a3a;
  }

  .open > li > a {
    color: #ee7536 !important;
  }

  .nav-tabs {
    display: flex;

    align-items: center;

    justify-content: space-between;
  }

  .nav-tabs > li > a {
    width: 130px !important;

    font-size: 13px;
  }

  #cssmenu.small-screen ul ul li a {
    color: #fff;
  }

  #cssmenu.small-screen ul ul li a:hover {
    color: #fff;
  }

  #cssmenu.small-screen .submenu-button:before {
    background: #3a3a3a;
  }

  #cssmenu.small-screen .submenu-button:after {
    background: #3a3a3a;
  }

  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #f9b13b;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .logo img {
    display: block;

    margin: 0 auto;
  }

  .navigation {
    margin-top: 0;
  }

  #cssmenu > ul > li {
    margin-top: 15px;
  }

  #cssmenu > ul > li > a {
    padding: 10px 10px;
  }
}

/* Loading */

.loading {
  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  right: 0;

  background-color: #fff;

  z-index: 999999;

  display: flex;

  align-items: center;

  justify-content: center;
}

.loading img {
  max-width: 150px;

  animation-name: stretch;

  animation-duration: 0.5s;

  animation-timing-function: ease-out;

  /*animation-delay: 0s;*/

  animation-direction: alternate;

  animation-iteration-count: infinite;

  animation-fill-mode: none;

  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1.5);
  }
}

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

/*===== Home Slider =====*/

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

.home-slider-bg {
  width: 100%;

  height: 85vh;

  background-position: 50% 0;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;
}

.slider-sub-heading {
  line-height: 1.67;

  color: #f9b13b;
}

.slider-dtl {
  width: 40%;

  background-color: rgba(255, 255, 255, 0.8);

  padding: 14px 25px 25px 31px;

  border-left: 5px solid #ee7536;

  position: absolute;

  top: 70%;

  transform: translate(0, -50%);
}

.slider-dtl p {
  margin: 20px 0;
}

/*===== Slider Effects =====*/

.owl-carousel {
  direction: ltr;
}

.home-slider.owl-carousel .owl-item .slider-dtl {
  opacity: 0;

  -webkit-transition: all 1s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  -moz-transition: all 1s ease;

  transition: all 1s ease;

  -webkit-transition-delay: 1.3s;

  -ms-transition-delay: 1.3s;

  -o-transition-delay: 1.3s;

  -moz-transition-delay: 1.3s;

  transition-delay: 1.3s;
}

.home-slider.owl-carousel .owl-item.active .slider-dtl {
  opacity: 1;
}

.home-slider.owl-carousel .owl-item .slider-sub-heading,
.home-slider.owl-carousel .owl-item .slider-heading,
.home-slider.owl-carousel .owl-item .slider-dtl p,
.home-slider.owl-carousel .owl-item .slider-btn {
  opacity: 0;

  -webkit-transition: all 2s ease;

  -ms-transition: all 1s ease;

  -o-transition: all 1s ease;

  -moz-transition: all 1s ease;

  transition: all 1s ease;

  -webkit-transition-delay: 2s;

  -ms-transition-delay: 2s;

  -o-transition-delay: 2s;

  -moz-transition-delay: 2s;

  transition-delay: 2s;
}

.home-slider.owl-carousel .owl-item.active .slider-sub-heading,
.home-slider.owl-carousel .owl-item.active .slider-heading,
.home-slider.owl-carousel .owl-item.active .slider-dtl p,
.home-slider.owl-carousel .owl-item.active .slider-btn {
  opacity: 1;
}

.home-slider.owl-carousel .owl-item.active .slider-heading {
  color: #ee7536;
}

@media (max-width: 767px) {
  .slider-dtl {
    width: 90%;

    height: auto;
  }
}

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

/*===== Who We Are =====*/

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

.who-we-are-main-block {
  background-color: #fff;

  padding: 73px 0 73px;
}

.who-we-are-main-block .section-heading {
  margin-bottom: 15px;
}

.who-we-are-points {
  margin-top: 33px;
}

.who-we-are-block {
  margin-bottom: 25px;
}

.who-we-are-icon {
  width: 65px;

  height: 60px;

  font-size: 45px;

  line-height: 1.5;

  color: #f9b13b;

  text-align: center;

  background-color: transparent;

  border: solid 2px #dedede;

  margin-right: 25px;

  display: inline-block;

  float: left;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.who-we-are-block:hover .who-we-are-icon {
  color: #fff;

  background-color: #f9b13b;

  border: solid 2px #f9b13b;
}

.who-we-are-dtl {
  display: table;
}

.who-we-are-heading {
  text-transform: none;

  line-height: 1.33;

  margin-bottom: 4px;
}

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

/*===== Services =====*/

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

.services-main-block {
  margin: 73px 0 7px;
}

.service-block {
  margin-bottom: 62px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;

  padding: 7px;

  border-radius: 5px;

  -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);

  -moz-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);

  box-shadow: 0px 0px 5px 0px rgb(204 204 204);
}

.service-icon img {
  display: block;

  margin: 0 auto;

  left: 0;

  right: 0;

  width: 100%;

  height: 230px;

  border-radius: 15px;
}

.IoE img {
  width: 100%;

  height: 400px;

  margin: auto;

  border: 5px solid #dde;

  border-radius: 15px;
}

.service-heading {
  font-weight: 600;
  line-height: 1.33;

  text-transform: none;

  margin: 17px 0 10px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 100%;

  overflow: hidden;

  text-align: center;
}

.service-block .service-dtl p {
  text-overflow: ellipsis;

  white-space: nowrap;

  width: 100%;

  overflow: hidden;

  text-align: center;
}

.service-block:hover .service-heading {
  color: #f9b13b;
}

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

/*===== Work Gallery =====*/

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

.work-gallery-main-block {
  position: relative;
}

.work-gallery-main-block .parallax {
  padding: 74px 0 80px;
}

.work-gallery-main-block .section-heading,
.work-gallery-main-block .sub-heading {
  color: #fff;

  position: relative;
}

.work-gallery-block {
  position: relative;

  overflow: hidden;

  border-radius: 15px;
}

.work-gallery-block .overlay-bg {
  text-align: center;

  background-color: rgba(0, 0, 0, 0.6);

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);
}

.work-gallery-block:hover .overlay-bg {
  -webkit-transform: scale(0.95);

  -moz-transform: scale(0.95);

  -ms-transform: scale(0.95);

  -o-transform: scale(0.95);

  transform: scale(0.95);
}

.work-gallery-block img {
  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;

  border-radius: 15px;
}

.work-gallery-block:hover img {
  -webkit-transform: scale(1.3);

  -moz-transform: scale(1.3);

  -ms-transform: scale(1.3);

  -o-transform: scale(1.3);

  transform: scale(1.3);
}

.work-gallery-block .overlay-bg i {
  color: #fff;

  font-size: 25px;

  line-height: 50px;

  border-radius: 100%;

  border: 2px solid #fff;

  width: 50px;

  height: 50px;

  text-align: center;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-right: -50%;

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.work-gallery-block .overlay-bg i:hover {
  background-color: #f9b13b;
}

.work-gallery-two-main-block {
  padding: 72px 0 80px;
}

.work-gallery-two-main-block .section-heading,
.work-gallery-two-main-block .sub-heading {
  color: #3a3a3a;
}

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

/*===== Team =====*/

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

.team-main-block {
  margin: 73px 0 50px;
}

.team-block {
  margin-bottom: 30px;
}

.team-img {
  position: relative;
}

.team-img img {
  display: block;

  margin: 0 auto;

  left: 0;

  width: 100%;

  right: 0;

  position: relative;
}

.team-img .overlay-bg {
  text-align: center;

  background-color: rgba(0, 0, 0, 0.6);

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);
}

.team-block:hover .team-img .overlay-bg {
  -webkit-transform: scale(0.95);

  -moz-transform: scale(0.95);

  -ms-transform: scale(0.95);

  -o-transform: scale(0.95);

  transform: scale(0.95);
}

.team-heading {
  margin-top: 16px;
}

.team-social {
  margin-top: 8px;

  padding-top: 12px;

  border-top: 1px solid #e7e7e7;
}

.team-social ul li {
  display: inline-block;

  width: 35px;

  height: 35px;

  color: #fff;

  line-height: 35px;

  background-color: #f9b13b;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.team-social ul li a {
  color: #fff;
}

.team-social ul li:hover {
  background-color: #363636;
}

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

/*===== Facts =====*/

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

.facts-main-block {
  position: relative;
}

.facts-main-block .parallax {
  padding: 101px 0 70px;
}

.facts-main-block .overlay-bg {
  background-color: #fff;
}

.facts-block {
  margin: 0 auto 30px;
}

.facts-block .facts-icon {
  margin: 0 auto;

  left: 0;

  right: 0;

  width: 121px;

  height: 121px;

  background-color: transparent;

  border: solid 3px #f9b13b;

  border-radius: 100%;

  font-size: 46px;

  color: #3a3a3a;

  line-height: 110px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.facts-block:hover .facts-icon {
  background-color: #ee7536;

  border: solid 3px #ee7536;

  color: #fff;
}

.facts-number {
  color: #3a3a3a;

  margin-top: 22px;
}

.facts-text {
  color: #3a3a3a;

  margin: 10px 0;
}

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

/*===== Pricing Plan =====*/

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

.pricing-plan-main-block {
  margin: 73px 0 50px;
}

.pricing-plan-tab .nav-tabs > li.active > a,
.pricing-plan-tab .nav-tabs > li.active > a:focus,
.pricing-plan-tab .nav-tabs > li.active > a:hover {
  font-size: 16px;

  line-height: 1.5;

  color: #3a3a3a;

  background-color: transparent;

  border: none;

  text-align: center;

  border-bottom-color: transparent;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.pricing-plan-tab .nav-tabs > li.active > a span,
.pricing-plan-tab .nav-tabs > li.active > a:focus span,
.pricing-plan-tab .nav-tabs > li.active > a:hover span,
.pricing-plan-tab .nav-tabs > li > a:hover span {
  font-size: 88px;

  background-color: #f9b13b;

  width: 165px;

  height: 99px;

  display: table;

  text-align: center;

  color: #fff;

  line-height: 0;

  padding-top: 8px;
}

.pricing-plan-tab .nav-tabs > li > a,
.pricing-plan-tab .nav-tabs > li > a:focus,
.pricing-plan-tab .nav-tabs > li > a:hover {
  font-size: 16px;

  line-height: 1.5;

  padding: 0;

  margin: 0;

  color: #3a3a3a;

  text-align: center;

  background-color: transparent;

  border: none;

  border-bottom-color: transparent;
}

.pricing-plan-tab .nav-tabs > li > a span {
  font-size: 88px;

  background-color: transparent;

  border: 1px solid #e7e7e7;

  width: 165px;

  height: 99px;

  display: table;

  text-align: center;

  color: #f9b13b;

  line-height: 0;

  padding-top: 8px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.pricing-plan-tab .nav-tabs > li,
.pricing-plan-tab .nav-tabs > li.active {
  margin-right: 30px;
}

.pricing-plan-tab .nav-tabs > li:last-child,
.pricing-plan-tab .nav-tabs > li.active:last-child {
  margin-right: 0;
}

.pricing-plan-tab .nav-tabs {
  border-bottom: none;
}

.pricing-block {
  margin: 34px 0 30px;

  border: 1px solid #e7e7e7;

  border-bottom: 3px solid #f9b13b;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.pricing-block:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.pricing-heding {
  padding: 16px 0;

  color: #f9b13b;
}

.pricing-price-block {
  border-top: 3px solid #f9b13b;

  border-bottom: 3px solid #f9b13b;

  padding: 24px 0 20px;

  background-color: #f9b13b;
}

.pricing-price {
  color: #fff;
}

.pricing-duration {
  font-size: 14px;

  line-height: 2.14;

  color: #363636;
}

.pricing-dtl ul li {
  font-size: 14px;

  line-height: 3;

  color: #3a3a3a;
}

.pricing-dtl ul li:nth-child(even) {
  background-color: #f4f4f4;
}

.pricing-dtl .btn-default {
  margin: 20px 0;
}

@media (max-width: 992px) {
  .pricing-plan-tab {
    margin-left: 10%;
  }

  .pricing-plan-tab .nav-tabs > li {
    margin-bottom: 30px;
  }
}

.pricing-plan-two-main-block .pricing-plan-tab .nav-tabs > li.active > a span,
.pricing-plan-two-main-block
  .pricing-plan-tab
  .nav-tabs
  > li.active
  > a:focus
  span,
.pricing-plan-two-main-block
  .pricing-plan-tab
  .nav-tabs
  > li.active
  > a:hover
  span,
.pricing-plan-two-main-block .pricing-plan-tab .nav-tabs > li > a:hover span {
  background-color: #363636;

  color: #fff;
}

.pricing-plan-two-main-block .pricing-plan-tab .nav-tabs > li > a span {
  color: #363636;
}

.pricing-plan-two-main-block .pricing-block {
  border-bottom: 3px solid #363636;
}

.pricing-plan-two-main-block .pricing-price-block {
  border-top: 3px solid #f9b13b;

  border-bottom: 3px solid #f9b13b;
}

.pricing-plan-two-main-block .pricing-heding {
  color: #363636;
}

.pricing-plan-two-main-block .pricing-price-block {
  background-color: #363636;
}

.pricing-plan-two-main-block .pricing-duration {
  color: #fff;
}

.pricing-plan-two-main-block .pricing-dtl .btn-orange {
  margin: 20px 0;
}

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

/*===== Testimonials =====*/

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

.testimonials-main-block {
  position: relative;
}

.testimonials-main-block .overlay-bg {
  background-color: rgba(255, 255, 255, 0.7);
}

.testimonials-main-block .parallax {
  padding: 59px 0 63px;
}

.testimonials-main-block .section {
  margin: 0 0 30px;

  position: relative;
}

.testimonials-slider {
  cursor: -webkit-grab;
}

.testimonials-dtl {
  width: 70%;

  margin: 0 auto;
}

.testimonials-dtl p {
  font-style: italic;
}

.testimonials-client {
  margin: 35px auto 0;

  left: 0;

  right: 0;

  text-align: center;
}

.testimonials-client-img {
  display: inline-block;
}

.testimonials-client-img img {
  border-radius: 100%;

  border: 2px solid #f9b13b;
}

.testimonials-client-dtl .client-since {
  font-size: 13px;

  line-height: 1.69;

  color: #3a3a3a;

  text-align: center;
}

.testimonials-slider .owl-dots {
  margin: 38px auto 0;

  left: 0;

  right: 0;

  text-align: center;
}

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

/*===== Appointment =====*/

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

.appointment-main-block {
  background-color: #fff;

  padding: 34px 0 40px;
}

.appointment-block .section-heading,
.appointment-block .sub-heading {
  color: #3a3a3a;
}

.appointment-img img {
  width: 100%;

  height: 470px;

  object-fit: cover;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.form-heading-no {
  background-color: #f9b13b;

  color: #fff;

  padding: 6px 15px;

  margin-right: 20px;
}

.lang a {
  width: 40px;

  height: 40px;

  display: flex !important;

  align-items: center;

  justify-content: center;

  border: 1px solid #f9b13b !important;

  border-radius: 50%;

  padding: 0 !important;

  background-color: #f9b13b;
}

.form-heading-title {
  background-color: #f4f4f4;

  padding: 10px;

  margin: 25px 0;
}

.appointment-form .form-control {
  background-color: transparent;

  color: #3a3a3a;

  border: solid 1px #3a3a3a;

  width: 100%;

  height: 50px;

  margin: 10px 0;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.datepicker table tr td.active.active {
  background-color: #f9b13b;
}

.appointment-form .btn-dropdown {
  width: 100%;

  height: 40px;

  border-radius: 0;

  background-color: transparent;

  color: #fff;

  border: solid 1px #2f2f2f;

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: 10px 0;
}

.appointment-main-block ::-webkit-input-placeholder {
  color: #3a3a3a !important;
}

.appointment-main-block ::-moz-placeholder {
  color: #3a3a3a !important;
}

.appointment-main-block ::-ms-input-placeholder {
  color: #3a3a3a !important;
}

.appointment-main-block ::-o-input-placeholder {
  color: #3a3a3a !important;
}

.appointment-form textarea {
  font-size: 14px;

  padding-top: 10px;

  padding-left: 15px;

  color: #3a3a3a;

  width: 100%;

  border: 1px solid #3a3a3a;

  background-color: transparent;

  margin: 7px 0;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.appointment-form textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.TerTe {
  /*text-align: center;*/

  /*width: 50%;*/

  /*margin: auto;*/

  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .appointment-img {
    margin-bottom: 30px;
  }

  .form-heading-no {
    display: none;
  }

  .IoE img,
  .TerTe {
    width: 100%;
  }
  .product-category-main-block .col-md-4.col-sm-6 {
    width: 100%;
  }
  #cssmenu > ul > li.lang {
    background: #ee7536;
    margin: 0;
  }
  #cssmenu.small-screen ul {
    background-color: #f7f7f7;

    position: fixed;

    left: 0;

    transform: translateX(-100%);

    top: 0;

    z-index: 99;

    flex-direction: column;

    height: 100%;

    width: 215px;

    padding-top: 35px;

    transition: 0.5s;

    display: block !important;
  }

  .lang a {
    width: 40px !important;

    margin: 10px auto !important;
  }

  #cssmenu {
    justify-content: flex-end;
  }

  .read-more {
    margin-bottom: 30px;
  }
}

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

/*===== News / Blog =====*/

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

.news-main-block {
  margin: 80px 0 43px;
}

.news-block {
  margin-bottom: 30px;
}

.news-img {
  position: relative;

  overflow: hidden;

  border-radius: 15px;
}

.news-img .overlay-bg {
  text-align: center;

  background-color: rgba(0, 0, 0, 0.6);

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);
}

.news-block:hover .news-img .overlay-bg {
  -webkit-transform: scale(0.95, 0.9);

  -moz-transform: scale(0.95, 0.9);

  -ms-transform: scale(0.95, 0.9);

  -o-transform: scale(0.95, 0.9);

  transform: scale(0.95, 0.9);
}

.news-img img {
  width: 100%;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;

  height: 315px;
}

.news-block:hover .news-img img {
  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);
}

.news-top {
  margin: 20px 0 7px;
}

.news-date {
  width: 60px;

  height: 60px;

  color: #fff;

  margin-right: 20px;

  background-color: #f9b13b;

  display: inline-block;

  padding: 12px 0 0;

  float: left;
}

.news-day {
  font-size: 22px;

  line-height: 1.09;

  color: #fff;
}

.news-month {
  font-size: 11px;

  text-transform: uppercase;

  line-height: 1.64;

  color: #fff;
}

.news-heading-block {
  display: inline-block;
}

.news-heading {
  text-transform: none;

  line-height: 1.25;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.news-heading:hover {
  color: #f9b13b;
}

.news-tag li {
  display: inline-block;

  font-size: 14px;

  line-height: 1.71;

  color: #8f8f8f;
}

.news-tag li a {
  color: #8f8f8f;
}

.news-tag li a:hover {
  color: #f9b13b;
}

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

/*===== Clients =====*/

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

.clients-main-block {
  background-color: #f4f4f4;

  padding: 30px 0;
}

.client-slider {
  cursor: -webkit-grab;
}

.client-img {
  display: block;

  margin: 0 auto;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
  height: 150px;
}

.client-img:hover {
}

.owl-carousel .owl-item .client-img img {
  width: 90%;

  margin: auto;
  height: 100%;
}

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

/*===== Map =====*/

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

.map-location {
  width: 100%;

  height: 520px;
}

.fix_top {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

  padding: 4px 0;

  animation: slide-down 0.7s;

  opacity: 1;

  position: fixed !important;

  top: 0 !important;

  background-color: #fff;
}

@keyframes slide-down {
  0% {
    opacity: 0;

    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;

    transform: translateY(0);
  }
}

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

/*===== Footer =====*/

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

.footer-main-block {
  background-color: #272727;

  position: relative;
}

.footer-block {
  padding: 70px 0 17px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-about p {
  margin-top: 22px;

  color: #fff;
}

.footer-about img {
  max-width: 150px;
  border-radius: 5px;
}

.footer-heading {
  color: #fff;

  margin-bottom: 25px;
}

.footer-services ul li a {
  font-size: 14px;

  line-height: 2.14;

  color: #fff;
}

.footer-services ul li a:hover {
  color: #9c908a;
}

.footer-services ul li i {
  margin-right: 10px;
}

.footer-opening .opening-day {
  font-size: 14px;

  line-height: 2.14;

  color: #9daec9;
}

.footer-opening .opening-time {
  font-size: 14px;

  line-height: 2.14;

  color: #9daec9;

  text-align: right;
}

.footer-subscribe p {
  color: #9daec9;
}

.footer-subscribe.form-group {
  display: inline-block;

  height: 43px;
}

.footer-subscribe .form-control {
  height: 40px;

  background-color: transparent;

  border: 1px solid #fff;

  font-size: 13px;

  color: #fff;

  line-height: 1.69;

  display: inline-block;

  width: 80%;

  float: left;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.footer-subscribe ::-webkit-input-placeholder {
  color: #fff !important;
}

.footer-subscribe ::-moz-placeholder {
  color: #fff !important;
}

.footer-subscribe ::-ms-input-placeholder {
  color: #fff !important;
}

.footer-subscribe ::-o-input-placeholder {
  color: #fff !important;
}

.footer-subscribe .btn-default {
  background-color: #f9b13b;

  display: inline-block;
}

.subscribe-form label {
  color: #f9b13b;

  font-size: 12px;
}

.footer-subscribe .social-icon {
  margin-top: 25px;

  float: left;

  width: 100%;

  text-align: left;

  background-color: transparent;
}

.footer-subscribe .social-icon span {
  color: #ddd;

  display: inline-block;

  float: left;

  margin-right: 15px;
}

.footer-subscribe .social-icon ul li {
  background-color: transparent;

  margin: 0 2px 0;
}

.footer-subscribe .social-icon ul li a {
  color: #fff;
}

.footer-subscribe .social-icon ul li:hover {
  background-color: #f9b13b;

  border: 1px solid #f9b13b;
}

.footer-main-block hr {
  border-top: 1px solid #ee7536;
}

.copyright-text p {
  padding: 0;
  color: #fff;
  padding-bottom: 10px;
}

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

/*===== Portfolio Col-3 =====*/

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

.portfolio-col-three-main {
  margin: 73px 0 50px;
}

.portfolio-img {
  position: relative;

  overflow: hidden;

  margin-bottom: 30px;
}

.portfolio-img img {
  width: 100%;
}

/* boxImgFancy */

.boxImgFancy {
  position: relative;

  overflow: hidden;

  margin: 10px 0;
}

.boxImgFancy img {
  width: 100%;

  height: 350px;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.boxImgFancy a {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: rgba(0, 0, 0, 0.7);

  transform: scale(0);

  opacity: 0;

  visibility: hidden;
}

.boxImgFancy:hover a {
  transform: scale(1.1);

  opacity: 1;

  visibility: initial;
}

.boxImgFancy a i {
  width: 40px;

  height: 40px;

  background-color: #f9b13b;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  color: #fff;
}

.popUp_img {
  margin: 10px 0;

  border: 1px solid #ddd;

  overflow: hidden;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.popUp_img img {
  width: 100%;

  height: 350px;
}

.foxFl {
  padding: 10px;
}

.foxFl h6 {
  font-size: 17px;

  font-weight: bold;

  color: #f9b13b;
}

.foxFl p {
  margin: 20px 0;
}

.foxFl a {
  text-align: center;

  text-decoration: underline;

  margin: 10px 0;

  display: block;
}

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

/*===== Portfolio Col-3 Full Width =====*/

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

.portfolio-full-three-main {
  margin: 73px 0 80px;
}

.portfolio-full-three-main .col-md-4,
.portfolio-full-three-main .col-sm-6 {
  padding: 0;
}

.portfolio-full-three-main .portfolio-img {
  margin-bottom: 0;
}

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

/*===== Portfolio Col-4 =====*/

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

.portfolio-col-four-main {
  margin: 73px 0 50px;
}

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

/*===== Portfolio Col-4 Full-width =====*/

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

.portfolio-full-four-main {
  margin: 73px 0 80px;
}

.portfolio-full-four-main .col-md-4,
.portfolio-full-four-main .col-sm-6 {
  padding: 0;
}

.portfolio-full-four-main .portfolio-img {
  margin-bottom: 0;
}

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

/*===== Portfolio Col-5 =====*/

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

.portfolio-col-five-main {
  margin: 73px 0 50px;
}

.col-five {
  width: 20%;

  height: auto;
}

@media (max-width: 767px) {
  .col-five {
    width: 100%;
  }

  .footer-subscribe .btn-default {
    position: absolute;

    left: 10px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .col-five {
    width: 50%;
  }
}

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

/*===== Portfolio Col-5 Full-width =====*/

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

.portfolio-full-five-main {
  margin: 73px 0 80px;
}

.portfolio-full-five-main .col-md-4,
.portfolio-full-five-main .col-sm-6 {
  padding: 0;
}

.portfolio-full-five-main .portfolio-img {
  margin-bottom: 0;
}

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

/*===== 404 Page / 403 Page =====*/

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

.error-page-main {
  margin: 67px 0 80px;
}

.error-heading {
  font-size: 250px;

  color: #03a3c7;

  line-height: 0.87;

  letter-spacing: 35px;
}

.error-heading span {
  color: #363636;
}

.error-dtl p {
  margin-top: 5px;

  font-size: 18px;
}

.error-btn {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .error-heading {
    font-size: 100px;
  }
}

#about-gallery-slider img {
  height: 450px;
}

#work-gallery-slider img {
  height: 350px;
}

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

/*===== Portfolio Masonry =====*/

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

.portfolio-masonry-main {
  margin: 72px 0 80px;
}

.portfolio-masonry-block {
  -webkit-column-count: 4;

  -moz-column-count: 4;

  column-count: 4;

  -webkit-column-gap: 0;

  -moz-column-gap: 0;

  column-gap: 0;

  -webkit-column-width: 25%;

  -moz-column-width: 25%;

  column-width: 25%;
}

.portfolio-masonry-block .portfolio-img {
  margin-bottom: 0;

  overflow: visible;
}

.portfolio-masonry-block .portfolio-block {
  position: relative;
}

.portfolio-masonry-block .portfolio-block .overlay-bg {
  text-align: center;

  background-color: rgba(0, 0, 0, 0.6);

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);
}

.portfolio-masonry-block .portfolio-block:hover .overlay-bg {
  -webkit-transform: scale(0.95);

  -moz-transform: scale(0.95);

  -ms-transform: scale(0.95);

  -o-transform: scale(0.95);

  transform: scale(0.95);
}

.portfolio-masonry-block .portfolio-block .overlay-bg i {
  color: #fff;

  font-size: 25px;

  line-height: 50px;

  border-radius: 100%;

  border: 2px solid #fff;

  width: 50px;

  height: 50px;

  text-align: center;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-right: -50%;

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.portfolio-masonry-block .portfolio-block .overlay-bg i:hover {
  background-color: #f9b13b;
}

@media (max-width: 767px) {
  .portfolio-masonry-main .portfolio-masonry-block {
    -webkit-column-count: 1;

    -moz-column-count: 1;

    column-count: 1;

    -webkit-column-gap: 0;

    -moz-column-gap: 0;

    column-gap: 0;

    -webkit-column-width: 100%;

    -moz-column-width: 100%;

    column-width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .portfolio-masonry-main .portfolio-masonry-block {
    -webkit-column-count: 2;

    -moz-column-count: 2;

    column-count: 2;

    -webkit-column-gap: 0;

    -moz-column-gap: 0;

    column-gap: 0;

    -webkit-column-width: 50%;

    -moz-column-width: 50%;

    column-width: 50%;
  }
}

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

/*===== Faq's =====*/

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

.faq-main-block {
  margin: 72px 0 60px;
}

.faq-panel .panel-default .panel-heading {
  background-color: #fff;

  border-color: #f4f4f4;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.faq-panel .panel-default .panel-heading:hover {
  background-color: #f9b13b;
}

.faq-panel .panel-default .panel-heading .faq-heading a {
  text-transform: none;

  color: #3a3a3a;
}

.faq-panel .panel-default .panel-heading .faq-heading a:hover {
  color: #fff;
}

.faq-panel .panel-default .panel-heading:hover .faq-heading a {
  color: #fff;
}

.panel-group .panel {
  border-radius: 0;

  margin-bottom: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  box-shadow: 0px 3px 9.3px 0.7px rgba(198, 198, 198, 0.35);
}

/* Style Our Branch */

.serviceBox {
  background-color: #fff;

  padding: 0 0 20px;

  margin: 0px 10px;

  border-radius: 20px 0;

  position: relative;

  z-index: 1;

  box-shadow: inset 0px 0px 20px 1px #d2d2d2;

  margin-bottom: 30px;
}

.serviceBox .title {
  color: #fff;

  background: linear-gradient(to right, #f9b13b, #f9b13b);

  font-size: 18px;

  font-weight: 700;

  text-align: right;

  text-transform: capitalize;

  padding: 12px 25px;

  margin: -6px -6px 30px 0;

  border-radius: 0 0 0 20px;

  box-shadow: -2px 4px 1px rgba(0, 0, 0, 0.2);

  display: inline-block;

  position: relative;
}

.serviceBox .title:before,
.serviceBox .title:after {
  content: "";

  background: linear-gradient(to right bottom, transparent 49%, #f9b13b 50%);

  width: 4px;

  height: 6px;

  position: absolute;

  top: 0;
}

.serviceBox .title:after {
  transform: rotate(180deg);

  top: auto;

  bottom: -5px;

  left: auto;
}

.serviceBox .description {
  color: #f9b13b;

  font-size: 16px;

  letter-spacing: 0.5px;

  line-height: 35px;

  text-align: center;

  text-transform: capitalize;

  margin: 0 15px 20px;

  border-radius: 0px;

  border: 1px solid #eaeaea;

  padding: 15px 0;

  font-weight: 600;
}

.serviceBox .service-icon {
  color: #fff;

  background: #f9b13b;

  font-size: 35px;

  text-align: center;

  line-height: 68px;

  width: 70px;

  height: 70px;

  margin: 0 auto 50px;

  border: 2px solid #f9b13b;

  border-radius: 50%;

  transition: all 0.3s ease 0s;
}

.serviceBox .service-icon a {
  color: #fff;
}

.serviceBox .read-more {
  color: #fff !important;

  background: linear-gradient(to right, #f9b13b, #f9b13b);

  font-size: 14px;

  font-weight: 600;

  text-transform: capitalize;

  text-align: center;

  width: 140px;

  line-height: 40px;

  height: 40px;

  border-radius: 0 30px 30px 0;

  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);

  display: block;

  position: absolute;

  bottom: 20px;
}

.serviceBox .read-more:before,
.serviceBox .read-more:after {
  content: "";

  background: linear-gradient(to bottom, #f9b13b, #f9b13b);

  width: 15px;

  height: 25px;

  border-radius: 50px 0 0 50px;

  position: absolute;

  top: -25px;
}

.serviceBox .read-more:after {
  background: #f9b13b;

  border-radius: 50px 0 0 50px;

  height: 65px;

  z-index: -2;
}

.serviceBox:hover .service-icon {
  transform: rotateY(360deg);
}

.serviceBox .read-more {
  right: 0;

  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);

  border-radius: 30px 0px 0px 30px;
}

.serviceBox .title:before,
.serviceBox .title:after {
  right: -4px;
}

.serviceBox .title:after {
  right: auto;

  left: 0;
}

.serviceBox .read-more:before,
.serviceBox .read-more:after {
  right: -15px;

  border-radius: 0px 10px 10px 0px;
}

.pT100 {
  padding-top: 100px;
}

.pT100 #cssmenu > ul > li:last-child > a {
  color: #fff;
}

.pT100 #cssmenu > ul > li > a {
  color: #f9b13b;
}

.fix_top #cssmenu > ul > li > a {
  color: #f9b13b;
}

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

/*===== Careers =====*/

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

.careers-main-block {
  margin: 73px 0 50px;
}

.news-tag li {
  margin: 12px 5px;
}

.careers-block {
  margin-bottom: 30px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.careers-icon img {
  display: block;

  margin: 0 auto;

  left: 0;

  right: 0;
}

.careers-heading {
  line-height: 1.33;

  text-transform: none;

  margin: 17px 0 10px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.careers-block:hover .careers-heading {
  color: #f9b13b;
}

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

/*===== Process =====*/

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

.process-main-block {
  margin-top: 73px;

  margin-bottom: 46px;
}

.process-heading {
  margin-top: 20px;
}

.process-block {
  margin: 0 auto 30px;
}

.process-block .process-icon {
  margin: 0 auto;

  left: 0;

  right: 0;

  width: 121px;

  height: 121px;

  background-color: transparent;

  border: solid 3px #f9b13b;

  border-radius: 100%;

  font-size: 46px;

  color: #f9b13b;

  line-height: 110px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.process-block:hover .process-icon {
  background-color: #f9b13b;

  border: solid 3px #f9b13b;

  color: #fff;
}

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

/*===== Comming Soon Page =====*/

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

.comming-soon-nav .logo img {
  margin: 35px auto 28px;

  left: 0;

  right: 0;
}

.comming-soon-heading {
  font-size: 80px;

  line-height: 1;

  color: #f9b13b;
}

.comming-soon-block p {
  margin: 22px 0 0;
}

.comming-block {
  font-size: 60px;

  line-height: 0.56;

  color: #3a3a3a;

  margin: 40px 0 115px;
}

.counter-col-days {
  display: inline-block;
}

.count-days,
.count-hours,
.count-minutes,
.count-seconds {
  position: relative;
}

.count-days:before {
  content: "Days";

  position: absolute;

  top: 60px;

  font-size: 14px;

  line-height: 2.86;

  color: #3a3a3a;

  text-align: center;

  margin: 15px auto 0;

  left: 0;

  right: 0;
}

.count-hours:before {
  content: "Hours";

  position: absolute;

  top: 60px;

  font-size: 14px;

  line-height: 2.86;

  color: #3a3a3a;

  text-align: center;

  margin: 15px auto 0;

  left: 0;

  right: 0;
}

.count-minutes:before {
  content: "Minutes";

  position: absolute;

  top: 60px;

  font-size: 14px;

  line-height: 2.86;

  color: #3a3a3a;

  text-align: center;

  margin: 15px auto 0;

  left: 0;

  right: 0;
}

.count-seconds:before {
  content: "Seconds";

  position: absolute;

  top: 60px;

  font-size: 14px;

  line-height: 2.86;

  color: #3a3a3a;

  text-align: center;

  margin: 15px auto 0;

  left: 0;

  right: 0;
}

.counter-col {
  display: inline-block;
}

.comming-soon-main .subscribe-form .form-control {
  width: 316px;

  border: 1px solid #2f2f2f;

  height: 40px;

  background-color: transparent;

  border-radius: 0;

  font-size: 13px;

  color: #3a3a3a;

  line-height: 1.69;

  display: inline-block;
}

@media (max-width: 767px) {
  .comming-soon-heading {
    font-size: 40px;

    line-height: 1;
  }

  .comming-block {
    font-size: 20px;

    line-height: 1;
  }

  .count-days:before,
  .count-hours:before,
  .count-minutes:before,
  .count-seconds:before {
    display: none;
  }

  .subscribe-form .form-control {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .comming-block {
    font-size: 50px;

    line-height: 1;
  }
}

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

/*===== Under Construction Page =====*/

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

.comming-soon-main .social-icon {
  float: none;

  margin: 38px auto 0;

  left: 0;

  right: 0;

  text-align: center;

  background-color: transparent;
}

.comming-soon-main .social-icon ul li:hover {
  background-color: #3a3a3a;
}

.comming-soon-main .social-icon ul li:hover a {
  color: #fff;
}

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

/*===== Appointments Page =====*/

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

.appointment-main-block.appointment-two-main-block {
  background-color: #fff;

  padding: 73px 0 80px;
}

.appointment-two-main-block .appointment-form .form-control {
  color: #3a3a3a;
}

.appointment-two-main-block .appointment-form .btn-dropdown {
  color: #3a3a3a;
}

.appointment-two-main-block .appointment-form textarea {
  color: #3a3a3a;
}

.appointment-two-main-block ::-webkit-input-placeholder {
  color: #3a3a3a !important;
}

.appointment-two-main-block ::-moz-placeholder {
  color: #3a3a3a !important;
}

.appointment-two-main-block ::-ms-input-placeholder {
  color: #3a3a3a !important;
}

.appointment-two-main-block ::-o-placeholder {
  color: #3a3a3a !important;
}

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

/*===== Services Details =====*/

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

.services-dtl-main-block {
  margin: 80px 0 37px;
}

.services-heading {
  margin: 15px 0 8px;
}

.services-content li {
  margin: 10px 0 0;

  color: #3a3a3a;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.services-content i {
  margin-right: 10px;

  color: #f9b13b;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.services-content li:hover i {
  color: #363636;
}

.services-main-block.service-inner {
  margin: 0 0 15px;
}

@media (max-width: 992px) {
  .services-content {
    text-align: center;
  }
}

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

/*===== Team Details =====*/

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

.team-profile-main-block {
  margin: 80px 0 78px;
}

.profile-img img {
  width: 100%;
}

.profile-post {
  color: #3a3a3a;

  margin: 10px 0;
}

.profile-dtl {
  margin: 50px 0 25px;
}

.profile-skill {
  margin: 18px 0 6px;
}

.skill-block {
  margin-top: 10px;
}

.skill-tag-left {
  display: inline-block;
}

.skill-tag-right {
  float: right;

  line-height: 1.86;

  letter-spacing: 1.4px;

  color: #3a3a3a;
}

.progress {
  background-color: #f4f4f4;

  height: 16px;

  border-radius: 0;

  box-shadow: none;
}

.progress-bar {
  height: 16px;

  border-radius: 0 20px 20px 0;

  background-color: #f9b13b;

  box-shadow: none;
}

.scroll-bar {
  -webkit-transition: all 1500ms ease;

  -moz-transition: all 1500ms ease;

  -ms-transition: all 1500ms ease;

  -o-transition: all 1500ms ease;

  transition: all 1500ms ease;
}

.profile-name .social-icon {
  margin-top: 0px;

  margin-left: auto;

  float: left;

  width: 100%;

  text-align: left;

  background-color: transparent;
}

.profile-name .social-icon ul li {
  background-color: #3a3a3a;

  margin: 0 2px 0;
}

.profile-name .social-icon ul li a {
  color: #fff;
}

.profile-name .social-icon ul li:hover {
  background-color: #f9b13b;
}

@media (max-width: 767px) {
  .profile-name {
    margin-top: 30px;
  }
}

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

/*===== Blog Page =====*/

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

.blog-left-main-block {
  margin: 80px 0 75px;
}

.blog-page .news-heading-block {
  margin-top: 8px;
}

.blog-page .news-block:hover .news-img .overlay-bg {
  -webkit-transform: scale(0.98, 0.96);

  -moz-transform: scale(0.98, 0.96);

  -ms-transform: scale(0.98, 0.96);

  -o-transform: scale(0.98, 0.96);

  transform: scale(0.98, 0.96);
}

.blog-page .news-dtl {
  margin: 20px 0 15px;
}

.blog-page .news-dtl .btn-default {
  margin: 8px 0 0;
}

.video-item {
  text-align: center;
}

.video-device .bg_img {
  background-size: cover;

  width: 100%;
}

.video-device {
  position: relative;
}

.video-item .video-preview,
.video-item .video-preview iframe {
  width: 100%;

  height: 100%;
}

.video-preview {
  position: absolute;

  left: 0;

  top: 0;

  z-index: 30;

  width: 100%;
}

.btn-video-play {
  position: absolute;

  top: 50%;

  left: 50%;

  margin-right: -50%;

  transform: translate(-50%, -50%);

  z-index: 30;

  line-height: 65px;

  width: 80px;

  height: 80px;

  border: solid 7px rgba(0, 0, 0, 0.25);

  border-radius: 100%;

  padding-left: 5px;

  font-size: 22.7px;

  color: #fff;

  background-color: #f9b13b;
}

.btn-video-play:hover {
  color: #fff;

  background-color: #363636;
}

@media (max-width: 767px) {
  .btn-video-play {
    z-index: 30;

    line-height: 50px;

    width: 55px;

    height: 55px;

    border: solid 3px rgba(0, 0, 0, 0.25);

    font-size: 11px;
  }
}

/*===== Pagination =====*/

.pagination-block {
  font-size: 15px;

  color: #406576;

  width: 100%;

  background: #fff;

  text-align: center;
}

.pagination {
  margin: 0;

  border-radius: 0;

  margin: 14px 0 0;
}

.prev,
.next {
  margin-top: 9px;
}

.pagination li a {
  border: none;

  margin: 0 2px;

  font-size: 15px;

  color: #406576;
}

.pagination li a:hover {
  color: #fff;

  background-color: #363636;
}

.pagination li.active a,
.pagination li.active a:hover {
  background-color: #f9b13b;
}

/*===== Blog Sidebar =====*/

.archives-content ul {
  margin: 10px 0 20px;
}

.archives-content li {
  margin-bottom: 15px;
}

.archives-content li a {
  color: #3a3a3a;
}

.archives-content li a:hover {
  color: #f9b13b;
}

.archives-content i {
  margin-right: 20px;
}

.accor-widget .panel-group .panel {
  margin-top: 17px;
}

.accor-widget .panel-default {
  border: 0;
}

.accor-widget .panel-heading {
  border: 1px solid #f4f4f4;
}

.tab-widget {
  margin: 30px 0 57px;
}

.tab-widget .nav-tabs {
  border: 0;

  margin: 17px 0 0;
}

.tab-widget .nav-tabs > li {
  color: #fff;

  border-radius: 0;

  background-color: #363636;
}

.tab-widget .nav-tabs > li a {
  color: #fff;

  border-radius: 0;

  border: none;
}

.tab-widget .nav-tabs > li.active > a,
.tab-widget .nav-tabs > li.active > a:focus,
.tab-widget .nav-tabs > li.active > a:hover {
  color: #fff;

  border-radius: 0;

  background-color: #f9b13b;

  border: none;

  border-bottom-color: transparent;
}

.tab-widget .nav-tabs > li > a:hover {
  color: #fff;

  background-color: #f9b13b;

  border-color: transparent;
}

.tab-widget-dtl {
  margin: 20px 0 50px;
}

.tab-widget-dtl .tab-thumb {
  width: 100px;

  height: 80px;

  margin-right: 15px;

  float: left;
}

.tab-widget-dtl a {
  line-height: 1.71;

  color: #3a3a3a;
}

.tab-widget-dtl a:hover {
  color: #f9b13b;
}

.flickr-widget-block {
  margin-top: 17px;
}

.flickr-widget-block .portfolio-img {
  margin-bottom: 10px;
}

.flickr-widget-block .overlay-bg i {
  font-size: 10px;

  line-height: 22px;

  border: 1px solid #fff;

  width: 25px;

  height: 25px;
}

.tag-widget {
  margin-top: 17px;
}

.tags {
  margin-top: 17px;
}

.tag-widget .badge {
  padding: 10px 16px;

  color: #3a3a3a;

  border-radius: 0;

  background-color: #f4f4f4;

  margin-bottom: 10px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.tag-widget .badge:hover {
  color: #fff;

  background-color: #f9b13b;
}

.tag-widget a {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .tab-widget-dtl {
    margin: 20px 0 80px;
  }
}

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

/*===== Blog Single =====*/

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

.news-dtl blockquote {
  font-size: 15px;

  font-style: italic;

  line-height: 2;

  color: #3a3a3a;

  margin: 27px 0 23px;

  border-left: 4px solid #f9b13b;

  padding: 0 30px;
}

.blog-comment {
  margin: 25px 0 30px;
}

.blog-comment .media {
  margin: 27px 0 0;
}

.blog-comment .comments-reply {
  margin: 60px 0 0;
}

.blog-comment .media-heading {
  font-size: 16px;

  line-height: 1.88;

  color: #3a3a3a;

  text-transform: none;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.blog-comment .media-heading span {
  color: #8f8f8f;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.blog-comment .media-heading:hover span {
  color: #f9b13b;
}

.media-reply a {
  font-size: 14px;

  color: #363636;

  text-transform: uppercase;
}

.media-reply a:hover {
  color: #f9b13b;
}

.comment-note {
  width: 694px;

  margin: 20px 0 20px;
}

.comment-form .form-control {
  background-color: transparent;

  color: #3a3a3a;

  border: solid 1px #2f2f2f;

  border-radius: 0;

  width: 100%;

  height: 40px;
}

.comment-form textarea {
  font-size: 14px;

  padding-top: 10px;

  padding-left: 15px;

  color: #3a3a3a;

  width: 100%;

  border: 1px solid #2f2f2f;

  background-color: transparent;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.comment-form textarea.form-control {
  height: 95px;
}

.comment-form textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}

@media (max-width: 992px) {
  .comment-note {
    width: 100%;
  }
}

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

/*===== Shop Page =====*/

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

.shop-page {
  margin: 80px 0 43px;
}

.shop-block {
  margin-bottom: 30px;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.shop-img {
  margin-bottom: 27px;

  border: 2px solid transparent;

  padding: 5px;

  position: relative;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.shop-block:hover .shop-img {
  border: 2px solid #f9b13b;
}

.shop-img .overlay-bg {
  background-color: rgba(0, 0, 0, 0.6);

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);
}

.shop-block:hover .shop-img .overlay-bg {
  -webkit-transform: scale(0.95);

  -moz-transform: scale(0.95);

  -ms-transform: scale(0.95);

  -o-transform: scale(0.95);

  transform: scale(0.95);
}

.shop-img img {
  margin: 0 auto;

  left: 0;

  right: 0;
}

.shop-img .btn-default {
  opacity: 0;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-right: -50%;

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.shop-block:hover .shop-img .btn-default {
  opacity: 1;
}

.product-name {
  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;
}

.shop-block:hover .product-name {
  color: #f9b13b;
}

.rating {
  margin: 10px 0 0;
}

.rating {
  unicode-bidi: bidi-override;

  direction: rtl;

  text-align: center;
}

.rating input {
  position: absolute;

  left: -999999px;
}

.rating label {
  display: inline-block;

  font-size: 0;
}

.rating > label:before {
  position: relative;

  font: 18px/1 FontAwesome;

  display: block;

  content: "\f006";

  color: #363636;

  background: #363636;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #363636;

  content: "\f005";

  background: #363636;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.shop-price p {
  color: #3a3a3a;

  font-size: 15px;
}

.offer-price {
  color: #8f8f8f;

  margin-right: 10px;

  text-decoration: line-through;
}

/* Price Slider*/

.price-slider-amount {
  margin: 10px 0 17px;
}

.price-slider-amount span {
  color: #3a3a3a;

  margin-right: 15px;

  display: inline-block;
}

.price-slider-amount > input {
  border: 0 none;

  color: #8f8f8f;

  display: inline-block;

  font-size: 15px;

  outline: none;
}

.slider-range {
  margin-bottom: 34px;
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #8f8f8f none repeat scroll 0 0;

  border: 0 none;

  height: 3px;

  position: relative;
}

.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #f9b13b none repeat scroll 0 0;

  border: medium none;

  border-radius: 50%;

  height: 16px;

  top: -6px;

  width: 16px;

  outline: none;

  position: absolute;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #f9b13b none repeat scroll 0 0;

  height: 3px;

  position: absolute;
}

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

/*===== Product Details Page =====*/

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

.product-gallery-thumb {
  width: 80px;

  position: relative;

  margin: 20px 0 0;

  display: inline-block;
}

.product-gallery-overlay {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);

  opacity: 0;

  text-align: center;

  font-size: 28px;

  color: #fff;

  cursor: pointer;

  -webkit-transition: 0.5s ease-out;

  -moz-transition: 0.5s ease-out;

  -ms-transition: 0.5s ease-out;

  -o-transition: 0.5s ease-out;

  -transition: 0.5s ease-out;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);
}

.product-gallery-overlay span {
  position: absolute;

  top: 50%;

  left: 50%;

  margin-right: -50%;

  transform: translate(-50%, -50%);
}

.product-gallery-thumb:hover .product-gallery-overlay {
  opacity: 1;

  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);

  transform: scale(0.9);
}

.single-product-dtl .rating {
  text-align: left;
}

.product-quantity {
  border: solid 1px #8f8f8f;

  width: 30%;

  padding: 16px 0 6px 26px;

  margin-bottom: 20px;

  text-align: center;
}

.product-quantity span {
  font-size: 15px;

  color: #3a3a3a;

  float: left;

  margin-right: 15px;

  line-height: 1;
}

.product-quantity form {
  cursor: pointer;

  display: inline-block;
}

.product-quantity .select-filter {
  line-height: 0;
}

.select-filter.number {
  font-size: 15px;

  color: #3a3a3a;

  margin-top: -8px;
}

.cart-plus-minus-box {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: 0 none;

  float: left;

  font-size: 20px;

  outline: medium none;

  text-align: center;

  width: 20px;

  margin-right: 5px;
}

.inc.qtybutton {
  float: left;

  color: #8f8f8f;
}

.dec.qtybutton {
  float: none;

  color: #8f8f8f;
}

.product-dtl-tab {
  margin: 48px 0 57px;
}

.product-dtl-tab .nav-tabs {
  border: 0;

  margin-bottom: 20px;
}

.product-dtl-tab .nav-tabs > li {
  color: #fff;

  text-transform: uppercase;

  border-radius: 0;

  background-color: #363636;
}

.product-dtl-tab .nav-tabs > li a {
  color: #fff;

  border-radius: 0;

  border: none;
}

.product-dtl-tab .nav-tabs > li.active > a,
.product-dtl-tab .nav-tabs > li.active > a:focus,
.product-dtl-tab .nav-tabs > li.active > a:hover {
  color: #fff;

  border-radius: 0;

  background-color: #f9b13b;

  border: none;

  border-bottom-color: transparent;
}

.product-dtl-tab .nav-tabs > li > a:hover {
  color: #fff;

  background-color: #f9b13b;

  border-color: transparent;
}

@media (max-width: 767px) {
  .product-gallery-thumb {
    display: inline-block;

    margin: 30px 2px;
  }

  .product-quantity {
    width: 50%;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .product-gallery-thumb {
    width: 100%;
  }
}

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

/*===== Cart Page =====*/

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

.cart-main-block {
  margin: 80px 0 0px;
}

.table {
  border-collapse: collapse;

  width: 100%;
}

.cart-table td,
.cart-table th {
  border: 1px solid #f4f4f4;

  color: #3a3a3a;

  text-align: center;

  padding: 8px;

  width: 10%;
}

.cart-table th {
  background-color: #f9b13b;

  color: #fff;

  border: 1px solid transparent;

  text-align: center;

  padding: 8px;

  width: 10%;
}

.cart-product a {
  color: #3a3a3a;
}

.cart-product a:hover {
  color: #f9b13b;
}

.remove-btn a {
  background-color: #f4f4f4;

  padding: 10px 15px;

  border-radius: 100%;

  color: #3a3a3a;
}

.remove-btn a:hover {
  background-color: #f9b13b;

  color: #fff;
}

.edit-btn a {
  background-color: #f4f4f4;

  padding: 10px 13px;

  border-radius: 100%;

  color: #3a3a3a;
}

.edit-btn a:hover {
  background-color: #f9b13b;

  color: #fff;
}

.cart-btns {
  margin: 30px 0 27px;
}

.cart-form-main-block {
  margin: 0px 0 80px;
}

.discount-form .form-control {
  background-color: transparent;

  color: #3a3a3a;

  border: solid 1px #2f2f2f;

  border-radius: 0;

  width: 100%;

  height: 40px;

  margin-bottom: 20px;
}

.checkout-box .btn-default {
  margin-top: 20px;
}

.checkout-amount {
  text-align: right;

  color: #3a3a3a;
}

.checkout-amount li,
.checkout-details li {
  padding: 0 15px;
}

.total {
  color: #f9b13b;

  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  .checkout-box {
    margin-top: 30px;
  }
}

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

/*===== Locations =====*/

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

.map-banner {
  width: 100%;

  height: 100vh;
}

.gm-style-iw {
  background-color: transparent;
}

.gm-style img {
  max-width: 50%;

  float: left;

  margin-right: 10px;
}

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

/*===== Contact Page =====*/

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

.contact-page-main-block {
  padding: 73px 0 80px;
}

.contact-form .form-control {
  background-color: transparent;

  color: #3a3a3a;

  border: solid 1px #3a3a3a;

  border-radius: 0;

  width: 100%;

  height: 40px;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.contact-form textarea {
  font-size: 14px;

  padding-top: 10px;

  padding-left: 15px;

  color: #3a3a3a;

  width: 100%;

  border: 1px solid #3a3a3a;

  background-color: transparent;

  margin: 7px 0;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.contact-form textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.contact-form .btn-default {
  float: right;
}

.contact-block ul li i {
  width: 50px;

  height: 50px;

  text-align: center;

  font-size: 25px;

  color: #f9b13b;

  line-height: 45px;

  border: solid 2px #dedede;

  margin-right: 15px;

  margin-bottom: 10px;
}

.contact-map {
  height: 400px;
}

.contact-form-block {
  margin-top: 23px;
}

.contact-page-two-block {
  padding: 35px 0 80px;
}

.contact-block-two i {
  font-size: 30px;

  background-color: #f9b13b;

  width: 65px;

  height: 65px;

  text-align: center;

  line-height: 65px;

  margin-bottom: 10px;

  color: #ffffff;

  border-radius: 50%;
}

/* Start Tabs */

.nav-tabs {
  border: 0;

  overflow-x: auto;

  padding: 0;

  text-align: center;

  margin-bottom: 20px;
}

.nav-tabs > li {
  float: none;

  margin: 0;

  display: inline-block;
}

.nav-tabs > li > a {
  margin: 5px 5px 10px 5px;

  border-radius: 5px;

  border: 1px solid #ddd;

  padding: 10px;

  color: #121212;

  width: 150px;
  min-width: 200px;

  display: inline-block;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover {
  color: #fff;

  background-color: #121212;
}

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

/*===== Preloader =====*/

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

.preloader {
  background: #ee7536;

  bottom: 0;

  top: 0;

  left: 0;

  right: 0;

  position: fixed;

  z-index: 9999999;
}

.status {
  background-image: url(../images/logo-white.png);
}

.status,
.status-message {
  text-align: center;

  text-transform: uppercase;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  background-position: center;

  background-repeat: no-repeat;
}

.status-message {
  padding-top: 30%;
}

.imCen {
  width: 100%;

  margin: auto;
}

.imCen img {
  width: 100%;

  height: 400px;

  border-radius: 5px;

  margin: 10px 0;
}

.DropDown {
  position: relative;
}

.DropDown:hover .overBlock {
  transform: translateX(50%) translateY(0px);

  opacity: 1;

  visibility: initial;
}

.overBlock {
  position: absolute;

  width: 140px;

  background-color: #fff;

  border-radius: 2px;

  right: 50%;

  transform: translateX(50%) translateY(10px);

  transition: 0.5s;

  opacity: 0;

  visibility: hidden;

  top: 55px;

  z-index: 1;
}

.overBlock span {
  display: none !important;
}

.overBlock ul {
  position: relative !important;

  left: 0 !important;

  background-color: transparent !important;

  border: 0px !important;

  box-shadow: none !important;

  display: block !important;
}

.overBlock:before {
  content: "";

  width: 0;

  height: 0;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-bottom: 10px solid #f9b13b;

  position: absolute;

  right: 0;

  left: 0;

  margin: auto;

  top: -10px;
}

.overBlock ul li {
  height: auto !important;
}

.overBlock ul li a {
  width: auto !important;

  text-align: center;
}

.mainBody {
  min-height: 400px;
}

.services-dtl-block {
  padding-bottom: 40px;
}

.custom-file-upload {
  width: 100%;

  padding: 0px 15px;

  height: 50px;

  border-radius: 0px;

  margin: 10px 0;

  font-size: 15px;

  transition: 0.5s;

  border: 1px solid #ddd;

  color: #3a3a3a;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.reForm {
  margin: 30px 0;
}

.reForm input {
  border: 1px solid #3a3a3a;

  height: 50px;

  width: 100%;

  outline: none;

  margin: 10px 0;

  padding: 0px 15px;

  color: #3a3a3a;

  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.reForm button {
  margin: 20px 0;

  font-size: 14px;

  text-align: center;

  color: #fff;

  border-radius: 0;

  padding: 10px 15px;

  border: none;

  background: #f9b13b;

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  box-shadow: 0 0 1px rgb(0 0 0 / 0%);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -moz-osx-font-smoothing: grayscale;

  position: relative;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;
}

@media (max-width: 767px) {
  .imCen img {
    height: 320px;
  }

  .overBlock ul {
    background-color: #f9b13b !important;

    transform: translateX(0%) !important;

    right: 0 !important;

    padding: 0 !important;
  }
}

/* nav bar fixed */

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: relative;

  right: 0;

  left: 0;

  z-index: 1030;
}

/* product-category-main-block */

.product-category-main-block {
  padding: 73px 0 73px;
}

.product-grid {
  background: #fff;

  border: 1px solid #e5e5e5;

  border-radius: 22px;

  margin-bottom: 20px;
}

.product-grid .product-image {
  padding: 10px;

  border-radius: 15px;

  overflow: hidden;

  position: relative;
}

.product-grid .product-image a.image {
  display: block;
}

.product-grid .product-image a.image:before {
  content: "";

  background-color: #f9b13b;

  width: 100%;

  height: 50%;

  border-radius: 15px;

  opacity: 1;

  position: absolute;

  left: 0;

  bottom: 0;

  transition: all ease 0.35s;
}

.product-grid:hover .product-image a.image:before {
  height: 100%;
}

.product-grid .product-image img {
  width: 100%;

  height: 230px;

  border-radius: 15px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  transform: scale(0.85);

  transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image img {
  transform: scale(1);
}

.product-grid .product-like-icon {
  color: #f5f5f5;

  font-size: 18px;

  line-height: 18px;

  position: absolute;

  top: 15px;

  right: 15px;

  z-index: 1;

  transition: all 0.3s ease 0s;
}

.product-grid:hover .product-like-icon {
  color: #222;

  top: 20px;

  right: 20px;

  transition-delay: 0.2s;
}

.product-grid .product-like-icon:hover {
  color: #1b33a1;
}

.product-grid .product-content {
  padding: 20px 10px;

  position: relative;
}

.product-grid .rating {
  color: #999;

  font-size: 12px;

  padding: 0;

  margin: 0 0 7px;

  list-style: none;
}

.product-grid .rating li.fas {
  color: #f9b13b;
}

.product-grid .title {
  font-size: 18px;

  font-weight: 700;

  text-transform: capitalize;

  margin: 0 0 12px;
}

.product-grid .title a {
  color: #3a3a3a;

  transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
  color: #ee7536;
  opacity: 0.8;
}

.product-grid .price {
  color: #f9b13b;

  font-size: 18px;

  font-weight: 800;
}

.product-grid .add-to-cart {
  color: #333;

  background: #f9b13b;

  font-size: 14px;

  text-align: center;

  line-height: 40px;

  width: 40px;

  height: 40px;

  border-radius: 16px;

  position: absolute;

  bottom: 10px;

  right: 10px;

  transition: all 0.3s ease 0s;
}

.product-grid .add-to-cart:hover {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .product-grid {
    margin: 0 0 30px;
  }
}

/* end product category */

.services-dtl-img img {
  border-radius: 15px;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  -ms-border-radius: 15px;

  -o-border-radius: 15px;
}

.serviceBox .service-icon a span {
  padding-top: 15px;

  display: block;
}

/* box search */

.box-search {
  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 60px;

  background-color: #fafafa;

  padding: 15px;

  border-radius: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #3a3a3a;

  line-height: 28px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;

  outline: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;

  border: 1px solid #aaa;

  border-radius: 15px;

  height: 45px;

  font-size: 18px;

  font-weight: 600;

  display: grid;

  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;

  position: absolute;

  top: 1px;

  width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;

  padding-left: 15px;

  padding-right: 30px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;
}

/* my style */

.slider-dtl {
  right: 0;

  left: 0;

  margin: auto;

  text-align: center;
}

/* new style */
.time-and-date {
  font-size: 14px;

  margin-bottom: 20px;
}

.time-and-date .time-from-to {
  margin-bottom: 10px;
}

.time-and-date .time-from-to i {
  font-size: 18px;
}
.time-and-date .time-from-to span {
  margin: 0 10px;
}

.date-div {
}
.date-div i {
  font-size: 18px;
}
.date-div span {
  margin: 0 10px;
}

.location {
  margin: 40px 0 80px;
}
.location iframe {
  width: 100%;
  height: 350px;
}

.sponsors-main-block {
  margin-bottom: 80px;
}
.sponsors-main-block .sponsors-slider {
}
.sponsors-main-block .sponsors-slider .sponsors-img {
}
.sponsors-main-block .sponsors-slider .sponsors-img img {
  height: 180px;
  width: 100%;
}
.sponsors-main-block .sponsors-slider .sponsors-img h3 {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #f8f8f8;
}

.participants-main-block {
  margin-bottom: 80px;
}
.participants-main-block .participants-slider {
}
.participants-main-block .participants-slider .participants-img {
}
.participants-main-block .participants-slider .participants-img img {
  height: 150px;
  width: 100%;
}
