* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration-line: none;
}
b{
    font-weight:bold;
}
span.nowrap{
    white-space: nowrap;
}

/*body { font-family:  SourceSansPro; }*/
main:not(.home-page) { margin-top: 95px; }
.main-page__holder:not(:has(form)) { padding: 60px 0; }
.main-page__holder:has(form) { padding: 60px 0 0; }

/* header start */

body {
  font-family: "CocoSharp";
}
@media only screen and (max-width: 576px){
    .container{
        padding: 0 10px;
    }
}
header {
  padding: 15px 0;
  position: fixed;
  z-index: 99999;
  top:0;
  left:0;
  width: 100%;
  transition: 0.3s;
  color: #fff;
}
header.scroll {
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px #707070;
}
header.scroll .drop_active{
    background: #2E469D;
    color: #fff;
}
nav,
nav .logo_w_nav,
.logo_w_nav ul {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 150px;
}
.not-main .burger div{
    background:#2e469d;
}
.logo img {
  width: 100%;
  filter: grayscale(100) brightness(100);
}
header.scroll .logo img {
  filter: inherit;
}
.logo_w_nav ul li a {
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  header.scroll .logo_w_nav ul li a {
    color: #000;
  }
}
.dropdown {
  position: relative;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 10px;
}

.drop_activ{
    font-weight: 600;
    display: flex;
    gap: 5px;
}

header nav ul{
    display: flex;
}

.hamburger-menu{
    display: none;
}

header nav ul li a{
    color: #fff;
    font-weight: 600;
}

header.fixed nav ul li a{
    color: #000;
}

header.not-main{
    background: #fff;
}

header.not-main .logo img{
    filter: none;
}

header.not-main nav ul li a{
    color: #000;
}

header.not-main .drop_activ{
    color: #000;
}

.drop_active {
  padding: 7px 9px;
  border-radius: 20px;
  background:#eaebee;
  font-size: 13px;
  color: #000;
}
.dropdown ul {
  position: absolute;
  left: 0;
  top: 120px;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  gap: 0;
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0 0 10px #4b4b4b;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  top: 40px;
}
.dropdown ul {
}
.dropdown ul li {
  width: 100%;
}
.dropdown ul li a {
  transition: 0.3s;
  padding: 13px 20px;
  white-space: nowrap;
  display: block;
  color:#2E469D !important;
  list-style: none;
  text-transform: capitalize !important;
}
.dropdown ul li a:hover {
  background: #eee;
  color: #000;
}
.nav_button button {
  padding: 13px 15px;
  background:#2E469D;
  color: #fff;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 35px;
  transition: 0.3s;
  animation: play 2s ease infinite;
  font-weight: 600;
  text-transform: uppercase;
}
@keyframes play {
   15% {
    box-shadow: 0 0 0 5px #2e469d6d;
  }
  25% {
    box-shadow: 0 0 0 10px #2e469d5e, 0 0 0 20px #2e469d2d;
  }
}
.nav_button button:hover {
  animation-name: a;
}

.slider{
    height: 95vh !important;
}

.slider .swiper{
    height: 100%;
}

.slider_1_content {
  position: relative;
  height: 100%;
}
.slider_1_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background:linear-gradient(-200deg, #2e469d5e 30%, #2e469d00, transparent) ;
}
.slider_1_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_1_text {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 3;
  color: #fff;
  height: 100%;
}
.slider_1_text .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  height: 100%;
}
.slider_1_text h1 {
  font-size: 35px;
  line-height: 1.5;
  max-width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: calc(1.5em * 3);
  overflow: hidden;
}
.slider_1_text a {
  background: transparent;
  color: white;
  font-size: 19px;
  border: 1px solid rgb(255, 255, 255, 0.4);
  padding: 15px 25px;
  transition: 0.3s;
  width: fit-content;
  gap: 10px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}
.slider_1_text a:hover {
  background: #2e469d;
  border-color: #2e469d;
  border-radius: 15px;
}
.my_btn {
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 19px;
  z-index: 3;
  transition: 0.3s;
  opacity: 0.7;
  bottom: 70px;
}
.my_btn:hover {
  opacity: 1;
  transform: scale(1.1);
}
.my_prev {
  right: 220px;
}
.my_next {
  right: 150px;
}
.mob_lang,
.nav_mobile,
.burger {
  display: none;
}

.burger.toggle{
    transform: translateY(-10px);
}

@media only screen and (max-width: 1115px) {
  .my_btn {
    transform: inherit;
    bottom: 40px;
    top: inherit;
  }
  .my_prev {
    right: 140px;
    left: inherit;
  }
  .my_next {
    right: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .burger {
    width: 32px;
    height: 38px;
    display: block !important;
    cursor: pointer;
    z-index: 100000;
    position: relative;
    transition: 0.4s all;
  }
  .burger.toggle div{
         background: #2e469d;
  }
  .burger div {
    width: 32px;
    height: 2px;
    background: #fff;
    margin: 8px 0;
    transition: 0.3s all;
  }
  header.scroll .burger div{
      background: #2e469d;
  }
  .line2 {
    width: 22px !important;
  }
  .toggle .line1 {
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .toggle .line2 {
    display: none;
  }
  .toggle .line3 {
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .logo_w_nav ul {
    position: fixed;
    right: -200%;
    width: 84%;
    flex-direction: column;
    top: 0;
    height: 100vh;
    background: #000;
    justify-content: flex-start;
    align-items: flex-start;
    transition: 0.3s;
    padding: 100px 30px 40px;
    gap: 40px;
  }
  .logo_w_nav ul.toggle {
    right: 0;
  }
  .logo_w_nav ul li a {
    color: #fff;
    font-size: 18px;
  }
  .nav_button_desk {
    display: none;
  }
  .dropdown {
    display: none;
  }
  .mob_lang {
    display: flex;
    gap: 12px;
  }
  .mob_lang a {
  }
  .nav_mobile {
    display: block;
  }
  .mob_lang a:not(:last-child) {
    border-right: 1px solid #eee;
    padding: 0 12px 0 0;
  }
  .slider_1_text h1{
      font-size:28px;
       -webkit-line-clamp: 3;
  height: calc(1.5em * 3);
  }
  .slider_1_content::after {
  background:linear-gradient(90deg, rgba(2,0,36,0.7833508403361344) 0%, rgba(46,70,157,0.727328431372549) 29%, rgba(46,70,157,0.03265056022408963) 99%);
}
}
@media only screen and (max-width: 768px) {
  .slider_1_text h1 {
    font-size: 26px;
    max-width: 100%;
  }

    
}
@media only screen and (max-width: 420px) {
  .slider_1_text h1 {
    font-size: 24px;
    max-width: 100%;
  }
}

.advantages {
  padding: 40px 0;
  background: #fff5ec;
}
.advantages h2 {
  margin-bottom: 50px;
  font-size: 30px;
  text-align:start;
  color: #262626;
  margin-top: 25px;
  font-weight: 600;
}
.advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantage {
  position: relative;
  text-align: center;
  width: 180px;
}
.advantage:not(:last-child)::before {
  content: "";
  width: 104%;
  height: 2px;
  background-color: #2e469d;
  display: block;
  position: absolute;
  top: 45%;
  right: -66%;
}
.advantage-img img {
  width: 64px;
  height: 64px;
}
.advantage-circle {
  width: 30px;
  height: 30px;
  background-color:#2e469d;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company,
.services {
  background-color: #fff5ec;
}
.services{
    padding: 60px 0;
}
.advantage h4 {
  font-size: 18px;
  margin: 24px 0;
  font-weight: 600;
}
.advantage p {
  max-width: 160px;
  margin: auto auto 0;
  font-weight: 200;
}
@media screen and (min-width: 992px) and (max-width: 1201px) {
  .advantage {
    width: 200px;
    padding-bottom: 35px;
  }
  .advantages-block {
    justify-content: center;
  }
}
@media screen and (max-width: 1201px) {
  .advantage:not(:last-child)::before {
    display: none;
  }
  .advantage {
    margin: 10px 10px 30px;
  }
  .advantage h4 {
    font-size: 16px;
    margin: 12px 0;
  }
  .advantage p {
    font-size: 14px;
  }
}
@media screen and (max-width: 424px) {
  .advantages-block {
    justify-content: center;
  }
  .advantages h2 {
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #262626;
  }
}
/* ? xidmetler section start */
.section_2_azcis {
  justify-content: space-between;
  display: flex;
  gap: 15px;
  padding: 50px 0 50px 0;
  flex-wrap: wrap;
  /*grid-template-column: auto;*/
}
.section-head {
  padding: 0 0 50px;
  flex-wrap: wrap;
  gap:10px;
  display: flex;
  justify-content: space-between;
}

.section-head h2 {
    font-size: 30px;
    color: #262626;
    font-weight: 600;
    text-align: left;
}

.section-head a {
    display:flex;
  gap: 10px;
  color: #000;
  align-items: center;
  transition: .3s;
}

.section-head a:hover {
  opacity: 0.7;
}

.section-head a i {
  transition: .3s;
}

.section-head a:hover i {
  transform: translateX(10px);
}

.mySwiper_section_2{
  padding: 15px 0 30px;
}
.section_2_updated_card{
  position:relative;
  /*width: calc(20% - 30px);*/
  color: #fff;
  flex: 1 1 208px;
  padding: 0;
}
.section_2_updated_card_img{
  width:100%;
  height:206px;
  object-fit:cover;
}
.section_2_updated_card::after{
  content: "";
  position: absolute;
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
  width: 100%;
  height: 160px;
  bottom: 0px;
  left: 0;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}
.section_2_updated_card:hover::after{
  opacity:0;
}
.section_2_updated_card_text{
  width:100%;
  transition:.3s;
  text-align:center;
  z-index:2;
  font-size:23px;
  font-weight: 600;
  bottom:20px;
}
.section_2_updated_card:hover .section_2_updated_card_text{
  bottom: 40px;
}
.section_2_services_card {
  width: 100%;
  border-radius: 10px;
  color: #000;
  overflow: hidden;
  display: block;
  height: 427px;
  transition: .4s;
}

.section_2_card_imgs_button {
  height: 100%;
  transition: .4s;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.section_2_card_imgs_button::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 3;
  transition: .4s;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.725))
}

.section_2_card_imgs_button span {
  bottom: 45px;
  font-size: 1rem;
  line-height: 1.75rem;
  line-height: 1.5rem;
  padding: .5rem 0.75rem;
  right: 30px;
  position: absolute;
  background-color: #2790c9;
  border-radius: 30px;
  color: #fff;
  z-index: 4;
}

.section_2_card_imgs_button img {
  width: 100%;
  height: 100%;
  transition: .4s;
  object-fit: cover;
}

.section_2_card_imgs_button img:nth-child(1) {
  height: 427px;
}

/* .section_2_services_card:hover{
  height: 400px;
} */
.section_2_card_imgs_button {
  height: 340px;
}
.my-fixed{
  position: absolute;
}
.section_2_services_card:hover .section_2_card_imgs_button img:nth-child(1) {
  /* transform: translateY(30px); */
  height: 400px;
}

.section_2_card_date {
  bottom: 10px;
  color: #484848;
  font-size: 16px;
  left: 15px;
  position: absolute;
}

.section_2_card_info {
  left: 15px;
  position: absolute;
  bottom: 35px;
  font-size: 20px;
  color: #000;
}

/* ! section 2 responsive */
@media only screen and (min-width:467px) {
  .section_2_services_card {
      height: 427px;
      cursor: pointer;
  }

  .section_2_card_imgs_button {
      height: 100%;
  }

  .section_2_card_imgs_button img:nth-child(1) {
      height: 427px;
  }

  .section_2_card_imgs_button span {
      bottom: 45px;
      font-size: 1.25rem;
      line-height: 1.75rem;
      line-height: 1.5rem;
      padding: 1rem 1.25rem;
      right: 30px;
      position: absolute;
      background-color: #2790c9;
      border-radius: 30px;
      color: #fff;
      z-index: 4;
  }

  .section_2_card_info {
      position: absolute;
      bottom: 90px;
      font-size: 0px;
      z-index: 1;
      left: 30px;
      transition: .4s;
  }

  .section_2_card_date {
      bottom: 62px;
      left: 15px;
      color: transparent;
      font-size: 16px;
      color: #cacaca;
      z-index: 4;
      transition: .4s;
  }

  /* ? hover effects */
  .section_2_card_imgs_button:hover::after {
      opacity: 0;
  }

  .section_2_services_card:hover .section_2_card_imgs_button {
      height: 360px;
  }

  .section_2_services_card:hover .section_2_card_date {
      bottom: 0px;
      color: #484848;
      font-size: 16px;
  }

  .section_2_services_card:hover .section_2_card_info {
      left: 15px;
      position: absolute;
      bottom: 20px;
      text-align:start;
      font-size: 18px;
      color: #000;
      display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width:992px){
  .section_2_card_imgs_button span{
      bottom: 48px;
      font-size: 0.85rem;
      line-height: 1.5rem;
      padding: 0.7rem 1.25rem;
  }
}
@media only screen and (min-width:1200px){
  .section_2_card_imgs_button span{
      bottom: 45px;
      font-size: 1.25rem;
      line-height: 1.5rem;
      padding: 1rem 1.25rem;
  }
}


.img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s all ease;
}

.project_box .img_wrap{
    height: 250px;
    overflow: hidden;
}

.project_box{
    overflow: hidden;
}

.project_box:hover img{
    transform: scale(1.1);
}

.project-right {
    display: flex;
    flex-direction: column;
}

.project-right a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.project-right .img_wrap {
    width: 50%;
    height: 118px;
}

.project-right .title_wrap {
    width: 50%;
    padding: 0 15px;
}

.project-right .project_box {
    margin-bottom: 14px;
}

.project_box .title_wrap {
    padding-top: 12px;
}

.project_box .title_wrap small {
    font-size: 12.8px;
    text-transform: uppercase;
    color: #2e469d;
    font-weight: bold;
}

.project_box .title_wrap h2 {
    font-size: 22px;
    font-weight: 600;
    display: -webkit-box;
    margin-top: 8px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.project-right .title_wrap h2 {
    font-size: 15px !important;
}

.project-right .title_wrap p {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 14px 0 0;
    color: #929292;
}

.project-img{
    height: 320px;
    position: relative;
}

.project-desc{
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    padding: 20px;
    width: 100%;
}

.project-desc h2{
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.project-img img{
    transition: .4s all ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.project-desc span{
    color:#2E469D;
    font-size: 14px;
}

.project-card{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.project-card:hover img{
    transform: scale(1.1);
}

/* ! section 2 layiheler burada bitir */
/* header end */

/* main carousel start */

.main-carousel {
    margin-top: 92px;
    overflow: hidden;
}

.main-carousel .page-main-carousel {
    width: 100%;
    max-height: 1000px;
}

.main-carousel :is( .main-carousel-slide__holder, .main-carousel-slide__holder .container) {
    display: flex;
    width: 100%;
    align-items: end;
}

.main-carousel .main-carousel-slide__holder {
    padding-bottom: 10px;
}

.main-carousel .main-carousel__nextprev-btn {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.main-carousel .main-carousel-nextprevbuttons {
    display: flex;
}

.main-carousel .main-carousel-nextprevbuttons > button[type='button'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    opacity: .4;
    height: 50px;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.main-carousel .main-carousel-nextprevbuttons > button[type='button'] > svg {
    width: 80%;
}

.main-carousel .main-carousel-next {
    right: 0;
    border-end-start-radius: 40px;
    border-start-start-radius: 40px;
}

.main-carousel .main-carousel-prev {
    left: 0;
    border-end-end-radius: 40px;
    border-start-end-radius: 40px;
}

.main-carousel .main-carousel-slide__content {
    display: grid;
    height: fit-content;
    width: 100%;
    row-gap: 10px;
    grid-template-columns: 100%;
    align-items: center;
}

.main-carousel__slide > img, .main-carousel__slide::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: initial;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    height: 100%;
}

.main-carousel__slide > img {
    z-index: -2;
    object-fit: cover;
    opacity: .4;
    filter: blur(7px);
}

.main-carousel__slide::before {
    content: '';
    background-color: #fff9;
    z-index: -1;
}

.main-carousel .main-carousel-imgContent__holder img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    pointer-events: none;
    user-select: none;
    object-fit: contain;
    margin: 0 auto;
}

.main-carousel-imgContent__holder {
    display: flex;
}

.main-carousel .main-carousel__slide {
    position: relative;
    height: auto;
    padding: 32px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-carousel .main-carousel-textContent {
    margin-right: 10px;
    overflow: hidden;
}

.main-carousel .main-carousel-textContent :is(.content-title, .content-description) {
    color: #000;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.main-carousel .content-title {
    font-size: 31px;
    font-weight: 600;
}

.main-carousel .content-description {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 30px;
}

.main-carousel .mobil-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
}

.main-carousel .mobil-bullet:not(.swiper-pagination-bullet-active):hover {
    border: 2px solid #009af2;
    opacity: 1;
    background-color: #0000;
}

.main-carousel .main-carousel__holder {
    position: relative;
}

.swiper-pagination-bullet-active.mobil-bullet {
    background-color: #fff;
}

.main-carousel .main-carousel-pagination {
    position: absolute;
    bottom: 0;
    gap: 5px;
    padding: 15px 0 20px;
    left: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transform: translateX(-50%);
}

.main-carousel .main-carousel-nextprevbuttons {
    display: block;
}

.main-carousel .main-carousel__direction-btn {
    display: none;
    outline: none;
    border: none;
    background-color: transparent;
    color: #000;
    margin: auto;
}

.main-carousel .swiper-slide:not(.swiper-slide-active) {
    visibility: hidden;
}

.main-carousel .swiper-pagination-bullet.desktop-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 3px;
    height: 60px;
    opacity: 1;
    display: block;
    justify-content: center;
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-top: 2px solid #fff;
    list-style: none;
    border-radius: 0;
    outline: none;
    padding: 20px 0 15px;
    margin: 0;
    font-size: 17px;
    transition: .3s ease-in-out;
}

.main-carousel :is(.desktop-bullet:hover, .desktop-bullet.swiper-pagination-bullet-active) {
    border-color: #0079c1;
}

.main-carousel .desktop-bullet.swiper-pagination-bullet-active {
    border-width: 3px;
}

.main-carousel .main-carousel-pagination_box > .container {
    position: relative;
}

.main-carousel .see-more {
    padding: 11px;
    color: #eee;
    background-color: #009af2;
    transition: background-color .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    flex-direction: row;
}

.main-carousel .see-more > svg {
    width: 1rem;
    display: inline-block;
    height: 1rem;
    margin-left: 5px;
    vertical-align: middle;
}

.main-carousel .see-more:hover {
    background-color: #007ac2;
}

@media only screen and (min-width: 548px) {
    .main-carousel .content-title { 
        font-size: 42px;
    }
    
    .main-carousel .content-description {
        font-size: 18px;
    }
    
    .main-carousel .page-main-carousel {
        height: 90vh;
    }
    
    .main-carousel .main-carousel__slide {
        padding: 0 20px 0;
    }
    
    .main-carousel .main-carousel-imgContent__holder img {
        max-width: 400px;
    }
}

@media only screen and (min-width: 1024px) {
    .main-carousel .main-carousel-pagination {
        gap: 0;
    }
    
    .main-carousel .main-carousel__direction-btn {
        display: block;
    }
    
    .main-carousel .main-carousel__nextprev-btn {
        display: none;
    }
    
    .main-carousel .main-carousel-slide__content {
        grid-template-columns: 52% 48%;
    }
    
    .main-carousel .main-carousel__slide {
        padding: 0;
    }
    
    .main-carousel .main-carousel-slide__holder {
        padding: 20px 0 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-carousel .main-carousel-imgContent__holder img {
        max-width: 450px;
    }
}

/* main carousel end */

/* company start */

.yt-video {
	margin: 20px 0;
	width: 100%;
	height: 400px;
	position: relative;
	display: inline-block;
}

.yt-video-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0%;
	height: 0%;
	background-color:#2e469d79;
	transition: .5s;
}

.yt-video:hover .yt-video-overlay, .yt-video .yt-video-bg {
	width: 100%;
	height: 100%;
}

.yt-video .yt-video-bg {
	object-fit: cover;
	border-radius: 5px;
}

.yt-video:after {
	position: absolute;
	background-color: #0000003d;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
}

.yt-video-middle :is(.yt-video-circle, .yt-video-icon), .yt-video-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.yt-video-middle .yt-video-icon svg {
	filter: invert(100%);
	font-size: 28px;
}

.yt-video-middle .yt-video-circle span {
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #00000078;
}

.yt-video-middle .yt-video-circle {
	z-index: 4;
}

.yt-video .overlay-border {
	position: absolute;
	bottom: 5%;
	left: 5%;
	display: inline-block;
	height: 90%;
	width: 90%;
	border: 4px solid #fff;
	background-color: transparent;
	z-index: 9;
	margin-bottom: 0;
	border-radius: 5px;
}

.yt-video .overlay-border::after {
	content: "";
	position: absolute;
	right: -15px;
	width: 3px;
	background-color: #fff;
	height: 50%;
}

.yt-video .overlay-border::before {
	content: "";
	position: absolute;
	left: -15px;
	width: 3px;
	background-color: #fff;
	height: 50%;
	bottom: 0;
}

.yt-video {
	border-left: 3px solid white;
}

.about-section__title {
	font-size: 30px;
	margin-bottom:30px;
    color: #262626;
    font-weight: 600;
	width: 100%;
	text-align: left;
}

#about {
    padding-top: 50px;
	position: relative;
} 

#about .about-section__link {
	margin-top: 10px;
	padding-top: 19px;
	padding-bottom: 19px;
	position: relative;
	display: inline-block;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	border: 2px solid #2e469d;
	-webkit-border-radius: 35px;
	cursor:pointer;
	border-radius: 35px;
	-webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
}

#about .about-section__link:hover {
	background-color: #2e469d;
	color: white;
}

.about-main__content p {
    padding-bottom: .8rem;
	text-align: left;
	line-height: 1.4;
	font-weight: 700;
	font-size: 16px;
	color: #000;
}

.fancybox__container {
    z-index: 99999;
}

/* company end */

/* static pages */

.page_title_wrapper, .page_title_wrapper .wrapper {
    position: relative;
}

.about-bg {
    background-image: url(/img/cis2.jpg);
}

.services-bg {
    /*background-image: url(https://focus-ec.az/img/bg-img.jpeg);*/
    background-image: url(/img/cis2.jpg);
}

.page-bg-img {
    height: 450px;
    margin: 0 60px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page_title_wrapper .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 550px;
    background: url(/img/geo.jpeg)center/cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_title_wrapper .overlay video{
    max-width: 100%;
    width: 100%;
    height: 790px;
}

.page_title_wrapper .overlay img {
    height: 790px;
    width: 100%;
    position: relative;
}

.page_title_wrapper .overlay img::after{
    content: '';
    width: 100%;
    height: 100%;
    /*top: 0;*/
    bottom: 0;
    position: absolute;
    background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 100%);
}

.page_title {
    position: absolute;
    bottom: 70px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.innerpage-content .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-list {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.breadcrumb-list li {
    margin-left: 5px;
}

.breadcrumb-list li.active {
    opacity: .7;
}

.breadcrumb-list a {
    color: #fff;
}

.page_title .title_wrap h2 {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
    text-shadow: 1px 1px #000;
}

.inside_page_padding {
    padding-bottom: 5rem;
}

.content_wrapper {
    overflow: hidden;
    line-height: 1.4;
    position: relative;
    padding: 40px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: -70px;
    background-color: #fff;
}

.page_content .content-wrapper-img {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: space-between;
}
.page_content .content-wrapper-img a{
    max-width: 20%;
}
.page_content .content-wrapper-img img{
    width: 100%;
}
.page_content .content_wrapper p{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*gap: 30px;*/
    display:block;
    margin-bottom: 40px;
}
.fotorama{
    display:flex;
    justify-content:center;
}
.fotorama__stage{
    max-height:500px !important;
} 
.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 auto !important;
     max-width: 800px !important;
    -o-object-fit:cover;
    object-fit:cover;
}

.fotorama__thumb .fotorama__img{
    left:0 !important;
}
.fotorama__nav-wrap{
    position: relative ;
}

@media only screen and (max-width: 990px){
    .page_title_wrapper .overlay video{
        max-width: 100%;
        height: 494px;
    }
}

@media only screen and (max-width: 768px){
    .page_title_wrapper .overlay video{
        max-width: 100%;
        height: 393px;
    }
}

@media only screen and (max-width: 462px){
    .page_title_wrapper .overlay video{
        max-width: 100%;
        height: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .page_title .title_wrap h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .page_content .content-wrapper-img a{
    max-width: 100%;
}
}

@media only screen and (min-width: 991px) {
    .page-bg-img {
        margin: 0 30px;
    }
    
    .page_title .title_wrap h2 {
        font-size: 45px;
    }
    
    .content_wrapper {
        padding: 40px;
        padding: 55px 60px;
    }

}

/* static pages */

/* services start */

.page_padding{
    margin:50px 0 0 !important;
}
.services_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px 0 0;
}
.page_padding .services_box .box_item{
    height: 100%;
    width:100%;
    background: #000;
}
.page_padding .services_box .box_item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
}
.page_padding .services_box .box_item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
}
.page_padding .services_box .box_item:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
}
.page_padding .services_box .box_item:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
}
.page_padding .services_box .box_item:nth-child(5) {
    grid-area: 2 / 4 / 3 / 5;
}
.page_padding .services_box .box_item:nth-child(6) {
    grid-area: 3 / 1 / 5 / 3;
}
.page_padding .services_box .box_item:nth-child(7) {
    grid-area: 3 / 3 / 5 / 5;
}
.page_padding .services_box .box_item:first-child a {
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#1b338a;
}
.page_padding .box_item:first-child .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_padding .services_box .box_item:first-child .wrap img {
    width: 50px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}
.page_padding .services_box .box_item .wrap .title-1 {
    border-bottom: 1px solid #ffca28;
    padding: 0 0 8px;
    width: max-content;
    color: white;
    font-size: 21px;
}

.page_padding .services_box .box_item {
    margin: 2px;
    position: relative;
}
.page_padding .box_item:not(:first-child) a {
    position: relative;
    display: block;
    height: 100%;
}
.page_padding .services_box .box_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_padding .box_item .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 500;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
.page_padding .box_item:not(:first-child) a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:linear-gradient(-200deg, #2e469d3f 30%, #2e469d51, transparent) ;
    transition: 0.3s linear;
}
.page_padding .box_item:not(:first-child) a:hover::before {
    background:linear-gradient(-200deg, #2e469d5e 30%, #2e469d00, transparent);
}
.page_padding .box_item:nth-child(6),.page_padding .box_item:nth-child(7) {
    margin: 2px;
    max-height: 240px;
    position: relative;
}

@media only screen and (max-width: 576px){
    .page_padding .services_box .box_item:nth-child(1),
    .page_padding .services_box .box_item:nth-child(2),
    .page_padding .services_box .box_item:nth-child(3),
    .page_padding .services_box .box_item:nth-child(4),
    .page_padding .services_box .box_item:nth-child(5),
    .page_padding .services_box .box_item:nth-child(6),
    .page_padding .services_box .box_item:nth-child(7),
    .page_padding .services_box .box_item:nth-child(8){
        width: calc(100% - 4px) !important;
        height: 220px;
    }
}

@media (max-width: 991px){
    .main-services .box_item:not(:first-child) .title{
        font-size: 18px;
    }
    
    header ul.desktop{
        display: none !important;   
    }
    
    header.toggle{
        background: #fff;
    }
    
    header.toggle .logo img{
        filter: none;
    }
    
    .hamburger-menu{
        padding-top: 80px;
        padding-bottom: 80px;
        display: block;
        position: fixed;
        overflow-y:auto;
        width: 100%;
        height: 100%;
        transition: .4s all ease;
        background: #fff;
        left: -200%;
    }
    
    .hamburger-menu.toggle{
        left: 0;
        border-top: 1px solid #000;
        margin-top: 10px;   
    }
    
    .hamburger-menu nav{
        padding-bottom:50px;
        justify-content: center !important;
    }
    
    
    .drop-acc{
        display: none;
        padding-top: 15px;
    }
    .drop-acc-nav-ham{
        background:#2e469d !important;
        border-radius:20px !important;
        padding:7px 9px;
        color:#fff !important;
    }
        .drop-acc-ham{
        display:none ;
        color:#2e469d ;
        background:#fff ;
        padding-top:10px;
    }
    
    .drop-acc-ham a{
        color:#2e469d  !important;
    }
    

    
    .drop-acc li{
        margin: 20px 0;
    }
    
    .hamburger-menu ul.ham-main-nav{
        display: flex;
        flex-direction: column;
        gap: 30px !important;
        text-align: center;
        
    }
    
    .hamburger-menu ul li a{
        color:#2e469d;
        font-size: 20px;
        text-transform:capitalize;
    }
    
    
}

@media (max-width: 768px){
    .main-services .services_box .box_item:last-child{
        width: 100% !important;
    }
    .services_box {
        display: flex;
        flex-wrap: wrap;
    }
    .page_padding .services_box .box_item {
        height: 240px;
    }
}


/*services-daxil*/
.services-content__list .box_item .wrap .title-1 {
    border-bottom: 1px solid #ffca28;
    padding: 0 0 8px;
    width: max-content;
    color: white;
    font-size: 21px;
}
.services-content__list .services_box .box_item:nth-child(1), .services-content__list .services_box .box_item:nth-child(2),.services-content__list .services_box .box_item:nth-child(3), .services-content__list .box_item:nth-child(4), .services-content__list .services_box .box_item:nth-child(5),.services-content__list .services_box .box_item:nth-child(6),.services-content__list .services_box .box_item:nth-child(7) {
    width: calc(33.33% - 4px);
    height: 240px;
    float: left;
}

.services-inside .box_item{
    width: 100% !important;
}

.services-content__list .box_item {
    margin: 2px;
    position: relative;
}
.services-content__list .box_item:not(:first-child) a {
    position: relative;
    display: block;
    height: 100%;
}
.services-content__list .box_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-content__list .box_item .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 500;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
.services-content__list .box_item:not(:first-child) a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s linear;
}
.services-content__list .box_item:not(:first-child) a:hover::before {
    background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 576px){
    .services-content__list .services_box .box_item:nth-child(1),
    .services-content__list .services_box .box_item:nth-child(2),
    .services-content__list .services_box .box_item:nth-child(3),
    .services-content__list .services_box .box_item:nth-child(4),
    .services-content__list .services_box .box_item:nth-child(5),
    .services-content__list .services_box .box_item:nth-child(6),
    .services-content__list .services_box .box_item:nth-child(7),
    .services-content__list .services_box .box_item:nth-child(8){
        width: calc(100% - 4px) !important;
        height: 220px;
    }
}

@media (max-width: 991px){
    .services-content__list .box_item{
        width: calc(50% - 4px) !important;
    }
    
    .services-content__list .box_item:nth-child(4), 
    .services-content__list .box_item:nth-child(5),{
        width: calc(100% - 4px) !important;
        height: 180px;
    }
    
    .services-content__list .box_item:not(:first-child) .title{
        font-size: 18px;
    }
    
    .services-content__list .box_item{
        width: calc(100% - 4px) !important;
    }
}

@media (max-width: 768px){
    .services-content__list .box_item:first-child,
    .services-content__list .box_item:nth-child(4){
        width: calc(100% - 4px) !important;
    }
    .services-content__list .box_item:nth-child(6){
        height: 180px;
    }
    .services-content__list .box_item:last-child{
        width: 100% !important;
    }
}

/*services-daxil-end*/

/* services end */

/* layiheler start */

.layiheler-section {
    padding-top: 60px;
}

.layiheler-section .layiheler-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    gap: 20px;
}

.layiheler-section .layiheler-title {
    font-size: 40px;
    margin-bottom: 1.5rem;
    margin-top: 5rem;
    text-align: center;
}

.layiheler-section .card-full-link .image {
    width: 100%;
}

.layiheler-section .card-full-link {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f3f8fa;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .13);
    border-radius: 6px;
    overflow: hidden;
}

.layiheler-section .card-full-link .card-img-top {
    width: 100%;
    /*object-fit: cover;*/
    height: 380px;
}

.layiheler-section .card-body {
    padding: 2px 6px;
    position: absolute;
    top: 16px;
    left: 14px;
    border-radius: 4px;
    background-color: #ff004f;
}

.layiheler-section .card-full-link .card-body .card-title {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}

.layiheler-sectionoverlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    background: linear-gradient(transparent, #00000070);
}

.layiheler-section .cardname {
    position: absolute;
    bottom: 16px;
    left: 14px;
    width: 100%;
    color: #fff;
    fill: #fff;
    display: flex;
    z-index: 2;
}

.layiheler-section .cardname h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 5px;
}

.layiheler-section .cardname img {
    height: 20px;
    margin-right: 7px;
}

.layiheler-section .details {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

.layiheler-section .details .btn {
    border-radius: 2px;
    border: 1px solid rgba(75, 79, 82, .2);
    font-size: 14px;
    font-weight: 600;
    color: #2d3640;
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.layiheler-section .details .btn:hover {
    background-color: #f6f6f6;
    transition: 0.3s ease-in-out;
}

/* layiheler end */


/*bloglar*/

#blogs{
    background: #fff5ec;
}

.section-10{
    padding: 50px 0;
}
.section-10-head h2{
   font-size: 30px;
    color: #262626;
    font-weight: 600;
    text-align: left;
    max-width: 1076px;
}
.section-10-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}
/* .hovered-blog{
  transition: 2s !important;
  opacity: 1 !important;
} */
.hovered-blog:hover h2{
  opacity: 0.6 !important;
}
.hovered-blog:hover p{
  opacity: 0.6 !important;
}
.section-10-head a{
    font-size: 16px;
    line-height: 22px;
    color: #333;
    transition: .2s;
    width: 180px;
}
.section-10-head a i{
    margin-left: 5px;
    transition: .2s;
}
.section-10-head a:hover i{
    margin-left: 15px;
}
.section-10-content{
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto ;
    align-items: flex-start;
}
.section-10-content::-webkit-scrollbar {
	width: 5px;
	height:4px;
  }
  
.section-10-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(46, 70, 158, 0.302)
  }
  
.section-10-content::-webkit-scrollbar-thumb {
	width: 3px;
	height: auto;
	background-color:#2e469d;
	border-radius: 4px;
  }
.section-10-content a:nth-child(3),.section-10-content a:nth-child(4){
    border-top:1px solid #636363;
}
.section-10-content a:nth-child(2){
    padding:0 0 32px 0;
}
.section-10-content a:nth-child(3){
    padding: 32px 0 ;
}

.section-10-content a:nth-child(4){
    padding: 32px 0 0 0;
}
.section-10-content a:nth-child(1){
  grid-row: 1/4;
}
a.section-10-blogs:nth-child(1){
    max-width: 418px;
    margin-right: 10px;
}

.section-10-blogs{
    display:none;
}
.section-10-blogs:not(:nth-child(n + 5)){
    display:block;
}
a.section-10-blogs:nth-child(1) div {
    display: flex;
    flex-direction:column;
}
a.section-10-blogs:nth-child(1) img{
    border-radius: 20px;
    width: 100%;
    height:223px;
    max-width:418px;
    object-fit:cover;
    margin-bottom: 32px;
    order:-1;
}
a.section-10-blogs:nth-child(1) h2{
    margin-bottom: 16px;
    line-height: 1.3em;
    font-size: 32px;
    color: #000;
}
a.section-10-blogs:nth-child(1) p{
    line-height: 1.3em;
    font-size: 18px;
    color: #000;
}
 a.section-10-blogs:not(:nth-child(1)) div{
    display: flex;
    justify-content: space-between;
    /*min-height: 165px;*/
}
  .section-10-content a:nth-child(n+5){
    display:none !important;
  }
 a.section-10-blogs:not(:nth-child(1)) div div{
     display:block;
 }
 a.section-10-blogs:not(:nth-child(1)) h2{
    line-height: 1.3em;
    font-size: 21px;
    width: 80%;
    max-width: 380px;
    color: #000;
    /*margin-bottom: 12px;*/
}
 a.section-10-blogs:not(:nth-child(1)) p{
    line-height: 1.3em;
    font-size: 18px;
    width: 80%;
    color: #000;
}
 a.section-10-blogs:not(:nth-child(1)) img {
    width: 270px;
    object-fit:cover;
    object-position:bottom;
    height: 120px;
    border-radius: 20px;
}
/*responisive*/
@media only screen and (max-width:1200px){
    a.section-10-blogs:nth-child(1){
        margin-right:30px;
    }
    header nav ul li a{
        font-size:15px;
    }
}
@media only screen and (max-width:1050px){
  .section-10{
    padding: 56px 0px;
}
.section-10-head a{
  padding: 10px 0;
  width: 180px;
}
.section-10-content a:nth-child(3),.section-10-content a:nth-child(4){
    border-top:none;
}

.section-10-content{
  overflow-x: auto;
  overflow-y:hidden;
  margin-top: 48px;
  display: grid;
  grid-template-columns: auto auto auto auto ;
  align-items: inherit;
}
    .section-10-content-1 {
        margin: 20px 30px 20px 0;
        max-width: 310px;
    }
   a.section-10-blogs:not(:nth-child(1)) div{
       flex-direction:column;
       
   }
    a.section-10-blogs:not(:nth-child(1)) div div{
     order:1; 
    }
    a.section-10-blogs:nth-child(1){
    margin:20px 5px 20px 0;
    }
    a.section-10-blogs:nth-child(1) div div{
        padding:0;
    }
    
     a.section-10-blogs:not(:nth-child(1)) h2
     ,a.section-10-blogs:nth-child(1) h2{
    line-height: 1.3em;
    /*font-family: "okmediafont-bold";*/
    font-size: 24px;
    width: 100%;
}
     a.section-10-blogs:not(:nth-child(1)){
        max-width: inherit;
    }
     a.section-10-blogs img{
        width: 280px !important;
        height: 157px !important;
        margin-bottom: 30px;
    }
    /*a.section-10-blogs:not(:nth-child(1)) img{*/
    /*    width:100%;*/
    /*    height:inherit;*/
    /*    max-height:157px*/
    /*}*/
     a.section-10-blogs:not(:nth-child(1)){
        display: block;
        margin: 20px 5px;
        padding: 0;
    }
    .section-10-content-2{
      display: none;
    }
    .section-5-owl{
      display: block;
    }
    .section-1-content-2-bottom{
        display: block;
        padding-top: 0%;
        border-top: none;
        margin: 20px 30px;
    }
    .section-10-content-2{
        display: flex;
    }
    .sec-10-stabil-width{
        min-width: 280px ;
    }
    
}
@media only screen and (max-width:800px){
  .section-10-content-1{
    margin: 20px 0 ;
  }
}
@media only screen and (max-width:500px){
      .section-10{
    padding: 56px 0px ;
}
    .sec-10-stabil-width{
        min-width: fit-content;
    }
    a.section-10-blogs img{
        width: 180px !important;
        height: 130px !important;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:400px){
  .section-10-content-1{
    max-width: 310px;
  }
  .section-10-content{
      margin-top:20px;
  }
  .sec-10-stabil-width{
    min-width: fit-content;
    margin-right:10px;
}
a.section-10-blogs:not(:nth-child(1)),a.section-10-blogs:nth-child(1){
  margin: 20px 15px 20px 0;
}
a.section-10-blogs:nth-child(1) img{
    /*width:161px;*/
    height:inherit;
}
    a.section-10-blogs:not(:nth-child(1)) img{
        width:161px;
        height:90px;
    }
.sec-10-stabil-width{
        min-width: 180px ;
    }
    a.section-10-blogs img{
        width: 100% !important;
        height: 117px !important;
        margin-bottom: 30px;
    }
}
    @media only screen and (max-width:302px){

    }

/*bloglar end*/
/* references start */

.references-title h2 {
   font-size: 30px;
    color: #262626;
    font-weight: 600;
    margin-bottom:50px;
    text-align: left;
}

.references { 
    margin: 50px 0 0 0;
}

/*.referencesSwiper {*/
/*    padding: 0 25px;*/
/*}*/

.references .references-swiper-slide-inner {
    width: 100%;
}

.references .references-swiper-inner {
    position: relative;
}

.references .references-swiper-inner .references-swiper-next,
.references .references-swiper-inner .references-swiper-prev {
    position: absolute;
    top: 50%;
    background-color: #fff;
    z-index: 50;
    width: 15px;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
}

.references .references-swiper-inner .references-swiper-next svg,
.references .references-swiper-inner .references-swiper-prev svg { font-size: 19px; }

.references .references-swiper-inner .references-swiper-prev { left: 0; justify-content: right; }
.references .references-swiper-inner .references-swiper-next { right: 0; }

.references-item {
    line-height: 80px;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/2;
    font-weight: 700;
    background-color: #f5f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    z-index: 3;
    margin: 0 auto;
}

.references .references-list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.references-item:hover {
    color: #eee;
    z-index: 2;
}

.references-item:hover img {
    transform: scale(.9);
}

.references-item span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #cbcedb;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width .6s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.references-item:hover span {
    width: 250%;
    height: 462.5px;
}

.references-item img {
    width: 80%;
    object-fit:cover;
   
    padding: 10px;
    object-fit: contain;
    transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
}

.references .owl-carousel .owl-stage-outer {
    height: fit-content;
}

@media only screen and (min-width: 500px) {
    .references-item {
        height: 130px;
    }
}

/* references end */

/* call-to-action start */
.s-atendimento, .itens, .itens li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.s-atendimento {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #dee4ec;
}
.s-atendimento .itens li h2 {
  /*font-family: "Fira Sans";*/
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2rem;
  color: #1d1d26;
}
.s-atendimento .itens li a,
.s-atendimento .itens li small {
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 0.8rem;
  color: #4d5766;
  /*margin-top: 0.4rem;*/
  font-style: normal;
}
.s-atendimento .itens li a {
  display: flex;
  align-items: flex-start;
}

.itens li img{
    width: 42px;
    height: 42px;
}

.s-atendimento .itens li .img,
.s-banner .right .play img,
.s-investido span img,
.s-plataforma ul li img,
.s-sobre .area-slide .slide-sobre .swiper-slide .item .texto .rating img,
.s-vagas .area-slide .slide-vagas .swiper-slide .item a small img,
header nav .btns a {
  margin-right: 1.6rem;
}

@media (max-width: 1200px) {
   .s-atendimento .itens{
         justify-content: space-between;
   }
   .s-atendimento  .itens li{
        justify-content: flex-start;
    }
  }

@media (max-width: 990px) {
  .s-atendimento {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
  .s-atendimento .itens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: .3rem;
    row-gap: 4.3rem;
  }
}

@media (max-width: 600px) {
    .s-atendimento {
        padding-top: 3.7rem;
        padding-bottom: 3.7rem;
  }
}
@media (max-width: 480px){
     .s-atendimento .itens {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
  }
}
/* call-to-action end */

/* footer start */
#footer {
    background-color: #2e469d;
}

#footer .row {
    row-gap: 20px;
    flex-basis: 100%;
}

.footer_header {
    padding: 30px 0 20px;
}

.footer_header .logo_footer {
    display: block;
}

.footer_header .logo_footer img {
    width: auto;
    height: 80px;
    filter: grayscale(100) brightness(100);
}

.contact_location_footer h4 {
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 24px;
    color: #eee;
}

.contact_location_footer .contact_footer_list {
    display: block;
}

.contact_location_footer .contact_footer_list li {
    margin-bottom: 10px;
}

.contact_location_footer .contact_footer_list li a {
    color: #fff;
    font-size: 16px;
}

.contact_location_footer span {
    color: #fff;
    display: block;
    line-height: 1.5;
}

.footer_header .get_Quote_footer button {
    padding: 22px 36px;
    border-color: transparent;
    outline: none;
    font-size: 15px;
    display: block;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    background-color: transparent;
    text-transform: uppercase;
    transition: color 0.3s;
    position: relative;
    z-index: 7;
}

.get_Quote_footer {
    display: flex;
    justify-content: flex-end;
}

.get_Quote_footer button:before {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    border: 2px solid #fff;
}

.get_Quote_footer button::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    opacity: 0;
}

.get_Quote_footer button:hover:before {
    transform: scale(1.2);
    opacity: 0;
    border: 2px solid #fff;
}

.get_Quote_footer button:hover {
    color: #000;
}

.get_Quote_footer button:hover::after {
    background: #eee;
    opacity: 1;
    transition: .5s;
}

.footer_bottom {
    padding: 20px 0;
}

.footer_bottom .row {
    row-gap: 20px;
    flex-basis: 100%;
}

.footer_bottom .copy_right_footer p {
    font-size: 18px;
    color: #fff;

}

.footer_social .footer_social_list {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}

.footer_social .footer_social_list li a {
    display: block;
    position: relative;
}

.footer_social_list li a img {
    width: 21px;
    height: 21px;
}

.footer_social_list li a .colorful_icon {
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    height: 21px;
    transition: .3s;
}

.footer_social_list li a:hover .colorful_icon {
    transform: scaleX(1);
}

.footer_bottom .created_at {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_bottom .created_at span {
    font-size: 18px;
    color: #fff;
}

.footer_bottom .created_at img {
    height: 30px;
    width: auto;
}

@media screen and (max-width:992px) {
    .get_Quote_footer {
        justify-content: flex-start;
    }

}

@media screen and (max-width:768px) {
    .footer_bottom .created_at {
        justify-content: flex-start;
    }

    .footer_social .footer_social_list {
        justify-content: flex-start;
    }

    #social_footer {
        order: 1;
    }

    #copyright {
        order: 2;
    }

    #okmedia_logo {
        order: 3;
    }
}

@media screen and (max-width:576px) {
    .footer_header .logo_footer {
        display: flex;
        justify-content: center;
    }

    .contact_location_footer {
        text-align: center;
    }

    .get_Quote_footer {
        justify-content: center;
    }

    .footer_bottom {
        text-align: center;
    }

    .footer_social .footer_social_list {
        justify-content: center;
    }
    .footer_bottom .created_at {
        justify-content: center;
    }
}
/* footer end */

/* modal start */

.modal-body {
    padding: 20px 30px 60px 30px;
}

.modal-title {
    font-weight: 600;
}

.modal {
    display: block;
    transition: all .3s, z-index 0s;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.modal.show {
    z-index: 999999;
}

.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}

.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}

.modal-header {
    padding: 1.2rem 30px;
}

.modal-content .close::before,
.modal-content .close::after {
    background-color: #000;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    border: none;
    position: absolute;
    right: 30px;
    width: 20px;
    z-index: 100;
    outline: transparent;
    background: none;
}

.input-box input {
    margin-bottom: 16px;
}

input.text,
textarea.text {
    height: 50px;
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    appearance: none;
    transition: all .3s ease;
}

.text::placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: 500;
}

input.text:focus,
textarea.text:focus,
select:focus {
    border-color: #ebc74a;
}

textarea.text {
    resize: vertical;
    height: 160px;
}

.btn-submit {
    background-color: #f06543;
    background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    padding: 0 26px;
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 700;
    transition: .4s background-image;
    border: 1px solid transparent;
    margin-top: 15px;
}

/* qiymetteklifi iframe start */

#sendmail input::placeholder {
    color: #ccc;
    opacity: 1;
}

#sendmail .input-box input {
    margin: 0;
}

#sendmail textarea { height: 160px; }

#sendmail input.text,
#sendmail textarea,
#sendmail select {
    width: 100%;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    position: relative;
    transition: all .3s ease;
    position: relative;
}

#sendmail .input-box {
    position: relative;
    margin-bottom: 16px;
}

#sendmail .submit-button {
    display: inline;
    position: relative;
    padding-right: 20px;
}

#sendmail .btn:not(:disabled):not(.disabled) { cursor: pointer; }

#sendmail .btn {
    cursor: pointer;
    background-color: #2e469d;
    color: #fff;
    border-radius: 35px;
    height: 50px;
    line-height: 50px;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 500;
    right: 0;
    outline: none;
    border: none;
}

#sendmail input.text:focus,
#sendmail textarea:focus,
#sendmail select:focus { border-color: #0796d5; }

#sendmail .btn:hover { opacity: .7; }

#sendmail .modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    border: none;
    position: absolute;
    right: 40px;
    top: 50px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

#sendmail #xidmetler {
    color: #ccc;
    margin-bottom: 15px;
    position: relative
}

#sendmail #xidmetler option { color: #000; }
#sendmail #xidmetler option:first-child { color: #ccc; }
#sendmail textarea::placeholder { color: #ccc; } 
#sendmail #comment::placeholder { color: #ccc; }
#sendmail .select-wrapper { position: relative; }

#sendmail .select-wrapper::after {
    /*font-family: "Font Awesome 5 Free";*/
    /*content: "\f107";*/
    font-size: 1rem;
    top: 15px;
    right: 15px;
    font-weight: 900;
    position: absolute;
    opacity: .5;
}

/* qiymetteklifi iframe end */

/* modal end */

/* contact start*/
#map {
  height: 400px;
}

.page_head {
  margin: 0 30px;
  background: #d7d1e6;
  padding: 132px 0;
}

.contact.page_head{
    position: relative;
    z-index: 2;
}

.contact.page_head::before {
    content: "";
    position: absolute;
    background: url(/img/azcisslayder2.jpg)center/cover;
    top: 0;
    opacity: 0.3;
    /* filter: blur(7px); */
    width: 100%;
    z-index: -1;
    height: 100%;
}

.contact .contact_info h2 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -4.05px;
  white-space: nowrap;
  margin-bottom:46px;
}

.contact .contact_info p {
  color: #353535;
  margin-bottom: 1rem;
  line-height: 25px;
}

.contact .info_content {
  padding-top: 30px;
  font-size: 24px;
}

.info_content .second-mail a{
    padding-left: 3.5rem;
}

.contact .info_content ul{
    line-height: 30px;
}
.contact .info_content ul li a{
    margin-left:10px;
    font-size:20px;
}
.contact .info-content-span{
  font-weight: 600;
}
 a {
    color: black;
}

.contact_bottom {
  padding: 60px 30px;
}

.contact_bottom .img_wrap img {
  width: 150px;
}

.contact_bottom .info_content h4 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
}

.contact_bottom .info_content p {
  font-size: 16px;
  line-height: 25px;
}

.content_wrapper {
  /*padding: 55px 60px;*/
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: -70px;
  background: white;
  position: relative;
}

.about-bg {
  background-image: url("../images/about-bg-img.jpeg");
}

.contact_bottom .social {
  text-align: left;
  padding: 0;
  background: transparent;
}

.contact_bottom .social .social-links {
  justify-content: flex-start;
  display: flex;
}
.social .social-links a.twitter::after {
    background: #55acee;
}
.social .social-links a {
    width: 45px;
    height: 45px;
    margin: 0 8px;
    box-shadow: 0 0 10px 0px rgb(0, 0, 0, 0.08);
    text-align: center;
    text-decoration: none;
    color: #000;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}
.social .social-links a::after {
    content: "";
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    /*background: #000;*/
    /* background: linear-gradient(-45deg, #ed1c94, #ffec17); */
    position: absolute;
    transition: 0.5s;
}

.contact_bottom .social .social-links i {
  font-size: 17px !important;
  line-height: 45px !important;
}
.align-items-center{
    display: flex;
    justify-content: space-between;
}
                    .loading {
                      float: right;
                      height: 28px;
                      width: 28px;
                      display: none;
                    }
                    .done {
                      padding: 4px 3px;
                      background-color: #c7ffc7;
                      border-radius: 5px;
                      border: 1px solid #52b352;
                      margin: 0 !important;
                      font-size: 17px;
                      text-align: center;
                      width: 326px;
                      display: none;
                    }
   .col-lg-5:nth-child(1){
    flex: 0 0 41%;
    max-width: 35%; 
   }
                    .form {
                      background: #fff;
                      padding: 30px;
                      border-radius: 10px;
                    }

                    input {
                      height: 45px;
                    }

                    input,
                    textarea {
                      width: 100%;
                      border: none;
                      border-bottom: 1px solid #bfc7ce;
                      background: transparent;
                      z-index: 222;
                      position: relative;
                      padding-top: 16px;
                      padding-bottom: 2px;
                      font-size: 14px;
                    }

                    input:focus,
                    textarea:focus {
                      outline: none;
                      box-shadow: none;
                    }

                    .input_wrap {
                      position: relative;
                    }

                    label {
                      position: absolute;
                      left: 0;
                      top: 12px;
                      transition: 0.2s linear;
                      z-index: 1;
                      color: #bfc7ce;
                      font-size: 14px;
                    }

                    .focus_label {
                      top: -5px;
                      font-size: 12px;
                      color: #ffca28;
                    }

                    .input_wrap .effect:focus ~ label,
                    .input_wrap .effect:active ~ label {
                      top: -5px;
                      font-size: 12px;
                      color: #ffca28;
                    }

                    .effect::placeholder {
                      opacity: 0;
                    }

                    .form .btn {
                      font-size: 16px;
                      background: #22262a;
                      color: #fff;
                      margin-top: 15px;
                      font-weight: 700;
                      letter-spacing: 0.5px;
                      transition: 0.2s linear;
                    }

                    .form .btn:hover {
                      box-shadow: 5px 5px 15px rgb(0 0 0 / 30%);
                      color: #fff;
                    }
                    
@media only screen and (max-width: 991px) {
   .col-lg-5:nth-child(1){
    flex: 100%;
    max-width: 100%; 
   }
   .contact .info_content {
    padding: 30px 0;
    font-size: 24px;
   }
   .contact_bottom .row>div:not(:last-child) {
    margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
.page_head {
  margin: 0 ;
  background: bisque;
  padding: 132px 0;
}
.contact .contact_info h2 {
    font-size: 45px;
    letter-spacing: -3.05px;
}
}

/* contact end*/

/* about start */

.about-text {
    line-height: 1.5;
}

.about-holder ul {
    list-style: disc;
}

.about-holder ul li {
    padding-block: 3px;
}

.static-about .about-title {
    font-size: 25px;
    color: #888;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .static-about .container .row {
        text-align: center;
    }
}

/* about end */

/* breadcumb start */

.breadcumb {
    display: flex;
    gap: 10px;
    padding-bottom: 30px;
}


.speedbar-self {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.breadcumb .zibil-simvol {
    display: none;
}
.breadcumb span span a span:hover{
    background: #2E469D;
    border: 1px solid #2E469D;
    color: #fff;
}
.breadcumb span span a span{
    line-height: 21px;
    border: 1px solid #eaebee;
    background-color: #eaebee;
    padding: 15px 20px;
    border-radius: 20px;
    display: inline-block;
    color: #000;
    margin-bottom:5px;
    transition: .3s;
}
.breadcumb span span:last-child a span{
    background: #2E469D;
    border: 1px solid #2E469D;
    color: #fff;
}
.static_page img{
    width:100% !important;
    height:400px;
    object-fit:cover;
}

@media only screen and (max-width: 768px) {
    .page_content .content-wrapper-img{
    justify-content:center;
}
img.fr-dib{
    width:100%;
}
}
@media only screen and (max-width: 390px){
.page_content .content-wrapper-img{
    gap:10px;
}
}
@media only screen and (max-width: 420px){
    .advantage{
        width:130px;
       
    }
}
@media only screen and (max-width: 558px){
    img.fr-dib{
        width: 65%;
    }
}
/* breadcumb end */
