  img {
    max-width: 100%;
    height: auto;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  a:hover, a:active,
  a :focus,
  a.nav-link:hover,
  a.nav-link:active,
  a.nav-link :focus {
    color: inherit;
  }

  p {
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 1.6 !important;
  }

  .z-index1 {
    z-index: 1;
  }
  
  .z-index-full {
    z-index: 10000;
  }
  
  .title-wrap h2 {
    font-size: 2.3rem;
    padding-bottom: 6px;
  }
  
  .btn-primary {
    background-color: #395eff;
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
    width: 175px;
    padding: 10px;
  }
  @media (max-width: 576px) {
    .btn-primary {
      width: 100%;
    }
  }
  

  .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-slide {
    text-align: center;
    height: calc((100% - 30px) / 2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }




  
  
    /*********** MEGA MENU *******/

      
      .nav-link {
        text-decoration: none;
        color: #ffffff !important;
        font-size:.95rem;
        text-transform: capitalize;
        font-weight: 500;
        transition: 0.5s;
      }
      
      .nav-text-sub {
        font-size: 14px;
        color: #000000 !important;
        display: block;
        font-weight: 400;
        transition: .3s all ease;
        padding: 8px 15px;
        transition: .5s all ease;
        border-radius: 10px;
      }
      .nav-text-sub:hover{
        background-color:#ffe2a5 ;   
      }
      .nav-text-sub2:hover{
        background-color:#000000 !important ;
        color: white;
      }
      .nav-text-sub2{
        padding: 10px 15px;
        border-radius: 10px;
        transition: .2s all ease;
      }
      
      .nav-text-sub.nav-link-mega {
        padding-left: 0;
      }
      
      .icon-dropdown {
        width: 18px;
        height: 18px;
        stroke-width: 2.5px;
      }
      
      .icon-hamburger {
        width: 24px;
        height: 24px;
      }
      
      .header-hamburger {
        margin-top: 3px;
      }
      
      .site-navigation .nav-link:focus {
        color: #000;
      }
      
      .nav-item-mega:last-child a {
        padding-bottom: 0;
      }
      
      .mega-menu-img * {
        -ms-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
      }
      
      .main-menu .nav-link {
        padding: 0;
      }
      
      .nav-link-sub:hover img.menu-img {
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9);
      }
      
      .drawer-heading {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 20px;
      }
      
      @media (min-width: 992px) {
        .main-menu {
          margin-left: -20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: -20px;
          margin-bottom: 0;
        }
        .main-menu > .menu-list-item {
          padding: 12px 20px;
          cursor: pointer;
        }
        .header-bottom {
          position: relative;
        }
        .submenu {
          padding: 10px 0;
        }
        .header-1 .main-menu > .menu-list-item {
          padding: 28px 20px;
          cursor: pointer;
        }
        .has-dropdown {
          position: relative;
        }
        .has-dropdown .submenu-transform {
          left: -10px;
        }
        .mega-menu-header {
          -ms-display: flex;
          -webkit-display: flex;
          display: -webkit-box;
          display: flex;
          -ms-align-items: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
        }
        .open-submenu {
          padding-left: 5px;
        }
        .submenu-transform {
          position: absolute;
          z-index: 99;
          background: #fff;
          top: 90%;
          left: 30%;
          width: auto;
          min-width: 200px;
        }
        .submenu-transform > .container {
          padding: 0 10px;
        }
        .has-megamenu .submenu-transform {
          width: 650px;
          background-color: #fff;
        }
        .has-megamenu .megamenu-transform {
          position: relative;
          top: 0;
          left: 0;
          border: none;
        }

        .megamenu-container {
          -ms-display: flex;
          -webkit-display: flex;
          display: -webkit-box;
          display: flex;
          -ms-justify-content: center;
          -webkit-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
        }
        /* .megamenu-container > .nav-item-sub {
          width: 25%;
          padding: 0;
          padding-left: 40px;
          padding-top: 35px;
        } */
        .megamenu-heading {
          font-size: 16px;
          font-weight: 600;
          color: #000 !important;
          
          text-transform: uppercase;
        }
        .submenu-transform-desktop {
          border-radius: 20px;
          margin-top: 20px;
          opacity: 0;
          visibility: hidden;
          -ms-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
        }
        .menu-list-item:hover .submenu-transform-desktop {
          opacity: 1;
          visibility: visible;
          top: 100%;
        }
        .newsltter-content-1 {
          padding-left: 97px;
        }
      }
      @media (max-width: 991px) {
        .header-bottom {
          padding-top: 16px;
          padding-bottom: 16px;
          position: relative;
        }
        .search-wrapper {
          top: 100%;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
        }
        .submenu-transform {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          max-width: 420px;
          height: 100%;
          -webkit-transform: translate3d(400px, 0, 0);
          transform: translate3d(400px, 0, 0);
          -webkit-transition: -webkit-transform 0.35s;
          transition: -webkit-transform 0.35s;
          -o-transition: transform 0.35s;
          transition: transform 0.35s;
          transition: transform 0.35s, -webkit-transform 0.35s;
          z-index: 1;
          overflow: hidden;
          background-color: #fff;
          opacity: 0;
          transition: .4s all ease-in-out;
        }
        .submenu-transform > .container {
          padding: 0;
        }
        .nav-item-sub {
          color: #000;
          font-weight: 500;
          font-size: 15px;
        }
        .open-submenu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
        }
        .submenu-transform.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          opacity: 1;
        }
        .menu-list-item {
          padding: 0.8rem 1rem;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
        .icon-menu-back {
          margin-left: -0.7rem;
          margin-right: 7px;
        }
        .nav-text-sub {
          font-size: 16px;
          font-weight: 500;
        }
        .mega-menu-header {
          -ms-display: flex;
          -webkit-display: flex;
          display: -webkit-box;
          display: flex;
          -ms-align-items: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-justify-content: space-between;
          -webkit-justify-content: space-between;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
        }
      }
  @media (max-width: 600px) {
    .announcement-bar p, .announcement-bar a {
      font-size: 12px;
    }
  }
  
  .tag-wrapper a {
    padding: 5px 10px;
    margin: 5px 0;
  }
  .tag-wrapper a:nth-child(1) {
    background-color: #eaeaea;
  }
  .tag-wrapper a:nth-child(2) {
    background-color: #eaeaea;
  }
  .tag-wrapper a:nth-child(3) {
    background-color: #ccebd0;
  }
  .tag-wrapper a:nth-child(4) {
    background-color: #ccebd0;
  }
  .tag-wrapper a:nth-child(5) {
    background-color: #dcdaee;
  }
  
  .platform {
    padding: 30px 0;
    background-color: #f7f7f7;
  }
  .platform .other-image-wrapper {
    padding: 20px;
    height: 500px;
    overflow: hidden;
    position: relative;
    animation: 20s linear infinite running customFrames;
    background-image: url(../image/home/others.png);
    background-size: cover;
    background-repeat: repeat-x !important;
    width: 200vw;
  }



  
  @media (max-width: 768px) {
    .drawer-menu-responsive{
      width: 100% !important;
    }
  }
  @media (min-width: 991px) {
    .-mt-100 {
      margin-top: -100px;
    }
  }
  @media (min-width: 1400px) {
    .-ms-60 {
      margin-left: -60px;
    }
    .ms-100 {
      margin-left: 100px;
    }
  }

 
  
 
  
  table {
    overflow-x: scroll;
  }
  table td {
    max-width: auto;
  }
  

  
  .agency-video-after {
    transition: all 0.5s ease-in-out;
  }
  
  .accordion-button::after {
    position: relative;
    display: none;
  }

  @media (max-width: 600px) {
   
    h5 {
      font-size: 1rem;
    }
    .accordion-button p {
      font-size: 0.8rem;
    }
    .bg-primary-2 {
      font-size: 0.8rem;
    }
  }

  .offcanvas {
    z-index: 99999999 !important;
  }
  

  
  .heading {
    margin-bottom: 70px;
  }
  .heading h1 {
    margin-top: 10px;
  }
  
  /*# sourceMappingURL=style.css.map */
  
  
  /********gokhan duzenleme********/
  .card-chat{
    background-color: #f3f5f7;
    width:90%;
    min-height:450px
  }
  .chat-hero{
    font-size:3.5rem
  }
  @media only screen and (max-width: 767px) {
    .nav-link{
      color: black !important;
    }
    .chat-hero{
      font-size:2rem
    }
    .card-chat{
      width:95%
    }
  }
  @media only screen and (min-width: 768px){
    .drawer-menu-responsive{
      width: 50% !important;
    }
    
  }
  /********gokhan duzenleme********/