@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800&family=Titillium+Web:wght@300;400;600;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  /*font-family: "Exo 2" !important;*/
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
/*.container-md {*/
/*  --bs-gutter-x: 0 !important;*/
/*}*/
.row {
  margin-left: 0;
  margin-right: 0;
}

html{
  scroll-behavior: smooth;
}
/*dark-light mod  codes start*/



/*dark-light mod  codes end*/



/* header */
#contact-static .contact-info-wrap i,
.lang-az,
.lang-dropdown li a,
.nav-bar-fixed-top .navbar-parent.fixed-color > a:first-child {
  color: #000 !important;
}
.lang-az {
  color: #fff !important;
}
.slider .owl-next,
.slider .owl-prev {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat !important;
}
.magestic,
.tiktok img {
  filter: invert(1);
}
.mobile-menu,
.static-product .static-requested {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
*:not(i) {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bg-white {
  background: #000;
}
.company-item .company-caption .more:hover span:first-of-type,
a {
  text-decoration: none !important;
}
.container {
  max-width: 1140px !important;
}
.nav-bar-fixed-top {
  background-color: #fff;
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  padding: 15px 0 !important;
  box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
}
.nav-bar-fixed-top .logo img {
  filter: none !important;
}
.get-price-offer .btn-pulse {
  -webkit-box-shadow: 0 0 0 18px transparent;
  box-shadow: 0 0 0 18px transparent;
  -webkit-animation: 1s infinite inf-pulse;
  animation: 1s infinite inf-pulse;
}
.cat-page .img-wrap,
.navbar-parent,
.parent-lang,
.sub-navbar-parent {
  position: relative;
}
.parent-lang {
  text-transform: uppercase;
}
.db-sub-menu,
.sub-menu {
  padding: 10px 0;
  z-index: 100;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  width: max-content;
  opacity: 1;
  text-align: left;
  margin: 0;
  list-style-type: none;
}
.navbar-parent:hover .sub-menu,
.sub-menu .animate:hover .db-sub-menu {
  opacity: 1;
  display: block !important;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.sub-menu {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  top: 46px;
  left: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.db-sub-menu {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  top: -10px;
  left: 188px;,
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.lang-dropdown li:last-child{
    padding-top:5px;
}
.sub-menu .sub-navbar-parent:first-child .db-sub-menu {
  width: max-content;
}
.lang-az,

.slider-btn {
  background: #128c7e;
}
.db-sub-menu li:hover a,
.sub-menu li:hover .first-a {
  color: #fff !important;
  opacity: 1 !important;
}
.large-screen-menu {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  width: 100%;
  padding: 15px 0;
}
.large-screen-menu.nav-bar-fixed-top .menu-and-get-price-offer ul li a {
  color: #000;
}
.large-screen-menu.nav-bar-fixed-top .menu-and-get-price-offer ul li a.active {
  display: block;
}
.large-screen-menu .logo {
  max-width: 225px;
}
.lang-az {
  border: 2px solid #fff;
  border-radius: 14px;
  padding: 0 7px;
  height: 40px;
  font-size: 14px;
  align-items: center;
  display: flex;
}
.large-screen-menu.nav-bar-fixed-top .lang-az {
  border: 2px solid #000;
}
.right-nav {
  padding-left: 1rem;
}
.parent-lang:hover .lang-dropdown {
  visibility: visible;
  opacity: 1;
}
.lang-dropdown {
  padding: 0;
  position: absolute;
  text-align: left;
  top: 44px;
  left: 0;
  /*-webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 40%);*/
  /*box-shadow: 0 6px 30px rgb(0 0 0 / 40%);*/
  border-radius: 14px;
  border:none;
  width: 37px;
  height:145px;
  font-size: 14px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.large-screen-menu .logo img ,{
  max-width: 100%;
  height: 85px;
  width: 95px;
  /*-o-object-fit: contain;*/
  /*object-fit: contain;*/
  /* filter: grayscale(100%) invert(1) brightness(2.5); */
}
.large-screen-menu .get-price-offer a,
.get-price-offer a {
  background: #128c7e;
  color: #fff;
  text-align: center;
  padding: 15px 11px;
  border-radius: 22px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  transition: 0.4s;
}
.first-link:hover,
.large-screen-menu .get-price-offer a:hover {
  opacity: 0.7;
}
.in-media:hover img,
.slider-btn:hover {
  opacity: 0.8;
}
.large-screen-menu .get-price-offer span {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block;
  letter-spacing: 0.3px;
}
.large-screen-menu .menu-and-get-price-offer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
.large-screen-menu .menu-and-get-price-offer ul,
.works-all-inside .service-card {
  margin-bottom: 0;
}
.works .owl-item {
  max-height: 400px;
}
.large-screen-menu .menu-and-get-price-offer ul li {
  margin: 0 10px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.large-screen-menu .menu-and-get-price-offer ul li:not(.last):last-child{
    margin: 0;
}

.right-menu{
    padding: 0;
}

.lang-dropdown li {
  margin: 0 !important;
}
.right-nav li:last-child a {
  font-size: 15px !important;
}
.large-screen-menu .menu-and-get-price-offer ul li a {
  font-size: 14px;
  color: #fff !important;
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
}
.lang-dropdown .lang-a {
  display: block !important;
}
.mobile-nav {
  display: none;
  padding: 15px 0;
  position: fixed;
  left: 0;
  z-index: 99;
  background-color: transparent;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mobile-fixed {
  background-color: #fff;
}
.mobile-nav.mobile-fixed .burger div {
  background: #000;
}
.mobile-nav .logo img {
  width: 66px;
  height: 59px;
}
/*mobile menu*/
.no-scroll {
    overflow: hidden;
}
.social_media_mobile {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;

}

.social_media_mobile li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_media_mobile li a {
    color: #fff;
}

.social_media_mobile li:hover {
    opacity: .7;
}

.mobile_menu {
    max-height: 560px;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 20px 30px;
     background:rgba(0,0,0,0.9);
    top: 90px;
    overflow-y: scroll;
    left: 0;
    right: 0;
    display: none;
}

.mobile_menu_list {
    padding: 20px 0;
    width: 100%;
}

.mobile_menu_list .mobile_menu_item {
    width: 100%;
}

.mobile_menu_item .mobile_menu_links {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #1e1e1e;
    cursor: pointer;
    padding: 12px 0;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

#mobile_menu_angle_down {
    transform: rotate(0);
    transition: .3s ease-in-out;
}

#mobile_menu_angle_down.active_angle {
    transform: rotate(180deg);
}

.mobile_menu_submenu {
    width: 100%;
    padding-left: 15px;
    opacity: .8;
    display: none;
}

.mobile_menu_submenu li {
    width: 100%;
}

.mobile_menu_submenu li a {
    width: 100%;
    color: #fff;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #1e1e1e;
}

.mobile_menu_submenu li a i {
    margin-left: 10px;
}
.mobile_menu_item:nth-child(7){
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:1px solid #1e1e1e;
}
.mobile_menu_item button{
    background: #128c7e;
    color: #fff;
    text-align: center;
    padding: 15px 18px;
    border-radius: 22px;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    transition: 0.4s;
    border: none;
}
.mobile_menu_item:last-child{
    padding: 12px 0;
    border-bottom:1px solid #1e1e1e;
}
.mobile_menu_item .mobile_menu_language{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.mobile_menu_item .mobile_menu_language li{
    border: 2px solid #128c7e;
    border-radius: 14px;
    background-color: #128c7e;
    padding: 0 7px;
    height: 40px;
    align-items: center;
    display: flex;
}
.mobile_menu_item .mobile_menu_language li a{
    color: #fff;
    font-size: 14px;
}

.overlay-mobile_menu{
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  background:rgba(0,0,0,0.5);
    transition: .3s ease-in-out;
    z-index: -1;
}
.overlay-mobile_menu.active_overlay_mobile_menu{
    overflow: visible;
    visibility: visible;
    opacity: 1;
}
/*mobile-menu*/

.burger {
  z-index: 111;
  position: relative;
  width: 50px;
  height: 46px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.burger div {
  width: 26px;
  height: 3px;
  background: #fff;
  -webkit-transform: translate3d(-13px, 0, 0);
  transform: translate3d(-13px, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 8px;
  right: -13px !important;
  position: absolute;
}
.burger .line1 {
  top: 0;
  right: 0;
}
.burger .line2 {
  top: 10px;
  right: 0;
}
.burger .line3 {
  top: 20px;
  right: 0;
  width: 20px;
}
.change .line1 {
  -webkit-transform: rotate(-45deg) translate(-10px, 7px);
  transform: rotate(-45deg) translate(-10px, 7px);
}
.change .line2 {
  opacity: 0;
}
.change .line3 {
  -webkit-transform: rotate(40deg) translate(-5px, -6px);
  transform: rotate(40deg) translate(-5px, -6px);
}
.translate {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.large-screen-menu .menu-and-get-price-offer .db-sub-menu li a,
.large-screen-menu .menu-and-get-price-offer .sub-menu li a {
  display: inline-flex;
  gap: 15px;
  padding: 10px;
  margin-right: 0;
  font-size: 14px !important;
  font-weight: 500;
  width: 100%;
  clear: both;
  color: #000 !important;
  white-space: nowrap;
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.large-screen-menu .menu-and-get-price-offer .db-sub-menu li:hover,
.large-screen-menu .menu-and-get-price-offer .sub-menu li:hover {
  background-color: #2b3c5b;
}
.large-screen-menu .menu-and-get-price-offer .db-sub-menu li:hover a,
.large-screen-menu .menu-and-get-price-offer .sub-menu li:hover a {
  color: #fff !important;
}





/* header end */

/* slider start */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.slider .owl-nav {
  position: absolute;
  z-index: 6;
  bottom: 0;
  right: 100px;
}
.slider .owl-prev {
  background-image: url(https://slsgroup.az/img/left-arrow.png) !important;
  margin-right: 20px;
}
.slider .owl-next {
  background-image: url(https://slsgroup.az/img/right-arrow.png) !important;
}
.fotorama__nav #next_image,
.fotorama__nav #prev_image,
.projects-content .da2,
.projects-content .da3,
.projects-content .da4,
.projects-content2,
.slider .owl-nav i {
  display: none;
}
.slider .container,
.slider .container .row {
  height: 100%;
}
.slider .slide-item {
  height: 100vh;
}
.slider .slide-item img {
  height: 100%;
  object-fit: cover;
}
.slider .slide-item .slide-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  z-index: 0;
}
.slider .slide-item .overlay {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7231486344537815) 61%
  );
}
.slider_r_all_cri {
  width: 512px;
  height: 512px;
  border: 2.5px solid #ffffff2e;
  border-radius: 100%;
  position: absolute;
  top: 10%;
  right: -300px;
  z-index: 11;
}
.slider_r_all_cri span {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  transition: 0.4s;
}
.slider_r_all_cri #span_1 {
  top: 91px;
  left: 50px;
}
.slider_r_all_cri #span_2 {
  top: 309px;
  left: 0;
}
.slider_r_all_cri #span_3 {
  bottom: 50px;
  left: 89px;
}
.slider_r_all_cri span.active {
  background: #000;
  border: 1px solid #128c7e;
  transform: scale(1.9);
}


@media screen and (max-width: 800px){
    .slider_r_all_cri{
        display:none;
    }
}
.slider .slide-item .slide-content {
  height: 80%;
  margin-top:90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
}
.slider .slide-item .slide-content .slide-desc {
  position: static;
  z-index: 111;
  color: #fff;
  width: 550px;

}
.slide-desc span.slide_desc_span {
  margin: 10px 0;
  font-size: 15.2px;
  height: auto;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.slider .slide-item .slide-content .slide-desc h4 {
  font-size: 45px;
  margin-bottom:15px;
  line-height:50px;
}

.slider-btn {
  cursor: pointer;
  border: none;
  margin-top: 30px;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  transition-duration: 0.3s;
  display: block;
}
.slider-btn a {
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-btn a span {
  padding-right: 5px;
}
@media only screen and (max-width: 560px) {
  .slider .slide-item .slide-content .slide-desc {
    width: fit-content;
  }
}
/* slider end */
/*advertising start*/
#advertising_page{
    padding: 40px 0;
    background-color: #fcfcfc;
}
body.dark-mode #advertising_page{
    background-color:#2b2b2d;
}
#advertising_page  .advertising_title{
    margin-bottom: 40px;
}
#advertising_page .advertising_page_wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:7px;
}
#advertising_page  .advertising_title h3{
    margin: 0;
    color: #999;
    font-size: 32px;
    opacity:0.6;
    font-weight:500;
}
body.dark-mode #advertising_page  .advertising_title h3{
    color:#fff;
}

#advertising_page .advertising_card{
    width:24%;
    flex:0 0 auto;
    height:120px;
    display: block;
}
#advertising_page .advertising_card img{
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #fff;
    object-fit: contain;
}

@media only screen and (max-width: 992px) {
  #advertising_page .advertising_card{
     width:49.49%; 
  }
}
@media only screen and (max-width: 768px) {
    .ixtisas_secimi .row{
        justify-content: center;
    }
    #advertising_page .advertising_page_wrap{
        justify-content:center;
        row-gap:10px;
    }
     #advertising_page .advertising_card{
         width:49%; 
      }
    #advertising_page  .advertising_title h3{
        text-align:center;
        font-size:28px;
    }
}
@media only screen and (max-width: 576px) {
     #advertising_page .advertising_card{
         width:75%; 
      }
    #advertising_page .advertising_card img{
    padding: 20px 50px;
    }

    
}
@media only screen and (max-width: 345px) {
      #advertising_page .advertising_card{
         width:100%; 
      }
    #advertising_page .advertising_card img{
    padding: 20px 30px;
    }
}
/*advertising end*/



/*NEWS HOME PAGE start*/

.news_filter-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
  
}
.news_all_cards{
    display: block;
    animation:sclAnimation .4s ease-in-out;
}
.news_all_cards.hide_cards{
    display: none;
}

.news_filter-list button {
    width: fit-content;
    padding: 10px;
    min-height: 45px;
    font-size: 14px;
    border: none;
    background-color: #ddd;
    border-radius: 3px;
}
.news_filter-list button.active_btn{
    background-color: #128c7e !important;
    color: #fff;
}
.news_filter_cards_area {
    margin-top: 40px;
}

#education_display .row,
#general_display .row,
#passing_scores .row {
    row-gap: 20px;
}

#passing_scores .passing_cards_year {
    width: 100%;
    height: 150px;
    background:linear-gradient(0deg, rgba(18,140,126,1) 0%, rgba(20,130,135,1) 100%) ;
    padding: 20px;
    display: flex;
    border-radius: 10px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}
.news_filter_cards_area{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@keyframes sclAnimation{
    0%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
}
.learn_about_news {
    margin-top: 40px;
}

.learn_about_news a {
    padding: 10px 20px;
    min-height: 45px;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content:center;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(18, 140, 126, 1) 0%, rgba(20, 130, 135, 1) 100%);
}
/*NEWS HOME PAGE END*/
/* section 2 ustunluk start */
.ustunluk-2 {
  padding: 40px 0;
}
.ustunluk-head-content {
  padding-bottom:40px;
}
.ustunluk-head-content h2 {
  font-size: 32px;
  text-align: left;
  line-height:1.2;
  font-weight: 600;
}
.ustunluk-box {
  justify-content: space-between;
}
.ustunluk-box-card {
  width: 29%;
  margin: 5px;
}
.ustunluk-box-card img {
  width: 75px;
  height: 75px;
}
.ustunluk-box-card h3 {
  width: 100%;
  font-size: 30px;
  line-height: 42px;
  padding: 20px 0 10px;
  font-weight: 500;
  margin-left: 3px;
}
.ustunluk-box-card p {
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  margin-left: 3px;
}

@media only screen and (max-width: 800px) {
  .ustunluk-box-card {
    width: 80%;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ustunluk-box-card h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .ustunluk-box-card p {
    width: 80%;
    font-size: 16px;
  }
  .ustunluk-head-content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .ustunluk-box-card p {
    width: 100%;
    font-size: 16px;
  }
  .ustunluk-head-content h2 {
    font-size: 35px;
    text-align: center;
  }
}

/* section 2 stunluk end */
/* section 3 niye biz start */
.niyeBiz-3 {
  padding: 40px 0;
}
.niyeBiz-3-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.niyeBiz-3-box-card {
  width: 48%;
}
.niyeBiz-3-box-card:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.niyeBiz-3-box-card-icons p {
  width: 75%;
  font-size: 24px;
  line-height: 26px;
}
.niyeBiz-3-box-card-icons {
  width: 46%;
}
.niyeBiz-3-box-card-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.niyeBiz-3-box-card-video img {
  width: 100%;
  height: 87%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}

/* play button */
.play-button {
  position: absolute;
  top: 28%;
  left: 43%;
}

.button {
  display: flex;
  justify-content: center;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.548);

  transition: all 0.3s ease-in-out 0s;
  box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
  align-items: center;
  border: 0;
}

.button:is(:hover, :focus) {
  transform: scale(1.2);
}
/* play button end */

@media only screen and (max-width: 1200px) {
  .niyeBiz-3-box {
    flex-direction: column;
  }
  .niyeBiz-3-box-card:last-child {
    flex-wrap: no-wrap;
    gap: 2px;
    justify-content: space-between;
    text-align: center;
  }
  .niyeBiz-3-box-card {
    width: 100%;
  }
  .niyeBiz-3-box-card-icons {
    width: 20%;
  }
  .niyeBiz-3-box-card-video {
    width: 100%;
    height: 25%;
  }
  .niyeBiz-3-box-card-video img {
    width: 100%;
    height: 40vh;
    border-radius: 30px;
    object-fit: cover;
  }
  .niyeBiz-3-box-card-icons p {
    width: 100%;
  }
}


@media only screen and (max-width: 800px) {
  .niyeBiz-3-box-card:last-child {
    flex-wrap: wrap;
  }
  .niyeBiz-3-box-card-icons {
    width: 35%;
  }
}

/* section 3 niye biz end */
/* kurslar section */
.kurslar_section {
  padding: 0 0 40px;
}
.kurslar_section .swiper {
  margin: 0;
  padding: 30px 15px 0;
}
.kurslar_section .swiper-slide,
.kurslar_section .swiper-slide_ser {
  padding: 0;
  height: 210px;
  border-radius: 18px;
  background: transparent;
  border: none;
}
.kurslar_section .swiper-slide_ser {
  display: block;
  width: 100%;
}

.kurs_all {
  position: relative;
  z-index: 3;
}
.kurslar_head_sec {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.kurslar_head_sec a {
  align-items: center;
  color: #383838;
  gap: 7px;
  white-space: nowrap;
  transition: 0.3s;
}
.kurslar_head_sec a:hover {
  opacity: 0.6;
}
.kurslar_head_sec a i {
  transition: 0.3s;
}
.kurslar_head_sec a:hover i {
  transform: translateX(10px);
}
.kurs_content .row {
  justify-content: space-between;
}
.kurslar_section .swiper-slide,
.kurslar_section .swiper-slide_ser {
  padding: 30px 20px;
  color: #000;
  transition: 0.3s;
  background: #f2f4f4 !important;
  position: relative;
}
.kurslar_section .swiper-slide::after,
.kurslar_section .swiper-slide_ser::after {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  transition: 0.3s;
  background: #f2f4f4;
  border-radius: 18px;
}
.kurslar_section .swiper-slide:hover:after {
  transform: scale(1.1);
}
.kurslar_section .swiper-slide_ser:hover:after {
  transform: scale(1.05);
}
/* .kurslar_section .swiper-slide:nth-child(1) {
  background: #f2f4f4 !important;
} */
/* .kurslar_section .swiper-slide:nth-child(2) {
  background: #f9d782 !important;
}
.kurslar_section .swiper-slide:nth-child(3) {
  background: #77cbfa !important;
}
.kurslar_section .swiper-slide:nth-child(4) {
  background: #dfeeff !important;
} */

.kurslar_head h5 {
  text-align: start;
  padding: 0 0 10px;
  font-size: 12px;
}
.kurs_name {
  flex-direction: column;
  justify-content: space-between;
}
.kurs_name h3 {
  font-size: 22px;
  line-height: 27px;
  text-align: start;
}

.xaricde-tehsil-name h3{
      font-size: 18px;
}
.services-main_cat .kurs_name h3 {
  min-height: 54px;
}
.kurs_img {
  margin-bottom: 14px;
  width: 100px;
  padding: 0;
  border-radius: 6px;
}
.kurs_img img {
  object-fit: contain;
  width: 100%;
  height: 100px;
}
.xaricde-tehsil-img{
    width: 160px;
}
.xaricde-tehsil-img img {
  object-fit: contain;
  width: 111%;
  height: 150px;
}

.kurs_name p {
  font-size: 16px;
  text-align: start;
}
.kurslar_section .swiper-pagination-fraction {
  position: initial;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.kurslar_section .swiper-pagination-fraction span {
  font-size: 16px;
}
.buttons_with_pagi {
  gap: 13px;
  align-items: center;
  justify-content: center;
  padding: 45px 0 0;
}
.my_pr_but {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bebebe;
  font-size: 16px;
  width: 38px;
  height: 38px;
  transition: 0.3s;
}
.my_pr_but:hover {
  background: #a8a8a8;
  border: 1px solid #a8a8a8;
  color: #fff;
}
/* kurslar section end */
/* video bloglar , yazı bloqları section 4 start */
.company {
  background-color: #fff5ec;
  padding: 40px 0;
}
.company .nav-tabs {
  border-bottom: none;
  margin-bottom: 25px;
}
.company .nav-tabs .nav-item:first-child {
  padding-right: 20px;
}
.company .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  color: #acacac;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  display: inline-block;
  padding: 12px 0;
  background-color: unset;
}
.company .nav-tabs .nav-item .nav-link.active,
.company .nav-tabs .nav-item .nav-link:hover {
  color: #333;
  border-color: transparent transparent #319ae2;
}
.company .section-title {
  text-align: center;
  margin-bottom: 25px;
}
.company .section-title .title {
  font-size: 32px;
}
.company .section-title .desc {
  font-size: 16px;
  color: #222;
  padding: 20px 0 0;
  font-weight: 300;
  margin: 0;
}
.company #dle-content,
.company .company-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
}
.company .company-wrap .company-item {
  width: 49%;
  background-color: #fff;
  display: flex;
  border-radius: 10px;
  -webkit-border-radius:10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  min-height: 250px;
  max-height:250px;
}
.company .company-wrap .company-item .company-img {
  width: 224px;
  height: 100%;
}
.company .company-wrap .company-item .company-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.company .company-wrap .company-item .company-caption {
  width: calc(100% - 224px);
  padding: 24px 32px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
    
}
.company .company-wrap .company-item .company-caption .company-title {
  /*font-size: 22px;*/
  /*margin-bottom: 22px;*/
  /*font-weight: 500;*/
  /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 500;
    line-height: 1.2;
    height:auto;
}
.company .company-wrap .company-item .company-caption .more_about_views{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.company .company-wrap .company-item .company-caption .more_about_views .views_for_company{
    font-size:14px;
    color:#999;
    display:flex;
    gap:5px;
}
.company .company-wrap .company-item .company-caption .date_and_compony{
    display:flex;
    margin-top:15px;
    align-items:center;
    justify-content:flex-end;
}
.company .company-wrap .company-item .company-caption .date_and_compony .date_for_company{
    font-size:14px;
    color:#999;
}
.company .company-wrap .company-item .company-caption .company-desc {
   display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom:20px;
    line-height: 1.5;
    height: calc(1.5em *2);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #525252;
    font-weight: 400;
}

.company .company-wrap .company-item .company-caption .more {
  color: #333;
}
.company .company-wrap .company-item .company-caption .more span:first-of-type,
.company .more-company span:first-of-type {
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}


.company .company-wrap .company-item .company-caption .more:hover .arrow img,
.company .more-company:hover .arrow i{
  -webkit-animation: 0.8s linear infinite arrowhower;
  animation: 0.8s linear infinite arrowhower;
}

.company .more-company {
  color: #333;
  font-size: 20px;
  margin-bottom:15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  text-align: center;
  font-weight: 600;
}
.tehsil_umumi_display{  
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.arrow,
.more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more {
  justify-content: flex-start;
}
/* events page start */
#events_page{
    padding: 40px 0;
    background: #fcfcfc;
}
#events_page .events_title{
    margin-bottom: 40px;

}
#events_page .events_title h3{
    font-size: 35px;
    color: #000;
    margin: 0;
    font-weight: 600;
}
#events_page .events_parent_box{
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
}
.events_parent_box .row{
    row-gap: 20px;
}
.events_parent_box .events_boxs{
    display: flex;
    align-items: center;
    height: fit-content;
    justify-content: center;
    text-decoration: none;
    gap: 20px;
}
.events_boxs .events_box_icons{
    margin: 0;
    width: 64px;
    height: 64px;
}
.events_boxs .events_box_icons img{
    width: 100%;
    height: 100%;
}
.events_boxs .events_boxs_title h5{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    transition: .3s ease-in-out;
    margin: 0;
}
@media screen and (max-width:576px) {
    .events_boxs .events_box_icons{
        width: 50px;
        height: 50px;
    }
    #events_page .events_parent_box{
        padding: 30px;
    }
    .events_parent_box .events_boxs{
        justify-content: flex-start;
    }
    .events_boxs .events_boxs_title h5{
        font-size: 18px;
    }
}

/* events page end */
/*events inside page end*/
/* description_for_blog */
#events_content_inside_box {
    padding: 40px 0;
    background-color: #fcfcfc;
}

#events_content_inside_box .row {
    justify-content: flex-start;
}

#events_content_inside_box .all_events_content_boxses {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
}

.events_pdfs_card figure {
    height: 300px;
    width: 100%;
    margin: 0;
}

.events_pdfs_card figure img {
    object-fit: cover;
    object-position: top;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.events_pdfs_card article {
    padding:20px;
   
}

.events_pdfs_card article h3 {
    display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.2;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
    font-weight:500;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}
.events_pdfs_card .pdf_card_learn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.events_pdfs_card .pdf_card_learn a {
    display: flex;
    width: 150px;
    text-decoration: none;
    height: 50px;
    background-color: #128c7e;
    align-items: center;
    color: #fff;
    gap: 10px;
    justify-content: center;
}
@media screen and (max-width:768px) {
    #events_content_inside_box .all_events_content_boxses{
        padding:40px 20px;
    }
    .events_pdfs_card figure{
        height: 300px;
    }
    .mobile_menu_item:nth-child(7){
    padding: 0px;
}
.mobile_menu_item button {
    margin-top: 10px;
}

    .catalog-link span:first-child a {
        font-size: 15px;
    }
}
@media screen and (max-width:345px) {
    .events_pdfs_card figure{
        height: 250px;
    }
}
/*events inside page end*/
/*card-news start*/
.company_row .row{
    row-gap:24px;
}
.card_for_news {
    padding: 0;
    display: block;
    max-height: max-content;
    overflow: hidden;
    border-radius: 10px;
    height: 226px;
    background-color:#FDFDFD;
}

.card_for_news .card_news_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.card_news_wrapper .card_news_figure {
    width:180px;
    border-radius: 10px 0 0 10px;
    margin: 0;
    height: 226px;
}

.card_news_wrapper .card_news_figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    object-position: top;
}

.card_news_wrapper .card_news_article {
    width: calc(100% - 180px);
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card_news_article .card_news_title {
    font-size: 20px;
    line-height: 1.5;
    color:#000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: calc(2em * 1.5);
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    -webkit-box-orient: vertical;
}

.card_news_article .card_news_description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: calc(2em * 1.5);
    line-height: 1.5;
    color:#525252;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin: 0;
    -webkit-box-orient: vertical;
}

.card_news_article .date_and_views {
    display: flex;
    justify-content: space-between;
}

.card_news_article .date_and_views span {
    font-size: 14px;
    color: #999;
    display:flex;
    align-items:center;
    gap:4px;
}
.card_news_article .more_about a{
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: .3s ease-in-out;
    text-decoration: none;
    gap: 5px;
    color: #1e1e1e;
}
.card_news_article .more_about a i{
    transition: .3s ease-in-out;
}
.card_news_article .more_about a:hover{
opacity: .8;
}
.card_news_article .more_about a:hover i{
  animation:  0.8s linear infinite arrowhower
}
@media screen and (max-width:1200px) {
    .card_news_wrapper .card_news_figure{
        height: 220px;
        width: 160px;
    }
    .card_for_news{
        height: fit-content;
    }
    .card_news_wrapper .card_news_article{
    width: calc(100% - 160px);
    padding: 18px;
   
    }
    .card_news_article .card_news_description {
        height:auto;
        -webkit-line-clamp: 1;
    }
    .card_news_article .card_news_title{
        margin: 0;
         height: auto;
    }
}

@media screen and (max-width:992px) {
    .card_for_news {
        width: 100%;
    }
    .card_news_article .card_news_title{
        height:auto;
    }
    .card_news_article .card_news_description{
        height:auto;
    }
}
@media screen and (max-width:768px) {
    .card_news_wrapper .card_news_figure{
        width: 100%;
        height: 400px;
    }
    .card_news_wrapper .card_news_figure img{
        object-position: center;
        border-radius:10px 10px 0 0;
    }
    .company_row .row .col-12{
        padding:0;
    }
    .card_news_wrapper .card_news_article{
        width: 100%;
    }
    .card_news_article .card_news_title{
        margin-bottom: 10px;
    }
    .card_news_article .date_and_views{
        margin: 20px 0;
    }
    .card_news_article .card_news_description{
        hyphens: auto;
    }
}

@media  screen and (max-width:576px) {
    .card_news_wrapper .card_news_article{
        padding:15px 10px;
        
    }
    .card_news_wrapper .card_news_figure{
        width: 100%;
        height: 300px;
    }
       .card_news_article .card_news_description{
        font-size:14px;
    }
    .card_news_article .card_news_title{
        -webkit-line-clamp: 3;
        line-height: 1.2;
        height: auto;
        font-size:16px;
    }
    
}
@media screen and (max-width:345px) {
    .card_news_wrapper .card_news_figure{
        width: 100%;
        height: 230px;
    }
    .card_news_article .card_news_title{
        font-size:15px;
    }
    .card_news_article .card_news_description{
        font-size:13px;
    }
}

@keyframes arrowhower {
    0%,
    100% {
      transform: translateX(0) translateY(0);
    }
    50% {
      transform: translateX(10px) translateY(0);
    }
  }
  /*card-news-end*/




.company .company-wrap .company-item .company-caption .more .arrow,
.company .more-company .arrow,
footer .footer-social .social-icons .social-icon:not(:first-child) {
  margin-left: 10px;
}

.all-videos{
    display: flex;
    gap: 15px;
}
 .all-videos p{
        margin:10px 20px;
    }

.blog-both {
  padding: 80px 0;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.blog-photo {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}
.blog-photo img {
  width: 600px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.blog-info {
  padding-top: 30px;
}
.blog-info p {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
  padding-top: 20px;
}
@media only screen and (max-width: 992px) {
 .company .company-wrap .company-item {
    width: 100%;
    height: 240px;
  }
  .company .company-wrap .company-item .company-caption .company-title {
    font-size: 18px;
  }
  .company .company-wrap .company-item .company-caption .company-desc {
    font-size: 12px;
  }
  .company .company-wrap .company-item .company-caption .more {
    font-size: 14px;
  }
  .arrow img {
    width: 20px;
  }
}

@media only screen and (max-width: 920px) {
  .company .company-wrap .company-item {
    height: 300px;
  }
}
@media only screen and (max-width: 880px) {
  .company .company-wrap .company-item {
    width: 100%;
    flex-direction: column;
    height: fit-content;
    margin:0;
  }
  .company .company-wrap .company-item .company-img {
    width: 100%;
    height: 100%;
  }
  .company .company-wrap .company-item .company-caption {
    width: 100%;
    padding: 24px 15px;
  }
}
/*@media only screen and (max-width: 480px) {*/
/*  .company .company-wrap .company-item {*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    height: fit-content;*/
/*  }*/
/*  .company .company-wrap .company-item .company-img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*  }*/
/*  .company .company-wrap .company-item .company-caption {*/
/*    width: 100%;*/
/*    padding: 24px 15px;*/
/*  }*/
/*}*/
/* video bloglar , yazı bloqları section 4 end */

/* stundent opinions */
.students-opinions {
  padding: 32px 0 45px;
}
.students-opinions-head-content h4 {
  font-size: 32px;
  font-weight: 500;
  max-width: 600px;
  line-height: 1.2;
}
.mySwiper_student {
  cursor: pointer;
  padding: 30px 20px 0;
}
.student_slide {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 20px;
  height: 270px;
}
.student_info_all {
  padding: 0px 0 0;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  height:30%;
  padding-top:20px;
}
.student_comment {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  height:60%;
  padding-top:10px;
}
.student_info_all img.student_foto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.student_info h5 {
  font-size: 19px;
  color: #000;
}
.student_info p {
  padding: 10px 0 0;
  color: #128c7e;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
    ..students-opinions-head-content{
        display:flex;
        justify-content:center;
         
    }
  .students-opinions-head-content h4 {
    width: 80%;
    font-size: 26px;
   text-align:center;
   margin: 0 20px;
  }
  .ustunluk-head-content h2{
          font-size: 30px;
   text-align:center;
   margin: 0 20px;
  }
  
}
@media only screen and (max-width: 368px) {
  .students-opinions-head-content h4 {
    max-width: 450px;
    font-size: 26px;
  }
}
/* student end */

/* main end */
/* footer area */
footer {
  padding: 50px 0 ;
}
.internal_footer {
  background: rgb(238 238 238 / 72%);
}
.copy,.copy-responsiv-768 {
  font-size: 13px;
  color: #83848d;
  margin-top: 30px;
  line-height: 20px;
  font-size: 15px;
  text-align:center;
}
footer img {
  margin-bottom: 0 !important;
}
.foot_log_copy {
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.foot_log_copy img {
  width:80px;
  height:70px;
}
.footer-links-primary li a {
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 16px;
  display: inline-block;
  color: #000;
  transition: 0.5s;
}
.footer-links-primary li a:hover,
.footer-links-second li a:hover {
  opacity: 0.7;
}
.footer-links-second li a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 16px;
  color: #2f313f;
  transition: 0.5s;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 15px 0;
}
.footer-social li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b6b6b6;
  color: #414141;
  border-radius: 50%;
  transition: 0.5s;
}
.footer-social li a:hover {
  background-color: #000;
  color: #fff;
  fill: white;
}
.footer-social li a svg {
  height: 13px;
}
#foot_cont {
  margin: 16px 0px;
  font-size: 14px;
}
.footer_contact_web a {
  font-size: 16px;
  color: #000;
}
.footer_contact_web a img {
  width: 100%;
  max-width: 90px;
}
.site_by a,
#foot_cont a {
  color: #000;
}
.footer_bottom_col_gray {
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.foot_okme {
  width: 100%;
  max-width: 90px;
}
/* footer end */

/*static and feedback */
.inside-bg {
  background: linear-gradient(to top, #0000006e, #0001007f),
    url("/img/student-bg.jpeg") center/cover;
  height: 55vh;
  background-attachment: fixed;
}

/* catalog info */
.catalog-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-left:20px;
}
.catalog-info h2 {
  font-size: 40px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  padding-bottom: 20px;
}

.catalog-link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto 40px auto;
}

.catalog-link span,
.anasehife {
  font-size: 17px;
  color: #fff;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 300;
  text-decoration: none;
}

.geriqayit {
  color: #ffffff7a;
  font-size: 17px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 500;
  text-decoration: none;
}
.xett {
  height: 50px;
  width: 2px;
  background-color: #ffffff4d;
}

/* contact */
.yenilik-head {
  padding-left: 12px;
}

.yenilik-head h4 {
  color: #212529;
  font-size: 35px;
  font-weight: 600;
  /*margin: 0 0 30px 0;*/
  /*font-family: 'Arial';*/
}
.services .yenilik-head h4{
    padding-top:35px;
}

.yenilik p,
.yenilik-head p {
  font-size: 16px;
  margin: 30px 0;
  line-height: 23px;
}
.contact-info {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 23px;
}

/*.row > * {*/
/*  padding-left: 0;*/
/*}*/

.contact-card h3 {
  display: flex;
  gap: 10px;
  margin-bottom: 23px;
  text-align: left;
  font-weight: 500;
  font-size: 21px;
  color: #000;
}

.contact-card p {
  color: #000;
  padding: 0 0 18px;
  line-height: 1.2;
}
.contact-card a {
  color: #000;
  text-decoration: none;
}
.contact-card a:hover {
  text-decoration: underline;
}

.contact {
  width: 95%;
  margin: 0 auto;
}
.elaqe-start h3 {
  text-align: left;
  /*font-family: 'Arial';*/
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0;
}
.contact-with {
  padding: 25px 0 120px;
}
.elaqe-inputs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 20px;
}
.elaqe-inputs input {
  width: 30%;
  height: 50px;
  padding: 12px;
  border: 1px solid #999;
  border-radius: 3px;
  margin: 15px 0;
  outline-color: #128c7e;
}
.elaqe-inputs input::placeholder {
  color: #bdbdbd;
}

#map {
  height: 400px;
}

.elaqe-button {
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: end;
}
.elaqe-button textarea {
  margin: 10px 0 20px 0;
  border: 1px solid #999;
  padding: 12px;
  border-radius: 3px;
  outline-color: #128c7e;
}
.elaqe-inputs textarea::placeholder {
  color: #000;
}
.elaqe-button button {
  width: 200px;
  height: 56px;
  color: #fff;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #128c7e;
  transition: 0.3s all ease-in-out;
}
.elaqe-button button:hover {
  background-color: #fff;
  border: 2px solid #128c7e;
  color: #128c7e;
}

/* contact end */

/* about us */

.aboutus {
  padding: 50px 0;
    
}
.static_pages_all {
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 40px;
}
.aboutus-head img {
  display: flex;
  justify-content: center;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  object-position: bottom;
  border-radius: 15px;
  height: 500px;
}

.aboutus-main {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 25px;
  font-weight:500;
}

.aboutus-main p {
  line-height: 25px;
  font-size: 19px;
}

/*aboutus end*/

/* services */
.services_custom_text{
    font-size:16px;
    line-height:1.2;
    margin-bottom:10px;
    display:block;
}
.services-main,
.services-main_cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 50px 0;
}
.services-main_cat {
  gap: 0;
  row-gap: 20px;
  justify-content: flex-start;
}
.services-main a {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  width: 149px;
  height: 208px;
  background-color: #e7e7e7;
  border-radius: 9px;
  text-decoration: none;
  transition: transform 0.3s;
}

.services-main a:hover {
  transform: scale(1.1);
}

.services-main a img {
  width: 149px;
  height: 120px;
  object-fit: contain;
  text-align: center;
}
.services-main h4 {
  font-size: 16px;
  font-weight: 600;
  width: 149px;
  height: 55px;
  /*margin: 0 auto;*/
  text-align: center;
  line-height: 1.2;
  color: #000;
}
/*services end*/

/* services - iç sehife */

.xidmetler-section {
  padding: 50px 0;
  line-height:25px;
}
.xidmetler-section-main img {
  width: 60%;
  height: 400px;
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
  cursor: pointer;
  object-fit: cover;
}

.xidmetler-section-main p {
  width: 60%;
  margin: 25px auto !important;
  line-height: 35px;
  text-align: left;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  padding: 10px;
}
.xidmetler-section-main img:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.xidmetler-section-main h4 {
  text-align: center;
  font-size: 20px;
}

/* services - iç sehife end */

/* yenilikler is sehife start*/

.yenilikler {
  background-color: #f6f6f6;
}

.opacityyy{
     padding: 35px 0;
    background-color: rgba(255, 255, 255, 0.70);
}
body.dark-mode  .kecid_ballari_name p{
    color:#000;
}
body.dark-mode  #kecid-bali-catName{
    color:#000;
}
.yenilikler-main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*height: 60%;*/
  padding: 60px 0 60px 0;
  /*background-color: #fff;*/
}
.yenilikler-main .katephp-yenilik:last-child{
    display:flex;
    justify-content:flex-end;
}
.yenilikler_butik {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:50px !important;
}
.yenilikler-main .katephp-yenilik {
  display: block;
  width: 33%;
}

.yenilikler-main .katephp-yenilik:first-child{
  margin: 0 ;  
}
.yenilikler-main.yenilikler_butik .katephp-yenilik {
  width: initial;
}
.katephp-yenilik a,
.katephp-yenilik_butik a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
}
.katephp-yenilik a{
    display:inline !important;
}
.katephp-yenilik_butik{
  
  padding: 0 !important;
}
.katephp-yenilik_butik:not(:nth-child(1)){
  height: 230px;
}
.katephp-yenilik_butik:nth-child(1){
  grid-area: 1 / 1 / 3 / 2;
}
.katephp-yenilik_butik:nth-child(2){
  grid-area: 1 / 2 / 2 / 3;
}
.katephp-yenilik_butik:nth-child(3){
  grid-area: 2 / 2 / 3 / 3;
}
.katephp-yenilik_butik:nth-child(4){
  grid-area: 1 / 3 / 2 / 4;
}
.katephp-yenilik_butik:nth-child(5){
  grid-area: 2 / 3 / 3 / 4;
}
.katephp-yenilik_butik a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
}
.katephp-yenilik_butik a:after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.362);
  content: '';
  position: absolute;
  z-index: 2;
}
.katephp-yenilik_butik a .katephpimg {
  height:100%;
}
.katephp-yenilik_butik a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: .3s;
}
.katephp-yenilik_butik a:hover img{
  transform: scale(1.1);
}
.katephp-yenilik_butik a p {
  color: #fff !important;
  padding: 20px !important;
  position: absolute;
  bottom: 0;
  font-size: 27px !important;
  z-index: 3;
}
.katephpimg {
  overflow: hidden !important;
  height:350px;
}





/*kecid ballari faq*/
body.dark-mode .kecid-bali_kategory-desc{
    color:#000;
}
.kecid-bali_kategory-desc{
    font-size:16px;
    color:#000;
    margin:10px 0;
    line-height:1.5;
}
.faq_accordion-item {
    margin-bottom: 15px;
    height: 100%;
}

.faq_accordion-item-header {
    padding: 15px;
    background-color:#f5f5f5;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    color: #000;
    display:flex;
    cursor:pointer;
    user-select:none;
    align-items:center;
    justify-content:space-between;
}

.faq_accordion-item-body-content{
    margin: 10px 0;  
}
.faq_accordion-item-body-content {
    font-size:14px;
    line-height:1.5;
    color:#000;
    opacity:.8;
}

.faq_accordion-item-body-content b {
    font-weight: bold!important;
}

.faq_accordion-item-body-content i {
    font-style: italic!important;
}
 
.faq_accordion-item-header svg { 
    color: #000;
    transition: .3s ease-in-out;
}

.faq_accordion-item-header.active-icon svg {
    transition: .3s ease-out;
    transform: rotate(90deg);
}

.faq_accordion-item-body {
    padding: 0 10px;
    max-height: 0;
    height: 100%;
    overflow: hidden;
    transition: max-height .4s ease-in-out
}

@media screen and (min-width:768px){
     .faq_accordion-item-body-content {
    font-size:18px;
}
}




@media screen and (max-width:1200px){
   .katephpimg{
        height:280px;
    }
}
@media screen and (max-width:768px){
    .katephpimg{
        height:320px;
    }
}
@media screen and (max-width:576px){
    .katephp-yenilik a{
        width:100%;
    }
   
}
.katephp-yenilik a img,
.katephp-yenilik_butik a img {
  transition: transform 0.5s;
}

.katephp-yenilik a:hover img,
.katephp-yenilik_butik a:hover img {
  transform: scale(1.1);
}
.katephp-yenilik img,
.katephp-yenilik_butik img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.katephp-yenilik a p,
.katephp-yenilik_butik a p {
  color: #000;
  font-size: 18px;
  padding: 10px;
}

.katephp-yenilik a p{
    padding-top:20px;
}

/* yenilikler is sehife  end*/

/*  yazi blog start */

.yenilikler-yaziBlog-main a {
  width: 100%;
  display: block;
  margin: 20px 0;
  background-color: #f5fbeb;
  text-decoration: none !important;
  border-radius: 10px;
  color: #000;
}

.yenilikler-yaziBlog-box-img,
.yenilikler-yaziBlog-box-context {
  margin: 15px 0;
}
.yenilikler-yaziBlog-box-context h2 {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}

.yenilikler-yaziBlog-main a .yenilikler-yaziBlog-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.yenilikler-yaziBlog-main a hr {
  color: #aaa;
}
.yenilikler-yaziBlog-main a:nth-child(even) .yenilikler-yaziBlog-box {
  flex-direction: row-reverse;
}

.butik-section a img {
  transition: transform 0.5s;
  width: 250px;
  height: 300px;
  margin: 0 auto;
  object-fit: contain;
}

/*  yazi blog end  */

/* modal start*/
.modal-header {
  padding: 0 !important;
}
.modal-title {
  font-size: 25px;
}
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: transparent;
}

/* Modal kapatma düğmesi */
.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  font-weight: 700;
}
.close {
  background: transparent;
  border: none;
  outline: none;
}
.modal-close:hover {
  color: black;
}

/* Modal içerik kutusu stilleri */
.modal-window > div {
  border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}

.modal-window form {
  margin-left: 0;
}

/*modal end*/

.animated-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: none;
  font-size: 20px;
  background-color: #2196f3;
  border-radius: 100px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff20;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #2196f3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button span:first-child {
  position: relative;
  z-index: 1;
}

.animated-button:hover {
  box-shadow: 0 0 0 5px #2195f360;
  color: #ffffff;
}

.animated-button:active {
  scale: 0.95;
}

.animated-button:hover span:last-child {
  width: 150px;
  height: 150px;
  opacity: 1;
}

.btnmargin {
  margin-right: 10px !important;
}
.active-button {
  background-color: #2196f3 !important;
  color: #fff !important;
}

.niyeBiz-3-box-card .niyeBiz-3-box-card-icons div {
  margin-bottom: 10px;
}
.niyeBiz-3-box-card .niyeBiz-3-box-card-icons div img {
  width: 40px;
}
@media only screen and (max-width: 1200px) {
  .niyeBiz-3-box-card {
    padding: 40px 0 0;
  }
}
.niyeBiz-3-box-card .niyeBiz-3-box-card-icons:nth-child(3) div,
.niyeBiz-3-box-card .niyeBiz-3-box-card-icons:nth-child(4) div {
  /* margin-top:82px; */
}

/* button header components*/

.header-buttons {
  display: flex;
  margin-top: 20px;
}

.header-buttons button {
  font-weight: bold;
  color: white;

  width: 95.02px;
  height: 42.66px;
  border: none;
  background-color: #3653f8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.header-buttons button:last-child {
  background-color: #fff;
  color: #000;
}

.header-buttons button .span-mother {
  display: flex;
  overflow: hidden;
}

.header-buttons button:hover .span-mother {
  position: absolute;
}

.header-buttons button:hover .span-mother span {
  transform: translateY(1.2em);
}

.header-buttons button .span-mother span:nth-child(1) {
  transition: 0.2s;
}

.header-buttons button .span-mother span:nth-child(2) {
  transition: 0.3s;
}

.header-buttons button .span-mother span:nth-child(3) {
  transition: 0.4s;
}

.header-buttons button .span-mother span:nth-child(4) {
  transition: 0.5s;
}

.header-buttons button .span-mother span:nth-child(5) {
  transition: 0.6s;
}

.header-buttons button .span-mother span:nth-child(6) {
  transition: 0.7s;
}

.header-buttons button .span-mother2 {
  display: flex;
  position: absolute;
  overflow: hidden;
}

.header-buttons button .span-mother2 span {
  transform: translateY(-1.2em);
}

.header-buttons button:hover .span-mother2 span {
  transform: translateY(0);
}

.header-buttons button .span-mother2 span {
  transition: 0.2s;
}

.header-buttons button .span-mother2 span:nth-child(2) {
  transition: 0.3s;
}

.header-buttons button .span-mother2 span:nth-child(3) {
  transition: 0.4s;
}

.header-buttons button .span-mother2 span:nth-child(4) {
  transition: 0.5s;
}

.header-buttons button .span-mother2 span:nth-child(5) {
  transition: 0.6s;
}

.header-buttons button .span-mother2 span:nth-child(6) {
  transition: 0.7s;
}
/* partners */
#workplaces {
  padding: 60px 0;
}
#workplaces h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
#workplaces h2,
footer img {
  margin-bottom: 40px;
}
.workplaces-box,
.workplaces-box.ofis {
  border-radius: 16px;
  background-color: #f5f6fa;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  will-change: transform;
}
.workplaces-box {
  padding: 20px 30px;
}
.workplaces-box img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.workplaces-box:hover img {
  transform: scale(1.2);
}
.workplaces-box img,
.workplaces-box.ofis img {
  transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
}
/* parnters end */
/* call to action */

#call-to-action-korporativ1 {
  background: #128c7e;
  background-repeat: no-repeat;
  padding: 30px 15px 66px;
  background-position: center 160px;
  background-size: 1115px;
}
.korp h4,
.muraciet h4 {
  color: #fff;
  font-size: 44px;
  letter-spacing: -1px;
}
.more-info1 {
  color: #fff;
  line-height: 22px;
  font-size: 18px;
}
.korp label,
.muraciet label {
  color: #fff;
  font-size: 18px;
}

.input-style {
  line-height: 1.9rem;
  border: none;
  outline: 0;
  padding: 15px 0 15px 20px;
  margin: 2px 0px;
  font-size: 16px !important;
  height: 55px;
  width: 100%;
  border-bottom: 1px solid #128c7e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  box-shadow: 0 2px 18px 0 rgb(0 0 0 / 12%);
  color: #000 !important;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  background: #fff;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select {
  display: flex;
  align-items: center;
}
.custom-select select,
.select-hide {
  display: none;
}
.muraciet .call-toaction-button {
  padding: 14px;
  width: 100%;
  border-radius: 10px;
  line-height: 100%;
  border: 1px solid #000000bd;
  background: #000;
  color: #fff !important;
  font-weight: 700;
  transition: 0.5s;
  margin-top: 0 !important;
}
.muraciet .call-toaction-button:hover {
  color: #fff !important;
  background: transparent;
}
.select-selected {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 26px;
  padding-left:7px;
  cursor: pointer;
  user-select: none;
  color:gray !important;
}
.select-items {
  height:300px;
  overflow:auto;
  position: absolute;
  margin-top: 10px;
  background: #fff !important;
  padding: 14px 10px !important;
  border-radius: 8px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 10px #e5e4e4;
  
}
.same-as-selected,
.select-items div:hover {
  background-color: rgb(0 0 0 / 4%);
  cursor: pointer;
}
.custom-select select,
.select-hide {
  display: none;
}
.select-validation2 {
  display: none;
}
.custom-select,
.quantity,
.quantity-button,
.quantity-nav {
  position: relative;
}
@media only screen and (max-width: 370px) {
  #workplaces h2 {
    font-size: 24px;
  }
}
/* call to action */

/* full story */
.xidmetler-section-main_full {
  justify-content: space-between;
  margin:0;
}

.ser_full_img img {
  border-radius: 15px;
  width: 100%;
  margin-bottom:10px;
}
.ser_full_tit {
  font-size: 34px;
  line-height:1;
}
.ser_full_text {
  font-size: 16px;
  line-height: 1.7;
  /*max-height: 275px;*/
  /*overflow-y: hidden;*/
}
.ser_full_buttons {
  display: flex;
  gap: 20px;
}
.ser_full_buttons a {
  padding: 13px 20px;
  border-radius: 8px;
  transition: 0.3s;
  display: block;
  width: calc(50% - 20px);
  border: 1px solid transparent;
  color: #fff;
  text-align: center;
}
.ser_full_buttons a.ser_sur_kon {
  background: #646464;
  border-color: #646464;
}
.ser_full_buttons a.ser_kon {
  background: #128c7e;
  border-color: #128c7e;
}
.ser_full_buttons a:hover {
  background: transparent;
}
.ser_full_buttons a.ser_sur_kon:hover {
  color: #646464;
}
.ser_full_buttons a.ser_kon:hover {
  color: #128c7e;
}
/* full story end */

/*dark light start*/

.all-dark-light {
    display: flex;
    align-items: center;
    gap: 5px;
}
   .day-night {
      display: none;
  }
  
  .dark-light {
    display: block;
  }
#mode-toggle {
  background-color: transparent;
  border: 0;
}

.bir,.iki {
  display: block;
  margin-bottom: 1.5em;
  font-size: 1em;
}

.bir,.iki {
  background-color: rgba(0,0,0,0.7);
  border-radius: 0.75em;
  box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.3) inset;
  color: #fdea7b;
  display: inline-flex;
  align-items: center;
  margin: auto;
  padding: 0.15em;
  width: 3em;
  height: 1.5em;
  transition: background-color 0.1s 0.3s ease-out, box-shadow 0.1s 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bir:before, .bir:after,.iki:before, .iki:after {
  content: "";
  display: block;
}

.bir:before,.iki:before {
  background-color: #d7d7d7;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  transition: background-color 0.1s 0.3s ease-out, transform 0.3s ease-out;
  z-index: 1;
}

.bir:after,.iki:after {
  background: linear-gradient(transparent 50%, rgba(0,0,0,0.15) 0) 0 50% / 50% 100%,
		repeating-linear-gradient(90deg,#bbb 0,#bbb,#bbb 20%,#999 20%,#999 40%) 0 50% / 50% 100%,
		radial-gradient(circle at 50% 50%,#888 25%, transparent 26%);
  background-repeat: no-repeat;
  border: 0.25em solid transparent;
  border-left: 0.4em solid #d8d8d8;
  border-right: 0 solid transparent;
  transition: border-left-color 0.1s 0.3s ease-out, transform 0.3s ease-out;
  transform: translateX(-22.5%);
  transform-origin: 25% 50%;
  width: 1.2em;
  height: 1em;
  box-sizing: border-box;
}
/* Checked */
.bir:checked,.iki:checked {
  background-color: #ffffff48;
  box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.1) inset;
}

.bir:checked:before,.iki:checked:before {
  background-color: currentColor;
  transform: translateX(125%)
}

.bir:checked:after,.iki:checked:after {
  border-left-color: currentColor;
  transform: translateX(-2.5%) rotateY(180deg);
}
/* Other States */
.bir:focus,.iki:focus {
	/* Usually an anti-A11Y practice but set to remove an annoyance just for this demo */
  outline: 0;
}

body.light-mode{
 background-color:#fff ;
 color:#000;

}

body.dark-mode,body.dark-mode .internal_footer   {
 background-color:#000 !important;
 color:#fff;
}

body.dark-mode .nav-bar-fixed-top{
    background-color:#000;
    color:#fff !important;
}

body.dark-mode .nav-bar-fixed-top .navbar-parent.fixed-color > a:first-child ,  body.dark-mode .first-a ,body.dark-mode .first-link , body.dark-mode .foot_cont a ,body.dark-mode .site_by a , body.dark-mode .footer-social a ,body.dark-mode #foot_cont a,body.dark-mode .h2-xidmetler a {
     color:#fff !important;
}

 body.dark-mode .section-title .title , body.dark-mode .section-title .desc, body.dark-mode .more-company span, body.dark-mode .contact-card p {
     color:#fff ;
 }
 body.dark-mode .navbar-parent i,.body.dark-mode .navbar-parent .searchspan,body.dark-mode .footer-links-primary li a,body.dark-mode .footer-links-second a, body.dark-mode #foot_cont a,body.dark-mode .aic span {
     color:#fff
 }
 
 body.dark-mode header.nav-bar-fixed-top .searchspan{
     color:#fff;
 }
 
body.dark-mode .company, body.dark-mode .yenilikler , body.dark-mode .xidmetler-section, body.dark-mode .kurslar_section, body.dark-mode .addcomment {
    background-color:#2b2b2d !important;
}
body.dark-mode .footer-social li a:hover{
        background-color: #fff;
    color: #000 !important;
    fill: black;
}
body.dark-mode .katephp-yenilik a p, body.dark-mode .yenilik-head h4, body.dark-mode .contact-card p a,body.dark-mode .nav-bar-fixed-top .navbar-parent.fixed-color > a:first-child  {
     color:#fff !important;
}
body.dark-mode .contact-card h3{
    color:#128c7e;
}
body.dark-mode .modal-body,body.dark-mode .company-title{
    color:#000;
}


header.nav-bar-fixed-top i,header.nav-bar-fixed-top .searchspan{
    color:#000;
}



/* xaricde tehsil cardlar  start */

.carddil-box{
    display:flex;
    justify-content:flex-start;
    row-gap:20px;
    margin:35px 0 55px;
    flex-wrap: wrap;
}

.carddil {
  position: relative;
  width: 100%;
    height:100%;
  background: rgb(209, 72, 122);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  
}

.carddil::before,
.carddil::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  background-color: #128c7e;
  transition: all 0.5s;
}

.carddil::before {
  top: 0;
  right: 0;
  border-radius: 0 15px 0 100%;
}

.carddil::after {
  bottom: 0;
  left: 0;
  border-radius: 0 100%  0 15px;
}

.carddil:hover::before,
.carddil:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.5s;
}
.carddil-box a{
    display:block;
   text-decoration: none;
  color: #fff !important;
  width:100%;
  flex:0 0 auto;
  height: 250px;
  padding:0 12px;
}
@media screen and (min-width:576px){
    .carddil-box a{
     width:50%;
     height:200px;
}
}
@media screen and (min-width:992px){
    .carddil-box a{
     width:25%;
}
}


.carddil-box a:nth-child(1) .carddil:hover:after {
  content: "Türkiyə";
}
.carddil-box a:nth-child(2) .carddil:hover:after {
  content: " Rusiya";
}

.carddil-box a:nth-child(3) .carddil:hover:after {
  content: " Gürcüstan";
}

.carddil-box a:nth-child(4) .carddil:hover:after {
  content: "Amerika ";
}

.carddil-box a:nth-child(5) .carddil:hover:after {
  content: "Avropa ölkələri";
}


/* xaricde tehsil cardlar  end */

.footer-padding{
    margin-left:15px !important;
    margin-right:15px !important;
}

/* telebe butik shortstory start */

.cardbutik {
  position: relative;
  background: transparent;
  width: 300px;
  height: 300px;
  border: none;
}

.cardbutik:hover {
  width: 300px;
}

.cardbutik .container-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e7e7e7;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 3px 1px #1818183d, 2px 2px 3px #18181865, inset 2px 2px 2px #ffffff;
  transition: all .2s ease-in-out, opacity .2s;
  transition-delay: .1s, 0s;
}
.cardbutik .container-image img{
    position: absolute;
    top:17%;
    left:20%;
    width:62%;
    height:69%;
}

.cardbutik:hover .container-image {
  opacity: 0;
  border-radius: 8px;
  transition-delay: 0s, .1s;
}

.cardbutik .container-image .image-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(2px 2px 2px #1818188a);
  transition: all .2s ease-in-out;
  transition-delay: .1s;
}

.cardbutik:hover .container-image .image-circle {
  opacity: 0;
  transition-delay: 0s;
}

.cardbutik .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e7e7e7;
  padding: 20px;
  width: 190px;
  height: 190px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 3px 1px #1818183d, 2px 2px 3px #18181865, inset 2px 2px 2px #ffffff;
  visibility: hidden;
  transition: .2s ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}

.cardbutik:hover .content {
  width: 290px;
  height: 190px;
  visibility: visible;
  transition-delay: .1s;
}

.cardbutik .content .detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .2s ease-in-out;
  transition-delay: 0s;
}
.cardbutik .content .detail p{
     margin:10px 0 15px;
}

.cardbutik:hover .content .detail {
  color: #181818;
  opacity: 100%;
  transition: 1s;
  transition-delay: .1s;
}

.cardbutik .content .detail span {
  margin-bottom: 5px;
  margin-top:10px;
  font-size: 18px;
  font-weight: 800;
 
}

.cardbutik .content .detail button {
  background: #128c7e;
  margin-top: auto;
  width: 75px;
  height: 25px;
  color: #ffffff;
  font-size: 13px;
  border: none;
  border-radius: 8px;
  transition: .2s ease-in-out;
  font-weight:bold;
}

.cardbutik .content .detail button:hover {
  background: #fff;
  color:#128c7e;
}

.cardbutik .content .product-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.cardbutik .content .product-image .box-image {
  display: flex;
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 115%;
  opacity: 0;
  transform: scale(.5);
  transition: all .3s ease-in-out;
  transition-delay: 0s;
}

.cardbutik:hover .content .product-image .box-image {
  top: -25%;
  left: 0;
  opacity: 100%;
  transform: scale(1);
  transition-delay: .2s;
}

.cardbutik .content .product-image .box-image .img-product {
  margin: auto;
  width: 7rem;
  height: auto;
}

.fil-shoes1, .fil-shoes2 {
  fill: #333333
}

/* telebe butik shortstory end */


.butik_button .ser_sur_kon {
    background:#128c7e !important ;
}
.butik_button .ser_sur_kon:hover{
    background:#fff !important ;
    border-color:#128c7e !important;
}
.imgcontain img{
        object-fit: contain !important;

}


.neticelershort{
    margin-top:35px;
    margin-bottom:45px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start !important;
    gap:30px
}
.result-sort{
    margin-top: 35px;
    margin-bottom: 45px;
}
body.dark-mode .result-sort h3{
    color:#fff;
}
.result-sort h3{
    font-size:18px;
    color:#000;
    line-height:1.2;
    margin-bottom:15px;
}
.result-pdfs-card{
    border-radius:5px;
    border:2px solid #f5f5f5;
}
.result_person_pictures{
    width:100%;
    height:100%;
    display:block;
}
.result_person_pictures img{
    width:100%;
    height:100%;
    max-height:300px;
}

.result-sort  .row{
    row-gap:20px;
}
.pdf_result_line{
    width:100%;
    margin:5px 0;
    background:gray;
    height:2px;
}
@media screen and (max-width: 992px){
    .muraciet-button{
        margin-top:25px;
    }
    .copy,.copy-responsiv-768{
        margin:20px 0;
    }
}

@media only screen and (max-width: 800px){
  .niyeBiz-3-box-card-icons{
 padding-bottom:20px !important;   
}  
}


@media only screen and (max-width: 768px){
    .niyeBizSection{
        display:flex;
        flex-direction: column;
align-items:center;
    }
    .niyeBiz-3-box{
        margin-left:20px;
        margin-right:20px;
    }
    .yenilikler_butik{
        display:block;
        margin-left:auto;
        margin-right:auto;
        width:90%;
    }
    .katephp-yenilik_butik{
        margin:15px 0;
    }
    .katephp-yenilik_butik:nth-child(1){
        max-height:33%;
    }
}
@media only screen and (max-width: 476px){
  /*  .niyeBiz-3-box-card{*/
  /*      flex-direction: column;*/
  /*        justify-content: center;*/
  /*align-items: center;*/
  /*  }*/
  .niyeBiz-3-box-card-icons p{
          font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1200px){
    .niyeBiz-3 .ustunluk-head-content{
    padding-bottom:0;
}
}

@media only screen and (max-width: 990px){
   
   .umumi-xeber #dle-content{
        justify-content:center;
   }
    .all-videos{
        justify-content:center;
    }
   
}
@media only screen and (max-width: 700px){
   .yenilikler .yenilikler-main{
         flex-direction: column;
          justify-content: center;  
          align-items:center;
          padding:35px 0 0 0;
    }
    .katephp-yenilik{
        width:inherit !important;
        display:flex !important;
     justify-content: center !important; 
     margin-bottom:25px;
     text-align:start;
     
    }
   .yenilikler-main .katephp-yenilik:first-child{
        margin-bottom:25px !important;
    }
    .katephp-yenilik a{
        width:60%;
        font-weight:bold;
        font-size:20px;
    }
    .yenilikler-main .katephp-yenilik:first-child{
  margin:inherit;  
}
    
}
@media only screen and (max-width:576px){
    .katephp-yenilik a{
        width:100%;
    }
    
}
@media only screen and (max-width:325px){
    .katephpimg{
        height:250px;
    }
}
.pages{
        column-gap: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    font-size: 20px;
     color:#000;
    text-align: center;
}
.pages a{
   opacity:.5;
color: currentColor;
}
#dle-content .navigation {
    width:100%;
    display:flex;
    justify-content:center;
}
.xidmetler-section-main-text{
    margin-left:15px;
}
.xidmetler-section-main img{
    display:block;
    margin:0 auto;
}
.tehsil-xeberleri-full {
    display:flex;
    flex-direction:column;
    justify-content:center;
    line-height:25px;
}

@media only screen and (max-width: 991px){
    .contact-infophp{
        display:flex;
        justify-content:space-between;
        align-items:inherit;
    }
    .contact-infophp div{
        width:45%;
        margin-bottom:8px;
        
    }
}

@media only screen and (max-width: 770px){
    .elaqe-form-inputs .elaqe-inputs{
        display:flex;
        flex-direction:column;
    }
    .elaqe-form-contact{
        margin: 30px 20px !important;
    }
    
}
 
@media only screen and (max-width: 900px){
     .kurs_img img{
             width: 100%;
    }

}
@media only screen and (max-width:768px){
    .kurs_content .row{
        justify-content:center;
    }
    .main-card-xid h3{
        text-align:center;
    }
}

.elaqe-form {
    padding:36px 0 0 0 ;
}





/*search start*/

/*.inputSearchDiv input,.inputSearchDiv button{*/
/*    display:block;*/
/*}*/


.inputSearchDiv .group {
 display: flex;
 line-height: 28px;
 align-items: center;
 position: relative;
 width: 50%;
 margin:25px 0;
}

.inputSearchDiv .input {
 width: 100%;
 height: 50px;
 line-height: 28px;
 padding: 0 1rem;
 padding-left: 2.5rem;
 border: 2px solid transparent;
 border-radius: 8px;
 outline: none;
 background-color: #f3f3f4;
 color: #0d0c22;
 transition: .3s ease;
}

.inputSearchDiv .input::placeholder {
 color: #9e9ea7;
}

.inputSearchDiv .input:focus, input:hover {
 outline: none;
 border-color:#128c7e;
 background-color: #fff;
 box-shadow: 0 0 0 4px rgb(86 11 173 / 10%);
}

.inputSearchDiv .icon {
 position: absolute;
 left: 1rem;
 fill: #128c7e;
 width: 1rem;
 height: 1rem;
}

.inputSearchDiv button {
 --color: #128c7e;
 font-family: inherit;
 display: inline-block;
 width: 8em;
 height: 50px;
 line-height: 2.5em;
 margin: 25px;
 position: relative;
 overflow: hidden;
 border: 2px solid var(--color);
 transition: color .5s;
 z-index: 1;
 font-size: 17px;
 border-radius: 6px;
 font-weight: 500;
 color: var(--color);
}

.inputSearchDiv button:before {
 content: "";
 position: absolute;
 z-index: -1;
 background: var(--color);
 height: 150px;
 width: 200px;
 border-radius: 50%;
}

.inputSearchDiv button:hover {
 color: #fff;
}

.inputSearchDiv button:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}

.inputSearchDiv button:hover:before {
 top: -30px;
 left: -30px;
}

.inputSearchDiv button:active:before {
 background: #128c7e;
 transition: background 0s;
}

.searcback{
     position:fixed;
    width:100%;
    background-color:#fff;
top:0;
    left:0;
    z-index:99999;
}

.inputSearchDiv{
   display:flex;
   justify-content:center;
      
}



.closeButton{
    display:flex;
    align-items:center;
    margin-left:20px;
}
 .closeButton div {
 width: 150px;
 height: 50px;
 cursor: pointer;
 display: flex;
 align-items: center;
 background: red;
 border: 2px solid #000;
 border-radius: 5px;
 box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
 background: #fff;

}

 .closeButton div, .closeButton div span {
 transition: 200ms;
}

 .closeButton div .text {
 transform: translateX(32px);
 color: #000;

}

.closeButton div .icon1 {
 position: absolute;
 border-left: 2px solid #000;
 transform: translateX(110px);
 height: 40px;
 width: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
}

 .closeButton div svg {
 width: 15px;
 
 
}

 .closeButton div:hover {
 background: #000;
}

 .closeButton div:hover  .text {
 color: transparent;
}

 .closeButton div:hover .icon1 {
 width: 150px;
 border-left: none;
 transform: translateX(0);
 fill:#fff ;
}

 .closeButton div:focus {
 outline: none;
}

 .closeButton div:active .icon1 svg {
 transform: scale(0.8);
}

#searchDiv{
    display:none;
}

.navbar-parent i, .navbar-parent span{
    color:#fff;
    cursor:pointer;
    display:inline-block;
}
.navbar-parent i{
    margin-right:7px;
}
/*search end*/

@media screen and (max-width: 992px) {
  .cs-breadcrumb .left-side i,
  .mob-lang .social a:first-child,
  .mob-social {
    margin-right: 10px;
  }

  .large-screen-menu {
    display: none;
  }
  
  .mobile-nav .container,
  .services .services-cart .services-head {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-nav {
    display: block !important;
  }
  .advantages-block {
    justify-content: center;
  }
  .advantage {
    margin: 10px 10px 30px;
  }
  .advantage h4 {
    font-size: 16px;
    margin: 12px 0;
  }
  .advantage p {
    font-size: 14px;
  }
  .service-both {
    flex-direction: column;
  }
  .service-photo img {
    width: 100%;
  }
  .mobil-nav-sonradan{
      width:80%;
      display:flex;
      justify-content:flex-end;
      align-items:center;
  }
  
  .mobil-nav-sonradan-ul{
      margin-right:20px;
  }
  
   .mobil-nav-sonradan-ul a svg{
      fill:red;
  }
  
  .mobil-nav-sonradan-ul svg:not(#Layer_1){
      fill:#fff;
  }
  
    svg#Layer_1{
        fill: #fff;
    }
  
    .mobile-fixed svg#Layer_1{
        fill: #000;
    }
}

#elaqe-input{
    width:200px;
    height:35px;
    background-color:#128c7e;
    border-radius:5px;
    outline:none;
    border:none;
    color:#fff;
}
@media screen and (max-width:576px){
    #elaqe-input{
        margin:0 auto;
    }
}
.staticform{
    margin-top:30px;
    margin-bottom:45px;
}

.staticform button{
    width:2em;
    margin:25px 0 25px 20px;
}

.staticform .group{
    width:80%;
}
#fullsearch{
    display:none;
}


.tapilmadi{
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.tapilmadi p{
    text-align:center;
    text-transform:uppercase;
    font-weight:bolder;
}
.video-xeber iframe{
    width:70%;
    height:500px;
    margin:35px auto 25px;
}

@media screen and (max-width: 1399px){
    .neticelershort{
     column-gap: 38px;
     row-gap:0;
}

.neticelershort img{
    width:250px !important;
    height:300px !important;
}
}

@media screen and (max-width: 1199px){
    .neticelershort{
     column-gap:30px;
     row-gap:2px;
}

.neticelershort img{
    width:290px !important;
    height:300px !important;
}
}
@media screen and (max-width: 991px){
    .neticelershort{
     column-gap:0;
     row-gap:20px;
  justify-content: space-between !important;
}

.neticelershort img{
    width:350px !important;
    height:350px !important;
}
}
@media screen and (max-width: 767px){
    .neticelershort{
   margin-left:20px;
   margin-right:20px;
  justify-content: space-between !important;
}

.neticelershort img{
    width:350px !important;
    height:300px !important;
}
}
@media screen and (max-width: 739px){
    .neticelershort{
   margin-left:20px;
   margin-right:20px;
  justify-content: space-between !important;
}

.neticelershort img{
    width:300px !important;
    height:300px !important;
}
}
@media screen and (max-width: 664px){
    .neticelershort-name h4{
        text-align:center;
        font-size:25px;
        
    }
    .neticelershort{
   margin-left:20px;
   margin-right:20px;
  justify-content: center !important;
}

.neticelershort img{
    width:400px !important;
    height:350px !important;
}
}
@media screen and (max-width: 385px){

.neticelershort img{
    width:300px !important;
    height:300px !important;
}
}

@media screen and (max-width: 335px){

.neticelershort img{
    width:200px !important;
    height:200px !important;
}
}
@media screen and (max-width: 838px){
.main-card-xid h3{
    font-size:19px;
}
}



.custom-btn1 {
 height: 50px;
 color: #fff;
 border-radius: 5px;
 padding: 10px 20px;
 font-family: 'Lato', sans-serif;
 font-weight: 500;
 background: transparent;
 cursor: pointer;
 transition: all 0.3s ease;
 position: relative;
 display: inline-block;
 box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 outline: none;
}

.btn-10 {
 background: rgb(18,140,126);
 background: linear-gradient(0deg, rgba(18,140,126,1) 0%, rgba(20,130,135,1) 100%);
 border: none;
}

.btn-10:before {
 height: 0%;
 width: 2px;
}

.btn-10:hover {
 box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.katephp-yenilik img{
width:100% !important;    
}
.niyeBiz-3-box-card-text{
    line-height:24px;
    font-weight:400;
}
.haqqimizda2 span{
    display:inline;
}

.haqqimizdaLink{
    width:30%;
}


.haqqimizdaButtonMain {
 display: inline-block;
 border-radius: 4px;
 background-color: #128c7e;
 border: none;
 color: #FFFFFF;
 text-align: center;
 font-size: 17px;
 padding: 16px;
 
 transition: all 0.5s;
 cursor: pointer;
 margin: 5px;
}

.haqqimizdaButtonMain span {
 cursor: pointer;
 display: inline-block;
 position: relative;
 transition: 0.2s;
}

.haqqimizdaButtonMain span:after {
 content: '»';
 position: absolute;
 opacity: 0;
 top: 0;
 right: -15px;
 transition: 0.2s;
}

.haqqimizdaButtonMain:hover span {
 padding-right: 15px;
}

.haqqimizdaButtonMain:hover span:after {
 opacity: 1;
 right: 0;
}

@media screen and (max-width: 1200px){
    .haqqimizdaLink-div{
        width:100%;
        display:flex;
        justify-content:center;
        margin-top:25px;
    }
    .haqqimizdaLink{
        display:block;
        width:45%;
    }
    .xeberler-yeneSection{
         flex-direction:column;
    justify-content:center;
    }
    .xeberler-yeneSection-box{
    width:80%;
}
}
#adres-book i{
    color:#5a85bc;
}
#whatshap-contact i{
    color:#00a884;
}
#location-contact i{
    color:#e94200;
}
#case-contact i{
    color:#e1946c;
}
.xeberler-yeneSection{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    flex-wrap:wrap;
}
.xeberler-yeneSection-box{
    width:50%;
    display:flex;
    flex-direction:column;
}
.xeberler-yeneSection-box .row{
   row-gap:25px;
}

@media screen and (max-width: 1200px){
    .xeberler-yeneSection{
         flex-direction:column;
    justify-content:center;
    }
    .xeberler-yeneSection-box{
    width:100%;
    margin:0 auto;
}
.xeberler-yeneSection-box .row .col-12{
    padding:0;
}
}

.foot_log_copy{
    padding-left:0 !important;
}

.neticelershort-name h4{
    margin-top:26px;
    }
    .qiymet-label{
        margin:8px 0;
    }

@media screen and (max-width: 991px){
   .company .company-wrap .company-item {
  max-height:inherit !important;
}
.footer-links-primary{
    display:none;
}
.foot_log_copy a{
    display:block;
width:80px;
height:70px;
margin:0 auto 15px;
}
.footer-links-second,#foot_cont,.copy{
    text-align:center !important;
}
.footer-social,.align-items-center{
    justify-content:center;
}
.foot_log_copy{
    padding-left:inherit;
}
}


  .searchspan{
      display:none !important;
  }
  

@media screen and (max-width: 1210px){
    .large-screen-menu .menu-and-get-price-offer ul li {
        margin:0 4px;
    }
     .large-screen-menu .menu-and-get-price-offer ul li a {
      font-size:13px;
  }

}

/*.xeberler-back{*/
/*    background:url(/img/bookbackground1.jpeg)center/cover;*/
/*}*/

.video,.video2,.video3,.video4,.video5,.fullstory-context1,.fullstory-context2,.fullstory-context3,.fullstory-context4,.fullstory-context5,.fullstory-context6,.fullstory-context7,.fullstory-context8,.fullstory-context9,.fullstory-context10,.fullstory-context11 {
    display:flex;
    justify-content:center;
    margin:13px 0;
}
.video a,.video2 a,.video3 a,.video4 a,.video5 a,.fullstory-context1 a,.fullstory-context2 a,.fullstory-context3 a,.fullstory-context4 a,.fullstory-context5 a,.fullstory-context6 a,.fullstory-context7 a,.fullstory-context8 a,.fullstory-context9 a,.fullstory-context10 a,.fullstory-context11 a{
    display:block;
    width:230px;
    margin:0 auto;
}
.video a img,.video2 a img,.video3 a img,.video4 a img,.video5 a img,.fullstory-context1 a img,.fullstory-context2 a img,.fullstory-context3 a img,.fullstory-context4 a img,.fullstory-context5 a img,.fullstory-context6 a img,.fullstory-context7 a img,.fullstory-context8 a img,.fullstory-context9 a img,.fullstory-context10 a img,.fullstory-context11 a img{
    width:100%;
    height:70px;
}

.button-search-axtar{
    margin-right:0 !important;
}

.h2-xidmetler{
    padding-top:45px !important;
}


.svg-icon .icon{
    display:none;
}

.input-static {
 padding: 0 0 0 10px !important;
}
.button-static{
    width:4em !important;
    margin-left:20px !important;
}
.static-group{
    width:65% !important;
}
@media only screen and (max-width: 768px){
    .footer-links-primary{
        display:none;
    }
    footer {
        padding:30px 0 0 0;
    }
 
.ustunlukler-h2 h2{
        font-size:28px;
}
}

@media only screen and (max-width: 425px){
    .catalog-info h2{
        font-size:26px ;
        line-height:30px ;
    }
    .catalog-info a,.catalog-info span{
        font-size:12px;
    }
    .kurs_content .row{
        justify-content:center;
    }
}
@media only screen and (max-width: 720px){
    .aboutus-head img{
        object-fit:cover
    }
}


@media only screen and (max-width: 900px){
    .slide-desc span.slide_desc_span{
        font-size:18px !important;
    }
    
    .slider .slide-item .slide-content .slide-desc h4 {

        font-size:40px !important;
    }
}
@media only screen and (max-width: 800px){
    .slide-desc span.slide_desc_span{
        font-size:16px !important;
    }
    
    .slider .slide-item .slide-content .slide-desc h4 {

        font-size:35px !important;
    }
}

@media only screen and (max-width: 470px){
    .slide-desc span.slide_desc_span{
        font-size:16px !important;
    }
    
    .slider .slide-item .slide-content .slide-desc h4 {

        font-size:30px !important;
    }
}
@media only screen and (max-width: 390px){
    .slide-desc span.slide_desc_span{
        font-size:14px !important;
    }
    
    .slider .slide-item .slide-content .slide-desc h4 {

        font-size:25px !important;
    }
}


.select-xeber-display .select-xeber-tag {
  display:flex;
  flex-direction: column;
  position:relative;
  width:250px;
  height:40px;
}

.select-xeber-display .select-xeber-tag .optionselect {
  padding:0 30px 0 10px;
  min-height:40px;
  display:flex;
  align-items:center;
  background:#128c7e;
  border-top:#fff solid 1px;
  position:absolute;
  top:0;
  width: 100%;
  pointer-events:none;
  order:2;
  z-index:1;
  transition:background .4s ease-in-out;
  box-sizing:border-box;
  overflow:hidden;
  white-space:nowrap;
  border-radius:5px;
  color:#fff;
  
}

.optionselect:hover {
  background:#666;
}

.select-xeber-display .select-xeber-tag:focus .optionselect {
  position:relative;
  pointer-events:all;
}

.select-xeber-display .select-xeber-tag input {
  opacity:0;
  position:absolute;
  left:-99999px;
}

.select-xeber-display .select-xeber-tag input:checked + label {
  order: 1;
  z-index:2;
  border-top:none;
  position:relative;
}

.select-xeber-display .select-xeber-tag input:checked + label:after {
  content:'';
  width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
  position:absolute;
  right:10px;
  top:calc(50% - 2.5px);
  pointer-events:none;
  z-index:3;
}

.select-xeber-display .select-xeber-tag input:checked + label:before {
  position:absolute;
  right:0;
  height: 40px;
  width: 40px;
  content: '';
  background:#128c7e;
}

.select-xeber-tag{
   width:30%; 
   margin-bottom:40px;
}
.selct-flex-div{
     display:flex;
     justify-content:center;
     margin-bottom:20px;
}
 .select-xeber-display{
     display:none;
 }
 .altButonUmumi,.altButonTehsil{
     display:none !important;
 }
@media only screen and (max-width: 1200px){
    .select-xeber-display{
        display:block;
    }
  .ustButonUmumi,.ustButonTehsil{
     display:none !important;
 }
  .altButonUmumi,.altButonTehsil{
     display:block !important;
 }
 #umumiDisplay{
     display:none;
 }
 .margin-responsiv  .mobile-company-item{
     margin-bottom:0;
 }
 
}

.neticeler-h4-padding,.h4-xidmetler-padding{
    margin-top:0 !important;
}

.h4-xidmetler-padding{
    padding-top:50px !important;
    font-size:32px;
    
}

@media only screen and (max-width: 425px){
.services-main_cat .xidmetler-cart{
    width:90%;
    margin:0 auto;
}

.btn-up-slider{
    margin-top:80px;
}

.slide-desc{
  height:60%;
  margin:auto 0;}
}

.alt_res_umumi_btn{
    margin-top:20px;
}
@media only screen and (max-width: 992px){
    .konst-wac-font-btn{
        font-size:16px;
    }
    
    .ser_full_buttons{
        flex-direction:column;
    }
    .ser_full_buttons a{
        width:90%;
        margin:0 auto;
    }
}
@media only screen and (max-width: 767px){
 
    .ser_full_buttons a{
        width:50%;
      
    }
       .ser_full_buttons{
        align-items:start;
    }
 
}
@media only screen and (max-width: 400px){
 
    .ser_full_buttons a{
        width:60%;
        font-size:13px;
    }
 
}

@media only screen and (max-width: 664px){
    .neticeler-h4-padding{
        font-size:30px;
    }
    .h4-xidmetler-padding{
        text-align:center;
        font-size:30px !important;
    }
}

@media only screen and (max-width: 1200px){
    .contact-card h3{
        font-size:18px;
    }
   
}


@media only screen and (max-width: 770px){
   .responsiv-elaqe{
  margin-right:32px;
  margin-left:32px;
  text-align:center;
   } 
   .name-form-contact{
    text-align:center;
}

.contact-card h3{
    display:inherit;
    text-align:center;
    font-size:19px;
}
.contact-card i{
    margin-right:5px;
}
 .name-form-contact h4{
     font-size:32px;
 }
 .elaqe-inputs input {
  width: 100%;
  margin:0;
}
.elaqe-button textarea{
        margin: 20px 0 20px 0;
}
.elaqe-start h3{
    text-align:center;
}
}
@media only screen and (max-width: 602px){
      .responsiv-elaqe{
  margin-right:10px;
  margin-left:10px;

   } 
}
@media only screen and (max-width: 559px){
      .responsiv-elaqe{
flex-direction:column;
justify-content:center;
align-items:center;
   } 
   .contact-info {
       margin-top:30px;
}
   .contact-card {
       width:90% !important;
       margin:7px auto;
   }
   .contact-card h3{
       margin-bottom:15px;
   }
   .contact-card  p{
       padding-bottom:13px !important;
   }
   .name-form-contact{
       margin-right:5px;
       margin-left:5px;
   }
       .elaqe-start h3{
    font-size:28px;
}
}
@media only screen and (max-width: 992px){
    .services-main_cat{
        justify-content:center;
    }
    .xidmetler-cart{
        width:50%;
    }
}
@media only screen and (max-width: 732px){
     .kurs_name h3{
        font-size:19px;
    }
}
@media only screen and (max-width: 606px){
  
    .xidmetler-cart{
        width:90%;
    }
}

@media only screen and (max-width: 320px){
    .kurs_name h3{
        font-size:17px;
    }
    .kurs_name{
        width:90% !important;
    }
}


@media only screen and (max-width: 992px){
    .copy,.copy-responsiv-768{
        text-align:left;
        width:95%;
        margin-left:auto;
        margin-right:auto;
    }
    .xeberler-btn-res{
    text-align:center;
}

}
@media only screen and (max-width: 353px){
      .xeberler-btn-res{
    font-size:15px !important;
} 
.haqqimizdaButtonMain{
    font-size:13px !important;
}
}



.yenilikler-butik-all {
  padding-bottom:15px;
}


@media only screen and (max-width: 500px){
    .student_comment{
        overflow:auto;
    }
    .student_info{
        width:50%;
    }
    .student_info h5{
        font-size:15px;
    }
}

@media only screen and (max-width: 768px){
  .owl-next,.owl-prev{
    display:none;
}
}

@media only screen and (max-width: 768px){
    .yenilikler_butik div:nth-child(1){
    height:200px !important;
}
}

@media only screen and (max-width: 768px){
    .video-xeber img,.tehsil-xeberleri-full img{
        height:350px;
    }
}
@media only screen and (max-width: 425px){
    .video-xeber img,.tehsil-xeberleri-full img{
        height:350px;
    }
}

@media only screen and (max-width: 375px){
    .video-xeber img,.tehsil-xeberleri-full img{
        height:215px;
        width:70%;
    }
}
@media only screen and (max-width: 600px){
   .name-responsiv-h3 h3{
       font-size:15px ;
       text-align:center;
       line-height:24px ;
       margin-bottom:15px;
   }
   .name-responsiv-img-xid img{
       height:78px;
   }
}

/*.kecidballari-cate{*/
/*    border:2px solid #000;*/
/*    width:20%;*/
/*    font-weight:bolder;*/
/*    font-size:20px;*/
/*}*/


.kecidballari-cate-btn {
  padding: 1.3em 3em;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.kecidballari-cate-btn:hover {
  background-color: #128c7e;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.kecidballari-cate-btn:active {
  transform: translateY(-1px);
}

.kecidballari-cate {
    margin:25px;
    
}

.kecidballari{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    padding:50px 0;
      /*flex-direction: row-reverse;*/
}
.kecid_ballari-short{
    margin:15px 0 35px;
}
.kecid_ballari-short .kecid_ballari_name:nth-child(odd) {
    background-color:#f7f7f7;
}
.kecid_ballari-short .kecid_ballari_name:nth-last-child(4){
    margin-top: 20px;
}
.kecid_ballari_name{
    display:flex;
    width:100%;
    background:#fff;
}
.kecid_ballari_name p:last-child{
    width:25%;
}
.kecid_ballari_name p:first-child{
    width:75%;
}

.kecid_ballari_name p{
    border:1px solid rgba(0,0,0,0.1);
    padding:14px;
    line-height:22px;
}
#kecid-bali-catName{
    font-size: 23px;
    font-weight: 600;
    margin-left: 14px;
}
@media only screen and (max-width: 768px){
    #kecid-bali-catName{
 width:95%;
 margin-left:auto;
}
.kecid_ballari-short{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.kecid_ballari_name p{
    font-size:13px;
}
#kecid-bali-catName{
    font-size: 20px;
}
}
.kecid-bal-fulstory-div{
    margin:45px 0 35px;
}
.kecid-bal-fulstory-span{
    line-height:25px;
    
}

@media only screen and (max-width:576px){
    .mobile_menu{
        padding:20px 12px;
    }
   
    .social_media_mobile{
        gap:10px;
    }
    .mobile_menu_submenu{
        padding-left:8px;
    }
}






/*gif*/
.gifContainer{
margin:10px 0;
}
.gifContainer a{
    width:100%;
    height:100%;
       display:flex;
    align-items:center;
    justify-content:center;
}
.gifContainer img{
    max-width:250px;
    max-height:100px;
    height:100%;
    width:100%;
}




















