/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Juristic - Lawyers and Law Firm HTML Template
Version:        1.0.0
Author:         themexshaper
URL:            http://themeforest.net/user/themexshaper
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	about-section
#0.7	feature-section
#0.8	service-section
#0.9	case-studies-section
#1.0	testimonials-section
#1.1	cta-section
#1.2	team-section
#1.3	contact-section
#1.4	blog-section


--------------------------------------------------------------
	#home-style-2
--------------------------------------------------------------
#2.1	about-section-s2
#2.2	service-section-s2
#2.3	case-studies-section-s2
#2.4	fun-fact-section
#2.5	testimonials-section-s2
#2.6	cta-section-s2
#2.7	contact-section-s2
#2.8	partners-section


--------------------------------------------------------------
	#home-style-3
--------------------------------------------------------------
#3.1	about-section-s3
#3.2	award-section
#3.3	testimonials-section-s3
#3.4	testimonials-section-s3
#3.5	contact-section-s3
#3.6	blog-section-s2


--------------------------------------------------------------
	#about page
--------------------------------------------------------------
#4.1	history-section


--------------------------------------------------------------
	#team single page
--------------------------------------------------------------
#5.1	team-sigle-section


--------------------------------------------------------------
	#project single page
--------------------------------------------------------------
#6.1	project-single-section


--------------------------------------------------------------
	#service single page
--------------------------------------------------------------
#7.1	service-single-section


--------------------------------------------------------------
	#contact page
--------------------------------------------------------------
#8.1	contact-pg-section


--------------------------------------------------------------
	#blog page
--------------------------------------------------------------
#9.1	blog-pg-section


--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------
#10.1	blog-single-section


--------------------------------------------------------------
	#shop page
--------------------------------------------------------------
#11.1  shop-pg-section


--------------------------------------------------------------
	#shop single page
--------------------------------------------------------------
#12.1	shop-single-section


--------------------------------------------------------------
  #404 page
--------------------------------------------------------------
#13.1  error-404-section


----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700|Roboto+Slab:300,400,500&display=swap");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Muli", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  color: #687693;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #687693;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #262b3e;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 110px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}


/*** back to top **/
.back-to-top {
  background-color: rgba(201, 179, 140, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #c9b38c;
  border-radius: 0;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #c9b38c;
}

.back-to-top i {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s6, .section-title-s4 {
  padding-left: 85px;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .section-title, .section-title-s2, .section-title-s3, .section-title-s6, .section-title-s4 {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .section-title, .section-title-s2, .section-title-s3, .section-title-s6, .section-title-s4 {
    margin-bottom: 50px;
  }
}

.section-title .icon, .section-title-s2 .icon, .section-title-s3 .icon, .section-title-s6 .icon, .section-title-s4 .icon {
  background-color: #c9b38c;
  width: 50px;
  height: 50px;
  line-height: 48px;
  -webkit-box-shadow: 0 0 0 5px rgba(201, 179, 140, 0.2);
  box-shadow: 0 0 0 5px rgba(201, 179, 140, 0.2);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 7px;
}

@media (max-width: 1199px) {
  .section-title .icon, .section-title-s2 .icon, .section-title-s3 .icon, .section-title-s6 .icon, .section-title-s4 .icon {
    display: none;
  }
}

.section-title .icon .fi:before, .section-title-s2 .icon .fi:before, .section-title-s3 .icon .fi:before, .section-title-s6 .icon .fi:before, .section-title-s4 .icon .fi:before {
  font-size: 26px;
  color: #fff;
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c9b38c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
  margin-top: -0.3em;
}

@media (max-width: 991px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s6 > span, .section-title-s4 > span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 0.69em;
  line-height: 1.19em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s6 h2, .section-title-s4 h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.section-title p, .section-title-s2 p, .section-title-s3 p, .section-title-s6 p, .section-title-s4 p {
  margin-bottom: 1.5em;
}

.section-title .more-about, .section-title-s2 .more-about, .section-title-s3 .more-about, .section-title-s6 .more-about, .section-title-s4 .more-about {
  font-weight: 700;
  color: #c9b38c;
}

.section-title .more-about .fi:before, .section-title-s2 .more-about .fi:before, .section-title-s3 .more-about .fi:before, .section-title-s6 .more-about .fi:before, .section-title-s4 .more-about .fi:before {
  font-weight: normal;
  font-size: 16px;
  padding-left: 5px;
  position: relative;
  top: 2px;
}

.section-title .more-about:hover, .section-title-s2 .more-about:hover, .section-title-s3 .more-about:hover, .section-title-s6 .more-about:hover, .section-title-s4 .more-about:hover {
  color: #262b3e;
}

.section-title-s2 {
  margin-bottom: 50px;
}

.section-title-s2 .icon {
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}

.section-title-s2 h2 {
  color: #fff;
}

.section-title-s2 p {
  color: #c5c5c6;
  margin: 0;
}

.section-title-s3, .section-title-s6 {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .section-title-s3, .section-title-s6 {
    margin-bottom: 40px;
  }
}

.section-title-s3 .icon, .section-title-s6 .icon {
  position: static;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 3px;
}

@media (max-width: 1199px) {
  .section-title-s3 .icon, .section-title-s6 .icon {
    display: inline-block;
  }
}

.section-title-s3 h2, .section-title-s6 h2 {
  margin: 0 0 0.4em;
}

.section-title-s3 p, .section-title-s6 p {
  margin: 0;
}

@media (max-width: 767px) {
  .section-title-s4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .section-title-s4 .icon {
    display: inline-block;
    position: static;
    margin-bottom: 25px;
  }
}

.section-title-s5 {
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .section-title-s5 {
    margin-bottom: 50px;
  }
}

.section-title-s5 > span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c9b38c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
}

@media (max-width: 991px) {
  .section-title-s5 > span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.section-title-s5 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 0.69em;
  line-height: 1.19em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .section-title-s5 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .section-title-s5 h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.section-title-s5 p {
  margin-bottom: 1.5em;
}

.section-title-s6 {
  padding-left: 0;
}

.section-title-s6 > span {
  display: block;
  margin-top: -0.2em;
}

.theme-btn {
  background-color: #c9b38c;
  color: #fff;
  font-weight: 700;
  padding: 16px 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
  display: inline-block;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #b99c69;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 14px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 20px;
  }
}

.view-cart-btn {
  background: #c9b38c;
  width: 140px;
  padding: 10px;
  margin-top: 20px;
  color: white;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.view-cart-btn:hover {
  background-color: #b99c69;
  color: #fff;
}

.theme-btn-s2, .theme-btn-s3 {
  background-color: #fff;
  color: #262b3e;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 13px 25px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
  display: inline-block;
}

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn-s2:active, .theme-btn-s3:active {
  background-color: #b99c69;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn-s2, .theme-btn-s3 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 22px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s2, .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 20px;
  }
}

.theme-btn-s3 {
  padding: 16px 25px;
}

@media (max-width: 991px) {
  .theme-btn-s3 {
    padding: 12px 22px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 12px 20px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #c9b38c;
  -webkit-box-shadow: 0 0 5px 0 #d9caaf;
  -moz-box-shadow: 0 0 5px 0 #d9caaf;
  -o-box-shadow: 0 0 5px 0 #d9caaf;
  -ms-box-shadow: 0 0 5px 0 #d9caaf;
  box-shadow: 0 0 5px 0 #d9caaf;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #d9caaf;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #c9b38c;
}

/******************************
	#page title
******************************/
.page-title {

}
.page-title .contact-img {
  background: linear-gradient(
    rgba(38, 43, 62, 0.85), /* Senin lacivertin (#262b3e) - %85 yoğunluk */
    rgba(38, 43, 62, 0.4)   /* Alta doğru açılan lacivert */
  ), 
  url("../images/contact1.jpg") center center/cover no-repeat local;  width: 100%;  width: 100%;
  height: 430px;
  position: relative;
  text-align: center;
}
.page-title .about-img {
  background: linear-gradient(
    rgba(38, 43, 62, 0.85), /* Senin lacivertin (#262b3e) - %85 yoğunluk */
    rgba(38, 43, 62, 0.4)   /* Alta doğru açılan lacivert */
  ), 
  url("../images/lawoffice.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 430px;
  position: relative;
  text-align: center;
}
.page-title .icra-img {
  background: linear-gradient(
    rgba(38, 43, 62, 0.4), /* Senin lacivertin (#262b3e) - %85 yoğunluk */
    rgba(38, 43, 62, 0.0)   /* Alta doğru açılan lacivert */
  ), 
  url("../images/blogarka.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 430px;
  position: relative;
  text-align: center;
}

.page-title .ceza-img {
  background: linear-gradient(
    rgba(38, 43, 62, 0.6), /* Senin lacivertin (#262b3e) - %85 yoğunluk */
    rgba(38, 43, 62, 0.1)   /* Alta doğru açılan lacivert */
  ), 
  url("../images/ceza.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 430px;
  position: relative;
  text-align: center;
}


@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title .container {
  height: 100%;
  display: table;
}

@media screen and (min-width: 992px) {
  .page-title .container {
    padding-top: 100px;
  }
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #fff;
  margin: 0.5em 0 0.30em;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.page-title p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .page-title p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .page-title p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.preloader {
  background-color: #262b3e;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .sk-chase {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  -webkit-animation: sk-chase 2.5s infinite linear both;
  animation: sk-chase 2.5s infinite linear both;
}

.preloader .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.preloader .sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #c9b38c;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.preloader .sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preloader .sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.preloader .sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preloader .sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preloader .sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.preloader .sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader .sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preloader .sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.preloader .sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preloader .sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preloader .sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.preloader .sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*--------------------------------------
	service single sidebar
----------------------------------------*/
.service-sidebar {
  /*** service-list-widget ***/
  /*** download-widget ***/
  /*** contact-widget ***/
  /*** service-features-widget ***/
}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border: 1px solid #eaeaea;
  border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #eaeaea;
}

.service-sidebar .service-list-widget a {
  font-size: 15px;
  font-size: 0.9375rem;
  background: #fcfcfc;
  font-weight: 600;
  display: block;
  color: #262b3e;
  padding: 16px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: #c9b38c;
  color: #fff;
}

.service-sidebar .download-widget ul {
  list-style: none;
}

.service-sidebar .download-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .download-widget ul a {
  background: #262b3e;
  color: #fff;
  padding: 18px 25px;
  font-weight: 700;
  display: block;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.service-sidebar .download-widget ul a:hover {
  background: #b99c69;
}

.service-sidebar .contact-widget {
  background: url("../images/single-contact-widget-bg.jpg") center center/cover no-repeat local;
  padding: 45px 40px;
  position: relative;
}

.service-sidebar .contact-widget:before {
  content: "";
  background-color: rgba(38, 43, 62, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-sidebar .contact-widget > div {
  position: relative;
  z-index: 1;
}

.service-sidebar .contact-widget h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

.service-sidebar .contact-widget p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.service-sidebar .contact-widget ul li {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 25px;
}

.service-sidebar .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #c9b38c;
}

.service-sidebar .contact-widget ul > li + li {
  margin-top: 12px;
}

.service-sidebar .contact-widget a {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #687693;
  padding: 7px 15px;
  display: inline-block;
  margin-top: 15px;
}

.service-sidebar .contact-widget a:hover {
  color: #c9b38c;
}

.service-sidebar .service-features-widget {
  padding: 45px 30px;
  position: relative;
  border: 2px solid #f7f7f7;
}

.service-sidebar .service-features-widget:before {
  font-family: "Themify";
  content: "\e61f";
  font-size: 25px;
  font-size: 1.5625rem;
  color: #c9b38c;
  position: absolute;
  right: 30px;
  top: 40px;
  opacity: 0.5;
}

.service-sidebar .service-features-widget h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

.service-sidebar .service-features-widget ol {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

.service-sidebar .service-features-widget ol > li + li {
  margin-top: 8px;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}

@media screen and (min-width: 1200px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #f8f8f8;
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(201, 179, 140, 0.1);
}

.blog-sidebar .search-widget form button {
  background: #c9b38c;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.blog-sidebar .search-widget form button i {
  font-size: 14px;
}

.blog-sidebar .about-widget {
  text-align: center;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
}

.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #262b3e;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #c9b38c;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f3f2f2;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #687693;
  padding-left: 25px;
  position: relative;
}

.blog-sidebar .category-widget ul a:before {
  font-family: "Themify";
  content: "\e628";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 11px;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #c9b38c;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f3f2f2;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 68px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 50%;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 68px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #262b3e;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #c9b38c;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #687693;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 7px 14px;
  color: #687693;
  border: 1px solid #efefef;
  border-radius: 50px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #c9b38c;
  color: #fff;
  border-color: #c9b38c;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #a9b8c4;
  border: 2px solid #e6e6e6;
  display: block;
  border-radius: 0;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #c9b38c;
  border-color: #c9b38c;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background: #c9b38c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #262b3e;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #c9b38c !important;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    text-align: left;
    padding: 10px 25px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
  }
  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    display: block;
    padding: 10px 0;
    color: #262b3e;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    padding-left: 5px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 114%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #c9b38c;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 1200px) {
  .site-header #navbar > ul > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 9px;
    font-size: 0.5625rem;
    position: absolute;
    right: 13px;
    top: 42%;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #c9b38c;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #c9b38c;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*--------------------------------------------------------------
	#header-style-1
--------------------------------------------------------------*/
.header-style-1, .header-style-2, .header-style-3 {
  /*** topbar **/
  /*** cart-search-contact ***/
}

@media screen and (min-width: 992px) {
  .header-style-1, .header-style-2, .header-style-3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
    margin-top: 8px;
  }
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    margin-right: 90px;
  }
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    color: #fff;
    font-weight: 600;
    padding: 40px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    color: #fff;
    font-weight: 600;
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: #262b3e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
  height: auto;
}

.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img {
  max-width: 200px;
}

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
  background-color: rgba(38, 43, 62, 0.5);
  padding: 15px 0;
}

@media (max-width: 991px) {
  .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
    background-color: #262b3e;
    text-align: center;
  }
  .header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
    display: inline-block;
  }
}

.header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  float: left;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info li, .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li {
    font-size: 13px;
    font-size: 0.8125rem;
    float: none;
  }
}

.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
    margin: 10px 0 0;
  }
}

.header-style-1 .topbar .social, .header-style-2 .topbar .social, .header-style-3 .topbar .social {
  float: right;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .social, .header-style-2 .topbar .social, .header-style-3 .topbar .social {
    float: none;
    margin-top: 15px;
  }
  .header-style-1 .topbar .social ul, .header-style-2 .topbar .social ul, .header-style-3 .topbar .social ul {
    display: inline-block;
  }
}

.header-style-1 .topbar .social ul li, .header-style-2 .topbar .social ul li, .header-style-3 .topbar .social ul li {
  float: left;
}

.header-style-1 .topbar .social ul > li + li, .header-style-2 .topbar .social ul > li + li, .header-style-3 .topbar .social ul > li + li {
  margin-left: 15px;
}

.header-style-1 .topbar .social a, .header-style-2 .topbar .social a, .header-style-3 .topbar .social a {
  font-size: 13px;
  color: #fff;
}

.header-style-1 .topbar .social a:hover, .header-style-2 .topbar .social a:hover, .header-style-3 .topbar .social a:hover {
  color: #c9b38c;
}

.header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
  position: absolute;
  right: 20px;
  height: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
    right: 90px;
    top: 0;
    padding-top: 22px;
  }
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
    display: none;
  }
}

.header-style-1 .cart-search-contact button, .header-style-2 .cart-search-contact button, .header-style-3 .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.header-style-1 .cart-search-contact > div, .header-style-2 .cart-search-contact > div, .header-style-3 .cart-search-contact > div {
  float: left;
  position: relative;
}

.header-style-1 .cart-search-contact button > i, .header-style-2 .cart-search-contact button > i, .header-style-3 .cart-search-contact button > i {
  font-size: 20px;
  color: #fff;
}

.header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -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: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
    top: 55px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
    top: 55px;
    right: 15px;
  }
}

.header-style-1 .cart-search-contact .header-search-form button i, .header-style-2 .cart-search-contact .header-search-form button i, .header-style-3 .cart-search-contact .header-search-form button i {
  color: #262b3e;
}

.header-style-1 .cart-search-contact .header-search-form-wrapper .fi:before, .header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before, .header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 1.375rem;
}

.header-style-1 .cart-search-contact form div, .header-style-2 .cart-search-contact form div, .header-style-3 .cart-search-contact form div {
  position: relative;
}

.header-style-1 .cart-search-contact form div button, .header-style-2 .cart-search-contact form div button, .header-style-3 .cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 .cart-search-contact input, .header-style-2 .cart-search-contact input, .header-style-3 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart, .header-style-2 .cart-search-contact .mini-cart, .header-style-3 .cart-search-contact .mini-cart {
    display: none;
  }
}

.header-style-1 .cart-search-contact .mini-cart .fi:before, .header-style-2 .cart-search-contact .mini-cart .fi:before, .header-style-3 .cart-search-contact .mini-cart .fi:before {
  font-size: 25px;
  font-size: 1.5625rem;
}

.header-style-1 .cart-search-contact .mini-cart .cart-count, .header-style-2 .cart-search-contact .mini-cart .cart-count, .header-style-3 .cart-search-contact .mini-cart .cart-count {
  background: #c9b38c;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  position: absolute;
  top: 0;
  right: -5px;
  border-radius: 50%;
}

.header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -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: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
  .header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    top: 55px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    top: 55px;
  }
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}

.header-style-1 .cart-search-contact .mini-cart-content p, .header-style-2 .cart-search-contact .mini-cart-content p, .header-style-3 .cart-search-contact .mini-cart-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #262b3e;
  margin: 0;
  text-transform: uppercase;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
  padding: 25px 20px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: #262b3e;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
  color: #c9b38c;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-3 .cart-search-contact .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;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.75rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  border-top: 1px solid #efefef;
  text-align: center;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s3, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s3, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s3 {
  float: right;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #262b3e;
  display: inline-block;
}

.header-style-1 .cart-search-contact .mini-cart-content-toggle, .header-style-2 .cart-search-contact .mini-cart-content-toggle, .header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.header-style-1 .cart-search-contact .cart-toggle-btn, .header-style-2 .cart-search-contact .cart-toggle-btn, .header-style-3 .cart-search-contact .cart-toggle-btn,
.header-style-1 .cart-search-contact .search-toggle-btn,
.header-style-2 .cart-search-contact .search-toggle-btn,
.header-style-3 .cart-search-contact .search-toggle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.slide-bg-image {
    position: relative;
}

.slide-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-image: inherit;
    filter: brightness(0.50) contrast(1) saturate(1);
    z-index: -1;
}

.hero-slider .swiper-container,
.hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: inherit;
}

/* Ana kapsayıcıyı da tam boy yapmalıyız */
.hero-slider, 
.hero-slider .swiper-container,
.hero-slider .swiper-wrapper {
  height: 100vh;
  min-height: 600px;
}

.hero-slider .slide-inner,
.hero-slider .hero-inner {
  width: 100%;
  height: 100%; /* vh yerine kapsayıcıya uyması için %100 yaptık */
  min-height: 600px;
  position: relative; /* Absolute bazen yüksekliği doğru aktarmaz, relative deneyin */
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover !important;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;

}

/* Eğer altta hala bir boşluk varsa, slider dışındaki bir margin buna sebep oluyordur */
.hero-slider {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
  display: flex !important; /* Gizlemeyi kaldır */
  visibility: visible !important;

  /* İkonu ortalamak için kritik eklemeler */
  justify-content: center; /* Yatayda ortala */
  align-items: center;     /* Dikeyde ortala */
  line-height: 1;          /* Eski line-height değerini sıfırla */
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none !important;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
	#hero-style-1
--------------------------------------------------------------*/
.hero-style-1 {
  height: calc(100vh);
  /*** swiper custom pagination ***/
}

@media (max-width: 991px) {
  .hero-style-1 {
    height: 600px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hero-style-1 {
    height: 500px;
  }
}

.hero-style-1 .slide-title {
  max-width: 900px;
  position: relative;
  margin-top: 140px; /* desktop */
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title {
    margin: 0 auto;
    text-align: center;
    top: -50px;

  }
}

.hero-style-1 .slide-title h2 {
  font-size: 52px;
  font-size: 4rem;
  color: #fff;
  margin: 0 0 0.61em;
  
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 450px) {
  .hero-style-1 .slide-title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.hero-style-1 .slide-text {
  max-width: 655px;
  position: relative;
  margin-top: 20px; /* title ile arası */
}

@media (max-width: 991px) {
  .hero-style-1 .slide-text {
    margin: 0 auto;
    text-align: center;
    top: -30px;
  }
}

.hero-style-1 .slide-text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  margin: 0 0 2.7em;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-btns {
    margin: 0 auto;
    text-align: center;
  }
}

.hero-style-1 .container {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-style-1 .container {
    padding-top: 77px;
  }
}

.hero-style-1 .video-btns {
  position: absolute;
  right: 15px;
  top: calc(50% - 33px);
}

@media (max-width: 991px) {
  .hero-style-1 .video-btns {
    display: none;
  }
}

.hero-style-1 .video-btns a {
  background-color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 65px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 20px;
}

.hero-style-1 .video-btns a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #c9b38c;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-style-1 .video-btns a:before {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  left: -8px;
  top: -8px;
  border: 1px solid #ececec;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero-style-1 .video-btns a:before {
    border: 1px solid #ececec;
  }
}

.hero-style-1 .swiper-button-next,
.hero-style-1 .swiper-button-prev {
  display: none;
}

.hero-style-1 .swiper-cust-pagination {
  width: 100%;
  max-width: 1170px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-style-1 .swiper-cust-pagination > div + div {
  border-left: 1px solid #dedede;
}

@media (max-width: 991px) {
  .hero-style-1 .swiper-cust-pagination {
    display: none;
  }
}

.hero-style-1 .swiper-pagination-bullet {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f1f0f0;
  border-radius: 0;
  padding: 40px 15px 40px 100px;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 1;
  margin: 0 !important;
}

@media (max-width: 1199px) {
  .hero-style-1 .swiper-pagination-bullet {
    padding: 40px 15px 40px 80px;
  }
}

.hero-style-1 .swiper-pagination-bullet i {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .hero-style-1 .swiper-pagination-bullet i {
    left: 20px;
  }
}

.hero-style-1 .swiper-pagination-bullet .fi:before {
  font-size: 50px;
  color: #262b3e;
}

@media (max-width: 1199px) {
  .hero-style-1 .swiper-pagination-bullet .fi:before {
    font-size: 45px;
  }
}

.hero-style-1 .swiper-pagination-bullet h4 {
  font-size: 18px;
  font-size: 1.250rem;
  font-weight: 400;
  margin: 0.2em 0 0;
}

@media (max-width: 1199px) {
  .hero-style-1 .swiper-pagination-bullet h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero-style-1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #c9b38c;
  color: #fff;
  border-left: 1px solid #c9b38c;
}

.hero-style-1 .swiper-pagination-bullet-active h4,
.hero-style-1 .swiper-pagination-bullet-active .fi:before {
  color: #fff;
}




/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #262b3e;
  background-size: cover;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** social-newsletter-area***/
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** lower-footer ***/
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #cdced0;
}

.site-footer .social-newsletter-area {
  background-color: #1c202e;
  padding: 55px 0 60px;
}

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-newsletter-content {
    text-align: center;
  }
}

.site-footer .social-newsletter-area .social-newsletter-content > div:first-child {
  width: 320px;
  float: left;
}

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-newsletter-content > div:first-child {
    width: 100%;
    float: none;
  }
}

.site-footer .social-newsletter-area .social-newsletter-content > div:nth-child(2) {
  width: calc(100% - 640px);
  float: left;
}

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-newsletter-content > div:nth-child(2) {
    width: 100%;
    float: none;
    margin: 35px 0;
  }
}

.site-footer .social-newsletter-area .social-newsletter-content > div:last-child {
  width: 320px;
  float: right;
}

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-newsletter-content > div:last-child {
    width: 100%;
    float: none;
  }
}

.site-footer .social-newsletter-area .social-area ul {
  overflow: hidden;
  padding-top: 28px;
}

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .social-area ul {
    display: inline-block;
    padding-top: 0;
  }
}

.site-footer .social-newsletter-area .social-area ul li {
  float: left;
}

.site-footer .social-newsletter-area .social-area ul > li + li {
  margin-left: 10px;
}

.site-footer .social-newsletter-area .social-area ul a {
  background-color: #30364e;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

.site-footer .social-newsletter-area .social-area ul a:hover {
  background-color: #c9b38c;
}

.site-footer .social-newsletter-area .logo-area {
  text-align: center;
}

.site-footer .social-newsletter-area .logo-area img {
  display: inline-block;
  margin-left: -90px;
}

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .logo-area img {
    margin-left: 0;
  }
}

.site-footer .social-newsletter-area .newsletter-area .inner {
  max-width: 400px;
}

@media (max-width: 991px) {
  .site-footer .social-newsletter-area .newsletter-area .inner {
    margin: 0 auto;
  }
}

.site-footer .social-newsletter-area .newsletter-area h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.site-footer .social-newsletter-area .newsletter-area form {
  margin-top: 25px;
  position: relative;
}

.site-footer .social-newsletter-area .newsletter-area form input {
  background-color: #30364e;
  height: 55px;
  color: #687693;
  padding: 6px 20px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .social-newsletter-area .newsletter-area form button {
  background-color: #c9b38c;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
}

.site-footer .upper-footer {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

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

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    padding-bottom: 0;
  }
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
  }
}

.site-footer .link-widget ul {
  width: 50%;
  float: left;
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a {
  color: #cdced0;
  font-weight: 500;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  text-decoration: underline;
}

.site-footer .link-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .line-widget-2 ul {
  width: 100%;
  float: none;
}

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    padding-left: 25px;
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
}

.site-footer .contact-widget ul li {
  position: relative;
}

.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .contact-widget li span {
  font-weight: 500;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: rgba(255, 255, 255, 0.1);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .copyright a {
  color: #cdced0;
  text-decoration: underline;
}

.site-footer .lower-footer .extra-link {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .extra-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .extra-link ul li {
  float: left;
}

.site-footer .lower-footer .extra-link ul > li + li {
  margin-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .extra-link ul > li + li:before {
  content: "";
  background: #262b3e;
  width: 15px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 11px;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li:before {
    display: none;
  }
}

.site-footer .lower-footer .extra-link ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #cdced0;
}

.site-footer .lower-footer .extra-link ul a:hover {
  text-decoration: underline;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -300px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background-color: #262b3e;
}

@media screen and (min-width: 992px) {
  .header-style-2 .sticky-header, .header-style-3 .sticky-header {
    background: -webkit-linear-gradient(left, #c9b38c 50%, #fff 50.1%);
    background: -moz-linear-gradient(left, #c9b38c 50%, #fff 50.1%);
    background: -o-linear-gradient(left, #c9b38c 50%, #fff 50.1%);
    background: -ms-linear-gradient(left, #c9b38c 50%, #fff 50.1%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c9b38c), color-stop(50.1%, #fff));
    background: linear-gradient(left, #c9b38c 50%, #fff 50.1%);
    border-bottom: 1px solid #e3e3e3;
  }
  .header-style-2 .sticky-header .container-fluid, .header-style-3 .sticky-header .container-fluid {
    border-top: 0;
  }
}

.header-style-3 .sticky-header {
  background: #fff;
}

/*--------------------------------------------------------------
#0.6	about-section
--------------------------------------------------------------*/
.about-section, .about-section-s3 {
  margin-top: 60px;
  padding-bottom: 105px;
}

@media (max-width: 991px) {
  .about-section, .about-section-s3 {
    padding-bottom: 95px;
  }
}

@media (max-width: 767px) {
  .about-section, .about-section-s3 {
    padding-bottom: 75px;
    padding-top: 180px;
  }
}

@media (max-width: 991px) {
  .about-section, .about-section-s3 {
    margin-top: 0;
  }
}

.about-section .right-col, .about-section-s3 .right-col {
  padding-top: 35px;
}

@media (max-width: 1199px) {
  .about-section .right-col, .about-section-s3 .right-col {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .about-section .right-col, .about-section-s3 .right-col {
    margin-top: 40px;
  }
}

.about-section .right-col > p:first-child:first-letter, .about-section-s3 .right-col > p:first-child:first-letter {
  font-family: "Roboto Slab", serif;
  font-size: 45px;
  font-size: 2.8125rem;
}

@media (max-width: 991px) {
  .about-section .right-col > p:first-child:first-letter, .about-section-s3 .right-col > p:first-child:first-letter {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.about-section .quoter, .about-section-s3 .quoter {
  padding: 20px 0;
}

.about-section .quoter h4, .about-section-s3 .quoter h4 {
  font-size: 18pc;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 0.3em;
}

@media (max-width: 991px) {
  .about-section .quoter h4, .about-section-s3 .quoter h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-section .quoter span, .about-section-s3 .quoter span {
  font-size: 13px;
  font-size: 0.8125rem;
}



/*--------------------------------------------------------------
#0.8	service-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .service-section {
    margin: 0 80px;
  }
}

.service-section .left-col {
  background: url("../images/team9.png") center top/cover no-repeat local;
  max-width: 40%;
  padding: 90px;
  float: left;
  position: relative;
  display: table;
}

@media (max-width: 1500px) {
  .service-section .left-col {
    padding: 90px 45px;
  }
}

@media (max-width: 1200px) {
  .service-section .left-col {
    max-width: 100%;
    float: none;
    height: 500px !important;
  }
}

@media (max-width: 767px) {
  .service-section .left-col {
    padding: 50px 25px;
  }
}

.service-section .left-col:before {
  content: "";
  background: #262b3e;
  background: -webkit-linear-gradient(top, transparent, #262b3e);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-section .left-col .inner-content {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}

.service-section .left-col blockquote {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
}

.service-section .left-col h4 {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 1.5em 0 0.3em;
}

.service-section .left-col h4 + span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.service-section .right-col {
  background-color: #262b3e;
  max-width: 60%;
  float: right;
  padding: 110px 120px 44px 60px;
}

@media (max-width: 1500px) {
  .service-section .right-col {
    padding: 110px 60px 44px 60px;
  }
}

@media (max-width: 1200px) {
  .service-section .right-col {
    max-width: 100%;
    float: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  .service-section .right-col {
    padding: 80px 25px 24px 25px;
  }
}

.service-section .service-grids {
  padding-left: 85px;
  margin: 0 -35px;
}

@media (max-width: 1500px) {
  .service-section .service-grids {
    padding-left: 0;
  }
}

.service-section .service-grids .grid {
  width: calc(50% - 70px);
  margin: 0 35px 50px;
  float: left;
  position: relative;
  padding-left: 75px;
}

@media (max-width: 600px) {
  .service-section .service-grids .grid {
    width: calc(100% - 70px);
    float: none;
  }
}

.service-section .service-grids .fi {
  position: absolute;
  left: 0;
  top: -8px;
}

.service-section .service-grids .fi:before {
  font-size: 50px;
  color: #c9b38c;
}

.service-section .service-grids h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .service-section .service-grids h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.service-section .service-grids h3 a {
  color: #fff;
}

.service-section .service-grids h3 a:hover {
  color: #c9b38c;
}

.service-section .service-grids p {
  color: #c5c5c6;
  margin: 0;
}



/*--------------------------------------------------------------
#1.1	cta-section
--------------------------------------------------------------*/
.cta-section {
  background: url("../images/contact1.jpg") center center/cover no-repeat local;
  padding: 115px 0;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .cta-section {
    margin: 0 80px;
  }
}

@media (max-width: 991px) {
  .cta-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding: 80px 0;
  }
}

.cta-section:before {
  content: "";
  background: #c9b38c;
  background-image: -moz-linear-gradient(-90deg, #262b3e 50%, #c9b38c 96%, #c9b38c 97%, #c9b38c 100%);
  background-image: -webkit-linear-gradient(-90deg, #262b3e 50%, #c9b38c 96%, #c9b38c 97%, #c9b38c 100%);
  background-image: -ms-linear-gradient(-90deg, #262b3e 50%, #c9b38c 96%, #c9b38c 97%, #c9b38c 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.cta-section h5,
.cta-section h2 {
  color: #fff;
}

.cta-section h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 2em 0 0;
}

.cta-section h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0.5em 0 1em;
}
.cta-logo img {
  max-width: 350px; /* Genişliği buradan ayarlayabilirsiniz (Örn: 100px, 120px) */
  height: auto;     /* Oranı korumak için */
  margin: 0 auto;   /* Ortalamak için */
  display: block;
}

/*--------------------------------------------------------------
#1.2	team-section
--------------------------------------------------------------*/
.team-section .grid .details {
  padding: 30px 15px;
  text-align: center;
  position: relative;
  border: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
  .team-section .grid .details {
    padding: 25px 15px;
  }
}

.team-section .grid:hover .social {
  opacity: 1;
  visibility: visible;
}

.team-section .social {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -17px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-section .social ul {
  background: #d8dbe0;
  padding: 5px 15px;
  display: inline-block;
  overflow: hidden;
  border-radius: 35px;
}

.team-section .social li {
  float: left;
}

.team-section .social ul > li + li {
  margin-left: 15px;
}

.team-section .social a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #262b3e;
}

.team-section .social a:hover {
  color: #c9b38c;
}

.team-section .details {
  background: #fff;
}

.team-section .details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .team-section .details h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.team-section .details h3 a {
  color: #262b3e;
}

.team-section .details h3 a:hover {
  color: #c9b38c;
}

.team-section .details p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .team-section .owl-controls {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 40%;
  }
  .team-section .owl-controls .owl-prev {
    position: absolute;
    left: -27px;
  }
  .team-section .owl-controls .owl-next {
    position: absolute;
    right: -27px;
  }
}

@media (max-width: 1199px) {
  .team-section .owl-controls {
    margin-top: 35px;
  }
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #262b3e;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.15);
  box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.15);
}

@media (max-width: 1199px) {
  .team-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 5px;
  }
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #c9b38c;
  color: #fff;
}

/*--------------------------------------------------------------
#1.3	contact-section
--------------------------------------------------------------*/
.contact-section, .contact-section-s2, .contact-section-s3 {
  background: #262b3e;
  background: url("../images/contact-bg.jpg") center center/cover no-repeat local;
  padding: 220px 0 35px;
  position: relative;
}

.contact-section:before, .contact-section-s2:before, .contact-section-s3:before {
  content: "";
  background: #262b3e;
  background-image: -moz-linear-gradient(90deg, #262b3e 62%, #c9b38c 96%, #c9b38c 97%, #c9b38c 100%);
  background-image: -webkit-linear-gradient(90deg, #262b3e 62%, #c9b38c 96%, #c9b38c 97%, #c9b38c 100%);
  background-image: -ms-linear-gradient(90deg, #262b3e 62%, #c9b38c 96%, #c9b38c 97%, #c9b38c 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.97;
}

@media screen and (min-width: 1450px) {
  .contact-section, .contact-section-s2, .contact-section-s3 {
    margin: -219px 80px 0;
  }
}

@media (max-width: 1449px) {
  .contact-section, .contact-section-s2, .contact-section-s3 {
    padding: 110px 0 35px;
  }
}

@media (max-width: 991px) {
  .contact-section, .contact-section-s2, .contact-section-s3 {
    padding: 100px 0 25px;
  }
}

@media (max-width: 767px) {
  .contact-section, .contact-section-s2, .contact-section-s3 {
    padding: 80px 0 25px;
  }
}

/* ------------------------------------------------------------------ */
/* 🚩 1. İletişim Bilgileri Sütunu (Eski Sol, Yeni Sağ) */
/* ------------------------------------------------------------------ */
.contact-section .contact-info-col, .contact-section-s2 .contact-info-col, .contact-section-s3 .contact-info-col {
  width: calc(50% - 85px);
  /* Değişiklik: Sağa yaslandı */
  float: right; 
  padding-top: 0px;
}

@media (max-width: 991px) {
  .contact-section .contact-info-col, .contact-section-s2 .contact-info-col, .contact-section-s3 .contact-info-col {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}

.contact-section .contact-info-col .contact-info, .contact-section-s2 .contact-info-col .contact-info, .contact-section-s3 .contact-info-col .contact-info {
  width: 500px;
  float: right;
}

@media (max-width: 1199px) {
  .contact-section .contact-info-col .contact-info, .contact-section-s2 .contact-info-col .contact-info, .contact-section-s3 .contact-info-col .contact-info {
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .contact-section .contact-info-col .contact-info, .contact-section-s2 .contact-info-col .contact-info, .contact-section-s3 .contact-info-col .contact-info {
    width: 100%;
    float: none;
    padding-left: 15px;
    margin-bottom: 80px;
  }
}

/* ------------------------------------------------------------------ */
/* 🚩 2. İletişim Formu Sütunu (Eski Sağ, Yeni Sol) */
/* ------------------------------------------------------------------ */
.contact-section .contact-form-col, .contact-section-s2 .contact-form-col, .contact-section-s3 .contact-form-col {
  width: calc(50% + 85px);
  /* Değişiklik: Sola yaslandı */
  float: left; 
  /* Değişiklik: Sağ dolgu yerine sol dolgu eklendi */
  padding-left: 160px;
  padding-right: 0; 
  position: relative;
}

@media (max-width: 1450px) {
  .contact-section .contact-form-col, .contact-section-s2 .contact-form-col, .contact-section-s3 .contact-form-col {
    /* Değişiklik: Sağ dolgu yerine sol dolgu kullanıldı */
    padding-left: 60px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .contact-section .contact-form-col, .contact-section-s2 .contact-form-col, .contact-section-s3 .contact-form-col {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}

.contact-section .contact-info li, .contact-section-s2 .contact-info li, .contact-section-s3 .contact-info li {
  position: relative;
  padding-left: 85px;
}

.contact-section .contact-info ul > li + li, .contact-section-s2 .contact-info ul > li + li, .contact-section-s3 .contact-info ul > li + li {
  margin-top: 50px;
}

.contact-section .contact-info .fi, .contact-section-s2 .contact-info .fi, .contact-section-s3 .contact-info .fi {
  position: absolute;
  left: 0;
  top: -10px;
}

.contact-section .contact-info .fi:before, .contact-section-s2 .contact-info .fi:before, .contact-section-s3 .contact-info .fi:before {
  font-size: 50px;
  color: #c9b38c;
}

.contact-section .contact-info h4, .contact-section-s2 .contact-info h4, .contact-section-s3 .contact-info h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0.2em;
}

.contact-section .contact-info p, .contact-section-s2 .contact-info p, .contact-section-s3 .contact-info p {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  margin: 0;
}


/*--------------------------------------------------------------
#1.4	blog-section
--------------------------------------------------------------*/
.blog-section, .blog-section-s2 {
  padding-bottom: 70px;
}

@media (max-width: 1199px) {
  .blog-section, .blog-section-s2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .blog-section, .blog-section-s2 {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section, .blog-section-s2 {
    padding-bottom: 40px;
  }
}

.blog-section .blog-grids, .blog-section-s2 .blog-grids {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .blog-section .blog-grids, .blog-section-s2 .blog-grids {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section .blog-grids, .blog-section-s2 .blog-grids {
    margin: 50px -7.5px 0;
  }
}

.blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 50px;
}

@media (max-width: 767px) {
  .blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 50px;
  }
}

@media (max-width: 600px) {
  .blog-section .blog-grids .grid, .blog-section-s2 .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-section .entry-details, .blog-section-s2 .entry-details {
  position: relative;
  padding: 45px 0 0 20px;
}

.blog-section .entry-details h3, .blog-section-s2 .entry-details h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  margin: 0 0 0.9em;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-section .entry-details h3, .blog-section-s2 .entry-details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-section .entry-details h3 a, .blog-section-s2 .entry-details h3 a {
  color: #262b3e;
}

.blog-section .entry-details h3 a:hover, .blog-section-s2 .entry-details h3 a:hover {
  color: #c9b38c;
}

.blog-section .entry-details .cat, .blog-section-s2 .entry-details .cat {
  background: #c9b38c;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  color: white;
  position: absolute;
  left: 0;
  top: -20px;
  border-radius: 0 50px 50px 0;
}

.blog-section .entry-details .read-more, .blog-section-s2 .entry-details .read-more {
  font-family: "Roboto Slab", serif;
  color: #687693;
  padding-left: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .blog-section .entry-details .read-more, .blog-section-s2 .entry-details .read-more {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-section .entry-details .read-more:before, .blog-section-s2 .entry-details .read-more:before {
  content: "";
  background: #687693;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-section .entry-details .read-more:hover, .blog-section-s2 .entry-details .read-more:hover {
  color: #c9b38c;
}

.blog-section .entry-details .read-more:hover:before, .blog-section-s2 .entry-details .read-more:hover:before {
  background: #c9b38c;
}


/*--------------------------------------------------------------
#2.2	service-section-s2
--------------------------------------------------------------*/
.service-section-s2 {
  padding: 0 0 80px;
}

@media (max-width: 991px) {
  .service-section-s2 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .service-section-s2 {
    padding-bottom: 60px;
  }
}

.service-section-s2 .service-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .service-section-s2 .service-grids {
    margin: 0 -7.5px;
  }
}

.service-section-s2 .service-grids .grid {
  background: #fff;
  /* 4'lü dizilim için %25 (100/4) kullanıyoruz */
  width: calc(25% - 30px); 
  float: left;
  text-align: center;
  margin: 0 15px 30px;
  padding: 30px 10px 35px;
  -webkit-box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.11);
  box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.11);
  transition: all 0.3s;
}

/* Tablet ve orta ölçekli ekranlar (1199px altı) */
@media (max-width: 1199px) {
  .service-section-s2 .service-grids .grid {
    /* Tablette de 4'lü yapıyı korumak için %25 devam ediyoruz */
    width: calc(25% - 30px);
  }
}

/* Küçük tablet ve geniş mobil ekranlar (991px - 768px arası) */
@media (max-width: 991px) {
  .service-section-s2 .service-grids .grid {
    /* Ekran daraldığında 4 tane sığmazsa 2'li dizilime döner */
    width: calc(50% - 30px);
  }
}

/* Mobil görünüm (767px altı) */
@media (max-width: 767px) {
  .service-section-s2 .service-grids .grid {
    /* Mobilde yan yana 2 tane olması için %50 */
    width: calc(50% - 15px);
    margin: 0 7.5px 20px;
    padding: 20px 5px 25px; /* Mobilde iç boşluğu biraz azalttık */
  }
}

/* Çok küçük telefonlar (480px altı) */
@media (max-width: 480px) {
  .service-section-s2 .service-grids .grid {
    /* Çok dar ekranda ikonlar ve yazılar sığmazsa tekli sıra yapabilirsin */
    /* width: calc(100% - 15px); */
    width: calc(50% - 15px); /* Şu an 2'li kalsın dersen bu kalsın */
  }
}

.service-section-s2 .service-grids .grid:hover {
  background-color: #c9b38c;
}

.service-section-s2 .service-grids .grid:hover .fi:before,
.service-section-s2 .service-grids .grid:hover h3 a {
  color: #fff;
}

.service-section-s2 .service-grids .fi:before {
  font-size: 50px;
  color: #c9b38c;
  margin-bottom: 0.9em;
}

.service-section-s2 .service-grids h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 600px) {
  .service-section-s2 .service-grids h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service-section-s2 .service-grids h3 a {
  color: #262b3e;
}

.service-pg-service-section-s2 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .service-pg-service-section-s2 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .service-pg-service-section-s2 {
    padding-top: 80px;
  }
}

/*--------------------------------------------------------------
#3.5	contact-section-s3
--------------------------------------------------------------*/
.contact-section-s3 {
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 0;
  background: #fff;
}

@media (max-width: 991px) {
  .contact-section-s3 {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .contact-section-s3 {
    padding-top: 80px;
  }
}

.contact-section-s3:before {
  display: none;
}

.contact-section-s3 .section-title-s2 h2 {
  color: #262b3e;
}

.contact-section-s3 .section-title-s2 p {
  color: #687693;
}

.contact-section-s3 .section-title-s2 .icon {
  -webkit-box-shadow: 0 0 0 5px #fbf3f3;
  box-shadow: 0 0 0 5px #fbf3f3;
}

.contact-section-s3 .contact-info h4 {
  color: #c9b38c;
}

.contact-section-s3 .contact-info p {
  color: #687693;
}

.contact-section-s3 form textarea,
.contact-section-s3 form input,
.contact-section-s3 form select {
  background: #fdfdfd;
  border-color: #eaeaea;
}


/*--------------------------------------------------------------
	#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	service-single-section
--------------------------------------------------------------*/
.service-single-section {
  /*** service single tab ***/
}

@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .service-pic {
  margin: 50px 0;
}

.service-single-section .service-single-content .theme-btn {
  margin-top: 20px;
}

.service-single-section .service-single-content h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    padding-top: 70px; /* Üstteki alanla arasına mesafe koyar */
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
  margin: 1.9em 0 1em;
}

.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
}

.service-single-section .service-single-content ul {
  list-style: none;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content ul {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service-single-section .service-single-content ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.7em;
  color: #121212;
}

.service-single-section .service-single-content ul > li + li {
  margin-top: 8px;
}

.service-single-section .service-single-content ul li i {
  display: inline-block;
  color: #c9b38c;
  position: absolute;
  left: 0;
  top: 5px;
}

.service-single-section .service-single-content .service-features {
  overflow: hidden;
}

.service-single-section .service-single-content .service-features ul {
  width: 50%;
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .service-features ul {
    width: 100%;
    float: none;
    display: block;
    margin-top: 10px;
  }
}

.service-single-section .service-single-tab {
  margin: 60px 0;
}

@media (max-width: 991px) {
  .service-single-section .service-single-tab {
    margin: 40px 0;
  }
}

.service-single-section .service-single-tab .nav {
  overflow: hidden;
  margin: 0;
}

.service-single-section .service-single-tab .nav li {
  float: left;
  padding-left: 0;
}

.service-single-section .service-single-tab .nav > li + li {
  margin-top: 0;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav > li + li {
    margin-left: 1px;
  }
}

.service-single-section .service-single-tab .nav a {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #262b3e;
  padding: 10px 25px;
  border: 1px solid rgba(201, 179, 140, 0.5);
}

@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 12px;
    text-transform: none;
  }
}

@media (max-width: 350px) {
  .service-single-section .service-single-tab .nav a {
    padding: 8px;
  }
}

.service-single-section .service-single-tab .nav .active a,
.service-single-section .service-single-tab .nav a:hover {
  background: #c9b38c;
  color: #fff;
}

.service-single-section .tab-content {
  padding: 35px 40px;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
}

@media (max-width: 767px) {
  .service-single-section .tab-content {
    padding: 25px 20px;
  }
}

.service-single-section .tab-content .tab-pane p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-single-section .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.service-single-section .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.service-single-section .service-features-grids {
  -webkit-box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.05);
  margin: 60px 0;
}

.service-single-section .service-features-grids .grid {
  width: 33.33%;
  float: left;
  padding: 40px 30px;
  border-right: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
  .service-single-section .service-features-grids .grid {
    width: 100%;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 25px;
  }
}

.service-single-section .service-features-grids .grid:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .service-single-section .service-features-grids .grid:last-child {
    border-bottom: 0;
  }
}

.service-single-section .service-features-grids p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.service-single-section .service-features-grids .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #c9b38c;
}

.service-single-section .service-features-grids h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0.7em 0;
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .contact-pg-section {
    padding-bottom: 15px;
  }
}

.contact-map-section .contact-map {
  height: 450px;
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}



/*# sourceMappingURL=style.css.map */