#G-276 {
  /* Preloader */
  /* AnimaciÃ³n del preloader */
  /** button **/
  /** scroll-to-top **/
  /*** Search Popup ***/
  /** banner-section **/
  /** search-field **/
  /** about-section **/
  /** overlay-layer-animation **/
  /** feature-section **/
  /** service-section **/
  /** chooseus-section **/
  /** team-section **/
  /** project-section **/
  /** faq-section **/
  /** clients-section **/
  /** testimonial-section **/
  /** pricing-section **/
  /** cta-section **/
  /** funfact-section **/
  /** news-section **/
  /** subscribe-section **/
  /** main-footer **/
  /** footer-bottom **/
  /*** 

  ====================================================================
                          home-page-2
  ====================================================================

  ***/
  /** header-style-two **/
  /** banner-style-two **/
  /** feature-style-two **/
  /** about-style-two **/
  /** service-style-two **/
  /** funfact-style-two **/
  /** chooseus-style-two **/
  /** working-section **/
  /** search-field-two **/
  /** testimonial-style-two **/
  /** cta-style-two **/
  /** banner-style-three **/
  /** feature-style-three **/
  /** about-style-three **/
  /** cta-style-three **/
  /** chooseus-style-three **/
  /** success-section **/
  /** team-style-two **/
  /** testimonial-style-three **/
  /** contact-section **/
  /*** 

  ====================================================================
                          home-page-4
  ====================================================================

  ***/
  /** banner-style-four **/
  /** feature-style-four **/
  /** about-style-four **/
  /** service-style-three **/
  /** working-style-two **/
  /** funfact-style-three **/
  /** testimonial-style-four **/
  /** faq-style-two **/
  /** pricing-style-two **/
  /** project-style-two **/
  /*** 

  ====================================================================
                          home-page-5
  ====================================================================

  ***/
  /** header-style-five **/
  /** header-upper-two **/
  /** banner-style-five **/
  /** shop-section **/
  /** promotion-section **/
  /** deals-section **/
  /** promotion-style-two **/
  /*** 

  ====================================================================
                          home-page-6
  ====================================================================

  ***/
  /** banner-style-six **/
  /** category-section **/
  /** promotion-style-three **/
  /** deals-style-two **/
  /*** 

  ====================================================================
                          About-page
  ====================================================================

  ***/
  /** page-title **/
  /*** 

  ====================================================================
                          Service-page
  ====================================================================

  ***/
  /** service-details **/
  /** team-details **/
  /** personal-info **/
  /** skills-section **/
  /*** 

  ====================================================================
                          Project-page
  ====================================================================

  ***/
  /** project-details **/
  /** testimonial-style-five **/
  /** testimonial-style-six **/
  /** contact-style-two **/
  /** appointment-section **/
  /*** 

  ====================================================================
                          Shop-page
  ====================================================================

  ***/
  /** shop-page-section **/
  /** shop-details **/
  /** cart-section **/
  /** checkout-section **/
  /** check-box **/
  /*** 

  ====================================================================
                          Blog-page
  ====================================================================

  ***/
  /** google-map-section **/
  /** contact-style-three **/
}
#G-276 .large-container {
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}
#G-276 .container-fluid {
  padding: 0px;
}
#G-276 .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
#G-276 .small-container {
  max-width: 680px;
  margin: 0 auto;
}
#G-276 .boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}
#G-276 .handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
#G-276 .preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}
#G-276 .handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
#G-276 .handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}
#G-276 .handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
#G-276 .handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
#G-276 .preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading {
  color: #ffffff;
}
#G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}
#G-276 .handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5);
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  #G-276 .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  #G-276 .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  #G-276 .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}
#G-276 .centred {
  text-align: center;
}
#G-276 .pull-left {
  float: left;
}
#G-276 .pull-right {
  float: right;
}
#G-276 figure {
  margin: 0px;
}
#G-276 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
#G-276 .theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  text-align: center;
  padding: 12px 36px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .theme-btn:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  opacity: 0.1;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .theme-btn.btn-one:before {
  background: #000;
}
#G-276 .theme-btn:hover:before {
  width: 100%;
  left: 0px;
}
#G-276 .pagination {
  position: relative;
  display: block;
}
#G-276 .pagination li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#G-276 .pagination li:last-child {
  margin: 0px !important;
}
#G-276 .pagination li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #141417;
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .pagination li a:hover,
#G-276 .pagination li a.current {
  color: #fff;
}
#G-276 .sec-pad {
  padding: 115px 0px 120px 0px;
}
#G-276 .mr-0 {
  margin: 0px !important;
}
#G-276 .scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}
#G-276 .scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}
#G-276 .scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}
#G-276 .scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
#G-276 .scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}
#G-276 .scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: 0.3;
}
#G-276 .scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}
#G-276 .scroll-to-top .scroll-bar-text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.1);
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#G-276 .sec-title h5 {
  text-transform: uppercase;
}
#G-276 .search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 200px;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
#G-276 .search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
#G-276 .search-popup .popup-inner {
  width: 100%;
  background: #fff;
}
#G-276 .search-popup .upper-box {
  position: relative;
  padding: 70px 70px;
}
#G-276 .search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
#G-276 .search-popup .close-search {
  position: relative;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}
#G-276 .search-popup .close-search:hover {
  color: red;
}
#G-276 .search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}
#G-276 .search-popup .search-form .form-group {
  position: relative;
  margin: 0px;
}
#G-276 .search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #808080;
  font-family: 'Poppins', sans-serif;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .search-popup .search-form fieldset input[type="search"]:focus {
  border-color: #141417;
}
#G-276 .search-popup .form-control:focus {
  box-shadow: none !important;
}
#G-276 .banner-carousel .slide-item {
  padding-bottom: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#G-276 .banner-style-one .banner-carousel .slide-item {
  clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%, 0% 0%);
}
#G-276 .banner-carousel .content-box {
  max-width: 720px;
}
#G-276 .banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.7;
}
#G-276 .banner-carousel .slide-item .image-layer {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
#G-276 .banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
#G-276 .banner-carousel .content-box h2 {
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
#G-276 .banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
#G-276 .banner-carousel .content-box p {
  line-height: 28px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
#G-276 .banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#G-276 .owl-dots-none .owl-dots,
#G-276 .owl-nav-none .owl-nav {
  display: none !important;
}
#G-276 .owl-nav button {
  background: transparent;
}
#G-276 .banner-carousel .owl-nav {
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
#G-276 .banner-carousel .owl-nav button {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .banner-carousel .owl-nav button:hover {
  background: #fff;
}
#G-276 .banner-carousel .owl-nav button.owl-prev {
  left: 70px;
}
#G-276 .banner-carousel .owl-nav button.owl-next {
  right: 70px;
}
#G-276 .banner-section .shape .shape-1 {
  width: 100%;
  height: 30px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
#G-276 .banner-section .shape .shape-2 {
  width: 660px;
  height: 110px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
#G-276 .banner-section .shape .shape-3 {
  width: 715px;
  height: 150px;
  opacity: 0.7;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
#G-276 .search-field {
  position: relative;
}
#G-276 .search-field .outer-container {
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 2;
  margin-top: -130px;
}
#G-276 .search-field .outer-container .search-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 40px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}
#G-276 #ui-datepicker-div.ui-widget-content {
  background: transparent;
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 0px;
}
#G-276 #ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
#G-276 .ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}
#G-276 .ui-state-highlight,
#G-276 .ui-widget-content .ui-state-highlight,
#G-276 .ui-widget-header .ui-state-highlight {
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}
#G-276 .ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
#G-276 .ui-datepicker .ui-datepicker-prev,
#G-276 .ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  background: #fff;
  transition: all 500ms ease;
  cursor: pointer;
}
#G-276 .ui-datepicker .ui-datepicker-next {
  right: 5px;
}
#G-276 .ui-datepicker .ui-datepicker-prev:hover,
#G-276 .ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  border: none;
}
#G-276 .ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
  z-index: 99999999;
  background: #ffffff;
}
#G-276 .ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}
#G-276 .ui-datepicker-calendar .ui-state-default:hover,
#G-276 .ui-datepicker-calendar .ui-state-default:active {
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}
#G-276 .ui-icon {
  position: relative;
  left: 3px;
  top: 3px;
}
#G-276 .search-field .title-text h6 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 20px 6px 20px;
}
#G-276 .search-field .search-area form {
  position: relative;
  display: block;
  margin-left: 5px;
  padding-right: 185px;
}
#G-276 .search-field .search-area .form-group {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 0px;
}
#G-276 .search-field .search-area .form-group input[type='text'],
#G-276 .search-field .search-area .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #141417;
  padding: 10px 20px;
  transition: all 500ms ease;
}
#G-276 .search-field .search-area .form-group .icon {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 1;
  font-size: 16px;
  color: #808080;
}
#G-276 .search-field .search-area .btn-box {
  position: absolute;
  top: 0px;
  right: 0px;
}
#G-276 .search-field .search-area .btn-box .theme-btn {
  padding: 12px 28.5px;
}
#G-276 .about-section {
  position: relative;
}
#G-276 .image_block_one .image-box .image {
  overflow: hidden;
}
#G-276 .image_block_one .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .image_block_one .image-box .image:hover img {
  transform: scale(1.05);
}
#G-276 .image_block_one .image-box .icon {
  top: -20px;
}
#G-276 .float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
#G-276 .float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
#G-276 .image_block_one .image-box .text-box {
  width: 220px;
  padding: 47px 15px 43px 15px;
}
#G-276 .image_block_one .image-box .text-box .light-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#G-276 .image_block_one .image-box .text-box h3 {
  line-height: 34px;
}
#G-276 .image_block_one .image-box .shape-box .shape-1 {
  background-repeat: no-repeat;
}
#G-276 .overlay-anim-black-bg {
  display: inline-block;
  overflow: hidden;
}
#G-276 .overlay-anim-black-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  -o-transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#G-276 .overlay-anim-black-bg:after {
  background: #222;
}
#G-276 .overlay-anim-black-bg.overlay-animation:after {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}
#G-276 .content_block_one .content-box .inner .single-item {
  position: relative;
  display: block;
  padding: 12px 0px 8px 100px;
  min-height: 80px;
}
#G-276 .content_block_one .content-box .inner .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
#G-276 .content_block_one .content-box .inner .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
#G-276 .list-style-one li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  margin-bottom: 11px;
}
#G-276 .list-style-one li:last-child {
  margin-bottom: 0px;
}
#G-276 .list-style-one li:before {
  position: absolute;
  content: "\e90a";
  font-family: 'icomoon';
  font-size: 16px;
  left: 0px;
  top: 0px;
}
#G-276 .content_block_one .content-box .list-style-one {
  margin-bottom: 32px;
}
#G-276 .about-section .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 410px;
  height: 460px;
  background-repeat: no-repeat;
}
#G-276 .feature-section {
  position: relative;
}
#G-276 .feature-block-one .inner-box {
  overflow: hidden;
  background: #515358;
  transition: all 500ms ease;
}
#G-276 .feature-block-one .inner-box:hover {
  background: #f0965e;
}
#G-276 .feature-block-one .inner-box .image-box {
  overflow: hidden;
  max-width: 250px;
  width: 100%;
  float: left;
}
#G-276 .feature-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .feature-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}
#G-276 .feature-block-one .inner-box .content-box {
  width: calc(100% - 250px);
  float: right;
  background: #26282e;
  padding: 73px 40px 67px 50px;
  text-align: left;
  min-height: 351px;
  clip-path: polygon(10% 0, 400% 0%, 10% 132%, 0 75%);
  transition: all 500ms ease;
}
#G-276 .feature-block-one .inner-box .content-box .icon-box {
  margin-bottom: 20px;
  transition: all 500ms ease;
}
#G-276 .feature-block-one .inner-box:hover .content-box .icon-box {
  color: #fff;
}
#G-276 .feature-block-one .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
#G-276 .feature-block-one .inner-box .content-box h3 a {
  display: inline-block;
  color: #fff;
}
#G-276 .feature-block-one .inner-box .content-box h3 a:hover {
  text-decoration: underline;
}
#G-276 .feature-block-one .inner-box .content-box p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 16px;
}
#G-276 .feature-block-one .inner-box .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
#G-276 .feature-block-one .inner-box .content-box .link a i {
  position: relative;
  opacity: 0;
  font-size: 14px;
  top: 1px;
  transition: all 500ms ease;
}
#G-276 .feature-block-one .inner-box .content-box .link a:hover i {
  opacity: 1;
  margin-left: 8px;
}
#G-276 .service-section {
  position: relative;
  padding: 115px 0px 70px 0px;
}
#G-276 .tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
#G-276 .tabs-box .tab.active-tab {
  display: block;
}
#G-276 .tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}
#G-276 .tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}
#G-276 .content_block_two .content-box .text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
#G-276 .image_block_three .image-box {
  padding-bottom: 50px;
}
#G-276 .content_block_two .content-box .text {
  margin-bottom: 32px;
}
#G-276 .content_block_two .content-box .text p {
  margin-bottom: 26px;
}
#G-276 .content_block_two .content-box .text p:last-child {
  margin-bottom: 0px;
}
#G-276 .content_block_two .content-box .single-item {
  padding: 0px 0px 0px 100px;
  margin-bottom: 42px;
}
#G-276 .content_block_two .content-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .content_block_two .content-box .single-item:hover .icon-box {
  color: #fff;
}
#G-276 .content_block_two .content-box .single-item .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .content_block_two .content-box .single-item:hover .icon-box:before {
  transform: scale(1, 1);
}
#G-276 .content_block_two .content-box .single-item h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
#G-276 .content_block_two .content-box .single-item h4 a {
  display: inline-block;
  color: #141417;
}
#G-276 .service-section .tab-btns li {
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 20px;
  line-height: 30px;
  color: #141417;
  font-weight: 600;
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .service-section .tab-btns li.active-btn,
#G-276 .service-section .tab-btns li:hover {
  color: #fff;
}
#G-276 .service-section .tab-btns li:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  transition: all 500ms ease;
}
#G-276 .service-section .tab-btns li.active-btn:before,
#G-276 .service-section .tab-btns li:hover:before {
  opacity: 1;
}
#G-276 .image_block_two .image-box .image {
  overflow: hidden;
}
#G-276 .image_block_two .image-box .image img {
  width: 100%;
}
#G-276 .image_block_two .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
#G-276 .image_block_two .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
#G-276 .image_block_two .image-box .icon-box {
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
#G-276 .image_block_two .image-box .icon-box:before {
  position: absolute;
  content: '';
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: -20px;
  top: -20px;
  border: dashed;
  border-width: 2px;
}
#G-276 .image_block_three .image-box .image {
  overflow: hidden;
}
#G-276 .image_block_three .image-box .image img {
  width: 100%;
}
#G-276 .image_block_three .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
#G-276 .image_block_three .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
#G-276 .image_block_three .image-box .text {
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: calc(100% - 55px);
  padding: 32px 20px 32px 25px;
  z-index: 1;
}
#G-276 .image_block_three .image-box .text:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 100%;
  top: 0px;
  right: -35px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 33%, 50% 75%, 0% 100%, 0% 100%, 0% 80%, 0% 20%);
}
#G-276 .image_block_three .image-box .text h5 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding-left: 35px;
}
#G-276 .image_block_three .image-box .text h5 i {
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 30px;
}
#G-276 .content_block_three .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
}
#G-276 .content_block_three .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
#G-276 .content_block_three .content-box .text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
#G-276 .content_block_three .content-box .text p {
  margin-bottom: 26px;
}
#G-276 .content_block_three .content-box .text p:last-child {
  margin-bottom: 0px;
}
#G-276 .content_block_three .content-box .list-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#G-276 .content_block_three .content-box .list-style-one li {
  font-size: 18px;
  font-weight: 500;
  color: #141417;
}
#G-276 .content_block_three .content-box .list-style-one li:before {
  color: #b8b8b9;
}
#G-276 .content_block_three .content-box .list-style-one {
  position: relative;
}
#G-276 .content_block_three .content-box .list-style-one:before {
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -50px;
}
#G-276 .content_block_three .content-box .list-style-one:last-child:before {
  display: none;
}
#G-276 .content_block_three .content-box .list-style-one:last-child {
  padding-left: 30px;
}
#G-276 .service-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 316px;
  height: 406px;
  background-repeat: no-repeat;
}
#G-276 .service-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 261px;
  height: 188px;
  background-repeat: no-repeat;
}
#G-276 .chooseus-section {
  padding: 115px 0px 110px 0px;
  overflow: hidden;
}
#G-276 .chooseus-section .pattern-layer {
  position: absolute;
  left: -130px;
  top: -150px;
  width: 292px;
  height: 292px;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
#G-276 .chooseus-section .outer-container {
  padding: 0px 120px;
  max-width: 1920px;
  margin: 0 auto;
}
#G-276 .chooseus-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% + 285px);
  height: 100%;
  background: #f2efeb;
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%, 0% 0%);
}
#G-276 .content_block_four .content-box {
  position: relative;
  display: block;
}
#G-276 .content_block_four .content-box .inner-box {
  margin: 0px 10px;
}
#G-276 .content_block_four .content-box .inner-box .single-column {
  padding: 0px 5px;
}
#G-276 .content_block_four .content-box .inner-box .single-item {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px 21px 30px;
  margin-bottom: 10px;
  z-index: 1;
}
#G-276 .content_block_four .content-box .inner-box .single-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .content_block_four .content-box .inner-box .single-item:hover:before {
  height: 100%;
}
#G-276 .content_block_four .content-box .inner-box .single-item .icon-box {
  background: #fdf1e9;
  margin-bottom: 11px;
}
#G-276 .content_block_four .content-box .inner-box .single-item h5 {
  line-height: 28px;
  transition: all 500ms ease;
}
#G-276 .content_block_four .content-box .inner-box .single-item:hover h5 {
  color: #fff;
}
#G-276 .image_block_four .image-box {
  position: relative;
  display: block;
  margin-left: 47px;
}
#G-276 .image_block_four .image-box img {
  width: 100%;
}
#G-276 .image_block_four .image-box .image-1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%, 25% 0%);
}
#G-276 .image_block_four .image-box .video-inner .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#G-276 .image_block_four .image-box .video-inner .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 110px;
  background: #fff;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
}
#G-276 .image_block_four .image-box .video-inner .video-btn a:before,
#G-276 .image_block_four .image-box .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(235, 115, 40, 0.9);
  box-shadow: 0 0 0 0 rgba(235, 115, 40, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#G-276 .image_block_four .image-box .video-inner .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#G-276 .image_block_four .image-box .image-shape .shape-1 {
  position: absolute;
  left: -20px;
  bottom: -80px;
  width: 238px;
  height: 238px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
#G-276 .image_block_four .image-box .image-shape .shape-2 {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
#G-276 .team-section {
  position: relative;
}
#G-276 .team-block-one {
  max-width: 270px;
  margin: 0 auto;
  margin-top: 40px;
}
#G-276 .team-block-one .inner-box {
  position: relative;
  display: block;
}
#G-276 .team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  padding-bottom: 70px;
}
#G-276 .team-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .team-block-one .inner-box .image-box .image:before {
  position: absolute;
  content: '';
  background: #000;
  width: calc(100% - 14px);
  height: 100%;
  left: 7px;
  top: 7px;
  transform: scale(0, 0);
  opacity: 0.4;
  z-index: 1;
  border-radius: 50%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 0% 96%, 0% 0%);
  transition: all 500ms ease;
}
#G-276 .team-block-one .inner-box:hover .image-box .image:before {
  transform: scale(1, 1);
}
#G-276 .team-block-one .inner-box .image-box .image img {
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}
#G-276 .team-block-one .inner-box .image-box .shape {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 270px;
  height: 255px;
  background-repeat: no-repeat;
  z-index: 1;
}
#G-276 .team-block-one .inner-box .image-box .bar-box .bar {
  position: absolute;
}
#G-276 .team-block-one .inner-box .image-box .bar-box .bar-1 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 74px;
  height: 26px;
  border-radius: 0% 0% 50% 50%;
}
#G-276 .team-block-one .inner-box .image-box .bar-box .bar-2 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  width: 92px;
  height: 12px;
  border-radius: 10px;
}
#G-276 .team-block-one .inner-box .image-box .bar-box .bar-3 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 51px;
  width: 110px;
  height: 12px;
  border-radius: 10px;
}
#G-276 .team-block-one .inner-box .image-box .social-links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: all 500ms ease;
  z-index: 2;
}
#G-276 .team-block-one .inner-box:hover .image-box .social-links {
  transform: translate(-50%, -50%) scale(1, 1);
}
#G-276 .team-block-one .inner-box .image-box .social-links li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0px 10px;
}
#G-276 .team-block-one .inner-box .image-box .social-links li a {
  display: inline-block;
  color: #fff;
}
#G-276 .team-block-one .inner-box .lower-content h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 7px;
}
#G-276 .team-block-one .inner-box .lower-content {
  padding-top: 25px;
}
#G-276 .team-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 17px;
}
#G-276 .team-section .owl-dots {
  position: relative;
  display: block;
  margin-top: 41px;
}
#G-276 .team-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .project-section {
  position: relative;
}
#G-276 .project-block-one .inner-box {
  position: relative;
  display: block;
}
#G-276 .project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
#G-276 .project-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
  transform: scale(0, 0);
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .project-block-one .inner-box:hover .image-box:before {
  transform: scale(1, 1);
}
#G-276 .project-block-one .inner-box .image-box img {
  width: 100%;
  opacity: 0.8;
  transition: all 500ms ease;
}
#G-276 .project-block-one .inner-box:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.05);
}
#G-276 .project-block-one .inner-box .view-btn {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#G-276 .project-block-one .inner-box .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  transform: scale(0, 0);
}
#G-276 .project-block-one .inner-box:hover .view-btn a {
  transform: scale(1, 1);
}
#G-276 .project-block-one .inner-box .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 60px;
  padding-right: 50px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}
#G-276 .project-block-one .inner-box:hover .text {
  bottom: 60px;
  opacity: 1;
}
#G-276 .project-block-one .inner-box .text h4 {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
#G-276 .project-block-one .inner-box .text h4 a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  background: #26282e;
  padding: 16px 32px;
}
#G-276 .project-block-one .inner-box .text h4 a:hover {
  text-decoration: underline;
}
#G-276 .project-block-one .inner-box .text span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  background: #26282e;
  padding: 7px 30px;
}
#G-276 .faq-section {
  padding-top: 115px;
}
#G-276 .image_block_five .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  padding-right: 90px;
  padding-bottom: 75px;
}
#G-276 .image_block_five .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%, 0% 0%);
}
#G-276 .image_block_five .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
#G-276 .image_block_five .image-box .image-1:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
#G-276 .image_block_five .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
#G-276 .image_block_five .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .image_block_five .image-box .image-2:hover img {
  transform: scale(1.05);
}
#G-276 .image_block_five .image-box .shape {
  position: absolute;
  top: 250px;
  right: 55px;
  width: 346px;
  height: 328px;
  background-repeat: no-repeat;
}
#G-276 .content_block_five .content-box .sec-title p {
  line-height: 26px;
  color: #141417;
}
#G-276 .accordion-box .block {
  position: relative;
  display: block;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
#G-276 .accordion-box .block:last-child {
  margin-bottom: 0px;
}
#G-276 .accordion-box .block .acc-btn {
  position: relative;
  display: block;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 17px 50px 17px 30px;
  transition: all 500ms ease;
}
#G-276 .accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 22px;
  color: #141417;
  transition: all 500ms ease;
}
#G-276 .accordion-box .block .acc-btn.active .icon-outer {
  transform: rotate(180deg);
  color: #fff;
}
#G-276 .accordion-box .block .acc-btn h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  transition: all 500ms ease;
}
#G-276 .accordion-box .block .acc-btn.active h5 {
  color: #fff;
}
#G-276 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 25px 30px 0px 30px;
}
#G-276 .accordion-box .block .acc-content p {
  color: #141417;
}
#G-276 .accordion-box .block .acc-content.current {
  display: block;
}
#G-276 .clients-section {
  padding: 120px 0px 115px 0px;
}
#G-276 .clients-section .clients-logo img {
  position: relative;
  display: block;
  max-width: auto;
  width: auto;
  margin: 0 auto;
  transition: all 500ms ease;
}
#G-276 .clients-section .clients-logo img:hover {
  transform: scale(1.03);
}
#G-276 .testimonial-section {
  padding: 120px 0px;
  overflow: hidden;
}
#G-276 .testimonial-section:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}
#G-276 .parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
#G-276 .testimonial-section .bg-layer-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 705px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%, 10% 0%);
}
#G-276 .sec-title.light h2 {
  color: #fff;
}
#G-276 .testimonial-block-one .inner-box {
  background: #fff;
  padding: 50px 40px 60px 60px;
}
#G-276 .testimonial-block-one .inner-box .icon-box {
  margin-bottom: 13px;
}
#G-276 .testimonial-block-one .inner-box p {
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #141417;
  margin-bottom: 24px;
}
#G-276 .testimonial-block-one .inner-box .author-box {
  padding: 9px 0px 7px 90px;
}
#G-276 .testimonial-block-one .inner-box .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
#G-276 .testimonial-block-one .inner-box .author-box h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 2px;
}
#G-276 .testimonial-block-one .inner-box .light-icon {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}
#G-276 .testimonial-section .nav-style-one .owl-nav {
  position: absolute;
  left: -630px;
  bottom: 64px;
}
#G-276 .nav-style-one .owl-nav button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background: #fff;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .nav-style-one .owl-nav button:hover {
  color: #fff;
}
#G-276 .testimonial-section .nav-style-one .owl-nav .owl-prev {
  margin-right: 15px;
}
#G-276 .pricing-section {
  overflow: hidden;
}
#G-276 .pricing-block-one .pricing-table {
  padding: 0px 30px 30px 30px;
}
#G-276 .pricing-block-one .pricing-table:before {
  position: absolute;
  content: '';
  border: 1px solid #e4e4e4;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}
#G-276 .pricing-block-one .pricing-table:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .pricing-block-one .pricing-table:hover:after {
  height: 50%;
}
#G-276 .pricing-block-one .inner-box {
  background: #fff;
  padding: 0px 20px 50px 20px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .pricing-block-one .inner-box .table-header .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 33px;
  margin-top: -55px;
}
#G-276 .pricing-block-one .inner-box .table-header h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 14px;
}
#G-276 .pricing-block-one .inner-box .table-header {
  margin-bottom: 35px;
}
#G-276 .pricing-block-one .inner-box .feature-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #141417;
}
#G-276 .pricing-block-one .inner-box .feature-list li:last-child {
  margin-bottom: 10px;
}
#G-276 .pricing-block-one .inner-box .table-content {
  margin-bottom: 45px;
}
#G-276 .pricing-block-one .inner-box .feature-list li span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
#G-276 .pricing-block-one .inner-box .feature-list li span:before {
  position: absolute;
  content: "\e90a";
  font-family: 'icomoon';
  font-size: 16px;
  left: 0px;
  top: 0px;
}
#G-276 .pricing-block-one .inner-box .table-footer a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #141417;
  text-align: center;
  padding: 17px 30px 15px 30px;
  border: 1px solid #e7e7e7;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -webkit-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
}
#G-276 .pricing-block-one .inner-box .table-footer a:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .pricing-block-one .inner-box .table-footer a:hover:before {
  width: 100%;
}
#G-276 .pricing-block-one .inner-box .table-footer a:hover {
  color: #fff;
}
#G-276 .pricing-block-one .inner-box .table-footer a span {
  position: relative;
  transition: all 500ms ease;
}
#G-276 .pricing-block-one .inner-box .table-footer a:hover span {
  padding-right: 20px;
}
#G-276 .pricing-block-one .inner-box .table-footer a span:before {
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 14px;
  top: -2px;
  right: 0px;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  transition: all 500ms ease;
}
#G-276 .pricing-block-one .inner-box .table-footer a:hover span:before {
  opacity: 1;
}
#G-276 .pricing-block-one .inner-box .light-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#G-276 .pricing-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 70px;
  top: -30px;
  width: 281px;
  height: 271px;
  background-repeat: no-repeat;
}
#G-276 .float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
#G-276 .float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
#G-276 .pricing-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 65px;
  bottom: 0px;
  width: 231px;
  height: 454px;
  background-repeat: no-repeat;
}
#G-276 .bg-color-1 {
  background: #f2efeb;
}
#G-276 .cta-section {
  overflow: hidden;
}
#G-276 .content_block_six .content-box {
  background: #fff;
  padding: 45px 50px 50px 50px;
}
#G-276 .content_block_six .content-box .text {
  margin-bottom: 22px;
}
#G-276 .content_block_six .content-box .text p {
  color: #141417;
}
#G-276 .content_block_six .content-box .support-box {
  padding: 4px 0px 5px 90px;
}
#G-276 .content_block_six .content-box .support-box .icon-box {
  color: #fff;
  text-align: center;
}
#G-276 .content_block_six .content-box .support-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #666668;
  font-weight: 500;
  margin-bottom: 1px;
}
#G-276 .content_block_six .content-box .support-box h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}
#G-276 .content_block_six .content-box .support-box h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .cta-section .image-layer {
  position: absolute;
  top: 0px;
  right: 20%;
}
#G-276 .cta-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 318px;
  height: 333px;
  background-repeat: no-repeat;
}
#G-276 .cta-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  bottom: 170px;
  width: 218px;
  height: 326px;
  background-repeat: no-repeat;
}
#G-276 .cta-section .pattern-layer .pattern-3 {
  position: absolute;
  top: 70px;
  right: 400px;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
#G-276 .cta-section .pattern-layer .pattern-4 {
  position: absolute;
  bottom: 170px;
  right: 35%;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
#G-276 .bg-color-2 {
  background: #26282e;
}
#G-276 .funfact-section {
  padding: 70px 0px 64px 0px;
}
#G-276 .funfact-section .inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#G-276 .counter-block-one .inner-box {
  position: relative;
  display: block;
}
#G-276 .counter-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  width: 2px;
  height: 100px;
  top: 30px;
  right: -120px;
}
#G-276 .counter-block-one:last-child .inner-box:before {
  display: none;
}
#G-276 .counter-block-one .inner-box .icon-box {
  margin-bottom: 15px;
}
#G-276 .counter-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
#G-276 .counter-block-one .inner-box p {
  color: #ffffff;
}
#G-276 .news-block-one .inner-box {
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}
#G-276 .news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
#G-276 .news-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  background: #fbe3d4;
  width: 100%;
  height: 20px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}
#G-276 .news-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .news-block-one .inner-box:hover .image-box img {
  opacity: 0.7;
  transform: scale(1.05);
}
#G-276 .news-block-one .inner-box .lower-content {
  padding: 29px 30px 27px 30px;
}
#G-276 .news-block-one .inner-box .lower-content h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
#G-276 .news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #808080;
  margin-right: 20px;
  padding-left: 25px;
}
#G-276 .news-block-one .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #808080;
}
#G-276 .news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}
#G-276 .news-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 18px;
}
#G-276 .news-block-one .inner-box .lower-content .post-info {
  margin-bottom: 18px;
}
#G-276 .news-block-one .inner-box .lower-content p {
  margin-bottom: 16px;
}
#G-276 .news-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #141417;
  font-weight: 600;
  text-transform: uppercase;
}
#G-276 .news-block-one .inner-box .lower-content .link a i {
  position: relative;
  opacity: 0;
  font-size: 14px;
  top: 1px;
  transition: all 500ms ease;
}
#G-276 .news-block-one .inner-box .lower-content .link a:hover i {
  opacity: 1;
  margin-left: 8px;
}
#G-276 .subscribe-section .inner-container {
  position: relative;
  display: block;
  padding: 35px 50px;
  margin-bottom: -65px;
  z-index: 1;
}
#G-276 .subscribe-section .inner-container .text h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}
#G-276 .subscribe-section .inner-container .text {
  margin-right: 70px;
}
#G-276 .subscribe-section .inner-container .form-inner {
  margin-left: -50px;
}
#G-276 .subscribe-section .inner-container .form-inner .form-group {
  position: relative;
  margin-bottom: 0px;
  padding-right: 220px;
}
#G-276 .subscribe-section .inner-container .form-inner .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #808080;
  padding: 10px 20px;
  background: #fff;
  transition: all 500ms ease;
}
#G-276 .subscribe-section .inner-container .form-inner .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #26282e;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .subscribe-section .inner-container .form-inner .form-group button:hover {
  background: #fff;
  color: #26282e;
}
#G-276 .subscribe-section .inner-container .form-inner .form-group button i {
  position: relative;
  margin-left: 5px;
  top: 1px;
  font-size: 14px;
}
#G-276 .main-footer {
  overflow: hidden;
}
#G-276 .main-footer .icon-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#G-276 .main-footer .footer-widget .footer-logo {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
#G-276 .main-footer .footer-top {
  padding: 150px 0px 67px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#G-276 .main-footer p,
#G-276 .main-footer a,
#G-276 .main-footer li {
  color: rgba(255, 255, 255, 0.6);
}
#G-276 .main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 27px;
}
#G-276 .main-footer .widget-title h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
#G-276 .main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
#G-276 .main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}
#G-276 .main-footer .links-widget .links-list li a {
  display: inline-block;
}
#G-276 .main-footer .contact-widget .info-list li {
  margin-bottom: 19px;
}
#G-276 .main-footer .contact-widget .info-list li:last-child {
  margin-bottom: 0px;
}
#G-276 .footer-bottom {
  padding: 32px 0px;
}
#G-276 .footer-bottom .bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#G-276 .footer-bottom .bottom-inner .footer-nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 35px;
}
#G-276 .footer-bottom .bottom-inner .footer-nav li:last-child {
  margin: 0px !important;
}
#G-276 .footer-bottom .bottom-inner .footer-nav li:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 14px;
  top: 5px;
  right: -18px;
}
#G-276 .footer-bottom .bottom-inner .footer-nav li:last-child:before {
  display: none;
}
#G-276 .header-style-two {
  position: relative;
}
#G-276 .header-style-two .header-top {
  padding: 14.5px 0px;
}
#G-276 .header-top .text p {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-left: 31px;
}
#G-276 .header-top .text p i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 26px;
  font-weight: 400;
}
#G-276 .header-upper {
  position: relative;
  display: block;
  background: #faf8f5;
}
#G-276 .header-upper .upper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#G-276 .header-upper .upper-inner .logo-box {
  float: none;
  padding: 0px;
  margin: 0px;
}
#G-276 .header-upper .upper-inner .logo-box .logo {
  position: relative;
  display: block;
  padding: 27px 44px 33px 40px;
  max-width: 100%;
}
#G-276 .header-upper .upper-inner .logo-box .logo:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 100%;
  top: 0px;
  right: -30px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 30%, 50% 75%, 7% 100%, 0% 100%, 0% 80%, 0% 20%);
}
#G-276 .header-upper .upper-inner .info-list {
  position: relative;
  display: flex;
  align-items: center;
}
#G-276 .header-upper .upper-inner .info-list li {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-right: 50px;
}
#G-276 .header-upper .upper-inner .info-list li:last-child {
  margin: 0px !important;
}
#G-276 .header-upper .upper-inner .info-list li .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 45px;
  line-height: 50px;
}
#G-276 .header-upper .upper-inner .info-list li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0px;
}
#G-276 .header-upper .upper-inner .info-list li p {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #141417;
}
#G-276 .header-upper .upper-inner .info-list li p a {
  display: inline-block;
  color: #141417;
}
#G-276 .header-style-two .outer-box {
  padding: 0px;
}
#G-276 .header-style-two .main-menu .navigation > li > a {
  font-weight: 600;
  padding: 15px 0px;
}
#G-276 .header-style-two .outer-box .theme-btn {
  padding: 17px 36px;
}
#G-276 .banner-style-two {
  position: relative;
}
#G-276 .banner-style-two .shape .shape-4 {
  width: 100%;
  height: 240px;
  background: #f3f0ec;
  clip-path: polygon(75% 75%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 27% 50%);
}
#G-276 .banner-style-two .shape .shape-5 {
  width: 100%;
  height: 240px;
  clip-path: polygon(74% 65%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 90%, 27% 50%);
}
#G-276 .banner-carousel .content-box .btn-box {
  line-height: 28px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
#G-276 .banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
#G-276 .banner-style-two .content-box p {
  margin-bottom: 32px;
}
#G-276 .banner-carousel .content-box .btn-box .theme-btn {
  padding: 17px 36px;
}
#G-276 .banner-style-two .banner-carousel .slide-item {
  padding-bottom: 360px;
}
#G-276 .banner-style-two .banner-carousel .owl-nav {
  top: 33%;
}
#G-276 .feature-style-two {
  background: #f3f0ec;
  padding-bottom: 114px;
}
#G-276 .feature-style-two .inner-container {
  position: relative;
  margin-top: -237px;
  z-index: 2;
}
#G-276 .feature-block-two .inner-box {
  position: relative;
  display: block;
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 30px 63px 30px;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}
#G-276 .feature-block-two .inner-box .icon-box {
  background: #fdf1e9;
  margin-bottom: 25px;
}
#G-276 .feature-block-two .inner-box .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .feature-block-two .inner-box:hover .icon-box:before {
  transform: scale(1, 1);
}
#G-276 .feature-block-two .inner-box:hover .icon-box {
  color: #fff;
}
#G-276 .feature-block-two .inner-box h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
#G-276 .feature-block-two .inner-box h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .feature-block-two .inner-box p {
  color: #141417;
}
#G-276 .feature-block-two .inner-box .shape-1 {
  position: absolute;
  top: 0px;
  right: -40px;
  width: 40px;
  height: 100%;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 20%, 90% 80%, 7% 100%, 0% 100%, 0% 80%, 0% 0%);
}
#G-276 .feature-block-two .inner-box .shape-2 {
  position: absolute;
  top: 0px;
  left: -40px;
  width: 41px;
  height: 100%;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 20%, 90% 80%, 7% 100%, 0% 100%, 0% 80%, 0% 0%);
  transform: rotate(180deg);
}
#G-276 .feature-block-two .inner-box:before {
  position: absolute;
  content: '';
  width: calc(100% - 90px);
  left: 26px;
  bottom: 0px;
  height: 7px;
}
#G-276 .about-style-two {
  background: #f3f0ec;
}
#G-276 .content_block_seven .content-box {
  position: relative;
  display: block;
}
#G-276 .content_block_seven .content-box .bold-text {
  color: #141417;
}
#G-276 .content_block_seven .content-box .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
#G-276 .content_block_seven .content-box .inner-box .left-content h4 {
  margin-bottom: 17px;
}
#G-276 .content_block_seven .content-box .inner-box .list-style-one {
  margin-bottom: 44px;
}
#G-276 .content_block_seven .content-box .inner-box .theme-btn {
  padding: 17px 32px;
}
#G-276 .content_block_seven .content-box .inner-box .single-item {
  position: relative;
  display: block;
  padding: 12px 0px 8px 100px;
  margin-bottom: 40px;
  min-height: 80px;
}
#G-276 .content_block_seven .content-box .inner-box .single-item:last-child {
  margin-bottom: 0px;
}
#G-276 .content_block_seven .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
}
#G-276 .content_block_eight .content-box {
  position: relative;
  display: block;
}
#G-276 .content_block_eight .content-box .image-box {
  position: relative;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%, 0% 0%);
}
#G-276 .content_block_eight .content-box .image-box img {
  width: 100%;
}
#G-276 .content_block_eight .content-box .image-box:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}
#G-276 .content_block_eight .content-box .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 290px;
  background: #fff;
  padding: 33px 15px 35px 15px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .content_block_eight .content-box .text .icon-box {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 10px;
}
#G-276 .content_block_eight .content-box .text h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
#G-276 .content_block_eight .content-box .text h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .content_block_eight .content-box .video-btn {
  position: absolute;
  left: 230px;
  bottom: 140px;
}
#G-276 .content_block_eight .content-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  line-height: 112px;
  background: #fff;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
}
#G-276 .content_block_eight .content-box .video-btn a:before,
#G-276 .content_block_eight .content-box .video-btn a:after {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(235, 115, 40, 0.9);
  box-shadow: 0 0 0 0 rgba(235, 115, 40, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#G-276 .content_block_eight .content-box .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#G-276 .service-style-two {
  position: relative;
}
#G-276 .service-block-one {
  max-width: 370px;
  margin: 0 auto;
}
#G-276 .service-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
}
#G-276 .service-block-one .inner-box .image-box {
  overflow: hidden;
  background: #000000;
}
#G-276 .service-block-one .inner-box .image-box .shape-1 {
  width: 100%;
  height: 65px;
  background: #fbe3d4;
  clip-path: polygon(67% 57%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 75%, 26% 52%);
  z-index: 1;
}
#G-276 .service-block-one .inner-box .image-box .shape-2 {
  width: 100%;
  height: 65px;
  background: #fff;
  clip-path: polygon(75% 75%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 27% 50%);
  z-index: 1;
}
#G-276 .service-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .service-block-one .inner-box:hover .image-box img {
  opacity: 0.7;
  transform: scale(1.05);
}
#G-276 .service-block-one .inner-box .lower-content {
  padding: 11px 30px 36px 40px;
  z-index: 2;
}
#G-276 .service-block-one .inner-box .lower-content .icon-box {
  top: -75px;
  color: #fff;
}
#G-276 .service-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
#G-276 .service-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .service-block-one .inner-box .lower-content p {
  margin-bottom: 17px;
}
#G-276 .service-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #141417;
}
#G-276 .service-block-one .inner-box .lower-content .link a i {
  position: relative;
  top: 1px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  transition: all 500ms ease;
}
#G-276 .service-block-one .inner-box .lower-content .link a:hover i {
  margin-left: 5px;
  opacity: 1;
}
#G-276 .service-style-two .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#G-276 .service-style-two .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
#G-276 .service-style-two .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
#G-276 .service-style-two .owl-dots {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
#G-276 .service-style-two .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .funfact-style-two {
  position: relative;
  padding: 23px 0px;
}
#G-276 .funfact-style-two .inner-container {
  position: relative;
  margin: 0px 15px;
  margin-bottom: -130px;
  z-index: 1;
}
#G-276 .funfact-style-two .counter-block {
  padding: 0px;
}
#G-276 .counter-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 53px 30px;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.12);
}
#G-276 .counter-block-two .inner-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 23px;
  left: 0px;
  top: -23px;
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
#G-276 .counter-block-two .inner-box:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 23px;
  left: 0px;
  bottom: -23px;
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
  transform: rotate(180deg);
}
#G-276 .counter-block:nth-child(3) .counter-block-two .inner-box {
  background: #26282e;
}
#G-276 .counter-block:nth-child(3) .counter-block-two .inner-box:before {
  background: #26282e;
}
#G-276 .counter-block:nth-child(2) .counter-block-two .inner-box:before,
#G-276 .counter-block:last-child .counter-block-two .inner-box:before {
  transform: rotateY(180deg);
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
#G-276 .counter-block:nth-child(2) .counter-block-two .inner-box:after,
#G-276 .counter-block:last-child .counter-block-two .inner-box:after {
  transform: rotateX(180deg);
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
#G-276 .counter-block:nth-child(3) .counter-block-two .inner-box:after {
  background: #26282e;
}
#G-276 .counter-block:first-child .counter-block-two .inner-box .count-outer,
#G-276 .counter-block:first-child .counter-block-two .inner-box p,
#G-276 .counter-block:nth-child(3) .counter-block-two .inner-box .count-outer,
#G-276 .counter-block:nth-child(3) .counter-block-two .inner-box p {
  color: #fff;
}
#G-276 .counter-block:first-child .counter-block-two .inner-box .icon-box,
#G-276 .counter-block:nth-child(3) .counter-block-two .inner-box .icon-box {
  color: rgba(255, 255, 255, 0.1);
}
#G-276 .counter-block-two .inner-box .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  color: #fbe3d4;
}
#G-276 .counter-block-two .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #141417;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#G-276 .counter-block-two .inner-box p {
  font-size: 16px;
  font-weight: 500;
  color: #141417;
}
#G-276 .chooseus-style-two {
  background: #f2efeb;
  padding: 200px 0px 120px 0px;
  margin-top: 60px;
}
#G-276 .chooseus-style-two .content-box {
  background: #fff;
  padding: 64px 50px 32px 70px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .chooseus-style-two .content-box .inner-box .single-item {
  position: relative;
  display: block;
  padding: 0px 0px 0px 100px;
  margin-bottom: 42px;
}
#G-276 .chooseus-style-two .content-box .inner-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 1px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .chooseus-style-two .content-box .inner-box .single-item:hover .icon-box {
  color: #fff;
}
#G-276 .chooseus-style-two .content-box .inner-box .single-item .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .chooseus-style-two .content-box .inner-box .single-item:hover .icon-box:before {
  transform: scale(1, 1);
}
#G-276 .chooseus-style-two .content-box .inner-box .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
#G-276 .chooseus-style-two .image-layer {
  position: absolute;
  right: 15px;
  bottom: 0px;
}
#G-276 .chooseus-style-two .shape .shape-1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 515px;
  height: 330px;
}
#G-276 .chooseus-style-two .shape .shape-2 {
  position: absolute;
  left: 0px;
  top: -60px;
  width: 100%;
  height: 60px;
  background: #f2efeb;
  clip-path: polygon(75% 75%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 15% 15%);
}
#G-276 .chooseus-style-two .shape .shape-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .working-section .tabs-box {
  position: relative;
  margin-right: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
}
#G-276 .working-section .tabs-box .tab-btn-box {
  position: absolute;
  top: 0px;
  left: 540px;
  height: 100%;
}
#G-276 .working-section .tabs-content {
  position: relative;
  z-index: -1;
}
#G-276 .working-section .tabs-content .inner-box {
  position: relative;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  overflow: hidden;
}
#G-276 .working-section .tabs-content .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 50%;
}
#G-276 .working-section .tabs-content .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
}
#G-276 .working-section .tabs-content .inner-box .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 21px 15px 48px 15px;
}
#G-276 .working-section .tabs-content .inner-box .text:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 25px;
  left: 0px;
  top: -25px;
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
#G-276 .working-section .tabs-content .inner-box .text h2 {
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
#G-276 .working-section .tabs-content .inner-box .text h3 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
}
#G-276 .working-section .tabs-box .tab-btns li {
  position: absolute;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 50px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
#G-276 .working-section .tabs-box .tab-btns li:hover,
#G-276 .working-section .tabs-box .tab-btns li.active-btn {
  color: #fff;
}
#G-276 .working-section .tabs-box .tab-btns li:first-child {
  top: 0px;
  right: 55px;
}
#G-276 .working-section .tabs-box .tab-btns li:nth-child(2) {
  top: 50%;
  margin-top: -50px;
  right: 0px;
}
#G-276 .working-section .tabs-box .tab-btns li:last-child {
  right: 55px;
  bottom: 0px;
}
#G-276 .working-section .tabs-box .tab-btns li:before {
  position: absolute;
  content: '';
  background: #ded6cc;
  width: 300px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .working-section .tabs-box .tab-btns li:first-child:before {
  transform: translateY(-50%) rotate(-20deg);
  top: 100%;
}
#G-276 .working-section .tabs-box .tab-btns li:last-child:before {
  transform: translateY(-50%) rotate(20deg);
  top: 0%;
}
#G-276 .working-section .content-box {
  position: relative;
  display: block;
}
#G-276 .working-section .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 27px;
}
#G-276 .working-section .content-box p {
  position: relative;
  display: block;
  margin-bottom: 26px;
}
#G-276 .working-section .content-box .theme-btn {
  padding: 17px 40px;
}
#G-276 .working-section .shape .shape-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1186px;
  height: 663px;
  background-repeat: no-repeat;
  z-index: -1;
}
#G-276 .working-section .shape .shape-2 {
  position: absolute;
  right: 0px;
  bottom: 55px;
  width: 335px;
  height: 406px;
  background-repeat: no-repeat;
  z-index: -1;
}
#G-276 .search-field-two {
  background: #26282e;
  padding: 113px 0px 190px 0px;
}
#G-276 .search-field-two .title-text {
  margin-bottom: 27px;
}
#G-276 .search-field-two .title-text h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}
#G-276 .search-field-two .search-area form {
  position: relative;
  display: block;
  margin-left: 5px;
  padding-right: 205px;
}
#G-276 .search-field-two .search-area .form-group {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 0px;
}
#G-276 .search-field-two .search-area .form-group input[type='text'],
#G-276 .search-field-two .search-area .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #54565a;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  transition: all 500ms ease;
}
#G-276 .search-field-two .search-area .form-group .icon {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
  font-size: 14px;
  color: #fff;
}
#G-276 .search-field-two .search-area .form-group input:focus {
  background: #fff;
  color: #141417;
}
#G-276 .search-field-two .search-area .btn-box {
  position: absolute;
  top: 0px;
  right: 0px;
}
#G-276 .search-field-two .search-area .btn-box .theme-btn {
  padding: 17px 36.5px;
}
#G-276 .search-field-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#G-276 .faq-section .bg-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: calc(50% - 30px);
  height: calc(100% + 70px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#G-276 .testimonial-style-two {
  padding-bottom: 110px;
}
#G-276 .testimonial-style-two .testimonial-block-one .inner-box {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .testimonial-style-two .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#G-276 .testimonial-style-two .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
#G-276 .testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
#G-276 .testimonial-style-two .owl-dots {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
#G-276 .testimonial-style-two .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .cta-style-two {
  background: #26282e;
  padding: 60px 0px;
  overflow: hidden;
}
#G-276 .cta-style-two .content-box {
  display: block;
}
#G-276 .cta-style-two .image-box {
  position: relative;
  display: block;
  margin-left: -105px;
}
#G-276 .cta-style-two .image-box img {
  width: 100%;
}
#G-276 .cta-style-two .content-box .text {
  margin-bottom: 22px;
}
#G-276 .cta-style-two .content-box .text p {
  color: #fff;
}
#G-276 .cta-style-two .content-box .support-box {
  position: relative;
  display: block;
  padding: 4px 0px 5px 90px;
}
#G-276 .cta-style-two .content-box .support-box .icon-box {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}
#G-276 .cta-style-two .content-box .support-box p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #c6c6c7;
  margin-bottom: 1px;
}
#G-276 .cta-style-two .content-box .support-box h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
}
#G-276 .cta-style-two .content-box .support-box h3 a {
  display: inline-block;
  color: #fff;
}
#G-276 .cta-style-two .image-box .shape .shape-1 {
  position: absolute;
  right: 40px;
  bottom: 5px;
  width: 170px;
  height: 178px;
  background-repeat: no-repeat;
}
#G-276 .cta-style-two .image-box .shape .shape-2 {
  position: absolute;
  right: 75px;
  bottom: -155px;
  width: 327px;
  height: 327px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
#G-276 .cta-style-two .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 617px;
  height: 535px;
  background-repeat: no-repeat;
}
#G-276 .cta-style-two .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1514px;
  background-repeat: no-repeat;
}
#G-276 .cta-style-two .pattern-layer .pattern-3 {
  position: absolute;
  left: 280px;
  top: 60px;
  width: 255px;
  height: 254px;
  background-repeat: no-repeat;
}
#G-276 .banner-style-three .banner-carousel .slide-item {
  padding: 375px 0px 165px 0px;
}
#G-276 .banner-style-three .banner-carousel .slide-item .image-layer {
  left: inherit;
  right: 0px;
  width: 60%;
}
#G-276 .banner-style-three .banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  background: #f5f0ed;
  width: calc(50% + 50px);
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 95% 20%, 95% 80%, 85% 100%, 0% 100%, 0% 80%, 0% 0%);
}
#G-276 .banner-style-three .banner-carousel .slide-item:after {
  position: absolute;
  content: '';
  background: #f19d69;
  width: calc(50% + 80px);
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 92% 15%, 95% 80%, 82% 101%, 0% 100%, 0% 80%, 0% 0%);
}
#G-276 .banner-style-three .banner-carousel .content-box {
  max-width: 500px;
}
#G-276 .banner-style-three .banner-carousel .content-box h2,
#G-276 .banner-style-three .banner-carousel .content-box p {
  color: #141417;
}
#G-276 .banner-style-three .banner-carousel .content-box p {
  margin-bottom: 32px;
}
#G-276 .banner-style-three .banner-carousel .content-box h2 {
  margin-bottom: 23px;
}
#G-276 .banner-style-three .banner-carousel .owl-nav button {
  background: #fff;
}
#G-276 .banner-style-three .banner-carousel .owl-nav button:hover {
  color: #fff;
}
#G-276 .banner-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
}
#G-276 .feature-style-three {
  background: #2d2f32;
  padding: 50px 0px 45px 0px;
}
#G-276 .feature-style-three .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#G-276 .feature-style-three .feature-block-three {
  max-width: 310px;
}
#G-276 .feature-block-three .inner-box {
  position: relative;
  display: block;
  padding: 10px 0px 0px 110px;
}
#G-276 .feature-block-three .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 45px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
#G-276 .feature-block-three .inner-box .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .feature-block-three .inner-box:hover .icon-box:before {
  transform: scale(1, 1);
}
#G-276 .feature-block-three .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 17px;
}
#G-276 .feature-block-three .inner-box h3 a {
  display: inline-block;
  color: #fff;
}
#G-276 .feature-block-three .inner-box p {
  color: #bdbec1;
}
#G-276 .feature-block-three .inner-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 100%;
  top: 0px;
  right: -70px;
}
#G-276 .feature-block-three:last-child .inner-box:before {
  display: none;
}
#G-276 .content_block_nine .content-box {
  position: relative;
  display: block;
}
#G-276 .content_block_nine .content-box .image-box {
  position: relative;
  display: block;
}
#G-276 .content_block_nine .content-box .image-box img {
  width: 100%;
}
#G-276 .content_block_nine .content-box .image-box .image {
  position: relative;
  clip-path: polygon(6% 0%, 100% 0%, 101% 0%, 100% 100%, 0% 100%, 0% 100%, 5% 80%, 0% 23%);
}
#G-276 .content_block_nine .content-box .image-box .image:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}
#G-276 .content_block_nine .content-box .image-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 50% 20%, 90% 80%, 7% 100%, 0% 100%, 0% 80%, 0% 0%);
  transform: rotate(180deg);
}
#G-276 .content_block_nine .content-box .image-box .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#G-276 .content_block_nine .content-box .image-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 110px;
  text-align: center;
  font-size: 40px;
  background: #fff;
  border-radius: 50%;
}
#G-276 .content_block_nine .content-box .image-box .video-btn a:before,
#G-276 .content_block_nine .content-box .image-box .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#G-276 .content_block_nine .content-box .image-box .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#G-276 .content_block_nine .content-box .text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 220px;
  background: #fff;
  text-align: center;
  padding: 45px 30px;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
#G-276 .content_block_nine .content-box .text .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  color: #fdf1e9;
}
#G-276 .content_block_nine .content-box .text h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 16px;
}
#G-276 .content_block_nine .content-box .text h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
#G-276 .content_block_nine .content-box .image-box .shape .shape-1 {
  position: absolute;
  left: -40px;
  top: 40px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
#G-276 .content_block_nine .content-box .image-box .shape .shape-2 {
  position: absolute;
  left: 200px;
  bottom: -45px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
#G-276 .content_block_ten .content-box {
  position: relative;
  display: block;
}
#G-276 .content_block_ten .content-box .text {
  margin-bottom: 34px;
}
#G-276 .content_block_ten .content-box .inner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}
#G-276 .content_block_ten .content-box .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 17px;
}
#G-276 .content_block_ten .content-box .support-box {
  position: relative;
  display: block;
  padding: 9px 0px 9px 100px;
}
#G-276 .content_block_ten .content-box .support-box .icon-box {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}
#G-276 .content_block_ten .content-box .support-box p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #666668;
  margin-bottom: 6px;
}
#G-276 .content_block_ten .content-box .support-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #141417;
  font-weight: 600;
}
#G-276 .content_block_ten .content-box .support-box h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .about-style-three .pattern-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 337px;
  height: 406px;
  background-repeat: no-repeat;
}
#G-276 .image_block_six .image-box {
  position: relative;
  display: block;
}
#G-276 .image_block_six .image-box .image {
  position: relative;
  display: block;
  clip-path: polygon(8% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 10% 80%, 0% 25%);
}
#G-276 .image_block_six .image-box .image img {
  width: 100%;
}
#G-276 .image_block_six .image-box .icon-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .image_block_six .image-box .shape {
  position: absolute;
  right: -50px;
  bottom: -30px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
#G-276 .service-section.alternat-2 .content_block_two .content-box .text {
  margin-bottom: 46px;
}
#G-276 .service-section.alternat-2 .content_block_two .content-box .single-item {
  margin-bottom: 31px;
}
#G-276 .service-section.alternat-2 .tab-btns li {
  width: calc(33.333% - 15px);
}
#G-276 .service-section.alternat-2 .tab-btns li:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 15px;
  height: 100%;
  top: 0px;
  right: -14px;
  transition: all 500ms ease;
  clip-path: polygon(0% 0%, 75% 0%, 25% 30%, 50% 70%, 0% 100%, 0% 100%, 0% 50%, 0% 50%);
  z-index: 1;
}
#G-276 .service-section.alternat-2 .tab-btns li:last-child:after {
  display: none;
}
#G-276 .image_block_seven .image-box {
  position: relative;
  display: block;
}
#G-276 .image_block_seven .image-box img {
  width: 100%;
}
#G-276 .image_block_seven .image-box .image-1 {
  clip-path: polygon(95% 0%, 85% 50%, 89% 100%, 0% 100%, 0% 0%, 25% 0%);
}
#G-276 .image_block_seven .image-box .image-2 {
  margin-right: -10px;
  clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
}
#G-276 .image_block_seven .image-box .shape .shape-1 {
  position: absolute;
  top: -45px;
  right: -50px;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
}
#G-276 .image_block_seven .image-box .shape .shape-2 {
  position: absolute;
  left: 40px;
  bottom: -30px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
#G-276 .content_block_three .content-box .inner-box li {
  position: relative;
  float: left;
  width: 20%;
}
#G-276 .content_block_three .content-box .inner-box li .single-item {
  position: relative;
  display: block;
  margin-right: 30px;
  text-align: center;
  width: 120px;
}
#G-276 .content_block_three .content-box .inner-box li:last-child .single-item {
  margin: 0px !important;
}
#G-276 .content_block_three .content-box .inner-box li .single-item .icon-box {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
  transition: all 500ms ease;
}
#G-276 .content_block_three .content-box .inner-box li .single-item:hover .icon-box {
  color: #fff;
}
#G-276 .content_block_three .content-box .inner-box li .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
#G-276 .content_block_three .content-box .inner-box li .single-item h4 a {
  display: inline-block;
  color: #141417;
}
#G-276 .service-section.alternat-2 .content_block_three .content-box .text h3 {
  margin-bottom: 24px;
}
#G-276 .service-section.alternat-2 .content_block_three .content-box {
  margin-left: 50px;
}
#G-276 .service-section.alternat-2 {
  padding-top: 0px;
}
#G-276 .service-section .pattern-layer .pattern-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: calc(100% - 274px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#G-276 .cta-style-three {
  padding: 71px 0px 79px 0px;
}
#G-276 .cta-style-three .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#G-276 .cta-style-three .inner-box .text h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}
#G-276 .cta-style-three .inner-box .btn-box .theme-btn {
  background: #2d2f32;
  padding: 22px 41px;
}
#G-276 .cta-style-three .inner-box .btn-box .theme-btn:before {
  background: #fff !important;
  opacity: 1;
}
#G-276 .cta-style-three .inner-box .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 150px;
  color: rgba(255, 255, 255, 0.1);
}
#G-276 .chooseus-style-three {
  padding: 114px 0px 70px 0px;
}
#G-276 .chooseus-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#G-276 .chooseus-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 100px;
  margin-bottom: 42px;
}
#G-276 .chooseus-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 1px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 45px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .chooseus-block-one .inner-box:hover .icon-box {
  color: #fff;
}
#G-276 .chooseus-block-one .inner-box .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .chooseus-block-one .inner-box:hover .icon-box:before {
  transform: scale(1, 1);
}
#G-276 .chooseus-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
#G-276 .success-section {
  background: #2d2f32;
}
#G-276 .progress-box .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: #4c4e51;
}
#G-276 .progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
#G-276 .progress-box h6 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
#G-276 .progress-box .count-text {
  position: absolute;
  top: -32px;
  right: -17px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}
#G-276 .content_block_11 .content-box {
  position: relative;
  display: block;
}
#G-276 .content_block_11 .content-box .text p {
  color: #bdbec1;
}
#G-276 .success-section .bg-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
}
#G-276 .success-section .bg-layer .bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#G-276 .success-section .bg-layer .bg-image:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.1;
}
#G-276 .success-section .bg-layer:before {
  position: absolute;
  content: '';
  background: #2d2f32;
  height: 100%;
  width: 47px;
  top: 0px;
  right: 0px;
  z-index: 1;
  clip-path: polygon(100% 0%, 100% 0%, 200% 0%, 100% 100%, 0% 100%, 0% 100%, 100% 80%, 0% 25%);
}
#G-276 .success-section .bg-layer:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 47px;
  top: 0px;
  right: 0px;
  clip-path: polygon(50% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 50% 80%, 0% 25%);
}
#G-276 .team-style-two {
  padding: 114px 0px 110px 0px;
}
#G-276 .team-block-two {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}
#G-276 .team-block-two .inner-box {
  position: relative;
  display: block;
  padding-left: 20px;
}
#G-276 .team-block-two .inner-box .image-box {
  position: relative;
}
#G-276 .team-block-two .inner-box .image-box:before {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 40px;
  height: 100%;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 20%, 90% 80%, 7% 100%, 0% 100%, 0% 80%, 0% 0%);
  transform: rotate(180deg);
  z-index: 1;
}
#G-276 .team-block-two .inner-box .image-box:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 40px;
  height: 100%;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 20%, 90% 80%, 7% 100%, 0% 100%, 0% 80%, 0% 0%);
}
#G-276 .team-block-two .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
#G-276 .team-block-two .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .team-block-two .inner-box:hover .image-box .image img {
  opacity: 0.5;
  transform: scale(1.05);
}
#G-276 .team-block-two .inner-box .image-box .social-links {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: all 500ms ease;
}
#G-276 .team-block-two .inner-box:hover .image-box .social-links {
  transform: translate(-50%, -50%) scale(1, 1);
}
#G-276 .team-block-two .inner-box .image-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 14px;
}
#G-276 .team-block-two .inner-box .image-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}
#G-276 .team-block-two .inner-box .content-box {
  position: absolute;
  left: 0px;
  bottom: 40px;
  width: 268px;
  background: #fff;
  padding: 22px 30px 20px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}
#G-276 .team-block-two .inner-box .content-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 17px;
  height: 100%;
  top: 0px;
  right: -17px;
  clip-path: polygon(0% 0%, 100% 0%, 40% 30%, 60% 70%, 0% 100%, 0% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}
#G-276 .team-block-two .inner-box .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 2px;
}
#G-276 .team-block-two .inner-box .content-box h3 a {
  position: relative;
  display: inline-block;
  color: #141417;
}
#G-276 .team-block-two .inner-box .content-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: all 500ms ease;
}
#G-276 .team-block-two .inner-box:hover .content-box h3 a,
#G-276 .team-block-two .inner-box:hover .content-box .designation {
  color: #fff;
}
#G-276 .team-style-two .owl-dots {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
#G-276 .team-style-two .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .testimonial-style-three {
  padding-bottom: 120px;
}
#G-276 .testimonial-style-three .owl-dots {
  position: relative;
  display: block;
  margin-top: 30px;
  text-align: center;
}
#G-276 .testimonial-style-three .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .testimonial-style-three .testimonial-block-one .inner-box {
  padding: 0px;
}
#G-276 .testimonial-style-three .testimonial-block-one .inner-box .light-icon {
  right: 0px;
}
#G-276 .content_block_12 .content-box {
  position: relative;
  display: block;
  background: #f5f0ed;
  padding: 60px 30px 60px 60px;
}
#G-276 .content_block_12 .content-box .counter-block {
  position: relative;
  display: block;
  padding: 8px 0px 5px 120px;
  margin-bottom: 50px;
}
#G-276 .content_block_12 .content-box .counter-block:last-child {
  margin-bottom: 0px;
}
#G-276 .content_block_12 .content-box .counter-block .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
#G-276 .content_block_12 .content-box .counter-block .count-outer {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #141417;
  margin-bottom: 11px;
  text-transform: uppercase;
}
#G-276 .content_block_12 .content-box .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .content_block_12 .content-box .image-layer {
  position: absolute;
  right: -100px;
  bottom: 0px;
}
#G-276 .testimonial-style-three .pattern-layer {
  position: absolute;
  left: 10px;
  bottom: 120px;
  width: 40px;
  height: 328px;
  background-repeat: no-repeat;
}
#G-276 .search-field-two.alternat-2 {
  padding-bottom: 120px;
}
#G-276 .main-footer.alternat-2 .footer-top {
  padding-top: 86px;
}
#G-276 .contact-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 690px;
}
#G-276 .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #6e6e6e;
  border-right: 2px solid #6e6e6e;
  right: 20px;
}
#G-276 .nice-select {
  position: relative;
  display: block;
  width: 100%;
  border: none !important;
  border-radius: 0px;
  padding: 0px 0px;
  font-weight: 400;
  background: transparent;
  height: 42px;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 42px;
  border-bottom: 1px solid #e5e5e5 !important;
}
#G-276 .contact-section .content-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 100px 0px;
  z-index: 2;
}
#G-276 .contact-section .content_block_13 .content-box {
  background: #fff;
  padding: 64px 70px 70px 70px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .content_block_13 .content-box .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 26px;
}
#G-276 .content_block_13 .content-box .form-inner .form-group:last-child {
  margin-bottom: 0px;
}
#G-276 .content_block_13 .content-box .form-inner .form-group input[type="text"],
#G-276 .content_block_13 .content-box .form-inner .form-group input[type="email"],
#G-276 .content_block_13 .content-box .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 42px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
#G-276 .content_block_13 .content-box .form-inner .form-group .theme-btn {
  padding: 17px 38px;
}
#G-276 .content_block_13 .content-box .form-inner .form-group .message-btn {
  padding-top: 14px;
}
#G-276 .content_block_13 .content-box .form-inner .form-group textarea {
  height: 120px;
  resize: none;
}
#G-276 .banner-style-four {
  overflow: hidden;
}
#G-276 .banner-style-four .banner-carousel .slide-item:before {
  opacity: 0.6;
}
#G-276 .banner-style-four .banner-carousel .slide-item .content-box p {
  margin-bottom: 32px;
}
#G-276 .banner-style-four .banner-carousel .content-box {
  margin: 0 auto;
}
#G-276 .banner-style-four .banner-carousel .slide-item {
  padding: 130px 0px 320px 0px;
}
#G-276 .feature-style-four .inner-container {
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
#G-276 .feature-block-four .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 80px 35px 80px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .feature-block-four .inner-box:before {
  position: absolute;
  content: '';
  width: calc(100% - 170px);
  left: 85px;
  bottom: 0px;
  height: 7px;
  transform: scaleX(0);
  transition: all 500ms ease;
}
#G-276 .feature-block-four .inner-box:hover:before {
  transform: scaleX(1);
}
#G-276 .feature-block-four .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-top: -55px;
  top: -15px;
  margin-bottom: 46px;
}
#G-276 .feature-block-four .inner-box .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 112px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  font-size: 50px;
  background: #fbe3d4;
  border-radius: 50%;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 94%, 0% 0%);
  transition: all 500ms ease;
}
#G-276 .feature-block-four .inner-box:hover .icon-box .icon {
  color: #fff;
}
#G-276 .feature-block-four .inner-box .icon-box .icon:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .feature-block-four .inner-box:hover .icon-box .icon:before {
  transform: scale(1, 1);
}
#G-276 .feature-block-four .inner-box .icon-box .icon-shape {
  position: absolute;
  left: -49px;
  top: -28px;
  width: 210px;
  height: 233px;
  background-repeat: no-repeat;
}
#G-276 .feature-block-four .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
#G-276 .feature-block-four .inner-box h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .feature-block-four .inner-box p {
  color: #141417;
}
#G-276 .about-style-four .inner-box .left-content p {
  color: #141417;
  margin-bottom: 32px;
  font-weight: 500;
}
#G-276 .about-style-four .inner-box .right-content p {
  margin-bottom: 25px;
}
#G-276 .about-style-four .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .about-style-four .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
#G-276 .about-style-four .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
#G-276 .about-style-four .image-box .image img {
  width: 100%;
}
#G-276 .about-style-four .image-box .shape {
  position: absolute;
  top: -130px;
  right: -50px;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}
#G-276 .service-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
}
#G-276 .service-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
#G-276 .service-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .service-block-two .inner-box:hover .image-box img {
  opacity: 0.7;
  transform: scale(1.05);
}
#G-276 .service-block-two .inner-box .lower-content {
  padding: 0px 40px 37px 40px;
}
#G-276 .service-block-two .inner-box .lower-content .icon-box {
  position: relative;
  display: inline-block;
  margin-top: -49px;
  top: -11px;
  margin-bottom: 43px;
}
#G-276 .service-block-two .inner-box .lower-content .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  font-size: 40px;
  background: #fbe3d4;
  border-radius: 50%;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 94%, 0% 0%);
  transition: all 500ms ease;
}
#G-276 .service-block-two .inner-box:hover .lower-content .icon-box .icon {
  color: #fff;
}
#G-276 .service-block-two .inner-box .lower-content .icon-box .icon:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .service-block-two .inner-box:hover .lower-content .icon-box .icon:before {
  transform: scale(1, 1);
}
#G-276 .service-block-two .inner-box .lower-content .icon-box .icon-shape {
  position: absolute;
  left: -46px;
  top: -27px;
  width: 188px;
  height: 208px;
  background-repeat: no-repeat;
}
#G-276 .service-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
#G-276 .service-block-two .inner-box .lower-content h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .service-block-two .inner-box .lower-content p {
  margin-bottom: 16px;
}
#G-276 .service-block-two .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #141417;
  text-transform: uppercase;
}
#G-276 .service-block-two .inner-box .lower-content .link a span {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}
#G-276 .service-block-two .inner-box .lower-content .link a:hover span {
  padding-right: 21px;
}
#G-276 .service-block-two .inner-box .lower-content .link a span:before {
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 14px;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}
#G-276 .service-block-two .inner-box .lower-content .link a:hover span:before {
  opacity: 1;
}
#G-276 .service-block-two .inner-box:before {
  position: absolute;
  content: '';
  width: calc(100% - 170px);
  left: 85px;
  bottom: 0px;
  height: 7px;
  transform: scaleX(0);
  transition: all 500ms ease;
}
#G-276 .service-block-two .inner-box:hover:before {
  transform: scaleX(1);
}
#G-276 .service-style-three .owl-dots {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
#G-276 .service-style-three .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .service-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#G-276 .working-style-two .sec-title {
  margin-bottom: -126px;
}
#G-276 .working-style-two .tabs-content .text {
  position: relative;
  display: block;
  margin-top: 161px;
}
#G-276 .working-style-two .tabs-content .text h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 27px;
}
#G-276 .working-style-two .tabs-content .text h3 i {
  position: absolute;
  left: 0px;
  font-size: 30px;
}
#G-276 .working-style-two .tabs-content .text p {
  margin-bottom: 26px;
}
#G-276 .working-style-two .tabs-content .text .theme-btn {
  padding: 17px 40px;
  margin-top: 6px;
}
#G-276 .working-style-two .tabs-content .image-box {
  position: relative;
  display: block;
}
#G-276 .working-style-two .tabs-content .image-box .shape {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
#G-276 .working-style-two .tabs-content .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .working-style-two .tabs-content .image-box .image img {
  width: 100%;
}
#G-276 .working-style-two .tabs-box {
  position: relative;
  display: block;
  padding-bottom: 55px;
}
#G-276 .working-style-two .tabs-box .tab-btn-box {
  position: absolute;
  right: 395px;
  bottom: 0px;
  z-index: 9;
}
#G-276 .working-style-two .tabs-box .tab-btns li {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 50px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  transition: all 500ms ease;
}
#G-276 .working-style-two .tabs-box .tab-btns li:last-child {
  margin-bottom: 0px;
}
#G-276 .working-style-two .tabs-box .tab-btns li.active-btn,
#G-276 .working-style-two .tabs-box .tab-btns li:hover {
  color: #fff;
}
#G-276 .funfact-style-three {
  padding: 100px 0px 170px 0px;
}
#G-276 .funfact-style-three .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#G-276 .counter-block-three .inner-box {
  position: relative;
  display: block;
  padding: 8px 0px 5px 120px;
}
#G-276 .counter-block-three .inner-box .icon-box {
  color: #fff;
  transition: all 500ms ease;
}
#G-276 .counter-block-three .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .counter-block-three .inner-box:hover .icon-box:before {
  transform: scale(1, 1);
}
#G-276 .counter-block-three .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: uppercase;
}
#G-276 .counter-block-three .inner-box p {
  color: #fff;
}
#G-276 .funfact-style-three .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .testimonial-style-four .bg-layer {
  position: absolute;
  left: 0px;
  top: -70px;
  width: calc(50% - 45px);
  height: calc(100% - 50px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#G-276 .testimonial-style-four:before {
  position: absolute;
  content: '';
  background: #f5f0ed;
  width: calc(50% + 45px);
  height: 100%;
  top: 0px;
  right: 0px;
}
#G-276 .testimonial-style-four .testimonial-content {
  display: block;
}
#G-276 .testimonial-style-four .testimonial-block-one .inner-box {
  padding: 0px;
  background: transparent;
}
#G-276 .testimonial-style-four .testimonial-block-one .inner-box .light-icon {
  right: 0px;
}
#G-276 .testimonial-style-four .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
}
#G-276 .testimonial-style-four .nav-style-one .owl-nav button {
  display: block;
  margin: 10px 0px;
}
#G-276 .testimonial-style-four .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 446px;
  background-repeat: no-repeat;
}
#G-276 .bg-color-3 {
  background: #f5f0ed;
}
#G-276 .faq-style-two {
  position: relative;
}
#G-276 .content_block_14 .content-box {
  padding-left: 120px;
  padding-bottom: 70px;
}
#G-276 .content_block_14 .content-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .content_block_14 .content-box .image-box img {
  width: 100%;
}
#G-276 .content_block_14 .content-box .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
#G-276 .content_block_14 .content-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
#G-276 .content_block_14 .content-box .support-center {
  width: 250px;
  background: #fff;
  text-align: center;
  padding: 58px 15px 59px 15px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .content_block_14 .content-box .support-center .icon-box {
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 18px;
}
#G-276 .content_block_14 .content-box .support-center h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
#G-276 .content_block_14 .content-box .support-center h3 a {
  display: inline-block;
  color: #141417;
}
#G-276 .content_block_14 .content-box .support-center p {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
#G-276 .content_block_14 .content-box .experience-box {
  width: 250px;
  text-align: center;
  padding: 50px 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .content_block_14 .content-box .experience-box .light-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 150px;
  color: rgba(255, 255, 255, 0.15);
}
#G-276 .content_block_14 .content-box .experience-box h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
#G-276 .content_block_14 .content-box .experience-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
#G-276 .faq-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .pricing-style-two {
  position: relative;
}
#G-276 .pricing-block-two {
  position: relative;
  display: block;
  padding: 30px 30px 0px 30px;
}
#G-276 .pricing-block-two:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 140px);
  left: 0px;
  top: 0px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
#G-276 .pricing-block-two .pricing-table {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px 40px 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
#G-276 .pricing-block-two .pricing-table .table-header {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .pricing-block-two .pricing-table .table-header .light-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  color: #fdf4ee;
}
#G-276 .pricing-block-two .pricing-table .table-header .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 28px;
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .pricing-block-two .pricing-table .table-header h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 19px;
}
#G-276 .pricing-block-two .pricing-table .table-header p {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
#G-276 .pricing-block-two .pricing-table .table-header a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #141417;
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #e7e7e7;
  padding: 16px 30px;
}
#G-276 .pricing-block-two .pricing-table .table-header a:hover {
  color: #fff;
}
#G-276 .pricing-block-two .pricing-table .feature-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #141417;
  margin-bottom: 10px;
}
#G-276 .pricing-block-two .pricing-table .feature-list li:last-child {
  margin-bottom: 0px;
}
#G-276 .pricing-block-two .pricing-table .feature-list li span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
#G-276 .pricing-block-two .pricing-table .feature-list li span:before {
  position: absolute;
  content: "\e90a";
  font-family: 'icomoon';
  font-size: 16px;
  left: 0px;
  top: 0px;
}
#G-276 .pricing-block-two.active-block .pricing-table .table-header .icon-box {
  color: #fff;
  box-shadow: none;
}
#G-276 .pricing-block-two.active-block .pricing-table .table-header a {
  color: #fff;
}
#G-276 .pricing-block-two.active-block .pricing-table .table-header a span {
  position: relative;
  padding-right: 22px;
}
#G-276 .pricing-block-two.active-block .pricing-table .table-header a span:before {
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 13px;
  top: -2px;
  right: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}
#G-276 .project-style-two {
  position: relative;
}
#G-276 .project-style-two .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#G-276 .project-style-two .owl-carousel {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
#G-276 .project-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .project-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .project-block-two .inner-box .image-box img {
  width: 100%;
}
#G-276 .project-block-two .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}
#G-276 .owl-item.active .project-block-two .inner-box .image-box:before {
  opacity: 1;
}
#G-276 .project-block-two .inner-box .view-btn {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#G-276 .project-block-two .inner-box .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: #fff;
  transform: scale(0, 0);
}
#G-276 .owl-item.active .project-block-two .inner-box .view-btn a {
  transform: scale(1, 1);
}
#G-276 .project-block-two .inner-box .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 50px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}
#G-276 .owl-item.active .project-block-two .inner-box .text {
  bottom: 50px;
  opacity: 1;
}
#G-276 .project-block-two .inner-box .text h4 {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
#G-276 .project-block-two .inner-box .text h4 a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #141417;
  font-weight: 600;
  background: #fff;
  padding: 16px 32px;
}
#G-276 .project-block-two .inner-box .text span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #141417;
  font-weight: 500;
  background: #fff;
  padding: 7px 30px;
}
#G-276 .project-style-two .owl-nav {
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
#G-276 .project-style-two .owl-nav button {
  position: absolute;
  top: 0px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .project-style-two .owl-nav .owl-prev {
  left: -80px;
}
#G-276 .project-style-two .owl-nav .owl-next {
  right: -80px;
}
#G-276 .news-section.alternat-2 .news-block-one .inner-box .image-box:before {
  display: none;
}
#G-276 .news-block-one .inner-box .image-box .category {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
#G-276 .news-block-one .inner-box .image-box .category a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #141417;
  background: #fff;
  padding: 7px 30px;
}
#G-276 .news-block-one .inner-box .image-box .category a:hover {
  color: #fff;
}
#G-276 .header-style-five {
  position: relative;
  background: #fff;
}
#G-276 .header-top-two {
  position: relative;
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 11.5px 0px;
}
#G-276 .header-top-two .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#G-276 .header-top-two .top-inner .text p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #141417;
  padding-left: 27px;
}
#G-276 .header-top-two .top-inner .text p i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
}
#G-276 .header-top-two .top-inner .text p span {
  font-weight: 500;
}
#G-276 .header-top-two .top-inner .info {
  position: relative;
  display: flex;
  align-items: center;
}
#G-276 .header-top-two .top-inner .info li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
#G-276 .header-top-two .top-inner .info li:last-child {
  margin: 0px !important;
}
#G-276 .header-top-two .top-inner .info li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #141417;
}
#G-276 .header-upper-two {
  position: relative;
  padding: 25px 0px;
}
#G-276 .header-upper-two .upper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#G-276 .header-upper-two .upper-inner .logo-box {
  padding: 0px 0px;
  margin: 0px;
}
#G-276 .header-upper-two .upper-inner .option-block {
  position: relative;
  display: flex;
  align-items: center;
}
#G-276 .header-upper-two .upper-inner .option-block .support-center {
  position: relative;
  display: block;
  padding: 0px 0px 0px 50px;
  margin-right: 60px;
}
#G-276 .header-upper-two .upper-inner .option-block .support-center .icon-box {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 40px;
  line-height: 40px;
  color: #c0c0c1;
}
#G-276 .header-upper-two .upper-inner .option-block .support-center p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0px;
}
#G-276 .header-upper-two .upper-inner .option-block .support-center h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #141417;
}
#G-276 .header-upper-two .upper-inner .option-block .support-center h6 a {
  display: inline-block;
  color: #141417;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer {
  position: relative;
  display: inline-block;
  width: 500px;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  padding-left: 30px;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer .select-box {
  position: relative;
  float: left;
  width: 160px;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer .select-box:before {
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 24px;
  top: 12px;
  right: 12px;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer .nice-select {
  border: none !important;
  font-size: 15px;
  font-weight: 500;
  color: #141417;
  height: 48px;
  line-height: 48px;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer .nice-select:after {
  border-bottom: 1px solid #141417;
  border-right: 1px solid #141417;
  right: 39px;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer .search-form {
  float: left;
  width: 308px;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer .search-form .form-group {
  position: relative;
  margin: 0px;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer .search-form .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  color: #888888;
  padding: 0px 65px 0px 10px;
}
#G-276 .header-upper-two .upper-inner .option-block .search-box-outer .search-form .form-group button {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
#G-276 .header-upper-two .upper-inner .other-info .info-list {
  position: relative;
  display: flex;
  align-items: center;
}
#G-276 .header-upper-two .upper-inner .other-info .info-list li {
  margin-right: 22px;
}
#G-276 .header-upper-two .upper-inner .other-info .info-list li:last-child {
  margin: 0px !important;
}
#G-276 .header-upper-two .upper-inner .other-info .info-list li a {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #141417;
}
#G-276 .header-upper-two .upper-inner .other-info .info-list li.cart-box a {
  padding-right: 14px;
}
#G-276 .header-upper-two .upper-inner .other-info .info-list li.cart-box a span {
  position: absolute;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  top: -15px;
  right: 0px;
}
#G-276 .header-style-five .header-lower {
  background: #2d2f32;
}
#G-276 .header-style-five .outer-box {
  padding: 0px;
}
#G-276 .header-style-five .nav-right {
  position: relative;
  display: flex;
  align-items: center;
}
#G-276 .main-header .language {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
#G-276 .main-header .language span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding-right: 16px;
}
#G-276 .main-header .language span:after {
  position: absolute;
  content: "\e91d";
  font-family: 'icomoon';
  font-size: 10px;
  top: 1px;
  right: 0px;
  transition: all 500ms ease;
}
#G-276 .main-header .language:hover span:after {
  transform: rotate(180deg);
}
#G-276 .main-header .language span:before {
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 10px;
  bottom: -10px;
}
#G-276 .main-header .language .lang-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 150px;
  background: #2d2f32;
  padding: 5px 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  margin-top: 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#G-276 .main-header .language:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#G-276 .main-header .language .lang-dropdown li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#G-276 .main-header .language .lang-dropdown li:last-child {
  border: none;
}
#G-276 .main-header .language .lang-dropdown li a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
#G-276 .main-header .currency-list {
  position: relative;
  display: inline-block;
}
#G-276 .main-header .currency-list span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding-right: 16px;
}
#G-276 .main-header .currency-list span:after {
  position: absolute;
  content: "\e91d";
  font-family: 'icomoon';
  font-size: 10px;
  top: 1px;
  right: 0px;
  transition: all 500ms ease;
}
#G-276 .main-header .currency-list:hover span:after {
  transform: rotate(180deg);
}
#G-276 .main-header .currency-list span:before {
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 10px;
  bottom: -10px;
}
#G-276 .main-header .currency-list .currency-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 120px;
  background: #2d2f32;
  padding: 5px 0px;
  opacity: 0;
  margin-top: 5px;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#G-276 .main-header .currency-list:hover .currency-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#G-276 .main-header .currency-list .currency-dropdown li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#G-276 .main-header .currency-list .currency-dropdown li:last-child {
  border: none;
}
#G-276 .main-header .currency-list .currency-dropdown li a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
#G-276 .header-style-five .main-menu .navigation > li > a {
  color: #fff;
  padding: 20px 0px;
}
#G-276 .header-style-five .sticky-header {
  background: #2d2f32;
}
#G-276 .banner-style-five {
  position: relative;
  background: #ededed;
  padding: 50px 0px;
}
#G-276 .banner-style-five .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .banner-style-five .slider-content {
  position: relative;
  display: block;
  background: -webkit-linear-gradient(45deg, #f34b00, #fd7f05 100%);
  padding: 75px 120px 85px 120px;
  overflow: hidden;
}
#G-276 .banner-style-five .slider-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .banner-style-five .slider-content .content-box {
  max-width: 320px;
  width: 100%;
}
#G-276 .banner-style-five .slider-content .image-box {
  position: absolute;
  top: 0px;
  right: 0px;
}
#G-276 .banner-style-five .slider-content .content-box h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
#G-276 .banner-style-five .slider-content .content-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#G-276 .banner-style-five .slider-content .content-box p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 22px;
}
#G-276 .banner-style-five .slider-content .content-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #2d2f32;
  padding: 12px 41px;
  z-index: 1;
}
#G-276 .banner-style-five .slider-content .content-box a:hover {
  color: #2d2f32;
}
#G-276 .banner-style-five .slider-content .content-box a:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .banner-style-five .slider-content .content-box a:hover:before {
  width: 100%;
}
#G-276 .banner-style-five .owl-nav {
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
#G-276 .banner-style-five .owl-nav button {
  position: absolute;
  top: 0px;
  font-size: 28px;
}
#G-276 .banner-style-five .owl-nav button.owl-prev {
  left: -215px;
}
#G-276 .banner-style-five .owl-nav button.owl-next {
  right: -215px;
}
#G-276 .banner-style-five .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 90px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
#G-276 .banner-style-five .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .banner-style-five .banner-info {
  background: #fff;
  padding: 26px 60px 24px 60px;
}
#G-276 .banner-style-five .banner-info .single-info {
  position: relative;
  display: block;
  padding: 0px 0px 0px 70px;
}
#G-276 .banner-style-five .banner-info .single-info:before {
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 50px;
  top: 4px;
  right: 15px;
}
#G-276 .banner-style-five .banner-info .info-column:last-child .single-info:before {
  display: none;
}
#G-276 .banner-style-five .banner-info .single-info .icon-box {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 50px;
}
#G-276 .banner-style-five .banner-info .single-info h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}
#G-276 .banner-style-five .banner-info .single-info p {
  font-size: 15px;
  line-height: 26px;
}
#G-276 .shop-section {
  background: #f2f2f2;
  padding: 74px 0px 80px 0px;
}
#G-276 .tabs-box .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
#G-276 .tabs-box .tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
#G-276 .tabs-box .tabs-content {
  position: relative;
  display: block;
}
#G-276 .tabs-box .tab.active-tab .shop-block-one {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
#G-276 .tabs-box .tab .shop-block-one {
  position: relative;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
#G-276 .shop-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  text-align: center;
  transition: all 500ms ease;
}
#G-276 .shop-block-one .inner-box:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .shop-block-one .inner-box .image-box {
  position: relative;
  display: block;
}
#G-276 .shop-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .shop-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .shop-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.03);
}
#G-276 .shop-block-one .inner-box .image-box .option-list {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 60px);
  left: 30px;
  background: #fff;
  padding: 17px 23px;
  text-align: center;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  transform: scale(0, 0);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}
#G-276 .shop-block-one .inner-box:hover .image-box .option-list {
  transform: scale(1, 1);
  opacity: 1;
}
#G-276 .shop-block-one .inner-box .image-box .option-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
#G-276 .shop-block-one .inner-box .image-box .option-list li:last-child {
  margin: 0px !important;
}
#G-276 .shop-block-one .inner-box .image-box .option-list li a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 40px;
  background: #ededed;
  font-size: 16px;
  color: #141417;
  text-align: center;
  border-radius: 50%;
}
#G-276 .shop-block-one .inner-box .image-box .option-list li a:hover {
  color: #fff;
}
#G-276 .shop-block-one .inner-box .image-box .hot {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 13px;
  line-height: 27px;
  color: #fff;
  padding: 0px 16px;
}
#G-276 .shop-block-one .inner-box .image-box .sale {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 13px;
  line-height: 27px;
  color: #fff;
  padding: 0px 16px;
}
#G-276 .shop-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 27px 15px 25px 15px;
}
#G-276 .shop-block-one .inner-box .lower-content h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
#G-276 .shop-block-one .inner-box .lower-content h6 a {
  display: inline-block;
  color: #141417;
}
#G-276 .shop-block-one .inner-box .lower-content .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffc92e;
}
#G-276 .shop-block-one .inner-box .lower-content .rating {
  margin-bottom: 5px;
}
#G-276 .shop-block-one .inner-box .lower-content .price {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #141417;
}
#G-276 .small-title-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 7px;
}
#G-276 .small-title-box:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  left: 0px;
  bottom: -1px;
}
#G-276 .small-title-box h3 {
  position: relative;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}
#G-276 .shop-section .tab-btn-box {
  position: absolute;
  right: 0px;
  top: 4px;
  padding-right: 67px;
  z-index: 1;
}
#G-276 .shop-section .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #141417;
  margin-right: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .shop-section .tab-btn-box .tab-btns li:last-child {
  margin: 0px !important;
}
#G-276 .shop-section .owl-nav {
  position: absolute;
  top: -67px;
  right: 0px;
}
#G-276 .shop-section .owl-nav button {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #141417;
  cursor: pointer;
  font-weight: 700;
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .shop-section .owl-nav button.owl-prev {
  margin-right: 20px;
}
#G-276 .promotion-section {
  background: #f2f2f2;
}
#G-276 .promotion-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 36px 40px 40px 40px;
  background: -webkit-linear-gradient(45deg, #8b12ab, #d755bd 100%);
  min-height: 370px;
}
#G-276 .promotion-block:nth-child(2) .promotion-block-one .inner-box {
  background: -webkit-linear-gradient(45deg, #0e7cad, #51e9c9 100%);
}
#G-276 .promotion-block:last-child .promotion-block-one .inner-box {
  background: -webkit-linear-gradient(45deg, #e7594a, #f1b540 100%);
}
#G-276 .promotion-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
#G-276 .promotion-block-one .inner-box h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
#G-276 .promotion-block-one .inner-box .btn-box {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
}
#G-276 .shop-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #141417;
  text-transform: uppercase;
  background: #fff;
  padding: 7.5px 19px;
  z-index: 1;
}
#G-276 .shop-btn i {
  position: relative;
  margin-left: 6px;
  font-size: 12px;
}
#G-276 .shop-btn:hover {
  color: #fff;
}
#G-276 .shop-btn:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #141417;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .shop-btn:hover:before {
  width: 100%;
}
#G-276 .promotion-block-one .inner-box .image-box {
  position: absolute;
  bottom: 90px;
  right: 60px;
}
#G-276 .promotion-block-one .inner-box .shape .shape-1 {
  position: absolute;
  top: -100px;
  right: -200px;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
#G-276 .promotion-block-one .inner-box .shape .shape-2 {
  position: absolute;
  top: -100px;
  right: -200px;
  width: 440px;
  height: 420px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}
#G-276 .promotion-block-one .inner-box .shape .shape-3 {
  position: absolute;
  right: 7px;
  bottom: 30px;
  width: 76px;
  height: 166px;
  background-repeat: no-repeat;
}
#G-276 .deals-section {
  background: #f2f2f2;
  padding-top: 41px;
}
#G-276 .deals-section .small-title-box .link {
  position: absolute;
  top: 5px;
  right: 0px;
}
#G-276 .deals-section .small-title-box .link a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #141417;
}
#G-276 .deals-section .small-title-box .link a i {
  position: relative;
  margin-left: 6px;
  font-size: 12px;
}
#G-276 .deals-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 45px 30px 50px 245px;
}
#G-276 .deals-block-one .inner-box .cs-countdown .count-col {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  float: left;
  width: 60px;
  height: 60px;
  background: #f2f2f2;
  border-radius: 50%;
  padding-top: 10px;
}
#G-276 .deals-block-one .inner-box .cs-countdown .count-col:last-child {
  margin: 0px !important;
}
#G-276 .deals-block-one .inner-box .cs-countdown .count-col span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
  color: #141417;
  margin-bottom: 0px;
}
#G-276 .deals-block-one .inner-box .cs-countdown .count-col h6 {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: #6e6e6e;
  font-weight: 400;
  text-transform: capitalize;
}
#G-276 .deals-block-one .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 243px;
}
#G-276 .deals-block-one .inner-box .image-box .discount {
  position: absolute;
  top: 28px;
  right: 45px;
  font-size: 13px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  padding: 0px 11px;
}
#G-276 .deals-block-one .inner-box .content-box h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
#G-276 .deals-block-one .inner-box .content-box h5 a {
  display: inline-block;
  color: #141417;
}
#G-276 .deals-block-one .inner-box .content-box .rating li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 5px;
  color: #ffc92e;
}
#G-276 .deals-block-one .inner-box .content-box .rating li:last-child {
  margin: 0px !important;
}
#G-276 .deals-block-one .inner-box .content-box .rating {
  margin-bottom: 4px;
}
#G-276 .deals-block-one .inner-box .content-box .price {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #141417;
  font-weight: 500;
  margin-bottom: 16px;
}
#G-276 .deals-block-one .inner-box .content-box p {
  margin-bottom: 22px;
}
#G-276 .shop-section.style-two .shop-block-one .inner-box {
  margin-bottom: 30px;
}
#G-276 .shop-block-two .inner-box {
  position: relative;
  display: block;
  padding: 34px 40px 80px 40px;
  background: -webkit-linear-gradient(90deg, #1258c1, #3bc0fe 100%);
  overflow: hidden;
  min-height: 830px;
}
#G-276 .shop-block-two .inner-box h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#G-276 .shop-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 23px;
}
#G-276 .shop-block-two .inner-box h3 span {
  display: block;
  font-weight: 500;
}
#G-276 .shop-block-two .inner-box .image-box {
  position: relative;
  display: block;
  margin-top: 130px;
  text-align: center;
}
#G-276 .shop-block-two .inner-box .shape .shape-1 {
  position: absolute;
  left: -65px;
  bottom: -200px;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}
#G-276 .shop-block-two .inner-box .shape .shape-2 {
  position: absolute;
  left: -65px;
  bottom: -160px;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
#G-276 .shop-block-two .inner-box .shape .shape-3 {
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
}
#G-276 .shop-block-two .inner-box .shape .shape-4 {
  position: absolute;
  right: -130px;
  top: 150px;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
}
#G-276 .shop-section.style-two {
  padding-top: 50px;
  padding-bottom: 0px;
}
#G-276 .shop-section.style-four .shop-block-one .inner-box {
  margin-bottom: 30px;
}
#G-276 .shop-section.style-three {
  padding-top: 47px;
  padding-bottom: 74px;
}
#G-276 .shop-section.style-four {
  padding-top: 0px;
  padding-bottom: 50px;
}
#G-276 .shop-section.style-four .shop-block-two .inner-box {
  background: -webkit-linear-gradient(90deg, #522bde, #b172f6 100%);
}
#G-276 .shop-section.style-four .owl-nav {
  right: -300px;
}
#G-276 .promotion-style-two {
  background: #f2f2f2;
}
#G-276 .promotion-style-two .inner-container {
  background: -webkit-linear-gradient(0deg, #df2e7f, #f79751 100%);
  padding: 91px 30px 87px 30px;
  overflow: hidden;
}
#G-276 .promotion-style-two .inner-container .text {
  max-width: 400px;
}
#G-276 .promotion-style-two .inner-container h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#G-276 .promotion-style-two .inner-container h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
#G-276 .promotion-style-two .inner-container .image {
  position: absolute;
  top: 0px;
  right: 0px;
}
#G-276 .promotion-style-two .inner-container .shape .shape-1 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: 190px;
  top: -310px;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
#G-276 .promotion-style-two .inner-container .shape .shape-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  right: 300px;
  bottom: -220px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}
#G-276 .promotion-style-two .inner-container .shape .shape-3 {
  position: absolute;
  left: 10px;
  bottom: 6px;
  width: 148px;
  height: 58px;
  background-repeat: no-repeat;
}
#G-276 .promotion-style-two .inner-container .shape .shape-4 {
  position: absolute;
  left: 370px;
  top: 0px;
  width: 184px;
  height: 92px;
  background-repeat: no-repeat;
}
#G-276 .shop-block-three .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 27px 30px 49px 150px;
  margin-bottom: 30px;
}
#G-276 .shop-block-three .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 150px;
}
#G-276 .shop-block-three .inner-box .content-box h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
#G-276 .shop-block-three .inner-box .content-box h6 a {
  display: inline-block;
  color: #141417;
}
#G-276 .shop-block-three .inner-box .content-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffc92e;
}
#G-276 .shop-block-three .inner-box .content-box .rating {
  margin-bottom: 5px;
}
#G-276 .shop-block-three .inner-box .content-box .price {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #141417;
}
#G-276 .shop-section.style-five {
  padding-bottom: 50px;
}
#G-276 .banner-style-six {
  padding-top: 50px;
}
#G-276 .banner-style-six .shop-category {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e6e6e6;
}
#G-276 .banner-style-six .shop-category h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  padding: 18px 30px 19px 60px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
}
#G-276 .banner-style-six .shop-category h6 i {
  position: absolute;
  left: 30px;
  top: 23px;
  font-weight: 700;
}
#G-276 .banner-style-six .shop-category .category-list > li {
  position: relative;
  display: block;
}
#G-276 .banner-style-six .shop-category .category-list > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #141417;
  border-bottom: 1px solid #edf1f5;
  padding: 15px 30px 14px 30px;
}
#G-276 .banner-style-six .shop-category .category-list > li.dropdown > a:before {
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 10px;
  top: 16px;
  right: 27px;
  font-weight: 700;
  transition: all 500ms ease;
}
#G-276 .banner-style-six .shop-category .category-list > li:last-child > a {
  border-bottom: none;
}
#G-276 .banner-style-six .shop-category .category-list .dropdown ul {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 220px;
  background: #fff;
  border: 1px solid #edf1f5;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
  transition: all 500ms ease;
}
#G-276 .banner-style-six .shop-category .category-list .dropdown:hover ul {
  top: 0px;
  opacity: 1;
  visibility: visible;
}
#G-276 .banner-style-six .shop-category .category-list .dropdown ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #141417;
  border-bottom: 1px solid #edf1f5;
  padding: 8px 30px 7px 30px;
}
#G-276 .banner-style-six .shop-category .category-list .dropdown ul li:last-child a {
  border-bottom: none;
}
#G-276 .banner-style-six .slider-content {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 80px 50px 86px 80px;
  overflow: hidden;
}
#G-276 .banner-style-six .slider-content .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 288px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .banner-style-six .slider-content .content-box {
  max-width: 350px;
}
#G-276 .banner-style-six .slider-content h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 13px;
}
#G-276 .banner-style-six .slider-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#G-276 .banner-style-six .slider-content h3 span {
  display: block;
  font-weight: 500;
}
#G-276 .banner-style-six .slider-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
}
#G-276 .banner-style-six .slider-content .image-box {
  position: absolute;
  right: 80px;
  bottom: 80px;
}
#G-276 .banner-style-six .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 90px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
#G-276 .banner-style-six .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .clients-section.shop-page {
  padding: 50px 0px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .clients-section.shop-page .clients-logo img {
  opacity: 0.5;
}
#G-276 .clients-section.shop-page .clients-logo img:hover {
  opacity: 1;
}
#G-276 .sec-title h3 {
  font-size: 26px;
}
#G-276 .category-section {
  padding: 74px 0px 50px 0px;
}
#G-276 .category-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  padding: 39px 30px 38px 130px;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
#G-276 .category-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
#G-276 .category-block-one .inner-box:hover:before {
  height: 100%;
}
#G-276 .category-block-one .inner-box .icon-box {
  position: absolute;
  left: 29px;
  top: 29px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
#G-276 .category-block-one .inner-box:hover .icon-box {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
#G-276 .category-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 7px;
  transition: all 500ms ease;
}
#G-276 .category-block-one .inner-box span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  transition: all 500ms ease;
}
#G-276 .category-block-one .inner-box:hover h4,
#G-276 .category-block-one .inner-box:hover span {
  color: #fff;
}
#G-276 .promotion-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ededed;
  padding: 60px 30px 66px 30px;
  min-height: 270px;
}
#G-276 .promotion-block-two .inner-box .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 222px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .promotion-block-two .inner-box .image-box {
  position: absolute;
  top: 0px;
  right: 0px;
}
#G-276 .promotion-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
#G-276 .promotion-block:first-child .promotion-block-two .inner-box h3 {
  color: #141417;
}
#G-276 .promotion-block-two .inner-box h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
#G-276 .promotion-block:nth-child(2) .promotion-block-two .inner-box {
  background: -webkit-linear-gradient(45deg, #0c72a3, #5bf5d1 100%);
}
#G-276 .promotion-block:last-child .promotion-block-two .inner-box {
  background: -webkit-linear-gradient(45deg, #ef6056, #fed171 100%);
}
#G-276 .shop-section.alternat-2 {
  background: #fff;
}
#G-276 .shop-section.alternat-2 .shop-block-one .inner-box {
  border: 2px solid #e6e6e6;
}
#G-276 .deals-style-two {
  padding: 74px 0px 80px 0px;
}
#G-276 .deals-style-two .small-title-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#G-276 .deals-style-two .small-title-box h3 {
  color: #fff;
}
#G-276 .deals-style-two .deals-block-one .inner-box {
  border: none;
}
#G-276 .deals-style-two .deals-block-one .inner-box {
  padding: 72px 30px 75px 245px;
}
#G-276 .deals-style-two .owl-nav {
  position: absolute;
  top: -67px;
  right: 0px;
}
#G-276 .deals-style-two .owl-nav button {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  z-index: 1;
  transition: all 500ms ease;
}
#G-276 .deals-style-two .owl-nav button.owl-prev {
  margin-right: 20px;
}
#G-276 .shop-section.style-six {
  padding: 74px 0px 50px 0px;
}
#G-276 .shop-section.style-six .shop-block-one .inner-box {
  margin-bottom: 30px;
}
#G-276 .promotion-style-two.alternat-2 .inner-container {
  background: -webkit-linear-gradient(0deg, #c44b23, #ffa35f 100%);
}
#G-276 .white-bg {
  background: #fff !important;
}
#G-276 .bg-color-4 {
  background: #f2f2f2;
}
#G-276 .shop-section.home-6 .shop-block-one .inner-box,
#G-276 .shop-section.home-6 .shop-block-three .inner-box {
  border: 1px solid #e6e6e6;
}
#G-276 .page-title {
  position: relative;
  padding: 104px 0px 106px 0px;
  overflow: hidden;
}
#G-276 .page-title:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}
#G-276 .page-title .content-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}
#G-276 .page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-right: 17px;
  margin-right: 3px;
}
#G-276 .page-title .content-box .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}
#G-276 .page-title .content-box .bread-crumb li a {
  display: inline-block;
  color: #a9a9aa;
}
#G-276 .page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 10px;
  top: 0px;
  right: 0px;
  color: #a9a9aa;
}
#G-276 .page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}
#G-276 .image_block_eight .image-box {
  margin-right: 30px;
  padding-right: 70px;
  padding-bottom: 130px;
}
#G-276 .image_block_eight .image-box img {
  width: 100%;
}
#G-276 .image_block_eight .image-box .image-1 {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .image_block_eight .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 10px solid #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
#G-276 .image_block_eight .image-box .image-1:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
#G-276 .image_block_eight .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
#G-276 .image_block_eight .image-box .icon-box {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
}
#G-276 .image_block_eight .image-box .shape .shape-1 {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
#G-276 .image_block_eight .image-box .shape .shape-2 {
  position: absolute;
  left: -50px;
  bottom: 80px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
#G-276 .about-section .pattern-layer-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 337px;
  height: 406px;
  background-repeat: no-repeat;
}
#G-276 .testimonial-style-two.about-page {
  padding: 115px 0px 0px 0px;
}
#G-276 .testimonial-style-two.about-page .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  background: #26282e;
}
#G-276 .service-style-two.service-page-1 {
  padding-bottom: 90px;
}
#G-276 .service-style-two.service-page-1 .service-block-one .inner-box {
  margin-bottom: 30px;
}
#G-276 .service-style-three.service-page-2 {
  padding: 115px 0px 90px 0px;
}
#G-276 .service-style-three.service-page-2 .service-block-two .inner-box {
  margin-bottom: 30px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .service-page-3 {
  padding: 115px 0px 70px 0px;
}
#G-276 .service-details {
  padding: 120px 0px;
}
#G-276 .service-sidebar {
  position: relative;
  display: block;
}
#G-276 .service-sidebar .accordion-box .block .acc-btn .icon-outer {
  transform: rotate(0deg);
  top: 26px;
}
#G-276 .service-sidebar .accordion-box .block .acc-btn .icon-outer:before {
  position: absolute;
  content: "\e948";
  font-family: 'icomoon';
  top: 0px;
  right: 0px;
  font-size: 18px;
  font-weight: 700;
}
#G-276 .service-sidebar .accordion-box .block .acc-btn {
  padding: 23px 50px 21px 30px;
}
#G-276 .service-sidebar .accordion-box .block .acc-btn.active .icon-outer:before {
  content: '\e947';
}
#G-276 .service-sidebar .accordion-box .acc-content {
  position: relative;
  padding-bottom: 20px;
}
#G-276 .service-sidebar .accordion-box .acc-content .service-list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
#G-276 .service-sidebar .accordion-box .acc-content .service-list li:last-child {
  margin-bottom: 0px;
}
#G-276 .service-sidebar .accordion-box .acc-content .service-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #141417;
  padding-left: 20px;
}
#G-276 .service-sidebar .accordion-box .acc-content .service-list li a:before {
  position: absolute;
  content: '\e906';
  font-family: 'icomoon';
  font-size: 12px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}
#G-276 .service-sidebar .accordion-box .block {
  margin-bottom: 20px;
}
#G-276 .service-sidebar .accordion-box .block:last-child {
  margin-bottom: 0px;
}
#G-276 .service-details-content {
  position: relative;
  display: block;
}
#G-276 .service-details-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 13px;
}
#G-276 .service-details-content .content-one {
  margin-bottom: 64px;
}
#G-276 .service-details-content .content-one .text p {
  margin-bottom: 52px;
}
#G-276 .service-details-content .content-one .text p:last-child {
  margin-bottom: 0px;
}
#G-276 .service-details-content .content-one .text {
  margin-bottom: 27px;
}
#G-276 .service-details-content .content-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 62px;
}
#G-276 .service-details-content .content-one .image-box img {
  width: 100%;
}
#G-276 .service-details-content .content-two {
  margin-bottom: 64px;
}
#G-276 .service-details-content .content-two img {
  width: 100%;
}
#G-276 .service-details-content .content-three h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
#G-276 .service-details-content .content-three p {
  margin-bottom: 26px;
}
#G-276 .service-details-content .content-three .list-style-one {
  margin-bottom: 65px;
}
#G-276 .service-details-content .content-three .theme-btn {
  padding: 17px 32px;
}
#G-276 .team-section.team-page-1 .team-block-one .inner-box {
  margin-bottom: 23px;
}
#G-276 .team-section.team-page-1 {
  padding-bottom: 90px;
}
#G-276 .team-style-two.team-page-2 .team-block-two .inner-box {
  margin-bottom: 70px;
}
#G-276 .team-style-two.team-page-2 {
  padding-bottom: 50px;
}
#G-276 .team-details {
  padding: 120px 0px;
}
#G-276 .team-details .image-box {
  position: relative;
  display: block;
}
#G-276 .team-details .image-box .image {
  position: relative;
  display: block;
  border-radius: 50%;
}
#G-276 .team-details .image-box .image img {
  width: 100%;
  border-radius: 50%;
}
#G-276 .team-details .image-box .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 184px;
  height: 204px;
  background-repeat: no-repeat;
}
#G-276 .team-details .content-box {
  position: relative;
  display: block;
}
#G-276 .team-details .content-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 9px;
}
#G-276 .team-details .content-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
#G-276 .team-details .content-box p {
  margin-bottom: 27px;
}
#G-276 .team-details .content-box .info-list li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 10px;
}
#G-276 .team-details .content-box .info-list li:last-child {
  margin-bottom: 0px;
}
#G-276 .team-details .content-box .info-list li span {
  position: relative;
  display: inline-block;
  width: 165px;
  font-size: 18px;
  font-weight: 600;
  color: #141417;
}
#G-276 .team-details .content-box .info-list li a {
  display: inline-block;
  color: #6e6e6e;
}
#G-276 .team-details .content-box .info-list {
  margin-bottom: 33px;
}
#G-276 .team-details .content-box .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
#G-276 .team-details .content-box .social-links li:last-child {
  margin: 0px !important;
}
#G-276 .team-details .content-box .social-links li a {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  font-size: 16px;
  color: #808080;
  border-radius: 50%;
  text-align: center;
}
#G-276 .team-details .content-box .social-links li a:hover {
  color: #fff;
}
#G-276 .team-details .pattern-layer {
  position: absolute;
  right: 100px;
  bottom: 0px;
  width: 231px;
  height: 392px;
  background-repeat: no-repeat;
}
#G-276 .personal-info {
  padding: 114px 0px 111px 0px;
}
#G-276 .personal-info .text h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 23px;
}
#G-276 .personal-info .text p {
  margin-bottom: 26px;
}
#G-276 .personal-info .text p:last-child {
  margin-bottom: 0px;
}
#G-276 .skills-section {
  padding: 80px 0px 112px 0px;
}
#G-276 .skills-section .skills-inner {
  position: relative;
  display: block;
}
#G-276 .skills-section .progress-box h6,
#G-276 .skills-section .progress-box .count-text {
  font-weight: 400;
  color: #141417;
}
#G-276 .skills-section h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 13px;
}
#G-276 .skills-section .skills-inner .text {
  margin-bottom: 17px;
}
#G-276 .skills-section .progress-box .bar {
  background: #edeae6;
}
#G-276 .skills-section .progress-box .bar-inner,
#G-276 .skills-section .progress-box .bar {
  height: 6px;
}
#G-276 .skills-section .progress-box h6 {
  margin-bottom: 4px;
}
#G-276 .skills-section .education-inner {
  position: relative;
  display: block;
}
#G-276 .skills-section .education-inner .text {
  margin-bottom: 22px;
}
#G-276 .skills-section .education-inner .single-item {
  position: relative;
  display: block;
}
#G-276 .skills-section .education-inner .single-item span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  background: #26282e;
  padding: 7px 21px;
  text-align: center;
  margin-bottom: 25px;
}
#G-276 .skills-section .education-inner .single-item span:before {
  position: absolute;
  content: '';
  background: #26282e;
  width: 10px;
  height: 10px;
  left: 0px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
#G-276 .skills-section .education-inner .single-item h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}
#G-276 .project-page-section {
  position: relative;
}
#G-276 .project-page-section .outer-container {
  margin: 0px 15px;
}
#G-276 .project-page-section .masonry-item {
  padding: 0px;
}
#G-276 .project-page-section .upper-box {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
#G-276 .project-page-section .upper-box .filters {
  position: absolute;
  right: 0px;
  bottom: 11px;
  z-index: 1;
}
#G-276 .project-page-section .upper-box .filter-tabs li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #141417;
  font-weight: 500;
  cursor: pointer;
  margin-right: 35px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
#G-276 .project-page-section .upper-box .filter-tabs li:last-child {
  margin: 0px !important;
}
#G-276 .project-page-two .upper-box .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #141417;
  font-weight: 500;
  cursor: pointer;
  margin-right: 35px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
#G-276 .project-page-two .upper-box .filter-tabs li:last-child {
  margin: 0px !important;
}
#G-276 .project-block-three .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 43px;
}
#G-276 .project-block-three .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .project-block-three .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}
#G-276 .project-block-three .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .project-block-three .inner-box:hover .image-box .image img {
  transform: scale(1.05);
  opacity: 0.2;
}
#G-276 .project-block-three .inner-box .image-box .view-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#G-276 .project-block-three .inner-box .image-box .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #fff;
  transform: scale(0, 0);
}
#G-276 .project-block-three .inner-box:hover .image-box .view-btn a {
  transform: scale(1, 1);
}
#G-276 .project-block-three .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 17px;
}
#G-276 .project-block-three .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}
#G-276 .project-block-three .inner-box .lower-content h4 a {
  display: inline-block;
  color: #141417;
}
#G-276 .project-block-three .inner-box .lower-content span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}
#G-276 .project-page-two {
  padding: 115px 0px 70px 0px;
}
#G-276 .project-details {
  padding: 120px 0px 112px 0px;
}
#G-276 .project-sidebar {
  position: relative;
  display: block;
}
#G-276 .project-sidebar .text {
  margin-bottom: 27px;
}
#G-276 .project-sidebar .text h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 23px;
}
#G-276 .project-sidebar .project-info li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 14px;
}
#G-276 .project-sidebar .project-info li:last-child {
  margin-bottom: 0px;
}
#G-276 .project-sidebar .project-info li span {
  position: relative;
  display: inline-block;
  width: 120px;
  font-size: 18px;
  font-weight: 600;
  color: #141417;
}
#G-276 .project-sidebar .project-info li a {
  color: #6e6e6e;
}
#G-276 .project-sidebar .project-info li.social-links a {
  display: inline-block;
  font-size: 15px;
  color: #bebebe;
  margin-right: 20px;
}
#G-276 .project-sidebar .project-info li.social-links a:last-child {
  margin: 0px !important;
}
#G-276 .project-details-content {
  position: relative;
  display: block;
}
#G-276 .project-details-content img {
  width: 100%;
}
#G-276 .project-details-content .content-one {
  position: relative;
  display: block;
  margin-bottom: 63px;
}
#G-276 .project-details-content .content-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 68px;
}
#G-276 .project-details-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
#G-276 .project-details-content p {
  margin-bottom: 26px;
}
#G-276 .project-details-content .text p:last-child {
  margin-bottom: 0px;
}
#G-276 .project-details-content .content-two .image-box {
  margin-bottom: 64px;
}
#G-276 .project-details-content .content-two .list-style-one {
  margin-bottom: 28px;
}
#G-276 .project-details .nav-btn {
  position: relative;
  display: block;
  margin-top: 104px;
}
#G-276 .project-details .nav-btn h6 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
#G-276 .project-details .nav-btn h6 a {
  display: inline-block;
  color: #141417;
}
#G-276 .project-details .nav-btn h6 a i {
  position: relative;
  top: 2px;
  font-size: 22px;
}
#G-276 .project-details .nav-btn .prev-btn h6 a i {
  margin-right: 6px;
}
#G-276 .project-details .nav-btn .next-btn h6 a i {
  margin-left: 6px;
}
#G-276 .testimonial-style-five {
  padding: 115px 0px 90px 0px;
}
#G-276 .testimonial-style-five .testimonial-block-one .inner-box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#G-276 .testimonial-style-six {
  padding: 115px 0px 90px 0px;
}
#G-276 .testimonial-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 43px 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
#G-276 .testimonial-block-two .inner-box .author-thumb {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 24px;
}
#G-276 .testimonial-block-two .inner-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
#G-276 .testimonial-block-two .inner-box p {
  margin-bottom: 15px;
  line-height: 28px;
}
#G-276 .testimonial-block-two .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}
#G-276 .testimonial-block-two .inner-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}
#G-276 .testimonial-block-two .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffc92e;
}
#G-276 .faq-page-section .sec-title p {
  color: #141417;
}
#G-276 .contact-style-two .bg-layer {
  position: absolute;
  left: 0px;
  bottom: -65px;
  background: #faf9f8;
  width: 100%;
  height: calc(100% - 80px);
}
#G-276 .contact-style-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 65px 70px 70px 70px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#G-276 .content_block_13 .content-box .form-inner .form-group i {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #6e6e6e;
  font-size: 16px;
  z-index: 1;
}
#G-276 .error-section {
  padding: 150px 0px 150px 0px;
}
#G-276 .error-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% + 65px);
  background-size: cover;
  background-repeat: no-repeat;
}
#G-276 .error-section .error-image {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
#G-276 .error-section h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 21px;
}
#G-276 .error-section p {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 30px;
}
#G-276 .error-section .theme-btn {
  padding: 17px 33px;
}
#G-276 .error-section .theme-btn i {
  position: relative;
  top: 2px;
  margin-right: 8px;
}
#G-276 .shop-page-section {
  position: relative;
  padding: 120px 0px;
}
#G-276 .shop-sidebar {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 43px 30px 40px 30px;
}
#G-276 .shop-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
#G-276 .shop-sidebar .widget-title h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
#G-276 .shop-sidebar .search-widget .form-group {
  position: relative;
  margin-bottom: 0px;
}
#G-276 .shop-sidebar .search-widget .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #808080;
  padding: 10px 20px 10px 50px;
  transition: all 500ms ease;
}
#G-276 .shop-sidebar .search-widget .form-group button {
  position: absolute;
  left: 21px;
  top: 14px;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  color: #808080;
  transition: all 500ms ease;
}
#G-276 .shop-sidebar .search-widget {
  padding-bottom: 30px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .shop-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
#G-276 .shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
#G-276 .shop-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #141417;
  padding-left: 18px;
}
#G-276 .shop-sidebar .category-widget .category-list li a i {
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 12px;
  font-weight: 700;
}
#G-276 .shop-sidebar .category-widget .widget-title {
  margin-bottom: 15px;
}
#G-276 .shop-sidebar .category-widget {
  padding-bottom: 25px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .range-slider .title:before {
  position: absolute;
  content: '$';
  left: -5px;
  top: -18px;
  color: #919191;
  font-size: 15px;
}
#G-276 .range-slider .input {
  color: #919191;
  max-width: 75px;
}
#G-276 .range-slider .input input {
  background: none;
  color: #919191;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  width: 80px;
}
#G-276 .range-slider .ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  margin-bottom: 18px;
  background: #f0f0f0;
}
#G-276 .range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 3px;
}
#G-276 .range-slider .ui-state-default,
#G-276 .range-slider .ui-widget-content .ui-state-default {
  top: -5px;
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
}
#G-276 .shop-sidebar .price-filter .pull-right p {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  margin-right: 5px;
}
#G-276 .shop-sidebar .price-filter {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .shop-sidebar .price-filter .filter-btn {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #141417;
  text-transform: uppercase;
}
#G-276 .shop-sidebar .tags-widget .tags-list {
  margin: 0px -5px;
}
#G-276 .shop-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 5px;
  margin-bottom: 10px;
}
#G-276 .shop-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #141417;
  border: 1px solid #e5e5e5;
  padding: 4px 13px;
  text-align: center;
}
#G-276 .shop-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}
#G-276 .wrapper.list .shop-list-content {
  display: block;
}
#G-276 .wrapper.list .shop-grid-content {
  display: none;
}
#G-276 .wrapper.grid .shop-list-content {
  display: none;
}
#G-276 .wrapper.grid .shop-grid-content {
  display: block;
}
#G-276 .shop-page-section .item-shorting .left-column .btn-box button {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #242426;
  margin-right: 12px;
  transition: all 500ms ease;
}
#G-276 .shop-page-section .item-shorting .left-column .btn-box button:last-child {
  margin: 0px !important;
}
#G-276 .shop-page-section .item-shorting .nice-select {
  height: auto;
  line-height: 26px;
  border: none !important;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #141417;
  padding-left: 0px;
  padding-right: 35px;
}
#G-276 .shop-page-section .item-shorting .nice-select:after {
  right: 0px;
  border-bottom: 2px solid #141417;
  border-right: 2px solid #141417;
  top: 10px;
}
#G-276 .shop-page-section .item-shorting .nice-select .list {
  min-width: 160px;
}
#G-276 .shop-page-section .shop-block-one .inner-box {
  margin-bottom: 30px;
}
#G-276 .shop-page-section .item-shorting .text p span {
  color: #141417;
}
#G-276 .shop-page-section .item-shorting {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .product-details-content .image-box {
  background: #fff;
}
#G-276 .product-details-content .image-box img {
  width: 100%;
}
#G-276 .product-details-content .image-box .preview-link a {
  background: #f7f7f7;
  color: #141417;
}
#G-276 .product-details-content .image-box .preview-link a:hover {
  color: #fff;
}
#G-276 .product-details-content .product-details .rating li {
  color: #ffc92e;
}
#G-276 .product-details-content .product-details .addto-cart-box .clearfix li a {
  color: #141417;
  background: #fff;
}
#G-276 .product-details-content .product-details .addto-cart-box .clearfix li a:hover {
  color: #fff;
}
#G-276 .product-details-content .product-details .other-option .list li {
  color: #7a7b80;
}
#G-276 .product-details-content .product-details .addto-cart-box .theme-btn {
  padding: 12px 30px;
}
#G-276 .product-details-content .product-details .other-option .list li a {
  color: #848484;
}
#G-276 .shop-details .product-discription .tab-btn-box .tab-btns li {
  cursor: pointer;
}
#G-276 .shop-details .product-discription .tab-btn-box .tab-btns li.active-btn,
#G-276 .shop-details .product-discription .tab-btn-box .tab-btns li:hover {
  color: #141417;
}
#G-276 .shop-details .product-discription .tab-btn-box .tab-btns li:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -27px;
  transition: all 500ms ease;
}
#G-276 .shop-details .product-discription .tab-btn-box .tab-btns li.active-btn:before,
#G-276 .shop-details .product-discription .tab-btn-box .tab-btns li:hover:before {
  width: 100%;
}
#G-276 .product-details-content .product-details .addto-cart-box .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 106px;
  height: 50px;
  width: 100%;
  float: left;
  padding: 0px 40px 0px 0px;
  margin-right: 10px;
  background: #fff;
  z-index: 1;
  border-radius: 0px;
}
#G-276 .product-details-content .product-details .addto-cart-box input.quantity-spinner {
  line-height: 48px;
  height: 48px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  background: transparent;
}
#G-276 .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  right: -17px;
  top: 4px;
  border-right: none;
  border-radius: 0px;
  z-index: 1;
}
#G-276 .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  right: -18px;
  top: 17px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
  z-index: 1;
}
#G-276 .bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f107";
  font-size: 18px;
  font-style: normal;
  color: #b3b3b3;
  font-family: 'Font Awesome 5 pro';
  font-weight: 400;
  transition: all 500ms ease;
}
#G-276 .bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f106";
  font-size: 18px;
  font-style: normal;
  color: #b3b3b3;
  font-weight: 400;
  font-family: 'Font Awesome 5 pro';
  transition: all 500ms ease;
}
#G-276 .bootstrap-touchspin .glyphicon-chevron-up:hover:before,
#G-276 .bootstrap-touchspin .glyphicon-chevron-down:hover:before {
  color: #101010;
}
#G-276 .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  width: 100%;
}
#G-276 .bootstrap-touchspin .input-group-btn-vertical i {
  top: 0px;
  left: 7px;
  font-size: inherit !important;
}
#G-276 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: 0px;
}
#G-276 .shop-details .product-discription .customer-inner .rating li {
  color: #ffc92e;
}
#G-276 .shop-details .product-discription .customer-inner .customer-review {
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .shop-details .product-discription .comment-form input,
#G-276 .shop-details .product-discription .comment-form textarea {
  border: 1px solid #e6e6e6;
}
#G-276 .shop-details .product-discription .comment-form textarea {
  height: 170px;
  resize: none;
}
#G-276 .shop-details .product-discription .check-box label {
  color: #808080;
}
#G-276 .cart-section .othre-content .update-btn button:hover {
  color: #fff !important;
}
#G-276 .shop-details .product-discription .theme-btn {
  padding: 16px 30px;
}
#G-276 .default-form input[type='text'],
#G-276 .default-form input[type='email'],
#G-276 .default-form input[type='tel'],
#G-276 .default-form input[type='password'],
#G-276 .default-form textarea {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  color: #808080;
  padding: 15px 20px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #e6e6e6;
  transition: all 500ms ease;
}
#G-276 .shop-details .product-discription .comment-form textarea {
  height: 170px;
  resize: none;
}
#G-276 .shop-details .product-discription .tab-btn-box {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 33px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .cart-section .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 100px;
  height: 50px;
  width: 100%;
  float: left;
  padding: 0px 40px 0px 0px;
  background: #fff;
  z-index: 1;
  border-radius: 0px;
}
#G-276 .cart-section input.quantity-spinner {
  line-height: 48px;
  height: 48px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #141417;
  background: transparent;
}
#G-276 .cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
#G-276 .cart-section .cart-table {
  min-width: 1170px;
  width: 100%;
}
#G-276 .cart-section .cart-table thead tr th {
  line-height: 24px;
  min-width: 110px;
  padding: 21px 0px 20px 0px;
  color: #141417;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
#G-276 .cart-section .cart-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
#G-276 .cart-section .cart-table .cart-header {
  background: #fff;
}
#G-276 .cart-section .cart-table tbody tr td.prod-column {
  padding: 30px 0px;
}
#G-276 .cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 100px;
  position: relative;
  padding: 30px 0px 24px 250px;
}
#G-276 .cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
#G-276 .cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 100px;
  top: 0px;
  width: 110px;
  height: 110px;
  background: #fff;
}
#G-276 .cart-section .cart-table tbody tr .prod-column .column-box .title {
  padding-left: 20px;
}
#G-276 .cart-section .cart-table tbody tr .prod-column .column-box .remove-btn {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 14px;
  color: #141417;
  font-weight: 900;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}
#G-276 .cart-section .cart-table tbody tr .prod-column .column-box .remove-btn:hover {
  color: #fff;
}
#G-276 .cart-section .cart-table tbody tr td.price {
  font-size: 15px;
  color: #141417;
  font-weight: 500;
  position: relative;
  padding: 30px 0px 30px 0px;
}
#G-276 .cart-section .cart-table thead tr th:last-child {
  text-align: center;
}
#G-276 .cart-section .cart-table tbody tr .sub-total {
  font-size: 15px;
  padding: 27px 0px 27px 0px;
  font-weight: 500;
  color: #141417;
  text-align: center;
}
#G-276 .cart-section .cart-table tbody tr td.qty {
  position: relative;
}
#G-276 .cart-section .cart-table .prod-title {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #141417;
  font-weight: 500;
}
#G-276 .cart-section .othre-content {
  position: relative;
  display: block;
  padding: 30px 0px;
  margin-bottom: 65px;
}
#G-276 .cart-section .othre-content .update-btn button {
  background: transparent;
  transition: all 500ms ease;
}
#G-276 .cart-section .othre-content .coupon-box {
  position: relative;
  width: 530px;
  padding-right: 183px;
}
#G-276 .cart-section .othre-content .coupon-box input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  max-width: 347px;
  font-size: 15px;
  height: 50px;
  color: #808080;
  font-size: 16px;
  background: #fff;
  padding: 10px 30px 10px 30px;
}
#G-276 .cart-section .othre-content .coupon-box button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px 15px;
  width: 173px;
}
#G-276 .cart-section .othre-content .coupon-box button i {
  position: relative;
  font-size: 20px;
  top: 2px;
  font-weight: 700;
  margin-left: 8px;
}
#G-276 .cart-section .othre-content .coupon-box input:focus + button,
#G-276 .cart-section .othre-content .coupon-box button:hover {
  color: #fff;
}
#G-276 .cart-section .othre-content .update-btn button {
  color: #6e6e6e !important;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
}
#G-276 .cart-section .othre-content .update-btn button:hover {
  color: #fff !important;
}
#G-276 .cart-section .othre-content .update-btn button i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 8px;
  font-weight: 700;
}
#G-276 .cart-section .othre-content .update-btn button span:after {
  color: #fff;
}
#G-276 .cart-section .othre-content .update-btn button:hover:before {
  background: #fff;
}
#G-276 .cart-section .othre-content .update-btn button:hover:after {
  border-right: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
}
#G-276 .cart-section .cart-total .total-cart-box {
  position: relative;
}
#G-276 .cart-section .cart-total .total-cart-box h3 {
  margin-bottom: 23px;
}
#G-276 .cart-section .cart-total .total-cart-box .list {
  border: 1px solid #e6e6e6;
}
#G-276 .cart-section .cart-total .total-cart-box .list li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #141417;
  font-weight: 500;
  padding: 12px 30px;
  border-bottom: 1px solid #e6e6e6;
}
#G-276 .cart-section .cart-total .total-cart-box .list li:last-child {
  border-bottom: none;
}
#G-276 .cart-section .cart-total .total-cart-box .list li span {
  float: right;
  color: #848484;
  font-weight: 400;
}
#G-276 .cart-section .cart-total .total-cart-box .list li:last-child span {
  font-weight: 700;
  color: #172746;
}
#G-276 .cart-section .cart-total .total-cart-box .theme-btn {
  padding: 12px 35px;
  width: 100%;
}
#G-276 .cart-section .cart-total .total-cart-box .list li:before {
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 100%;
  left: 165px;
  top: 0px;
}
#G-276 .checkout-section .coupon-box {
  background: #fff;
}
#G-276 .checkout-section .coupon-box a:hover {
  text-decoration: underline;
}
#G-276 .checkout-section .upper-box .single-box:last-child {
  margin-bottom: 0px;
}
#G-276 .checkout-section .customer a:hover,
#G-276 .checkout-section .coupon a:hover {
  text-decoration: underline;
}
#G-276 .checkout-section .billing-form .form-group {
  margin-bottom: 23px;
}
#G-276 .checkout-section .billing-form .form-group:last-child {
  margin-bottom: 0px;
}
#G-276 .checkout-section .billing-form .form-group input[type='text'],
#G-276 .checkout-section .billing-form .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #fff;
  font-size: 15px;
  color: #848484;
  padding: 10px 15px;
  transition: all 500ms ease;
}
#G-276 .checkout-section .billing-form .form-group label {
  color: #141417;
}
#G-276 .checkout-section .billing-form .form-group .nice-select {
  border-radius: 0px;
  border: 1px solid #fff !important;
  width: 100%;
  font-size: 15px;
  color: #848484;
  background: #fff;
  height: 45px;
  line-height: 45px;
  font-weight: 400;
  padding: 0px 20px;
}
#G-276 .checkout-section .billing-form .form-group .nice-select .list {
  width: 100%;
}
#G-276 .checkout-section .billing-form .form-group input.address {
  margin-bottom: 10px;
}
#G-276 .checkout-section .billing-form .select-box .ui-state-default {
  width: 100% !important;
}
#G-276 .checkout-section .billing-form .select-box .ui-selectmenu-button span.ui-icon:before {
  color: #848484;
}
#G-276 .checkout-section .additional-info .note-book textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 133px;
  background: #fff;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  resize: none;
  transition: all 500ms ease;
}
#G-276 .checkout-section .order-info {
  background: #fff;
}
#G-276 .checkout-section .order-info .order-list li {
  border-bottom: 1px solid #e6e6e6;
}
#G-276 .checkout-section .order-info .order-list li:last-child {
  border-bottom: none;
}
#G-276 .checkout-section .order-info .order-list li span.light {
  color: #848484;
}
#G-276 .checkout-section .payment-info {
  background: #fff;
}
#G-276 .checkout-section .payment-info .payment-inner .option-block {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
#G-276 .checkout-section .payment-info .check-box input:checked + label:before {
  background: transparent;
  border-color: #e5e5e5;
}
#G-276 .checkout-section .payment-info .check-box label:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 2px;
  left: 5px;
  top: 9px;
}
#G-276 .checkout-section .payment-info .check-box {
  margin-bottom: 0px;
}
#G-276 .checkout-section .payment-info .payment-inner .btn-box .theme-btn-two {
  padding: 16px 30px;
}
#G-276 .checkout-section .payment-info .payment-inner {
  background: #fafafa;
}
#G-276 .checkout-section .payment-info .payment-inner .option-block {
  border-bottom: 1px solid #e6e6e6;
}
#G-276 .checkout-section .payment-info .payment-inner .option-block:last-child {
  border-bottom: none;
}
#G-276 .checkout-section .payment-info .theme-btn {
  padding: 12px 35px;
}
#G-276 .checkout-section .payment-info .theme-btn i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 8px;
  font-weight: 700;
}
#G-276 .checkout-section .additional-info label {
  color: #141417;
}
#G-276 .checkout-section .payment-info .option-block .link a {
  color: #141417;
}
#G-276 .check-box input {
  display: none;
}
#G-276 .check-box {
  margin-bottom: 9px;
}
#G-276 .check-box:last-child {
  margin-bottom: 0px;
}
#G-276 .check-box label {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #141417;
  padding-left: 27px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
  transition: all 500ms ease;
}
#G-276 .check-box input:checked + label {
  color: #1e2c36;
}
#G-276 .check-box label:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 4px;
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  border-radius: 2px;
}
#G-276 .check-box label:after {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 9px;
  left: 0px;
  top: 5px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  opacity: 0;
  font-weight: 400;
  text-align: center;
}
#G-276 .check-box input:checked + label:after {
  opacity: 1;
}
#G-276 .blog-grid {
  padding: 120px 0px 70px 0px;
}
#G-276 .blog-grid .news-block-one .inner-box {
  box-shadow: none;
  margin-bottom: 42px;
}
#G-276 .blog-grid .news-block-one .inner-box .lower-content {
  padding: 29px 30px 0px 0px;
}
#G-276 .sidebar-page-container {
  position: relative;
}
#G-276 .sidebar-page-container .news-block-one .inner-box .image-box:before {
  display: none;
}
#G-276 .sidebar-page-container .news-block-one .inner-box {
  box-shadow: none;
  margin-bottom: 50px;
}
#G-276 .sidebar-page-container .news-block-one .inner-box .lower-content {
  padding: 22px 30px 43px 0px;
  border-bottom: 1px solid #e5e5e5;
}
#G-276 .sidebar-page-container .news-block-one .inner-box .lower-content h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
}
#G-276 .news-block-one .inner-box .image-box .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#G-276 .news-block-one .inner-box .image-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 96px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
}
#G-276 .news-block-one .inner-box .image-box .video-btn a:before,
#G-276 .news-block-one .inner-box .image-box .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#G-276 .news-block-one .inner-box .image-box .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#G-276 .news-block-one .inner-box .owl-nav {
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
#G-276 .news-block-one .inner-box .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
}
#G-276 .news-block-one .inner-box .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}
#G-276 .news-block-one .inner-box .quote-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 33px 75px 29px 40px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 11px;
}
#G-276 .news-block-one .inner-box .quote-box .icon-box {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: #fdf1e9;
}
#G-276 .news-block-one .inner-box .quote-box p {
  font-size: 18px;
  line-height: 28px;
  color: #141417;
  margin-bottom: 8px;
}
#G-276 .news-block-one .inner-box .quote-box h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#G-276 .sidebar-page-container .pagination li a {
  border: 1px solid #e5e5e5;
}
#G-276 .blog-sidebar {
  position: relative;
  display: block;
}
#G-276 .blog-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 33px 40px 40px 40px;
  margin-bottom: 50px;
}
#G-276 .blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
#G-276 .blog-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 23px;
}
#G-276 .blog-sidebar .widget-title h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
#G-276 .blog-sidebar .search-widget .form-group {
  position: relative;
  margin: 0px;
}
#G-276 .blog-sidebar .search-widget .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #808080;
  padding: 10px 20px 10px 60px;
  transition: all 500ms ease;
}
#G-276 .blog-sidebar .search-widget .form-group button {
  position: absolute;
  left: 30px;
  top: 19px;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  color: #808080;
  transition: all 500ms ease;
}
#G-276 .blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
#G-276 .blog-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
#G-276 .blog-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #141417;
  padding-left: 18px;
}
#G-276 .blog-sidebar .category-widget .category-list li a i {
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 12px;
  font-weight: 700;
}
#G-276 .blog-sidebar .category-widget .widget-title {
  margin-bottom: 15px;
}
#G-276 .blog-sidebar .category-widget {
  padding-bottom: 32px;
}
#G-276 .blog-sidebar .post-widget .post {
  position: relative;
  display: block;
  padding: 0px 0px 23px 100px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 105px;
}
#G-276 .blog-sidebar .post-widget .post:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
#G-276 .blog-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
#G-276 .blog-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}
#G-276 .blog-sidebar .post-widget .post:hover .post-thumb img {
  opacity: 0.2;
}
#G-276 .blog-sidebar .post-widget .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 9px;
}
#G-276 .blog-sidebar .post-widget .post h5 a {
  display: inline-block;
  color: #141417;
}
#G-276 .blog-sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #6e6e6e;
  padding-left: 25px;
}
#G-276 .blog-sidebar .post-widget .post .post-date i {
  position: absolute;
  left: 0px;
  top: 4px;
}
#G-276 .blog-sidebar .post-widget .widget-title {
  margin-bottom: 18px;
}
#G-276 .blog-sidebar .post-widget {
  padding-bottom: 20px;
}
#G-276 .blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#G-276 .blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #141417;
  border: 1px solid #e5e5e5;
  padding: 7px 13px;
}
#G-276 .blog-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}
#G-276 .blog-sidebar .tags-widget {
  padding-bottom: 30px;
}
#G-276 .blog-details-content {
  position: relative;
  display: block;
}
#G-276 .blog-details-content .news-block-one .inner-box .lower-content {
  padding-bottom: 0px;
  border-bottom: none;
}
#G-276 .blog-details-content .news-block-one .inner-box .lower-content p {
  margin-bottom: 26px;
}
#G-276 .blog-details-content .news-block-one .inner-box {
  margin-bottom: 64px;
}
#G-276 .blog-details-content .content-one .quote-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 33px 75px 29px 40px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 63px;
}
#G-276 .blog-details-content .content-one .quote-box .icon-box {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: #fdf1e9;
}
#G-276 .blog-details-content .content-one .quote-box p {
  font-size: 18px;
  line-height: 28px;
  color: #141417;
  margin-bottom: 8px;
}
#G-276 .blog-details-content .content-one .quote-box h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#G-276 .blog-details-content .content-one h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
#G-276 .blog-details-content .content-one {
  margin-bottom: 34px;
}
#G-276 .blog-details-content .content-two .text h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 14px;
}
#G-276 .blog-details-content .content-two .text p {
  margin-bottom: 16px;
}
#G-276 .blog-details-content .content-two .image-box {
  position: relative;
  display: block;
}
#G-276 .blog-details-content .content-two .image-box img {
  width: 100%;
}
#G-276 .blog-details-content .content-two {
  margin-bottom: 63px;
}
#G-276 .blog-details-content .content-three h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-right: 7px;
}
#G-276 .blog-details-content .content-three {
  margin-bottom: 62px;
}
#G-276 .blog-details-content .post-tags .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#G-276 .blog-details-content .post-tags .tags-list li:last-child {
  margin: 0px !important;
}
#G-276 .blog-details-content .post-tags .tags-list li h6 {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}
#G-276 .blog-details-content .post-tags .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #141417;
  border: 1px solid #e5e5e5;
  padding: 7px 13px;
}
#G-276 .blog-details-content .post-tags .tags-list li a:hover {
  color: #fff;
}
#G-276 .blog-details-content .post-tags {
  margin-bottom: 70px;
}
#G-276 .blog-details-content .author-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 40px 42px 170px;
  margin-bottom: 60px;
}
#G-276 .blog-details-content .author-box .author-thumb {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#G-276 .blog-details-content .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
#G-276 .blog-details-content .author-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 11px;
}
#G-276 .blog-details-content .comments-form-area .group-title {
  position: relative;
  display: block;
  margin-bottom: 18px;
}
#G-276 .blog-details-content .comments-form-area .group-title h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
#G-276 .blog-details-content .comments-form-area .form-group {
  position: relative;
  display: block;
  margin-bottom: 26px;
}
#G-276 .blog-details-content .comments-form-area .form-group input[type="text"],
#G-276 .blog-details-content .comments-form-area .form-group input[type="email"],
#G-276 .blog-details-content .comments-form-area .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 42px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
#G-276 .blog-details-content .comments-form-area .form-group textarea {
  height: 120px;
  resize: none;
}
#G-276 .blog-details-content .check-box label {
  font-size: 16px;
  color: #6e6e6e;
}
#G-276 .blog-details-content .comments-form-area .form-group .theme-btn {
  padding: 12px 25px;
}
#G-276 .blog-details-content .comments-form-area .form-group .theme-btn i {
  position: relative;
  font-size: 22px;
  margin-left: 8px;
  top: 2px;
}
#G-276 .blog-details-content .news-block-one .inner-box .image-box img {
  opacity: 1 !important;
  transform: scale(1) !important;
}
#G-276 .google-map-section {
  position: relative;
}
#G-276 .google-map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 500px;
}
#G-276 .contact-style-three {
  position: relative;
  padding: 115px 0px 120px 0px;
}
#G-276 .contact-style-three .contact-info {
  position: relative;
  display: block;
}
#G-276 .contact-style-three .contact-info h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 23px;
}
#G-276 .contact-style-three .contact-info p {
  color: #141417;
  margin-bottom: 15px;
}
#G-276 .contact-style-three .contact-info .info-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 14px;
}
#G-276 .contact-style-three .contact-info .info-list li:last-child {
  margin-bottom: 0px;
}
#G-276 .contact-style-three .contact-info .info-list li a {
  display: inline-block;
  color: #787878;
}
#G-276 .contact-style-three .contact-info .info-list li:last-child a {
  color: #141417;
  font-size: 16px;
  font-weight: 500;
}
#G-276 .contact-style-three .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 26px;
}
#G-276 .contact-style-three .form-inner .form-group input[type="text"],
#G-276 .contact-style-three .form-inner .form-group input[type="email"],
#G-276 .contact-style-three .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 42px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
#G-276 .contact-style-three .form-inner .form-group textarea {
  height: 120px;
  resize: none;
}
#G-276 .contact-style-three .form-inner .form-group .check-box label {
  font-size: 16px;
  color: #6e6e6e;
}
#G-276 .contact-style-three .form-inner .form-group .theme-btn {
  padding: 12px 25px;
}
#G-276 .contact-style-three .form-inner .form-group .theme-btn i {
  position: relative;
  font-size: 22px;
  margin-left: 8px;
  top: 2px;
}
