@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&amp;display=swap");

:root {
  --dikkan-color: #FF4100;
  --dikkan-antrasit-color: #58595B;
}


html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: var(--dikkan-color);
  font-family: Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #181D4E;
}
a:hover {
  color: #0B0D26;
}

p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  color: #58595B;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

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

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

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #777;
}

.fix {
  overflow: hidden;
}

/*Section Padding CSS*/
.section-padding {
  padding: 50px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 60px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
}

.section-devider {
  background: #0B0D26;
  padding-top: 50px;
  padding-bottom: 50px;
}

/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

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

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

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

.project-list-wrap .section-title h2{
  font-size: 38px;
  line-height: 42px;
}
/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  color: var(--dikkan-antrasit-color);
  letter-spacing: 0.7px;
  margin-top: 0px;
}
.section-title.section-sub-title{
  margin-bottom: 10px;
}
.section-title.section-sub-title h2{
  color: var(--dikkan-color);
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 55px;
    line-height: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 15px 0;
  }
}

.section-title h3 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
  opacity: 1;
}

.section-title p {
  margin: 0;
}
.theme-btn{
  border:none;
  background-color:var(--dikkan-color);
  color:#fff;
  cursor:pointer;
  transform:all 0.3s;
  position:relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.2px;
  padding: 18px 45px;
}
.theme-btn:hover{
  color:#fff!important;
}
.theme-btn:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top:-5px;
    left:-5px;
  border-top:2px solid var(--dikkan-color);
  border-left:2px solid var(--dikkan-color);
  transition:all 0.25s;
}
.theme-btn:hover:before ,.theme-btn:hover:after{
  width:104%;
  height:110%;
}
.theme-btn:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
    right:-5px;
  border-bottom:2px solid var(--dikkan-color);
  border-right:2px solid var(--dikkan-color);
  transition:all 0.30s;
}
/*Button Style */
 .dark-btn, .white-btn, .bordered-btn {
  display: inline-flex;
  background: var(--dikkan-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 45px;
  border: 2px solid var(--dikkan-color);
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
   .dark-btn, .white-btn, .bordered-btn {
    padding: 14px 18px;
  }
}
.dark-btn:hover, .white-btn:hover, .bordered-btn:hover {
  background: #db2b0e;
  border-color: #db2b0e;
  color: #fff;
}

.bordered-btn {
  background: transparent;
  border-color: #0B0D26;
  color: #0B0D26;
}
.bordered-btn:hover {
  background: var(--dikkan-color);
  color: #fff;
  border-color: var(--dikkan-color);
}

.white-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: inherit;
}

.dark-btn {
  background: #0B0D26;
  border-color: #0B0D26;
  color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type=submit],
button[type=submit] {
  background: var(--dikkan-color);
  border-color: var(--dikkan-color);
  border-radius: 0;
  display: inline-block;
  color: #fff;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #0B0D26;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.container {
  max-width: 1200px;
}

.container.widewidth {
  max-width: 1300px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.theme-bg {
  background: var(--dikkan-color);
}
.dark-bg {
  background: var(--dikkan-antrasit-color);
}
.dikkan-bg{
  background: var(--dikkan-color);
}

.gray-bg {
  background: #F8F8F8;
}

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

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #090A1A;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active, .active.overlay-2, .active.overlay-3, .active.overlay-4, .active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--dikkan-antrasit-color);
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-dark {
  color: #181D4E !important;
}

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

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b-none {
  border: none !important;
}

/* Preloader*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before, #loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid var(--dikkan-color);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--dikkan-antrasit-color);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- Search Form --*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #58595B;
  padding: 45px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 100vh;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  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;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-family: Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 80px;
  top: 60px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
  color: #fff;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #888E9B;
  width: 100%;
  padding-top: 140px;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: -140px;
  bottom: 5px;
  background: transparent !important;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #888E9B;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form-group input::placeholder {
  font-size: 30px;
  color: #888E9B;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 2px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #58595B none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  padding-top: 10px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}
.contact-list p {
    color: #fff;
    margin-top: 1px;
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 14px;
}
.contact-list p a{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.contact-list p a:hover{
    color: #FF4100;
}

.offcanvas-overlay {
  position: fixed;
  background: var(--dikkan-antrasit-color);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #1C1E36;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  opacity: 0.5;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #fff;
}

.header-area.absolute-header .header-sticky .main-menu ul > li > a {
  color: var(--dikkan-antrasit-color);
}
.absolute-header .header-sticky .header-right .search-trigger i {
  color: var(--dikkan-antrasit-color);
}

.logo img.sticky-logo {
  display: none;
}
.logo img.logo-logo {
  display: block;
}

.header-sticky .logo img.sticky-logo {
  display: block;
}
.header-sticky .logo img.logo-logo {
  display: none;
}

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: absolute;
  display: inline-block;
  left: 30%;
  bottom: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 190px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 32px !important;
  font-weight: 400;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-area .navigation {
  height: 100px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #fff;
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0B0D26;
}

.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 0;
  overflow: hidden;
  color: #181D4E;
  position: relative;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: -25px;
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 235px;
  background-color: var(--dikkan-antrasit-color);
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 15px 0px;
}
.main-menu ul > li.megamenu-has > ul {
  left:0;
}
.lang-aera.main-menu ul > li > ul {
    position: absolute;
    top: 70px!important;
    width: auto!important;
}
.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
}
.main-menu ul > li > ul li a {
  display: block;
  color: #A3A7AD !important;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
}
.main-menu ul > li > ul li a:hover {
  color: #fff !important;
}
.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}
.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #171717;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: #171717;
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #171717;
}

.main-menu ul > li > ul li a.active {
  color: #fff !important;
  position: relative;
  padding-left: 50px;
}

.main-menu ul > li > ul li a.active:before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 25px;
  width: 16px;
  height: 2px;
  background: #fff;
  margin-bottom: -1px;
  transition: 0.2s ease-out;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #58595B;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #f2f2f238;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: var(--dikkan-color);
}

.header-area .container {
  background: #fff;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 16px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .bordered-btn, .action-bar .white-btn, .action-bar .dark-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right .search-trigger i {
  font-size: 24px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}
.header-right .search-trigger i:hover {
  cursor: pointer;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.contact-number {
  margin-right: 60px;
}

.absolute-header .header-right .search-trigger i {
  color: #fff;
}
.social-area{
  display: flex;
}
.social-area a i {
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}

.shop-icon {
  position: relative;
  z-index: 1;
}
.shop-icon i {
  font-size: 24px;
  margin-right: 40px;
}
.shop-icon .icon-notify {
  width: 18px;
  height: 18px;
  background: var(--dikkan-color);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  right: 32px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-icon {
    display: none;
  }
}

.absolute-header .shop-icon i {
  color: #fff;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-trigger {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-trigger {
    display: none;
  }
}

.header-area.absolute-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgb(88,89,91);
  background: linear-gradient(180deg, rgba(88,89,91,0.4) 0%, rgba(88,89,91,0) 100%);
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #fff;
}

.header-area.header-four.absolute-header {
  top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}
@media (max-width: 767px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

.hero-area-bg {
  max-width: calc(100% - 80px);
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-bg {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .hero-area-bg {
    max-width: calc(100% - 0px);
  }
}

.hero-area-content {
  padding-left: 0;
  padding: 90px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .hero-area-content {
    padding-top: 50px;
  }
}

#home-1.hero-area {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1.hero-area {
    height: 650px;
  }
}

#home-1.hero-area:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 1;
}

/* Hero Area Slider 
==================*/
.homepage-slides {
  position: relative;
  overflow: hidden;
}
.homepage-slides .single-slide-item {
  background-color: #ddd;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item {
    height: 500px;
  }
}
.homepage-slides .single-slide-item .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item .image-layer {
    background-position: left;
  }
}
.homepage-slides .single-slide-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  margin: 0px 0;
  position: relative;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-slides .single-slide-item h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.homepage-slides .single-slide-item p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item p br {
    display: none;
  }
}
.homepage-slides .single-slide-item .theme-btn, .homepage-slides .single-slide-item .bordered-btn, .homepage-slides .single-slide-item .white-btn, .homepage-slides .single-slide-item .dark-btn {
  margin-top: 10px;
}

#home-2 .hero-area-content,
#home-3 .hero-area-content {
 
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .hero-area-content,
  #home-3 .hero-area-content {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #home-2 .hero-area-content,
  #home-3 .hero-area-content {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
#home-2 .hero-area-content h6,
#home-3 .hero-area-content h6 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

#home-2 .hero-area-content {
  width: 100%;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .hero-area-content {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #home-2 .hero-area-content {
    padding-left: 40px;
    padding-bottom: 0;
  }
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-left: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 80px;
  bottom: 26px;
  margin-top: -25px;
  background: #fff;
  color: #F25B26;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #F35C27;
  color: #fff;
  border-color: #F35C27;
}

#home-4 .single-slide-item {
  background-image: url(../img/slider/6.jpg);
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 700px;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-4 .single-slide-item {
    height: 600px;
  }
}
#home-4 .single-slide-item .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
#home-4 .single-slide-item h2 {
  color: #fff;
  font-size: 65px;
  font-weight: 500;
  line-height: 70px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .single-slide-item h2 {
    font-size: 60px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  #home-4 .single-slide-item h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-4 .single-slide-item h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-4 .single-slide-item p {
  color: #ccc7c7;
  font-size: 18px;
  line-height: 30px;
}

#home-4.hero-area {
  position: relative;
  z-index: 1;
}

#home-4 .hero-area-banner {
  background-image: url(../img/slider/6.jpg);
  background-size: cover;
  background-position: top;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 800px;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner {
    background-position: top;
  }
}
#home-4 .hero-area-banner .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
#home-4 .hero-area-banner h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-area-banner h1 {
    font-size: 75px;
    line-height: 85px;
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-4 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-4 .hero-area-banner p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-area-banner p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-4 .service-info {
    display: none;
  }
}
#home-4 .service-info h4 {
  color: #fff;
}
#home-4 .service-info i {
  font-size: 60px;
}

#home-5 .section-title h1 {
  font-size: 84px;
  font-weight: 500;
  line-height: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-5 .section-title h1 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-5 .section-title h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  #home-5 .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #home-5 .hero-area-content {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #home-5 .hero-area-img {
    display: none;
  }
}

.banner-img-wrap {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .banner-img-wrap img {
    height: 200px;
    object-fit: cover;
  }
}

.banner-absolute-img {
  position: absolute;
  right: 150px;
  bottom: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-absolute-img {
    right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-absolute-img {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .banner-absolute-img {
    right: 20px;
    bottom: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-absolute-img img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .banner-absolute-img img {
    width: 120px;
    height: 120px;
  }
}

#service-1 .single-service-item {
  border-right: 1px solid #ddd;
  padding: 20px 35px 35px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-1 .single-service-item {
    border-right: none;
  }
}
@media (max-width: 767px) {
  #service-1 .single-service-item {
    border-right: none;
  }
}
#service-1 .single-service-item .service-icon i:before {
  font-size: 60px;
  color: var(--dikkan-color);
}
#service-1 .single-service-item .service-title h4 {
  font-weight: 500;
  color: var(--dikkan-antrasit-color);
  letter-spacing: 0;
  margin: 40px 0;
}
#service-1 .single-service-item:hover .service-icon i:before {
  color: #0B0D26;
}

.read_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #181D4E;
  z-index: 1;
  overflow: hidden;
}

.read_more_link .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}

.read_more_link .link_icon i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.single-service-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-1.pt-60 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #service-1.pt-60 {
    padding-top: 0;
  }
}

#service-2 .single-service-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 50px;
  margin-top: 40px;
  transition: 0.3s;
  border-bottom: 1px solid #f6f6f6;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
  min-height: 600px;
}
#service-2 .single-service-item .service-icon i:before {
  font-size: 65px;
  color: var(--dikkan-color);
  line-height: 1;
}
#service-2 .single-service-item h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0;
}
#service-2 .single-service-item .service-link {
  margin-top: 40px;
  transition: 0.3s;
}
#service-2 .single-service-item .service-link i {
  font-size: 30px;
}
#service-2 .single-service-item .service-link i:hover {
  color: var(--dikkan-color);
}
#service-2 .single-service-item:hover .service-icon i:before {
  color: #0B0D26;
}
#service-2 .single-service-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--dikkan-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
#service-2 .single-service-item:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
#service-2 .service-slider .owl-nav button.owl-prev,
#service-2 .service-slider .owl-nav button.owl-next {
  background: #eee;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
#service-2 .service-slider .owl-nav button.owl-prev:hover,
#service-2 .service-slider .owl-nav button.owl-next:hover {
  background: var(--dikkan-antrasit-color);
  color: #fff;
}
#service-2 .service-slider .owl-nav i {
  font-size: 20px;
}
#service-2 .service-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 .service-slider .owl-nav {
    top: -25px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #service-2 .service-slider .owl-nav {
    display: none;
  }
}
#service-2 .service-slider .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin-right: 20px;
  margin-top: 20px;
}
#service-2 .service-slider .owl-dots button.owl-dot.active span {
  background: #F35C27;
}
#service-2 .service-slider .owl-dots {
  text-align: center;
}

#service-3 .service-content-wrap {
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-item-wrap {
    margin-top: 60px;
  }
}
#service-3 .single-service-item {
  padding: 40px 30px 15px;
  margin-top: 0;
  margin-bottom: 30px;
  background: #fff;
  border: none;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.09);
  transition: 0.3s ease-out;
}

#service-3 .single-service-item:hover img { filter: brightness(0) invert(1); }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-3 .single-service-item {
    padding: 60px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .single-service-item .service-content-wrap {
    margin-bottom: 60px;
  }
}
#service-3 .single-service-item .service-icon i:before {
  font-size: 55px;
  color: var(--dikkan-color);
}
#service-3 .single-service-item h4 {
  margin: 30px 0px 20px;
}
#service-3 .single-service-item:hover {
  color: var(--dikkan-color);
  background-color: var(--dikkan-color);
}
#service-3 .single-service-item:hover .service-icon i:before {
  color: #fff;
}
#service-3 .single-service-item:hover h4 {
  color: #fff !important;
}
#service-3 .single-service-item:hover p {
  color: #fff;
}
#service-3 .single-service-item:nth-of-type(2) {
  display: none;
}

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

#service-3.dark-bg p {
  color: gray;
}

#service-1.dark-bg .single-service-item {
  border-right: 1px solid #191c42;
}
#service-3 .single-service-item .service-title h4 {
  color: var(--dikkan-antrasit-color);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

#service-3 .single-service-item p {
  color: var(--dikkan-antrasit-color);
  font-size: 15px;
  min-height: 105px;
}



#service-1.dark-bg {
  position: relative;
}

#service-1.dark-bg:before {
  position: absolute;
  content: "";
  top: -300px;
  left: 0;
  width: 100%;
  height: 300px;
  background: #0B0D26;
  z-index: -1;
}

#service-page .service-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  z-index: 9;
}
#service-page .single-service-item {
  position: relative;
  z-index: 1;
}
#service-page .single-service-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
#service-page .single-service-item:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--dikkan-antrasit-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
#service-page .single-service-item:hover::before {
  opacity: 0;
}
#service-page .single-service-item:hover::after {
  opacity: 0.6;
}
#service-page .service-content-top span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
#service-page .service-content-bottom h6 a {
  color: #fff;
  font-size: 24px;
}
#service-page .service-content-bottom p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  margin-top: 5px;
}
#service-page .service-img img {
  height: 430px !important;
  object-fit: cover;
  object-position: center;
}
#service-page .service-slider .owl-nav button.owl-prev,
#service-page .service-slider .owl-nav button.owl-next {
  background: #eee;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
#service-page .service-slider .owl-nav button.owl-prev:hover,
#service-page .service-slider .owl-nav button.owl-next:hover {
  background: var(--dikkan-antrasit-color);
  color: #fff;
}
#service-page .service-slider .owl-nav i {
  font-size: 20px;
}
#service-page .service-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-page .service-slider .owl-nav {
    top: -25px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #service-page .service-slider .owl-nav {
    display: none;
  }
}
#service-page .service-slider .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin-right: 20px;
  margin-top: 20px;
}
#service-page .service-slider .owl-dots button.owl-dot.active span {
  background: #F35C27;
}
#service-page .service-slider .owl-dots {
  text-align: center;
}

#service-1.service-page .single-service-item {
  border-right: none;
  padding-bottom: 0;
}

#service-1.dark-bg .single-service-item {
  border-right: none;
  padding-bottom: 0;
}

#about-1 {
  position: relative;
}

.about-bg-wrap {
  max-width: calc(100% - 100px);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}

.about-bg-wrap-2 {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap-2 {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .about-bg-wrap-2 {
    max-width: calc(100% - 0px);
  }
}

.about-content-wrap h3 {
  color: #58595B;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrap h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-content-wrap h3 {
    font-size: 20px;
  }
  .about-content-wrap h3 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-content-wrap p br {
    display: none;
  }
}

.section-title img {
  border-radius: 25px;
  height: 50px;
  position: relative;
  bottom: 5px;
}
@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
}

#about-2 .about-img-wrap {
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #about-2 .about-img-wrap {
    margin-top: 60px;
  }
}
#about-2 .image-two {
  position: absolute;
  top: 35%;
  left: 40%;
}
@media (max-width: 767px) {
  #about-2 .image-two {
    bottom: -40px;
    top: auto;
  }
}
#about-2 .about-content-wrap {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #about-2 .about-content-wrap {
    padding-left: 0;
  }
}
#about-2 .about-key {
  overflow: hidden;
}
#about-2 .about-key li {
  margin-bottom: 16px;
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  #about-2 .about-key li {
    width: 100%;
  }
}
#about-2 .about-key li i {
  position: relative;
}
#about-2 .about-key li i:before {
  font-size: 30px;
  color: #F35C27;
  margin-right: 10px;
  position: absolute;
  top: -20px;
}
#about-2 .about-key p {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #262B3E;
  position: relative;
  padding-left: 35px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2.pb-200 {
    padding-bottom: 300px;
  }
}
@media (max-width: 767px) {
  #about-2.pb-200 {
    padding-bottom: 120px;
  }
}

#about-3 .about-bg-wrap {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #about-3 .about-bg-wrap {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #about-3 .about-content-wrap {
    margin-top: 30px;
  }
}
#about-3 .about-feature ul li {
  display: block;
  font-size: 18px;
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
}
#about-3 .about-feature ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: var(--dikkan-color);
  margin-top: -1px;
}
#about-3 .about-feature {
  margin-top: 30px;
}

#about-4 .about-img-wrap {
  max-width: calc(100% - 70px);
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-4 .about-img-wrap {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #about-4 .about-img-wrap {
    max-width: calc(100% - 0px);
  }
}
#about-4 .about-content-wrap {
  margin-left: 60px;
}
@media (max-width: 767px) {
  #about-4 .about-content-wrap {
    margin-left: 0;
    margin-top: 60px;
  }
}
#about-4 .about-feature {
  margin-top: 40px;
}
#about-4 .about-feature h4 {
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-top: 25px;
}
#about-4 .about-feature h4 span {
  color: #0868D7;
  margin-right: 10px;
}
#about-4 .about-feature h4:nth-of-type(2) {
  border-bottom: none;
}
#about-4 .about-desc {
  background-image: url(../img/about/dark-blue-rounded-lines.png);
  background-size: cover;
  width: 300px;
  height: 240px;
  position: absolute;
  bottom: 0;
  right: -40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
}
@media (max-width: 767px) {
  #about-4 .about-desc {
    right: 0;
    width: 250px;
    height: 200px;
    padding: 35px;
  }
}
#about-4 .about-desc h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #about-4 .about-desc h3 {
    font-size: 30px;
  }
}

#about-5 .about-content-wrap {
  max-width: calc(100% - 30px);
}

.ceo-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ceo-wrapper {
    margin-top: 30px;
  }
}

.ceo-thumb img {
  width: 80px;
  height: 80px;
}

.ceo-info {
  margin-left: 20px;
}

.ceo-info h5 {
  font-weight: 500;
  font-size: 22px;
}

.ceo-info span {
  font-size: 18px;
  color: #777;
  margin-top: 5px;
}

.about-desc-wrap {
  margin-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about-desc-wrap {
    margin-top: 60px;
  }
}

.about-desc-wrap p {
  text-align: justify;
}

span.dropcap_style {
  background-color: transparent;
  color: #181D4E;
  font-size: 60px;
  font-weight: 500;
  height: 50px;
  line-height: 55px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 40px;
  padding-right: 5px;
  overflow: visible;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .about-content-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about-page .about-content-wrap {
    margin-top: 100px;
  }
}

.founder-year-wrap {
  position: absolute;
  top: -70px;
  right: 0;
  text-align: end;
}
.founder-year-wrap h1 {
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--dikkan-color);
}
@media (max-width: 767px) {
  .founder-year-wrap h1 {
    font-size: 50px;
  }
}
.founder-year-wrap span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--dikkan-color);
}

.work-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .work-img-wrap {
    margin-top: 20px;
  }
}

.work-img-wrap .image-two {
  position: absolute;
  top: 35%;
  left: 0;
}
@media (max-width: 767px) {
  .work-img-wrap .image-two {
    bottom: -40px;
  }
}


#about-page.testimonial-section {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-page.testimonial-section {
    height: 600px;
  }
}
@media (max-width: 767px) {
  #about-page.testimonial-section {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-page .single-testimonial-item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #about-page .single-testimonial-item {
    padding: 0;
  }
}

.testimonial-wrap.dark-bg {
  padding: 50px 150px;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-wrap.dark-bg {
    padding: 100px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap.dark-bg {
    padding: 50px;
  }
}

#about-page .testimonial-wrap .owl-nav {
  position: absolute;
  bottom: 45px;
  right: 60px;
  display: flex;
}
@media (max-width: 767px) {
  #about-page .testimonial-wrap .owl-nav {
    right: 120px;
  }
}
#about-page .testimonial-wrapper .owl-nav button.owl-prev {
  left: 35px;
}
#about-page .testimonial-wrapper .owl-nav button.owl-prev:hover,
#about-page .testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #F94729;
  color: rgb(255, 255, 255);
  border-color: #F94729;
}

#project-1.project-section {
  position: relative;
  z-index: 1;
}
#project-1.project-section:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: -1;
}

.single-project-item {
  position: relative;
  overflow: hidden;
}

.project-bg {
  transition: all 0.5s ease;
  transform: scale(1);
}

.project-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: translateX(-101%);
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.project-details span {
  background: #fff;
  padding: 10px;
  border-radius: 0;
  font-size: 16px;
  color: var(--dikkan-color);
}
.project-details h5 {
  background: #fff;
  display: block;
  font-weight: 500;
  padding: 10px 20px;
  margin: 10px 0;
}

.single-project-item:hover .project-details {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}

.single-project-item:hover .project-bg {
  transform: scale(1.07);
}

#project-2 .single-project-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
#project-2 .single-project-item  img{
  height: 380px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #project-2 .single-project-item {
    margin-bottom: 0px;
  }
}
/* #project-2 .single-project-item .project-bg {
  height: 305px;
} */
#project-2 .single-project-item .project-info {
  position: absolute;
  transition: all 0.4s;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 25px 15px;
  width: 70%;
  max-width: 70%;
  background-color: #fff;
  opacity: 0;
  text-align: center;
}
#project-2 .single-project-item .project-info h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
#project-2 .single-project-item .project-info p {
  margin: 0;
  color: var(--dikkan-color);
}
#project-2 .single-project-item:hover .project-info {
  transition: all 0.4s;
  transform: translateY(0);
  bottom: 40px;
  opacity: 1;
}




#project-2 .single-feature-item .project-info {
  position: absolute;
  transition: all 0.4s;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px 15px;
  width: 100%;
  height: 100%;
  background-color: #00000052;
  opacity: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
#project-2 .single-feature-item .project-info h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
#project-2 .single-feature-item .project-info p {
  margin: 0;
  color: var(--dikkan-color);
}
#project-2 .single-feature-item:hover .project-info {
  transition: all 0.4s;
  transform: translateY(0);
  bottom: 0px;
  opacity: 1;
}

.single-feature-item .project-info a.icon.add-to-wishlist-btn {
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background: var(--dikkan-color);
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
}




.single-project-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-project-wrap {
    width: 100%;
  }
}
.single-project-wrap img {
  width: 100%;
  object-fit: cover;
}
.single-project-wrap.big img {
  height: 700px;
}
@media (max-width: 767px) {
  .single-project-wrap.big img {
    height: 350px;
  }
}
.single-project-wrap.small img {
  height: 350px;
}
.single-project-wrap.wide img {
  height: 350px;
}

.single-project-wrap .details {
  background: #ff41008a;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-project-wrap .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-project-wrap h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.single-project-wrap h6 {
  font-size: 18px;
  color: #fff;
}

.single-project-wrap:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.single-project-wrap:hover .details .info {
  opacity: 1;
  margin-top: 0;
}

#project-4 .single-project-wrap .details {
  background: rgba(24, 29, 78, 0.9098039216);
}

.single-project-wrapper {
  position: relative;
  overflow: hidden;
}

.single-project-wrapper:hover .project-details {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}

.single-project-wrapper:hover .project-bg {
  transform: scale(1.07, 1.07);
}

.project-list-content {
  padding-left: 30px;
  max-width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-list-content {
    padding-left: 0;
    margin-top: 30px;
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .project-menu {
    text-align: center;
  }
}

.project-menu li a {
  cursor: pointer;
  display: block;
  color: #808996;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 15px;
  transition: all 0.5s;
  margin-top: 5px;
}

.project-menu a.active,
.project-menu a:hover {
  color: #fff;
  background: var(--dikkan-color);
}

.project-item {
  position: relative;
  padding: 15px;
  text-align: center;
}

.project-box {
  overflow: hidden;
  position: relative;
}

.project-box .project-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

/* .project-box .project-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
} */

.certificates-desc h3 {
  font-size: 14px;
}

.project-box .project-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.project-box .project-detail {
  opacity: 0;
  color: #FFF;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  text-align: center;
}

.project-box .project-detail h4 {
  color: #fff;
  font-size: 20px;
}

.project-box .project-detail p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.project-box .project-detail p i {
  color: #fff;
  font-size: 20px;
}

.project-box:hover .project-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.project-box:hover .project-img:after {
  background: rgba(23, 23, 23, 0.87);
}

.project-box:hover .project-img > img {
  transform: scale(1.05);
}

.white-popup-block {
  background: #FFF;
  padding: 30px 15px 15px 15px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

button.mfp-arrow {
  display: none;
}

.mfp-counter {
  display: none;
}

.project-item.minus-top {
  margin-top: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.minus-top {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .project-item.minus-top {
    margin-top: 0;
  }
}

.project-item p {
  margin: 0;
  margin-top: 15px;
}
#project-standard .single-project-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}


#project-standard .single-project-wrapper {
  margin-bottom: 60px;
  width: 100%;
}
#project-standard .project-title {
  position: relative;
  padding-left: 30px;
}
#project-standard .project-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--dikkan-color);
}
#project-standard .project-title h3 {
  font-size: 24px;
  margin-top: 20px;
}
#project-standard .project-title h6 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #8b8b8b;
  margin-top: 5px;
}
#project-standard .project-title a {
  font-size: 17px;
  margin-top: 6px;
}
#project-standard .project-slider-2 .owl-stage-outer {
  overflow: inherit;
}
#project-standard .project-slider-2:before,
#project-standard .project-slider-2:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}
#project-standard .project-slider-2:after {
  left: auto;
  right: -500%;
}

.project-grid .single-project-item {
  margin-bottom: 30px;
}

.project-slider-2 .owl-nav button.owl-prev,
.project-slider-2 .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.project-slider-2 .owl-nav button.owl-prev:hover,
.project-slider-2 .owl-nav button.owl-next:hover {
  background: var(--dikkan-color);
  border-color: var(--dikkan-color);
  color: #fff;
}

.project-slider-2 .owl-nav {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
}

.project-slider-2 .owl-nav i {
  font-size: 20px;
}

.project-details-content h3 {
  font-size: 35px;
  font-weight: 500;
  margin: 30px 0;
}

.project-details-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .project-details-inner {
    margin-top: 60px;
  }
}

.project-details-inner p {
  text-align: justify;
}

.single-details-item h5 {
  font-weight: 500;
}

.single-details-item span {
  font-size: 18px;
  color: #777;
}

.project-details-info h3 {
  font-size: 35px;
}

.project-details-info p {
  font-size: 20px;
  margin: 30px 0;
}

.project-details-info {
  position: sticky;
  top: 150px;
  transition: top 0.3s ease;
}

.project-details-wrap .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrap .nav-links a {
  font-size: 18px;
  font-weight: 500;
}
.project-details-wrap .nav-links span i {
  font-size: 22px;
}
.project-details-wrap .nav-previous i {
  margin-right: 20px;
}
.project-details-wrap .nav-next i {
  margin-left: 20px;
}

.project-desc h3 {
  font-size: 35px;
  margin: 20px 0;
}

.single-feature-item {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
}

#project-2 .single-feature-item {
  margin-bottom: 0px;
}

.feature-bg {
  overflow: hidden;
}

.feature-bg img {
  transition: all ease 0.3s;
}

.feature-content {
  padding: 15px 10px 15px;
  text-align: center;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.09);
}

.feature-content h4 {
  font-weight: 500;
}

.feature-content p {
  margin-bottom: 30px;
}

.single-feature-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.single-feature-item:hover .feature-bg img {
  /*transform: scale(1.07, 1.07);*/
}

.single-feature-item:hover .feature-content{
  background: #ff4101;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}  


.single-feature-item:hover .feature-content h4{
  color:#fff !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}  
.feature_wrap {
  position: relative;
  z-index: 1;
}
.feature_wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.feature_item {
  display: flex;
  align-items: center;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .feature_item {
    height: 200px;
  }
}
.feature_item h5 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 60px;
  color: transparent;
  -webkit-text-stroke: 0.8px #FFFBFB;
  -webkit-text-stroke-width: 1px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item h5 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .feature_item h5 {
    font-size: 60px;
  }
}

.slick-list {
  z-index: 1;
}

#feature-2 .single-feature-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#feature-2 .single-feature-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#feature-2 .single-feature-item .feature-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-num {
  transform: translateY(-15px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-num span {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title {
  transform: translateY(30px);
  transition: transform 0.3s ease-out;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 8px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title p {
  color: var(--dikkan-color);
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
#feature-2 .single-feature-item:hover .feature-num {
  transform: translateY(0);
  opacity: 1;
}
#feature-2 .single-feature-item:hover .feature-title {
  transform: translateY(0);
}
#feature-2 .single-feature-item:hover .feature-title p {
  opacity: 1;
}
#feature-2 .single-feature-item:hover::before {
  opacity: 0.9;
  background: #181D4E;
}

.project-list button {
  border: none;
  margin: 0;
  color: #333;
  padding: 12px 33px;
  border-right: 1px solid #ddd;
}
@media (max-width: 767px) {
  .project-list button {
    margin: 10px 10px;
  }
}

.project-list button:nth-of-type(3) {
  border-right: none;
}

.project-list button.nav-link {
  font-size: 18px;
}

.project-list button.nav-link.active {
  background: #10102D;
  color: #fff !important;
}

.project-list .nav-link:focus, .nav-link:hover {
  color: #10102D;
}

@media (max-width: 767px) {
  .process-bg-wrap {
    margin-top: 30px;
  }
}

.process-img-one {
  max-width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-img-one {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .process-img-one {
    max-width: calc(100% - 0px);
  }
}

.process-img-two {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .process-img-two {
    margin-top: 50px !important;
  }
}

#process-3.process-section {
  position: relative;
  z-index: 1;
}

#process-3.process-section:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #0B0D26;
  width: 100%;
  height: 100px;
}

@media (max-width: 767px) {
  .process-content-wrap {
    margin-top: 60px;
  }
}

.video-section {
  
  background-size: cover;
  background-position: center;
  height: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .video-section {
    height: 300px;
  }
}

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

.play-btn {
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  z-index: 99;
  transform: translate(-50px, -50px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .play-btn {
    width: 100px;
    height: 100px;
  }
}

.play-btn a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  z-index: 999;
}
.play-btn a:hover {
  color: var(--dikkan-color);
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.play-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #555;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

#video-2.video-section {
  background-image: url(../img/video-bg-2.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #video-2.video-section {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #video-2.video-section {
    height: 300px;
  }
}

.play-btn i {
  background-color: #fff;
  padding: 30px;
  border-radius: 50%;
  color: #1F242E;
  font-size: 30px;
}
.play-btn i:hover {
  background: var(--dikkan-color);
  color: #fff;
}

#video-3 .video-section {
  background-image: url(../img/Dokumhane/DokumhaneGaleri5.webp);
  background-size: cover;
  background-position: center;
  height: 500px;
}
#video-bg2{ position: absolute; width: 100%; height: 100%; object-fit: cover; }
.video-wrap:before{ content: ''; position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(24, 70, 128, .78);
    z-index: 1; }


.video-wrap-2::before{
  content: ''; position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .50);
    mix-blend-mode: multiply;
    z-index: 1; 
}

.hero-area-content.right p{ color: #fff; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #video-3.video-section {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #video-3.video-section {
    height: 300px;
  }
}

.single-testimonial-item p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .single-testimonial-item p {
    font-size: 18px;
  }
}

.testimonial-author h6 {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}
.testimonial-author h6 span {
  display: block;
  opacity: 0.5;
  font-size: 85%;
  margin-top: 5px;
}

.single-testimonial-item img {
  width: inherit !important;
}

.testimonial-author {
  margin-top: 30px;
}
.testimonial-author img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  display: inline-block !important;
}

.testimonial-wrapper .owl-nav button.owl-prev,
.testimonial-wrapper .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: -150px;
  top: 15px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-wrapper .owl-nav button.owl-next {
  left: auto;
  right: -150px;
}

.testimonial-wrapper .owl-nav button.owl-prev:hover,
.testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #0B0D26;
  color: #fff;
  border-color: #0B0D26;
}

.testimonial-wrapper .owl-nav i {
  font-size: 22px;
}

#testimonial-2 .author-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap:16px;
}
#testimonial-2 .author-thumb img {
  width: 100px !important;
  height: 100px;
  border-radius: 1px;
}
#testimonial-2 .author-desc{
  text-align: center;
}
#testimonial-2 .author-desc h5 {
  font-size: 20px;
}
#testimonial-2 .author-desc span {
  font-size: 15px;
  color: #898a9c;
}
#testimonial-2 .single-testimonial-item {
  background: #fff;
  padding: 40px 40px 40px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  border-bottom: 1px solid #f6f6f6;
  transition: 0.3s;
}
#testimonial-2 .single-testimonial-item p {
  font-size: 17px;
}
#testimonial-2 .testimonial-icon i {
  font-size: 25px;
  background: #F35C27;
  padding: 15px;
  position: absolute;
  top: -20px;
  color: #fff;
  z-index: 9;
}
#testimonial-2 .single-testimonial-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--dikkan-color);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
#testimonial-2 .single-testimonial-item:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.testimonial-area .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.testimonial-area .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #F35C27;
}

.testimonial-area .testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

#testimonial-3 .testimonial-bg {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .testimonial-bg {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #testimonial-3 .testimonial-bg {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #testimonial-3 .testimonial-content {
    margin-top: 30px;
  }
}
#testimonial-3 .testimonial-text h3 {
  margin: 30px 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .testimonial-text h3 {
    font-size: 20px;
    margin: 15px 0;
    text-align: justify;
  }
}
#testimonial-3 .testimonial-text p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .testimonial-text p {
    text-align: justify;
  }
}
#testimonial-3 .testimonial-author {
  display: flex;
  align-items: center;
}
#testimonial-3 .testimonial-author h6 {
  color: inherit;
  margin-top: 0;
}
#testimonial-3 .author-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#testimonial-3 .author-desc {
  padding-left: 25px;
}
#testimonial-3 .author-desc h5 {
  font-size: 22px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #testimonial-3 .author-desc h5 {
    font-size: 18px;
  }
}
#testimonial-3 .author-desc h6 {
  font-size: 18px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  #testimonial-3 .author-desc h6 {
    font-size: 16px;
  }
}

.dark-bg #testimonial-5 .testimonial-wrapper .owl-nav button.owl-prev,
.dark-bg #testimonial-5 .testimonial-wrapper .owl-nav button.owl-next {
  background: var(--dikkan-color);
  color: #fff;
}
.dark-bg #testimonial-5 .testimonial-wrapper .owl-nav button.owl-prev:hover,
.dark-bg #testimonial-5 .testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #0B0D26;
  color: #fff;
  border-color: #0B0D26;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-item {
    padding: 0 50px;
  }
}

#testimonial-5 .testimonial-author h6 {
  color: #0B0D26;
  font-size: 20px;
  margin-top: 30px;
}

.client-content-wrap {
  max-width: calc(100% - 65px);
}
@media (max-width: 767px) {
  .client-content-wrap {
    max-width: calc(100% - 0px);
    margin-top: 60px;
  }
}

.contact-info-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--dikkan-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  font-size: 20px;
  color: #fff;
}

.contact-text p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #181D4E;
}

@media (max-width: 767px) {
  .client-area.pt-100 {
    padding-top: 50px;
  }
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 215px;
}
.single-client img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}
@media (max-width: 767px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

@media (max-width: 767px) {
  .progress-bar-area {
    margin-top: 30px;
  }
}

.client-area .owl-dots {
  display: none;
}

.single-client-item {
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #D3DCE0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .single-client-item {
    padding: 20px 0;
  }
}

.single-client-item:nth-of-type(6) {
  border: none;
}

.single-client-wrap {
  border: 1px solid #eee;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.clients-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px 0;
}

.clients-img-inner {
  flex: 0 0 185px;
}
.clients-img-inner:hover img {
  opacity: 1;
}

.clients-img-inner img {
  width: 160px;
  opacity: 0.2;
}

.single-blog-item {
  margin-bottom: 30px;
}
.single-blog-item:hover h4 {
  color: #0B0D26;
}

.blog-content {
  background: #fff;
  padding: 25px 25px 50px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.blog-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: scale(1, 1);
}
.blog-img img {
  width: 100%;
  height: 270px;
  transition: all 0.35s ease-in-out;
}
.blog-img img:hover {
  transform: scale(1.07);
}

.blog-meta {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 0px;
}
@media (max-width: 767px) {
  .blog-meta {
    margin: 0;
  }
}

.blog-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  min-height: 142px;
}

.blog-info {
  font-size: 16px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.blog-carousel .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.blog-carousel .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #F35C27;
}

.blog-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-meta span {
  color: #ff4100;
}
#blog-2 {
  background:#f8f8f8;
}

#blog-2 .blog-content {
  background: #fff;
  padding: 30px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
}

.blog-content p {
  margin-top: 20px;
}

.blog-content .link_icon i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.blog-page .single-blog-item {
  margin-top: 0;
  max-width: calc(100% - 30px);
  margin-bottom: 60px;
}

.blog-page .blog-content {
  padding: 0 0 20px;
}

.blog-page .blog-content h3 a {
  font-size: 35px;
  font-weight: 500;
}

.blog-page .single-blog-item .blog-thumb img {
  margin-top: 0;
  margin-bottom: 30px;
}

.single-blog-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.pagination {
  margin-top: 30px;
}

.page-link {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dikkan-color);
  border-color: var(--dikkan-color);
  color: #fff;
}

.page-item:first-child .page-link {
  display: inline-flex;
  background: var(--dikkan-color);
  border-color: var(--dikkan-color);
  border-radius: 0;
}

.page-link,
.page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-color: #ddd;
  color: #0B0D26;
}
.page-link:hover,
.page-link.active:hover {
  background: var(--dikkan-color);
  border-color: var(--dikkan-color);
  color: #fff;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-meta-wrap {
    flex-direction: column;
  }
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    margin-top: 10px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #171717;
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  text-align: justify;
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #0B0D26;
  border-color: #0B0D26;
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: var(--dikkan-color);
  border-color: var(--dikkan-color);
  color: #fff;
}

.blog-quote-wrap {
  background: #eee;
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 210px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon {
  width: 100px;
}
.blog-quote-wrap .quote-icon i {
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author:before {
    display: none;
  }
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}

.pagination-wrap {
  padding: 35px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.pagination-wrap a {
  font-size: 16px;
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.commetns-section-wrap {
  margin-top: 30px;
}

.single-comments-wrap {
  background: #eee;
  padding: 35px 25px;
  margin: 35px 0px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #0B0D26;
  color: #fff;
  padding: 6px 15px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #0B0D26;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar {
  position: sticky;
  top: 150px;
}

.blog-sidebar h5 {
  font-size: 28px;
  font-weight: 600;
}

.search-bar-wrap {
  background: #eee;
  padding: 25px;
}
.search-bar-wrap input {
  border: none;
  background: #fff;
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #171717;
  border: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  margin: 0px 0 0px;
  padding: 35px 0px 25px;
  border-radius: 4px;
  box-shadow: 3px 3px 4px 2px #e4e4e4;
  border: 1px solid #00000033;
}

.blog-category ul li {
  display: block;
  transition: 0.6s;
}
.blog-category ul li.active {
  background-color: #FF4100;
  transition: 0.6s;
}
.blog-category ul li.active a {
  transition: 0.6s;
  color:#fff;
}

.blog-category ul li a {
  font-size: 20px;
  color: #061815;
  height: 50px;
  align-items: center;
  display: flex;
  width: 100%;
  padding-left:25px;
  transition: 0.6s;
  
}
.blog-category ul li:hover a {
  color:#fff;
  padding-left: 50px;
  transition: 0.6s;
}
.blog-category ul li:hover {
  background-color: #FF4100;
  transition: 0.6s;
}
.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 25px 0;
  border: 1px solid #eee;
  padding: 25px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.recent-post-thumbs {
  flex: 0 0 100px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  color: #0B0D26;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 18px;
  color: #061815;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #0B0D26;
}

.popular-tag-wrap {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}
.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #eee;
  color: #061815;
  padding: 10px 15px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: var(--dikkan-color);
  border-color: var(--dikkan-color);
  color: #fff;
  cursor: pointer;
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 40px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #eee;
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 0px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
  color: #777;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Line Awesome Free";
  top: 25%;
  transform: rotate(-180deg);
  left: 0;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: #0B0D26;
  border: 1.5px solid #ddd;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 12px;
    right: 0;
    font-size: 16px;
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}

.cp-custom-accordion .collapsed {
  position: relative;
}

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 25px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.counter-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrap {
    margin-top: 60px;
  }
}

.counter-img {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-img img {
    width: 100%;
  }
}

.counter-content {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  .counter-content {
    bottom: -40px;
    gap: 15px;
  }
}

.single-counter-item {
  padding: 35px;
  text-align: left;
}
@media (max-width: 767px) {
  .single-counter-item {
    padding: 20px;
  }
  .last-two-items {
    border-top: 2px solid #eeeeee;
  }
}



.single-counter-item h6 {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .single-counter-item h6 {
    font-size: 16px;
  }
}

.single-counter-item h1 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .single-counter-item h1 {
    font-size: 40px;
  }
}

.single-counter-item p {
  color: #fff;
}
@media (max-width: 767px) {
  .single-counter-item p {
    margin: 0;
  }
}

#counter-2 .counter-area {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  #counter-2 .counter-area {
    height: 700px;
  }
}
#counter-2 .fact-icon i:before {
  font-size: 40px;
  line-height: 35px;
  color: #fff;
  margin: 20px 0;
  display: inline-block;
  background: #F35C27;
  padding: 25px;
  border-radius: 5px;
}
#counter-2 .single-counter-box {
  text-align: center;
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box {
    margin-bottom: 100px;
  }
}
#counter-2 .single-counter-box span {
  font-size: 150px;
  font-weight: 500;
  color: var(--dikkan-color);
  margin: 30px 0 10px;
  opacity: 0.1;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50px, -50px);
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-2 .single-counter-box span {
    font-size: 140px;
    transform: translate(-50px, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-2 .single-counter-box span {
    font-size: 120px;
    transform: translate(-50px, -30px);
  }
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box span {
    font-size: 120px;
    transform: translate(-50px, -30px);
  }
}
#counter-2 .single-counter-box h6 {
  color: #0B0D26;
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-2 .single-counter-box h6 {
    font-size: 18px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box h6 {
    font-size: 16px;
    margin-top: 25px;
  }
}
#counter-2 .single-counter-box p {
  font-size: 40px;
  color: #fff;
}
#counter-2 .single-counter-box.two .counter-number span {
  color: #616366;
}

#counter-2.pt-60 {
  padding-top: 0;
}
#counter-3 .col-lg-3.br-r-s{
  border-right: 2px solid #eeeeee;
}
#counter-3 .single-counter-box {
  
  text-align: center;
}
@media (max-width: 767px) {
  #counter-3 .single-counter-box {
    text-align: center;
  }
}
#counter-3 .single-counter-box h6 {
  font-size: 17px;
  font-weight: 500;
  color: var(--dikkan-antrasit-color);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #counter-3 .single-counter-box h6 {
    font-size: 17px;
  }
}
#counter-3 .single-counter-box .counter-number span {
  font-size: 65px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--dikkan-color);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-3 .single-counter-box .counter-number span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-3 .single-counter-box .counter-number span {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  #counter-3 .single-counter-box .counter-number span {
    font-size: 50px !important;
  }
}
#counter-3 .single-counter-box p.counter-number {
  font-size: 35px;
  color: var(--dikkan-color);
  margin: 0;
}

#counter-3 .single-counter-box p.counter-number span{
  font-size: 60px;
  font-weight: 600;
  color: var(--dikkan-color);
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-3 .single-counter-box p.counter-number {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-3 .single-counter-box p.counter-number {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #counter-3 .single-counter-box p.counter-number {
    font-size: 55px;
  }
}

#counter-3.pt-100 {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-3.pt-200 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #counter-3.pt-200 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.funfact-section .single-counter-item h6 {
  color: #181D4E;
  font-weight: 500;
}
.funfact-section .single-counter-item h1 {
  color: #181D4E;
  font-size: 60px;
}
.funfact-section .counter-content {
  position: relative;
  bottom: 0;
}

.author-info h6 {
  opacity: 0.5;
}

.author-info h5 {
  margin-bottom: 5px;
}

.mission-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.mission-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/overlay-bg.png);
  z-index: -1;
}

.team-members-wrap {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-members-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .team-members-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.single-team-member {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-team-member:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0868d7;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.single-team-member .team-bg {
  transition: transform 0.3s ease;
}
.single-team-member .team-hover-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  text-align: center;
}
.single-team-member .team-hover-info h5 {
  position: relative;
  font-size: 24px;
  color: #fff;
  top: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.single-team-member .team-hover-info span {
  position: relative;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  top: 10px;
}
.single-team-member .social-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 30px;
  z-index: 9;
  text-align: center;
}
.single-team-member .social-icon i {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin: 6px;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.single-team-member:hover::before {
  visibility: visible;
  opacity: 0.8;
  z-index: 9;
}

.single-team-member:hover .team-hover-info h5 {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition-delay: 0.2s;
}

.single-team-member:hover .team-hover-info span {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition-delay: 0.3s;
}

.single-team-member:hover .social-icon i:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0.4s;
}

.single-team-member:hover .social-icon i:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.5s;
}

.single-team-member:hover .social-icon i:nth-of-type(3) {
  opacity: 1;
  transition-delay: 0.6s;
}

.single-team-member:hover .social-icon i:nth-of-type(4) {
  opacity: 1;
  transition-delay: 0.7s;
}

.single-team-member:hover .team-bg {
  transform: scale(1.1, 1.1);
}

.team-content-wrap {
  max-width: calc(100% - 60px);
}

#team-page .single-counter-item {
  padding: 10px;
}

@media (max-width: 767px) {
  .cta-btn {
    margin-top: 20px;
  }
}

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

.promo-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 2;
  margin-top: -120px;
}

.footer-area {
  background: var(--dikkan-antrasit-color);
  color: #fff;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .footer-area {
    padding: 50px 50px;
    margin-top: 0;
  }
}
.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0;
}
.footer-area p {
  font-size: 13px;
  margin-top: 5px;
  padding-right: 45px;
  color: #fff;
}
.footer-area ul li a {
  font-size: 15px;
  display: block;
  line-height:16px;
  color: #fff;
  padding: 4px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  color: #ff4100;
}

.footer-up {
  padding: 60px 0 30px;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-up {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-up {
    padding: 0;
  }
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: var(--dikkan-antrasit-color);
  
}
.footer-bottom .container{
  border-top: 1px solid #595959;
  padding-top:20px
}
.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}

.company-email a {
  color: #f6f6f6;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

.breadcrumb-area {
  background-image: url(../img/dikkan/Dikkan-Parallaxi.webp);
}

.breadcrumb-area {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 999;
  margin-top: 60px;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
.breadcrumb-area .breadcrumb-icon i {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
}

.breadcrumb-area.white-bg {
  height: 250px;
  padding-bottom: 30px;
}
.breadcrumb-area.white-bg .breadcrumb-icon i {
  color: inherit;
  font-weight: 600;
}

.blog-dtl-bg {
  background: url(../img/blog/blog-details.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  z-index: 1;
}
.blog-dtl-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #090A1A;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-section span {
  text-transform: uppercase;
  font-size: 14px;
  background: var(--dikkan-color);
  padding: 6px 14px;
  letter-spacing: 1px;
}

.banner-section .blog-meta p {
  color: #fff;
}

.service-item-info {
  text-align: center;
  padding: 50px 30px;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s ease;
  position: relative;
}
.service-item-info h5 {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-item-info h5 {
    font-size: 20px;
  }
}
.service-item-info p {
  margin: 0;
  margin-top: 25px;
}

.extra-row:hover .service-item-info {
  -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.1) !important;
}

.service-item-info:after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: auto;
  z-index: 1;
  -webkit-transform: translateX(-50%) rotate(130deg) skew(-10deg);
  -ms-transform: translateX(-50%) rotate(130deg) skew(-10deg);
  transform: translateX(-50%) rotate(130deg) skew(-10deg);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.extra-row.odd .service-item-info:after {
  top: 0;
}

.extra-row:hover .service-item-info:after {
  bottom: -8px;
  background-color: #fff;
}

.extra-row.odd .service-item-info:after {
  top: -8px;
}

.extra-row {
  position: relative;
  text-align: left;
  padding: 60px 0px;
}

.extra-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 120%;
  display: block;
  background-color: #D3DCE0;
}

.extra-row.odd:after {
  top: -4px;
}

.extra-row .services_item_timeline_point {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -7px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.extra-row.odd .services_item_timeline_point {
  top: -11px;
}

.extra-row .services_item_timeline_point:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--dikkan-antrasit-color);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.extra-row:hover .services_item_timeline_point {
  background-color: rgba(8, 104, 215, 0.2);
}

.extra-row:hover .services_item_timeline_point:before {
  background-color: #0868D7;
}

.contact-section-wrap {
  padding-left: 150px;
}
@media (max-width: 767px) {
  .contact-section-wrap {
    padding-left: 0;
  }
}

.single-choose-wrap {
  max-width: calc(100% - 100px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .single-choose-wrap {
    max-width: calc(100% - 10px);
  }
}

.single-choose-inner {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.single-choose-inner h5 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #181D4E;
}
.single-choose-inner h5 span {
  font-size: 20px;
  position: relative;
  top: -45px;
  color: #ddd;
}
@media (max-width: 767px) {
  .single-choose-inner h5 span {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .single-choose-inner h5 {
    font-size: 24px;
    line-height: 34px;
  }
}
.single-choose-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 26px 0;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-inner p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .single-choose-inner p {
    padding-right: 75px;
  }
}
.single-choose-inner .details-link {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single-choose-inner .details-link i {
  font-size: 25px;
  color: #ddd;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-choose-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}
.single-choose-inner:hover h5 a {
  color: #0B0D26;
}
.single-choose-inner:hover .details-link i {
  transform: rotate(180deg);
}

.choose-content-wrap p {
  font-size: 18px;
  margin: 40px 0;
}

.single-choose-item {
  position: relative;
}
@media (max-width: 767px) {
  .single-choose-item {
    margin-top: 30px;
  }
}

.choose-img {
  width: 32.5%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
}

.choose-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-choose-item:last-child .choose-img {
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-item:last-child .choose-img {
    top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:last-child .choose-img {
    top: -50px;
  }
}

.single-choose-item .choose-img img {
  width: 100%;
}

.single-choose-item:hover .choose-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:hover .choose-img {
    inset-inline-end: 10%;
  }
}

.price-item-inner {
  background: #fff;
  text-align: center;
  padding: 50px 40px 60px;
}
.price-item-inner .price-title h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 20px 0;
}
.price-item-inner .price-amount {
  margin-bottom: 50px;
}
.price-item-inner .price-amount h1 {
  font-size: 60px;
  margin: 20px 0;
}
.price-item-inner .price-amount h6 {
  font-size: 18px;
  color: #777;
}
.price-item-inner .price-feature {
  margin-top: 40px;
}
.price-item-inner .price-feature ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
.price-item-inner .price-feature ul li i {
  margin-right: 15px;
}
.price-item-inner .price-feature ul li i:before {
  color: var(--dikkan-color);
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}
.price-item-inner .price-btn {
  margin-top: 40px;
}

.single-price-item {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.single-price-item.active {
  margin-top: -20px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 23px 90px rgba(0, 0, 0, 0.05);
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single-price-item.active {
    margin-top: 0;
    padding: 0;
  }
}

/* Product List  */
.sidebar-search-box .search-form input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #eee;
  color: #333E38;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease 0s;
}

.sidebar-search-box button {
  position: absolute;
  top: -10px;
  right: 0;
  background: none;
}

.sidebar-search-box button i:before {
  font-size: 22px;
  padding-right: 15px;
}

.single-sidebar h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .single-sidebar h3 {
    margin: 15px 0;
  }
}
.categories-box {
  padding: 25px;
}

.filter-price-text {
  margin: 35px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .filter-price-text {
    padding: 20px;
  }
}
.categories-box ul li {
  display: block;
  position: relative;
  height: 42px;
  width: 100%;
}
.categories-box .accordion ul li {
  display: flex;
  height: 30px;
  gap: 10px;
  align-items: center;
}
ul.categories.clearfix{
  display: grid;
}
.accordion input {
  height: 15px !important;
  width: 15px;
}
.categories-box ul li .selectpicker {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .categories-box ul li {
    display: block;
    position: relative;
    padding: 10px 0;
  }
}
.categories-box ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #0B0D26;
}

.categories-box ul li a {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.categories-box ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 25px;
  height: 2px;
  background: var(--dikkan-color);
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
}

.categories-box ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.categories-box ul li a:hover {
  padding-left: 25px;
}

ul.categories.clearfix {
  padding-left: 20px;
}

.categories-box ul li a.active {
  color: var(--dikkan-color);
}

.categories-box ul li a:hover {
  color: var(--dikkan-color);
}

select.selectpicker {
  width: 250px;
  float: right;
}

select.selectpicker option {
  color: #333E38;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #87C03D;
  color: #fff;
}

.all_product_item_image {
  overflow: hidden;
  position: relative;
  display: block;
    min-height: 200px;
}
.all_product_item_image img{
  transition: 0.8s;
}
.all_product_item_image:hover img {
  scale: 1.25;
  transition: 0.8s;
}

.all_products_single.no-mt {
  margin-top:0px !important;
}
.all_products_single {
  padding: 0px 0px 10px;
  border: 1px solid #58595b3b;
  margin-top: 20px;
  height: auto;
}


.related-products .all_product_item_image {
  margin-top: 0;
}

.all_product_item_image img {
  width: 100%;
  border-radius: 5px;
  width: auto;
  border-radius: 5px;
  height: 175px;
  padding: 20px;
}
.section-title.bread-title h4{
  color:var(--dikkan-antrasit-color);
}
.product-brief-before {
  border-left: 1px solid var(--dikkan-color);
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-brief-before p span{
  color:#000;
}

.product-brief-before .pd-icons .pd-icn img{
  width: 50px;
}

.all_product_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: 0;
  z-index: 1;
}
.all_product_hover:before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 42, 54, 0.1411764706);
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translate3d(-100%, 0px, 0px);
  z-index: -1;
}

.all_products_single h4 {
  font-size: 24px;
  color: #333E38;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 100px;
}
.all_products_single h4 a {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  transition: 500ms;
  width: 100%;
  word-break: break-word;
  padding: 0 5px;
  line-height:1.5;
}
.all_products_single h4 a:hover {
  color: #000;
}

.all_products_single p {
  font-size: 16px;
  font-weight: 500;
  color: var(--dikkan-color);
  margin-bottom: 10px;
  line-height: 28px;
}

/* .all_products_single:hover .all_product_hover:before {
  transform: translate3d(0px, 0px, 0px);
} */

.all_products_single:hover .all_product_icon i {
  transform: scale(1);
}

select.selectpicker {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}

.showing-result-shorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.showing-result-shorting .showing p {
  margin: 0;
}

.blog-media-left .single-sidebar {
  margin-bottom: 20px;
}



.single-sidebar h6 {
  font-size: 20px;
  font-weight: 400;
}

ul.categories.clearfix {
  padding-left: 0px;
}

.sidebar-search-box {
  position: relative;
  z-index: 1;
}

form.search-form button {
  border: none;
  position: absolute;
  top: 5px;
  right: -20px;
}

.all_products_thumb_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  list-style: none;
  padding: 0;
}

.all_products_thumb_icon .icon-list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 5px;
  background: #fff;
  color: var(--dikkan-color);
  font-size: 24px;
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
  transition: all 0.3s;
}

.all_products_thumb_icon .icon-list .icon:hover {
  background: var(--dikkan-color);
  color: #fff;
}

.all_products_single:hover .all_products_thumb_icon {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.blog-sidebar.blog-media-left input {
  border-color: var(--dikkan-color) !important;
}
.blog-sidebar.blog-media-left {
  padding: 20px;
  background-color: #fff;
}

ul.tags li a {
  color: #333;
  padding: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

ul.tags li a:hover {
  color: var(--dikkan-color);
}

ul.tags li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 3px;
  height: 20px;
  background: var(--dikkan-color);
  margin-top: -10px;
}

.product-area .pagination {
  margin-top: 50px;
  justify-content: center;
}

.product-area .pagination {
  margin-top: 60px;
  justify-content: center;
}

.product-area .page-link {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-color: #ddd;
  color: #0B0D26;
}
.product-area .page-link:hover {
  color: var(--dikkan-color);
}

.product-area .page-item:first-child .page-link {
  display: block;
  border: none;
  display: inline-flex;
}

.product-area .active > .page-link, .page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dikkan-color);
  border-color: var(--dikkan-color);
  color: #fff;
}

.product-area .page-item:last-child .page-link {
  border-radius: 0;
}

.noUi-connect {
  background: var(--dikkan-color);
}

.detail-gallery .product-image-slider {
  background-color: #fff;
  margin-bottom: 55px;
  overflow: hidden;
  margin-top: 55px;
}
.detail-gallery {
  border-right: 1px solid var(--dikkan-color);
}

.detail-gallery .product-image-slider img {
  opacity: 1;
  max-width: 100%;
  height: 365px;
  width: 100%;
  object-fit: contain;
}

.detail-gallery .product-image-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}

.detail-gallery .product-image-slider button.slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
}

.detail-gallery .product-image-slider button.slick-arrow i {
  color: #adadad;
}

.slider-nav-thumbnails img {
  background: #ddd;
  width: 90%;
  margin: 5%;
}

.slider-nav-thumbnails img:hover {
  border: 2px solid var(--dikkan-color);
  cursor: pointer;
}

.related-products {
  border-top: 1px solid #eee;
}

/* Product Tab  */
.nav-tabs .nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-right: 40px;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
  gap:3px;
}

#nav-tab .nav-link.active {
  border-bottom: 3px solid var(--dikkan-color);
}

#nav-d-table{
  .table-container {
    border-top: 2px solid #FF4100;
    border-bottom: 1px solid #FF4100;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
th, td {
    padding: 10px;
    text-align: left;
}
th {
    font-weight: bold;
}
.note {
    font-size: 0.9em;
    color: #555;
}
.application {
    font-size: 0.9em;
    color: #555;
}
}

#nav-tab .nav-link {
  border: none;
  padding: 10px 10px;
  width: 15%;
  margin-right: 0px;
  font-size: 11px;
  background-color: var(--dikkan-antrasit-color);
  border-radius: 0px;
  color: #fff;
  line-height: 22px;
}
#nav-tab .nav-link.active{
  background-color: var(--dikkan-color);
    border-radius: 0px;
    color: #fff;
}


@media (max-width: 768px) {
  #nav-tab .nav-link {
    padding-left: 0;
  }
}
.product-details-wrap h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product-details-wrap h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.pro-tab-descrip {
  margin-top: 25px;
}

.product-details-wrap p {
  font-size: 20px;
  font-weight: 500;
}

.product-review ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-review ul li {
  color: #FF4D24;
  font-size: 20px;
  display: inline-block;
  margin: 0 2px;
}

.product-review {
  display: flex;
  align-items: center;
}

.product-review span {
  font-size: 18px;
  color: rgba(119, 119, 119, 0.4666666667);
  padding-left: 15px;
}

.product-summary {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0;
}

.product-btn {
  display: flex;
}

.product-btn button {
  background: var(--dikkan-color);
  border: 0;
  color: #fff;
  padding: 7px 17px;
  border-radius: 0;
}

.product-btn input {
  padding: 5px 0;
  width: 50px;
  border: 1px solid #eee;
  text-align: center;
}

button#increment,
button#decrement {
  font-size: 20px;
}

.product-details-cart {
  display: flex;
}

.add_to_cart-btn .main-btn {
  padding: 8px 15px;
  margin-left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  transition: 0.3s;
}

.add_to_cart-btn i {
  font-size: 22px;
  margin-right: 7px;
}

.add_to_cart-btn .main-btn:hover {
  background: var(--dikkan-color);
}

.product-meta h6 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
}

.product-meta h6 span {
  color: #9a9a9a;
}

.product-wishlist a {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0 0;
  display: block;
}

.product-wishlist a:hover {
  color: var(--dikkan-color);
}

.product-wishlist i {
  padding-right: 15px;
}

.product-price a.btn.btn-outline {
  border: 1px solid;
}

/* Product Tab */
.review-list {
  margin-bottom: 50px;
}

.review-item {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding: 30px 0px;
  border-bottom: 1px solid #eee;
}

.reviewer-img {
  margin-right: 30px;
}

.reviewer-img a img {
  width: 100px;
  border-radius: 8px;
}

.reviewer-meta a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.reviewer-meta a span {
  color: #777;
  font-weight: 400;
  padding-left: 15px;
}

.reviewer-quote {
  margin-top: 5px;
}

.reviewer-meta p {
  font-size: 15px;
}

.reviewer-rating {
  display: flex;
  margin-bottom: 5px;
}

.reviewer-rating li {
  margin-right: 5px;
}

.reviewer-rating li i {
  font-size: 16px;
  color: #bbbbbb;
}

.reviewer-rating li .active {
  color: #FF4D24;
}

.reviewer-descrip {
  width: 100%;
}

.review-form h3 {
  margin-bottom: 15px;
}

.review-form .btn {
  border: 2px solid;
}

.review-form .btn:hover {
  background: var(--dikkan-color);
  color: #fff;
  border-color: var(--dikkan-color);
}

.review-rating {
  margin: 0px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-rating li {
  margin-right: 15px;
}

.review-rating li i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #555555;
  font-size: 14px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.review-rating li i:hover {
  color: #ffffff;
  background: #FF4D24;
}

.star-rating input {
  display: none;
}

.star-rating input:checked ~ label::after {
  opacity: 1;
}

.star-rating label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.star-rating {
  margin-bottom: 15px;
}

.review-form p {
  margin: 10px 0px;
}

p.prod-rating {
  font-weight: 500;
}

.star-rating label:hover::after {
  opacity: 1;
}

.star-rating label:hover:hover ~ label::after {
  opacity: 1;
}

.star-rating label::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  color: #dfdfdf;
}

.star-rating label::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  color: #FF4D24;
  opacity: 0;
}

.pro-tab-addition-info {
  margin-top: 20px;
}

.pro-tab-addition-info h6 {
  font-size: 16px;
  color: #333;
  margin: 14px 0;
}

.pro-tab-addition-info h6 span {
  color: #777;
}

.pro-tab-addition-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* Plus & Minus  */
.qty-plus-minus {
  width: 150px;
  height: 56px;
  border: 1px solid #eee;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4b5966;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 500;
}

.dec.gi-qtybtn {
  background: #eee;
  color: #333;
  padding: 15px 25px;
}

.inc.gi-qtybtn {
  background: #eee;
  color: #333;
  padding: 15px 25px;
}

.dec.gi-qtybtn:hover,
.inc.gi-qtybtn:hover {
  cursor: pointer;
}

.add_to_cart-btn .theme-btn, .add_to_cart-btn .bordered-btn, .add_to_cart-btn .white-btn, .add_to_cart-btn .dark-btn {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.social-icons span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.social-icons a i {
  font-size: 18px;
  margin: 0 8px;
  color: #777;
}

.social-icons {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.table-content table {
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  width: 100%;
  color: #0B0D26;
}
.table-content table th {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .table-content table th {
    font-size: 16px;
    padding: 15px 10px;
  }
}
.table-content table td {
  font-size: 18px;
  padding: 25px 10px;
  vertical-align: middle;
  border-right: 1px solid #eee;
}
@media (max-width: 767px) {
  .table-content table td {
    font-size: 16px;
    padding: 15px 10px;
  }
}

.prod_thum {
  display: table-cell;
}
.prod_thum img {
  width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .prod_thum img {
    display: none;
  }
}

.prod_title {
  display: table-cell;
}
@media (max-width: 767px) {
  .prod_title {
    padding-left: 0;
  }
}

.table-content table td.product-name a {
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
  color: #0B0D26;
}
.table-content table td.product-name a:hover {
  color: var(--dikkan-color);
}
@media (max-width: 767px) {
  .table-content table td.product-name a {
    font-size: 16px;
    margin-left: 0;
  }
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-quantity {
  width: 80px;
}

.table-content table td.product-remove {
  width: 130px;
}

.table-content table td.product-price {
  width: 130px;
}

.table-content table td.product-remove a {
  display: inline-block;
  font-size: 18px;
  color: #0B0D26;
  text-align: center;
  transition: all 0.3s ease-in;
}
.table-content table td.product-remove a:hover i {
  color: var(--dikkan-color);
}

.table-content table .product-price .amount {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .table-content table .product-price .amount {
    font-size: 16px;
    font-weight: 500;
  }
}

.proceed-to-checkout {
  display: block;
  margin-top: 40px;
}
.proceed-to-checkout.theme-btn, .proceed-to-checkout.bordered-btn, .proceed-to-checkout.white-btn, .proceed-to-checkout.dark-btn {
  width: 100%;
}

.mini-shop-cart {
  border: 1px solid #eee;
}

.calculation-area span {
  float: right;
}

.calculation-area {
  padding: 20px;
}
@media (max-width: 767px) {
  .calculation-area {
    margin-top: 30px;
  }
}

p.total_amount {
  color: #0B0D26;
  font-weight: 500;
}

.buttons-cart input {
  width: 170px;
  height: 56px;
}

/* Mini Cart  */
.mini-cart {
  margin-right: 8px;
  margin-top: 5px;
  float: left;
}

.mini-cart .cart-count {
  line-height: 22px;
  font-size: 13px;
  color: var(--dikkan-color);
}

.mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
  visibility: hidden;
  opacity: 0;
}

.mini-cart-content-toggle {
  opacity: 1;
  visibility: visible;
}

.mini-cart-content .mini-cart-items {
  padding: 20px;
  padding-bottom: 0;
}

.mini-cart-content .mini-cart-item {
  border-bottom: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image img {
  width: 50px;
  height: 50px;
}

.mini-cart-content .mini-cart-item-image a {
  display: block;
}

.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.mini-cart-content .mini-cart-item-des a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: #0B2154;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888;
  display: block;
  margin-top: 3px;
  float: left;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price b {
  color: #222;
  font-size: 15px;
  margin-right: 25px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 15px;
  line-height: 1;
  color: #777;
}

.mini-cart-content .mini-cart-item-des .cart-cross-btn {
  font-size: 20px;
  color: var(--dikkan-color);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.mini-cart-content .mini-cart-item {
  margin-bottom: 25px;
}

.mini-cart-content .mini-cart-action {
  padding: 15px;
  text-align: center;
  padding-top: 0;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: inline-block;
}

.mini-checkout-price b {
  margin-right: 20px;
}

.cart-action-btn .theme-btn, .cart-action-btn .bordered-btn, .cart-action-btn .white-btn, .cart-action-btn .dark-btn {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  margin: 15px 10px;
  align-items: center;
}

.billing-details-wrap h5 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #0B0D26;
  padding-top: 0;
}

.billing-details-wrap h5:nth-child(1) {
  border-top: none;
}

.billing-details-wrap form {
  padding: 30px 0;
}

.mini-shop-cart {
  border: 1px solid #ddd;
}

.single-cart-item {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.single-cart-item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}
.single-cart-item i {
  float: right;
  color: #444;
}

.single-cart-item p {
  margin: 0;
}

.single-cart-item p.price b {
  font-size: 16px;
  color: #333;
  margin-right: 30px;
}

.prod_desc {
  padding-left: 15px;
}

.calculation-area span {
  float: right;
}

.calculation-area {
  padding: 20px;
}

span.blu-color {
  color: #47D194;
}

.calculation-area b p {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  color: #444;
  font-size: 16px;
}

.showing-result-shorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 20px;
}

.showing-result-shorting p {
  margin: 0;
}

.product-remove a i {
  color: red;
}

.nice-select.form-dropdown {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}

.billing-details-wrap input,
.billing-details-wrap select {
  margin-bottom: 35px;
}

.order-wrap h6 {
  font-size: 24px;
  color: #0B0D26;
  padding: 25px;
  padding-top: 0;
}

.payment-method-wrap {
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 25px;
}

.payment-method input {
  width: inherit;
}

.payment-method {
  margin-bottom: 20px;
}

.payment-method-wrap h6 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px;
}

.payment-method span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}

.payment-method img {
  margin-left: 15px;
}

.payment-method-wrap .main-btn {
  margin-top: 35px;
  display: block;
  text-align: center;
}

table .product-name {
  width: 180px !important;
}

table .product-price {
  width: 100px !important;
}

table .product-status {
  width: 60px !important;
}

table .product-action {
  width: 200px !important;
}

table .product-remove {
  width: 40px !important;
}

span.status.text-success,
span.status.text-danger {
  font-size: 16px;
  font-weight: 500;
}

.single-cart-item .cart-cross-btn {
  font-size: 18px;
  color: var(--dikkan-color);
  display: block;
  position: absolute;
  right: 25px;
  bottom: 45px;
  font-weight: 400;
  cursor: pointer;
}

.buttons-cart {
  gap: 20px;
  display: inline-flex;
}

.checkout-page textarea {
  height: 265px;
}

.contact-section {
  display: flex;
  margin-top:-10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .contact-section {
    display: inherit;
  }
}

.contact-bg {
  width: 50%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-bg {
    width: 100%;
  }
}

.contact-form-wrap {
  width: 50%;
  padding: 80px 90px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap {
    width: 100%;
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap .contact-form {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-wrap .contact-form {
    margin-top: 30px;
  }
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  background: #fff;
  border: none;
  margin-bottom: 15px;
}

.contact-form-wrap input[type=submit] {
  background: var(--dikkan-color);
  color: #fff;
}

.contact-form-wrap input[type=submit]:hover {
  background: #0B0D26;
}

.mydikkan-form input,
.mydikkan-form textarea {
  background: #fff;
  border: none;
  margin-bottom: 15px;
}

.mydikkan-form input[type=submit] {
  background: var(--dikkan-color);
  border:1px solid var(--dikkan-color);
  color: #fff;
}

.mydikkan-form input[type=submit]:hover {
  background:#fff;
  border:1px solid var(--dikkan-color);
  color: var(--dikkan-color)!important;
}




.contact-page iframe {
  width: 100%;
  height: 350px;
  position: relative;
  z-index: -1;
}

.single-contact-info {
  height: 340px;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 35px 50px;
}
.single-contact-info p {
  margin: 0;
}
.single-contact-info .contact-icon {
  height: 70px;
  width: 70px;
  background: #0B0D26;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.single-contact-info:hover .contact-icon {
  background: var(--dikkan-color);
}








.logo img {
  width: 210px;
}
.single-slide-item video {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.single-slide-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #58595B;
  z-index: 0;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
#service-2 .section-title{
  margin-bottom:0px;
}
#service-2 p{
  margin-bottom:0px;
}
#full-slider button.owl-dot{
  width:15px;
  height:15px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.4;
}
#full-slider button.owl-dot.active{
  opacity: 1;
}
#full-slider .owl-dots{
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 5%;
  justify-content: center;
  width: 100%;
}
.before-header {
  background: rgb(88 89 91 / 40%);
  padding: 12px 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
}
.before-header-nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.before-header-nav .left-nav{
  display: flex;
  gap:32px;
  
}
.before-header-nav .right-nav{
 align-items: center;
 display: flex;
}
.before-header-nav .left-nav .contact-nav{
  display: flex;
  gap:8px;
  align-items: center;
}
.before-header-nav .left-nav .contact-nav a{
  color:#fff;
  font-size:15px;
}
.before-header-nav .right-nav a{
  color:#fff;
  font-size:16px;
  padding: 12px 24px;
}

.before-header-nav .left-nav .contact-nav a:hover{
  color:#ff4101;
}
.before-header-nav .right-nav a:hover{
  color:#ff4101;
}

.header-right .my-dikkan a{
  color:#fff;
  font-size:16px;
  padding: 12px 24px;
}


.feature_item  h1 {
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  color:#fff;
  font-size:72px;
  font-weight: 600;
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.feature_item  span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.feature_item  span:nth-child(1) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.feature_item  span:nth-child(2) {
  animation: fade-in 0.8s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.feature_item  span:nth-child(3) {
  animation: fade-in 0.8s 3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

#blog-2 h4{
  color:var(--dikkan-antrasit-color);
}
#feature-3 h4{
  color:var(--dikkan-antrasit-color);
  font-size: 18px;
  font-weight: 600;
}

.word {
  font-weight: bold;
  /* font-size: 140px; */
  font-size: 120px;
  align-items: flex-start;
  display: flex !important;
  /* width: 235px; */
  width: auto;
  height: 500px;
  line-height: 140px;
}
.noafter:after{ display: none!important; }
.sert-carousel.owl-carousel .owl-item img { padding: 30px; }

ul.sub-menu.mega-menu {
  width: 100%;
  display: flex;
  gap: 16px;
 
  background-color: transparent;
}
ul.sub-menu.mega-menu .container{
  padding: 20px 25px 0px;
  background-color: #fff;
}

.mega-menu .feature-content {
  box-shadow: none;
  /* padding: 15px 25px 10px; */
  padding: 15px 0 10px;
  position: relative;
  margin-top: -47px;
  margin-bottom: 18px;
  color: #fff;
  background: #58595ba1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}
.mega-menu .feature-content h4{
  color: #fff !important;
  font-weight: 600;
}
.mega-menu .single-feature-item{
  box-shadow: none;
  margin-bottom:0px;
  padding:8px;
}
.mega-menu .single-feature-item h4{
  color:var(--dikkan-antrasit-color);
  /* font-size: 18px; */
  font-size: 16px;
}

.mega-menu .m-menu-p img {
  display: block;
  width: 100%;
  height: 265px;
  object-fit: cover;
  position: relative;
}
.m-menu-p .feature-bg{
  position: relative;
  overflow: initial;
}
.m-menu-p .feature-bg:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top:-5px;
    left:-5px;
  border-top:2px solid var(--dikkan-color);
  border-left:2px solid var(--dikkan-color);
  transition:all 0.25s;
  z-index: 0;
}



.m-menu-p .feature-bg:hover:before{ height: 100%; width: 100%; }
.m-menu-p .feature-bg:hover:after{ height: 100%; width: 100%; }
/*.m-menu-p .feature-bg:hover:before ,.m-menu-p .feature-bg:hover:after{
 display: none;
}*/

.m-menu-p .feature-bg:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
    right:-5px;
  border-bottom:2px solid var(--dikkan-color);
  border-right:2px solid var(--dikkan-color);
  transition:all 0.30s;
  z-index: 0;
}.progress-wrap svg.progress-circle path {
    stroke: #3b3b3b!important;
}

.all_products_single{
  position: relative;
  overflow: initial;
}
.all_products_single:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top:-5px;
    left:-5px;
  border-top:2px solid var(--dikkan-color);
  border-left:2px solid var(--dikkan-color);
  transition:all 0.25s;
  z-index: 0;
}



.all_products_single:hover:before{ height: 100%; width: 100%; }
.all_products_single:hover:after{ height: 100%; width: 100%; }
/*.m-menu-p .feature-bg:hover:before ,.m-menu-p .feature-bg:hover:after{
 display: none;
}*/

.all_products_single:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
    right:-5px;
  border-bottom:2px solid var(--dikkan-color);
  border-right:2px solid var(--dikkan-color);
  transition:all 0.30s;
  z-index: 0;
}

@media (max-width: 767px) {
  .mobile-nav-bar{ width: auto!important; }
  .header-right .my-dikkan a{ display: none; }
  .lang-aera{ display: none; }
  #home-2 .hero-area-content { padding-left: 10px; padding-bottom: 0; }
  .homepage-slides .single-slide-item h1 { font-size: 30px; line-height: 35px; }
  .homepage-slides .single-slide-item p { color: #fff; font-size: 15px; line-height: 24px; }
  .single-slide-item video { width: 100%; position: absolute; z-index: -1; height: 100%; object-fit: cover; }
  .overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 { background-color: #58595B; }
  .hero-area-content .mt-100 { margin-top: 75px; }
  .word { font-size: 85px; line-height: 100px; height: auto; }
  .section-title h2 { font-size: 35px; line-height: 41px; margin: 5px 0; }
  .footer-area { padding: 50px 15px; margin-top: 0; }
}
.section-title.white-text h2 ,.section-title.white-text h3, .section-title.white-text h6,.section-title.white-text h5{ 
  color:#fff;
}










/* Timeline History Section CSS Start */
.h--timeline-container *,
.h--timeline-events *{
  outline: 0;
}
.h--timeline-container,
.h--timeline-events{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.h--timeline{
    opacity: 0;
    transition: opacity 0.2s;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}
.h--timeline--loaded{
    opacity: 1
}
.h--timeline-container{
    height: 100px;
}
.h--timeline-dates{
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after,.h--timeline-dates::before{
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 50px;
}
.h--timeline-dates::before{
    left: 0;
    background: linear-gradient(to right, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}
.h--timeline-dates::after{
    right: 0;
    background: linear-gradient(to left, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line{
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 49px;
    height: 2px;
    background-color: #f7f7f7;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.h--timeline-filling-line{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dikkan-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


/* Bullet points */
/* --------------------------------------- */
.h--timeline-date{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.h--timeline-date:hover{
    font-weight: 600;
}
.h--timeline-date::after,
.h--timeline-date::before{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: var(--dikkan-color);
    background-color: #f7f7f7;
    transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}
.h--timeline-date::before{
    bottom: -3px;
    height: 9px;
    width: 0px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    z-index: 2;
}
.h--timeline-date:hover::before,
.h--timeline-date:hover::after{
    transition: background-color 0.3s, border-color .3s, top .3s;
}
.h--timeline-date:hover::after{
    background-color: #f7f7f7;
    border-color: var(--dikkan-color);
}
.h--timeline-date--selected{
    pointer-events: none
}
.h--timeline-date--selected::after{
    background-color: #f7f7f7;
    border-color: var(--dikkan-color);
}
.h--timeline-date--selected::before{
    background-color: var(--dikkan-color);
}
.h--timeline-date--older-event::after{
    background-color: var(--dikkan-color);
    border-color: var(--dikkan-color);
}


/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation{
    font-size: 21px;
    position: absolute;
    z-index: 1;
    top: 50%;
    text-align: center;
    color:#fff !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background-color: #ff4100;
    transition: border-color 0.3s;
}
.h--timeline-navigation::after{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
}
.h--timeline-navigation--prev{
    left: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.h--timeline-navigation--next{
    right: 0;
}
.h--timeline-navigation--inactive{
    cursor: not-allowed;
}
.h--timeline-navigation--inactive::after{
    background-position: 0 -16px;
}
.h--timeline-navigation--inactive:hover{
    border-color: #f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events{
    transition: height .4s;
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.h--timeline-event{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 1rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 1px 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.h--timeline-event-content{
    max-width: 900px;
    margin: 2rem auto 0;
	padding: 2rem;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
}
.h--timeline-event--selected{
    position: relative;
	top: 0;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,.h--timeline-event--leave-right{
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.h--timeline-event--enter-left,.h--timeline-event--leave-left{
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left ;
}
.h--timeline-event--leave-right,.h--timeline-event--leave-left{
    animation-direction: reverse;
}
.h--timeline-event-title{
    color: var(--dikkan-antrasit-color);
    font-size: 3rem;
    font-weight: 600;
}
.h--timeline-event-date{
    display: block;
    font-style: italic;
    margin: 0.5rem auto;
    margin: 1rem auto;
}
.h--timeline-event-date::before{
    content: '- ';
}
@-webkit-keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100%{
        opacity:1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before{
    background-color: var(--dikkan-color);
}
.h--timeline-date--selected::after{
    background-color: #f7f7f7;
    border-color: var(--dikkan-color);
}
.h--timeline-date--older-event::after{
    background-color: var(--dikkan-color);
    border-color: var(--dikkan-color);
}
.h--timeline-line li:nth-child(even) .h--timeline-date{
    bottom: -48px;
}
.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after{
    width: 21px;
    height: 21px;
    bottom: -11px;
    background-color: #f7f7f7;
    border-color: var(--dikkan-color);
}
.h--timeline-line li:nth-child(even) .h--timeline-date::after{
    bottom: 40px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after{
    bottom: 37px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::before{
    bottom: 45px;
}
.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before{
    bottom: -3px;
}

/* Timeline History Section CSS End */

.h--timeline-event img{
  height: 350px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.image-single-img img {
    width: calc(100% - 65px);
    height: 500px;
    object-fit: cover;
    max-width: 100% !important;
}
.middle-text{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-title-contact h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color: var(--dikkan-antrasit-color);
  letter-spacing: 0.7px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.fixed-ar-image{
  position: relative;
  height: 100%;
}
.fixed-ar-image img{
  position: sticky;
  top:20%;
}
.showing-result-shorting .right {
    display: flex;
    gap: 15px;
}


.all_products .product img {
  background-color: #ebedec;
  width: 100%;
  height: auto;
  padding: 10px 70px;
}

.all_products .product {
  width: 100%;
  border: 1px solid var(--dikkan-antrasit-color);
  margin: 10px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.product-list-container {
  padding: 20px 20px 10px;
}
.product-list-container .detail-list li p {
  margin-bottom: 5px;
}
.all_products .product-title {
  text-align: start;
  color: #fff;
  font-size: 18px;
  background-color: var(--dikkan-antrasit-color);
  padding: 10px 10px;
  width: 100%;
}
.all_products .sale-text {
  background-color : #fff;
  display : inline-block;  
  padding : 5px 15px;
  color :  #fff;
  font-size : 12px;
  font-weight : bold;
  position : absolute;
  top : -17px;
  left : -37px;
  letter-spacing : 2px;
}

.all_products .product-container {
  display : grid;
  grid-template-columns : 150px 100px;
  justify-items : start;
}
.all_products .price {
  font-size : 24px;
}
.all_products .shipping {
  font-size : 12px;
  text-transform : uppercase;
  font-weight : bold;
  color : #777;
  margin-bottom : 20px;
  margin-top : 8px;
}
.all_products .description {
  margin-bottom : 10px;
  grid-column : 1 / 3;
}


/* PRODUCT LIST */
.all_products .detail-title {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  width: max-content;
}
.all_products .detail-list {
  list-style : none;
}
.all_products .detail-list li h4 {
    font-size: 14px;
    color:#000
}
.all_products .detail-list li {
 
  display: flex;
  justify-content: space-between;
  
}
/* .detail-list li:last-child{
  margin-bottom : 0;
} */

/* PRODUCK BUTTON */
.all_products .add-cart {
  color : white;
  background-color : black;
  width : 100%;
  padding : 15px;
  font-size : 16px;
  text-transform : uppercase;
  cursor : pointer;
  border-top : 4px solid black;
  grid-column : 1 / 4;
}
.all_products .add-cart:hover {
  color : black;
  background-color : white;
}

.product-list-container.right-pro-cont {
  height: 100%;
  display: flex;
  padding: 0px 20px 20px;
  min-height: 90px;
  align-items: end;
}

ul.detail-list.detail-pro {
  display: flex;
  flex-flow: wrap;
}
ul.detail-list.detail-pro.detail-detail {
    display: grid;
    margin-top: 25px;
    gap: 1px;
}
.detail-pro li{
  justify-content: start !important;
  width:100%;
}
.detail-pro h3{
  color:#fff;
  font-size: 14px;
  height: max-content;
}
.detail-pro h3.pro-green {
  padding: 8px;
  background-color: #d4a241;
}
.detail-pro h3.pro-orange {
  padding: 8px;
  background-color: #ED691F;
}
.detail-pro h3.pro-ant {
  padding: 8px;
  background-color: #697271;
}


.detail-pro h3.pro-bronze {
  padding: 8px;
  background-color: #24668B;
}
.detail-pro h3.pro-bronze-trim {
  padding: 8px;
  background-color: #A4AAB7;
}
.detail-pro h3.pro-lever {
  padding: 8px;
  background-color: #697471;
}
a.no-color-btn {
  padding: 4px 7px;
  border: 1px solid var(--dikkan-color);
  font-size: 11px;
  font-weight: 600;
  color: var(--dikkan-antrasit-color);
  align-items: center;
  display: flex;
  gap: 10px;
}
.ful-box-pro{
  width: 100%;
}
.ful-box-pro:hover .product{
  border: 1px solid var(--dikkan-color);
  transition: 0.6s ease-in-out;
}
.ful-box-pro:hover .product .product-title{
 background-color: var(--dikkan-color);
 transition: 0.6s ease-in-out;
}
.ful-box-pro .product{
  transition: 0.6s ease-in-out;
}
.ful-box-pro .product .product-title{
 transition: 0.6s ease-in-out;
}
.product-meta {
  display: flex;
  gap: 5px;
  margin-top: 30px;
  flex-flow: wrap;
}
.product-meta .qrcode {
  width: 140px;
}
.product-meta .my-dikkan{
  display: flex;
  align-items: center;
  width: 32%;
}
.product-meta .my-dikkan a{
  width: 100%;
}

.products-details.pro-main-desc.section-padding{
  padding: 25px 0px 50px;
}
.susta-img img{
  width:70%;
  border-radius: 4px;
  margin-bottom: 20px;
}
.hero-area-bg.susta-hero-bg-sticky {
  position: sticky;
  top: 10%;
}
.dikkan-icon img{
  width:50px;
  height: 50px;
}
.pl-30{
  padding-left:30px;
}
.cta-white-btn .white-btn {
  background-color: #ffffff !important;
  color: var(--dikkan-color);
  position: relative;
  font-weight: 600;
  font-size: 18px;
}
.cta-white-btn .white-btn:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -7px;
  left: -7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 0.25s;
}


.cta-white-btn .white-btn:hover:before ,.cta-white-btn .white-btn:hover:after{
  width:104%;
  height:110%;
}
.cta-white-btn .white-btn:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-7px;
    right:-7px;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
  transition:all 0.30s;
}
.more-a {
  color: var(--dikkan-color) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.min-h-li li label {
  font-size: 13px;
}
.accordion {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion.open {
  display: block;
}

.categories-box ul li.min-h-li {
 height:min-content
}
a.search-btn {
  background-color: var(--dikkan-color);
  padding: 10px 15px;
  color: #fff !important;
}
a.search-btn:hover {
 background-color: #fff !important;
 color:var(--dikkan-color) !important;
 padding: 10px 15px !important;
 border:1px solid var(--dikkan-color);
}
a.search-btn:before {
  display: none;
}
.all_products_single:hover h4 a{
  color: var(--dikkan-color) !important;
}

.no-color-btn.passive{
  filter: grayscale(0.8) opacity(0.5);
}













.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -35px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -35px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}


@media screen and (min-width: 1500px) {
  .container.widewidth {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1600px) {
  .container.widewidth {
    max-width: 1500px;
  }
}

@media screen and (min-width: 1700px) {
  .container.widewidth {
    max-width: 1600px;
  }
}

@media screen and (min-width: 400px) and (max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}

.video-wrap.detail-wrap-video:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #1c7e4a8f;
  z-index: 1;
}
.ft-p-size p{
  font-size:20px;
  line-height: 32px;
}
.jt-cntr-pagi{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-details-tab-menu .nav-link{
    font-weight: 600;
}

.video-wrap.detail-ar-ge-video::before{
  content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(22 22 22 / 78%);
    z-index: 1;
}
.ar-ge-page-banner .cont-rd-content{
  height:70vh;
}
.ar-ge-page-banner .cont-rd-content h1{
  font-size: 55px;
}
.cont-rd-content{
  display: flex;
  height:100vh;
  align-items: center;
}
.cont-rd-content h1 {
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
}
.rdlogo{
  width:100%;
  text-align: center;
} 
.rdlogo img{
  width: 40%;
}

.section-padding-sml{
  padding: 20px 0px;
}
.project-menu a.active img, .project-menu a:hover img {
  border: 2px solid var(--dikkan-color);
}
.project-filter img{
  width: 180px;
  height: 160px;
  object-fit: contain;
}
.project-filter2 img{
  width: 180px;
  height: 160px;
  object-fit: contain;
}
.project-filter3 img{
  width: 180px;
  height: 160px;
  object-fit: contain;
}
.img-special{
  text-align: center;
}
.img-special img{
  width:50%;
}
.industry-ul {
  list-style: circle;
  padding-left:20px;
}

.about-us-page .word {
  font-weight: bold;
  font-size: 95px;
  align-items: flex-start;
  display: flex !important;
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin-top: 60px;
  justify-content: center;
}
.header-area.absolute-header.product-white-header {
  background: #fff !important;
  position: relative !important;
}

.product-white-header .logo-logo {
  display: none !important;
}

.product-white-header .sticky-logo {
  display: block !important;
}

.header-area.absolute-header.product-white-header .main-menu ul > li > a {
  color: var(--dikkan-antrasit-color) !important;
}
.header-area.absolute-header.product-white-header .main-menu ul.sub-menu > li > a {
  color: #fff !important;
}

.bread-bg.breadcrumb-product-page{
  height: 400px !important;
}
.bread-bg.breadcrumb-product-page .overlay{
  background-color: #090a1a54;
}
.section-title.orange-title h2{
  color:var(--dikkan-color) !important;
}
.section-title.orange-title p{
  font-size: 22px !important;
}
.categories-box {
  padding: 25px 18px;
  background-color: #ebedec;
}
.min-a-h-li{
  margin-top: 30px;
}
a.more-a.btn-more-a {
  padding: 10px 15px;
  background: var(--dikkan-color);
  color: #fff !important;
}
li.min-h-li.min-a-h-li .accordion a {
  padding-left: 25px;
}
.categories-box ul li.min-a-h-li .accordion a:before {
  transform: rotate(180deg);
  position: absolute;
  content: "<";
  bottom: 0;
  top: 10px;
  left: -15px;
  width: 30px;
  height: 15px;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  font-size: 22px;
  background: none;
}

#box-right-section {
.box {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 25px;
}
.box-header {
    background-color: #FF4100;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    margin: -15px -15px 10px -15px;
}
.button {
  display: inline-block;
  padding: 4px 10px;
  margin: 1px 0;
  color: #FF4100;
  border: 1px solid #FF4100;
  text-decoration: none;
  border-radius: 5px;
    
}
.button:hover {
    background-color: #FF4100;
    color: white;
}
.contact-link {
    color: #FF4100;
    text-decoration: none;
}
.contact-link:hover {
    text-decoration: underline;
}
.highlight {
    background-color: #f0f0f0;
    padding: 10px;
    margin: 10px -15px -15px -15px;
}
}
.img-rd-center{
  text-align: center;
}



.header-area.absolute-header .main-menu ul li a.theme-btn::before{
  background:transparent !important;
}
.all-products-btn {
  display: flex;
  float: right;
  margin-top: 5px;
  margin-bottom: 25px;
}


li.list-inline-item img {
  /*height: 145px;
  width: 145px;
  object-fit: contain;*/
}
.feature-bg .h-100 {
  height: 262px !important;
  z-index: 1;
  position: relative;
}

.categories-box ul li.min-h-li.brdrs {
  height: min-content;
  padding: 10px 0px;
  border-bottom: 1px solid #ff410024;
}

.argeikili::after{
  content: '';
  position: absolute;
  background: url(../img/arge-foto-cropped.webp);
  width: 400px;
  height: 300px;
  left: -14%;
  top: 50%;
  background-size: cover;
}

.section-title.foundry-title h1{
  font-size: 70px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: 1px;
}
.breadcrumb-area .la-angle-down:before {
  content: "\f107";
  color: var(--dikkan-color);
}

.info .logo-logo {
  width: 100%;
  height: 100% !important;
}

.project-box .project-img {
  position: relative;
}

.project-box .project-img::after {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: #ff410030 !important;
  opacity: 0;
  transition: 0.4s;
}
.project-box .project-img img {
  transition: 0.4s;
      height: 200px;
    width: 150px;
    background-size: cover;
}


.project-box:hover .project-img::after {
  opacity: 1;
  transition: 0.4s;
}


.tilt-top {
  position: relative;
  padding: 6px;
}

.tilt {
  display: block;
  transition: box-shadow 0.1s, transform 0.1s;
  height: 360px;
  object-fit: cover;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.tilt-top::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 4px solid var(--dikkan-color);
  border-top: 4px solid var(--dikkan-color);
  border-radius: 10px 0px 0px 0px;
  transition: 0.4s;
}


.tilt-top::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 4px solid var(--dikkan-color);
  border-bottom: 4px solid var(--dikkan-color);
  transition: 0.4s;
  border-radius: 0px 0px 10px 0px;
}
.tilt-top:hover::before {
  display: none;
}
.tilt-top:hover::after {
  display: none;
}
.tilt:hover {
  box-shadow: 0px 0px 20px rgba(0,0,0, 0.3);
  cursor: pointer;
}
.all-p-margin-0 p{
 margin-bottom: 0px !important;
}
.all-p-margin-0 .col-lg-6 {
  padding-top: 80px;
}
.all-p-margin-0 .col-lg-12 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.section-title.section-special-title h2 {
  margin-bottom: 5px;
}

.twelve h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: start;
  padding-bottom: 13px;
}
.twelve h2:before {
  background-color: var(--dikkan-antrasit-color);
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h2:after {
  background-color: var(--dikkan-antrasit-color);
    content: '';
    display: block;
    position:absolute; left:0; 
    bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

.twelve.t-center-twelve h2:after {
  left: auto;
  right:0px;
}



.twelve.t-center-twelve{
  display: flex;
  justify-content: center;
}

.twelve h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: start;
  padding-bottom: 13px;
}
.twelve h1:before {
    background-color: var(--dikkan-antrasit-color);
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h1:after {
  background-color: var(--dikkan-antrasit-color);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}
.details-inside-text p{
  color:#fff;
  text-align: start;
  margin-top: 15px;
}
.details-inside-text h2{
  font-size: 38px;
  color:#fff;
  text-align: start;
}
.details-inside-text h3 {
  font-size: 20px;
  color: #fff;
  text-align: start;
}
.h3-title-bottom{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: start;
}


.twelve h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: start;
  padding-bottom: 13px;
}
.twelve h3:before {
    background-color: var(--dikkan-color);
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h3:after {
  background-color: var(--dikkan-color);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}
.pl-zero{
  padding-left:0px;
}
.mt-25-p{
  margin-top:25px;
}
.icon-size-color i{
  color: var(--dikkan-color);
  font-size: 18px;
  transform: rotate(90deg);
}
.border-none{
  border:none !important;
}
.card-map {
  border:1px solid #dedede;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  border-radius: 10px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; */
  box-sizing: border-box; */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-map iframe {
  width: 100%;
  height: 550px;
}
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.veritical-center {
  display: flex; /* Flex yapısı eklenir */
  align-items: center; /* Resmi dikey ortalar */
}

span.contact-info-cont {
  width: 100%;
  float: left;
}
span.contact-info-cont {
  border-top: 1px solid #dedede;
  padding-top: 10px;
  /* background-color: #ed3e33; */
  border-radius: 10px;
  color: #fff !important;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ed3e33 !important;
}

span.contact-info-cont:nth-child(1) {
  /* border: none !important; */
}
.contact-info-cont .section-title-contact {
  padding: 5px !important;
  width: 100% !important;
  padding-left: 25px !important;
}

.page-heading {
  display: inline-block !important;
  position: relative !important;
  font-size: 30px !important;
  font-weight: bold !important;
}

.page-heading::before {
  content: '';
  position: absolute !important;
  left: 0 !important;
  top: -10px !important;
  width: 30% !important;
  height: 2px !important;
  background-color: red !important;
}

.page-heading::after {
  content: '';
  position: absolute !important;
  right: 0 !important;
  bottom: -5px !important;
  width: 30% !important;
  height: 2px !important;
  background-color: red !important;
}
.overlay-iframe {
  background-color: #090A1A;
  opacity: 0.5;
  height: 75vh;
}

.overlay-iframe iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-info-wrapper {
  margin-top: -120px;
  z-index: 1;
  background-color: #fff;
}
.single-contact-info-3{
  /* display: flex; */
  /* flex-direction: column; */
  /* height: 100%; */
  min-height: 130px !important;
  position: relative;
  line-height: 10px;! im;! im;! inherit;! inherit;! i;!;!;!i;!im;!i;!im;!i;!;
}
.single-contact-info-3.aftercss::after {
  content: "";
  display: block;
  border-right: 1px solid var(--dikkan-color);
  width: 1px;
  height: 90px;
  position: absolute;
  right: -10px;
  top: 15%;
}
.contact-icon-new img {
  width: 32px;
  margin-bottom: 5px;
}
.single-contact-info-3 strong, .single-contact-info-3 p {
  font-size: 13px !important;
  font-weight: 600;
  margin: 0px;
}
@media (min-width: 1600px) {
  a.no-color-btn{
    font-size: 13px !important;
  }
}
.icon-content {
  position: absolute;
  right: 10px;
  top: 0px;
}

.icon-content span img {
  max-width: 45px !important;
  height: auto !important;
}

.icon-content span {
  float: left;
  height: 20px;
  margin-right: 10px;
}
.pro-tab-descrip model-viewer{
  width: 100%;
}
.pro-tab-descrip table,.pro-tab-descrip th,.pro-tab-descrip tr,.pro-tab-descrip td {
  border:none;
  border-bottom:1px solid #e4e4e4;
}

.pro-tab-descrip model-viewer {
  height: 500px;
}

.search-inner .form-control:focus{
  box-shadow: none !important;
}

.ocatalogbtn{
  padding: 10px 10px;
  background: #FFF;
  width: 100%;
  color: var(--dikkan-color);
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  border: 1px solid #DDD;
}
.ocatalogbtn:hover{
  color: var(--dikkan-antrasit-color);
}
.ocatalogbtn:hover::after{
  background: var(--dikkan-antrasit-color);
}
.ocatalogbtn::after {
    content: '';
    background: var(--dikkan-color);
    bottom: 0px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
}
span.product-code-list {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 13px;
  text-align: center;
}