
:root {
  --primary-proj-color: #a9b69f;
  --secondary-proj-color: #f3f0ed;
  --third-proj-color: #5f615c;
}



@font-face {
  font-family: 'FreightBigProBook';
  src: url('/assets/fonts/FreightBigProBook-Regular.eot');
  src: local('☞FreightBig Pro Book'), local('FreightBigProBook-Regular'),
      url('/assets/fonts/FreightBigProBook-Regular.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/FreightBigProBook-Regular.woff2') format('woff2'),
      url('/assets/fonts/FreightBigProBook-Regular.woff') format('woff'),
      url('/assets/fonts/FreightBigProBook-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'FreightBigProBlack';
  src: url('/assets/fonts/FreightBigProBlack-Regular.eot');
  src: local('☞FreightBig Pro Black'), local('FreightBigProBlack-Regular'),
      url('/assets/fonts/FreightBigProBlack-Regular.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/FreightBigProBlack-Regular.woff2') format('woff2'),
      url('/assets/fonts/FreightBigProBlack-Regular.woff') format('woff'),
      url('/assets/fonts/FreightBigProBlack-Regular.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'FreightBigProMedium';
  src: url('/assets/fonts/FreightBigProMedium-Italic.eot');
  src: local('☞FreightBig Pro Medium Italic'), local('FreightBigProMedium-Italic'),
      url('/assets/fonts/FreightBigProMedium-Italic.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/FreightBigProMedium-Italic.woff2') format('woff2'),
      url('/assets/fonts/FreightBigProMedium-Italic.woff') format('woff'),
      url('/assets/fonts/FreightBigProMedium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}



@font-face {
  font-family: 'FreightBigProBold';
  src: url('/assets/fonts/FreightBigProBold-Italic.eot');
  src: local('☞FreightBig Pro Bold Italic'), local('FreightBigProBold-Italic'),
      url('/assets/fonts/FreightBigProBold-Italic.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/FreightBigProBold-Italic.woff2') format('woff2'),
      url('/assets/fonts/FreightBigProBold-Italic.woff') format('woff'),
      url('/assets/fonts/FreightBigProBold-Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'FreightBigProBlack';
  src: url('/assets/fonts/FreightBigProBlack-Italic.eot');
  src: local('☞FreightBig Pro Black Italic'), local('FreightBigProBlack-Italic'),
      url('/assets/fonts/FreightBigProBlack-Italic.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/FreightBigProBlack-Italic.woff2') format('woff2'),
      url('/assets/fonts/FreightBigProBlack-Italic.woff') format('woff'),
      url('/assets/fonts/FreightBigProBlack-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'FreightBigProBold';
  src: url('/assets/fonts/FreightBigProBold-Regular.eot');
  src: local('☞FreightBig Pro Bold'), local('FreightBigProBold-Regular'),
      url('/assets/fonts/FreightBigProBold-Regular.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/FreightBigProBold-Regular.woff2') format('woff2'),
      url('/assets/fonts/FreightBigProBold-Regular.woff') format('woff'),
      url('/assets/fonts/FreightBigProBold-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'FreightBigProMedium';
  src: url('/assets/fonts/FreightBigProMedium-Regular.eot');
  src: local('☞FreightBig Pro Medium'), local('FreightBigProMedium-Regular'),
      url('/assets/fonts/FreightBigProMedium-Regular.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/FreightBigProMedium-Regular.woff2') format('woff2'),
      url('/assets/fonts/FreightBigProMedium-Regular.woff') format('woff'),
      url('/assets/fonts/FreightBigProMedium-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'FreightBigProBook';
  src: url('/assets/fonts/FreightBigProBook-Italic.eot');
  src: local('☞FreightBig Pro Book Italic'), local('FreightBigProBook-Italic'),
      url('/assets/fonts/FreightBigProBook-Italic.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/FreightBigProBook-Italic.woff2') format('woff2'),
      url('/assets/fonts/FreightBigProBook-Italic.woff') format('woff'),
      url('/assets/fonts/FreightBigProBook-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Italic.eot');
  src: local('☞FreightBig Pro Semibold Italic'), local('Poppins-Italic'),
      url('/assets/fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/Poppins-Italic.woff2') format('woff2'),
      url('/assets/fonts/Poppins-Italic.woff') format('woff'),
      url('/assets/fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

  

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #a972cb;
  --hover: #cb72aa;
}

.pulse {
    --color: #D3AA5A;
    --hover: #a37824;
}

.close {
  --color: #ff7f82;
  --hover: #ffdc7f;
}

.raise {
  --color: #ffa260;
  --hover: #e5ff60;
}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #8fc866;
  --hover: #66c887;
}

.offset {
  --color: #19bc8b;
  --hover: #1973bc;
}
 


/*--------------------------
      Global Styles
---------------------------*/
body {
  background-color: #f3f0ed;
  font-family:"Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000; 
  overflow-x:hidden
   
}

::selection {
  background-color: #e6ae48;
  color: #ffffff;
}

a {
  color: #000;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}

    a:hover {
        color: #D6B87A;
        text-decoration: none;
    }

textarea {
  resize: none;
}


img {
  max-width: 100%;
}

.wrapper-boxed {
  padding: 0 50px 50px 50px;
}

/* Import Droid Serif Font*/
@font-face {
  font-family: 'Droidserif italic';
  src: url("../fonts/DroidSerif-Italic.ttf");
}

/*-------------------------
    RESET Default Styles
--------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .wrapper-boxed {
    padding: 0 10px 10px 10px;
  }
}

/*----------------------------
      Helper Classes
----------------------------*/
.col-padding-0>.row {
  margin: 0;
}

.col-padding-0,
.col-padding-0>.row>[class*="col-"] {
  padding: 0;
}

.inner-padding {
  padding: 138px 70px;
}

.lh-1 {
  line-height: 1 !important;
}

@media (min-width: 992px) {
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Margin  */
.m-0 {
  margin: 0 !important;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/*  padding  */
.p-0 {
  padding: 0 !important;
}

/* padding Top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

/*  Padding Bottom */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.vh-100 {
  height: 100vh !important;
}

.h-70 {
  height: 70px;
}

.h-100 {
  height: 100px !important;
}

.list-inline>li {
  display: inline-block;
}

.align-v {
  display: flex;
  align-items: center;
}

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.font-secondary {
  font-family: "Poppins";
}

/* Mobile Phones */
@media only screen and (max-width: 575px) {
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .text-left-xs {
    text-align: left !important;
  }

  .text-right-xs {
    text-align: right !important;
  }

  .pull-none-xs {
    float: none !important;
  }

  .mb-0-xs {
    margin-bottom: 0 !important;
  }

  .mb-20-xs {
    margin-bottom: 20px !important;
  }

  .mb-30-xs {
    margin-bottom: 30px !important;
  }

  .mb-50-xs {
    margin-bottom: 50px !important;
  }

  .mb-60-xs {
    margin-bottom: 60px !important;
  }

  .p-10-xs {
    padding: 10px !important;
  }
}

/* Tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }

  .text-left-sm {
    text-align: left !important;
  }

  .text-right-sm {
    text-align: right !important;
  }

  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .mb-20-sm {
    margin-bottom: 20px !important;
  }

  .mb-30-sm {
    margin-bottom: 30px !important;
  }

  .mb-50-sm {
    margin-bottom: 50px !important;
  }

  .mb-60-sm {
    margin-bottom: 60px !important;
  }

  .p-0-sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pb-15-sm {
    padding-bottom: 15px !important;
  }

  .pb-20-sm {
    padding-bottom: 20px !important;
  }

  .pb-30-sm {
    padding-bottom: 30px !important;
  }

  .pb-50-sm {
    padding-bottom: 50px !important;
  }

  .pb-60-sm {
    padding-bottom: 60px !important;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text-center-xs-sm {
    text-align: center !important;
  }

  .inner-padding {
    padding: 50px 30px !important;
  }
}

/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-padding {
    padding: 100px 50px !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #282828 !important;
}

.color-theme {
  color: #e6ae48 !important;
}

.color-heading {
  color: #222222 !important;
}

.color-body {
  color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #282828 !important;
}

.bg-heading {
  background-color: #222222 !important;
}

.bg-theme {
  background-color: #e6ae48 !important;
}



.image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;  
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;  
    }

.overlay-text {
    position: absolute;
    color: white;
    font-size: 94px; 
    text-align: center;font-family:'StandingFlower';
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Metnin okunabilirliğini artırmak için gölge ekler */
}

.bg-img {
  position: relative;
  z-index: 1;background-color:#fff
}

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.75);
}

.bg-overlay-4:before {
  background-color: rgba(27, 26, 26, 0.55);
}

.bg-overlay-5:before {
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-parallax {
  background-attachment: fixed;
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 23px;
  line-height: 1.1; 
}

p {
    font-size:16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;font-weight:200
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #e6ae48;
  display: inline-block;
  margin-bottom: 31px;
}

.heading__title {
    font-size: 55px;
    line-height: 42px;
    margin-bottom: 30px;
    color: #EBCD94;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 100;
}

.heading__titlegray {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
    color: var(--secondary-proj-color);
    font-family: 'Poppins';
    font-weight: 100;
}

.heading__desc {
  font-size: 17px;
  line-height: 27px;
  color: #a5a5a5;
  margin-bottom: 0;
}

.divider__line+.heading__desc {
  margin-top: 32px;
}

.heading-2 .heading__desc {
  margin-bottom: 44px;
}

.heading-3 .heading__title {
  margin-bottom: 13px;
}

.heading-3 .heading__desc {
  margin-bottom: 24px;
}

.heading-4 .heading__title {
  margin-bottom: 21px;
}

.heading-4 .divider__line+.heading__desc {
  margin-top: 23px;
}

.heading-8 .heading__desc {
  padding-top: 35px;
}

.heading-9 .heading__title {
  margin-bottom: 22px;
}

.heading-9 .heading__desc {
  margin-bottom: 43px;
}

.heading-10 .heading__title {
  font-size: 48px;
  line-height: 52px;
}

.heading__shape {
  display: inline-block;
  width: 70px;
  height: 48px;
  background-image: url(../images/shapes/plantshape.png);
  margin-bottom: 27px;
}

.heading__shape-white {
  background-image: url(../images/shapes/plantshape-white.png);
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent+.page-title {
  margin-top: 0;
}

.pagetitle__subheading {
  font-family: "Poppins";
  font-size: 17px;
  line-height: 1;
  color: #f9f9f9;
  display: block;
  margin-bottom: 24px;
}

.pagetitle__heading {
    font-size: 25px;
    color: #D6C9B0;
    margin-bottom: 0; 
    margin: auto;font-weight:700
}

.pagetitle__desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 0;
}

.page-title {
  padding:24px 0 97px;
}

.page-title .date {
  border-top: 1px solid #4caf50;color:#fff;margin:20px 0 0 0px; display: inline-block;
}

.page-title .title {
  color: #00307E !important;font-weight: bold; display: block;margin:25px 0; font-size: 45px;
}
.page-title .title2 {
  color: #00307E !important;font-weight: bold; display: block;margin:25px 0; font-size: 25px;text-transform:none
}

    .page-title .breadcrumb {
        margin-top: 27px;
        margin-bottom: 0;
        font-size: 12px;
        font-family: Poppins;
        border-left:0px;border-radius:0;padding:10px 0;
        border-bottom: 1px solid #e6ae48;
        border-top: 1px solid #e6ae48;
    }

.page-title .breadcrumb-item a,
.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #000;font-size: 12px;content:"›"
}

.page-title .breadcrumb-item a:hover {
  color: #e6ae48;
}

.page-title .breadcrumb-item.active {
  color: #696969;
}



    .productCard .breadcrumb {  
        font-size: 12px;
        font-family: Poppins;
        border-left: 0px;
        border-radius: 0;
        padding:0 0 10px 0; 
    }

.productCard .breadcrumb-item a,
.productCard .breadcrumb-item + .breadcrumb-item::before {
    color: #000;
    font-size: 12px;
    content: "›"
}

    .productCard .breadcrumb-item a:hover {
        color: #e6ae48;
    }

.productCard .breadcrumb-item.active {
    color: #696969;
}


.productCard .tab-content {
    position: absolute;
    border-bottom: 1px solid #acacac;
    padding-bottom: 30px
}

.nav-tabs .nav-item a.active:before {
    content: '';
    display: inline-block;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
    border-bottom-color: #fff;
    position: absolute;
    bottom: -30px; 
    z-index:9;
}


.productCard .tab-content h3 {
    font-size:32px;margin-bottom:15px
}

 

.plist {
    width: 400px;
    height: 400px;
    position: relative;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: bold
}

    .plist:before, .plist:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }


    .plist:before {
        width: 360px; /*****-20px*****/
        height: 400px; /*****-2px*****/
        margin-left: 20px;
        border-top: 1px solid #acacac;  
    }


    .plist:nth-child(1n+1):after {
        width: 400px; /*****-2px*****/
        height: 360px; /*****-20px*****/
        margin-top: 20px;
        border-right: 1px solid #acacac;
    }

    .plist:nth-child(3n+0):after {
        border-top: 0px solid #acacac;
        border-right: 0px solid #acacac;
    }

    .plist:nth-child(1):before {
        border-top: 0px solid #acacac !important;
    }
    .plist:nth-child(2):before {
        border-top: 0px solid #acacac !important;
    }
    .plist:nth-child(3):before {
        border-top: 0px solid #acacac !important;
    }

.productimg{height:250px;margin-bottom:15px;margin:20px}

.plist img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.productlist a {
    text-decoration: none;
    font-family: Poppins;
    color: #57534F;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 0 20px;position:relative;z-index:1
}


.textimg {
    margin-top: -350px;
}
  

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {

  #ContentArea{padding-top: 30px;}

  .textimg{margin-top:10px;}


  .page-title {
    padding: 100px 0 0px;
  }

  .pagetitle__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

    .pagetitle__heading {
        font-size: 22px;
        margin-top: 30px;
        color: #D6C9B0;font-weight:bold
    }
 
  .page-title .breadcrumb {
    margin-top: 20px;
  }
}

/*-----------------------
    Buttons
----------------------*/
.btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  width: 170px; 
  line-height: 48px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn__block {
  width: 100%;
}

.btn__primary {
    background-color: #D6B87A;
    transition: background-color 0.5s ease;
    color: #ffff;
    border: 1px solid #D6B87A;
    border-radius:25px
}

    .btn__primary:active,
    .btn__primary:focus,
    .btn__primary:hover {
        background-color: #D6B87A;
        transition: background-color 0.5s ease;
        color: #ffff;
        border: 1px solid #D6B87A;
    }

    .btn__primary.btn__hover2:active,
    .btn__primary.btn__hover2:focus,
    .btn__primary.btn__hover2:hover {
        background-color: #025140;
        transition: background-color 0.5s ease;
        color: #ffff;
        border: 1px solid #D6B87A;
    }

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

.btn__secondary {
    background-color: #282828;
    color: #ffffff;
    border:1px solid #282828; 
    border-radius: 25px
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
  background-color: #e6ae48;
  color: #ffffff;
  border-color: #e6ae48;
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
  background-color: #ffffff;
  color: #282828;
  border-color: #ffffff;
}

.btn__white {
  background-color: #ffffff;
  color: #222222;
  border: 2px solid #ffffff;
}

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
  background-color: #e6ae48;
  color: #ffffff;
  border-color: #e6ae48;
}

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}


.btn__green {
  background-color: #81AC37 !important;
  color: #fff;
  border: 2px solid #81AC37;
}

.btn__green:active,
.btn__green:focus,
.btn__green:hover {
  background-color: #5E841D !important;
  color: #ffffff;
  border-color: #81AC37;
}

.btn__green.btn__hover2:active,
.btn__green.btn__hover2:focus,
.btn__green.btn__hover2:hover {
  background-color: #5E841D;
  color: #ffffff;
  border-color: #81AC37;
}

.btn__rounded {
  border-radius: 50px;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__primary {
  color: #e6ae48;
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
  color: #282828;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__secondary {
  color: #282828;
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
  color: #e6ae48;
  background-color: transparent;
  border-color: transparent;
}

.btn__bordered {
  background-color: transparent;
}

    .btn__bordered.btn__primary {
        color: #e6ae48;
        border-color: #e6ae48;
    }

        .btn__bordered.btn__primary:active,
        .btn__bordered.btn__primary:focus,
        .btn__bordered.btn__primary:hover {
            color: #ffffff;
            background-color: #e6ae48;
            border-color: #e6ae48;
        }

.btn__bordered.btn__secondary {
  color: #282828;
  border-color: #282828;
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828;
}

.btn__bordered.btn__white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
  color: #e6ae48;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn__white.btn__secondary {
  color: #282828;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
  color: #ffffff;
  background-color: #e6ae48;
  border-color: #e6ae48;
}

.btn__video.popup-video {
  padding-left: 50px;
  color: #ffffff;
}

.btn__video.popup-video .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.btn__video.popup-video .video__player img {
  width: auto;
  display: inline-block;
  text-align: center;
}

.btn__video.popup-video:hover {
  color: #282828;
}

 

/*----------------------
        Forms
----------------------*/
.form-group {
  position: relative;
  margin-bottom: 20px; 
  justify-content:center
}

.form-control {
  height: 50px;
  line-height: 50px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background-color: white !important;
}

.form-control:focus {
  border-color: var(--third-proj-color);
}

textarea.form-control {
  height: 122px;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

label.error {
  color: red;
  margin-bottom: 0;
  margin-top: 5px;
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom:0px solid #e6e6e6;
}

.nav-tabs .nav__link {
  display: block;
  padding: 10px;
  margin-right: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #282828;
  margin-bottom: -2px;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link.active {
  border-bottom: 2px solid #e6ae48;
  color: #e6ae48;
}

.tab-content {
  padding-top: 36px;
}

.tabs-2 .nav-tabs .nav__link {
  margin-bottom: 0;
}

.tabs-2 .nav-tabs .nav__link.active {
  border: none;
  background-color: #e6ae48;
  color: #ffffff;
}

.nav-split {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 120;
}

.nav-split li a {
  width: 9px;
  height: 9px;
  background-color: #222222;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.nav-split li:last-child a {
  margin-bottom: 0;
}

.nav-split li.active a {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #222222;
  margin-left: -1px;
}

.nav-split li.active a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #222222;
  transform: translate(-50%, -50%);
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-split {
    right: 10px;
  }
  #Logos{
    height: fit-content;
  }
  #newsletter .eform input[type="text"]{
    min-width: min-content !important;
  }
  #Sunumlar{
    margin-top:1%;
  }
  .navbar .navbar-brand{
    width: 36% !important;
    margin-top: 2%;
  }
}

/*------------------- 
    Icons
------------------*/
.social__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

    .social__icons a {
        font-size: 14px;
        margin-right: 10px;
        color: #D3AA5A;
    }

.social__icons a:hover {
  color: #e6ae48;
}

.social__icons a:last-of-type {
  margin-right: 0;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  line-height: 1;
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #f9f9f9;
  color: #333333;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a i {
  font-weight: 700;
}

.pagination li a:hover,
.pagination li a.current {
  background-color: #e6ae48;
  color: #ffffff;
}

/*-------------------
    Lists
-------------------*/
.icon-list {
  margin-bottom: 20px;
}

.icon-list li {
  position: relative;
  padding-left: 25px;
  color: #7f7f7f;
  line-height: 30px;
}

.icon-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  font-family: ElegantIcons;
  font-size: 15px;
  color: #222222;
}

.icon-list.layout1 li:before {
  content: "\49";
}

.icon-list.layout2 li:before {
  content: "\52";
}

.icon-list.layout3 li:before {
  content: "\35";
}

.icon-list.layout4 li:before {
  content: "\e031";
}

.icon-list.layout5 li:before {
  content: "\e03c";
}

.icon-list.layout6 li:before {
  content: "\45";
}

.icon-list.layout7 li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 7px;
  left: 5px;
}

.icon-list.layout8 {
  counter-reset: numbers;
}

.icon-list.layout8 li:before {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  counter-increment: numbers;
  content: counter(numbers) ".";
}

.contact__list li {
  font-size: 14px;
  line-height: 24px;
}

.contact__list li i {
  font-size: 16px;
  margin-right: 9px;
  color: #e6ae48;
}

/*-----------------------
    Alerts
-----------------------*/
.alert-panel {
  position: relative;
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
}

.alert__icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #e6ae48;
  color: #ffffff;
  font-size: 15px;
  margin-right: 22px;
  min-width: 46px;
}

.alert__title {
  font-size: 15px;
  color: #e6ae48;
  margin-bottom: 6px;
}

.alert__desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/*----------------------------
       Header & Navbar 
-----------------------------*/
.header {
  position: relative;
  z-index: 1010;
}

/* Navbar */
.navbar {
  padding: 0; 
  /*  dropdown-menu  */
}

.navbar>.container,
.navbar>.container-fluid { 
  height: 100px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
  width: 15%;
}

.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative; 
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #333333;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #333333;
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav__item {
  position: relative;
  margin-right: 26px;  
}

.navbar .nav__item:last-child {
  margin-right: 0;
}

    .navbar .nav__item .nav__item-link {
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-transform: none;
        display: block;
        position: relative;
        color: var(--primary-proj-color);
        line-height:70px;
        letter-spacing: .4px; 
    }

.navbar .nav__item .nav__item-link:before {
  content: '';
  position: absolute;
  bottom:0px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  display: block;
  background-color: #D6B87A;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}

/* .navbar .dropdown-toggle:after {
  content: "\f105";
  font-family: fontAwesome;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: var(--secondary-proj-color);
}

.navbar .dropdown-menu .nav__item {
  padding: 0 40px;
  margin-right: 0;
  height:auto
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #7f7f7f;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 40px;
  white-space: nowrap; 
}


    .navbar .dropdown-menu .dropdown-item {
        color: var(--primary-proj-color);
        text-transform: capitalize;
        font-weight: 500;
        line-height: 40px;
        white-space: nowrap;
        padding-left: 10px
    }

    .navbar .dropdown-menu .dropdown-item img {
        max-width:250px;margin-right:30px
    }

        .navbar .dropdown-menu .dropdown-item:hover {
 
            text-transform: capitalize;
            font-weight: 500;
            line-height: 40px;
            white-space: nowrap;  background-color:#fff;color:#000;padding-left:10px
      
        }

.no-border {
    border: 0px !important
}
 
    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }
 

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: var(--primary-proj-color);
}

.navbar .dropdown-menu .nav__item:last-child>.nav__item-link {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

/* header topbar */
.header__topbar {
  max-height: 45px;
  border-bottom: 1px solid #ededed;
}

.header__topbar .contact__list {
  display: flex;
  flex-wrap: wrap;
}

.header__topbar .contact__list li {
  line-height: 45px;
  margin-right: 20px;
}

.header__topbar .contact__list li i {
  color: #e6ae48;
  margin-right: 10px;
}

.header__topbar .contact__list li:last-child {
  margin-right: 0;
}

.header__topbar .social__icons a {
  line-height: 45px;
  margin-right: 20px;
}

.header__topbar .social__icons a:last-child {
  margin-right: 0;
}

.header__topbar .social__icons span {
  margin-right: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header__topbar {
    display: none;
  }
}

.header__topbar-dark {
  background-color: #282828;
  border-bottom: 0;
}

.header__topbar-dark .social__icons a {
  color: #e6ae48;
}

.header__topbar-dark .social__icons a:hover {
  color: #ffffff;
}

/* navbar-transparent */
.header-transparent .navbar {
 
  background-color: transparent;
}
.blur{backdrop-filter:blur(15px);}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
  background-color: #ffffff;
}

.header-transparent .navbar .nav__item .nav__item-link:before {
    background-color: #EBCD94;
}

.header-transparent .logo-light {
  display: inline-block;
  max-height:127px;
  margin-top:60px
}

.header-transparent .logo-dark {
  display: none;
}


.black{color:#000 !important;}

.header-transparent .module__btn,
.header-transparent .nav__item .nav__item-link {
    color: #D3AA5A;
}


#whiteheader .nav__item .nav__item-link {
  color: #000;
}


.header-transparent .module__btn-lang {
 
  color: #ffffff;
}

.header-transparent .module__btn-lang:hover {
 
  color: #fff;
}

.header-transparent .navbar.fixed-navbar .nav__item .nav__item-link:before {
  background-color: #333333;
}

.header-6 .module__btn-lang {
  border-radius: 0;
}

.header-7 {
  background-color: transparent;
}

.header-7 .header__topbar {
  border-bottom: 0;
  background-color: transparent;
}

.header-7 .header__topbar .container {
  padding: 0 30px;
}

.header-7 .header__topbar .contact__list li,
.header-7 .header__topbar .contact__list li i {
  color: #f9f9f9;
}

.header-7 .header__topbar .social__icons a {
  color: #f9f9f9;
}

.header-7 .header__topbar .social__icons a:hover {
  color: #ffffff;
}

.header-7 .navbar {
  background-color: transparent;
  border-bottom: 0;
}

.header-7 .navbar>.container {
  background-color: #fff;
}

.header-7+.page-title {
  margin-top: -145px;
}

.header-8 .module__btn-member {
  background-color: #e6ae48 !important;
  border-color: #e6ae48 !important;
  color: #ffffff !important;
}

.header-8 .module__btn-member:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.header-9 .navbar,
.header-11 .navbar {
  border-bottom: 0;
}

/* fixed-navbar */
.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: translateHeader 0.8s;
  -moz-animation: translateHeader 0.8s;
  -ms-animation: translateHeader 0.8s;
  -o-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
}

.fixed-navbar .nav__item .nav__item-link {
  color: var(--primary-proj-color);
}

    .fixed-navbar .nav__item .nav__item-link:hover {
        color: #D6B87A;
    }

.fixed-navbar .logo-light {
  display: none;
}

.fixed-navbar .logo-dark {
  display: inline-block;
}

.fixed-navbar .module__btn {
  color: #333333;
}

.fixed-navbar .module__btn-member {
  border-color: #74AF0D;
  color: #fff;
}

.fixed-navbar .module__btn-member:hover {
  background-color: #74AF0D;
  border-color: #74AF0D;
  color: #ffffff;
}

/* Header Animation */
@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* navbar-modules */

.navbar-modules{
    margin-top:40px
}
.module__btn {
    position: relative;
    margin-right: 20px;
    color: #333333;
}

.module__btn:hover {
  color: #e6ae48;
}

.module__btn:last-child {
  margin-right: 0;
}

.module__btn-member {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  width: 98px;
  height: 30px;
  line-height: 26px;
  font-size: 13px;
  border: 2px solid #333333;
  color: #333333;
  text-align: center;
  border-radius: 30px;
  transition: .3s ease;
}

.module__btn-member:hover {
  background-color: #333333;
  color: #ffffff;
}

.cart__label {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 16px;
  height: 16px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  background-color: #e6ae48;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
}

/* module-search  */
.module__search-container,
.module__sidenav-container {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(27, 26, 26, 0.98);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.module__search-container .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.module__search-container .module__search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition-delay: .5s;
}

.module__search-container .module__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  transition: .3s ease;
  color: #ffffff;
}

.module__search-container .module__search-btn:hover {
  color: #e6ae48;
}

.module__search-container .search__input {
  z-index: 1;
  height: 80px;
  padding: 0 40px 0 0;
  background: transparent;
  border: none;
  width: 100%;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.module__search-container .search__input::-webkit-input-placeholder {
  color: #ffffff;
}

.module__search-container .search__input:-moz-placeholder {
  color: #ffffff;
}

.module__search-container .search__input::-moz-placeholder {
  color: #ffffff;
}

.module__search-container .search__input:-ms-input-placeholder {
  color: #ffffff;
}

.module__search-container .search__input::placeholder {
  color: #ffffff;
}

.module__search-container.active,
.module__sidenav-container.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.module__search-container.inActive,
.module__sidenav-container.inActive {
  opacity: 0;
  transition-delay: .5s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.module__search-container.active .module__search-form {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.module__search-container.inActive .module__search-form {
  transition-delay: 0ms;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

/* Module sidenav */
.sidenav__menu {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 100%;
  padding: 100px 50px 0;
  opacity: 0;
  transition-delay: .6s;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sidenav__menu .close-sidenav {
  position: absolute;
  top: 50px;
  right: 50px;
  line-height: 1;
  cursor: pointer;
}

.sidenav__menu .close-sidenav:hover {
  color: #222222;
}

.module__sidenav-container.active .sidenav__menu {
  opacity: 1;
}

/* Module Cart */
.module__cart-container {
  background-color: #ffffff;
  width: 310px;
  padding: 40px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1055;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.module__cart-container .cart-item {
  position: relative;
  display: flex;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.module__cart-container .cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.module__cart-container .cart-item .cart__item-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 15px;
}

.module__cart-container .cart-item .cart__item-content {
  flex: 1;
  padding-right: 22px;
}

.module__cart-container .cart-item .cart__item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}

.module__cart-container .cart-item .cart__item-detail {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.module__cart-container .cart-item .cart__item-detail span:first-child {
  padding-right: 4px;
}

.module__cart-container .cart-item .cart__item-delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.module__cart-container .cart-item .cart__item-delete:hover {
  background-color: #e6ae48;
}

.module__cart-container .cart-subtotal {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  padding: 18px 0;
  margin-bottom: 20px;
}

.module__cart-container .cart-subtotal span {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 700;
}

.module__cart-container .cart-action .btn {
  height: 42px;
  line-height: 40px;
}

.module__cart-container.active,
.module__popupMenu-container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.module__popupMenu-container {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(27, 26, 26, 0.98);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.popupMenu__header {
  padding: 20px 100px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popupMenu__header .close-popupMenu {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
}

.popupMenu__header .close-popupMenu:hover {
  color: #e6ae48;
}

.popupMenu__list {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popupMenu__list li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 64px;
  display: inline-block;
}

.popupMenu__list li a:hover {
  color: #e6ae48;
}

.popupMenu__copyright {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .sidenav__menu {
    width: 270px;
    padding: 40px 20px 0;
  }

  .sidenav__menu .close-sidenav {
    top: 30px;
    right: 30px;
  }

  .sidenav__menu .instagram__images li {
    width: 60px;
    height: 60px;
  }

  .module__search-container .module__search-form {
    max-width: 90%;
  }

  .module__search-container .search__input {
    font-size: 20px;
    font-weight: 600;
  }
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar .navbar-nav {
    margin: 0 !important;
  }

  .navbar .nav__item {
    margin-right: 0;
  }

    .dropdown-menu li{
        margin-left:20px
    }


    .navbar .nav__item .nav__item-link {
        color: #282828;
        line-height: 0;
        padding-left: 15px;
    }

  .navbar .nav__item .nav__item-link:hover {
    color: #e6ae48;
  }

  .navbar .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .navbar-collapse {
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }

  .navbar .navbar-collapse .navbar-modules {
    padding: 0 15px;
  }

  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* .navbar .dropdown-toggle:after {
    right: 15px;
    content: "";
    content: "\4c";
    font-family: ElegantIcons;
  } */

  .navbar .nav__item.opened>.dropdown-toggle:after,
  .navbar .nav__item.show>.dropdown-toggle:after {
    content: "\4b";
  }

  .navbar .dropdown-menu {
    background-color: white;
  }

  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
  }

  .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
    padding-left: 10px;
  }

  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }

  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }

  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }

  .navbar .mega-dropdown-menu>.nav__item {
    padding: 0 10px;
  }

  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .fixed-navbar {
    position: static;
    animation: none;
  }

  .modules__wrapper {
    position: absolute;
    top: 50%;
    right: 48px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .module__btn-member {
    display: none;
  }

 
  .header .navbar,
  .header-transparent .navbar { 
  }

  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }

  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }

  .header .module__btn,
  .header-transparent .module__btn {
    color: #fff;
  }

  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #9b9b9b;
  }

  .header .navbar-expand-lg>.container,
  .header .navbar-expand-lg>.container-fluid,
  .header-transparent .navbar-expand-lg>.container,
  .header-transparent .navbar-expand-lg>.container-fluid {
    width: 100%;
    max-width: none;
  }

  .header .navbar,
  .header .navbar>.container,
  .header .navbar>.container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar>.container,
  .header-transparent .navbar>.container-fluid {
    height: 80px;
  }

  .header .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px;
  }

  .header .navbar-brand,
  .header-transparent .logoline {
    margin-left: 15px;
    line-height: 80px;
  }

  .module__cart-container {
    right: 15px;
  }

  .header__topbar>.container {
    max-width: none;
  }

  .module__btn-popupMenu {
    margin-right: 15px !important;
  }

  .popupMenu__header {
    padding: 20px 40px;
  }

  .popupMenu__list li a {
    font-size: 14px;
    line-height: 30px;
  }

  .popupMenu__copyright {
    bottom: 20px;
  }

  .module__btn-sidenav {
    display: none;
  }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px; 
    padding: 25px 0 23px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .dropdown-menu.mega-dropdown-menu {
    padding: 30px;
  }


  /* Geniş Menü/*/
  .navbar .nav__item.with-dropdown>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.mega-menu,
  .navbar .nav__item.with-dropdown>.mega-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
    display: block;
    position: absolute;
 
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
  }

  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
  }

  .navbar .nav__item.with-dropdown:hover>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
  .navbar .nav__item.with-dropdown:hover>.mega-menu,
  .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static;
  }

  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "FontAwesome";
    content: "\f111";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    color: #e6ae48;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }

  .navbar-nav>.nav__item>.dropdown-toggle:after {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu>.nav__item {
    padding: 0 15px;
  }

  .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }

  .dropdown-menu.mega-dropdown-menu [class^="col-"]:last-child .nav__item:last-child>.nav__item-link {
    border-bottom: none;
  }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 1px solid #ededed;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 30px 30px 24px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion__item-title {
  font-family: "Montserrat", sans-serif;
  color: #282828;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: block;
  position: relative;
}

.accordion-item .accordion__item-title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f068";
  font-family: fontawesome;
  background-color: #222222;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-item .accordion__item-header.opened .accordion__item-title {
  color: #e6ae48;
}

.accordion-item .accordion__item-header.opened .accordion__item-title:after {
  background-color: #e6ae48;
  content: "\f067";
}

.accordion-item .accordion__item-body {
  padding-top: 25px;
}

.accordion-item .accordion__item-body p {
  margin-bottom: 0;
}

/*-----------------------
    Banners
------------------------*/
.banner__img {
  height: 720px;
}

.banner-3 .inner-padding {
  padding-bottom: 20px;
}

.banner-3 .fancybox-item {
  padding-top: 10px;
}

.banner-3 .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.banner-4 .piechart-item-data .percentage {
  background-color: #ffffff;
  box-shadow: 0 0 0 7px #ffffff;
}

.banner-4 .inner-padding {
  padding-bottom: 100px;
}

.banner-5 .inner-padding {
  padding-bottom: 0;
}

.banner-5 .fancybox-item {
  margin-bottom: 46px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner__img {
    height: 400px;
  }

  .banner-3 .inner-padding {
    padding-bottom: 30px;
  }

  .banner-5 .fancybox-item {
    margin-bottom: 30px;
  }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3 .inner-padding {
    padding-bottom: 50px;
  }
}

/*----------------------
     Dividers 
------------------------*/
.divider__line {
  position: relative;
  height: 6px;
}

.divider__line:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  width: 20px;
  height: 2px;
  background-color: #222222;
}

.divider__line:after {
  content: '';
  position: absolute;
  top: 4px;
  right: calc(50% - 5px);
  width: 20px;
  height: 2px;
  background-color: #222222;
}

.divider__left:before {
  left: 10px;
}

.divider__left:after {
  right: calc(100% - 20px);
}

.divider__white:before {
  background-color: #ffffff;
}

.divider__white:after {
  background-color: #ffffff;
}

.divider__theme:before {
  background-color: #e6ae48;
}

.divider__theme:after {
  background-color: #e6ae48;
}

.dotted__line {
  position: relative;
  width: 16px;
  height: 3px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.dotted__line span {
  width: 4px;
  height: 3px;
  background-color: #dedede;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.dotted__line span:before,
.dotted__line span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  width: 4px;
  height: 3px;
  background-color: #dedede;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.dotted__line span:after {
  left: 12px;
}

.dotted__white span {
  background-color: #ffffff;
}

.dotted__white span:before,
.dotted__white span:after {
  background-color: #ffffff;
}

/*-------------------------
    Footer
--------------------------*/
.footer-1{border-top-left-radius: 80px;background-color:#fff;margin-top: -120px;padding-top:40px;color: #333333;}
.footer-2{padding-top:40px;background-image: url('/assets/images/Rectangle 111.png');color: #333333;font-size:11px}
    .footer-2 p {
        font-size: 13px;
        color: #333333;line-height:1.5
    }
.footer-1 .bold{font-weight: bold;color: #00307E;}
.footer__widget {
  padding-top: 90px;
  padding-bottom: 60px;
}
.footer-2 a {
    color: #333333;
    text-decoration: underline
}

#footermenu a {
    color: #333333;
    text-decoration: none
}

.footer__widget .footer__widget-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff; 
  margin-bottom: 40px;
}
.footer__widget-content img{
  width: 70%;
}


  .footer__logo {
  margin-bottom: 27px; max-width:220px;
}

.footer__widget p {
  font-size: 15px; 
}

.footer__widget .post-item {
  margin-bottom: 20px;
}

.footer__widget .post-item:last-of-type {
  margin-bottom: 0;
}

.footer__widget .post-item .post__title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.footer__widget .post-item .post__title a {
  color: #cecece;
}

.footer__widget .post-item .post__title a:hover {
  color: #e6ae48;
}

.footer__widget .post-item .post__date {
  display: inline-block;
  color: #616161;
  line-height: 1;
  margin-bottom: 11px;
}

.footer__widget .social__icons a {
  color: #646464;
  margin-right: 24px;
}

.footer__widget .social__icons a:hover {
  color: #ffffff;
}

.footer__widget .social__icons a:last-of-type {
  margin-right: 0;
}

.footer__widget-newsletter .widget__newsletter-form {
  margin-bottom: 23px;
}

.footer__widget-newsletter .widget__newsletter-form .form-control {
  border: 1px solid #1d1d1d;
  background-color: #1d1d1d;
  font-size: 14px;
  color: #ffffff;
  height: 42px;
  padding-left: 17px;
}

.footer__widget-newsletter .widget__newsletter-form .form-control::-webkit-input-placeholder {
  color: #474747;
  font-style: italic;
}

.footer__widget-newsletter .widget__newsletter-form .form-control:-moz-placeholder {
  color: #474747;
  font-style: italic;
}

.footer__widget-newsletter .widget__newsletter-form .form-control::-moz-placeholder {
  color: #474747;
  font-style: italic;
}

.footer__widget-newsletter .widget__newsletter-form .form-control:-ms-input-placeholder {
  color: #474747;
  font-style: italic;
}

.footer__widget-newsletter .widget__newsletter-form .form__submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e6ae48;
  color: #ffffff;
  width: 42px;
  height: 42px;
  transition: .3s ease;
}

.footer__widget-newsletter .widget__newsletter-form .form__submit:hover {
  background-color: #ffffff;
  color: #e6ae48;
}

.footer__widget-newsletter p {
  margin-bottom: 21px;
}
 
    .footer-1 .social-buttons2 p {
        font-size: 12px !important;
    }

    .footer-1 .social-buttons2 a {
        text-decoration: none;
        font-size: 20px !important;
        width: 30px;
        height: 30px;
        color: #459FB9 !important;
        margin: 3px;
        display: inline !important;
        border: none !important
    }

        .footer-1 .social-buttons2 a::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            background: transparent;
            border-radius: 50%;
            z-index: -1;
            transition: 0.3s ease-in;
        }


        .footer-1 .social-buttons2 a i {
            transition: 0.3s ease-in;
        }

        .footer-1 .social-buttons2 a:hover {
            background: #459FB9;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; 
            transition: all ease 0.5s;
            -moz-transition: all ease-in 0.5s;
            -webkit-transition: all ease-in 0.5s;
            -o-transition: all ease-in 0.5s;
        }

        


        .footer-2 .social-buttons2 p {
          font-size: 12px !important;
      }
  
      .footer-2 .social-buttons2 a {
          text-decoration: none;
          font-size: 20px !important;
          width: 30px;
          height: 30px;
          color: #459FB9 !important;
          margin: 3px;
          display: inline !important;
          border: none !important
      }
  
          .footer-2 .social-buttons2 a::before {
              content: "";
              position: absolute;
              width: 30px;
              height: 30px;
              background: transparent;
              border-radius: 50%;
              z-index: -1;
              transition: 0.3s ease-in;
          }
  
  
          .footer-2 .social-buttons2 a i {
              transition: 0.3s ease-in;
          }
  
          .footer-2 .social-buttons2 a:hover {
              background: #459FB9;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; 
              transition: all ease 0.5s;
              -moz-transition: all ease-in 0.5s;
              -webkit-transition: all ease-in 0.5s;
              -o-transition: all ease-in 0.5s;
          }

.instagram__images {
  display: flex;
  flex-wrap: wrap;
}

.instagram__images li {
  position: relative;
  padding: 1px;
  width: 80px;
  height: 80px;
}

.instagram__images li .img__overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #e6ae48;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0);
}

.instagram__images li .img__overlay a {
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.instagram__images li .img__overlay a .dotted__line {
  margin: auto;
}

.instagram__images li:hover .img__overlay {
  opacity: 1;
  transform: scale(1);
}

.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid #d1cece;margin-top:40px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer__widget {
    margin-bottom: 30px;
  }

  .footer-widget .footer__widget-title {
    margin-bottom: 20px;
  }
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 20px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #282828;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: #e6ae48;
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

/*-----------------------
    Blockquote
 ------------------------*/
.blockquote {
  position: relative;
  font-family: "Droidserif italic";
  font-size: 20px;
  line-height: 28px;
  padding: 26px 37px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.blockquote .quote__author {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-top: 16px;
  display: block;
}

.blockquote-1 {
  border-left: 6px solid #222222;
  border-radius: 0;
}

.blockquote-2 {
  background-color: #f4f4f4;
  color: #e6ae48;
}

.blockquote-3:before,
.blockquote-3:after {
  position: absolute;
  font-family: fontawesome;
  font-size: 16px;
  color: #222222;
  font-style: normal;
  line-height: 1;
}

.blockquote-3:before {
  content: "\f10d";
  top: 0;
  left: 0;
}

.blockquote-3:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}

.blockquote-4 {
  background-color: #222222;
  color: #ffffff;
}

.blockquote-4 .quote__author {
  color: #ffffff;
}

/*----------------------
    Carousel
-----------------------*/
[data-nav="false"] .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.carousel-dots .owl-dots .owl-dot {
  margin: 0 3px;
}

.carousel-dots .owl-dots .owl-dot span {
  position: relative;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #222222;
  border: 2px solid #222222;
  margin: 0;
  display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-color: #222222;
}



#slider .carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height:2px;
    width: 85px; 
    background-color: transparent;
    border: 1px solid #fff;border-radius:0;
    margin: 0;
    display: inline-block;
}

#slider .carousel-dots .owl-dots .owl-dot.active span {
    height: 2px;
    width: 85px;
    background-color: #e1dddd;
    border-color: #e1dddd;
}

#slider .carousel-arrows .owl-dots {
  bottom: 60px !important;
  text-align: center;
}


.carousel-dots .owl-dots .owl-dot.active span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #222222;
    transform: translate(-50%, -50%);
}

.carousel-dots-white .owl-dots .owl-dot span {
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-dots-white .owl-dots .owl-dot.active span {
    border-color: #ffffff;
}

    .carousel-dots-white .owl-dots .owl-dot.active span:before {
        background-color: #ffffff;
    }

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #999999;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translateY(-50%);
}

    .carousel-arrows .owl-nav .owl-prev:hover,
    .carousel-arrows .owl-nav .owl-next:hover {
        color: #e6ae48;
        background-color: transparent;
    }

    .carousel-arrows .owl-nav .owl-prev:after,
    .carousel-arrows .owl-nav .owl-next:after {
        content: '';
        width: 100%;
        height: 100%;
        border: 2px solid #e6ae48;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.7s ease;
        -webkit-transition: opacity 0.7s ease;
        -moz-transition: opacity 0.7s ease;
        -ms-transition: opacity 0.7s ease;
        -o-transition: opacity 0.7s ease;
    }

    .carousel-arrows .owl-nav .owl-prev:hover:after,
    .carousel-arrows .owl-nav .owl-next:hover:after {
        opacity: 1;
    }

.carousel-arrows .owl-nav .owl-prev {
    left: 0;
}

    .carousel-arrows .owl-nav .owl-prev:before {
        font-family: FontAwesome;
        content: "\f177";
        font-size: 20px;
    }

.carousel-arrows .owl-nav .owl-next {
    right: 0;
}

    .carousel-arrows .owl-nav .owl-next:before {
        font-family: FontAwesome;
        content: "\f178";
        font-size: 20px;
    }

.carousel-arrows .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 1;
}


/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
    margin-top: -100px;
}

    .header-transparent + .slider .slide__content {
        padding-top: 100px;
    }

.slider {
    padding: 0;
}

    .slider .heading__shape {
        margin-bottom: 18px;
    }

    .slider .slide-item {
        height: 100vh;
    }

    .slider .slide__subtitle {
        display: block;
        font-size: 37px;
        line-height: 1;
        color: #f9f9f9;
        margin-bottom: 25px;
        font-weight: 100;
    }

    .slider .slide__title {
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 15px;
        font-family: "StandingFlower"; 
        font-size: 100px;
        font-weight: 100;margin:0;line-height:1
    }

    .slider .slide__desc {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 33px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        line-height: 46px;
        opacity: 0;
        transform: scale(0.8);
        transition: border .3s linear, opacity .5s ease, transform .4s ease;
    }

    .slider:hover .carousel-arrows .owl-nav .owl-prev,
    .slider:hover .carousel-arrows .owl-nav .owl-next {
        transform: scale(1);
        opacity: 1;
    }

        .slider:hover .carousel-arrows .owl-nav .owl-prev:hover,
        .slider:hover .carousel-arrows .owl-nav .owl-next:hover {
            border-color: #e6ae48;
            color: #e6ae48;
        }

    .slider .carousel-arrows .owl-nav .owl-next:before,
    .slider .carousel-arrows .owl-nav .owl-prev:before {
        font-family: eleganticons;
        font-size: 20px;
        transition: .4s ease;
    }

    .slider .carousel-arrows .owl-nav .owl-next:before {
        content: "\35";
    }

    .slider .carousel-arrows .owl-nav .owl-prev:before {
        content: "\34";
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 30px;
    }

    .slider .carousel-arrows .owl-nav .owl-next {
        right: 30px;
    }

        .slider .carousel-arrows .owl-nav .owl-prev:after,
        .slider .carousel-arrows .owl-nav .owl-next:after {
            display: none;
        }

    .slider .carousel-arrows .owl-dots {
        bottom: 30px;
        text-align: center;
    }

    .slider .carousel-dots .owl-dots .owl-dot span {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .slider .carousel-dots .owl-dots .owl-dot.active span {
        background-color: transparent;
        border-color: #ffffff;
    }

        .slider .carousel-dots .owl-dots .owl-dot.active span:before {
            background-color: #ffffff;
        }

#myVideo{
    height:100vh
}
/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {


    #slider .carousel-dots .owl-dots .owl-dot.active span {
        height: 2px;
        width: 15px; 
    }


    #slider .carousel-dots .owl-dots .owl-dot span {
      
        height: 2px;
        width: 15px; 
    }


    .header-transparent + .slider {
        margin-top:-100px;
    }

    .slider .slide-item {
        height:50vh
    }
    #myVideo {
        height: 50vh
    } 
    .header-transparent + .slider .slide__content {
        padding-top: 0;
    }

    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

        .slider .carousel-arrows .owl-nav .owl-next:before,
        .slider .carousel-arrows .owl-nav .owl-prev:before {
            font-size: 15px;
        }

    .slider-9 .container {
        max-width: none;
        padding: 0;
    }

    .slider-9 .slide__content {
        padding: 0 50px;
    }
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .slider .slide__subtitle {
        margin-bottom: 15px;
    }

    .slider .slide__title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .slider .slide__desc {
        font-size: 15px;
        font-weight: 400;
    }

    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        display: none;
    }

    .slider-9 .slide__content {
        padding: 0 20px;
    }
}

/* tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider .slide__title {
        font-size: 40px;
        margin-bottom: 17px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }

    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 0;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 0;
    }

    .slide__title {
        font-size: 50px;
    }

    .slider-9 .container {
        max-width: none;
        padding: 0;
    }

    .slider-9 .slide__content {
        padding: 0 50px;
    }
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }

    .slider-9 .container {
        max-width: none;
        padding: 0;
    }
}

/*-----------------------
    Skills
------------------------*/
.skills .progress-item {
  margin-bottom: 32px;
  overflow: hidden;
}

.skills .progress-item:last-of-type {
  margin-bottom: 0;
}

.skills .progress {
  background-color: #ebebeb;
  border-radius: 9px;
  width: 100%;
  height: 9px;
  overflow: visible;
  position: relative;
}

.skills .progress-bar {
  position: relative;
  border-radius: 9px;
  height: 9px;
  width: 0;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -ms-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
  background-image: -webkit-linear-gradient(0deg, #f4bb52 0%, #e6ae48 100%);
  background-image: -moz-linear-gradient(0deg, #f4bb52 0%, #e6ae48 100%);
  background-image: -ms-linear-gradient(0deg, #f4bb52 0%, #e6ae48 100%);
  background-image: linear-gradient(0deg, #f4bb52 0%, #e6ae48 100%);
}

.progress__title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 7px;
}

.progress__percentage {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: -18px;
  right: 0;
  color: #9b9b9b;
}

.skills-3 .inner-padding {
  padding: 120px 80px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .skills-3 .inner-padding {
    padding: 60px 40px;
  }
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  position: relative;
}

.popup-video {
  text-align: center;
  display: inline-block;
  position: relative;
}

.popup-video .video__player {
  font-size: 18px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background-color: #ffffff;opacity:0.5;
  color: #222222;
  position: relative;
  display: inline-block;
}

.popup-video .video__player img { 
  width: 33px; margin-left: 3px;
}

.popup-video .video__player-animation {
  position: relative;
  width: 96px;
  height: 96px;
}

.popup-video .video__player-animation:before {
  content: '';
  position: absolute;
  left: -3px;
  top: -40px;
  width: 96px;
  height: 96px;
  opacity: 1;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-animation: pulsing 1s infinite linear;
  -moz-animation: pulsing 1s infinite linear;
  -ms-animation: pulsing 1s infinite linear;
  -o-animation: pulsing 1s infinite linear;
  animation: pulsing 1s infinite linear;
}

.popup-video .video__player-title {
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}

.popup-video:hover .video__player-animation:before {
  opacity: 0;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

/* video #1 */
.video-1 {
  padding: 0;
}

.video-1 .video__btn {
  height: 420px;
}

.video-1 .inner-padding {
  padding: 178px 80px 180px;
}

.video-2 {
  padding-top: 190px;
  padding-bottom: 200px;
}

.video-2 .heading__title {
  font-size: 38px;
  line-height: 48px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-1 .video__btn {
    height: 400px;
  }

  .video-1 .inner-padding {
    padding: 50px 30px;
  }
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
}

.feature-item .feature__img {
  margin-bottom: 24px;
  position: relative;
}

.feature-item .feature__img:before,
.feature-item .feature__img:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  background: #ffffff;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.feature-item .feature__img:after {
  opacity: .6;
}

.feature-item .feature__img:before,
.feature-item .feature__img:hover:before {
  right: 0;
  top: 0;
}

.feature-item .feature__img:after,
.feature-item .feature__img:hover:after {
  left: 0;
  bottom: 0;
}

.feature-item .feature__img:hover:before,
.feature-item .feature__img:hover:after {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.feature-item .feature__subtitle {
  font-family: "Droidserif italic";
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}

.feature-item .feature__title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 1;
  margin-bottom: 29px;
}

.feature-item .feature__desc {
  margin-bottom: 0;
}

.feature-item .btn__link {
  line-height: 1;
  border: none;
  width: auto;
  height: auto;
  margin-top: 21px;
}

.feature-item:hover .btn__link {
  color: #e6ae48;
}

.features-2 .feature-item .feature__title {
  margin-bottom: 23px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-item {
    margin-bottom: 30px;
  }
}

/*-----------------------
     Fancybox 
------------------------*/
.fancybox-item {
  position: relative;
}

.fancybox-item .fancybox__icon {
  font-size: 64px;
  line-height: 1;
  color: #e6ae48;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.fancybox-item:hover .fancybox__title {
  color: #e6ae48;
}

.fancybox-item .fancybox__title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  margin-bottom: 0;
}

.fancybox-item .fancybox__desc+.dotted__line {
  margin-top: 21px;
}

.fancybox-layout1 .fancybox-item {
  padding: 0 20px;
}

.fancybox-layout3 .fancybox__icon {
  position: absolute;
  top: 40px;
  left: 0;
  margin-bottom: 0;
}

.fancybox-layout3 .fancybox__content {
  padding-left: 100px;
}

.fancybox-layout3 .fancybox-item:hover .fancybox__icon {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.fancybox-layout4 .fancybox-item {
  padding: 64px 25px 52px;
}

.fancybox-layout4 .fancybox-item .fancybox__icon {
  margin-bottom: 25px;
}

.fancybox-layout4 .fancybox-item .fancybox__title {
  margin-bottom: 20px;
}

.fancybox-layout4 .fancybox-item .fancybox__icon,
.fancybox-layout4 .fancybox-item .fancybox__title,
.fancybox-layout4 .fancybox-item .fancybox__desc {
  color: #ffffff;
}

.fancybox-bordered .fancybox-item {
  padding: 8px 30px 35px;
}

.fancybox-bordered .fancybox-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ededed;
}

.fancybox-bordered .fancybox-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}

.fancybox-bordered .fancybox-item:last-child:before {
  display: none;
}

.fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
  padding-top: 42px;
  padding-bottom: 0;
}

.fancybox-bordered .fancybox-row:last-of-type .fancybox-item:after {
  display: none;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__icon {
    font-size: 40px;
  }

  .fancybox-layout4 .fancybox-item {
    padding: 30px 15px;
  }

  .fancybox-bordered .fancybox-item:before,
  .fancybox-bordered .fancybox-item:after {
    display: none;
  }

  .fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
    padding: 20px;
  }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-bordered .fancybox-item,
  .fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .fancybox-layout1 .fancybox-item {
    padding: 0;
  }
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fancybox-layout4 .fancybox-item {
    padding: 63px 15px 52px;
  }
}

/*-----------------------
    Projects
------------------------*/
.project-item {
  position: relative;
  margin-bottom: 30px;
}

.project-item .project__img {
  position: relative;
}

.project-item .project__img img {
  width: 100%;
}

.project-item .project__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.project-item .hover__content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.project-item .hover__content-inner {
  position: absolute;
  bottom: 30px;
}

.project-item:hover .hover__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.project-item .project__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.project-item .project__title a {
  color: #222222;
}

.project-item .project__title a:hover {
  color: #e6ae48;
}

.project-item .project__cat {
  line-height: 1;
}

.project-item .project__cat a {
  position: relative;
  font-family: "Droidserif italic";
  font-size: 13px;
  font-style: italic;
  color: #333333;
  padding-right: 7px;
}

.project-item .project__cat a:hover {
  color: #e6ae48;
}

.project-item .project__cat a::after {
  content: ',';
  position: absolute;
  top: 2px;
  right: 2px;
}

.project-item .project__cat a:last-child:after {
  display: none;
}

.project-item .project__desc {
  margin-bottom: 0;
}

.project-item .project__link {
  color: #222222;
  line-height: 1;
}

.project-item .zoom__icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.project-item .zoom__icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #333333;
}

.project-item .zoom__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #333333;
}

.projects-gallery .project-item {
  margin-bottom: 0;
}

.projects-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.projects-filter li {
  margin-right: 20px;
}

.projects-filter li:last-child {
  margin-right: 0;
}

.projects-filter li a {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
}

.projects-filter li a:hover,
.projects-filter li a.active {
  color: #e6ae48;
}

/* projects Standard */
.project__info {
  padding: 30px 20px 28px;
}

.projects-standard .project-item .hover__content-inner,
.projects-gallery-link .project-item .hover__content-inner {
  top: 40%;
  left: 50%;
  bottom: auto;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-standard .project-item .hover__content-inner a,
.projects-gallery-link .project-item .hover__content-inner a {
  display: block;
}

.projects-standard .project-item .hover__content-inner .dotted__line span,
.projects-standard .project-item .hover__content-inner .dotted__line span:before,
.projects-standard .project-item .hover__content-inner .dotted__line span:after,
.projects-gallery-link .project-item .hover__content-inner .dotted__line span,
.projects-gallery-link .project-item .hover__content-inner .dotted__line span:before,
.projects-gallery-link .project-item .hover__content-inner .dotted__line span:after {
  background-color: #222222;
}

.projects-gallery-link .project-item .hover__content-inner {
  top: 30%;
}

.projects-standard .project-item:hover .hover__content-inner,
.projects-gallery-link .project-item:hover .hover__content-inner {
  opacity: 1;
  top: 50%;
}

/* project single */
.projects-single .project__single-title {
  font-size: 30px;
  font-weight: 600;
}

.projects-single .divider__line {
  margin-bottom: 21px;
}

.projects-single .project__single-desc {
  margin-bottom: 40px;
}

.projects-single .project__single-desc p {
  margin-bottom: 27px;
}

.projects-single .project__single-desc p:last-of-type {
  margin-bottom: 0;
}

.project__meta-list {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  padding: 30px;
}

.project__meta-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #9e9e9e;
  line-height: 29px;
}

.project__meta-list li span {
  color: #222222;
  padding-right: 3px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
}

.project__meta-list li span:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
}

.project__share {
  background-color: #f9f9f9;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
}

.project__share .project__share-title {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
}

.project__share .social__icons {
  display: inline-flex;
}

.project__share .social__icons a {
  line-height: 1;
  margin-right: 20px;
  color: #5d5d5d;
}

.project__share .social__icons a:last-child {
  margin-right: 0;
}

.project__share .social__icons a:hover {
  color: #e6ae48;
}

.projects__nav {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #f5f5f5;
  padding-top: 50px;
}

.projects__nav .projects__prev,
.projects__nav .projects__next {
  position: relative;
}

.projects__nav .projects__prev .projects__nav-icon,
.projects__nav .projects__next .projects__nav-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.projects__nav .projects__prev:hover h6,
.projects__nav .projects__next:hover h6 {
  color: #e6ae48;
}

.projects__nav .projects__next {
  text-align: right;
}

.projects__nav .projects__next .projects__nav-icon {
  right: 0;
  left: auto;
}

.projects__nav .projects__nav-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f9f9f9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333333;
}

.projects__nav .projects__nav-icon:hover {
  background-color: #e6ae48;
  color: #ffffff;
}

.projects__nav .projects__nav-content span {
  font-family: "Droidserif italic";
  font-size: 13px;
  color: #b8b8b8;
  display: block;
  margin-bottom: 3px;
}

.projects__nav .projects__nav-content h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.projects__nav .projects__next .projects__nav-content {
  padding-right: 63px;
}

.projects__nav .projects__prev .projects__nav-content {
  padding-left: 63px;
}

.projects__nav .projects__nav-all {
  font-size: 23px;
  line-height: 50px;
  color: #616161;
  display: block;
  text-align: center;
}

.projects__nav .projects__nav-all:hover {
  color: #e6ae48;
}

/* portfolio single images */
.projects-single-images .project__img img {
  margin-bottom: 30px;
}

/* portfolio single slider */
.projects-single-slider .project__img img {
  margin-bottom: 0;
}

.projects-single-slider .carousel-arrows .owl-nav .owl-prev,
.projects-single-slider .carousel-arrows .owl-nav .owl-next {
  background-color: #ffffff;
  border-color: transparent;
  color: #333333;
  border-radius: 50%;
}

.projects-single-slider .carousel-arrows .owl-nav .owl-prev:hover,
.projects-single-slider .carousel-arrows .owl-nav .owl-next:hover {
  background-color: #333333;
  color: #ffffff;
}

.projects-single-slider .carousel-arrows .owl-nav .owl-prev:after,
.projects-single-slider .carousel-arrows .owl-nav .owl-next:after {
  display: none;
}

.projects-single-slider .carousel-arrows .owl-nav .owl-prev {
  left: 30px;
}

.projects-single-slider .carousel-arrows .owl-nav .owl-prev:before {
  content: "\f104";
}

.projects-single-slider .carousel-arrows .owl-nav .owl-next {
  right: 30px;
}

.projects-single-slider .carousel-arrows .owl-nav .owl-next:before {
  content: "\f105";
}

/* projects-masonry */
.projects-masonry .project__img,
.projects-pinterest .project__img {
  margin-bottom: 30px;
}

/* custom-grid */
.custom-grid-2col {
  column-count: 2;
  column-gap: 30px;
}

.custom-grid-3col {
  column-count: 3;
  column-gap: 30px;
}

.mix {
  display: none;
}

#filtered-items-wrap .project-hidden>.project-item {
  display: none;
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {

  .projects-gallery .project-item,
  .project-item {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .project__share .social__icons a {
    margin-right: 15px;
  }

  .projects-single-slider .carousel-arrows .owl-nav .owl-prev {
    left: 15px;
  }

  .projects-single-slider .carousel-arrows .owl-nav .owl-next {
    right: 15px;
  }

  .projects-filter li {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .projects-masonry .project-item,
  .projects-masonry .project__img {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .projects-masonry .project-item img,
  .projects-masonry .project__img img {
    width: 100%;
  }

  .custom-grid-2col,
  .custom-grid-3col {
    column-count: 1;
  }

  .projects-pinterest .project__img {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}

/* tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .projects-grid .container {
    max-width: none;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .projects-single .project__title {
    font-size: 24px;
  }

  .projects__nav {
    display: block;
  }

  .projects__nav .projects__nav-content h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-grid-3col {
    column-gap: 15px;
  }

  .custom-grid-3col .project__img {
    margin-bottom: 15px;
  }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .projects__nav .projects__nav-content h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-grid-3col {
    column-gap: 15px;
  }

  .custom-grid-3col .project__img {
    margin-bottom: 15px;
  }
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project__share .social__icons a {
    margin-right: 15px;
  }
}

/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  margin-bottom: 30px;
}

.member .member__img {
  position: relative;
  overflow: hidden;
}

.member .member__img img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.member .member__info {
  padding-top: 29px;
}

.member .member__info .member__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.member .member__info .member__desc {
  font-family: "Droidserif italic";
  font-size: 13px;
  margin-bottom: 7px;
}

.team-1 .member:hover .member__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.team-2 .member .member__info .member__desc {
  margin-bottom: 0;
}

.team-2 .member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.team-2 .member .member__content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.team-2 .member .member__content .member__content-inner {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.team-2 .member:hover .member__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.team-3 .member {
  margin-bottom: 0;
}

.team-4 .member .member__info .member__desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  margin-bottom: 21px;
}

.team-4 .member .member__img:before,
.team-4 .member .member__img:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  background: #ffffff;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.team-4 .member .member__img:after {
  opacity: .6;
}

.team-4 .member .member__img:before,
.team-4 .member:hover .member__img:before {
  right: 0;
  top: 0;
}

.team-4 .member .member__img:after,
.team-4 .member:hover .member__img:after {
  left: 0;
  bottom: 0;
}

.team-4 .member:hover .member__img:before,
.team-4 .member:hover .member__img:after {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.team-5 .member .member__content .member__content-inner {
  bottom: auto;
  top: 30%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.team-5 .member:hover .member__content .member__content-inner {
  top: 50%;
  opacity: 1;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-3 .member .member__hover {
    padding: 15px;
  }

  .team-3 .member .member__info .member__name {
    font-size: 16px;
  }
}

/*----------------------
     Testimonials
----------------------*/
.testimonial-item {
  position: relative;
}

.testimonial-item .testimonial__thumb {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 29px;
}

.testimonial-item .testimonial__thumb img {
  max-width: 100%;
}

.testimonial-item .testimonial__icon {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 25px;
}

.testimonial-item .testimonial__icon:before {
  font-family: 'york';
  content: "\e903";
  font-size: 30px;
  color: #e6ae48;
  display: inline-block;
}

.testimonial-item .testimonial__content {
  position: relative;
}

.testimonial-item .testimonial__desc {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-item .testimonial__meta {
  position: relative;
  text-align: center;
}

.testimonial-item .testimonial__meta .testimonial__meta-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.testimonial-item .testimonial__meta .testimonial__meta-desc {
  font-family: "Droidserif italic";
  font-size: 13px;
  font-style: italic;
  color: #616161;
  margin-bottom: 0;
}

.testimonial-1 .testimonial-item .testimonial__content {
  padding: 0 80px;
}

.testimonial-2 .testimonial-item {
  background-color: #f9f9f9;
  padding: 40px 35px;
  border-radius: 2px;
}

.testimonial-2 .testimonial-item .testimonial__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.testimonial-2 .testimonial-item .testimonial__icon {
  margin-bottom: 0;
}

.testimonial-2 .testimonial-item .testimonial__meta-desc {
  margin-bottom: 17px;
}

.testimonial-2 .owl-dots {
  margin-top: 48px;
}

.testimonial-white-text {
  color: #ffffff;
}

.testimonial-white-text .heading .heading__title,
.testimonial-white-text .testimonial-item .testimonial__desc,
.testimonial-white-text .testimonial-item .testimonial__meta .testimonial__meta-title {
  color: #ffffff;
}

.testimonial-white-text .testimonial-item .testimonial__meta .testimonial__meta-desc {
  color: #f9f9f9;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-1 .testimonial-item .testimonial__content {
    padding: 0 30px;
  }

  .testimonial-1 .testimonial-item .testimonial__desc {
    font-size: 17px;
    line-height: 27px;
  }
}

/*-------------------------
    Call To Action
---------------------------*/
.cta__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 9px;
}

.cta__desc {
  font-family: "Droidserif italic";
  font-size: 16px;
  color: #616161;
  line-height: 1;
  margin-bottom: 0;
}

.cta-4 {
  padding: 125px 0;
}

.cta-4 .cta__title {
  font-size: 70px;
  color: #ffffff;
}

.cta-4 .cta__desc {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 36px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta__desc {
    margin-bottom: 25px;
  }

  .cta-4 .cta__title {
    font-size: 24px;
  }
}

.cta .card{border:none;background: none;}
.cta .card p{font-size: 13px; line-height: 1;}
.cta .name{ color:#000;font-weight: bold;display: block;}
.cta span{font-size: 12px;}
.cta hr{border-color: #74AF0D;width:25%;margin:0;padding:5px 0;}

.cta {background-color:#fff;}
.cta .buttons{border-left:1px solid rgb(211, 205, 205)}
.cta .buttons img{margin: 5px;}
.cta .buttons a.green{font-size: 13px;background-color: #74AF0D;padding:15px 2px 15px 5px; border-radius: 10px;;display: block;color:#fff;margin:10px 0;}
 a.btnblue{font-size: 13px;padding:5px 15px;color:#e6ae48;margin: 30px 0;display: inline-block;border: 2px solid #e6ae48; } 
 a.btnblue:hover{font-size: 13px;padding:5px 15px;color:#fff;margin: 30px 0;display: inline-block;border: 2px solid #e6ae48;background-color: #e6ae48; }

a.btnradius {
    color: #fff;
    padding: 5px 35px;
    display: inline-block;
    border: 1px solid #D6B87A;
    border-radius: 25px;
    margin: 5px;
    background-color: #D6B87A
}
    a.btnradius:hover {
        color: #fff;
        padding: 5px 35px;
        display: inline-block;
        border: 1px solid #D6B87A;
        border-radius: 25px;
        margin: 5px;
        background-color: #067c5b
    }
.btnradius i{margin-left:15px}


a.btnradius2 {
    font-size: 18px;
    padding: 5px 35px;
    color: #D3AA5A;
    display: inline-block;
    border: 1px solid #CDAB66;
    border-radius: 25px
}

    a.btnradius2:hover {
        padding: 5px 35px;
        color: #D3AA5A;
        display: inline-block;
        border: 1px solid #CDAB66;
        border-radius: 25px
    }
.btnradius2 i {
    margin-left: 15px
}


.btnradius3 {
    color: #90959B;
    padding: 5px 35px;
    display: inline-block;
    border: 1px solid #9b9b9b;
    border-radius: 25px;
    margin: 5px
}

a.btnradius3:hover {
    padding: 5px 35px; 
    display: inline-block;
    border: 1px solid #acacac;
    border-radius: 25px
}

.btnradius3 i {
    margin-left: 15px
}
.hide{display:none}

/* Mobile Phones and 1024 */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .cta .buttons{border-left:0px}
}

#newsletter { 
  padding: 80px 0px;
  text-align: center;
  background-color: var(--primary-proj-color); 
}


.formbox {
    background-color: var(--secondary-proj-color);
    border-radius: 10px;
    margin: auto;
    display: block;
    padding: 50px 50px;border:5px var(--third-proj-color) dashed
}

    .formbox .title {
        font-family: "StandingFlower";
        color:#000;
        font-size: 80px;
        font-weight: 100;
    }

#newsletter p {
  font-size: 15px;
  font-style: italic;
  padding: 0px;
  margin: 5px
}
#newsletter form { 
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#newsletter .eform {
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    min-width: 390px;
    margin: 30px 0
}

    #newsletter .eform input[type="text"] {
        border: 0;
        padding: 4px 8px;
        width: calc(100% - 100px);
        min-width: 350px;
    }
    #newsletter .eform input[type="submit"],
    #send {
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: var(--third-proj-color);
        color: #fff;
        border: 2px solid #fff;
        border-radius: 50px;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    }
#newsletter form input[type="submit"]:hover {
  opacity: 0.9;
}
#newsletter .social-links {
  margin-top: 30px;
}
#newsletter .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  color: #4caf50;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 10px 10px 10px 0px;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.4s;
}
#newsletter .social-links a:hover {
  background: #FF9800;
  color: #fff;
  text-decoration: none;
}   

    #news .owl-item:nth-child(2n+0) {
        margin-top: -30px;
    }

    .news-item .news__img {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }


    .news__content {
        text-align: left;
        padding: 0 20px;
    }

    .news__desc {
        color: #000
    }

        .news__desc:hover {
            color: #000
        }

    .news-item .news__meta-cat {
        display: inline-block;
        border: 1px solid #63BF8E;
        border-radius: 20px;
        padding: 0 7px;
        margin: 0 0 10px 20px;
    }

    .faaliyet-item .news__meta-cat a {
        color: #63BF8E !important;
        line-height: 19px;
        padding: 5px;
    }

    .news-item .news__meta-cat a:hover {
        color: #63BF8E;
    }


    .news-item .news__meta .news__meta-date {
        font-size: 13px;
        line-height: 1;
        display: inline-block;
        color: #fff;
        font-weight: 100;
        margin-top: 15px;
    }

    .news-item .news__title {
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
        margin-bottom: 18px;
    }

    .news-item .btn__link {
        line-height: 1;
        width: auto;
        height: auto;
        border: none;
    }



    /*--------------------
     Blog
-------------------*/
    .blog-item {
        position: relative;
        margin-bottom: 30px;
    }

        .blog-item .blog__img {
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }

        .blog-item .blog__content a {
            color: #000;font-size:17px
        }

        .blog-item .blog__img:before,
        .blog-item .blog__img:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            z-index: 1;
            background: #ffffff;
            -webkit-transition: all 0.6s linear;
            -moz-transition: all 0.6s linear;
            -ms-transition: all 0.6s linear;
            -o-transition: all 0.6s linear;
            transition: all 0.6s linear;
        }

        .blog-item .blog__img:after {
            opacity: .6;
        }

        .blog-item .blog__img:before,
        .blog-item .blog__img:hover:before {
            right: 0;
            top: 0;
        }

        .blog-item .blog__img:after,
        .blog-item .blog__img:hover:after {
            left: 0;
            bottom: 0;
        }

        .blog-item .blog__img:hover:before,
        .blog-item .blog__img:hover:after {
            width: 100%;
            height: 100%;
            opacity: 0;
        }

        .blog-item .blog__meta .blog__meta-cat {
            display: inline-block;
            background-color: #000000;
            padding: 0 7px;
            margin-right: 6px;
            margin-bottom: 7px;
        }

            .blog-item .blog__meta .blog__meta-cat a {
                position: relative;
                color: #ffffff;
                line-height: 19px;
                padding-right: 5px;
            }

                .blog-item .blog__meta .blog__meta-cat a:hover {
                    color: #222222;
                }

                .blog-item .blog__meta .blog__meta-cat a:after {
                    content: ',';
                    position: absolute;
                    top: 0;
                    right: 0;
                    color: #ffffff;
                }

                .blog-item .blog__meta .blog__meta-cat a:last-child {
                    padding: 0;
                }

                    .blog-item .blog__meta .blog__meta-cat a:last-child:after {
                        display: none;
                    }

        .blog-item .blog__meta .blog__meta-date {
            font-size: 13px;
            line-height: 1;
            display: inline-block;
            color: #616161;
            font-weight: 600;
        }

        .blog-item .blog__title {
            font-size: 18px;
            line-height: 27px;
            font-weight: 600;
            margin-bottom: 18px;
        }

            .blog-item .blog__title a {
                color: #222222;
            }

                .blog-item .blog__title a:hover {
                    color: #00307E;
                }

        .blog-item .btn__link {
            line-height: 1;
            width: auto;
            height: auto;
            border: none;
        }

    /* Blog Standard */
    .blog-standard .blog-item .blog__title {
        font-size: 22px;
        line-height: 27px;
        font-weight: 700;
    }

 .blog-item .blog__desc {
        margin-bottom: 22px;font-weight:200;margin-top:10px
    }

    /* Blog Single */
    .blog-single-item .blog__title {
        font-size: 22px;
        font-weight: 700;
    }

    .blog-single-item .blog__desc {
        margin-bottom: 32px;
    }

        .blog-single-item .blog__desc p {
            line-height: 23px;
            margin-bottom: 20px;
        }

.blog_spot p{
   font-size:20px !important
}

    .blog-widget {
        padding-top: 50px;
        margin-bottom: 50px;
        border-top: 2px solid #f5f5f5;
    }

    .blog__widget-title {
        font-size: 18px;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 30px;
    }

    .related-posts {
        margin-bottom: 8px;
    }

    .blog-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f9f9f9;
        padding: 30px;
        margin-bottom: 50px;
    }

        .blog-share .blog__share-title {
            font-size: 13px;
            line-height: 1;
            margin-bottom: 0;
        }

        .blog-share .social__icons a {
            width: 34px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            background-color: #e6ae48;
            color: #ffffff;
            border-radius: 50%;
            transition: .3s linear;
        }

            .blog-share .social__icons a:hover {
                background-color: #282828;
                color: #ffffff;
            }

    .blog-nav {
        display: flex;
        justify-content: space-between;
        border-top: 2px solid #f5f5f5;
        padding-top: 50px;
    }

        .blog-nav .blog__prev,
        .blog-nav .blog__next {
            position: relative;
            min-height: 66px;
        }

            .blog-nav .blog__prev .blog__nav-img,
            .blog-nav .blog__next .blog__nav-img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100px;
                height: 66px;
            }

            .blog-nav .blog__prev:hover h6,
            .blog-nav .blog__next:hover h6 {
                color: #e6ae48;
            }

        .blog-nav .blog__next {
            text-align: right;
        }

            .blog-nav .blog__next .blog__nav-img {
                right: 0;
                left: auto;
            }

        .blog-nav .blog__nav-img {
            width: 100px;
            height: 66px;
        }

            .blog-nav .blog__nav-img img {
                width: 100%;
                height: 100%;
            }

        .blog-nav .blog__nav-content span {
            font-family: "Droidserif italic";
            font-size: 13px;
            color: #b8b8b8;
            display: block;
            margin-bottom: 1px;
        }

        .blog-nav .blog__nav-content h6 {
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            margin-bottom: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .blog-nav .blog__next .blog__nav-content {
            padding-right: 120px;
        }

        .blog-nav .blog__prev .blog__nav-content {
            padding-left: 120px;
        }

    .blog-author {
        display: flex;
    }

        .blog-author .blog__author-avatar {
            width: 90px;
            height: 90px;
            min-width: 90px;
            margin-right: 30px;
        }

        .blog-author .blog__author-name {
            font-size: 18px;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 22px;
        }

        .blog-author .blog__author-bio {
            line-height: 23px;
            margin-bottom: 20px;
        }

        .blog-author .social__icons a {
            font-size: 15px;
            margin-right: 27px;
            color: #5d5d5d;
        }

            .blog-author .social__icons a:hover {
                color: #282828;
            }

            .blog-author .social__icons a:last-child {
                margin-right: 0;
            }

    .comments-list .comment__item {
        position: relative;
        padding-bottom: 20px;
        border-bottom: 2px solid #f5f5f5;
        margin-bottom: 30px;
    }

        .comments-list .comment__item:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .comments-list .comment__item .comment__avatar {
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: 70px;
            overflow: hidden;
        }

        .comments-list .comment__item .comment__content {
            padding-left: 90px;
        }

            .comments-list .comment__item .comment__content .comment__author {
                font-size: 14px;
                font-weight: 700;
                line-height: 1;
                margin-bottom: 11px;
            }

            .comments-list .comment__item .comment__content .comment__date {
                font-family: "Droidserif italic";
                color: #616161;
                font-size: 12px;
                line-height: 1;
                display: block;
                margin-bottom: 10px;
            }

            .comments-list .comment__item .comment__content .comment__desc {
                margin-bottom: 6px;
            }

            .comments-list .comment__item .comment__content .comment__reply {
                font-family: "Montserrat", sans-serif;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 700;
                line-height: 1;
                color: #e6ae48;
                display: inline-block;
            }

                .comments-list .comment__item .comment__content .comment__reply:hover {
                    color: #222222;
                }

        .comments-list .comment__item .nested__comment {
            border-top: 2px solid #f5f5f5;
            padding: 30px 0 0 0;
            margin: 30px 0 0 90px;
        }

    .blog-comments-form .form-group {
        margin-bottom: 30px;
    }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        #newsletter .eform {
            min-width: 100%
        }

        #newsletter .eform input[type="email"] {
            width: 100%;
            min-width: 200px;
        }


        .blog-item .blog__title {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .blog-share {
            padding: 15px;
        }

            .blog-share .social__icons a {
                width: 25px;
                height: 25px;
                line-height: 25px;
                font-size: 12px;
            }

        .comments-list .comment__item .comment__avatar {
            width: 40px;
            height: 40px;
        }

        .comments-list .comment__item .comment__content {
            padding-left: 60px;
        }

        .blog-nav {
            display: block;
        }

            .blog-nav .blog__prev {
                margin-bottom: 20px;
            }
    }

    /*----------------------------
    Contact
----------------------------*/
    .contact .inner-padding {
        padding: 100px 110px 110px;
    }

    .contact .contact__banner {
        height: 100%;
        min-height: 500px;
    }

        .contact .contact__banner .heading__shape {
            margin-bottom: 37px;
        }

    .contact-panel {
        margin-bottom: 30px;
    }

        .contact-panel .contact__panel-title {
            font-size: 22px;
            line-height: 1;
        }

        .contact-panel .contact__panel-desc {
            line-height: 22px;
            margin-bottom: 21px;
        }

        .contact-panel .btn__link {
            width: auto;
            height: auto;
            line-height: 1;
            color: #e6ae48;
            margin-top: 18px;
        }

            .contact-panel .btn__link:hover {
                color: #222222;
            }

    /* Mobile Phones*/
    @media only screen and (min-width: 320px) and (max-width: 575px) {
        .contact .inner-padding {
            padding: 50px 30px;
        }

        .contact .contact__banner .heading .heading__title {
            font-size: 22px;
            line-height: 32px;
        }

        .contact .contact__banner .heading .heading__shape {
            margin-bottom: 20px;
        }
    }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .contact .inner-padding {
            padding: 50px 30px;
        }

        .contact .contact__banner {
            height: 400px;
        }
    }

    /* Medium Size Devices */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact .inner-padding {
            padding: 100px 30px 110px;
        }
    }

    /* Large Size Devices */
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .contact .inner-padding {
            padding: 100px 40px 110px;
        }
    }

    /*-----------------------
     Pricing
----------------------*/
    .pricing-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 614px;
    }

    .pricing-item {
        position: relative;
        padding: 70px 50px 50px;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    }

        .pricing-item:hover {
            -webkit-transform: translateY(-6px);
            -moz-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            -o-transform: translateY(-6px);
            transform: translateY(-6px);
        }

        .pricing-item .pricing__header {
            margin-bottom: 66px;
        }

        .pricing-item .pricing__title {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 16px;
            color: #e6ae48;
            line-height: 1;
            margin-bottom: 28px;
        }

        .pricing-item .pricing__price {
            font-family: "Montserrat", sans-serif;
            font-size: 70px;
            color: #222222;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 24px;
        }

        .pricing-item .pricing__currency {
            font-size: 28px;
        }

        .pricing-item .pricing__time {
            font-size: 13px;
        }

        .pricing-item .pricing__desc {
            font-size: 15px;
            line-height: 21px;
            margin-bottom: 0;
        }

        .pricing-item .pricing__list {
            padding: 25px 0;
            border-top: 2px solid #f5f5f5;
        }

            .pricing-item .pricing__list li {
                position: relative;
                line-height: 40px;
                text-transform: capitalize;
            }

                .pricing-item .pricing__list li:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 50px;
                    height: 1px;
                    display: inline-block;
                    background-color: #e5e4e4;
                }

                .pricing-item .pricing__list li:last-child:after {
                    display: none;
                }

        .pricing-item .pricing__label {
            display: inline-block;
            position: absolute;
            top: 30px;
            left: 30px;
            background-color: #222222;
            color: #ffffff;
            line-height: 23px;
            font-size: 13px;
            font-weight: 600;
            padding: 0 8px;
        }

        .pricing-item .btn {
            width: 190px;
        }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .pricing-item {
            margin-bottom: 30px;
        }
    }

    /* Medium Size Devices */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-item {
            padding: 50px 10px 30px;
        }

            .pricing-item .pricing__header {
                margin-bottom: 30px;
            }

            .pricing-item .pricing__title {
                margin-bottom: 15px;
            }

            .pricing-item .pricing__price {
                font-size: 50px;
            }

            .pricing-item .pricing__label {
                top: 15px;
                left: 15px;
            }
    }


    #boxes {
        position: relative;
        z-index: 9999;
        width: 100%;
        margin: auto;
        max-height:300px
    }


    /*---------------------------
    Counters
--------------------------*/
    .counters {
        padding: 0 0 80px 0;
    }

    .counter-item {
        text-align: left;
        min-width:260px;
        margin: 0 20px;
    }


        .counter-item .counter {
            font-size: 70px;
            font-weight: 200;
            line-height:1.5;
            margin-bottom: 10px;
            color: #778DA9;
            display: inline;
        }

    .pl-20 {
        padding-left: 20px;
    }

    @media only screen and (min-width: 320px) and (max-width: 767px) {

      .counter-item {
        text-align: left;
        width: 100%;
        margin: 0 20px;
    }

    
        .counter-item .counter {
            font-size: 30px;
        }

        .pl-20 {
            padding-left: 15px !important;
        }
    }


@media only screen and (min-width:768px) and (max-width: 3600px) {
   
    .ml-20-od {
       margin-left:20px !important
    }
}

    .counter-item .counter__divider {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 2px;
        margin-bottom: 30px;
    }

.counter-item .after_ {
    display: inline-block;
    color: #778DA9;
    margin-left: 5px
}

.counter-item .counter__desc {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    color: #335271;
    font-weight: bold;;text-align:left;font-weight:200
}

    .counters-2 .counter,
    .counters-2 .counter__desc {
        color: #ffffff;
    }

    .counters-2 .counter-item .counter__divider {
        background-color: #ffffff;
    }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .counter-item {
            margin-bottom: 30px;
        }

        #boxes {
            position: static;
            width: 100%;
            margin: auto;
            max-height:100% !important
        }
    }

    /*-------------------------
    process 
--------------------------*/
    .process-item {
        padding: 100px 55px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        .process-item:hover {
            background-color: #e6ae48 !important;
        }

            .process-item:hover .process__number,
            .process-item:hover .process__title,
            .process-item:hover .process__desc {
                color: #ffffff;
            }

            .process-item:hover .dotted__line span {
                background-color: #ffffff;
            }

                .process-item:hover .dotted__line span:before,
                .process-item:hover .dotted__line span:after {
                    background-color: #ffffff;
                }

        .process-item .process__number {
            display: block;
            font-family: "Montserrat", sans-serif;
            font-size: 40px;
            line-height: 1;
            color: #222222;
            margin-bottom: 27px;
            transition: .3s ease;
        }

        .process-item .process__title {
            font-size: 18px;
            font-weight: 600;
        }

        .process-item .process__desc {
            margin-bottom: 27px;
        }

        .process-item:hover .process__number {
            transform: translateY(-4px);
        }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .process-item {
            padding: 50px 30px;
        }
    }

    /*-----------------------
    Pie Charts
------------------------*/
    .piechart-item {
        text-align: center;
        margin-bottom: 30px;
    }

    .piechart-item-data .percentage {
        position: absolute;
        width: 144px;
        height: 144px;
        line-height: 144px;
        text-align: center;
        border-radius: 50%;
        border: 3px solid #ebebeb;
        margin: 11px;
    }

        .piechart-item-data .percentage i {
            font-size: 64px;
            color: #e6ae48;
            line-height: 144px;
        }

    .piechart-item-data span {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        color: #e6ae48;
        font-weight: 600;
    }

    .piechart__title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        margin-top: 22px;
        margin-bottom: 0;
    }

    /*-------------------------
    Timeline
-------------------------*/
    .timeline-wrap {
        position: relative;
    }

        .timeline-wrap:before {
            content: '';
            position: absolute;
            top: -20px;
            left: 85px;
            width: 2px;
            height: 100%;
            background-color: #cecece;
        }

        .timeline-wrap:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 85px;
            width: 2px;
            height: 20px;
            background-color: #cecece;
        }

    .timeline__item {
        position: relative;
        margin-bottom: 61px;
    }

        .timeline__item:last-child {
            margin-bottom: 0;
        }

        .timeline__item .timeline__item-date {
            position: absolute;
            top: 0;
            left: 0;
            font-family: "Montserrat", sans-serif;
            font-size: 25px;
            font-weight: 600;
            line-height: 1;
            text-transform: uppercase;
            color: #e6ae48;
        }

        .timeline__item .timeline__item-content {
            padding-left: 121px;
        }

        .timeline__item .timeline__item-title {
            position: relative;
            color: #282828;
            font-size: 20px;
            line-height: 1;
            margin-bottom: 10px;
        }

            .timeline__item .timeline__item-title:before {
                position: absolute;
                top: 0;
                left: -42px;
                font-family: fontawesome;
                content: "\f017";
                font-size: 16px;
                font-weight: 400;
                width: 30px;
                height: 25px;
                line-height: 25px;
                color: #282828;
                background: #ffffff;
            }

        .timeline__item .timeline__item-desc {
            line-height: 23px;
            margin-bottom: 0;
        }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 575px) {
        .timeline__item {
            margin-bottom: 40px;
        }

            .timeline__item .timeline__item-title {
                font-size: 16px;
            }

            .timeline__item .timeline__item-desc {
                font-size: 14px;
            }
    }

    /*---------------------
    Newsletter
---------------------*/
    .newsletter {
        padding: 125px 0;
    }

        .newsletter .newsletter__title {
            font-size: 70px;
            color: #ffffff;
        }

        .newsletter .newsletter__desc {
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 36px;
        }

    .newsletter__form {
        justify-content: center;
    }

        .newsletter__form .form-control {
            width: 370px;
            height: 50px;
            border: 2px solid #ffffff;
            padding-left: 20px;
            color: #ffffff;
            margin-right: 30px;
        }

            .newsletter__form .form-control:focus {
                border-color: #e6ae48;
            }

            .newsletter__form .form-control::-webkit-input-placeholder {
                color: #ffffff;
            }

            .newsletter__form .form-control:-moz-placeholder {
                color: #ffffff;
            }

            .newsletter__form .form-control::-moz-placeholder {
                color: #ffffff;
            }

            .newsletter__form .form-control:-ms-input-placeholder {
                color: #ffffff;
            }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .newsletter .newsletter__title {
            font-size: 30px;
        }

        .newsletter__form .form-control {
            margin: 0 auto 30px;
        }
    }

    /*------------------------
    Shop
--------------------------*/
    .product-item {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

        .product-item .product__img {
            overflow: hidden;
            position: relative;
        }

            .product-item .product__img img {
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -ms-transition: all 0.6s ease;
                -o-transition: all 0.6s ease;
                transition: all 0.6s ease;
            }

        .product-item .product__content {
            padding: 35px 10px 40px;
        }

        .product-item .product__action {
            position: absolute;
            bottom: -60px;
            left: 0;
            width: 100%;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

            .product-item .product__action .btn {
                width: 100%;
            }

        .product-item:hover .product__action {
            bottom: 0;
        }

        .product-item:hover .product__img img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

    .product__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 10px;
    }

        .product__title a {
            color: #282828;
        }

            .product__title a:hover {
                color: #e6ae48;
            }

    .product__price {
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        color: #e6ae48;
    }

    .list-view {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .list-view .product-item {
            display: flex;
            border: 1px solid #eee;
        }

            .list-view .product-item .product__img {
                position: static;
                flex-basis: 50%;
            }

            .list-view .product-item .product__content {
                padding: 20px;
                text-align: left;
            }

            .list-view .product-item .product__action {
                bottom: 20px;
                left: calc(50% + 20px);
                width: auto;
            }

                .list-view .product-item .product__action .btn {
                    width: 170px;
                }

    /* Shop Single */
    .shop-single .product__single-img {
        margin-bottom: 45px;
    }

    .shop-single .product__title {
        font-weight: 700;
    }

    .shop-single .product__rating {
        margin-right: 37px;
    }

        .shop-single .product__rating i {
            font-size: 15px;
        }

            .shop-single .product__rating i.active {
                color: #e6ae48;
            }

    .product__meta {
        display: flex;
        justify-content: space-between;
        line-height: 1;
        margin-bottom: 24px;
    }

    .product__meta-review {
        font-size: 14px;
    }

        .product__meta-review a {
            position: relative;
            color: #9b9b9b;
            padding-left: 10px;
        }

            .product__meta-review a:hover {
                color: #e6ae48;
            }

            .product__meta-review a:before {
                content: '/';
                position: absolute;
                top: 0;
                left: 0;
            }

    .product__desc {
        border-bottom: 2px solid #f5f5f5;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .product__desc p {
            line-height: 22px;
        }

    .product__details {
        border-bottom: 2px solid #f5f5f5;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .product__details li {
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
            font-weight: 700;
            color: #959595;
            line-height: 26px;
        }

            .product__details li span {
                color: #e6ae48;
                padding-right: 4px;
            }

    .product__details-title,
    .product__quantity-title,
    .product__share-title,
    .related__products-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .product__form-wrap {
        border-bottom: 2px solid #f5f5f5;
        padding-bottom: 22px;
        margin-bottom: 30px;
    }

        .product__form-wrap form {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

    .product__quantity-title {
        margin-bottom: 0;
        display: inline-block;
        margin-right: 10px;
    }

    .quantity__input-wrap {
        display: inline-flex;
    }

        .quantity__input-wrap i {
            width: 25px;
            height: 25px;
            border: 1px solid #eeeeee;
            text-align: center;
            color: #222222;
            display: inline-block;
            cursor: pointer;
            border-radius: 2px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
        }

    .qty-input {
        background-color: transparent;
        width: 30px;
        height: 25px;
        border: 1px solid #eeeeee;
        text-align: center;
        color: #222222;
        font-size: 14px;
        padding: 0;
        margin: 0 5px;
        border-radius: 2px;
        text-align: center;
        -moz-appearance: textfield;
    }

        .qty-input::-webkit-inner-spin-button,
        .qty-input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

    

    /*--------------------
    Sidebar
----------------------*/
    .sidebar-wide {
        padding: 50px 50px 40px;
        background-color: #f9f9f9;
        border-radius: 1px;
    }

    .widget {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 2px solid #f5f5f5;
    }

        .widget:last-child {
            padding-bottom: 0;
            border-bottom: 0;
            margin-bottom: 0;
        }

        .widget .widget__title {
            font-size: 18px;
            font-weight: 800;
            letter-spacing: .5px;
            line-height: 1;
            margin-bottom: 30px;
        }

    .widget-search {
        padding-bottom: 0;
        border-bottom: 0;
    }

        .widget-search .widget__form-search {
            position: relative;
        }

            .widget-search .widget__form-search button {
                position: absolute;
                top: 0;
                right: 0;
                width: auto;
                color: #e6ae48;
            }

    .widget-about img {
        margin-bottom: 26px;
    }

    .widget-about p {
        margin-bottom: 11px;
    }

    .widget-about .btn__link {
        line-height: 1;
        width: auto;
        height: auto;
        border: none;
        color: #e6ae48;
    }

        .widget-about .btn__link:hover {
            color: #282828;
        }

    .widget-categories li a {
        display: block;
        color: #7f7f7f;
        line-height: 31px;
    }

        .widget-categories li a:hover {
            color: #e6ae48;
        }

    .widget-tags ul {
        display: flex;
        flex-wrap: wrap;
    }

        .widget-tags ul li a {
            display: block;
            font-size: 14px;
            color: #9b9b9b;
            line-height: 1;
            text-transform: capitalize;
            padding: 7px 9px;
            border: 1px solid #ededed;
            margin: 0 10px 10px 0;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .widget-tags ul li a:hover {
                background-color: #e6ae48;
                border-color: #e6ae48;
                color: #ffffff;
            }

    /*widget products*/
    .widget-poducts .widget-product-item {
        display: flex;
        margin-bottom: 30px;
    }

        .widget-poducts .widget-product-item:last-of-type {
            margin-bottom: 0;
        }

        .widget-poducts .widget-product-item .widget__product-title {
            font-size: 14px;
            line-height: 23px;
            margin-bottom: 0;
            padding-top: 6px;
        }

            .widget-poducts .widget-product-item .widget__product-title a {
                color: #282828;
            }

        .widget-poducts .widget-product-item:hover .widget__product-title a {
            color: #e6ae48;
        }

        .widget-poducts .widget-product-item .widget__product-img {
            margin-right: 20px;
            width: 60px;
            min-width: 60px;
            height: 60px;
            overflow: hidden;
            border-radius: 50%;
        }

            .widget-poducts .widget-product-item .widget__product-img img {
                width: 100%;
                height: 100%;
            }

        .widget-poducts .widget-product-item .widget__product-price {
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
            font-weight: 600;
        }

    /*widget posts*/
    .widget-posts .widget-post-item {
        display: flex;
        margin-bottom: 28px;
    }

        .widget-posts .widget-post-item:last-of-type {
            margin-bottom: 0;
        }

        .widget-posts .widget-post-item .widget__post-title {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 0;
        }

            .widget-posts .widget-post-item .widget__post-title a {
                color: #282828;
            }

        .widget-posts .widget-post-item:hover .widget__post-title a {
            color: #e6ae48;
        }

        .widget-posts .widget-post-item .widget__post-img {
            margin-right: 20px;
            width: 60px;
            min-width: 60px;
            height: 60px;
            overflow: hidden;
            border-radius: 50%;
        }

            .widget-posts .widget-post-item .widget__post-img img {
                width: 100%;
                height: 100%;
            }

        .widget-posts .widget-post-item .widget__post-date {
            line-height: 1;
            font-size: 13px;
            display: inline-block;
            margin-bottom: 6px;
        }

    /* Widget Filter */
    .ui-slider {
        position: relative;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-widget.ui-widget-content {
        border: none;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        width: 10px;
        height: 10px;
        background-color: #222222;
        border-radius: 50%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

    .widget-filter .ui-slider {
        background-color: rgba(34, 34, 34, 0.06);
        border-radius: 0;
        height: 4px;
        margin-bottom: 18px;
    }

    .widget-filter .ui-slider-range {
        height: 4px;
        background-color: #e6ae48;
    }

    .widget-filter .price-output {
        line-height: 1;
        margin-bottom: 26px;
    }

    .widget-filter label {
        color: #9b9b9b;
        font-size: 15px;
        margin-bottom: 0;
    }

    .widget-filter input {
        background-color: transparent;
        color: #e6ae48;
        font-size: 15px;
        border: none;
    }

    .widget-filter .btn {
        width: 128px;
        height: 42px;
        line-height: 40px;
        font-weight: 700;
        color: #222222;
    }

    /*----------------------
    Countdown
-----------------------*/
    .countdown-row {
        display: flex;
    }

    .countdown-section {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        padding: 0 20px;
    }

        .countdown-section:last-of-type {
            display: none;
        }

    .countdown-amount {
        font-family: "Montserrat", sans-serif;
        color: #222222;
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
        display: block;
        padding-bottom: 14px;
        margin-bottom: 19px;
    }

        .countdown-amount:after {
            content: '';
            position: absolute;
            top: 50px;
            left: 50%;
            width: 20px;
            height: 2px;
            transform: translateX(-50%);
            background-color: #222222;
        }

    .countdown-period {
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        display: block;
    }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .countdown-section {
            padding: 0 5px;
        }

        .countdown-amount {
            font-size: 30px;
            padding-bottom: 5px;
        }

            .countdown-amount:after {
                top: 40px;
            }
    }

    /*------------------------
    Utilities Pages
-------------------------*/
    /*----------------------
    Page 404
-----------------------*/
    .page-404 {
        padding: 170px 0;
    }

        .page-404 .divider__line {
            margin-bottom: 28px;
        }

        .page-404 .heading__title {
            font-size: 150px;
            line-height: 1;
            margin-bottom: 20px;
        }

        .page-404 .heading__desc {
            line-height: 24px;
            margin-bottom: 43px;
        }

    /*----------------------
    Page maintenance
-----------------------*/
    .page-maintenance {
        padding: 170px 0 150px;
    }

        .page-maintenance .divider__line {
            margin-bottom: 38px;
        }

        .page-maintenance .heading__title {
            font-size: 100px;
            line-height: 1;
            margin-bottom: 30px;
        }

        .page-maintenance .heading__desc {
            line-height: 24px;
            margin-bottom: 35px;
        }

        .page-maintenance.skills .progress__heading .progress__title {
            margin-bottom: 0;
            text-transform: capitalize;
        }

    /*----------------------
    Page Soon
-----------------------*/
    .page-soon {
        padding: 170px 0;
    }

        .page-soon .divider__line {
            margin-bottom: 38px;
        }

        .page-soon .heading__title {
            font-size: 100px;
            line-height: 1;
            margin-bottom: 30px;
        }

        .page-soon .heading__desc {
            line-height: 24px;
            margin-bottom: 35px;
        }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .page-404 {
            padding: 100px 0;
        }

            .page-404 .divider__line {
                margin-bottom: 18px;
            }

            .page-404 .heading__title {
                font-size: 100px;
                margin-bottom: 10px;
            }

            .page-404 .heading__desc {
                font-size: 15px;
                margin-bottom: 33px;
            }

        .page-maintenance,
        .page-soon {
            padding: 100px 0;
        }

            .page-maintenance .divider__line,
            .page-soon .divider__line {
                margin-bottom: 28px;
            }

            .page-maintenance .heading__title,
            .page-soon .heading__title {
                font-size: 50px;
                margin-bottom: 20px;
            }

            .page-maintenance .heading__desc,
            .page-soon .heading__desc {
                font-size: 15px;
                margin-bottom: 25px;
            }
    }

    /* Medium Size Devices */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .page-soon .heading__title,
        .page-maintenance .heading__title {
            font-size: 70px;
        }
    }

    @media only screen and (min-width: 320px) and (max-width: 400px) {

        .page-soon .heading__title,
        .page-maintenance .heading__title {
            font-size: 30px;
        }
    }

    /*--------------------------
      Landing
--------------------------*/
    .landing-wrapper .header-transparent .module__btn-member {
        width: 152px;
        height: 40px;
        line-height: 38px;
    }

    .landing-wrapper .navbar .nav__item .nav__item-link:before {
        display: none;
    }

    .header-transparent + .landing-hero {
        margin-top: -100px;
    }

    .landing-wrapper > section {
        position: relative;
        z-index: 2;
    }

    /* landing Hero */
    .landing-hero {
        padding: 223px 0;
    }

        .landing-hero .heading__shape {
            margin-bottom: 14px;
        }

    .landing__hero-title {
        font-size: 70px;
        color: #ffffff;
        margin-bottom: 26px;
    }

    .landing__hero-desc {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 32px;
    }

    .landing-portfolio .portfolio-item {
        margin-bottom: 50px;
    }

    .landing-portfolio .portfolio__item-img {
        padding: 20px;
        background-color: #fff;
        border-radius: 5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
        margin-bottom: 24px;
    }

        .landing-portfolio .portfolio__item-img img {
            width: 100%;
        }

    .landing-portfolio .portfolio-item:hover .portfolio__item-img {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .landing-portfolio .portfolio-item .portfolio__item-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .portfolio-item:hover .portfolio__item-title {
        color: #e6ae48;
    }

    .landing-wrapper .fancybox-item {
        margin-bottom: 30px;
        padding-top: 10px;
    }

    .landing-wrapper .carousel-arrows .owl-dots {
        bottom: 0;
    }

    /* landing fancybox*/
    /*  landing carousel */
    .landing-carousel .owl-item {
        padding: 30px;
    }

        .landing-carousel .owl-item .slide-item {
            box-shadow: 0px 1px 23px 0px rgba(40, 40, 40, 0.2);
            border-radius: 5px;
            overflow: hidden;
        }

    .landing-carousel .carousel-arrows .owl-nav .owl-prev {
        left: 23%;
    }

    .landing-carousel .carousel-arrows .owl-nav .owl-next {
        right: 23%;
    }

    /* Mobile Phones and tablets */
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .landing-hero {
            padding: 100px 0;
        }

        .header-transparent + .landing-hero {
            margin-top: 0;
        }

        .landing__hero-title {
            font-size: 30px;
            margin-bottom: 15px;
        }

        .landing-carousel .owl-item {
            padding: 30px 50px;
        }

        .landing-carousel .carousel-arrows .owl-nav .owl-prev {
            left: 0;
        }

        .landing-carousel .carousel-arrows .owl-nav .owl-next {
            right: 0;
        }
    }

    /* Medium Size Devices */
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .landing-hero {
            padding: 120px 0;
        }

        .header-transparent + .landing-hero {
            margin-top: 0;
        }

        .landing__hero-title {
            font-size: 40px;
        }

        .landing-carousel .owl-item {
            padding: 30px 50px;
        }

        .landing-carousel .carousel-arrows .owl-nav .owl-prev {
            left: 0;
        }

        .landing-carousel .carousel-arrows .owl-nav .owl-next {
            right: 0;
        }
    }

    /* Mobile Phones */
    @media only screen and (min-width: 320px) and (max-width: 575px) {
        .landing-carousel .owl-item {
            padding: 20px 30px;
        }

        .landing-carousel .carousel-arrows .owl-nav .owl-prev,
        .landing-carousel .carousel-arrows .owl-nav .owl-next {
            top: 100%;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .landing-carousel .carousel-arrows .owl-nav .owl-prev {
            left: 33%;
        }

        .landing-carousel .carousel-arrows .owl-nav .owl-next {
            right: 33%;
        }
    }


    /*styling open close button*/
    .button {
        display: inline;
        position: absolute;
        right: 50px;
        top: 6px;
        z-index: 99999;
        font-size: 30px;
    }

        .button a {
            text-decoration: none;
        }

    .btn-open:after {
        color: #333;
        content: "\f0c9";
        font-family: "FontAwesome";
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
    }

    .btn-open:hover:after {
        color: #34B484;
    }

    .btn-close:after {
        color: #fff;
        content: "\f00d";
        font-family: "FontAwesome";
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        display: inline;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 99999;
        font-size: 30px;
    }

    .btn-close:hover:after {
        color: #fff;
    }


    .overlay {
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        z-index: 9999;
        background-color: #00307E;
        background-image: url('/images/omenu.png');
        background-size: 50%;
        background-position: center left;
        background-repeat: no-repeat;
    }


    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .morenews {
        border-radius: 40px;
        padding: 5px 25px;
        text-align: center;
        transition: .3s ease;
        border: 1px solid #74AF0D;
        color: #000;
    }

        .morenews:hover {
            background: #4c7407;
            transition: .3s ease;
            background: #74AF0D;
            color: #fff !important
        }

    #news .heading__title {
        color: #00307E
    }

    #news .owl-nav button {
        position: absolute;
        top: 50%;
        background-color: #000;
        color: #fff;
        margin: 0;
        transition: all 0.3s ease-in-out;
    }

        #news .owl-nav button.owl-prev {
            left: 10px;
        }

        #news .owl-nav button.owl-next {
            right: 10px;
        }

    #news .owl-dots {
        text-align: center;
        padding-top: 15px;
    }

        #news .owl-dots button.owl-dot {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            display: inline-block;
            background: #ccc;
            margin: 0 3px;
        }

            #news .owl-dots button.owl-dot.active {
                background-color: #000;
            }

            #news .owl-dots button.owl-dot:focus {
                outline: none;
            }

    #news .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        color: #000;
        width: 40px;
        height: 40px;
        border-radius: 30px;
    }


        #news .owl-nav button:focus {
            outline: none;
        }

    #news .owl-nav span {
        font-size: 30px;
        position: relative;
        top: -5px;
    }

    #news .owl-item {
        opacity: 0.2 !important;
    }

    #news .active {
        opacity: 1 !important;
    }

    #footermenu a.maplink {
        border-bottom: 1px solid #dcdcdc;
        color: #ada8a8;
        font-size: 14px;
        line-height: 27px;
        padding: 0px 0 10px;
        display: block;
        font-weight: bold;
        margin: 15px 5px;text-transform:uppercase
    }

    .footer__widget-about p{
        font-size: 12px;
        margin: 10px 0;
        line-height: 1.5
    }

    .footer__widget-about b {
        font-size: 14px;
        margin: 10px 0;
        line-height: 0.5
    }

    .contact__list li {
        font-size: 12px !important
    }




    /* effects styles !!!YOU NEED THEM */
    /* don't forget to add your own colors and parameters */
    .portfolio-effect {
        display: flex;
        justify-content: space-between;
    }

    .portfolio-item {
        position: relative;
        overflow: hidden;
        width: 300px;
        height: 300px;
    }

        .portfolio-item img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: auto;
            height: auto;
            min-width: 100%;
            min-height: 100%;
            max-width: 200%;
            max-height: 200%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .portfolio-item__info {
        position: absolute;
        top: 7px;
        left: 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(100% - 2 * 7px);
        height: calc(100% - 2 * 7px);
        background-color: rgba(255, 255, 255, 0.7);
    }

    .portfolio-item__header {
        position: relative;
        margin: 0 0 20px 0;
        padding: 15px 0;
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

        .portfolio-item__header:after {
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            height: 2px;
            width: 100%;
            content: '';
            background-color: #8D909B;
        }

    .portfolio-item__links {
        display: flex;
    }

    .portfolio-item__link-block {
        position: relative;
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

        .portfolio-item__link-block:last-child {
            margin-right: 0;
        }

    .portfolio-item__link {
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: linear;
        transition-delay: 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #101010;
        text-decoration: none;
        border: 1px solid #101010;
        border-radius: 50%;
    }

        .portfolio-item__link:hover {
            color: #fff;
            background-color: #101010;
        }

    /* EFFECT #1 STYLES */
    .portfolio-item--eff1 .portfolio-item__info {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }

    .portfolio-item--eff1 .portfolio-item__header {
        top: -10px;
        opacity: 0;
    }

        .portfolio-item--eff1 .portfolio-item__header:after {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }

    .portfolio-item--eff1 .portfolio-item__link-block {
        top: 20px;
        opacity: 0;
    }

    .portfolio-item--eff1:hover .portfolio-item__info {
        transition-property: all;
        transition-duration: 0.4s;
        transition-timing-function: linear;
        transition-delay: 0s;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .portfolio-item--eff1:hover .portfolio-item__header {
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: linear;
        transition-delay: 0.45s;
        top: 0;
        opacity: 1;
    }

        .portfolio-item--eff1:hover .portfolio-item__header:after {
            transition-property: all;
            transition-duration: 0.3s;
            transition-timing-function: cubic-bezier(0.63, 0.01, 0, 1.39);
            transition-delay: 0.65s;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .portfolio-item--eff1:hover .portfolio-item__link-block {
        top: 0;
        opacity: 1;
    }

        .portfolio-item--eff1:hover .portfolio-item__link-block:first-child {
            transition-property: all;
            transition-duration: 0.2s;
            transition-timing-function: linear;
            transition-delay: 0.85s;
        }

        .portfolio-item--eff1:hover .portfolio-item__link-block:nth-child(2) {
            transition-property: all;
            transition-duration: 0.2s;
            transition-timing-function: linear;
            transition-delay: 0.95s;
        }

    .bordered input,textarea {
        border: 2px solid var(--primary-proj-color);
        padding: 5px;width:100%
    }

    .bordered label {
        margin-top: 15px;
    }

    .box {
        padding: 1em 2em;
        margin: 0 .5em;
        background: #ddd;
        will-change: transform;
    }

        .box::before {
            content: attr(data-timing);
        }


    .rotateBox {
        transform: rotate(var(--r));
    }

    .fadeBox {
        opacity: var(--o);
    }

    .pConfig {
        will-change: transform;
    }

        .pConfig img {
            will-change: transform;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        }

 
        .easeBox {
            -webkit-transform: translateY(var(--ty));
            -moz-transform: translateY(var(--ty));
            -ms-transform: translateY(var(--ty));
            -o-transform: translateY(var(--ty));
            transform: translateY(var(--ty))
        }
     

    .featured-view {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: relative;
        ;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .featured-view .mask {
            background: linear-gradient(180deg, rgba(2,81,175,0.23322832550989148) 35%, rgba(25,128,241,0.24163168685442926) 100%);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;
        }

        .featured-view .content {
            position: absolute;
            bottom: 0px;
            left: 10px;
            right: 10px;
            padding: 0 24px 10px 5px;
            width: 100%;
            color: #fff;
            font-size: 20px;
            z-index: 30;
        }

            .featured-view .content h2 {
                color: #fff;
                font-size: 17px;
                z-index: 30;
                margin: 0;
            }

                .featured-view .content h2:before {
                    display: inline-block;
                    content: " ";
                    width: 3px;
                    height: 50px;
                    background: #e6ae48;
                    vertical-align: middle;
                    margin-right: 5px;
                }


    .owl-scrollbar {
        margin-top: 20px;
        border-radius: 10px;
        height: 3px;
        width: 80%;
        margin: auto;
        background: #E0DFE1;
        border: 1px solid #e4e4e4;
        box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
        position: relative;
    }

        .owl-scrollbar .owl-scroll-handle {
            height: 8px;
            width: 95px;
            border-radius: 5px;
            display: inline-block;
            background: #afaaaa;
            position: absolute;
            top: -3px;
            left: -1px;
        }

            .owl-scrollbar .owl-scroll-handle:hover {
                transform: scale(2);
                transition: transform .2s ease-in-out;
            }

        .owl-scrollbar .owl-scroll-progress {
            background: #E0DFE1;
            height: 5px;
            border-radius: 10px;
            position: absolute;
            top: 0;
            left: 0;
        }


.gg-arrow-left-o {
    background-color: #ffffff;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 42px;
    height:42px; 
    border-radius: 22px;cursor:pointer;text-align:center;vertical-align:middle;line-height:40px
}

    .gg-arrow-left-o img, .gg-arrow-right-o img {
        width: 25px
    }
.gg-arrow-right-o {
    background-color: #ffffff;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 42px;
    height: 42px; 
    border-radius: 20px; 
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 40px
}


.customNavigation {
    width: auto;
    margin: auto;
    text-align: center;
    position:absolute;left:20px;bottom:20px
}
        .customNavigation .btn {
            width: auto;
            z-index: 9999; 
        }

.galeri2 
.customNavigation {
    width: auto;
    margin: auto;
    text-align: right;
    position: absolute;
    right: 60px;
    bottom: 20px;
    direction:ltr
}
    .galeri2
    .customNavigation .btn {
        width: auto;
        z-index: 9999;
    }


#testi
.customNavigation {
    width: auto;
    margin: auto;    position:static;text-align:left;margin-top:30px
}

    #testi
    .customNavigation .btn {
        width: auto;
        z-index: 9999;
    }

 
/* --- Add this CSS --- */
.social-buttons-header {
     margin:20px 0
}

    .social-buttons-header a {
        display: inline;
        text-decoration: none;
        font-size: 18px;
        width: 30px;
        height: 30px;
        color: #D3AA5A;
        justify-content: center;
        align-items: center;
        padding: 0 6px
    }

        .social-buttons-header a::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            background: transparent;
            border-radius: 50%;
            z-index: -1;
            transition: 0.3s ease-in;
        }



        .social-buttons-header a i {
            transition: 0.3s ease-in;
        }

        .social-buttons-header a:hover {
            background: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
            transition: all ease 0.5s;
            -moz-transition: all ease-in 0.5s;
            -webkit-transition: all ease-in 0.5s;
            -o-transition: all ease-in 0.5s;
        }

    #menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
 
.parent-menu {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
    text-align: left
}
.custom-display {
    /* To limit the menu width to
            the content of the menu: */
    display: inline-block;
}
    #menu ul li a {
        padding: 10px 15px;
        display: block;
        color: #fff;
        text-decoration: none;
        opacity: 0.5;
        font-size: 20px;
        font-weight: 500;
        width: 250px;
    }


    #menu ul li.has-sub > a:after {
        content: '»';
        position: absolute;
        right: 5px;
    }

    #menu ul li a:hover {
        background-color: #007ee9;
        opacity: 1;
        transition: 0.5s ease-in-out;
    }

    #menu ul li:hover > ul {
        left: 250px;
        -webkit-transition: left 400ms ease-in;
        -moz-transition: left 400ms ease-in;
        -ms-transition: left 400ms ease-in;
        transition: left 400ms ease-in;
        display: block;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    #menu ul li > ul {
        position: absolute;
        display: none;
        top: 0;
        left: -200px;
        z-index: 99999999;
        height: 100%;
        width: 100%;
        -webkit-transition: left 200ms ease-in;
        -moz-transition: left 200ms ease-in;
        -ms-transition: left 200ms ease-in;
        transition: left 200ms ease-in;
    }

#menu .pure-menu-active > .pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
    background-color: none !important
}
 .pure-menu-children {
    background-color: transparent !important
}
#menu ul li > ul li a {
    min-width: 350px;
    width: auto !important;
}


    #menu .social-buttons2 {
        position: absolute;
        right: 5%;
        ;
        bottom: 10%;
        max-width: 250px;
        color: #fff;
    }

        #menu .social-buttons2 p {
            font-size: 12px !important;
        }

        #menu .social-buttons2 a {
            text-decoration: none;  
            color: #fff;
            justify-content: center;
            align-items: center;
            margin: 3px; 
        }

            #menu .social-buttons2 a::before {
                content: "";
                position: absolute; 
                background: transparent;
                border-radius: 50%; 
                transition: 0.3s ease;
            }

            #menu .social-buttons2 a i {
                transition: 0.3s ease-in;
            }

            #menu .social-buttons2 a:hover {
                background: #fff;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
                transition: all ease 0.5s;
                -moz-transition: all ease-in 0.5s;
                -webkit-transition: all ease-in 0.5s;
                -o-transition: all ease-in 0.5s;
            }

    #menu ul li > ul li a:hover {
        background-color: #007ee9;
    }

    .overlay .line {
        position: absolute; 
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        background-image: url('/images/omenuline.png');
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
    }


    @-webkit-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translatex(-10px);
            -moz-transform: translatex(-10px);
            -o-transform: translatex(-10px);
            transform: translatex(-10px);
        }

        to {
            opacity: 1;
            -webkit-transform: translatex(0);
            -moz-transform: translatex(0);
            -o-transform: translatex(0);
            transform: translatex(0);
        }
    }

    @-moz-keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translatex(-10px);
            -moz-transform: translatex(-10px);
            -o-transform: translatex(-10px);
            transform: translatex(-10px);
        }

        to {
            opacity: 1;
            -webkit-transform: translatex(0);
            -moz-transform: translatex(0);
            -o-transform: translatex(0);
            transform: translatex(0);
        }
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            -webkit-transform: translatex(-100px);
            -moz-transform: translatex(-100px);
            -o-transform: translatex(-100px);
            transform: translatex(-100px);
        }

        to {
            opacity: 1;
            -webkit-transform: translatex(0);
            -moz-transform: translatex(0);
            -o-transform: translatex(0);
            transform: translatex(0);
        }
    }
     
 

.title-container {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
} 
.field-container { 
  padding: 0;
  margin: 0;
  border: 0; 
  height: 30px; 
}

.icons-container {
  position: absolute;
  top:6px;
  right:10px;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.icon-close {
  position: absolute;
  top: -8px; 
  width: 75%;
  height: 75%;
  opacity: 0;
  cursor: pointer;
  transform: translateX(-200%);
  border-radius: 50%;
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
  font-size: 25px;
  color:rgb(117, 117, 117);
} 
.icon-search2 {
  position: relative;
  top: -7px; 
  left: 0px;
  width: 50%;
  height: 50%;
  opacity: 1;
  border-radius: 50%; 
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
  font-size: 25px;
  color:rgb(117, 117, 117);
}
 
.field{width:100px;border:none}
.field-container {
  border: 0;
  width: 100%;
  height: 100%;
  padding:5px 20px;
  background: white;
  border-radius: 23px; border:1px solid #C3C2C4;
  transition: all 0.4s ease;
}
.field:focus {
  outline: none; 
}
.field:focus + .icons-container .icon-close {
  opacity: 1;
  transform: translateX(0);
}
.field:focus + .icons-container .icon-search2 {
  opacity: 0;
  transform: translateX(200%);
}

.allproduct {
    display: inline-block;
    background-color: #e6ae48;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    padding: 8px 30px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
}
    .allproduct:hover {
        background-color: #fff;
        color: #e6ae48;
    }
.alphabet{ display: inline; margin: 15px;text-align:right}
.alphabet li{ display: inline;margin:0px 3px;}
.alphabet li a{ color:#000}

.ProductArea{padding-top:50px;}
    .ProductArea h5 {
        color: #222222;font-size:32px;font-weight:200
    }

    .ProductArea .markalink {
        color: #222222;
        font-size: 25px;font-weight:200
    }

#product_Content table {
    border-collapse: separate;
    border-spacing: 2px;
    padding:5px 0; 
}

    #product_Content table td {
        border-bottom: 2px solid #f5f5f5;
        border-top: 0;
        padding-left: 0
    }


#product_Content td b {
    color: #333333
}

.products {
    margin: 40px 0;
    overflow: hidden;
}
.products ul li p {
  display: none;
}
.products ul.list li p {
  display: block;
}
.products .list li {
   padding:30px; 
}
 
.products .list li:hover .itemTitle {
  border: 0;
}
.products .list li .itemTitle a {
  padding: 0 0 5px 0;
}
.products .list li .itemTitle .des { 
  text-transform: none !important;
  padding: 10px 0 0 0;
}
.products .list li .itemTitle p {
  color: #000;
  text-transform: none !important; 
}
.products .list li .itemIMG { 
  display: none;
}
 
.products.catalog {
  margin: 80px auto 40px auto;
}
.products.category {
  margin: 10px 0;
  width: 100%;
  float: left;
}
 
.products ul.list li {
  display: block;
  margin:16px;
  padding: 0;
  max-width: 100% !important; 
  border: 1px solid #d9d9d9; 
  border-radius: 15px; text-align: left;
}
.products ul li {
  display: inline-block;
  margin:0 16px 16px 16px;
  padding: 0;
  max-width: 240px; 
  border: 1px solid #d9d9d9; 
  border-radius: 15px;text-align:center;margin-bottom:90px;
}
    .products ul li .itemIMG {
       padding:20px
    }
   
 
.products ul li:hover .itemTitle a {
  color: #010101;
} 

.products ul.list li .itemTitle {
  position: static;
 padding: 10px; 
 width: 100%; 
 margin: auto; 
}

.products ul li .itemTitle {
   position: absolute;
  padding: 10px; 
  width: 240px; 
  margin: auto; 
}
 
.itemTitle a {
  color: #003f75;
  text-decoration: none;
  display: block;
}
.itemTitle span {
  color: #a20000;
}
.view p  { top: 5px; margin: 0 10px 0 0; } 
.view p,
.view a { 
  float: right;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.icon-gridlist {
  background: url("/assets/images/windows.png") no-repeat 0 0;
  height: 32px;
  width: 32px; 
}
.icon-list {
  background: url("/assets/images/bulletpoint.png") no-repeat 0 0;
  height: 32px;
  width: 32px;
} 

.TextArea{padding-top:50px; background-image: url('/assets/images/iStock-9967732802.png');  background-position: right 0 bottom 350px;background-repeat: no-repeat;background-size:contain}
.TextArea h1{font-size: 35px;}
.TextArea h2{font-size: 25px;}
.TextArea.uretim{padding:0; background-image: url('/assets/images/uretim_tbg.png');background-repeat: no-repeat;background-size:cover}

.blue{color: #00307E;}
h5.blue{color: #00307E;margin-bottom: 10px;}
.trk{color: #e6ae48;margin-bottom: 10px;font-size: 16px;font-weight: bold;}
.TextArea.no-bg{padding-top:50px; background-image:unset}
 
.titledropdown .hide {
    max-height: 0 !important;
}

.titledropdown{  
	position:relative
}
 

.titledropdown .title .fa-angle-right{
	float: right;
	margin-right: .7em;
	transition: transform .3s;
}

.titledropdown .menu{
	transition: max-height .5s ease-out;
	max-height: 20em;
	overflow: hidden; width: 100%;position: relative;
}

    .titledropdown .menu .option {
        margin: .3em .3em .3em .3em;
        margin-top: 0.3em;
    }
        
    .titledropdown .menu .option:last-child { 
        margin-bottom: 3em;
    }

.dropdown .menu .option:hover{
	background: rgba(0,0,0,0.2);
}

.pointerCursor:hover{
	cursor: pointer;
}

.rotate-90{
	transform: rotate(-90deg);
}
 

.ContactArea{background-color: #F7F7F7;}
.ContactArea .box.box1{background-color: #00307E;color: #fff;}
.ContactArea .box.box2{background-color: #e6ae48;color: #fff;}
.ContactArea p{font-size:14px;color: #fff;min-height: 90px;}
.ContactArea .header{font-size:18px;color: #fff;font-weight: bold;margin-bottom: 15px;}
.ContactArea .phone{font-size:16px;color: #fff;font-weight: bold;margin:15px 0;display: block;}
.ContactArea .email{color: #fff;}

.ContactArea .box.box3{background-color: #fff;color: #000;border-bottom: 2px solid #e6ae48;}
.ContactArea .box.box3:hover{background-color: #e6ae48;color: #fff;border-bottom: 2px solid #e6ae48; 
-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;}
.ContactArea .box.box3 p{color: #000;} 
.ContactArea  .box3 .header{font-size:16px;color: #00307E;font-weight: bold;margin-bottom: 15px;}
.ContactArea .box.box3:hover a, .box.box3:hover p,.box.box3:hover .header{ color: #fff;}
.ContactArea  .box3 .link{color: #e6ae48;text-decoration: underline;}
.ContactArea  .box3 .link:hover{color: #00307E;text-decoration: underline;}

#FormArea .title{ color:#00307E;font-size:20px}

  

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-8px);
  }
  
  100% {
    opacity: 1;
  }
}


 

.newsmenu {
    margin: 0;
    padding: 0
}

    .newsmenu li {
        padding: 5px;
        border-bottom: 1px solid #adb7c2;
        text-align: left; 
    }
    .newsmenu li a { 
        text-align: left;
        text-transform: capitalize
    }

    .newsmenu .active {
        color: #f00
    }

.leftmenuheader {
    color: #00307E; 
    font-size: 1.5rem
}


.basinimage{border:1px solid #9b9b9b}


.productdrpdown{width:100%;;border:none;background-color:#fff;padding:5px 10px;margin-bottom:10px}
.clrbtn {
    color: #e6ae48;
    border: 1px solid #e6ae48; 
}


.SearchResult {
    background-color: #F7F7F7
}

    .SearchResult a.header {
        color: #282828;
    }
    .SearchResult a.header:hover {
        color: #00307E;
    }

    .SearchResult p {
        font-size: 14px;
        color: #000; 
    }

    .SearchResult .header {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-bottom: 15px;
    }

   b.p15{font-size:15px !important}

    
.container-fluid {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto
}



.modal-header{text-align:center;display:block}
.modal-content {
    text-align: center
}
.modal-footer {
    justify-content:center
}

.modal-title{float:left;text-align:left;font-size:16px}


button.boot4cancel {
    font-size: 13px;
    color: #e6ae48;
    margin: 0px 0;
    display: inline-block;
    border: 2px solid #e6ae48;
    height: auto;
    line-height: normal;
    padding: 10px;
    text-transform: none
}

    button.boot4cancel:hover {
        font-size: 13px;
        color: #fff; 
        display: inline-block;
        border: 2px solid #e6ae48;
        background-color: #e6ae48;
    }

button.boot4ok {
    font-size: 13px;
    color: #e6ae48;
    margin: 0px 0;
    display: inline-block;
    border: 2px solid #e6ae48;
    height: auto;
    line-height: normal;
    padding: 10px;
    text-transform: none
}

    button.boot4ok:hover {
        font-size: 13px;
        color: #fff;
        display: inline-block;
        border: 2px solid #e6ae48;
        background-color: #e6ae48;
    } 


.modal-content input {
    height: 57px;
    border-radius: 0px;
}

    .modal-content .btn-primary {
        width: 100%;
        background-color: #ef9919;
        border: 0px;
    }

        .modal-content .btn-primary:hover {
            background-color: #0073b7;
            border: 0px;
        }


.modal-backdrop.show {
    opacity: 0.9;
    background-color: #D6B87A
}




#CatSlice, #Logos { 
    background-size: cover;
    background-position: center;
}

    #CatSlice .catname {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 22px
    }

        #CatSlice .catname b {
            display: block;
            margin-top: 20px;
            font-size: 22px
        }



#ContentPlaceHolder1_CatSlice, #Logos {
 
}
#Logos{
  background-color: var(--primary-proj-color) !important;
}

    #ContentPlaceHolder1_CatSlice .catname {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 22px
    }

        #ContentPlaceHolder1_CatSlice .catname b {
            display: block;
            margin-top: 20px;
            font-size: 22px
        }





.language {
    color: #333333;
    margin-right: 20px; 
    border: 1px solid #333333;
    border-radius: 30px;
    padding: 2px 25px 2px 15px;
    font-family: Poppins;
}

    .language button {
        text-decoration: none;
        color: #333333;
    }

    .language .dropdown-toggle:after {
        right: 10px;
        content: '\f078';
        font-weight: 100;
        font-size: 11px;
        color: #333333;
    }

    .language .dropdown-menu {
        background-color:transparent
    }
    .language .dropdown-menu a {
        font-family: Poppins;
        font-size: 12px;color:#fff
    }
        .language .dropdown-menu a:hover {
            background-color:transparent;
            color: #fff
        }
    .language .dropdown-item{padding-left:5px}



    .block {
        display: block;
    }

.inline-block {
    display: inline-block;
}

.flexbox,
.inline-flexbox {
    padding: 10px;
    background-color: none
}

    .flexbox .box {
        background-color: transparent; text-align:center
    }

.flexbox {
    display: flex;
}

.inline-flexbox {
    display: inline-flex;
}

.flexbox-row {
    flex-direction: row;
}

.flexbox-row-reverse {
    flex-direction: row-reverse;
}

.flexbox-column {
    flex-direction: column;
}

.flexbox-column-reverse {
    flex-direction: column-reverse;
}



.column {
    flex: 1;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.box-1 {
    width: 10%;
    padding: 0;
    vertical-align: central;
    text-align: center;
    min-width: 100px
}

.box-2 {
    width: 78%
}

.box-3 {
    width: 10%;
    padding: 0;
    min-width: 100px
}


.box-40 {
    width: 40%;
    padding: 0;
    min-width: 100px;
    align-items: center;
    justify-content: center;display:flex;
}
.box-80 {
    width: 80%;
    padding: 0;
    min-width: 100px
}

.dergi 
.swiper-slide {
    position: relative;
    width: var(--swiper-width);
    opacity: 0.5;
    transform: scale(0.84);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 0.4285rem;
}
.dergi
.swiper-backface-hidden .swiper-slide {
    transform: scale(0.84) translateZ(0);
}

 

.dergi
.swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
}
.dergi
.swiper-backface-hidden .swiper-slide.swiper-slide-active {
    transform: scale(1) translateZ(0) !important;
}


.dergi .caption {
    font-size: 30px;
    text-align: center;
    color: #AAA295
}

#OneCikanlar {
    background-color: var(--primary-proj-color);
    padding-top: 70px;
    padding-bottom: 70px
}

.onecikanlar
.swiper-slide {
    position: relative;
    width: var(--swiper-width);
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
    overflow: hidden; 
    background-color: #fff;
    padding: 20px;margin:15px
}

.swiper-container {
    padding-right: 0;
    padding-left: 0px;
}



#Sunumlar    span{font-weight:100}
 



.galeri1
.swiper-slide {
    position: relative;
    width: var(--swiper-width);
    opacity: 0.5;
    transform: scale(0.94);
    transition: all 0.3s ease-in-out;
    overflow: hidden; 
}

 

.galeri1 img {
    width: 100%;
}
.galeri2 img {
    width: 100%;
}

.galeri1
.swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.galeri2
.swiper-slide {
    position: relative;
    width: var(--swiper-width);
    opacity: 0.5;
    transform: scale(0.94);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.galeri2
.swiper-container { 
    direction: rtl; 
}

#Sunumlar .swiper-container{width:90%}

.galeri2
.swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
}



/* --- Add this CSS --- */
.social-buttons {
    position: absolute;
    z-index: 9999;
    right: 20px; 
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content:center
}

        .social-buttons a {
            display: inline-flex;
            text-decoration: none;
            font-size: 18px;
            width: 30px;
            height: 30px;
            color: #fff;
            justify-content: center;
            align-items: center;
            position: 3px 0;
        }

            .social-buttons a::before {
                content: "";
                position: absolute;
                width: 30px;
                height: 30px;
                background: transparent;
                border-radius: 50%;
                z-index: -1;
                transition: 0.3s ease-in;
            }



            .social-buttons a i {
                transition: 0.3s ease-in;
            }

            .social-buttons a:hover {
                background: #fff;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
                transition: all ease 0.5s;
                -moz-transition: all ease-in 0.5s;
                -webkit-transition: all ease-in 0.5s;
                -o-transition: all ease-in 0.5s;
            }


.eventslider {
    margin:20px;
    max-width: 100%;
}
    .eventslider
    .swiper-container {
        padding-bottom: 20px;
    }
.eventslider
.swiper-scrollbar {
    background: #EBCD94;
}
.eventslider
.swiper-scrollbar {
    border-radius: 2px;
    height: 5px;
    position: relative;
    margin-bottom: 30px
}
.eventslider
.swiper-wrapper img {
    width: 100%;
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
}
.eventslider
.item {
    border-radius: 20px;
    padding: 10px;
    margin: 0px
}
.eventslider
.imgbox {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    border-radius: 20px;
    display: block
}
.eventslider
.item span {
    margin: 20px 0;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px
}


#Dergi {
    background-color: #F8F6F4
}


#Logos p{ color:#fff;font-size:30px;font-family:"Poppins",sans-serif;line-height:1.1;font-weight:200}
 
#Logos
.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
    #Logos .slider::before, #Logos .slider::after {
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }
    #Logos .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }
    #Logos
    .slider::before {
        left: 0;
        top: 0;
    }
    #Logos
    .slider .slide-track {
        -webkit-animation: scroll-reverse 40s linear infinite;
        animation: scroll-reverse 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }
    #Logos
    .slider .slide {
        height:200px; 
    }




  #Logos

.swiper-container {
    width: 100%;
    height: 20%; 
}

#Logos
.swiper-container {
    padding-bottom: 20px;
} 



#Logos
 img {
    width: 150px
}

      
#Logos
.swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
#Logos
.swiper-slide { 
    background:#fff; 
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 70px;margin:0 25px;border-radius:10px;
}

@-webkit-keyframes line-slide {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes line-slide {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 100% 0;
    }
}


 

.dropdown:hover .dropdown_menu--animated {
    display: block;
}

.dropdown_menu--animated {
    display: none;
}

    .dropdown_menu--animated li {
        display: block;
        opacity: 1;
    }

.dropdown_menu-6 {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}



@-moz-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@-o-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}


#ContentArea3 h3{color:#e6ae48}

#SertifikaSection {
    background-color: #F8F6F4
}
#SertifikaSection h1 { font-size:90px;
}

#SertifikaSection2 h3 { 
    color: #e6ae48;font-family:Poppins;font-weight:100
}
.logos a {
    background-color: #F8F6F4;
    padding: 25px;
    display: block;
    margin-bottom: 15px;
    text-align: center
}
.logos img {
  max-height:469px
}

.titlekatalog {
    font-size: 50px;
    font-family: "StandingFlower";
    font-weight: 100
}


.card-header .title {
    font-size: 17px;
    color: #000;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
    background-color: #fff;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;padding-left:0
}

.card .sectionheader {
    color: #e6ae48;font-size:36px;margin-bottom:20px
}
    .card {
    border: 0px solid #ddd;
    font-family: Poppins;
}
.card .title{font-size:24px;text-transform:capitalize !important}
.card-body {
    border-top: 0px solid #ddd;font-size:16px
}

.card-body  li{
    display:block;width:100%
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
.accordion > .card .card-header{margin:0}


.card-body li a.underline {
    color: #e30613
}



 

.darken {
    position: relative;
    text-align: center;
    color: white;
}





.masonry {
    max-width:1600px;margin:auto;
}   

    .masonry img {
       width:100%; border-radius:20px
    }

.mimg{margin:20px}
.masonry .desc {
    margin-bottom: 35px;
    font-family: Poppins;font-size:22px; 
    position: relative;padding:0 20px
}

.dark .dropdown-menu{background-color:#fff !important;margin-top:1px}

.dark .dropdown-menu a {
    color: #000 !important;
    padding-left: 15px !important
}



.bottom {
    border-top: 1px solid #acacac;
    color: #616e72;
    padding: 50px 0;
}

.bottomlink {
    display: block
}

    .bottomlink li {
        display: inline;
        margin: 0 15px
    }

    .bottomlink a {
        color: #616e72;
        font-weight: bold;
    }

.footermarka li a {
    color: #ada8a8 !important;
    line-height: 2;font-weight:300;font-size:13px
}

.bottomsocial {
    display: inline-block;
    float: right;
    margin: 10px 5px
}

    .bottomsocial li {
        display: inline;
        margin: 0 5px
    }


.contactinfo {
    font-family: "Poppins", sans-serif;
    font-size: 18px
}


.go-link {
    border: 1px solid #90959B;
    border-radius: 25px;
    padding: 10px 20px;
    display: inline-block;
    color: #90959B;
    font-size: 14px;
    transition: background-color 0.5s ease;
    margin: 20px
}

    .go-link:hover {
        background-color: #D6B87A;
        transition: background-color 0.5s ease;
        color: #ffff;
        border: 1px solid #D6B87A;
    }



.go-markalar:hover {
    background-color: #D6B87A;
    transition: background-color 0.5s ease;
    color: #ffff;
    border: 1px solid #D6B87A;
}



.line-container {
    width: 100%;
    text-align: center;
    position: relative;
}

    .line-container::before,
    .line-container::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 50%;
        height: 1px;
        background-color:var(--secondary-proj-color);
    }

    .line-container::before {
        left: 0;
    }

    .line-container::after {
        right: 0;
    }

.line-text {
    display: inline-block;
    background-color: #a9b69f; /* Arka plan rengi ile aynı olmalı */
    padding: 0 50px;
    position: relative;
    z-index: 1;
    color:white;
}

#Content1 h2 {
    font-size: 90px;
    font-family: "StandingFlower";font-weight:100
}
    #Content1    h3 {
        font-size: 40px;
        font-weight: 100
    }


     
#Content2 p {
    font-size: 35px;
    line-height: 1.3;
    margin-top: 30px
}





#Projects h3,h4 {
   line-height:1;
   margin:0
}

#Projects  h4 {
    font-weight:100;margin-bottom:30px
}


#Projects p {
    color: #000;
    font-size: 20px;
    font-family: "Poppins",sans-serif; 
    font-weight: 200
}

#Projects
.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    #Projects .slider::before, #Projects .slider::after {
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    #Projects .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    #Projects
    .slider::before {
        left: 0;
        top: 0;
    }

    #Projects
    .slider .slide-track {
        -webkit-animation: scroll-reverse 40s linear infinite;
        animation: scroll-reverse 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    #Projects
    .slider .slide {
        height: 200px;
    }




#Projects 
.swiper-container {
    width: 100%;
    height: 100%;
}

#Projects
.swiper-container {
    padding-bottom: 20px;
}

hr{
  border-top:1px solid var(--secondary-proj-color)
}


#Projects
img {
    width: 150px
}


#Projects
.swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

#Projects
.swiper-slide {
    background: #fff;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 25px;
    border-radius: 10px;
}




.top_nav {
    position: absolute;
    top: 7px;
    width: 100%;
    right: 21%;
    text-align: right
}

.marka-container {
    margin-top: 100px;
    display: inline-block;
    width: 100%;
    background-color: #FAFAFA
}

.kurumsal-container {
    margin-top: 100px;
    display: inline-block;
    width: 100%
}

@media only screen and (min-width:421px) and (max-width:1840px) {

    .plist:nth-child(1n+1):after {
        width: 400px; /*****-2px*****/
        height: 360px; /*****-20px*****/
        margin-top: 20px;
        border-right: 1px solid #acacac;
    }


    .plist:nth-child(2n+0):after {
        border-top: 0px solid #acacac;
        border-right: 0px solid #acacac;
    }

    .plist:nth-child(1):before {
        border-top: 0px solid #acacac !important;
    }

    .plist:nth-child(2):before {
        border-top: 0px solid #acacac !important;
    }

    .plist:nth-child(3):before {
        border-top: 1px solid #acacac !important;
    }
}


/* Mobile Phones and tablets */
@media only screen and (max-width:992px) {
    .kurumsal-container {
        margin-top: 0;
        display: inline-block;
        width: 100%
    }
    .marka-container {
        margin-top: 5px;
        display: inline-block;
        width: 100%;
        background-color: #FAFAFA
    }
    .navbar .navbar-brand {
      width: 21%;
    }


    .top_nav {
        display: none
    }
    #OneCikanlar {
        background-color: #FAFAFA;
        padding-top: 40px;
        padding-bottom: 40px
    }

    #Content2 p {
        font-size: 30px
    }

    .navbar .nav__item {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 5px 15px
    }

        .navbar .dropdown-menu .dropdown-item img {
            display: none
        }

        .navbar .dropdown-menu .dropdown-item.no-border {
            border-bottom: 1px solid #f2f2f2 !important
        }

    .plist:nth-child(1n+1):after {
        width: 400px; /*****-2px*****/
        height: 360px; /*****-20px*****/
        margin-top: 20px;
        border-top: 1px solid #acacac;
    }


    .plist:nth-child(1n+1):after {
        border-top: 0px solid #acacac;
        border-right: 0px solid #acacac !important
    }

    .plist:nth-child(1):before {
        border-top: 0px solid #acacac !important;
    }

    .plist:nth-child(2):before {
        border-top: 1px solid #acacac !important;
    }

    .plist:nth-child(3):before {
        border-top: 1px solid #acacac !important;
    }
}


@media (min-width: 1439px) {
    .container {
        max-width: 1240px !important;
    }
}

@media only screen and (min-width: 992px) {
    /* Style for the main dropdown menu */
    .navbar-nav .dropdown-menu {
        display: none;
        position: absolute;
        background-color: var(--secondary-proj-color);
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 0;
        margin: 0;
    }

    /* Show the dropdown menu when the parent item is hovered */
    .navbar-nav .nav-item:hover > .dropdown-menu {
        display: block;
    }

    /* Style for the submenu */
    .dropdown-submenu {
        position: relative;
        border-right: 1px solid #000;
        padding: 10px;
    }

        .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            display: none;
            position: absolute;
            padding-left: 20px;
            margin-left: 1px
        }

        /* Show the submenu when the parent submenu item is hovered */
        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }



    .navbar .dropdown-menu .dropdown-toggle:after {
        right: 20px;
    }
}


@media only screen and (min-width: 601px) and (max-width: 1439px) {
    .container {
        max-width: 900px !important; 
    }


    .heading__titlegray {
        font-size: 30px;
        line-height: 30px; 
    }
    #Content1 h2{font-size:35px}
    #Content1 h3 {
        font-size: 25px
    }

    #Content2 p {
        font-size: 25px;
        line-height: 1.3;
        margin-top: 30px
    }

}


    @media only screen and (min-width: 1440px) and (max-width: 1680px) {

        /* Styles for larger screens go here */

        .container {
            max-width: 1240px; 
        }

        #Content1 h2 {
            font-size: 40px
        }

        .heading__titlegray {
            font-size: 35px;
            line-height: 35px;
        }

        #Content1 h3 {
            font-size: 30px
        }

        #Content2 p {
            font-size: 30px;
            line-height: 1.3;
            margin-top: 30px
        }
    }

    @media only screen and (orientation: portrait) {
        /* Styles for portrait orientation go here */
    }

    @media only screen and (orientation: landscape) {
        /* Styles for landscape orientation go here */
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        /* Styles for retina displays go here */
    }


.card {
    background-color: transparent
}
.list-group-item, .card-header{background-color:transparent}
.list-group-item{border:none;}

.contact-info {
    justify-content:flex-end;width:100%;
}




.dropdown-menu li   {
    padding:10px;
    border-bottom:1px solid #ddd;margin-bottom:10px
}


    .dropdown-menu li:hover {
        padding: 10px;
        background-color: var(--primary-proj-color);
        width: 100%;
        color:#fff
    }

    .dropdown-menu li:hover a {
        width:100%;display:block;color:#fff
     }

    .dropdown-menu  a:hover {
        color: #00307E
    }
 



    
/* Reset <select> defaults */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  box-shadow: none;padding:4px 20px !important;
}

select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: min(15rem, 90vw); 
  border-radius: 25rem;
  overflow: hidden;
  border: 1px solid #ddd;
}
.select select {
  flex: 1;
  padding: 1em;
  cursor: pointer;
}
.select::after {
  content:url("/assets/images/down.png");
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  transition: 0.25s all ease;
  pointer-events: none;
}
.select:hover::after {
  color: #f39c12;
  -webkit-animation: bounce 0.5s infinite;
          animation: bounce 0.5s infinite;
}
 


.inputsearch {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background:#fff;
  color: inherit;
  box-shadow: none;padding:0px 20px !important;
}

.inputsearch::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.inputsearch {
  position: relative;
  display: flex;
  width: min(15rem, 90vw); 
  border-radius: 25rem;
  overflow: hidden;
  border: 1px solid #ddd;
}
.inputsearch input {
  flex: 1;
  padding:0.2em;
  cursor: pointer;background:#fff;border:0;margin-right:15px;max-width: 180px;
}
.inputsearch::after {
  content:url("/assets/images/isearch.png");
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  transition: 0.25s all ease;
  pointer-events: none;
}
.inputsearch:hover::after {
  color: #f39c12;
  -webkit-animation: bounce 0.5s infinite;
          animation: bounce 0.5s infinite;
}


#productlist .card {
    background-color: #fff
}


.otherlist img{max-width:250px}


.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    color: white;
}

.overlay h1 {
    font-family:"StandingFlower";color:#fff;font-size:100px;font-weight:100
}

    .overlay p {
        margin: 0;
        font-size: 24px;
        color:#fff;max-width:600px;text-align:center
    }

.video-container .go-link {
    color: #fff
}

.list-group-flush{padding:20px 0}
.list-group-flush li {
    display: block;
    margin-bottom:5px;font-size:14px
}
    .list-group-flush li label {
        color: #90959B
    }

        .list-group-flush li label:hover {
            color: #D6B87A
        }

    .list-group-flush li a {
        color: #90959B
    }

        .list-group-flush li a:hover {
            color: #D6B87A
        }

        .list-group-flush li a.active {
            color: #D6B87A
        }
.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-item {
    flex: 1;
    position: relative;
}

    .flex-item img {
        width: 150%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.left img {
    left: -25%;
}

.right img {
    right: -25%;
}

.text-center {
    flex: 1;
    text-align: center;
    z-index: 1;
}

#marka-detay h1{font-size:30px;font-weight:100;display:block;margin-top:20px }

    #kurumsal-detay h1 {
        font-size: 90px;
        display: block;
        margin-top: 20px;
        font-weight: bold;
        font-family: "StandingFlower";
        font-weight: 100;
        line-height: 0.7;
    }

        #kurumsal-detay h1 span {
            font-size: 30px;
            font-weight: 100;
            display: block;
            margin-top: 20px;
            font-family: "Poppins";
            line-height: 2;;margin-bottom:20px
        }

#contact{font-weight:200}
#contact b {
    font-weight: 500
}

.phonecol {
    border-left: 1px solid #E0E1DD;
    border-right: 1px solid #E0E1DD;
    line-height:2.5
}
#contact .bordered {
    border-top: 1px solid #E0E1DD;
    margin-top: 40px;
    border-bottom: 1px solid #E0E1DD; padding-bottom:40px
}


#contactform .bordered {
    border-left: 1px solid #E0E1DD;  
}


#testi {
    padding: 30px;
    background-color: #BFAF9A
}

#testi .swiper-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

    #testi .swiper-slide {
        margin: 0 20px;
    }
#testi .testimonial {
    background: #fff;
    padding:40px 30px;
    border-radius: 15px;
    text-align: center; 
}
    #testi     .testimonial p {
        font-size: 1rem;
        color: #333;
    }
    #testi    .testimonial h3 {
        margin-top: 10px;
        font-weight: bold;font-size:17px
    }
    #testi    .testimonial span {
        color: #666;
        font-size: 0.9rem;
    }


    #testi .testimonial::before {
        font-family: Arial;
        content: "\201C";
        color: #BFAF9A;
        font-size: 6em;
        position: absolute;
        left: 10px;
        top: -10px;
    }

    #testi .testimonial::after {
        content: "";
    }

    .categories label{ cursor: pointer;}

.btnshowroom {
    font-size: 30px
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .btnshowroom {
        font-size: 20px
    }
    #testi .swiper-slide {
        margin: 0 0;
    }
    .overlay h1 {
        font-size: 60px
    }
    .social-buttons {
      height: 50vh;
    }
}
 
#toplink a{
  color:var(--primary-proj-color);
}

#toplink a i {
    color: var(--primary-proj-color);font-size:120%; margin:5px
}


#footer  .title {
        font-family: "StandingFlower";
        color:#000;
        font-size: 40px;
        font-weight: 100;line-height:1; 
    }
#footersocial{padding:15px 0}
#footersocial a {
    font-size: 30px;
    color: #002a5e;
    margin-top: 10px
}


.blog_spot {
    font-size: 20px !important
}

.blog-item .blog__title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 18px;
}


.bmarkadetay {
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif
}

    .bmarkadetay:hover {
        color: #fff !important
    }

 

      .product {
        min-height: 400px; /* Kartın minimum yüksekliği */ 
    }

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important; /* Use !important to ensure it overrides Owl Carousel styles if needed */
    }
    .onecikanlar .swiper-slide{margin:0}
}

.paging a{margin:5px;background-color:#fff;padding:3px 10px }