@charset "UTF-8";



@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
     font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
   font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2');
   font-weight: lighter;
  font-style: normal;
}



html {
  font-size: 100%;
  font-family:'Poppins';
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

::-moz-selection {
  background-color: #fdf0b2;
}

::-webkit-selection {
  background-color: #fdf0b2;
}

::selection {
  background-color: #fdf0b2;
}

:focus {
  outline: none;
}
td
{
    padding:5px;
}
tr.force-black{
    background-color:black;
}
p.font-size-for-table
{
    font-size:16px;
}
strong.font-size-for-description
{
    font-size:small !important;
}



body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #5a5a5a;
}

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  color:#e66252;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #fd998e;;
}

p {
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 14px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;


}

video {
  height: 100%;
  width: 100%;
}

hr {
  margin: 0;
  border-color: #e5e5e5;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #ffb31a;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

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

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

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Popins", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #222222;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h1, .h1 {
  font-size: 55px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 34px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  
}
@media only screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 35px;
  }
  
}

@media only screen and (min-width: 575px) and (max-width: 1200px) {
  .benefit__title{
    font-size: 16px !important;
  }

  .benefit__text{
    font-size: 14px !important;
  }
  .kayan-madde{
    font-size: 14px !important;
  }


}
 

@media (min-width: 992px) and (max-width: 1547px){
  h1, .h1 {
    font-size: 40px;
  }
}
  


h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

h1 > a:hover, h1 > a:focus, h2 > a:hover, h2 > a:focus, h3 > a:hover, h3 > a:focus, h4 > a:hover, h4 > a:focus, h5 > a:hover, h5 > a:focus, h6 > a:hover, h6 > a:focus {
  color: #ffb31a;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #222222;
  font-size: 85%;
}

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

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

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

@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}

.section-headings p {
  margin-bottom: 40px;
}

.title-row {
  margin-bottom: 32px;
  position: relative;
}

.title-row--boxed {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.section-title + p {
  margin-top: 24px;
}

.subtitle {
  font-size: 14px;
  line-height: 1.56;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  letter-spacing: 0.3em;
  color: #ffb31a;
}


address {
  font-style: normal;
  margin-bottom: 0;
  line-height: 26px;
}

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section-wrap {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .section-wrap {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-wrap {
    padding: 60px 0;
  }
}

.section-wrap--pb-large {
  padding-bottom: 180px;
}

@media only screen and (max-width: 767px) {
  .section-wrap--pb-large {
    padding-bottom: 60px;
  }
}

.container-semi-fluid {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .container-semi-fluid {
    padding: 0 20px;
  }
}

.main-container {
  margin: auto;
}

@media (min-width: 1060px) {
  .content-wrapper--boxed {
    padding: 0 30px 30px 30px;
  }
}

@media only screen and (min-width: 992px) {
  .content-wrapper--boxed-lg {
    padding: 0 70px;
  }
}

/* Columns Gutters
-------------------------------------------------------*/
.row-16 {
  margin: 0 -8px;
}

.row-16 > [class*="col-"] {
  padding: 0 8px;
}

.row-20 {
  margin: 0 -10px;
}

.row-20 > [class*="col-"] {
  padding: 0 10px;
}

.row-30 {
  margin: 0 -15px;
}

.row-30 > [class*="col-"] {
  padding: 0 15px;
}

.row-60 {
  margin: 0 -30px;
}

.row-60 > [class*="col-"] {
  padding: 0 30px;
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.flex-child {
  -webkit-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}



/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {

  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  background-color: #f8f8f8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover {
  color: #000;
  border-color: transparent;
}

.btn:focus {
  outline: none;
  color: #000;
}

.btn--lg, .btn--lg.btn--button {
  font-size: 16px;
  padding: 0 48px;
}

.btn--lg span, .btn--lg.btn--button span {
  line-height: 55px;
}

.btn--lg.btn--button {
  height: 55px;
}

.btn--md, .btn--md.btn--button {
  font-size: 15px;
  padding: 0 24px;
}

.btn--md span, .btn--md.btn--button span {
  line-height: 46px;
}

.btn--md.btn--button {
  height: 46px;
}

.btn--color {
  background-color: #ffb31a;
}

.btn--color:hover {
  opacity: .92;
}

.btn--dark {
  background-color: #181818;
  color: #fff;
}

.btn--white {
  background-color: #fff;
  color: #222222;
}

.btn--light {
  background-color: #f9f9f9;
  color: #222222;
}

.btn--wide {
  width: 100%;
}

.btn--dark:hover, .btn--dark:focus, .btn--white:hover, .btn--white:focus, .btn--light:hover, .btn--light:focus {
  background-color: #ffb31a;
  border-color: transparent;
}

.btn i {
  font-size: 12px;
  position: relative;
  margin-left: 40px;
  line-height: 1;
}

.rounded,
.rounded:before {
  border-radius: 70px;
}

.section-buttons {
  margin-bottom: 50px;
}

.section-buttons a {
  margin-bottom: 10px;
}

/* Input Buttons
-------------------------------------------------------*/
.btn--button {
  border: none;
  margin-bottom: 0;
  width: auto;
}

.btn--button:hover, .btn--button:focus {
  background-color: #ffb31a;
}

.btn--button.btn--color {
  color: #222222;
}

.btn--button.btn--wide {
  width: 100%;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea {
  height: 46px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  width: 100%;
  margin-bottom: 24px;
  padding: 0 12px;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

textarea {
  height: auto;
  display: block;
  padding: 8px 16px;
  margin-bottom: 24px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  border-color: #ffb31a;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #868686;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #868686;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #868686;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #868686;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  background-image: url(../img/dropdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;

}

select::-ms-expand {
  display: none;
}

label {
  color: #222222;

  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.form-group {
  position: relative;
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/* slider */
.slider-container {
  position: relative;

  height: 80vh; /* Sayfa yüksekliğinin %70'i */
  overflow: hidden;

z-index: 0;
width:100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 2;
}

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

.slide.active {
  opacity: 1;
  z-index: 5;
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-prev, .owl-next {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-color: transparent;
  text-align: center;
  line-height: 34px;
  z-index: 10;
  width: 22px;
  height: 40px;
  font-size: 22px;
  color: #fff !important;
  opacity: 0;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-prev:hover, .owl-next:hover {
  opacity: .92;
  border-color: transparent;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1;
}

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
  color: #868686;
}

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
  opacity: 1;
}

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
  left: -60px;
}

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
  right: -60px;
}

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
  opacity: 1;
  top: -60px;
}

.owl-carousel--arrows-outside .owl-prev {
  right: 36px;
  left: auto;
}

.owl-carousel--arrows-outside .owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 30px;
}

.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 3px;
  background: #fff;
  opacity: 0.4;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.owl-dot.active span,
.owl-dot:hover span {
  opacity: 1;
  background-color: #ffb31a;
}

.owl-carousel--dots-inside .owl-dots {
  position: absolute;
  bottom: 20px;
  margin-top: 0;
  width: 100%;
}

.owl-custom-nav {
  margin-top: 24px;
}

.owl-custom-nav__btn {
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 0 5px;
  line-height: 26px;
  background-color: transparent;
}

.owl-custom-nav__btn:hover {
  background-color: #ffb31a;
  color: #fff;
  border-color: transparent;
}

.owl-custom-nav__btn:focus {
  outline: none;
}

.owl-custom-nav__btn i {
  font-size: 8px;
  margin: 0 3px;
  position: relative;
  top: -1px;
}
 
/*-------------------------------------------------------*/
/* Icon Font
/*-------------------------------------------------------*/
[class^="ui-"]:before,
[class*=" ui-"]:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  line-height: normal;
}

.container-icons .fs1 {
  text-align: center;
  margin-bottom: 40px;
  width: 20%;
}

@media only screen and (max-width: 1199px) {
  .container-icons .fs1 {
    width: 25%;
  }
}

@media only screen and (max-width: 991px) {
  .container-icons .fs1 {
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .container-icons .fs1 {
    width: 50%;
  }
}

.container-icons .pbs span:first-child {
  font-size: 50px;
  display: block;
  margin-bottom: 18px;
}

/*-------------------------------------------------------*/
/* Card
/*-------------------------------------------------------*/
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.card-row > div {
  margin-bottom: 48px;
}

.card-row .card {
  height: 100%;
  margin-bottom: 0;
}

.card__img-holder {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.card__body {
  background-color: #fff;
  padding: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.card--small .card__body {
  padding: 24px 16px;
}

.card--small .entry__title {
  font-size: 16px;
  margin-bottom: 0;
}


/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
.table-wrap {
  margin-bottom: 34px;
}

/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/
.tabs__list {
  margin-bottom: -1px;
  overflow: hidden;
  padding: 0;
}

.tabs__item {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
}

.tabs__item:not(:first-child) {
  margin-left: -1px;
}

@media only screen and (max-width: 575px) {
  .tabs__item {
    display: block;
    margin-right: 0;
  }
}

.tabs__url {
  display: block;
  position: relative;
  padding: 12px 18px 11px;
  border: 1px solid #e5e5e5;
  color: #222222;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.tabs__url:focus {
  color: inherit;
}

.tabs__url:hover {
  background-color: white;
}

.tabs__item--active:before, .tabs__item:hover:before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffb31a;
}

.tabs__item--active .tabs__url {
  color: #222222;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

.tabs__content {
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.tabs__content-pane {
  display: none;
}

.tabs__content-pane--active {
  display: block;
}

/*-------------------------------------------------------*/
/* Accordions and Toggles
/*-------------------------------------------------------*/
.accordion {
  margin-bottom: 8px;
}

.accordion__heading {
  position: relative;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion__toggle {
  display: block;
  width: 20px;
  height: 100%;
  line-height: 45px;
  right: 10px;
  top: 0;
  position: absolute;
}

.accordion__toggle:after {
  font-family: "ui-icons";
  content: "\f123";
  line-height: 1;
  left: 0;
  top: 0;
  color: #868686;
  font-size: 14px;
}

.accordion--is-open .accordion__toggle:after {
  content: "\f126";
}

.accordion__link {
  display: block;
  position: relative;
  padding: 14px 40px 14px 16px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
}

.accordion__link h4 {
  font-size: 14px;

  color: #222222;
  margin-bottom: 0;
}

.accordion__link span {
  color: #868686;
}

.accordion__link:hover, .accordion__link:focus {
  color: #222222;
}

.accordion--is-open {
  background-color: #fefefe;
}

.accordion--is-open .accordion__toggle:after {
  color: #000;
}

.accordion__body {
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-top-color: transparent;
}

/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.alert-dismissible .close {
  padding: 0.70rem 1.25rem;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials--white a {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
}


.socials--white a:hover {
 opacity: 0.8;
}


.socials--base a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin: 0 6px 6px 0;
  color: #fff;
}

.socials--base a.social-facebook {
  background-color: #39599f;
}

.socials--base a.social-facebook:hover {
  background-color: #324e8c;
  color: #fff;
}

.socials--base a.social-twitter {
  background-color: #55ACEE;
}

.socials--base a.social-twitter:hover {
  background-color: #3ea1ec;
  color: #fff;
}

.socials--base a.social-google-plus {
  background-color: #DE4B39;
}

.socials--base a.social-google-plus:hover {
  background-color: #d93824;
  color: #fff;
}

.socials--rounded a {
  border-radius: 50%;
}

.social {
  display: inline-block;
  color: #222222;
  text-align: center;
  margin-right: 30px;
  font-size: 18px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.social:last-child {
  margin-right: 0;
}

.social-facebook:hover {
  color: #39599f;
}

.social-twitter:hover {
  color: #55acee;
}

.social-google-plus:hover {
  color: #DE4B39;
}

.social-youtube:hover {
  color: #c61d23;
}

.social-snapchat:hover {
  color: #fffb01;
}

.social-linkedin:hover {
  color: #0e76a8;
}

.social-pinterest:hover {
  color: #c8232c;
}

.social-instagram:hover {
  color: #e1306c;
}

.social-rss:hover {
  color: #ef822a;
}

@media only screen and (max-width: 1199px) {
  .social {
    margin-right: 16px;
  }
}

/*-------------------------------------------------------*/
/* Hero
/*-------------------------------------------------------*/
.main-wrapper {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .main-wrapper--offset {
    margin-left: 240px;
    position: relative;
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .main-wrapper--offset {
    margin-left: 300px;
  }
}

/*-------------------------------------------------------*/
/* Intro
/*-------------------------------------------------------*/
.intro__title {
  font-size: 50px;
  max-width: 300px;
  line-height: 1.150;
  margin-bottom: 28px;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .intro__title {
    font-size: 36px;
    max-width: 100%;
  }
}

/*-------------------------------------------------------*/
/* Feature
/*-------------------------------------------------------*/
.feature {
  margin-top: 36px;
}

.feature__icon {
  font-size: 48px;
  color: #222222;
}

.feature__title {
  font-size: 16px;
  margin-top: 18px;
}


/* Benefit
-------------------------------------------------------*/
.offset-top-100 {
  margin-top: -100px;
}

@media only screen and (max-width: 575px) {
  .offset-top-100 {
    margin-top: 0;
  }
}

.benefit {
  padding: 25px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  text-align: center;
  box-shadow: 0 2px 14px rgba(0,0,0,0.1);
  height: 198px;
  max-height: 200px;
  overflow: hidden;
  border-radius: 15px;
}

.benefit__icon {
  display: inline-block;
  font-size: 39px;
  margin-bottom: 24px;
}

.benefit__title {
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 5px;
  color: #fff;
}

.benefit__text {
color: #fff;
}

.benefit:hover{
  box-shadow: 0 2px 14px rgba(96, 94, 119, 0.9);
}


.process {
  text-align: center;
}

.process__icon, .process__title, .process__text {
  color: #fff;
}

.process__title {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 20px;
}

.process__icon {
  display: inline-block;
  font-size: 39px;
  margin-bottom: 24px;
}
 */


/*-------------------------------------------------------*/
/* Partners
/*-------------------------------------------------------*/
.partners {
  padding: 36px 0;
}



/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 175px 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #181818;
  height: 150px;
}

.page-title.bg-dark-overlay:before {
  background-color: rgba(0, 0, 0, 0.36);
}

.page-title__holder {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-title__title {
  line-height: 1.2;
  margin-bottom: 8px;
  color: #fff;
}

.page-title__subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.page-title--tall {
  padding: 300px 0;
}

@media only screen and (max-width: 991px) {
  .page-title {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 60px 0;
  }
}

/*-------------------------------------------------------*/
/* Breadcrumbs
/*-------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
  margin: 0;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item:after {
  content: '/';
  display: inline-block;
  margin: 0 6px;
}

.breadcrumbs__url {
  color: #fff;
}

.breadcrumbs__url:hover, .breadcrumbs__url:focus {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Newsletter
/*-------------------------------------------------------*/
.newsletter .title-row {
  margin-bottom: 20px;
}

.newsletter .lead {
  margin-top: 10px;
  margin-bottom: 32px;
}

.newsletter__form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.newsletter .mc4wp-form-fields > .form-group:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px;
}

@media only screen and (max-width: 575px) {
  .newsletter .mc4wp-form-fields > .form-group:first-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .newsletter .mc4wp-form-fields {
    display: block;
  }
}

.newsletter input {
  height: 50px;
}

/*-------------------------------------------------------*/
/* Box Offset Container
/*-------------------------------------------------------*/
.box-offset-container {
  background-color: #fff;
  padding: 100px 50px;
  margin-top: -210px;
  margin-left: 220px;
}

@media (max-width: 1440px) {
  .box-offset-container {
    padding: 50px;
    margin-left: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .box-offset-container {
    margin-top: 0;
    margin-left: 0;
    padding: 30px 0;
  }
}

/*-------------------------------------------------------*/
/* Gmap
/*-------------------------------------------------------*/
.gmap {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media only screen and (max-width: 991px) {
  .gmap {
    height: 400px;
  }
}


/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/
.contact__title {
  font-size: 22px;
  margin-bottom: 24px;
}

.contact__items {
  list-style: none;
  padding: 0;
}

.contact__item {
  margin-bottom: 20px;
}

.contact__item a {
  color: #868686;
}

.contact__item a:hover {
  color: #ffb31a;
}

.contact__item-label {
  font-weight: 700;
  display: block;
}

/* Blog Grid
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .blog-grid__title-col {
    height: 100%;
  }
}


/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
  text-align: center;
}

.page-numbers {
  font-size: 15px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 2px;
  text-align: center;
  color: #868686;
  background-color: #eeeeee;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-numbers:not(span):hover {
  background-color: #ffb31a;
  color: #000;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background-color: #ffb31a;
  color: #000;
}

.page-numbers i {
  font-size: 12px;
  position: relative;
  top: -2px;
}

/*-------------------------------------------------------*/
/* Featured Image
/*-------------------------------------------------------*/
.blog-featured-img .entry__meta {
  margin-top: 14px;
}

.blog-featured-img .entry__meta li,
.blog-featured-img .entry__meta a {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  min-height: 95px;
  position: relative;
  /* Dropdowns (large screen) */
}

.nav__wrap {
  padding-left: 20px;
}

@media only screen and (min-width: 1200px) {
  .nav__wrap {
    padding-left: 44px;
  }
}

.nav__container {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .nav__container--side-padding {
    padding: 0 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .nav__container--side-padding {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .nav__container--side-padding {
    padding: 0 20px;
  }
}

.nav__container-box {
  padding: 0 30px;

background-color: rgba(255,255,255,0.9);
  border-radius: 4px;
  position: relative;
  box-shadow: 0 4px 12px rgba(48, 48, 48, 0.3);

/*  background: rgb(13 13 13 / 0.8); */
}

.nav__menu, .nav__dropdown-menu {
  list-style: none;
}

.nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav__menu li {
  position: relative;
}

.nav__menu > li > a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #292929;
  font-size: 14px;
 
  padding: 0 17px;
  line-height: 95px;
  display: block;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;

}

.nav__menu > li > a:hover {
/*   color: #e66252; */
color:#e66252;
}

.nav__menu > .active > a {
  color:#e66252;
}


@media screen and (min-width: 992px) and (max-width: 1347px)
/* @media only screen and (max-width: 1024px) */{
  .nav__menu > li a {
  font-size: 12px; 

      }

      .nav__menu > li  {
        font-size: 12px; 
        
            }
          
   .logo{
    width: 150px !important;
    height: auto;
   } 

}


@media only screen and (min-width: 992px) {
  .nav__wrap {
    display: block !important;
    height: auto !important;
  }
  .nav__menu > li {
    display: inline-block;
    text-align: center;
  }

  .nav__menu > li a {
/*   font-size: 11px; */
  }


  .nav__dropdown-menu {
    position: absolute;
    left: -5px;
    top: 100%;
    z-index: 1000;
    min-width: 220px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    list-style: none;
    background-color: #181818;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav__dropdown-menu > li > a {
    color: #fff;
    padding: 5px 30px;
    font-size: 15px;
    line-height: 21px;
    display: block;
    font-style: normal;
  }
  .nav__dropdown-menu > li > a:hover, .nav__dropdown-menu > li > a:focus {
    color: #e66252;
  }
  .nav__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .nav__dropdown-menu--right {
    right: 0;
  }
  .nav__dropdown:hover > .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav__dropdown-menu .nav__dropdown-menu {
    left: 100%;
    top: -20px;
  }
  .nav__dropdown .nav__dropdown {
    position: relative;
  }
  .nav__dropdown .nav__dropdown > a:after {
    content: '\e876';
    font-family: 'ui-icons';
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav__dropdown-trigger {
    display: none;
  }
}

.mobile body {
  cursor: pointer;
}

.nav__menu > .current_page_parent > a {
  color: #ffb31a;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /*  background:rgb(161 159 255 / 30%);/* Siyah yarı şeffaf */
  z-index: 5;
 background: rgba(161 159 255 / 30%); 
/*   background: rgb(251 153 143 / 35%); */
  pointer-events: none; /* Overlay tıklamayı engellemesin */
}

/* Logo
-------------------------------------------------------*/
.logo {
  line-height: 1;
  width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .logo {
    width: 150px;  /* İstediğin kadar küçült */
    height: auto;
  }
}
/* Nav Flexbox
-------------------------------------------------------*/
header .flex-parent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  header .flex-parent {
    display: block;
  }
}

.nav--align-right {
  margin-left: auto;
}

.nav--align-left {
  margin-right: auto;
}

/* Top Bar
-------------------------------------------------------*/
.top-bar {
  height: 60px;
}

.top-bar--transparent {
/*   background-color: transparent; */
background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  z-index: 120;
}

.top-bar--transparent .social,
.top-bar--transparent .top-bar__icon,
.top-bar--transparent .top-bar__sss,
.top-bar--transparent .top-bar__email {

  color: #fff;
}

.top-bar--transparent .social:hover, .top-bar--transparent .social:focus,
.top-bar--transparent .top-bar__icon:hover,
.top-bar--transparent .top-bar__icon:focus,
.top-bar--transparent .top-bar__sss:hover,
.top-bar--transparent .top-bar__sss:focus,
.top-bar--transparent .top-bar__email:hover,
.top-bar--transparent .top-bar__email:focus {
  opacity: 0.8;
}

.top-bar__item {
  height: 60px;
  line-height: 60px;
  display: inline-block;
 /*  margin-right: 16px; */
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Popins" sans-serif;
  font-weight: bold;
 
}
.top-bar__info{
  float: right;
  margin-right: 50px;
}

.top-bar__info a{ 
  margin-right: 20px;

}

.top-bar__item:last-child {
  margin-right: 0;
}

.top-bar__item--align-right {
  float: right;
}

.top-bar__sss, .top-bar__email {
  font-size: 14px;
}



.top-bar__item:hover{
  opacity: 0.8;
}

/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav__icon-toggle {
  margin-left: auto;
  position: relative;
  padding: 9px 0 9px 10px;
  background-color: transparent;
  border: none;
  z-index: 50;
}

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

.nav__icon-toggle-bar {
  background-color: #222222;
  width: 18px;
  display: block;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 4px;
}

.nav__icon-toggle-bar:last-child {
  margin-bottom: 0;
}

.nav__icon-toggle:focus .nav__icon-toggle-bar,
.nav__icon-toggle:hover .nav__icon-toggle-bar {
  background-color: #e66252;
 
}

.nav__icon-toggle:focus {
  outline: none;
}

/* Nav Sticky
-------------------------------------------------------*/
.nav__holder.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav__holder.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.nav__holder.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
}

.nav__holder.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

.nav__holder.sticky .nav__menu > li > a {
  line-height: 60px;
}

.nav__holder.sticky .nav__container-box {
  padding: 0;
}

/* Nav Boxed
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .nav--boxed {
    position: absolute;
    top: 60px;
    width: 100%;
 
  }
}

/* Nav Side
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .nav--side {
    z-index: 500;
    height: 100%;
    width: 240px;
  }
  .nav--side .nav__holder,
  .nav--side .nav__container,
  .nav--side .flex-parent {
    height: 100%;
  }
  .nav--side .nav__container {
    padding: 60px 40px 40px;
  }
  .nav--side .flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav--side .nav__wrap {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .nav--side .nav__menu,
  .nav--side .nav__menu > li {
    display: block;
  }
  .nav--side .nav__menu > li {
    text-align: left;
  }
  .nav--side .nav__menu > li > a {
    line-height: 1;
    padding: 17px 0;
  }
  .nav--side .nav__dropdown-menu {
    position: relative;
    display: none;
    visibility: visible;
    opacity: 1;
    padding: 0;
    left: 0;
    top: auto;
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .nav--side .nav__dropdown-menu .nav__dropdown-menu {
    top: auto;
    padding-left: 10px;
  }
  .nav--side .nav__dropdown .nav__dropdown > a:after {
    display: none;
  }
  .nav--side .nav__dropdown-menu > li > a {
    padding: 8px;
  }
  .nav--side .nav__dropdown .nav__dropdown .nav__dropdown-trigger {
    height: 37px;
    line-height: 37px;
  }
  .nav--side .nav__dropdown-trigger {
    display: block;
    width: 36px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 0;
  }
  .nav--side .nav__dropdown-trigger:hover, .nav--side .nav__dropdown-trigger:focus {
    color: #ffb31a;
  }
  .nav--side .nav__phone--mobile {
    margin-top: 40px;
  }
  .nav--side-sticky-left {
    position: fixed;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .nav--side {
    width: 300px;
  }
}

.nav__footer {
  margin-top: auto;
}

.nav__footer .socials {
  margin-bottom: 24px;
}

/* Nav 1
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .nav-1 {
    min-height: 70px;
  }
  .nav-1 .flex-parent {
    height: 70px;
  }
  .nav-1 .nav__container {
    padding: 0 70px;
  }
  .nav-1 .nav__wrap {
    display: none !important;
  }
}

/* Nav Icon Toggle
-------------------------------------------------------*/
.nav-icon-toggle {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-left: 40px;
  overflow: visible;
}

.nav-icon-toggle:focus {
  outline: none;
}

.nav-icon-toggle__box {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}

.nav-icon-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
  width: 24px;
  height: 1px;
  background-color: #222222;
  position: absolute;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-icon-toggle:hover .nav-icon-toggle__inner,
.nav-icon-toggle:hover .nav-icon-toggle__inner:before,
.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
  background-color: #ffb31a;
}

.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
  content: "";
  display: block;
}

.nav-icon-toggle__inner:before {
  top: -8px;
}

.nav-icon-toggle__inner:after {
  bottom: -8px;
}

@media only screen and (max-width: 991px) {
  .nav-icon-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
  }
}

/* Sidenav
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .sidenav {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 60px 40px;
    width: 320px;
    z-index: 121;
    overflow-y: auto;
    -webkit-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
  }
  .sidenav--is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidenav__close {
    position: absolute;
    right: 40px;
    top: 24px;
  }
  .sidenav__close-label {
    float: left;
    margin-right: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 27px;
    font-size: 12px;
  }
  .sidenav__close-button {
    padding: 0;
    background: transparent;
    border: 0;
    color: #868686;
    height: 24px;
  }
  .sidenav__close-button:hover {
    color: #ffb31a;
  }
  .sidenav__close-button:focus {
    outline: none;
  }
  .sidenav__close-icon {
    font-size: 20px;
  }
  .content-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 121;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    -moz-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    -ms-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    -o-transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    transition: 0.3s cubic-bezier(0.16, 0.36, 0, 0.98);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content-overlay--is-visible {
    opacity: 1;
    visibility: visible;
  }
}

/* Nav Phone / Email / Socials
-------------------------------------------------------*/
.nav__phone {
  font-size: 14px;
  font-family: "Popins", sans-serif;
  font-weight: 600;
}

.nav__phone-text, .nav__phone-number {
  color: #222222;
  padding-right: 10px;
}

.nav__phone + .nav__socials {
  padding-left: 44px;
  margin-left: 44px;
  border-left: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1199px) {
  .nav__phone + .nav__socials {
    padding-left: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .nav__phone + .nav__socials {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.nav__phone--mobile {
  padding: 20px 0 8px;
}

.nav__socials--mobile,
.nav__email--mobile {
  padding: 8px 0 20px;
}

.nav__email {

  font-weight: 14;
  font-weight: 600;
  color: #222222;
}

/* Nav Search
-------------------------------------------------------*/
.nav__search-link {
  position: relative;
  display: block;
  color: inherit;
  font-size: 22px;
}

.nav__search-form {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
}

.nav__search-input {
  font-family: "Open Sans", sans-serif;
  padding: 0 30px;
  height: 100%;
  border: none;
  font-size: 24px;
  margin-bottom: 0;
  background-color: #fff;
}

.nav__search-close {
  position: absolute;
  width: 16px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  top: 50%;
  margin-top: -18px;
  right: 30px;
  font-size: 24px;
  color: #868686;
  cursor: pointer;
}

.ui-search:before {
  position: relative;
  top: 1px;
}

.ui-close:before {
  position: relative;
  top: -2px;
}

/* Mobile Search */
.nav__search-mobile .search-input {
  height: 46px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #868686;
}

.nav__search-mobile .search-input:focus {
  background-color: transparent;
}

.nav__search-mobile .search-button {
  width: 46px;
  height: 46px;
  padding-left: 26px;
  font-size: 18px;
}

.search-icon {
  color: #868686;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 34px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

#back-to-top i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#back-to-top a {
  display: block;
  color: #222222;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color:#e66252;
  bottom: 24px;
}

#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav {
    min-height: 60px;
    margin-top: 0;
    background-color: #fff;
  }
  .nav__wrap {
    padding-left: 0;
  }
  .nav__header {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav__menu {
    display: block;
  }
  .nav__menu li a {
    padding: 0;
    line-height: 46px;
    height: 46px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
  }
  .nav__dropdown-menu a {
  /*   color: #868686; */
  letter-spacing:0.5px;

  }
  .nav__dropdown-menu a:hover {
    color: #000;
  }
  .nav__dropdown-menu > li > a {
    padding-left: 10px;
  }
  .nav__dropdown-menu > li > ul > li > a {
    padding-left: 20px;
  }
  .nav__dropdown-trigger {
    display: block;
    width: 20px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }
  .nav__dropdown-menu {
    padding: 0;
    display: none;
    width: 100% !important;
  }
  .nav__dropdown-trigger.active + .nav__dropdown-menu {
    display: block;
  }
  .logo-container {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
  }
  .logo-wrap {
    float: left;
  }
  .logo-wrap a {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
  }
  .sticky-on-mobile .navbar {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

iframe {
  border: 0;
}

.rs-background-video-layer[data-ytid] iframe {
  visibility: visible !important;
}

@media (min-width: 1060px) {
  .rev-offset {
    height: 30px;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    z-index: -1;
  }
}



/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #181818;
}

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

@media only screen and (min-width: 992px) {
  .footer .container-fluid {
    padding: 0 40px;
  }
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
/*   padding: 24px 0 80px; */
  position: relative;
 /*  padding: 35px 0px; */
}

.copyright {
  display: inline-block;
  font-size: 14px;
  color: #868686;
}

.copyright a {
  color: inherit;
}

.copyright a:hover, .copyright a:focus {
  color: #ffb31a;
}



/*-------------------------------------------------------*/
/* Article styles
/*-------------------------------------------------------*/
dt,
dd {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}


/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.mt-3{
  margin-top: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-8 {
    margin-top: 8px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
  .mt-lg-24 {
    margin-top: 24px;
  }
  .mt-lg-32 {
    margin-top: 32px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-48 {
    margin-top: 48px;
  }
  .mt-lg-56 {
    margin-top: 56px;
  }
  .mt-lg-64 {
    margin-top: 64px;
  }
  .mt-lg-72 {
    margin-top: 72px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px;
  }
  .mb-lg-16 {
    margin-bottom: 16px;
  }
  .mb-lg-24 {
    margin-bottom: 24px;
  }
  .mb-lg-32 {
    margin-bottom: 32px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-48 {
    margin-bottom: 48px;
  }
  .mb-lg-56 {
    margin-bottom: 56px;
  }
  .mb-lg-64 {
    margin-bottom: 64px;
  }
  .mb-lg-72 {
    margin-bottom: 72px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-8 {
    padding-top: 8px;
  }
  .pt-lg-16 {
    padding-top: 16px;
  }
  .pt-lg-24 {
    padding-top: 24px;
  }
  .pt-lg-32 {
    padding-top: 32px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-48 {
    padding-top: 48px;
  }
  .pt-lg-56 {
    padding-top: 56px;
  }
  .pt-lg-64 {
    padding-top: 64px;
  }
  .pt-lg-72 {
    padding-top: 72px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-8 {
    padding-bottom: 8px;
  }
  .pb-lg-16 {
    padding-bottom: 16px;
  }
  .pb-lg-24 {
    padding-bottom: 24px;
  }
  .pb-lg-32 {
    padding-bottom: 32px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-48 {
    padding-bottom: 48px;
  }
  .pb-lg-56 {
    padding-bottom: 56px;
  }
  .pb-lg-64 {
    padding-bottom: 64px;
  }
  .pb-lg-72 {
    padding-bottom: 72px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mt-md-16 {
    margin-top: 16px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mt-md-32 {
    margin-top: 32px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-48 {
    margin-top: 48px;
  }
  .mt-md-56 {
    margin-top: 56px;
  }
  .mt-md-64 {
    margin-top: 64px;
  }
  .mt-md-72 {
    margin-top: 72px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-8 {
    margin-bottom: 8px;
  }
  .mb-md-16 {
    margin-bottom: 16px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-48 {
    margin-bottom: 48px;
  }
  .mb-md-56 {
    margin-bottom: 56px;
  }
  .mb-md-64 {
    margin-bottom: 64px;
  }
  .mb-md-72 {
    margin-bottom: 72px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-8 {
    padding-top: 8px;
  }
  .pt-md-16 {
    padding-top: 16px;
  }
  .pt-md-24 {
    padding-top: 24px;
  }
  .pt-md-32 {
    padding-top: 32px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-48 {
    padding-top: 48px;
  }
  .pt-md-56 {
    padding-top: 56px;
  }
  .pt-md-64 {
    padding-top: 64px;
  }
  .pt-md-72 {
    padding-top: 72px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
  .pb-md-24 {
    padding-bottom: 24px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-48 {
    padding-bottom: 48px;
  }
  .pb-md-56 {
    padding-bottom: 56px;
  }
  .pb-md-64 {
    padding-bottom: 64px;
  }
  .pb-md-72 {
    padding-bottom: 72px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-56 {
    margin-bottom: 56px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-56 {
    padding-top: 56px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-56 {
    padding-bottom: 56px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-56 {
    margin-bottom: 56px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-56 {
    padding-top: 56px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-56 {
    padding-bottom: 56px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
}

/*-------------------------------------------------------*/
/* Helper classes
/*-------------------------------------------------------*/
.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.relative {
  position: relative;
}

.mobile section {
  background-attachment: scroll !important;
}

.bg-dark {
  background-color: #181818;
}

.bg-light {
  background-color: #f9f9f9;
}

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

.bg-color {
  background-color: #2f95ef;
}

.white {
  color: #fff;
}

.static {
  position: static;
}

.block {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-full-width {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

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

/* Section Dark / Background Image
-------------------------------------------------------*/
.bg-color .section-title,
.bg-color .statistic__number,
.bg-color .statistic__title,
.bg-color-overlay .section-title,
.bg-color-overlay .statistic__number,
.bg-color-overlay .statistic__title,
.bg-dark-overlay .section-title,
.bg-dark-overlay .statistic__number,
.bg-dark-overlay .statistic__title,
.bg-gradient .section-title,
.bg-gradient .statistic__number,
.bg-gradient .statistic__title {
  color: #fff;
}

/* Box Shadow
-------------------------------------------------------*/
.box-shadow {
  -webkit-box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
  box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
}

.box-shadow-large {
  -webkit-box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
}

/*-------------------------------------------------------*/
/* Hovers
/*-------------------------------------------------------*/
.hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

/* Hover Scale
-------------------------------------------------------*/
.hover-scale {
  overflow: hidden;
}

.hover-scale img {
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}

.hover-scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Gradients / Overlays
-------------------------------------------------------*/
.bg-gradient:before {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .7;
  background: #B939E5;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B939E5), color-stop(100%, #4C86E7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #B939E5 0%, #4C86E7 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(#B939E5), to(#4C86E7));
  background: linear-gradient(to top, #B939E5 0%, #4C86E7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.bg-dark-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.bottom-gradient {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
  border-top: 1px solid #e5e5e5;
}

.bottom-divider {
  border-bottom: 1px solid #e5e5e5;
}

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

.custom-breadcrumb {
margin-bottom: 20px;
border-bottom: 1px dotted #d6d6d6;
padding-bottom: 20px;

}

.custom-breadcrumb ul {
  display: flex;
  list-style: none;       /* 🔹 Bullet'ları kaldır */
  padding: 0;
  margin: 0;
}

.custom-breadcrumb li {
  padding: 0 10px;         /* 🔹 Sağ ve sol boşluk */
  position: relative;
}

.custom-breadcrumb li + li::before {
  content: "›";            /* 🔹 Ayıraç */
  position: absolute;
  left: 0;
  color: #888;
  transform: translateX(-50%);
}

.custom-breadcrumb a {
  text-decoration: none;
  color: #e66252;
}

.custom-breadcrumb .active {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}



.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
/* 
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #e66252;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
} */

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #e66252;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
	border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
#accordion .btn {
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 14px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 12px;
  white-space: normal;
  text-align: left; /* ← Bu satırı EKLE */
}



@media only screen and (max-width: 768px) {
  #accordion .btn{
    
  }
}

#accordion .rotate-icon {
  transition: transform 0.3s ease;
}

#accordion .btn-link[aria-expanded="true"] .rotate-icon {
  transform: rotate(180deg);
}

/* Hover efekti */
#accordion .btn-link:hover {
  background-color: #f8f9fa;
  text-decoration: none;
color: #e66252;


}

/* Açık panelin arka planı */
#accordion .btn-link[aria-expanded="true"] {
  background-color: #e9ecef;
  font-weight: bold;
}

/* Kartlar arasında boşluk */
#accordion .card + .card {
  margin-top: 10px;
}

#accordion .card-header{

}


/* news */

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
   margin: auto;
   margin-bottom: 30px;
}

.news-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.news-date {
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  color: #2b2b2b;
  margin-right: 15px;
  padding-top: 6px;
}

.news-date .day {
  display: block;
  font-size: 18px;
/*   margin-bottom: 2px; */
}

.news-date .month {
  display: block;
  font-size: 14px;
/*   margin-bottom: 2px; */
}

.news-date .year {
  display: block;
  font-size: 12px;
  font-weight: lighter;
}

.news-content {
  flex: 1;
}

.news-title {
  font-size: 15px;
  color: #000;
  margin: 0 0 6px;
}
@media only screen and (max-width: 575px) {
  .news-title {
    font-size: 13px;
  }
}


.news-title a{
  color: #000;
}
.news-title a:hover{
  color: #e66252;
}

.tag {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 3px;
  color: white;
  margin-bottom: 8px;
  margin-top: 8px;
}

.tag-orange {
  background-color: #e66252;
}

.tag-yellow {
  background-color: #e66252;
}

.news-content p {
  font-size: 14px;
  color: #444;
  margin: 0;
}

.news-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding: 10px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px;
}

/* .news-item:hover {
  background-color: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} */

.news-detail {
  font-size: 22px;
  text-align: left;
}

.news-detail-date{
font-size: 16px;
display: block;
}

.news-detail-date i{
  display: inline-block;
  margin-right: 8px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 20px;
  flex-wrap: wrap;
}

.pagination a, .pagination button {
  padding: 8px 12px;
/*    border: 1px solid #ccc; */
  background: white;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  color: black;
  min-width: 36px;
  text-align: center;
}

.pagination .active {
  color: #e66252;
 
  pointer-events: none;
}

.pagination .arrow {
  font-weight: bold;
  background-color: #f1f1f1;
  border: none;
}

.pagination .arrow:disabled {
  color: #999;
  cursor: not-allowed;
}



/* unvanlar */

.card-container {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
*/
display: grid;
grid-template-columns: repeat(auto-fill, 350px);
gap: 20px;
justify-content: left; /* Artık ortalamıyoruz, sola yaslıyoruz */
/* max-width: 1200px; */ /* bunu kapalı bırakabilirsin */
/* margin: auto; */ /* bunu da çıkar */
margin-top: 40px; /* isterse ekleyebilirsin */

}

.card-container .card {
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 40px 20px;
  transition: all 0.3s ease;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  /* width: 350px; */
}
.card-container
.card:hover {
   transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.card-container .card-icon {
  font-size: 40px;
  color: #e66252;
  margin-bottom: 20px;
}

.card-container .card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 20px;
}

.card-container .card-desc {
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 14px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

.card-container .divider {
  width: 40px;
  height: 2px;
  background-color: #ddd;
  margin: 10px auto;
}

@media (max-width: 600px) {
  .card-container .card {
    padding: 30px 15px;
  }
}

.menu-social a:hover{
  color: var(--a-link-color-white);
  font-size: 20px;
}


.contact-section {

 
  margin: auto;
}

.contact-section h2 {
  font-size: 28px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.contact-info {
  flex: 1;
  min-width: 280px;
}

.contact-info h3 {
  margin: 0;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.contact-info p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.map-container {
  flex: 1;
  min-width: 300px;
}

/* neden diplomatik kariyer*/

#maddeAlanı {
  position: relative;
}
#ilanAlanı {
    padding:5px;
    font-size: 20px;
    font-family: "Popins", sans-serif;
    color: white;
    animation: blink 1s linear infinite;
    position: relative;
}
.kayan-madde {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: fadeMove 2.5s ease-in-out forwards;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

@keyframes fadeMove {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}


/* table */

.align-right-middle {
  vertical-align: middle !important;
  text-align: center;
}

.align-left-middle {
  vertical-align: middle !important;
  text-align: left;
}


.align-left-middle span {
 display: block;
 margin-bottom: 10px;
}
/* 
@media (max-width: 1024px) {
  .top-bar--transparent,
  .nav__desktop {
    display: none !important;
  }

  .nav__phone--mobile,
  .nav__socials--mobile,
  .nav__icon-toggle {
    display: block !important;
  }

  .nav__wrap {
    flex-direction: column;
    width: 100%;
    background: #fff;
  }
} */
/* iPad Pro 11" Dikey ve Yatay */


 @media screen and (min-width: 576px) and (max-width: 1366px) {
  .logo {
    width: 150px !important; }
  }


/* @media screen and (min-device-width: 992px) and (max-device-width: 1194px) {
  .nav__socials {
    display: none !important; }
.nav__phone{
  font-size: 12px;
}

  }
    */

/* iPad Pro 12.9" Dikey ve Yatay */
/* @media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .nav__socials {
    display: none !important;}
 
} */

/* iPad Pro 12.9" Dikey ve Yatay */
/* @media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .nav__socials {
    display: none !important;
  }
  
  .logo{
    width: 150px !important;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .nav__socials {
    display: none !important;
  }
  
} */


/* 
@media (min-width: 991px) and (max-width: 1547px) {
  .nav__phone,
  .nav__socials {
    display: none !important;
  }
}
 */

/* Blink animasyon görünümü */
.blink {
    padding: 15px;
    text-align: center;
    line-height: 50px;
}

.duyuru-metni {
    font-size: 14px;
    font-family: "Popins", sans-serif;
    color: white;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
/* Ring bell animasyon görünümü */

.bell {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin: 5px auto 0;
    color:white;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }
}
    /* Sadece 992px - 1547px arası görünür */
    @media (min-width: 992px) and (max-width: 1547px) {
        .nav__phone, .nav__socials {
    display: none !important;
  }
}

/* neden diplomatik kariyer */

.recruitment-wrapper {
  display: flex;
  flex-wrap: wrap;
 
  margin: auto;
}

.recruitment-wrapper .left {
  flex: 1 1 50%;
 margin-right: 5rem;
}

.recruitment-wrapper .right {
  flex: 1 1 35%;

 
}

@media (max-width: 768px) {
  .left, .right {
    flex: 1 1 100%;
  }
}

.recruitment-wrapper h2 {
  color: #000;
}

.recruitment-wrapper ul {
  padding-left: 1.5rem;

}

.recruitment-wrapper .highlight {
font-weight: bold; 
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #5a5a5a;
  margin-bottom: 25px;
}

.recruitment-wrapper .responsive-image {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}


    .nav__container--side-padding{
    background-color: rgba(188, 188, 188, 0.1);
    }

  button.btn-close{
    
      border-radius: 25px !important;
  }

/* tasınan inline style */


  .benefit--bg1 {
    background-image: url('../img/card-item-bg1.png');
}

.benefit--video-bg {
  background-image: url('../img/video.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.copyright{
  line-height: 22px;
}

.page-title--about {
  background-image: url('../img/page-title/about.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text-justify{
text-align: justify;

}

.map-iframe {
  border: 0;
  width: 100%;
  height: 300px;
}

.highlight span{
  color: #e66252; font-weight: bold;
}

.table-primary  thead i{
  font-size: 12px;
}