/*---- menünün arkaplan rengi ----*/
.menurengi{
background-color:rgb(59,180,181,0.1);
}


/*---- menünün üstündeki button ----*/
.theme-btn {
  font-size: 15px;
  text-transform: uppercase;
  background-color: #3bb4bf;
  color: #fff;
  font-weight: 500;
  padding: 0 50px 0 30px;
  line-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none; }
  .theme-btn .la {
    position: absolute;
    top: 47%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .theme-btn:hover {
    color: #fff;
    background-color: #3bb4bf;
    -webkit-box-shadow: 0 12px 24px -6px rgba(93, 80, 197, 0.2);
    -moz-box-shadow: 0 12px 24px -6px rgba(93, 80, 197, 0.2);
    box-shadow: 0 12px 24px -6px rgba(93, 80, 197, 0.2);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px); }

/*---- menünün üstündeki iletişim  ----*/
.header-top-info .info-list li {
  display: inline-block;
  margin-right: 10px; }
  .header-top-info .info-list li i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(127, 136, 151, 0.2);
    margin-right: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .header-top-info .info-list li:last-child {
    margin-right: 0; }
  .header-top-info .info-list li a {
    color: #7f8897;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .header-top-info .info-list li a:hover {
      color: #3bb4bf; }
  .header-top-info .info-list li:hover i {
    background-color: #3bb4bf;
    color: #fff;
    border-color: #3bb4bf; }

/*---- duyuru haber başlık rengi  ----*/

.section-heading {
  position: relative;
  z-index: 1; }
  .section-heading .section__meta {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #3bb4bf;
    background-color: rgba(59, 180, 191, 0.1);
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    font-weight: 500; }
  .section-heading .section__meta2 {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
  .section-heading .section__meta3 {
    background-color: transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    padding: 0;
    color: #b99566; }
  .section-heading .section__title {
    font-size: 45px;
    font-weight: 600; }
    @media (max-width: 425px) {
      .section-heading .section__title {
        font-size: 40px; } }
    @media (max-width: 320px) {
      .section-heading .section__title {
        font-size: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading .section__title br {
        display: none; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .section-heading .section__title br {
        display: none; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .section-heading .section__title br {
        display: none; } }
  .section-heading .section__sub {
    color: #7f8897;
    margin-top: 12px;
    font-size: 20px; }
    
    /*---- başlıklar altı ayraç rengi  ----*/
    .section-divider {
  position: relative;
  width: 90px;
  height: 3px;
  margin-top: 26px;
  margin-bottom: 30px; }
  .section-divider:before, .section-divider:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #3bb4bf; }
  .section-divider:after {
    right: 25px;
    left: auto;
    background-color: #fff;
    width: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    
     /*---- iletişim sayfasındaki icon renkleri  ----*/
    .contact-card {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 40px 40px 25px 40px;
  position: relative;
  margin-bottom: 30px; }
  .contact-card .contact__subheding {
    margin-bottom: 25px;
    font-weight: 600; }
  .contact-card .contact__text span {
    display: block;
    margin-bottom: 15px; }
    .contact-card .contact__text span i {
      color: #3bb4bf;
      width: 35px;
      height: 35px;
      line-height: 35px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      margin-right: 5px;
      background-color: rgba(46, 61, 98, 0.1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .contact-card .contact__text span a {
      color: #7f8897; }
    .contact-card .contact__text span:hover a {
      color: #3bb4bf; }
    .contact-card .contact__text span:hover i {
      background-color: #3bb4bf;
      color: #fff; }
  .contact-card:after {
    position: absolute;
    content: '';
    top: 0;
    left: 40px;
    width: 50px;
    height: 4px;
    background-color: #3bb4bf;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    opacity: 0.2; }
