.bayrak{
  width: 100px;
}
.logo-mid img{
  width: 350px;
}

.wp-btn{
  background: #198a04;
}

.social-media li{
  margin-left: 20px !important;
}

.wpo-site-header .navigation {
  border-radius: 0px 0px 20px 20px;
  background: rgb(89 88 88 / 80%);
}
.slideshow-container {
  margin-top: -94px;
}

.wpo-site-header #navbar > ul > li > a {
  font-size: 16px;
  padding: 35px 20px;
  display: block;
  color: #fff;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  font-weight: bold;
}

.wpo-site-header #navbar > ul .sub-menu {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
  width: 250px;
  position: absolute;
  padding: 20px 0;
  left: 0;
  top: 110%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.section-title h2 {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    margin-top: 0;
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    text-transform: unset;
}

.service-section-s4 .service-card-s2, .service-section-s5 .service-card-s2 {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0.4);
    box-shadow: 0px 7px 28px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding: 20px 20px;
    transition: all 0.3s ease-in-out;
}
.service-section-s4 .service-card-s2 .icon, .service-section-s5 .service-card-s2 .icon {
    margin-bottom: 0;
}
.service-section-s4 .service-card-s2 .icon, .service-section-s5 .service-card-s2 .content {
    margin-top: 10px;
}
.service-section-s4 .service-card-s2 h2, .service-section-s5 .service-card-s2 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.service-section-s2 .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 480px;
  overflow: hidden;
}
.service-section-s2 .section-title {
    max-width: unset;
}
.service-wrap .item {
    max-width: 235px;
    max-height: 221px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.02);
    padding: 15px 15px;
    position: relative;
    overflow: hidden;
    margin: 15px;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
}

.breadcumb-area {
  min-height: 200px;
  margin-top: -50px;
}
.breadcumb-area .breadcumb-wrap h3 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 600;
  line-height: 43px;
  text-transform: unset;
  z-index: 1;
}

.widget a{
  color: #fff !important;
}

.wpo-site-footer, .wpo-site-footer-s2, .wpo-site-footer-s3 {
    position: relative;
    font-size: 16px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
.wpo-site-footer::after, .wpo-site-footer-s2::after, .wpo-site-footer-s3::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -11;
    content: "";
    background: rgb(0 0 0 / 40%);
}


#my-swiper {
    --swiper-navigation-size: 1.6rem;
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid;
}
#my-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
#my-swiper .swiper-slide a{
}
#my-swiper .swiper-slide .swiper-slide-img{
}
#my-swiper .swiper-slide .swiper-slide-img img{
    width: 100%;
}
#my-swiper .swiper-slide .swiper-slide-desc{
  position: absolute;
  bottom: 30px;
  background: #ffffff91;
  padding: 10px;
  width: 100%;
}
#my-swiper .swiper-slide .swiper-slide-desc h1{
  font-size: 22px;
}
#my-swiper .swiper-pagination-bullet {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0;
    width: 9%;
    height: 100%;
    border-radius: 0;
    border-left: 1px solid #e4eaef;
    background: transparent;
    opacity: 1;
}
#my-swiper .swiper-pagination-bullet:last-child {
    border-right: 1px solid #e4eaef;
}
#my-swiper .swiper-pagination-bullet-active {
    color: #ffffff;
    background: #e61b23;
}
#my-swiper .swiper-horizontal > .swiper-pagination-bullets,
#my-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
#my-swiper .swiper-pagination-custom,
#my-swiper .swiper-pagination-fraction {
    bottom: 0;
    border-top: 1px solid #e4eaef;
    background-color: #ffffff;
}
#my-swiper .swiper-button-next,
#my-swiper .swiper-button-prev {
    top: initial;
    bottom: 0.25rem;
    color: #000000;
    opacity: 1;
}
#my-swiper .swiper-button-prev,
#my-swiper .swiper-rtl .swiper-button-next {
    z-index: 15;
    left: 1%;
    right: auto;
}
#my-swiper .swiper-button-next,
#my-swiper .swiper-rtl .swiper-button-prev {
    z-index: 15;
    left: auto;
    right: 1%;
}
.swiper-button-next, .swiper-button-prev {
    background-image: none;
}



/*
.main-menu > ul > li {
  margin: 0 5px;
}
.main-menu > ul > li > a {
  position: relative;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: 1px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-menu > ul > li > a:hover {
  border: 1px solid #009bac
}
.main-menu > ul > li > a::before {
  content: '';
  position: absolute;
  inset: 0 5px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.main-menu > ul > li > a::after {
  content: '';
  position: absolute;
  inset: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.main-menu > ul > li > a:hover::before {
  inset: 16px 8px;
}
.main-menu > ul > li > a:hover::after {
  inset: 8px 16px 8px;
}
*/


/* MEGA MENU */
.main-menu .sm-menu {
  border-radius: 0px;
  border: 0px;
  top: 97%;
  box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.main-menu .dropdown-item {
  color: #3c3c3c !important;
  font-size: 16px;
  padding: 5px 0 5px 10px;
  text-transform: none;
}
.main-menu .megamenu-li {
  position: static;
}
.main-menu .megamenu {
  position: absolute;
  width: 65%;
  left: 0;
  right: 0;
  top: 103px !important;
  padding: 30px 15px !important;
  border-radius: 15px;
}
.main-menu .megamenu h6 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.main-menu .megamenu i {
  width: 20px;
}
.main-menu .megamenu:before {
  background-color: transparent;
  border: none;
}


.contact-links{}
.contact-links ul{}
.contact-links ul li{
  margin-bottom: 20px;
}
.contact-links ul li a{}
.contact-links ul li a .icon{
  display: inline-block;
  background: red;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.contact-links ul li a .name{
  display: inline-block;
  color: #fff;
}
.contact-links ul li a .desc{
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.modal.lightbox img{
  margin: 0 !important;
  width: 100% !important;
}
.modal.lightbox .ratio.ratio-16x9{
  background-color: #00000000 !important;
}
.modal.lightbox .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: -100px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2%;
  height: 100px !important;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}
.modal.lightbox .carousel-control-next-icon {
  background-image: url('../img/icon_next.png');
}
.modal.lightbox .carousel-control-prev-icon {
  background-image: url('../img/icon_prev.png');
}
.modal.lightbox .modal-xl {
  max-width: 70%;
}


.goog-logo-link,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget{
  font-size: 0 !important
}
#google_translate_element{
  /*
    position: absolute;
    top: -5px;
    right: -110px;
  */
  height: 35px;
      position: absolute;
    top: 8px;
}
#google_translate_element a{
    display: none !important;
}
.goog-te-combo{
  border: 1px solid;
  padding: 5px 0 5px 0;
  width: 100px;
}
.widget_breton_core_switcher{
  display: none;
}

.langs-select{
  float: right;
  margin-left: 20px;
  height: 30px;
  line-height: 27px;
}
.skiptranslate{
  display: none;
}
.lang_actives .boxed_wrapper{
  margin-top: -40px;
}
.lang_actives.lang_en .main-menu .navigation > li{
  margin: 0px 5px;
}
.lang_actives.lang_en .main-menu .navigation > li > a{
  font-size: 13px;
  font-weight: bold;
}


/* LIGHTBOX */
.magnific-img img {
    width: 100%;
    height: auto;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* Button Animate */
.custom-btn {
  color: #fff;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
.btn-animate1 {
  border: none;
  background: rgb(195 0 0);
  background: linear-gradient(0deg, rgb(195 0 0) 0%, rgb(255 0 0) 100%);
  color: #fff;
  overflow: hidden;
}
.btn-animate1:hover {
  text-decoration: none;
  color: #fff;
}
.btn-animate1:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-animate1:hover{
  opacity: .7;
}
.btn-animate1:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px;
    display: none;
}
.trwpwhatsapptitle {
    background-color: #22c15e;
    color: white;
    padding: 14px;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
}
.trwpwhatsappmessage {
    padding: 16px 12px;
    background-color: white;
}
.trwpwhatsappinput {
    position: relative;
    background-color: white;
    border-radius: 0px 0px 12px 12px;
}
.trwpwhatsappinput input {
    width: 206px;
    border-radius: 10px;
    margin: 1px 1px 0px 10px;
    padding:10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    background-color: #efefef;
    border: 1px solid #d4d4d4;
}
.trwpwhatsappbutton {
    background-color: #22c15e;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    color: #fff;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.trwpwhatsappall {
    position: fixed;
    z-index: 9999999999999999999;
    bottom: 100px;
    right: 10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.trwpwhatsappsendbutton {
    color: #22c15e;
    cursor:pointer;
}
.trwpwhatsappsendbutton i{
    position: absolute;
    right: 10px;
}
.trwpwhatsappall button {border: none;}
.trwpwhatsappall button i {
    float: right;
    position: absolute;
    z-index: 999999999999;
    right: 10px;
    bottom: 15px;
    font-size: 18px !important;
    color: #000;
}
.trwpwhatsappall .kapat {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: white;
    font-size: 10px;
    cursor: pointer;
}


.btn_whatsapp {
    position: fixed;
    bottom: 20px;
    width: 60px;
    right: 90px;
}

@media (min-width: 320px) and (max-width: 400px) {
  .midbar ul li .text h3 {
    font-size: 8px !important;
  }
  .midbar ul li span a {
    font-size: 8px !important;
  }

}

@media (max-width: 768px){
  .mobilGizle{
    display: none !important;
  }
  .mobilPadding0{
    padding-top: 0;
  }

  .mobile-footer-bar{
    display: block;
  }

  .trwpwhatsappall{
    display: none;
  }

  #slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 60% 93%, 50% 100%, 40% 93%, 0 93%);

  }

  .lang_active{
    color: #fff !important;
  }

  .slideshow-container {
    margin-top: 0;
  }

  .wpo-site-header .navigation {
    border-radius: 0px;
    background: #fff;
    border-top: 1px solid;
  }
  .midbar ul li {
    width: 24%;
    display: block;
  }
  .midbar ul li .text h3 {
    font-size: 10px;
  }
  .midbar ul li span a {
    font-size: 10px;
  }
  .social-media li {
    margin-left: 0px !important;
    padding: 5px 0 0 0 !important;
  }

  .about-section-s2 .tablinks, .about-section-s3 .tablinks, .about-section-s4 .tablinks {
    color: #222;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: capitalize;
    border: 0;
    background: transparent;
    transition: all 0.3s ease-in-out;
    padding: 10px 5px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    border-bottom: 1px solid #DFDFDF;
  }

}

@media (min-width: 480px) and (max-width: 768px) {
  .lang_active{
    color: #fff !important;
  }

}

@media (min-width: 768px) and (max-width: 992px) {


}

@media (min-width: 990px) and (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
      font-size: 15px;
      padding: 35px 10px;
      display: block;
      color: #fff;
      position: relative;
      font-weight: 500;
      text-transform: capitalize;
      font-weight: bold;
  }

}
@media (min-width: 1100px) and (max-width: 1200px) {


}
@media (min-width: 1200px) and (max-width: 1300px) {


}

@media (min-width: 1300px) and (max-width: 1400px) {

}

@media (min-width: 1400px) and (max-width: 1500px) {

}

@media (min-width: 1500px) and (max-width: 1600px) {

}

@media (min-width: 1600px) and (max-width: 1700px) {

}

@media (min-width: 1700px) and (max-width: 1850px) {

}

/* 320 - 480 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1200px) {


}

/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mobilGizle{
    display: none !important;
  }

}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {
  .mobilGizle{
    display: none !important;
  }



}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {

}
