html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Euclid";
  background: var(--site_bg);
  width: 100%;
  outline: 0 !important;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none !important;
}

:focus {
  outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ctn-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 0 auto;
  width: 9em;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.pd50 {
  padding: 50px 0;
}

.pd30 {
  padding-top: 0;
  padding-bottom: 30px !important;
}

.bgsoft {
  background: var(--section_bg);
}

:root {
  --site_bg: #fafbfd;
  --bg_1: #2e3647;
  --bg_2: #f5476a;
  --bg_3: #fafbfd;
  --site_header: #fff;
  --alpha: 0.8;
  --kutu_1: #F9F2F5;
  --kutu_1_buton: #E34565;
  --kutu_2: #F2F4F7;
  --kutu_2_buton: #5D6C85;
  --main_text: #2e3647;
  --text_1: #677894;
  --text_white: #ffffff;
  --section_bg: #f4f8fb;
  --breadcumb_background: #f4f8fb;
  --size: calc(calc(100vw / var(--Nhexa)) - var(--gap));
}

.content__title {
  margin-bottom: 50px;
  text-align: center;
}

.content__title .content__title-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: var(--main_text);
  margin-bottom: 4px;
}

.content__title .content__title-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text_1);
}

.dropdown dd {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.dropdown dd ul {
  background: var(--site_bg);
  display: block !important;
  left: 0px;
  list-style: none;
  border-radius: 5px;
}

.dropdown dd ul li a {
  padding: 0 15px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_1);
  cursor: pointer;
  padding: 5px;
  padding-left: 15px;
  display: block;
}

.dropdown dd ul li:not(:last-child) {
  border-bottom: 1px solid var(--section_bg);
}

.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown dt a {
  background: #fff;
  padding-left: 15px;
  display: block;
  padding-right: 20px;
}

.dropdown dt a span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--text_1);
}

.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown a {
  color: #816c5b;
  text-decoration: none;
  outline: none;
}

.dropdown a:visited {
  color: #816c5b;
  text-decoration: none;
  outline: none;
}

.dropdown span.value {
  display: none;
}

.dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}

#sample {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.page-wrapper {
  z-index: 2;
}

.page-wrapper .sidebar-wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .page-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

.sidebar-wrapper {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
}

.sidebar-wrapper .sidebar-brand {
  padding: 10px 15px 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  min-width: 151px;
}

.sidebar-wrapper .sidebar-brand > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  margin-left: auto;
}

.sidebar-wrapper .sidebar-brand #close-sidebar svg {
  vertical-align: middle;
}

.sidebar-wrapper .sidebar-brand #close-sidebar svg .sidebar-wrapper .sidebar-dropdown > a:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 10px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text_1);
}

.sidebar-wrapper .sidebar-menu ul li a:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  -webkit-animation: swing ease-in-out 0.5s 1 alternate;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 17px;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper ul li a i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-wrapper a {
  text-decoration: none;
}

#show-sidebar {
  left: 0;
  top: 150px;
  margin-bottom: 1px;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 55px;
}

#show-sidebar svg {
  -webkit-animation: rotate 4s infinite;
  animation: rotate 4s infinite;
  vertical-align: middle;
}

#show-sidebar svg path {
  fill: #fff;
}

#close-sidebar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper.toggled .sidebar-wrapper {
  opacity: 1;
  visibility: visible;
}

#header__top {
  background: var(--bg_1);
  color: var(--text_white);
  z-index: 1;
}

#header__top .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header__top .header__container .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header__top .header__container .header__left span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header__top .header__container .header__left span:not(:last-child) {
  margin-right: 25px;
}

#header__top .header__container .header__left span i {
  font-size: 22px;
  margin-right: 10px;
}

#header__top .header__container .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header__top .header__container .header__right .header__links {
  line-height: 19px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid var(--kutu_2_buton);
}

#header__top .header__container .header__right .header__links li:not(:last-child) {
  margin-right: 15px;
}

#header__top .header__container .header__right .header__links li a i {
  color: var(--text_white);
  font-size: 19px;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  background: var(--site_header);
}

.site-navbar .toggle-button {
  right: 0px;
}

.site-navbar .toggle-button a {
  color: var(--main__text);
}

.site-navbar .toggle-button a span i {
  color: var(--main__text);
  font-size: 25px;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid gray !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li:not(:last-child) {
  padding-right: 32px;
}

.site-navbar .site-navigation .site-menu > li > a {
  font-weight: 500;
  font-size: 15px;
  line-height: 100px;
  mix-blend-mode: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main__text);
  padding: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: white;
  -webkit-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 {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

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

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 200px;
}

.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: var(--bg_2);
  color: var(--text_white);
}

.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;
          transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-navbar .site__menu-contact {
  margin-left: 32px;
}

.site-navbar .site__menu-contact a {
  font-weight: 500;
  font-size: 15px;
  background: var(--bg_2);
  padding: 15px 30px;
  border-radius: 3px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text_white);
}

.site-navbar .site__menu-contact a i {
  margin-right: 8px;
  font-size: 20px;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  left: 0;
  z-index: 2000;
  padding-top: 20px;
  background: white;
  height: calc(100vh);
  -webkit-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;
  transition: 0.3s all ease-in-out;
}

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

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

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close .mobilelogo img {
  max-width: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 45px;
}

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

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span i {
  color: var(--main_text);
}

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

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

.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;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar-track {
  opacity: 0;
  display: none;
}

.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar-thumb {
  opacity: 0;
  display: none;
}

.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar-thumb:hover {
  opacity: 0;
  display: none;
}

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

.site-mobile-menu .site-nav-wrap a {
  padding: 0;
  display: block;
  position: relative;
  color: var(--main_text);
}

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

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  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:before {
  font-size: 12px;
  z-index: 20;
  content: "";
  position: absolute;
  background-image: url(/assets/img/arrowdown.svg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-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 {
  font-size: 14px;
  font-weight: 500;
}

.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;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.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: 15px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

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

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 100% !important;
}

.sticky-wrapper .site-navbar .site-logo img {
  max-height: 90px;
  max-width: 100%;
}

.sticky-wrapper .site-navbar ul li a {
  color: var(--main_text);
}

.sticky-wrapper .site-navbar ul li a.active {
  color: white !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: var(--main_text);
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: blue !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.page-wrapper {
  z-index: 2;
  position: relative;
}

.page-wrapper .sidebar-wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .page-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

section#hero {
  position: relative;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}

section#hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(273deg, var(--bg_1) 0%, var(--bg_1) 0%, transparent 95%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

section#hero .hero__container {
  max-width: 660px;
  z-index: 1;
}

section#hero .hero__container .hero__top {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: var(--text_white);
  margin-bottom: 5px;
}

section#hero .hero__container .hero__title {
  font-weight: 600;
  font-size: 65px;
  line-height: 73px;
  color: var(--text_white);
  margin-bottom: 30px;
}

section#hero .hero__container .hero__text {
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: var(--text_white);
  margin-bottom: 35px;
}

section#hero .hero__container .hero__links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 180px;
  font-weight: 500;
  font-size: 15px;
  line-height: 48px;
  color: var(--text_white);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#hero .hero__container .hero__links a:not(:last-child) {
  margin-right: 30px;
}

section#hero .hero__container .hero__links a.hero__contact-link {
  border: 1px solid var(--bg_2);
  background: var(--bg_2);
}

section#hero .hero__container .hero__links a.hero__about-link {
  border: 1px solid #fff;
  line-height: 48px;
}

section#hero .hero__container .hero__links a:hover.hero__contact-link {
  background: transparent;
  border: 1px solid #fff;
}

section#hero .hero__container .hero__links a:hover.hero__about-link {
  border: 1px solid var(--bg_2);
  background: var(--bg_2);
}

section#portfolio .content__title {
  margin-bottom: 24px;
}

section#portfolio .portfolio__container .portfolio__item {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  border: 15px solid var(--site_bg);
  border-radius: 10px;
  overflow: hidden;
  border-bottom: 10px;
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--section_bg);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-top .portfolio__item-icon {
  overflow: hidden;
  margin-right: 25px;
  width: 60px;
  height: 60px;
  background: var(--bg_3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 0;
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-top .portfolio__item-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--bg_2);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-top .portfolio__item-icon i {
  font-size: 23px;
  margin-top: 2px;
  color: var(--main_text);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-info .portfolio__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text_1);
  margin-bottom: 1px;
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-info .portfolio__item-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: var(--main_text);
}

section#portfolio .portfolio__container .portfolio__item .portfolio__item-detail {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--text_1);
}

section#portfolio .portfolio__container .portfolio__item:hover .portfolio__item-top .portfolio__item-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section#portfolio .portfolio__container .portfolio__item:hover .portfolio__item-top .portfolio__item-icon i {
  color: var(--text_white);
}

section#portfolio.aboutusportfolio .portfolio__container .portfolio__item {
  border: 15px solid var(--section_bg) !important;
}

section#product .content__title {
  margin-bottom: 34px;
}

section#product .product__container .product__item .product__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

section#product .product__container .product__item .product__content-box .product__item-image {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  height: 200px;
  min-height: 200px;
}

section#product .product__container .product__item .product__content-box .product__item-image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

section#product .product__container .product__item .product__content-box:hover .product__item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section#product .product__container .product__item .product__content-box .product__item-details {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 3px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

section#product .product__container .product__item .product__content-box .product__item-details .product__item-title a {
  font-weight: 600;
  font-size: 19px;
  line-height: 27px;
  color: var(--main_text);
}

section#product .product__container .product__item .product__content-box .product__item-details .product__item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--text_1);
  border-bottom: 1px solid var(--section_bg);
  padding: 30px 0;
  margin-bottom: 30px;
  height: 100%;
}

section#product .product__container .product__item .product__content-box .product__item-details .product__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#product .product__container .product__item .product__content-box .product__item-details .product__item-price a {
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 50px;
  background: var(--bg_2);
  color: var(--text_white);
  border-radius: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#product .product__container .product__item .product__content-box .product__item-details .product__item-price a.price {
  background: transparent;
  border: 1px solid var(--section_bg);
  color: var(--main_text);
  margin-left: 20px;
}

section#product .pagicontainer {
  padding-top: 30px;
}

section#projects {
  padding-bottom: 100px;
  padding-bottom: 20px;
  padding-top: 40px;
}

section#projects .projects__container .projects__item {
  margin-bottom: 30px;
  line-height: 0;
}

section#projects .projects__container .projects__item .projects__details {
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

section#projects .projects__container .projects__item .projects__details .projects__image {
  margin-right: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 180px;
}

section#projects .projects__container .projects__item .projects__details .projects__image img {
  max-width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px 0 0 3px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

section#projects .projects__container .projects__item .projects__details .projects__info {
  border-radius: 0 3px 3px 0;
  width: 100%;
}

section#projects .projects__container .projects__item .projects__details .projects__info .projects__info-title {
  margin-bottom: 24px;
}

section#projects .projects__container .projects__item .projects__details .projects__info .projects__info-title a {
  font-weight: 600;
  font-size: 19px;
  line-height: 27px;
  color: var(--main_text);
}

section#projects .projects__container .projects__item .projects__details .projects__info .projects__info-link a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text_1);
  padding-bottom: 5px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

section#projects .projects__container .projects__item .projects__details .projects__info .projects__info-link a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 24px;
  height: 2px;
  background: var(--text_1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0.7;
}

section#projects .projects__container .projects__item .projects__details:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 500px 0 0 0;
  background: var(--section_bg);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

section#projects .projects__container .projects__item:hover .projects__details .projects__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section#projects .projects__container .projects__item:hover .projects__details:after {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
}

section#projects .projects__container .projects__item:hover .projects__details .projects__info .projects__info-link a {
  color: var(--bg_2);
}

section#projects .projects__container .projects__item:hover .projects__details .projects__info .projects__info-link a:after {
  width: 100%;
  background: var(--bg_2);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

section#comments .content__title {
  margin-bottom: 40px;
}

section#comments .comments__container .comments__container-item {
  padding: 30px;
  background: #fff;
  border: 10px solid var(--section_bg);
}

section#comments .comments__container .comments__container-item .comments__container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--section_bg);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section#comments .comments__container .comments__container-item .comments__container-top .comments__image {
  width: 70px;
  height: 70px;
  border-radius: 3px;
  margin-right: 15px;
  overflow: hidden;
}

section#comments .comments__container .comments__container-item .comments__container-top .comments__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#comments .comments__container .comments__container-item .comments__container-top .comments__text .comments__text-degree {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--text_1);
}

section#comments .comments__container .comments__container-item .comments__container-top .comments__text .comments__text-name {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: var(--main__text);
}

section#comments .comments__container .comments__container-item .comments__container-bottom .comments__container_bottom-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_1);
}

section#comments.aboutuscomments .comments__container .comments__container-item {
  border: 10px solid var(--site_bg) !important;
}

section#comments section#references {
  overflow: hidden;
}

section#comments section#references .references__container .references__item {
  display: inline-block;
  margin: 35px 0 0 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#comments section#references .references__container .references__item img {
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  filter: gray;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#comments section#references .references__container .references__item img:hover {
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
}

section#comments section#references .slick-slide {
  margin: 0 15spx;
}

section#comments section#references .slick-list {
  margin: 0 -27px;
}

section#blog {
  padding: 50px 0;
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-image {
  border-radius: 5px;
  line-height: 0;
  overflow: hidden;
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-image img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: .7s;
  transition: .7s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body {
  padding: 30px 0;
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-cat span a {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_1);
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-title {
  padding: 15px 0;
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-title a {
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: var(--main__text);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bg_2)), to(var(--bg_2)));
  background-image: linear-gradient(var(--bg_2), var(--bg_2));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  -webkit-transition: background-size .8s;
  transition: background-size .8s;
  display: initial !important;
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-title a:hover {
  background-size: 100% 3px;
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text_1);
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

section#blog .blog__container .blog__item .blog__item-detail .blog__item-body .blog__item-btn a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background: var(--text_1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0.7;
}

section#blog .blog__container .blog__item .blog__item-detail:hover .blog__item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section#blog .blog__container .blog__item .blog__item-detail:hover .blog__item-body .blog__item-btn a {
  color: var(--bg_2);
}

section#blog .blog__container .blog__item .blog__item-detail:hover .blog__item-body .blog__item-btn a:after {
  width: 100%;
  background: var(--bg_2);
}

section#blog .blog__container .blog__container-pagi {
  margin: 30px 0 0 0;
}

section#blog.blog__main .blog__container .blog__item .blog__item-detail {
  margin-bottom: 40px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .sidebar__ads {
  margin-bottom: 30px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .sidebar__ads .ad {
  height: 285px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .sidebar__ads .ad img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .box-title {
  padding: 18px 20px;
  color: var(--text_white);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  background: var(--bg_2);
  border-radius: 3px 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .box-title svg {
  margin-right: 7px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .box-title svg path {
  fill: var(--text_white);
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0 0 3px 3px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container {
  position: relative;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--main_text);
  width: 100%;
  padding-left: 15px;
  line-height: 47px;
  border: 1px solid #F4F8FB;
  border-radius: 3px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text_1);
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text_1);
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text_1);
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text_1);
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-search .search .form-container button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 5px;
  border: none;
  background-color: transparent;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat {
  margin-bottom: 30px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .box-title {
  padding: 18px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_white);
  background: var(--bg_2);
  border-radius: 3px 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .box-title svg {
  margin-right: 7px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .box-title svg path {
  fill: var(--text_white);
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features {
  background-color: #fff;
  padding: 25px;
  border-radius: 0 0 3px 3px;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul {
  overflow: hidden;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F4F8FB;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item a {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item a i {
  margin-right: 10px;
  font-size: 17px;
  color: var(--text_1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:hover a {
  color: var(--main_text);
}

section#blog.blog__main .blog__main-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:hover a i {
  color: var(--bg_2);
}

.pagination {
  text-align: center;
  width: 100%;
}

.pagination .page-item {
  width: 50%;
  max-width: 50px;
}

.pagination .page-item .page-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--text_1);
  background: var(--section_bg);
  padding: 0;
  line-height: 48px;
  border: none !important;
  outline: none;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.pagination .page-item .page-link:hover {
  background: var(--bg_2);
  color: var(--text_white);
}

.pagination .page-item .page-link.active {
  background-color: var(--bg_2);
  color: var(--text_white);
}

.pagination .page-item .page-link:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#blog-comments {
  padding-bottom: 50px;
}

.blog__sidebar-search .box-title {
  padding: 18px 20px;
  color: var(--text_white);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  background: var(--bg_2);
  border-radius: 3px 3px 0 0;
}

.blog__sidebar-search .box-title svg {
  margin-right: 12px;
}

.blog__sidebar-search .box-title svg path {
  fill: var(--text_white);
}

.blog__sidebar-search .search {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0 0 3px 3px;
}

.blog__sidebar-search .search .form-container {
  position: relative;
}

.blog__sidebar-search .search .form-container input {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--main_text);
  width: 100%;
  padding-left: 15px;
  line-height: 47px;
  border: 1px solid #F4F8FB;
  border-radius: 3px;
}

.blog__sidebar-search .search .form-container input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.blog__sidebar-search .search .form-container input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text_1);
}

.blog__sidebar-search .search .form-container input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text_1);
}

.blog__sidebar-search .search .form-container input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text_1);
}

.blog__sidebar-search .search .form-container input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text_1);
}

.blog__sidebar-search .search .form-container button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 5px;
  border: none;
  background-color: transparent;
}

section#homeContent {
  padding: 0 0 50px 0;
}

section#homeContent .content__container .content__item .content__item-content {
  background: var(--kutu_1);
  padding: 30px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

section#homeContent .content__container .content__item .content__item-content.right {
  background: var(--kutu_2);
}

section#homeContent .content__container .content__item .content__item-content.right .content__item-btn a {
  background: var(--kutu_2_buton);
}

section#homeContent .content__container .content__item .content__item-content .content__item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#homeContent .content__container .content__item .content__item-content .content__item-detail .content__item-info .content__item-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: var(--main__text);
  margin-bottom: 1px;
}

section#homeContent .content__container .content__item .content__item-content .content__item-detail .content__item-info .content__item-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 15px;
  color: var(--text_1);
}

section#homeContent .content__container .content__item .content__item-content .content__item-btn a {
  border-radius: 3px;
  line-height: 45px;
  font-weight: 400;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  color: var(--text_white);
  background: var(--kutu_1_buton);
}

.breadcrumb {
  padding: 66px 0;
  margin: 0;
  background: var(--breadcumb_background);
}

.breadcrumb .breadcrumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb .breadcrumb__container .breadcrumb__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: var(--main__text);
  margin-top: 1px;
  text-align: center;
}

.breadcrumb .breadcrumb__container ul span {
  margin: 0 5px;
}

.breadcrumb .breadcrumb__container ul span i {
  line-height: 4px;
  color: var(--text_1);
}

.breadcrumb .breadcrumb__container ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--text_1);
}

section#about {
  padding: 50px 0;
}

section#about .about__container .about__container-left .about__container-left_top {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: var(--text_1);
  margin-bottom: 5px;
}

section#about .about__container .about__container-left .about__container-left_title {
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
  color: var(--main__text);
  margin-bottom: 30px;
}

section#about .about__container .about__container-left .about__container-left_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--text_1);
  margin-bottom: 40px;
  margin-right: 30px;
}

section#about .about__container .about__container-left .about__container-left_buttons a {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  max-width: 180px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 48px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#about .about__container .about__container-left .about__container-left_buttons a.btn__one {
  background: var(--bg_2);
  border: 1px solid var(--bg_2);
  color: var(--text_white);
  margin-right: 30px;
}

section#about .about__container .about__container-left .about__container-left_buttons a.btn__one:hover {
  background: transparent;
  border: 1px solid var(--text_1);
  color: var(--text_1);
}

section#about .about__container .about__container-left .about__container-left_buttons a.btn__second {
  border-style: solid;
  border-width: 1px;
  border-color: var(--text_1);
  color: var(--text_1);
}

section#about .about__container .about__container-left .about__container-left_buttons a.btn__second:hover {
  background: var(--bg_2);
  border: 1px solid var(--bg_2);
  color: var(--text_white);
}

section#about .about__container .about__container-right .about__container-right_hexa {
  position: relative;
}

section#about .about__container .about__container-right .about__container-right_hexa .hex {
  display: block;
  position: relative;
  width: 600px;
  height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#about .about__container .about__container-right .about__container-right_hexa .hex img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
          clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 113px;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 15px;
}

section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item .about__hexa-img {
  background: var(--section_bg);
  min-width: 52px;
  min-height: 52px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item .about__hexa-img i {
  font-size: 25px;
  color: var(--bg_2);
}

section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item .about__hexa-text span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--main_text);
  position: relative;
}

section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item .about__hexa-text span:after {
  content: "+";
  position: absolute;
  right: -15px;
  color: var(--main_text);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item .about__hexa-text.braone span:after {
  content: "%";
  position: absolute;
  right: -31px;
  color: var(--main_text);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item .about__hexa-text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--text_1);
}

section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item.item2 {
  position: absolute;
  bottom: 226px;
  right: 0 !important;
}

section#about__bottom {
  padding-bottom: 20px;
}

section#about__bottom .about__bottom-container .about__bottom-item {
  margin-bottom: 30px;
}

section#about__bottom .about__bottom-container .about__bottom-item .about__bottom-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}

section#about__bottom .about__bottom-container .about__bottom-item .about__bottom-detail span.about__bottom-icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--bg_3);
  margin-bottom: 25px;
  position: relative;
  border-radius: 50%;
  z-index: 0;
  overflow: hidden;
}

section#about__bottom .about__bottom-container .about__bottom-item .about__bottom-detail span.about__bottom-icon::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--bg_2);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

section#about__bottom .about__bottom-container .about__bottom-item .about__bottom-detail span.about__bottom-icon i {
  font-size: 23px;
  margin-top: 2px;
  color: var(--main__text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#about__bottom .about__bottom-container .about__bottom-item .about__bottom-detail .about__bottom-text span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--main_text);
}

section#about__bottom .about__bottom-container .about__bottom-item .about__bottom-detail:hover span.about__bottom-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section#about__bottom .about__bottom-container .about__bottom-item .about__bottom-detail:hover span.about__bottom-icon i {
  color: var(--text_white);
}

section#customContent {
  padding-bottom: 20px;
}

section#customContent .customContent__container .customContent__item {
  margin-bottom: 30px;
}

section#customContent .customContent__container .customContent__item .customContent__item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 25px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-icon {
  margin-right: 30px;
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-icon i {
  font-size: 40px;
  color: var(--main__text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-text span.smile {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--text_1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#customContent .customContent__container .customContent__item .customContent__item-detail .customContent__item-text span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--main_text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#customContent .customContent__container .customContent__item .customContent__item-detail svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}

section#customContent .customContent__container .customContent__item .customContent__item-detail svg path {
  fill: var(--text_1);
}

section#customContent .customContent__container .customContent__item .customContent__item-detail:hover {
  background: var(--bg_2);
}

section#customContent .customContent__container .customContent__item .customContent__item-detail:hover .customContent__item-icon i {
  color: var(--text_white);
}

section#customContent .customContent__container .customContent__item .customContent__item-detail:hover .customContent__item-text span {
  color: var(--text_white);
}

section#customContent .customContent__container .customContent__item .customContent__item-detail:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

section#customContent .customContent__container .customContent__item .customContent__item-detail:hover svg path {
  fill: var(--text_white);
}

section#page__text {
  padding: 50px 0;
}

section#page__text .page__text-container {
  background: #ffffff;
  padding: 30px;
  border-radius: 3px;
}

section#page__text .page__text-container p {
  color: var(--text_1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

section#page__text .page__text-container p b {
  font-weight: 700;
}

section#bank {
  position: relative;
  padding: 80px 0;
  z-index: 0;
}

section#bank .bank-item {
  margin-bottom: 30px;
}

section#bank .bank-item .bank-container {
  padding: 40px;
  background-color: #fff;
  border-radius: 3px;
}

section#bank .bank-item .bank-container .bank-top {
  border-bottom: 1px solid #ECF9FF;
  padding-bottom: 23px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  position: relative;
}

section#bank .bank-item .bank-container .bank-top .bank-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
  color: var(--main_text);
}

section#bank .bank-item .bank-container .bank-top svg {
  -webkit-transition: 400ms;
  transition: 400ms;
}

section#bank .bank-item .bank-container .bank-bottom p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--main_text);
}

section#bank .bank-item .bank-container .bank-bottom p b {
  font-weight: 700;
}

section#bank .bank-item .bank-container .bank-bottom p button {
  border: none;
  background-color: var(--theme_color_btn2);
  text-align: center;
  vertical-align: middle;
  padding: 1px 6px;
  color: #fff;
}

section#bank .bank-item .bank-container .bank-bottom p button i {
  color: #fff;
  font-size: 14px;
}

section#bank .bank-item .bank-container .bank-bottom p button svg {
  vertical-align: inherit;
}

section#bank .bank-item .bank-container .bank-bottom p:not(:last-child) {
  margin-bottom: 20px;
}

section#bank .bank-item:hover span.arr svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

section#bank .bank-item:hover span.arr svg path {
  fill: var(--bg_2);
}

section#counter {
  padding-bottom: 50px;
}

section#counter .main-counter-list .counter-box {
  background: #fff;
  border-radius: 3px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 0;
}

section#counter .main-counter-list .counter-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--bg_2);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

section#counter .main-counter-list .counter-box .box-img {
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

section#counter .main-counter-list .counter-box .box-img i {
  font-size: 30px;
  color: var(--main_text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#counter .main-counter-list .counter-box .box-detail {
  z-index: 1;
}

section#counter .main-counter-list .counter-box .box-detail .counter-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--main_text);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#counter .main-counter-list .counter-box .box-detail p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: var(--text_1);
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#counter .main-counter-list .counter-box:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

section#counter .main-counter-list .counter-box:hover .box-img i {
  color: var(--text_white);
}

section#counter .main-counter-list .counter-box:hover .box-detail .counter-title,
section#counter .main-counter-list .counter-box:hover .box-detail p {
  color: var(--text_white);
}

section#blog__content {
  padding: 50px 0;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-image {
  height: 350px;
  overflow: hidden;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px 3px 0 0;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  background: var(--section_bg);
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li img.admin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li:not(:last-child) {
  margin-right: 20px;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li i,
section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li img {
  font-size: 16px;
  margin-right: 10px;
  color: var(--text_1);
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li span {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: var(--text_1);
  vertical-align: bottom;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li a {
  font-weight: 500;
  font-size: 13px;
  color: var(--text_1);
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info .share li:not(:last-child) {
  margin-right: 10px;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info .share li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #fff;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-info .share li a img {
  height: auto;
  padding: 8px;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-text {
  padding: 30px;
  background: #fff;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-text h1,
section#blog__content .blog__content-container .blog__content-left .blog__content-text h2,
section#blog__content .blog__content-container .blog__content-left .blog__content-text h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: var(--main_text);
  margin-bottom: 30px;
}

section#blog__content .blog__content-container .blog__content-left .blog__content-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--text_1);
}

section#blog__content .blog__content-container .blog__sidebar .sidebar__ads {
  margin-bottom: 30px;
}

section#blog__content .blog__content-container .blog__sidebar .sidebar__ads .ad {
  height: 285px;
}

section#blog__content .blog__content-container .blog__sidebar .sidebar__ads .ad img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat {
  margin-bottom: 30px;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .box-title {
  padding: 18px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_white);
  background: var(--bg_2);
  border-radius: 3px 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .box-title svg {
  margin-right: 7px;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .box-title svg path {
  fill: var(--text_white);
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features {
  background-color: #fff;
  padding: 25px;
  border-radius: 0 0 3px 3px;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul {
  overflow: hidden;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F4F8FB;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item a {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item a i {
  margin-right: 10px;
  font-size: 17px;
  color: var(--text_1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:hover a {
  color: var(--main_text);
}

section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat .blog__sidebar-features ul li.category-item:hover a i {
  color: var(--bg_2);
}

section#blog__content .blog__content-container .ad_hori {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 30px 0 0 0;
}

section#blog__content .blog__content-container .ad_hori a {
  outline: none;
}

section#blog__content .blog__content-container .ad_hori a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

section.order-inquiry {
  padding: 50px 0;
}

section.order-inquiry .order-inquiry-wrapper {
  background: #fff;
  border-radius: 3px;
  padding: 25px;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_top {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #F4F8FB;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: var(--main_text);
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 25px;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .o_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--main_text);
  margin-bottom: 15px;
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control {
  border: 1px solid #F1F1F1;
  width: 100%;
  border-radius: 3px;
  font-size: 13px;
  height: 50px;
  padding: 15px;
  line-height: 19px;
  color: var(--main_text);
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 16px;
  color: var(--text_1);
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control:-ms-input-placeholder {
  font-size: 13px;
  line-height: 16px;
  color: var(--text_1);
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::-ms-input-placeholder {
  font-size: 13px;
  line-height: 16px;
  color: var(--text_1);
}

section.order-inquiry .order-inquiry-wrapper .order-inquiry_body .order_control::placeholder {
  font-size: 13px;
  line-height: 16px;
  color: var(--text_1);
}

section.order-inquiry .order-inquiry-wrapper .order-action-btn button {
  display: block;
  height: 50px;
  width: 100%;
  border: none;
  color: #fff;
  background: var(--bg_2);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border-radius: 3px;
}

.orderBox .orarea {
  margin-top: 50px;
  background: var(--bg_1);
  border-radius: 3px;
  padding: 15px;
  font-size: 15px;
  line-height: 25px;
  color: var(--text_white);
}

section#productBox {
  padding: 50px 0;
}

section#productBox.portfolioPage .product__box-container .product__box-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F4F8FB;
}

section#productBox.portfolioPage .product__box-container .product__box-action {
  padding: 30px 0;
}

section#productBox.portfolioPage .product__box-container .product__box-action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 130px;
  height: 65px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_white);
  background: var(--bg_2);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--bg_2);
}

section#productBox.portfolioPage .product__box-container .product__box-action a:hover {
  background: transparent;
  border: 1px solid var(--text_1);
  color: var(--text_1);
}

section#productBox .product__box-container .product__box-view {
  background: #fff;
  border-radius: 3px;
}

section#productBox .product__box-container .product__box-view .product__box-title {
  padding-top: 30px;
  padding-left: 30px;
}

section#productBox .product__box-container .product__box-view .product__box-title h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--main_text);
}

section#productBox .product__box-container .product__box-view .product__box-amount {
  padding: 25px 30px 20px 30px;
  background: var(--section_bg);
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#productBox .product__box-container .product__box-view .product__box-amount ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#productBox .product__box-container .product__box-view .product__box-amount ul li {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_1);
}

section#productBox .product__box-container .product__box-view .product__box-amount ul li i {
  font-size: 16px;
  margin-right: 8px;
}

section#productBox .product__box-container .product__box-view .product__box-amount ul li strong {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

section#productBox .product__box-container .product__box-view .product__box-amount ul li:not(:last-child) {
  margin-right: 30px;
}

section#productBox .product__box-container .product__box-view .product__box-amount .product__box-action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 130px;
  height: 43px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_white);
  background: var(--bg_2);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--bg_2);
}

section#productBox .product__box-container .product__box-view .product__box-amount .product__box-action a:hover {
  background: transparent;
  border: 1px solid var(--text_1);
  color: var(--text_1);
}

section#productBox .product__box-container .product__box-view .product__box-text {
  padding: 0 30px 30px 30px;
}

section#productBox .product__box-container .product__box-view .product__box-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--text_1);
}

section#productBox .product__box-container .product__box-ads {
  padding-top: 30px;
}

section#productBox .product__box-container .product__box-ads img {
  display: block;
  overflow: hidden;
  width: 100%;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide {
  overflow: hidden !important;
  position: relative;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide > .product__box-item:not(:first-child) {
  display: none;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide .slick-track {
  display: block;
  overflow: hidden !important;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide .product__box-item a {
  overflow: hidden;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide .product__box-item.slick-slide {
  overflow: hidden;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide .product__box-item img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  border-radius: 3px;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide i {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  width: 35px;
  background: var(--bg_2);
  color: var(--text_white);
  border-radius: 50%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide:hover i {
  opacity: 1;
  visibility: visible;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide i.nextarrow {
  position: absolute;
  right: 4px;
}

section#productBox .product__box-container .product__box-sidebar .product__box-sidecontent .product__box-sideslide i.prevarrow {
  position: absolute;
  left: 40px;
  z-index: 1;
}

section#productBox .product__box-container .product__box-sidebar .sidebar__ads {
  margin-top: 30px;
}

section#productBox .product__box-container .product__box-sidebar .sidebar__ads .ad {
  text-align: center;
}

section#productBox .product__box-container .product__box-sidebar .sidebar__ads .ad img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

section#productBox .product__box-container hr {
  margin: 0;
  border-top: 1px solid #F4F8FB;
}

section#productBox .product__box-container .product__box-features {
  padding: 30px 0 0 0;
}

section#productBox .product__box-container .product__box-features ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  cursor: default;
  color: var(--text_1);
  padding: 15px;
  background: var(--bg_3);
  border: 1px solid var(--bg_3);
  border-radius: 3px;
}

section#productBox .product__box-container .product__box-features ul li i {
  font-size: 17px;
  margin-right: 10px;
}

section#productBox .product__box-container .product__box-features ul li:not(:last-child) {
  margin-bottom: 30px;
}

.slick-lightbox-slick .slick-arrow {
  display: none !important;
}

section#contact-boxes {
  position: relative;
  padding: 50px 0 20px 0;
  z-index: 0;
}

section#contact-boxes .row .box-detail {
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#contact-boxes .row .box-detail .bn-2 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: var(--bg_3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 0;
}

section#contact-boxes .row .box-detail .bn-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--bg_2);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

section#contact-boxes .row .box-detail .bn-2 i {
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

section#contact-boxes .row .box-detail p {
  padding: 30px 0 6px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: var(--text_1);
}

section#contact-boxes .row .box-detail a,
section#contact-boxes .row .box-detail span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--main_text);
}

section#contact-boxes .row .box-detail svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

section#contact-boxes .row .box-detail:hover .bn-2:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

section#contact-boxes .row .box-detail:hover .bn-2 i {
  color: var(--text_white);
}

section#contact-boxes .row .box-detail:hover span.arr svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

section#contact-boxes .row .box-detail:hover span.arr svg path {
  fill: var(--bg_2);
}

.goog-text-highlight {
  vertical-align: unset !important;
}

section#contact-form {
  margin-bottom: 50px;
}

section#contact-form .contact-img {
  height: 585px;
  overflow: hidden;
  margin: 0 auto;
}

section#contact-form .contact-img iframe,
section#contact-form .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

section#contact-form .form {
  border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box {
  position: relative;
  margin-bottom: 30px;
}

section#contact-form .form .form-bottom .form-box input {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
  width: 100%;
  font-size: 14px;
  line-height: 70px;
  padding: 0 0 0 50px;
  border: none;
  border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box input:focus {
  outline: none;
}

section#contact-form .form .form-bottom .form-box input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

section#contact-form .form .form-bottom .form-box input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

section#contact-form .form .form-bottom .form-box input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

section#contact-form .form .form-bottom .form-box input::placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

section#contact-form .form .form-bottom .form-box.message {
  margin-bottom: 22px;
}

section#contact-form .form .form-bottom .form-box textarea {
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  color: var(--main_text);
  min-height: 185px;
  border: none;
  padding: 26px 0 0 19px;
  border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box textarea:focus {
  outline: none;
}

section#contact-form .form .form-bottom .form-box textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

section#contact-form .form .form-bottom .form-box textarea:-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

section#contact-form .form .form-bottom .form-box textarea::-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

section#contact-form .form .form-bottom .form-box textarea::placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

section#contact-form .form .form-bottom .form-box button {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  border: none;
  background-color: var(--bg_2);
  line-height: 68px;
  border-radius: 3px;
}

section#contact-form .form .form-bottom .form-box i {
  position: absolute;
  font-size: 20px;
  color: var(--text_1);
  left: 25px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section#contact-bottom {
  padding-bottom: 20px;
}

section#contact-bottom .bottom-boxes .boxes-item {
  margin-bottom: 30px;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 3px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  position: relative;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--bg_2);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--text_1);
  width: 100%;
  height: 72px;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail a i {
  font-weight: 400;
  font-size: 22px;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail svg {
  color: var(--theme_color_1);
  font-size: 25px;
  margin-right: 15px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--theme_color_2_hover);
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover svg {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.siparis {
  padding: 80px 0;
}

.siparis .section-title {
  margin-bottom: 40px;
}

.siparis .section-title h2 {
  color: var(--main_text);
  border-bottom: 1px solid #F4F8FB;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.siparis .section-title h2 b {
  padding: 0 5px;
}

.siparis .lightbox-container {
  background: #fff;
  padding: 30px;
}

.siparis #product-lightbox .box-title {
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme_color_1);
  padding: 0 30px 30px 0;
  margin-bottom: 20px;
}

.siparis #product-lightbox .price {
  background: #fff;
  padding: 30px;
}

.siparis #product-lightbox .price strong {
  font-size: 14px;
  line-height: 17px;
  color: var(--main_text);
  font-weight: 400;
  margin-bottom: 5px;
}

.siparis #product-lightbox .price span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--theme_color_1);
}

.siparis #product-lightbox .price span:not(:last-child) {
  border-bottom: 1px solid #F4F8FB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.siparis #product-lightbox .price span.toplam strong {
  color: var(--bg_2);
  font-weight: 600;
}

.siparis #product-lightbox .price span.toplam b {
  color: var(--bg_2);
}

.siparis #selector {
  position: relative;
}

.siparis #selector .bootstrap-select {
  width: 100%;
}

.siparis #selector .form-control {
  border-radius: 16px;
  background: transparent;
}

.siparis #selector .form-control:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.siparis #selector .dropdown-toggle {
  padding: 18px 20px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ECF9FF;
}

.siparis #selector .dropdown-toggle:hover {
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.siparis #selector .dropdown-toggle:focus {
  outline: none;
  outline: none !important;
  outline-offset: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.siparis #selector .dropdown-toggle:after {
  display: none;
}

.siparis #selector .dropdown-toggle .filter-option-inner-inner {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: var(--text_1);
}

.siparis #selector .dropdown-menu {
  border: none;
  border-radius: 16px;
  min-width: 96.5%;
}

.siparis #selector .dropdown-menu .dropdown-item {
  color: var(--main_text);
}

.siparis #selector .dropdown-menu .dropdown-item.active {
  background: transparent;
  color: var(--main_text);
}

.siparis #selector .dropdown-menu .dropdown-item:active {
  background: transparent;
}

.siparis #selector .dropdown-menu .dropdown-item:focus {
  background: transparent;
}

.siparis #selector i {
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--text_1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.siparis .form {
  border-radius: 3px;
}

.siparis .form .form-bottom .form-box {
  position: relative;
  margin-bottom: 30px;
}

.siparis .form .form-bottom .form-box input {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
  width: 100%;
  font-size: 14px;
  line-height: 50px;
  padding: 0 0 0 20px;
  border: 1px solid #ECF9FF;
  margin-bottom: 30px;
  border-radius: 3px;
}

.siparis .form .form-bottom .form-box input:focus {
  outline: none;
}

.siparis .form .form-bottom .form-box input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: var(--text_1);
}

.siparis .form .form-bottom .form-box input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: var(--text_1);
}

.siparis .form .form-bottom .form-box input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: var(--text_1);
}

.siparis .form .form-bottom .form-box input::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: var(--text_1);
}

.siparis .form .form-bottom .form-box button {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  border: none;
  background-color: var(--bg_2);
  line-height: 68px;
}

.siparis .form .form-bottom .form-box textarea {
  width: 100%;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  min-height: 80px;
  padding: 16px 0 0 20px;
  color: var(--main_text);
  border: 1px solid #ECF9FF;
}

.siparis .form .form-bottom .form-box textarea:focus {
  outline: none;
}

.siparis .form .form-bottom .form-box textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

.siparis .form .form-bottom .form-box textarea:-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

.siparis .form .form-bottom .form-box textarea::-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

.siparis .form .form-bottom .form-box textarea::placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--text_1);
}

.siparis .form #subbmit {
  background: var(--bg_2);
  color: var(--text_white);
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  line-height: 55px;
  padding: 0;
  border: none;
}

.siparis .form #subbmit:hover {
  background: var(--bg_2);
}

.siparis .form #subbmit:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#top_alert {
  padding-top: 50px;
}

#top_alert .alertt {
  padding: 17px 30px;
  background: var(--bg_2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px;
}

#top_alert .alertt strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--text_white);
}

#top_alert .alertt span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--text_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_alert .alertt span strong {
  margin-right: 10px;
}

#top_alert .alertt a {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: var(--text_white);
  padding: 17.5px 30px;
  background: var(--kutu_1_buton);
  border-radius: 3px;
}

.order_follow {
  padding: 30px 0 50px 0;
}

.order_follow .lightbox-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
}

.order_follow .lightbox-container .sip_item:not(:last-child) {
  border-bottom: 1px solid #ECF9FF;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.order_follow .lightbox-container .sip_item strong {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--passive_color);
}

.order_follow .lightbox-container .sip_item p {
  font-size: 14px;
  line-height: 20px;
  color: var(--main_text);
  font-weight: 400;
}

.order_follow .lightbox-container .sip_item p a {
  color: var(--main_color);
}

.order_follow .lightbox-container .sip_item p a:hover {
  color: var(--main_color);
}

.order_follow .lightbox-container .sip_item.product_area .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .product_img {
  max-width: 100px;
  height: 70px;
  border-radius: 3px;
  overflow: hidden;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .product_img img {
  width: 100%;
  height: 100%;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im span {
  font-size: 14px;
  line-height: 17px;
  color: var(--main_text);
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im span.pr_text {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: var(--main_text);
  margin-top: 2px;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im:not(:last-child) {
  margin-right: 35px;
}

.order_follow .lightbox-container .sip_item.product_area .product_container .p_info span {
  padding: 14px 15px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  cursor: pointer;
}

.order_follow .price {
  padding: 30px !important;
  background-color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.order_follow .price strong {
  font-size: 14px;
  line-height: 17px;
  color: var(--passive_color);
  font-weight: 400;
  margin-bottom: 5px;
}

.order_follow .price span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  color: var(--main_text);
}

.order_follow .price span:not(:last-child) {
  border-bottom: 1px solid #ECF9FF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.order_follow .price span.toplam strong {
  color: var(--bg_2);
  font-weight: 600;
}

.order_follow .price span.toplam b {
  color: var(--bg_2);
}

.order_follow .price .payment a {
  color: var(--bg_2);
}

.odeme_bildir {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  border: none;
  background: var(--bg_2);
  color: var(--text_white);
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
}

.odeme_bildirbtn {
  background: var(--main_color) !important;
}

.badge-basarilibg {
  background: rgba(40, 167, 69, 0.15);
  color: #28A745;
}

.badge-hazirlaniyorbg {
  background: rgba(23, 162, 184, 0.15);
  color: #17A2B8;
}

.badge-odemebekbg {
  background: rgba(52, 152, 177, 0.15);
  color: #3498B1;
}

.badge-iptalbg {
  background: rgba(255, 70, 92, 0.15);
  color: #FF465C;
}

.badge-teslimbg {
  background: rgba(4, 53, 156, 0.15);
  color: #04359C;
}

.badge-kargobg {
  background: rgba(131, 182, 143, 0.15);
  color: #83B68F;
}

.badge-kontrolbg {
  background: rgba(26, 119, 134, 0.15);
  color: #1A7786;
}

.badge-stokyokbg {
  background: rgba(0, 2, 25, 0.15);
  color: #000219;
}

#odeme-bildirimi h3,
#odeme-bildirimi i,
#odeme-bildirimi label {
  color: #5e5c7f;
}

#odeme-bildirimi h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#odeme-bildirimi h3 i {
  margin-right: 5px;
}

#odeme-bildirimi input:focus, #odeme-bildirimi input:active,
#odeme-bildirimi textarea:focus,
#odeme-bildirimi textarea:active,
#odeme-bildirimi select:focus,
#odeme-bildirimi select:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#odeme-bildirimi .modal-content {
  border: none;
}

#odeme-bildirimi .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#odeme-bildirimi input[type="submit"] {
  background: var(--bg_2);
  border-color: var(--bg_2);
  width: 100%;
}

#odeme-bildirimi input[type="submit"]:hover {
  background: var(--bg_2);
}

.modal-header .close {
  padding: 0;
  margin: 0;
}

.modal-header .close span {
  vertical-align: inherit;
}

section#gallerybox {
  padding: 50px 0;
}

section#gallerybox .gallerybox-container .gallerybox__item {
  background: #fff;
  border: 10px solid var(--site_bg);
  padding: 5px;
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content {
  background: transparent;
  border: none;
  border-radius: 0 0 3px 3px;
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content .modal-header .close {
  text-shadow: none;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
  margin-left: auto;
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content .modal-header .close i {
  font-size: 24px;
  color: #fff;
}

section#gallerybox .gallerybox-container .gallerybox__item .modal-dialog .modal-content .modal-body {
  padding: 0;
}

section#gallerybox .gallerybox-container .gallerybox__item .card {
  background: transparent;
  border: none;
  overflow: hidden;
  border-radius: 3px;
  height: 100%;
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-body {
  padding: 0;
  height: 200px;
  min-height: unset;
  position: relative;
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-body span.hov {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text_white);
  font-size: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-body span.hov:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg_1);
  opacity: 0.8;
  z-index: -1;
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-body img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer {
  background: transparent;
  border: none;
  border-radius: 0 0 3px 3px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer h2 {
  border-bottom: 1px solid #F4F8FB;
  margin-bottom: 30px;
  padding-bottom: 30px;
  height: 100%;
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer h2 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: var(--main_text);
}

section#gallerybox .gallerybox-container .gallerybox__item .card .card-footer .actionbtn a {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: 1px solid #F4F8FB;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--main_text);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
}

section#gallerybox .gallerybox-container .gallerybox__item .card:hover .card-footer .actionbtn a {
  color: var(--text_white);
  background: var(--bg_2);
}

section#gallerybox .gallerybox-container .gallerybox__item .card:hover .card-body span.hov {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: var(--section_bg);
  padding: 40px 0 40px 0;
}

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

.footer .footer_top .footer-site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}

.footer .footer_top .footer-site-logo img {
  vertical-align: middle;
  max-height: 50px;
  max-width: 100%;
}

.footer .footer_top .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer_top .nav-links li {
  display: inline-block;
}

.footer .footer_top .nav-links li:not(:last-child) {
  margin-right: 26px;
}

.footer .footer_top .nav-links li a {
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_1);
}

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

.footer .footer_bottom .social ul li:not(:last-child) {
  margin-right: 13px;
}

.footer .footer_bottom .social ul li a {
  display: inline-block;
  color: var(--text_1);
  font-size: 25px;
}

.footer .footer_bottom .social ul li a i {
  vertical-align: middle;
}

.footer .footer_bottom .copyright {
  cursor: default;
}

.footer .footer_bottom .copyright p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--text_1);
}

.cookieConsentContainer {
  z-index: 999;
  width: 90%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 5px;
  text-align: center;
  min-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 4px 10px rgba(215, 222, 230, 0.3);
          box-shadow: 0px 4px 10px rgba(215, 222, 230, 0.3);
  border-radius: 16px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 50%;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookieConsentContainer .cookieCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.cookieConsentContainer .cookieTitle a {
  vertical-align: text-top;
}

.cookieConsentContainer .cookieDesc p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 0 20px;
  color: var(--main_text);
}

.cookieConsentContainer .cookieDesc a {
  font-weight: 700;
  color: var(--main_text);
  text-decoration: none;
}

.cookieConsentContainer .cookieButton button {
  display: inline-block;
  cursor: pointer;
  background: var(--site_background_secondary);
  min-width: 30px;
  min-height: 30px;
  width: 100%;
  color: #a9b5b7;
  border-radius: 5px;
  border: none;
}

.cookieConsentContainer.hidden {
  opacity: 0;
  display: none;
  z-index: -99;
}

section#fixed-whatsapp {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}

section#fixed-whatsapp .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e89f04;
  cursor: pointer;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

section#fixed-whatsapp .item .item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section#fixed-whatsapp .item .item-detail .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

section#fixed-whatsapp .item .item-detail span {
  padding: 0 20px 0 0;
  font-size: 14px;
  color: var(--text_white);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-left: -30px;
  font-weight: 500;
}

.back-to-top {
  visibility: hidden;
  background-color: var(--bg_2);
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 38px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
  cursor: pointer;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.back-to-top svg {
  fill: var(--text_white);
}

.back-to-top.show {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1230px;
  }
  .header-container .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
  .site-navbar .site__menu-contact a {
    padding: 10px 10px;
  }
  .site-navbar .site__menu-contact a i {
    margin-right: 0;
  }
  .site-navbar .site__menu-contact a span {
    display: none;
  }
  section#blog.blog__main {
    padding-top: 0;
  }
  section#blog .blog__container .blog__container-pagi {
    margin-bottom: 30px;
  }
  .site-navbar {
    padding: 25px 0;
  }
  .site-navbar .site__menu-contact {
    margin-left: 0;
  }
  .site-navbar .site__navbar-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-navbar .site__navbar-container .site-navigation {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 998px) and (max-width: 1200px) {
  section#about .about__container .about__container-right .about__container-right_hexa .hex {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 998px) {
  section#productBox .product__box-container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#productBox .product__box-container .row .product__box-body {
    margin-top: 30px;
  }
  section#productBox .product__box-container .row .product__box-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#productBox .product__box-container .row .product__box-sidebar .product__box-sidecontent .product__box-sideslide .product__box-item img {
    width: 100%;
    max-height: 350px;
  }
  section#productBox .product__box-container .row .product__box-sidebar .sidebar__ads .ad {
    text-align: left;
    margin-bottom: 30px;
  }
  section#about .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  section#about .about__container .about__container-right {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  section#about .about__container .about__container-right .about__container-right_hexa {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section#about .about__container .about__container-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  section#blog__content .blog__content-container .blog__sidebar .blog__sidebar-cat {
    margin-top: 30px;
  }
  section#blog__content .blog__content-container .blog__sidebar .sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section#blog__content .blog__content-container .blog__sidebar .sidebar__ads {
    margin-bottom: 0;
  }
}

@media (min-width: 998px) {
  section#fixed-whatsapp .item .item-detail span {
    padding: 0 20px 0 0;
    font-size: 14px;
    color: var(--text_white);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-left: -30px;
    font-weight: 500;
  }
  section#fixed-whatsapp .item .item-detail:hover span {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
    transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
  }
}

@media (max-width: 870px) {
  section#blog__content .blog__content-container .blog__content-left .blog__content-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section#blog__content .blog__content-container .blog__content-left .blog__content-info .share {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .site-navbar .site__menu-contact a {
    padding: 10px 10px;
  }
  .site-navbar .site__menu-contact a i {
    margin-right: 0;
  }
  .site-navbar .site__menu-contact a span {
    display: none;
  }
  section#contact-form .mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#contact-form .contact-img {
    padding-top: 30px;
  }
  .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper .prd_im:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .footer .footer_top .footer-site-logo {
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  section#about .about__container .about__container-right .about__container-right_hexa .hex {
    width: 440px;
    height: 440px;
  }
}

@media (min-width: 576px) {
  .site-navbar .site__menu-contact .page-wrapper {
    display: none;
  }
}

@media (max-width: 576px) {
  .sticky-wrapper .site-navbar .site-logo img {
    max-height: 27px;
  }
  #header__top {
    display: none;
  }
  .site-navbar .site__menu-contact .contactbtn {
    display: none;
  }
  .site-navbar .site__menu-contact a {
    background: transparent !important;
  }
  #header__top .header__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header__top .header__container .header__left {
    display: none;
  }
  section#hero:before {
    background: linear-gradient(273deg, var(--bg_1) 0%, var(--bg_1) 0%, transparent 157%);
  }
  section#hero .hero__container .hero__top {
    font-size: 16px;
  }
  section#hero .hero__container .hero__title {
    font-size: 40px;
    line-height: 44px;
  }
  section#hero .hero__container .hero__text {
    font-size: 16px;
    line-height: 25px;
  }
  section#hero .hero__container .hero__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#hero .hero__container .hero__links a {
    max-width: 100%;
  }
  section#hero .hero__container .hero__links a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  section#homeContent .content__container .content__item .content__item-content .content__item-btn {
    width: 100%;
  }
  section#homeContent .content__container .content__item .content__item-content .content__item-btn a {
    width: 100%;
  }
  section#about .about__container .about__container-left .about__container-left_top {
    font-size: 16px;
  }
  section#about .about__container .about__container-left .about__container-left_title {
    font-size: 40px;
    line-height: 44px;
  }
  section#about .about__container .about__container-left .about__container-left_text {
    font-size: 16px;
    line-height: 25px;
  }
  section#about .about__container .about__container-left .about__container-left_buttons a {
    max-width: 100%;
  }
  section#about .about__container .about__container-left .about__container-left_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section#about .about__container .about__container-left .about__container-left_buttons a.btn__one {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  section#productBox .product__box-container .product__box-view .product__box-amount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section#productBox .product__box-container .product__box-view .product__box-amount .product__box-action {
    width: 100%;
  }
  section#productBox .product__box-container .product__box-view .product__box-amount ul {
    margin-bottom: 15px;
  }
  section#productBox .product__box-container .product__box-view .product__box-amount ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  section#projects .projects__container .projects__item .projects__details {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  section#projects .projects__container .projects__item .projects__details .projects__image {
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
  }
  .order_follow .lightbox-container .sip_item.product_area .product_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .order_follow .lightbox-container .sip_item.product_area .product_container .p_wrapper {
    margin-bottom: 20px;
  }
  section#blog .blog__container .blog__container-pagi .pagination .page-item {
    max-width: 100%;
  }
  section#blog .blog__container .blog__item .blog__item-detail .blog__item-image img {
    width: 100%;
  }
  section#blog__content .blog__content-container .blog__content-left .blog__content-info ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 470px) {
  section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item {
    bottom: 50px;
  }
  section#about .about__container .about__container-right .about__container-right_hexa .hex {
    width: 330px;
    height: 330px;
  }
}

@media (max-width: 350px) {
  section#about .about__container .about__container-right .about__container-right_hexa .about__hexa-item {
    bottom: -7px;
  }
  section#about .about__container .about__container-right .about__container-right_hexa .hex {
    width: 300px;
    height: 300px;
  }
  section#portfolio .portfolio__container .portfolio__item .portfolio__item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section#portfolio .portfolio__container .portfolio__item .portfolio__item-top .portfolio__item-icon {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */