

html,body {
  max-width:100%;
  overflow-x:hidden !important;
}
body {
  font-family: Gilroy, "sans-serif";
  background-color: #fff;
  max-width:100%;
  overflow-x:hidden !important;
  background-color:#f5f5f7;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gilroy, Helvetica, "sans-serif";
}



.portfolio_filter{bottom:0;height:5em;margin:auto;transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s}
.portfolio_filter ul{left:0;transform-origin:top center;text-align:center;padding:20px}
.portfolio_filter ul li{float:none}
.portfolio_filter ul li a.select-cat{color:#000}
.portfolio_filter ul li a{color:#9c9c9c;font-weight:600;padding:10px 20px;box-shadow:0 0 30px 0 #98989821;background:#fff}
.darkness .portfolio_filter ul li a{color:#fff}
.portfolio-item img{width:100%}
.portfolio-item figcaption{position:absolute;top:20px;left:25px;color:#fff}
.portfolio-item figcaption .title{font-size:23px;padding:0;font-weight:700;font-style:normal}
.portfolio-item figcaption span{font-size:14px;line-height:20px;letter-spacing:1px;font-weight:400;font-style:normal}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
  cursor:pointer;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Preloader */
.preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
/* Preloader */

/* Create a reservation with scroll up */
#scroll-button {
  display: none;
}
/* Create a reservation with scroll up */

/* Navbar */

/* Topbar */

.stickytopbar {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  z-index: 60;
  margin-bottom: 35px;
}

.topbar-style-01 {
  background-color: #f5f5f7;
  height: 35px;
  position: fixed;
  width: 100%;
  top: 0;
  /* margin-bottom: 10px; */
  /* height: 35px; */
}

.topbar-style-01 ul {
  list-style:none;
  display:flex;
  padding:0;
  margin-top:5px;
}

.topbar-style-01 ul li {
  margin-right:18px;
}

.topbar-style-01 i {
  color:#000;
  font-size:16px;
}

.topbar-style-01 .fa-phone {
  font-size:14px;
}
/* Topbar */

.site-navbar {
  background-color:#fff;
}
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  position: fixed;
  z-index: 9999;
}


.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  position: relative;
  float:left;
}

.site-navbar .site-logo img {
  width:230px;
}
.site-navbar .site-logo a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-menu i {
  font-size: 18px;
  width: 18px;
  text-align: center;
  max-height: 25px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
}
.site-navbar .site-navigation .site-menu {
  margin-top:15px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 0 10px;
}

/* When Background is Dark */
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 14px;
  color: #4e4e4e;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
}
/* When Background is Dark */

/* When Background is Light */

.bg-light .site-navbar-wrap {
  position:relative;
}

.bg-light .sticky-wrapper {
  position:relative;
}

.bg-light .site-navbar {
  background-color:#fff;
}
.bg-light .site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: 0;
  position: relative;
}

.bg-light .site-navbar img {
  width:80px;
}

.bg-light .site-navbar .site-navigation .site-menu {
  margin-top:10px;
}

.bg-light .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 14px;
  border-radius: 0.45rem;
  color: #000;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  margin-top:5px;
}

.bg-light .site-navbar .site-navigation .site-menu > li.active > a {
  background-color:#000;
  color:#fff;
}

.bg-light .site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
  background-color:#000;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: all 0.3s ease;
}

.bg-light  .site-menu-toggle {
  color:#000 !important;
}

/* When Background is Light */

.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu > li > a:focus {
  border:none;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: all 0.3s ease;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #000;
  border-bottom: 1px solid #000;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  top: 50%;
  padding-right: 9px;
  margin-top: -1px;
  font-size: 10px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  padding: 0;
  margin-top: 20px;
  margin-left: 0;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation  .site-menu  .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #000;
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #000;
  background-color: #000;
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  border-radius: 0.45rem;
  border-top-left-radius: 0;
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 65px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  color:#4e4e4e;
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #4e4e4e;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #000;
  font-weight: 600;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  text-align: center;
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}


.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper.is-sticky  .site-navbar .site-navigation .site-menu {
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;

}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {

}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {

}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  color: #4e4e4e;
  font-weight: 600;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
  color:#000 !important;
  border-bottom:1px solid #000;
}

.sticky-wrapper.is-sticky  .site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
  color: #000;
  border-bottom: 1px solid #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu {
  margin-top:15px;
}


.site-navigation .site-menu .has-children a {
  color: #fff !important;
  background-color: #25D366;
}


.stickylogo {
  display:none;
}

.sticky-wrapper.is-sticky .stickylogo {
  display:inherit !important;
  width: 230px;
}

@media only screen and (min-width: 992px) {
  .site-menu-toggle {
    display:none !important;
  }
}

.site-menu-toggle {
  color: #000 !important;
  position: absolute;
  right: 30px;
  top: 14px;
  font-size: 20px;
}

.sticky-wrapper.is-sticky .stickylogo img {
  width: 230px;
  padding-top:2px;
  padding-bottom:2px;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo {
  top:0px;
}

.sticky-wrapper.is-sticky .stickyhide {
  display:none;
}
/* Navbar */

/* Bootstrap Tricks */
@media only screen and (min-width: 992px) {
  .col-lg-25 {
    width:20%;
  }
}
/* Bootstrap Tricks */

/* Reservation Modal */
#reservationmodal .modal-title {
  font-family: 'Gilroy';
  font-size:18px;

}

#reservationmodal .btn-primary {
  background-color:#cdaa69;
  border:none;
  font-size:18px;
  font-weight:600;
}

#reservationmodal .modal-content {
  border-radius:0.45rem;
}
/* Reservation Modal */

/* Footer Style 02 */

.footer-style-nine .contact-dv-logo {
  position: relative;
  margin-top: -128px !important;
  width: 72px !important;
  background-color: #f5f5f7;
  padding: 10px;
  border-radius: 0.45rem;
  /* border: 1px solid #cdab69; */
}
.footer-style-nine {
  padding: 60px 0 0;
}

.footer-style-nine ul {
  list-style: none;
  padding-left: 0;
}
.footer-style-nine.theme-basic-footer .footer-title {
  color: #181818;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600;
}
.footer-style-nine .footer-nav-link a {
  color: #181818;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.footer-style-nine .bottom-footer .footer-nav a:hover,
.footer-style-nine .bottom-footer .social-icon a:hover,
.footer-style-nine .footer-nav-link a:hover {
  color: #cdaa69;
}
.footer-style-nine .form-widget form input {
  border: 2px solid #fff;
  background: 0 0;
  color: #fff;
}
.footer-style-nine ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-style-nine :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-style-nine ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-style-nine .bottom-footer {
  border-top: 1px solid #c3c3c3;
  margin-top: 50px;
  padding: 0px 0 0px;
}
.footer-style-nine .bottom-footer .footer-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-right: 22px;
  transition: 0.3s ease-in-out;
}
.footer-style-nine .shape-one {
  width: 70px;
  height: 70px;
  left: 13%;
  top: -35px;
  background: #ff45aa;
}
.footer-style-nine .shape-two {
  right: 5%;
  top: -40px;
}

.footer-style-nine .copyright {
  font-size: 16px;
  color: #181818;
  margin-top: 15px;
  font-weight: 500;
}
/* Footer Style 02 */

/* Tab Menu Style 01 */

.tab-menu-style-01,
.tab-menu-style-01 .nav-tabs {
  background-color: #fff;
  border-radius: 4.25rem;
  width: auto;
  padding:10px;
  display: inline-flex;
  width: auto !important;
}

.tab-menu-style-01 .nav-link {
  color:#333;
  padding: 18px 20px;
  border: none;
  border-radius: 4.45rem;

}

.tab-menu-style-01 .nav-tabs .nav-link,
.tab-menu-style-01 .nav-tabs .nav-link button,
.tab-menu-style-01 .nav-tabs .nav-link:focus,
.tab-menu-style-01 .nav-tabs, .nav-link:focus,
.tab-menu-style-01 .nav-link:hover,
.tab-menu-style-01 .nav-link:focus {
  border:none;
  margin-bottom:0;
}

.tab-menu-style-01 .nav-tabs .nav-link button,
.tab-menu-style-01 .nav-tabs .nav-link:focus, .nav-tabs,
.tab-menu-style-01 .nav-link:focus, .nav-link:hover,
.tab-menu-style-01 .nav-link:focus, .nav-link:focus {
  color:#333;
  font-size:16px;
  font-weight:500;
}

.tab-menu-style-01 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background-color: #000 !important;
  border-radius: 4.45rem;
  color: #fff !important;
}
/* Tab Menu Style 01 */

/* Tab Menu Style 02 */

.tab-menu-style-02,
.tab-menu-style-02 .nav-tabs {
  background-color:#fff;
}

.tab-menu-style-02 .nav-link {
  /* background-color: #f5f5f7; */
  border-radius: 15px;
  font-weight: 600;
  color: #000;
  padding-right: 1px;
  margin-right: 15px;
  margin: 0 auto;
  /* border: 1px solid #c3c3c3; */
  /* border: 1px solid #c3c3c39e; */
  /* box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px; */


}

.tab-menu-style-02 .nav-item img {
  margin:0 auto;
}

.tab-menu-style-02 .nav-item {
  padding:20px 20px 20px 20px;
}


.tab-menu-style-02 .nav-tabs .nav-link,
.tab-menu-style-02 .nav-tabs .nav-link button,
.tab-menu-style-02 .nav-tabs .nav-link:focus,
.tab-menu-style-02 .nav-tabs, .nav-link:focus,
.tab-menu-style-02 .nav-link:hover,
.tab-menu-style-02 .nav-link:focus {
  border:none;
  margin-bottom:0;
}

.tab-menu-style-02 .nav-tabs .nav-link button, .nav-tabs .nav-link:focus, .nav-tabs,
.tab-menu-style-02 .nav-link:focus, .nav-link:hover,
.tab-menu-style-02 .nav-link:focus, .nav-link:focus {
  color:#333;
  font-size:16px;
}

.tab-menu-style-02 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom: none;
  background-color:#f5f5f7;
}
/* Tab Menu Style 02 */

/* Tab Menu Style 03 */

.tab-menu-style-03,
.tab-menu-style-03 .nav-tabs {
  background-color:#f5f5f7;
}

.tab-menu-style-03 .nav-link {
  /* background-color: #f5f5f7; */
  border-radius: 15px;
  font-weight: 600;
  color: #000;
  padding-right: 1px;
  margin-right: 15px;
  margin: 0 auto;
  /* border: 1px solid #c3c3c3; */
  /* border: 1px solid #c3c3c39e; */
  /* box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px; */
  padding:20px 20px 20px 20px;



}

.tab-menu-style-03 .nav-item img {
  margin:0 auto;
  display:block;
  margin-bottom:5px;
}

.tab-menu-style-03 .nav-item {
}


.tab-menu-style-03 .nav-tabs .nav-link,
.tab-menu-style-03 .nav-tabs .nav-link button,
.tab-menu-style-03 .nav-tabs .nav-link:focus,
.tab-menu-style-03 .nav-tabs, .nav-link:focus,

.tab-menu-style-03 .nav-link:focus {
  border:1px solid #c3c3c3;
  margin-bottom:0;
}

.tab-menu-style-03 .nav-link:hover {
  border:1px solid #000;
  background-color:#fff;
}

.tab-menu-style-03 .nav-tabs .nav-link button, .nav-tabs .nav-link:focus, .nav-tabs,
.tab-menu-style-03 .nav-link:focus, .nav-link:hover,
.tab-menu-style-03 .nav-link:focus, .nav-link:focus {
  color:#333;
  font-size:16px;
}

.tab-menu-style-03 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom: none;
  background-color:transparent;
}
/* Tab Menu Style 03 */


/* Special Video */

#video-section {
  position:relative;
  width:100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Siyah overlay rengi ve opaklık ayarları */
  border-radius:0.45rem;
}

.special-video {
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
  border-radius: 0.45rem;
}
/* Special Video */

/* Glitch Image */
.glitchImage{
  animation: animate 5.3s linear infinite;
}

.glitchImage:before{
  animation: animate 5.3s linear infinite;
}

/* Zoom and zoomout */
@keyframes play {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* Zoom and zoomout */

@keyframes animate{
  0%
  {
    filter: hue-rotate(0deg);
  }
  100%
  {
    filter: hue-rotate(360deg);
  }
}
/* Glitch Image */

/* Button Style 01 */
.button-style-01 {
  width: auto;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  background-color: #fff;
  border-radius: 0.45rem;
  padding: 8px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  padding-right: 55px;
  padding-left: 25px;
  /* border: 1px solid #c3c3c3 !important; */
}
.button-style-01 i {
  height: 30px;
  width: 30px;
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
  top: 50%;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.45rem;
}
.button-style-01:hover {
  background-color:#fff;
}
/* Button Style 01 */

/* Button Style 02 */
.button-style-02 {
  width: auto;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  background-color: #f5f5f7;
  border-radius: 0.45rem;
  padding: 8px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  padding-right: 55px;
  padding-left: 25px;
  /* border: 1px solid #c3c3c3 !important; */
}
.button-style-02 i {
  height: 30px;
  width: 30px;
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
  top: 50%;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.45rem;
}
.button-style-02:hover {
  background-color:#fff;
}
/* Button Style 02 */

/* Button Style 022 */
.button-style-022 {
  width: auto;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  background-color: #f5f5f7;
  border-radius: 0.45rem;
  padding: 8px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  padding-right: 55px;
  padding-left: 25px;
  /* border: 1px solid #c3c3c3 !important; */
}
.button-style-022 i {
  height: 30px;
  width: 30px;
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
  top: 50%;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.45rem;
}
.button-style-022:hover {
  background-color:#fff;
}
/* Button Style 022 */

/* Box Style 03 */
.box-style-3 {
  border-radius:0.45rem;
  margin-bottom:20px;
  position:relative;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.box-style-3 img {
  width: 100%;
  border-radius: 0.45rem;
  max-height: 355px;
  object-fit: cover;
}

.box-style-3 h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.box-style-3 .details {
  padding-bottom: 10px;
  position: absolute;
  padding-top: 25px;
  color: #fff;
  bottom:0;
  padding-left: 25px;
  padding-right: 25px;
}
/* Box Style 03 */

/* Box Style 06 */
.box-style-6 {

  font-family:Gilroy, sans-serif;
}

.box-style-6 .box {
  width: 100%;
  background-color: #fff;
  padding:20px 0px 20px 0px;
  border-radius: 15px;
  margin-bottom: 25px;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.box-style-6 .box img {
  width: 100%;
  height: 100%;
}

.box-style-6 .box h4 {
  color:#212529;
  font-size:38px;
  font-weight: 700;
  font-family:Gilroy, sans-serif;
}

.box-style-6 .box .details {
  color:#212529;
  font-family:Gilroy, sans-serif;

}

.box-style-6 .box p {
  font-weight:600;
  color:#666;
  margin-bottom:0;
}
/* Box Style 06 */

/* Box Style 07 */
.box-style-7 {

  font-family:Gilroy, sans-serif;
}

.box-style-7 .box {
  width: 100%;
  background-color: #f5f5f7;
  padding: 30px 20px 30px 20px;
  border-radius: 15px;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.box-style-7 .box img {
  width: 100%;
  height: 100%;
}

.box-style-7 .box h4 {
  color:#212529;
  font-size:16px;
  font-weight: 700;
  font-family:Gilroy, sans-serif;
}

.box-style-7 .box h1 {
  font-family:Gilroy, sans-serif;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 15px;
  text-align: left;
}

.box-style-7 .box .details {
  color:#212529;
  font-family:Gilroy, sans-serif;

}

.box-style-7 .icon {
  font-size:14px;
  position:absolute;
  right:0;
  margin-top: -10px;
  background-color:#D4A95D;
  border-radius:50%;
  color:#fff;
  width:24px;
  height:24px;
  text-align:center;
}

.box-style-7  i {
  margin-top:5px;
}

.box-style-7 .box p {
  font-weight: 600;
  color: #666;
  margin-bottom: 30px;
  font-size: 18px;
}
/* Box Style 07 */

/* Box Style 77 */

.box-style-77 .box h1 {
  
  font-weight: 700;
  

}






/* Box Style 77 */

/* Box Style 08 */
.box-style-8 {

  font-family:Gilroy, sans-serif;
  text-align:center;
}

.box-style-8 .box {
  width: 100%;
  background-color: #f5f5f7;
  padding: 20px 20px 20px 20px;
  border-radius: 0.45rem;
  min-height: 170px;
}

.box-style-8 .box h4 {
  color:#212529;
  font-size:16px;
  font-weight: 700;
  font-family:Gilroy, sans-serif;
  margin-bottom:0;
}

.box-style-8 .box p {
  color: #666;
  font-size: 14px;
  margin: 3px 0px 3px 0px;
}

.box-style-8 .box .details {
  color:#212529;
  font-family:Gilroy, sans-serif;

}

.box-style-8 .icon {
  font-size:14px;
  position:absolute;
  right:0;
  margin-top: -10px;
  background-color:#D4A95D;
  border-radius:50%;
  color:#fff;
  width:24px;
  height:24px;
  text-align:center;
}

.box-style-8  i {
  margin-top:5px;
}

.box-style-8 .box p {
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
  font-size: 16px;
  margin-top: 10px;
}
/* Box Style 08 */

/* Box Style 09 */
.box-style-9 {

  font-family:Gilroy, sans-serif;
  text-align:center;
}

.box-style-9 .box {
  width: 100%;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 15px;
  margin-bottom: 25px;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.box-style-9 .specialpadding {
  padding: 15px 20px 15px 20px;
}

.box-style-9 .box h4 {
  color:#212529;
  font-size:18px;
  margin-bottom:0;
  font-weight: 700;
  font-family:Gilroy, sans-serif;
}

.box-style-9 p {
  margin-bottom:0;
  color:#666;
  font-size:13px;
  margin-top:5px;
}

/* Box Style 09 */

/* Box Style 10 */
.box-style-10 {

  font-family:Gilroy, sans-serif;
  text-align:center;
}

.box-style-10 .box {
  width: 100%;
}

.box-style-10 .specialpadding {
  padding: 15px 20px 15px 20px;
}

.box-style-10 .box h4 {
  color: #212529;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
  text-align: left;
  padding-right: 100px;
}

.box-style-10 p {
  margin-bottom:0;
  color:#9C0196;
  font-size:14px;
  margin-top:5px;
  text-align:left;
}

/* Box Style 10 */

/* Box Style 11 */
.box-style-11 {

  font-family:Gilroy, sans-serif;
}

.box-style-11 .box {
  width: 100%;
  background-color: #fff;
  border-radius: 0.45rem;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.box-style-11 .box img {
  width: 100%;
  height: 132px;
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
  object-fit: cover;
  cursor:pointer;
}

.box-style-11 .box h4 {
  color:#212529;
  font-size:16px;
  font-weight: 700;
  font-family:Gilroy, sans-serif;
}

.box-style-11 .box h1 {
  font-family:Gilroy, sans-serif;
  font-weight: 700;
  font-size: 57px;
  margin-bottom: 15px;
  text-align: left;
}

.box-style-11 .box .details {
  color:#212529;
  font-family:Gilroy, sans-serif;

}

.box-style-11 .icon {
  font-size:14px;
  position:absolute;
  right:0;
  margin-top: -10px;
  background-color:#D4A95D;
  border-radius:50%;
  color:#fff;
  width:24px;
  height:24px;
  text-align:center;
}

.box-style-11  i {
  margin-top:5px;
}

.box-style-11 .box p {
  font-weight: 600;
  color: #666;
  /* margin-bottom: 30px; */
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 15px;
}
/* Box Style 11 */

/* Box Style 12 */
.box-style-12 {

  font-family:Gilroy, sans-serif;
}

.box-style-12 .box {
  width: 100%;
  background-color: #f5f5f7;
  padding: 30px 20px 30px 20px;
  border-radius: 15px;
}


.box-style-12 .box h4 {
  color:#212529;
  font-size:16px;
  font-weight: 700;
  font-family:Gilroy, sans-serif;
}

.box-style-12 .box h1 {
  font-family:Gilroy, sans-serif;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 15px;
  text-align: left;
}

.box-style-12 .box .details {
  color:#212529;
  font-family:Gilroy, sans-serif;

}

.box-style-12 .icon {
  font-size:14px;
  position:absolute;
  right:0;
  margin-top: -10px;
  background-color:#D4A95D;
  border-radius:50%;
  color:#fff;
  width:24px;
  height:24px;
  text-align:center;
}

.box-style-12  i {
  margin-top:5px;
}

.box-style-12 .box p {
  font-weight: 600;
  color: #666;
  margin-bottom: 0px;
  font-size: 18px;
}
/* Box Style 12 */

/* Box Style 13 */
.box-style-13 {

  font-family:Gilroy, sans-serif;
}

.box-style-13 .box {
  width: 100%;
  background-color: #fff;
  border-radius: 0.45rem;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
  margin-bottom:15px;
}

.box-style-13 .box img {
  width: 100%;
  height: 178px;
  border-radius: 0.45rem;
  object-fit: cover;
}

.box-style-13 .box h4 {
  color:#212529;
  font-size:16px;
  font-weight: 700;
  font-family:Gilroy, sans-serif;
}

.box-style-13 .box h1 {
  font-family:Gilroy, sans-serif;
  font-weight: 700;
  font-size: 57px;
  margin-bottom: 15px;
  text-align: left;
}

.box-style-13 .box .details {
  color:#212529;
  font-family:Gilroy, sans-serif;

}

.box-style-13 .icon {
  font-size:14px;
  position:absolute;
  right:0;
  margin-top: -10px;
  background-color:#D4A95D;
  border-radius:50%;
  color:#fff;
  width:24px;
  height:24px;
  text-align:center;
}

.box-style-13  i {
  margin-top:5px;
}

.box-style-13 .box p {
  font-weight: 600;
  color: #666;
  /* margin-bottom: 30px; */
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 15px;
}
/* Box Style 13 */

/* Box Style 14 */
.box-style-14 {

  font-family:Gilroy, sans-serif;
  text-align:center;
}

.box-style-14 .box {
  width: 100%;
  background-color: #fafafc;
  padding: 50px 100px 50px 100px;
  border-radius: 0.45rem;
  min-height: 380px;
  margin-bottom: 15px;
}

.box-style-14 .box h4 {
  color: #212529;
  font-size: 32px;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
  margin-bottom: 0;
  text-align: left;
}

.box-style-14 .box img {
  width: 82px;
  margin-bottom: 20px;
}

.box-style-14 .box p {
  color: #666;
  font-size: 14px;
  margin: 3px 0px 3px 0px;
}

.box-style-14 .box .details {
  color:#212529;
  font-family:Gilroy, sans-serif;

}

.box-style-14 .icon {
  font-size:14px;
  position:absolute;
  right:0;
  margin-top: -10px;
  background-color:#D4A95D;
  border-radius:50%;
  color:#fff;
  width:24px;
  height:24px;
  text-align:center;
}

.box-style-14  i {
  margin-top:5px;
}

.box-style-14 .box p {
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
  font-size: 16px;
  margin-top: 10px;
}
/* Box Style 14 */

/* Owl Carousel - Mutlu Çiftlerimiz */
#mutluciftlerimiz .specialcenter {
  display: grid;
  align-items: center;
}

#mutluciftlerimiz .item,
#carousel .item {
  background-color: #fff;
  padding: 25px 20px 25px 20px;
  border-radius: 15px;
  padding-right: 1px;
  margin-right: 1px;
  margin-bottom: 15px;
}

#mutluciftlerimiz .item img {
  width: 100% !important;
  height: auto;
  position: relative;
  right: 25px;
  border-radius: 0.45rem;
}

#mutluciftlerimiz .item h4,
#carousel .item h4 {
  color: #212529;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: Gilroy, sans-serif;
  text-align: left;
  padding-right: 75px;
}

#mutluciftlerimiz .item p,
#carousel .item p {
  margin-bottom: 0;
  color: #9C0196;
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
}
/* Owl Carousel - Mutlu Çiftlerimiz */

/* Owl Carousel - FAQ */

#faq-carousel .names {
  position: relative;
  width: 100%;
  border-radius: 0.45rem;
}

#faq-carousel .item,
#faq-carousel .item {
}

#faq-carousel .item img,
#faq-carousel .item img {
  width: 100%;
  height: auto;
  filter: brightness(0.9);
  border-radius:0.45rem;
  cursor:pointer;
}

#faq-carousel .item .woman {
  color: #212529;
  font-size: 16px;
  background: #fff;
  margin-bottom: 0;
  border-radius: 4.25rem;
  font-weight: 700;
  padding-top:8px;
  padding-bottom:8px;
  padding-left: 20px;
  padding-right:20px;
  margin-left: 2.5%;
  width: 95%;
  margin-top: -100px;
  position: absolute;
  margin-right: 5px;
  font-family: Gilroy, sans-serif;
  text-align: center;
}

#faq-carousel .item .woman i {
  float: right;
  font-size: 21px;
  color:#F1406F;
}

#faq-carousel .item .man {
  color: #212529;
  font-size: 16px;
  background: #fff;
  margin-bottom: 0;
  border-radius: 4.25rem;
  font-weight: 700;
  padding-top:8px;
  padding-bottom:8px;
  padding-left: 20px;
  padding-right:20px;
  margin-left: 2.5%;
  width: 95%;
  margin-top: -55px;
  position: absolute;
  margin-right: 5px;
  font-family: Gilroy, sans-serif;
  text-align: center;
}

#faq-carousel .item .man i {
  float: right;
  font-size: 21px;
  color:#6699FF;
}


#faq-carousel .item p,
#faq-carousel .item p {
  font-weight: 600;
  color: #666;
  /* margin-bottom: 30px; */
  font-size: 16px;
  padding-top: 10px;
  margin-top: 2px;
  text-align: center;
  padding-bottom: 15px;
  background-color: #f5f5f7;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
  padding:5px;
}

#faq-carousel .owl-nav button.owl-prev {
  left: 10px;
  background: #fff;
  border: 1px solid #4e4e4e;
  width: 38px;
  height: 38px;
  margin-left: -60px;
}
#faq-carousel .owl-nav button.owl-next {
  right: 10px;
  background: #fff;
  border: 1px solid #4e4e4e;
  width: 38px;
  height: 38px;
  margin-right: -60px;
}

#faq-carousel .owl-dots {
  text-align: center;
  padding-top: 0;
  position: relative;
  /* margin: 0 auto; */
  margin-top: 15px;
  width: 100%;
}
#faq-carousel .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border:1px solid #4e4e4e;
  margin: 0px 3px;
}
#faq-carousel .owl-dots button.owl-dot.active {
  background-color: #000;
}
#faq-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
#faq-carousel .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

#faq-carousel .owl-nav button span {
  font-size: 35px;
  margin-top: -27px;
  left: 13px;
  position: inherit;
  /* border-radius: 250px; */
  color: #000;
}
#faq-carousel .owl-nav button:focus {
  outline: none;
}
/* Owl Carousel - FAQ */

/* Owl Carousel - Influencers */

#influencer-carousel .names {
  position: relative;
  width: 100%;
  border-radius: 0.45rem;
}

#influencer-carousel .item,
#influencer-carousel .item {
}

#influencer-carousel .item img,
#influencer-carousel .item img {
  width: 100%;
  height: auto;
  border-radius:0.45rem;
  filter: brightness(0.9);
}

#influencer-carousel .item .woman {
  color: #212529;
  font-size: 16px;
  background: #fff;
  margin-bottom: 0;
  border-radius: 4.25rem;
  font-weight: 700;
  padding-top:8px;
  padding-bottom:8px;
  padding-left: 20px;
  padding-right:20px;
  margin-left: 2.5%;
  width: 95%;
  margin-top: -100px;
  position: absolute;
  margin-right: 5px;
  font-family: Gilroy, sans-serif;
  text-align: center;
}

#influencer-carousel .item .woman i {
  float: right;
  font-size: 21px;
  color:#F1406F;
}

#influencer-carousel .item .man {
  color: #212529;
  font-size: 16px;
  background: #fff;
  margin-bottom: 0;
  border-radius: 4.25rem;
  font-weight: 700;
  padding-top:8px;
  padding-bottom:8px;
  padding-left: 20px;
  padding-right:20px;
  margin-left: 2.5%;
  width: 95%;
  margin-top: -55px;
  position: absolute;
  margin-right: 5px;
  font-family: Gilroy, sans-serif;
  text-align: center;
}

#influencer-carousel .item .man i {
  float: right;
  font-size: 21px;
  color:#F1406F;
}


#influencer-carousel .item p,
#influencer-carousel .item p {
  margin-bottom: 0;
  color: #9C0196;
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
}
/* Owl Carousel - Influencers */

/* Owl Carousel - Tiktok */
#carousel-tiktok .item,
#carousel-tiktok .item {
  /* background-color: #f5f5f7; */
  padding: 0px 20px 0px 0px;
  border-radius: 15px;
  padding-right: 1px;
  margin-right: 1px;
  /* border: 1px solid #c3c3c39e; */
  margin-bottom: 15px;
  /* box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px; */
}

#carousel-tiktok .item img,
#carousel-tiktok .item img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  /* right: 25px; */
  /* margin-top: -90px; */
}

#carousel-tiktok h5 {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  height: 50px;
  width: 100%;
  font-size: 18px;
  padding: 13px 10px 10px 10px;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}

#carousel-tiktok .item h4,
#carousel-tiktok .item h4 {
  color: #212529;
  font-size: 21px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
  text-align: left;
  padding-right: 100px;
}

#carousel-tiktok .item p,
#carousel-tiktok .item p {
  margin-bottom: 0;
  color: #9C0196;
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
}
/* Owl Carousel - Tiktok */

/* Owl Carousel */
#owl-carousel-style-01 {
}
#owl-carousel-style-01 .title {
  margin-bottom: 10px;
  font-size: 30px;
}
#owl-carousel-style-01 .owl-carousel img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 300px;
  object-fit: cover;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  border-radius:0.45rem;
}
#owl-carousel-style-01 .owl-carousel .owl-item {
  height: 300px;
  position: relative;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  z-index: 1;
}
@media (max-width: 768px) {
  #owl-carousel-style-01 .owl-carousel .owl-item {
    height: 270px;
  }
}
@media (max-width: 380px) {
  #owl-carousel-style-01 .owl-carousel .owl-item {
    height: 200px;
  }
}
#owl-carousel-style-01 .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}
#owl-carousel-style-01 .owl-item.big {
  transform: scale(1);
  -ms-transform: scale(1);
  z-index: 3;
}
#owl-carousel-style-01 .owl-item.medium {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  z-index: 2;
}
#owl-carousel-style-01 .owl-item.medium.mdright {
  /*border: solid 1px red;*/
  position: relative;
  left: -30px;
}

#owl-carousel-style-01 .owl-item.medium.mdright {
  left: -40px;
}

#owl-carousel-style-01 .owl-item.medium.mdleft {
  position: relative;
  right: -30px;
}

#owl-carousel-style-01 .owl-item.medium.mdleft {
  right: -40px;
}

#owl-carousel-style-01 .owl-item.smallRight.active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  left: -120px;
}

#owl-carousel-style-01 .owl-item.smallLeft {
  right:-120px;
}
#owl-carousel-style-01 .owl-item.smallLeft.active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  right: -30px;
}
#owl-carousel-style-01 .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
#owl-carousel-style-01 .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  border-radius: 1rem;
  padding: 15px !important;
  top: 10px;
  color: #000 !important;
  font-size: 12px !important;
}
#owl-carousel-style-01 .owl-nav .owl-prev i {
  background-color: #fff;
  padding: 17px;
  border-radius: 25%;
  font-size: 12px;
  color: #cdab69;
  border: 1px solid #cdab69;
  right: 35px;
  position: relative;
}

#owl-carousel-style-01 .owl-nav .owl-next i {
  background-color: #fff;
  padding: 17px;
  border-radius: 25%;
  font-size: 12px;
  color: #cdab69;
  border: 1px solid #cdab69;
  left: 35px;
  position: relative;
}

#owl-carousel-style-01 .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  border-radius: 1rem;
  padding: 15px !important;
  top: 10px;
  color: #000 !important;
  font-size: 40px !important;
}
#owl-carousel-style-01 .owl-nav .owl-next:hover {
}

#owl-carousel-style-01 .mdright p,
#owl-carousel-style-01 .mdleft p,
#owl-carousel-style-01 .smallLeft p,
#owl-carousel-style-01 .smallRight p
{
  display: none;
}

#owl-carousel-style-01 p {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  padding: 8px;
}

#owl-carousel-style-01 .owl-nav .owl-prev {
  font-size: 18px !important;
  border-radius:0;
  background-color: transparent !important;
}
#owl-carousel-style-01 .owl-nav .owl-next {
  font-size: 18px !important;
  border-radius:0;
  background-color: transparent !important;
}


/* Owl Carousel */


/* Owl Carousel - Slide */
.service-carousels p {
  font-size: 16px !important;
  background-color: #f5f5f7;
  color: #000 !important;
  padding: 8px;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}
.owl-carousel-slide .item {

}
.owl-carousel-slide .owl-nav button.owl-prev {
  left: 10px;
  background: #fff;
  width: 38px;
  height: 38px;
}
.owl-carousel-slide .owl-nav button.owl-next {
  right: 10px;
  background: #fff;
  width: 38px;
  height: 38px;
}

.owl-carousel-slide .owl-dots {
  text-align: center;
  padding-top: 0;
  position: absolute;
  /* margin: 0 auto; */
  margin-top: 16px;
  width: 100%;
}
.owl-carousel-slide .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border:1px solid #4e4e4e;
  margin: 0px 3px;
}
.owl-carousel-slide .owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-carousel-slide .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-carousel-slide .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.owl-carousel-slide .owl-nav button span {
  font-size: 35px;
  margin-top: -27px;
  left: 13px;
  position: inherit;
  /* border-radius: 250px; */
  color: #000;
}
.owl-carousel-slide .owl-nav button:focus {
  outline: none;
}

.owl-carousel-slide .owl-item img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  right: 0;
  /* margin-top: -50px; */
  /* border-radius: 0.45rem; */
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
  object-fit: cover;
}
/* Owl Carousel - Slide */

/* Owl Carousel - Team */
.service-carousels p {
  font-size: 16px !important;
  background-color: #f5f5f7;
  color: #000 !important;
  padding: 8px;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}
.owl-carousel-team .item {

}
.owl-carousel-team .owl-nav button.owl-prev {
  left: 10px;
  background: #fff;
  width: 38px;
  height: 38px;
  margin-top: 90px;
}
.owl-carousel-team .owl-nav button.owl-next {
  right: 10px;
  background: #fff;
  width: 38px;
  height: 38px;
  margin-top: 90px;
}

.owl-carousel-team .owl-dots {
  text-align: center;
  padding-top: 0;
  position: absolute;
  /* margin: 0 auto; */
  margin-top: 18px;
  width: 100%;
}
.owl-carousel-team .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border:1px solid #4e4e4e;
  margin: 0px 3px;
}
.owl-carousel-team .owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-carousel-team .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-carousel-team .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.owl-carousel-team .owl-nav button span {
  font-size: 35px;
  margin-top: -27px;
  left: 13px;
  position: inherit;
  /* border-radius: 250px; */
  color: #000;
}
.owl-carousel-team .owl-nav button:focus {
  outline: none;
}

.owl-carousel-team .owl-item img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  right: 0;
  /* margin-top: -50px; */
  /* border-radius: 0.45rem; */
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
  object-fit: cover;
}
/* Owl Carousel - Team */

/* Owl Carousel - Influencers */
.owl-carousel-influencers .item {

}
.owl-carousel-influencers .owl-nav button.owl-prev {
  left: -8px;
  background: #cdaa69;
  width: 38px;
  height: 38px;
}
.owl-carousel-influencers .owl-nav button.owl-next {
  right: 0px;
  background: #cdaa69;
  width: 38px;
  height: 38px;
}

.owl-carousel-influencers .owl-dots {
  text-align: center;
  padding-top: 0;
  position: absolute;
  margin: 0 auto;
  margin-top: 15px;
  width: 100%;
  display: flex;
}
.owl-carousel-influencers .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border:1px solid #4e4e4e;
  margin: 0px 3px;
}
.owl-carousel-influencers .owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-carousel-influencers .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-carousel-influencers .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.owl-carousel-influencers .owl-nav button span {
  font-size: 35px;
  margin-top: -27px;
  left: 12px;
  position: inherit;
  /* border-radius: 250px; */
  color: #fff;
}
.owl-carousel-influencers .owl-nav button:focus {
  outline: none;
}

.owl-carousel-influencers .owl-item img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  right: 0;
  /* margin-top: -50px; */
  /* border-radius: 0.45rem; */
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
  object-fit: cover;
}
/* Owl Carousel - Influencers */

/* Owl Carousel - Service */
.service-carousels p {
  font-size: 16px !important;
  background-color: #f5f5f7;
  color: #000 !important;
  padding: 8px;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
}
.owl-carousel-service .item {

}
.owl-carousel-service .owl-nav button.owl-prev {
  left: 10px;
  background: #fff;
}
.owl-carousel-service .owl-nav button.owl-next {
  right: 10px;
  background: #fff;
}

.owl-carousel-service .owl-dots {
  text-align: center;
  padding-top: 0;
  position: absolute;
  /* margin: 0 auto; */
  margin-top: -35px;
  width: 100%;
}
.owl-carousel-service .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0px 3px;
}
.owl-carousel-service .owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-carousel-service .owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-carousel-service .owl-nav button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.owl-carousel-service .owl-nav button span {
  font-size: 29px;
  margin-top: -23px;
  left: 9px;
  position: inherit;
  /* border-radius: 250px; */
}
.owl-carousel-service .owl-nav button:focus {
  outline: none;
}

.owl-carousel-service .owl-item img {
  width: 100%;
  height: 240px;
  /* position: absolute; */
  right: 0;
  /* margin-top: -50px; */
  /* border-radius: 0.45rem; */
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem;
  object-fit: cover;
}
/* Owl Carousel - Service */



/* Stories */
.story-container .story-inner {
  overflow: hidden;
  /* box-shadow: 0 8px 6px -10px #b3c6ff; */
  margin-bottom: 15px;
}
.story-container .story-inner .title {
  position: relative;
}
.story-container .story-inner .title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
  padding: 0;
  padding: 14px;
  background-color: #d62196;
}
.story-container .story-inner .title span {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  color: #fff;
  z-index: 2;
}
.story-container .story-inner .title span.im-share {
  left: inherit;
  right: 30px;
}
.story-container .story-inner .story-bubbles {
  position: relative;
  width: 100%;
  height: auto;
  overflow-y: hidden;
  padding: 5px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  display: flex;
  border: 0;
  border-radius:15px;
}
.story-container .story-inner .story-bubbles::-webkit-scrollbar-track {
  background-color: transparent;
}
.story-container .story-inner .story-bubbles::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
}
.story-container .story-inner .story-bubbles::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.story-container .story-inner .story-bubbles .bubbles {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: max-content;
  height: auto;
}
.story-container .story-inner .story-bubbles .bubbles .bubble {
  width: 82px;
  height: auto;
  margin: 10px;
}
.story-container .story-inner .story-bubbles .bubbles .bubble a {
  display: block;
  text-decoration: none;
}
.story-container .story-inner .story-bubbles .bubbles .bubble.read .thumb {
  border: 0 solid;
  background-image: none;
}
.story-container .story-inner .story-bubbles .bubbles .bubble.read .thumb img {
  border: 0 solid;
  border-radius: 0;
}
.story-container .story-inner .story-bubbles .bubbles .bubble .thumb {
  width: 100%;
  height: 82px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #06621d, #37b918);
  background-origin: border-box;
  background-clip: content-box, border-box;
  background: linear-gradient(215deg, rgba(211,0,197,1) 0%, rgba(254,208,0,1) 100%);
}
.story-container .story-inner .story-bubbles .bubbles .bubble .thumb img {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.story-container .story-inner .story-bubbles .bubbles .bubble .text {
  padding: 5px 0 0 0;
}
.story-container .story-inner .story-bubbles .bubbles .bubble .text span {
  font-size: 0.88em;
  color: #000;
  display: block;
  width: 100%;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.02em;
  text-align:center;
  margin-top:5px;
}
.story-container .story-inner .stories {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  text-align: left;
  z-index: 99;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.story-container .story-inner .stories.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.story-container .story-inner .stories .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.story-container .story-inner .stories .content .st-header {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.story-container .story-inner .stories .content .st-header .close-icon {
  margin-right: 15px;
}
.story-container .story-inner .stories .content .st-header .close-icon a {
  text-decoration: none;
  color: #fff;
}
.story-container .story-inner .stories .content .st-header .close-icon a em {
  font-size: 1em;
}
.story-container .story-inner .stories .content .st-slider {
  position: relative;
}
.story-container .story-inner .stories .content .st-slider,
.story-container .story-inner .stories .content .st-slider .swiper-container,
.story-container .story-inner .stories .content .st-slider .swiper-wrapper,
.story-container .story-inner .stories .content .st-slider .swiper-slide,
.story-container .story-inner .stories .content .st-slider .item {
  width: 100%;
  height: 100%;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item {
  position: relative;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item::after, .story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 8;
  left: 0;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item::after {
  top: 0;
  background: linear-gradient(180deg, #1e2129 0%, rgba(30, 33, 41, 0) 100%);
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item::before {
  bottom: 0;
  background: linear-gradient(180deg, rgba(30, 33, 41, 0) 0%, #1e2129 100%);
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .image {
  width: 100%;
  height: 100%;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .sharing-time {
  position: absolute;
  right: 15px;
  top: 40px;
  z-index: 9;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .sharing-time span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.92em;
  color: #fff;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .text {
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  z-index: 9;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .text .category span {
  display: inline-block;
  background-color: #d62196;
  font-size: 0.92em;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .text .name {
  margin-top: 15px;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .text .name > * {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .text .capt p {
  font-size: 1em;
  line-height: 1.6;
  margin: 10px 0 0 0;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .read-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 15px;
  z-index: 11;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .read-btn a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 4px;
  background-color: #6915cf;
  text-transform: uppercase;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .next,
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .prev {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: transparent;
  z-index: 10;
  outline: none;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .next.next,
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .prev.next {
  right: 0;
  width: 60%;
}
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .next.prev,
.story-container .story-inner .stories .content .st-slider .swiper-wrapper .swiper-slide .item .prev.prev {
  left: 0;
  width: 40%;
}
.story-container .story-inner .stories .content .st-slider .swiper-pagination {
  bottom: inherit;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 20px 12px;
  display: flex;
}
.story-container .story-inner .stories .content .st-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 0;
  margin: 0 3px;
  height: 3px;
  overflow: hidden;
}
.story-container .story-inner .stories .content .st-slider .swiper-pagination .swiper-pagination-bullet em {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s linear;
  max-width: 100%;
}
.story-container .story-inner .lorem-text {
  background-color: #380e7f;
  color: #fff;
  padding: 20px 15px;
  position: relative;
}
.story-container .story-inner .lorem-text h2 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}
.story-container .story-inner .lorem-text p {
  font-size: 0.89em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}
.story-container .story-inner .lorem-image {
  width: 100%;
  height: 300px;
  position: relative;
}
/* Stories */

/* Marquee Carousel */
.marquee {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.marquee-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  align-items: center;
  padding: 33vh 0;
  text-align: center;
}

.marquee-carousel.marquee-carousel-1 {
  margin-right: -300px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {

  .marquee-carousel.marquee-carousel-1 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1600px) {

  .marquee-carousel.marquee-carousel-1 {
    margin-bottom: -70px;
  }
}

.marquee-carousel.marquee-carousel-2 {
  margin-left: -300px;
}

.marquee-items {
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
  -moz-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
  -o-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: -webkit-box;
  position: relative;
  width: 100%;
  height: 150px;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@media (min-width: 768px) {
  .marquee-items {
    height: 250px;
  }
}

@media (min-width: 1600px) {
  .marquee-items {
    height: 300px;
  }
}

.marquee-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  flex-shrink: 0;
  overflow: hidden;
  width: 150px;
  height: 100%;
  margin-right: 11px;
  background: #cdaa69;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .marquee-item {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    width: 250px;
    margin-right: 16px;
    border-radius: 24px;
  }
}

@media (min-width: 1600px) {
  .marquee-item {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    width: 200px;
    height:200px;
    margin-right: 23px;
    border-radius: 34px;
  }
}

.marquee-item img {
  width: 100%;
  height: auto;
}
/* Marquee Carousel */

/* Lightgallery */
.lg-backdrop {
  background-color: #fff;
}

.lg-toolbar {
  background-color: #fff;
}

.lg-toolbar .lg-icon {
  color:#000;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom:0 !important;
}
.lg-counter {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Gilroy';
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-sub-html {
  background-color:#fff;
  color:#000;
}

.lg-sub-html p {
  font-size: 14px;
  margin: 5px 0 0;
  font-family: 'Gilroy';
  color: #000;
}

.lg-sub-html {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: Gilroy;
}

.lg-toolbar .lg-icon:hover {
  color:#000 !important;
}

.lg-image {
  border-radius:0.45rem;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #000;
  border-radius: 0.45rem;
  color: #fff;
}

.lg-outer .lg-thumb-outer {
  background-color:#f5f5f7;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color:#000;
}

.lg-sub-html {
  font-size: 18px;
  font-weight: 500;
}

.lg-next, .lg-prev {
  background-color: #4e4e4e;
  border-radius: 0.45rem;
  color: #fff;
}

.lg-outer .lg-object {
  object-fit: cover;
}

.lg-outer .lg-video-object {
  border-radius:0.45rem;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: Gilroy;
  font-weight:500;
}

/* Lightgallery */

/* Animated Colorful Text */
.colorful-text {
  background-image: -webkit-linear-gradient(left,#3498db,#f47920 10%,#d71345 20%,#f7acbc 30%,#ffd400 40%,#3498db 50%,#f47920 60%,#d71345 70%,#f7acbc 80%,#ffd400 90%,#3498db);
  color: transparent;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  animation: slide 5s infinite linear;
}
@keyframes slide{0%{background-position:0 0}to{background-position:-100% 0}}
/* Animated Colorful Text */


/* Service Carousel */
#myCarousel{
  width:400px;
}
.caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.caption-animate  .item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate  .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.caption-animate .item.active .carousel-caption.flipOutX,
.caption-animate .item.active .carousel-caption.flipOutY,
.caption-animate .item.active .carousel-caption.bounceIn,
.caption-animate .item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.caption-animate .item .carousel-caption.fadeIn,
.caption-animate .item .carousel-caption.fadeInDown,
.caption-animate .item .carousel-caption.fadeInDownBig,
.caption-animate .item .carousel-caption.fadeInLeft,
.caption-animate .item .carousel-caption.fadeInLeftBig,
.caption-animate .item .carousel-caption.fadeInRight,
.caption-animate .item .carousel-caption.fadeInRightBig,
.caption-animate .item .carousel-caption.fadeInUp,
.caption-animate .item .carousel-caption.fadeInUpBig{
  opacity:0;
}
/* Service Carousel */

/* Homepage Section */

.nopadding {
  padding:0 !important;
}
.homepage h1 {
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  font-size: 57px;
  margin-bottom: 15px;
}

.homepage p {
  font-weight: 600;
  color: #666;
  margin-bottom: 15px;
  font-size: 18px;
  font-family:Gilroy;
}

.mb0 {
  margin-bottom:0 !important;
}

.mt15 {
  margin-top:15px;
}

.follower {
  font-size:48px;
}

.followerimage {
  width:48px;
  margin:0 auto;
  display:block;
}

.borderradius {
  border-radius:0.45rem;
}

.lg-object {
  height: 85vh !important;
}

.logo-width {
  width:250px !important;
}

.fireworks {
  width: 41px;
  position: absolute;
  margin-left: -135px;
  margin-top: -3px;
}

.bg-half-of-gray {
  background: linear-gradient(to bottom, white 60%, #f5f5f7 40%);
}

.lg-outer .lg-toogle-thumb {
  display:none;
}

#slide-carousel .owl-carousel .owl-stage-outer {
  max-height:600px;
}

#slide-carousel {
  max-height:600px;
}

.bg-gray {
  background-color:#f5f5f7 !important;
}

.bg-white {
  background-color: #fff !important;
}

/* Some Special Proporties */

/* Coutdown for campaign */
#countdown_container2 {
  text-align: center;
  font-weight: 500;
  bottom: calc(50% - 30%);
  left: calc(50% - 21%) !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  /*background: rgb(19 31 150);*/
  backdrop-filter: blur(10px);
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 20%);
}

#countdown_timer2>div {
  float: left;
  padding: 2px 0px 4px 0px;
  text-align: center;
  border-right: 1px solid rgb(255 255 255 / 20%);
  width: 60px;
}
#countdown_timer2>div:last-child{
  border-right: none;
}

#countdown_timer2>div {
  color: #FFF !important;
}

#countdown_container2 #countdown_title2 {
  text-align: left;
}
#countdown_timer2>div>div:first-child{
  font-size: 38px;
  font-weight: 700;
  margin-bottom: -6px;
}
#countdown_timer2>div>div:last-child{
  text-transform: capitalize;
  font-size: 12px;
}
#countdown_timer2 > div:last-child > div:first-child {
  animation: dvbf 2s infinite;
}

@media (min-width: 768px) {
  #countdown_container2 {
    bottom: calc(50% - 30%);
    left: calc(50% - 18%) !important;
  }
  #countdown_timer2>div {
    width: 162px;
  }
  #countdown_timer2>div>div:first-child {
    font-size: 90px;
  }
  #countdown_timer2>div>div:last-child {
    font-size: 30px;
  }
}
/* Coutdown for campaign */

/* Concepts */
#morefour {display: none;}
/* Concepts */

/* Concepts */
#moretree {display: none;}
/* Concepts */

/* Concepts */
#moref {display: none;}
/* Concepts */

/* Concepts */
#moretwo {display: none;}
/* Concepts */

/* FAQ */

#more {display: none;}


.accordion-item {
  border:none;
  margin-bottom: 15px;
}

.accordion-button {
  font-size:20px;
  background-color: #fff;
  font-weight: 500;
  border-radius: 0.45rem;
}

.accordion-button:focus {
  border-color:none;
  box-shadow:none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #4e4e4e;
  box-shadow: none;
  border-radius: 0.45rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../../../assets/images/dv/active.html");
}
/* FAQ */

.iletisimekibi {
  background: linear-gradient(to bottom, white 60%, #f5f5f7 40%);
}

.iletisimekibi p {
  font-size:21px;
}
.pt50{
  padding-top:50px;
}

.pt30 {
  padding-top:30px;
}

.pb50{
  padding-bottom:50px;
}
.pl50 {
  padding-left: 50px;
}

.pt120 {
  padding-top:100px;
}

.pl30 {
  padding-left:30px;
}

.mb25 {
  margin-bottom:25px;
}

.mb15 {
  margin-bottom:15px !important;
}

.mb30 {
  margin-bottom:30px !important;
}

@media only screen and (min-width: 992px) {
  .dnonefordesktop {
    display:none !important;
  }

  .nopaddingfordesktop {
    padding: 0 !important;
    max-width:100% !important;
  }

  .rightpaddingfordesktop {
    margin-right: calc(-20.5 * var(--bs-gutter-x));
  }

}

}
@media only screen and (max-width: 992px) {
  .nopaddingformobile {
    padding: 0 !important;
  }

  .box-style-6 .box h4 {
    font-size:18px !important;
  }

  #owl-carousel-style-01 .owl-nav .owl-prev i {
    padding: 10px;
    right: 25px;
  }

  #owl-carousel-style-01 .owl-nav .owl-prev {
    top:30px;
  }

  #owl-carousel-style-01 .owl-nav .owl-next i {
    padding: 10px;
    right: 25px;
  }

  #owl-carousel-style-01 .owl-nav .owl-next {
    top:30px;
  }

  .button-style-02 {
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .button-style-022 {
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .box-style-6 .box {
    margin-bottom: 15px;
  }

  .box-style-7 .box p {
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    font-size: 11px;
    padding-top: 10px;
  }

  .box-style-7 .box h4 {
    font-size:14px;
  }

  .box-style-9 .box {
    border-radius: 12px;
  }

  .box-style-9 .box h4 {
    font-size:15px;
    text-align:center;
  }

  .box-style-9 p {
    text-align:center;
  }

  .button-style-02 img {
    display:none;
  }
  .button-style-022 img {
    display:none;
  }

  .mh150 {
    min-height:150px;
  }



}
/* Some Special Proporties */

/* Countdown CSS */
#countdown_container {
  text-align: center;
  font-weight: 500;
  bottom: calc(50% - 42%);
  left: calc(50% - -10%) !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  /*background: rgb(19 31 150);*/
  backdrop-filter: blur(10px);
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 20%);
}

#countdown_timer>div {
  float: left;
  padding: 2px 0px 4px 0px;
  text-align: center;
  border-right: 1px solid rgb(255 255 255 / 20%);
  width: 45px;
}
#countdown_timer>div:last-child{
  border-right: none;
}

#countdown_timer>div {
  color: #FFF !important;
}

#countdown_container #countdown_title {
  text-align: left;
}
#countdown_timer>div>div:first-child{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -2px;
}
#countdown_timer>div>div:last-child{
  text-transform: capitalize;
  font-size: 12px;
}
#countdown_timer > div:last-child > div:first-child {
  animation: dvbf 2s infinite;
}

@media (min-width: 992px) {
  #countdown_container {
    bottom: calc(50% - 38%);
    left: calc(50% - -9%) !important;
  }
  #countdown_timer>div {
    width: 120px;
  }
  #countdown_timer>div>div:first-child {
    font-size: 64px;
  }
  #countdown_timer>div>div:last-child {
    font-size: 24px;
  }
}
/* Countdown CSS */





.portfolio-item figcaption{position:absolute;top:20px;left:25px;color:#fff}
.portfolio-item figcaption .title{font-size:23px;padding:0;font-weight:700;font-style:normal}
.portfolio-item figcaption span{font-size:14px;line-height:20px;letter-spacing:1px;font-weight:400;font-style:normal}
.portfolio-item:hover figcaption{opacity:1;visibility:visible;background:#0000007a}
.portfolio-item figcaption{left:0;opacity:0;padding:10px;position:absolute;right:0;transition:all .3s ease 0;visibility:hidden;z-index:2;top:80%;text-align:center}
.rtl .portfolio-item figcaption{right:25px;left:auto}
.teammates .team figure{position:relative}
.teammates .team figure img{width:100%}
.teammates .team figure figcaption{position:absolute;top:0;color:#fff;width:100%;height:100%}
.teammates .team figure figcaption .number{position:absolute;top:20px;left:20px;font-size:26px;font-weight:500}
.teammates .team figure figcaption .job{position:absolute;bottom:20px;right:10px;font-weight:500;font-size:18px;transform:rotate(90deg) translate(30px,30px);-webkit-transform:rotate(90deg) translate(30px,30px);-moz-transform:rotate(90deg) translate(30px,30px);-ms-transform:rotate(90deg) translate(30px,30px);-o-transform:rotate(90deg) translate(30px,30px);transform-origin:right;opacity:0;transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s}
.teammates .team figure figcaption .name{position:absolute;bottom:15px;left:20px;font-size:20px;font-weight:600}
.teammates .team figure figcaption .social-links{position:absolute;top:30px;right:20px;font-size:20px;font-weight:600;opacity:0;transition:opacity ease .3s;-webkit-transition:opacity ease .3s;-moz-transition:opacity ease .3s;-ms-transition:opacity ease .3s;-o-transition:opacity ease .3s}
.teammates .team figure figcaption .social-links a{color:#fff;font-size:16px;font-weight:500;display:block;margin-bottom:15px;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}
.teammates .team figure:hover figcaption .social-links{opacity:1}
.teammates .team figure:hover figcaption .social-links a:hover{opacity:.6;transition:all ease .3s;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s}
.teammates .team figure:hover figcaption .job{opacity:1;transform:rotate(90deg) translate(0px,30px);-webkit-transform:rotate(90deg) translate(0px,30px);-moz-transform:rotate(90deg) translate(0px,30px);-ms-transform:rotate(90deg) translate(0px,30px);-o-transform:rotate(90deg) translate(0px,30px)}