

body {
  background: #fff;
  color: #607d8b;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden; 
}
  a {
    text-decoration: none!important;
    
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0!important; }

.container {
  margin: 0 auto;
  padding: 0;
  max-width: 1320px;
   }
   
   .hr {
           margin-top: 0px !important;
    margin-bottom: 0px !important;
       
     
       
   }
   
   hr.mukellefhr {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);   
   }
   
/* En küçük ekranlar (örneğin, küçük telefonlar) */
@media screen and (max-width: 575px) {
   .container {
       max-width: 540px;
       padding: 10px;
   }
}

/* Küçük ekranlar (örneğin, küçük tabletler ve büyük telefonlar) */
@media screen and (min-width: 576px) and (max-width: 767px) {
   .container {
       max-width: 540px;
       padding: 10px;
   }
}

/* Orta boyutlu ekranlar (örneğin, tabletler) */
@media screen and (min-width: 768px) and (max-width: 991px) {
   .container {
       max-width: 720px;
   }
}

/* Büyük ekranlar (örneğin, dizüstü bilgisayarlar) */
@media screen and (min-width: 992px) and (max-width: 1400px) {
   .container {
       max-width: 1140px;
   }
   
   a.main-nav-link.user-login {
    line-height: 10px;   
   }
   
}

/* Ekranlar 1200px ve daha büyük ise */
@media screen and (min-width: 1400px) {
   .container {
       max-width: 1320px;
   }
   
    a.main-nav-link.user-login {
    line-height: 34px;   
   }
}





   

 /* FIXED APPLY BUTTON */
.fixed-apply-button {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 36px;
  height: 164px;
  position: fixed;
  background: #48C1F1;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  /* letter-spacing: 0.05em; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-top-right-radius: 13px; */
  /* border-bottom-right-radius: 13px; */
  transition: 0.3s all;
  z-index: 520;
    animation-duration: 1s;
    animation-name: applynow;
    animation-iteration-count: infinite;
  }
  @keyframes applynow {
    0% {background: #48C1F1;}
    100% {background: #1D3157;}
    /* 100% {background: #AB885B;} */
  }
  .fixed-apply-button:hover{
    background: #00233D;
  }a.fixed-apply-button span {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateY(0);
  }
 /* apply-button end */



 

 /* inner contact end */

.about .swiper-container {
  position: relative;
  /* overflow: visible !important; */
  width: 103%!important;
  left: -20px;
  padding: 19px 19px;
}
.news .swiper-container {
position: relative;
/* overflow: visible !important; */
width: 103% !important;
left: -20px;
padding: 19px 19px;
}

.page-content-wrapper {
overflow: hidden;
}
.page-content {
padding: 60px 0;
background: #F1F3F5;
position: relative;
z-index: 0;
}

.page-content-multi-flex-container {
display: flex;
}
.page-content-left {
width: 70%;
padding-right: 60px;
}
.page-content-right {
width: 30%;
}
.right-menu-wrapper {
width: 100%;
background: #fff;
border-bottom-left-radius: 70px;
}
.right-menu-img {
width: 100%;
}
.right-menu-img img {
  width: 100%;
  height: auto;
}
.right-menu-list {
  padding: 20px 0 70px 0;
}
.right-menu-list ul li {
  position: relative;
}
.right-menu-list ul li:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 60px;
  height: 1px;
  background: rgb(234,234,234);
  background: -moz-linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(251,251,251,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(251,251,251,1) 100%);
  background: linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(251,251,251,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaea",endColorstr="#fbfbfb",GradientType=1);
}
.right-menu-list ul li.active:after,
.right-menu-list ul li:hover:after {
left: 0;
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 20%, rgba(251,251,251,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 20%, rgba(251,251,251,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 20%, rgba(251,251,251,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fbfbfb",GradientType=1);
}
.right-menu-list ul li a {
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  color: #666666;
  transition: 0.3s all;
  padding: 0 0 0 60px;
}
.right-menu-list ul li.active a,
.right-menu-list ul li a:hover {
  color: #56BDC1;
  font-weight: 600;
}



.page-nav ul {
display: -ms-flexbox;
display: flex; }
.page-nav ul li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  color: #8996a2;
  margin: 0 3px; }
.page-nav ul li a {
  display: inline-block;}
  .page-nav ul li a:hover {
    text-decoration: underline; }
    .page-nav ul li:last-child a {
      color: #56BDC1;
      font-weight: 500;
  }
  .page-banner-title {
    color: #AB885B;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    letter-spacing: -.025em;
    max-width: 542px;
}
.page-text h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.page-text p {
font-size: 18px;
line-height: 30px;
font-weight: 400;
letter-spacing: -.025em;
color: #333333;
}

.main-dots.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  pointer-events: auto;
}
.main-dots.swiper-pagination span.swiper-pagination-bullet {
border-radius: 7px;
border: none;
margin-right: 7px;
padding: 4px;
background: #D7D9DA;
opacity: 1;
pointer-events: auto;
}
.main-dots.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #48C1F0;
padding: 4px 12px;
}


.about-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
text-align: center;
}
.about-swiper-pagination span.swiper-pagination-bullet {
border-radius: 7px;
border: none;
margin-right: 7px;
padding: 4px;
background: #D7D9DA;
opacity: 1;
}
.about-swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #48C1F0;
padding: 4px 12px;
}

.news-slider-dots-container.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
text-align: center;
position: relative;
}
.news-slider-dots-container.swiper-pagination span.swiper-pagination-bullet {
border-radius: 7px;
border: none;
margin-right: 7px;
padding: 4px;
background: #BBE8F9;
opacity: 1;
}
.news-slider-dots-container.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #48C1F0;
padding: 4px 12px;
}

@media (min-width: 320px) and (max-width:575px) {
.container {
  padding: 0 20px;
}
}




/* MAIN HEADER */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
a {
 
  text-decoration: none;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 26; }
  .main-header.inner {
    position: relative;
    height: 105px;
}


.hdr-lang-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100px;
  height: 74px;
  font-size: 16px;
  font-weight: 500;
  color: #Fff;
  background: transparent;
  padding: 0 13px;
  border: none;
  outline: none; }
  .hdr-lang-button img:last-child {
    width: 10px;}
    .dropdown {
      position: relative; }
    
      .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 50;
        float: left;
        white-space: nowrap;
        background: #fff;
        padding: 6px 12px;
        transition: 0.3s all;
    }
   .dropdown-menu.opened {
      display: block;
      border-radius: 0;
      border: none;
      right: 0;
      width: 100%;
      min-width: unset;
  }
  .hdr-lang-list ul li a:hover {
    color: #AB885B;
}
.hdr-lang-list ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all;
}


.hdr-link-list,
.hdr-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.hdr-link-list {
  padding: 5px 30px;
  background: #1A8B90; }

  .hdr-link--tel-title {
    font-size: 16px;
    font-weight: 600;
    color: #B9EEF0;
    background: #349FA4;
    padding: 5px 30px;
}
.hdr-link {
  color: #B9EEF0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.50px;
}
  .hdr-link img {
    width: 14px;
    margin-right: 8px; }

.hdr-office-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 208px;
  height: 38px;
  color: #fff;
  background: rgba(42, 42, 42, 0.3);
  padding: 0 15px 0 20px;
  border: none;
  outline: none; }
  .hdr-office-button img {
    width: 10px; }
  .hdr-office-button::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -4.5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 7px 7.5px 0;
    border-color: transparent rgba(42, 42, 42, 0.3) transparent transparent; }
.hdr-search {
  position: relative;
}
    .hdr-search:after {
      content: '';
      position: absolute;
      border-bottom: 15px solid transparent;
      border-right: 50px solid #AB885B;
  }
.hdr-search-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 74px;
  background-color: #AB885B;
  border: none;
  outline: none;
  padding: 0; }
  .hdr-search-button img {
    width: 19px; }

    .mh-bottom {
     
  }
  .main-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
   }

    .logo {
      position: relative;
      margin-top: 25px;
  }

.logo img {
  max-width: 100%;
  z-index: 0;
  position: relative; }
  .main-nav {
    padding-top: 20px;
}
.main-nav > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.main-nav-link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 13px;
  transition: all 0.3s; }
  .inner .main-nav-link {
    color: #0F1E34;
}
  .main-nav-link::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    right: 15px;
    border-top: 5px solid #48C1F0;
    opacity: 0;
    transition: all 0.3s;
}
    .main-nav-link img {
      padding-left: 5px;
  }
  a.main-nav-link.user-login:hover {
    background: #48C1F0;
    color: white;
}
a.main-nav-link.user-login {
    background: #1F375E;
    line-height: 34px;
    border-radius: 24px;
    color: #fff;
}
.inner .main-nav-link.user-login {
  color: #fff;
}
.main-nav > ul > li:hover .main-nav-link::after {
  opacity: 1; }
  .main-nav > ul > li:last-child:hover .main-nav-link::after {
    opacity: 0; }
    
.has-submenu {
  position: relative; }
  .has-submenu:hover:before {
    position: absolute;
    content: '';
    background: url(/templates/website/Modern/assets/img/menu-hover.png);
    width: 76px;
    height: 35px;
    bottom: -60px;
    left: 30px;
}
.main-nav > ul:hover li:not(:hover) .main-nav-link {
  opacity: 0.5; }

.submenu {
  position: absolute;
  left: 15px;
  white-space: nowrap;
  min-width: 245px;
  min-height: 265px;
  padding: 62px 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 5; }
.submenu ul {
  margin-top: 15px;
}
  .submenu ul li,
  .submenu ul a {
    display: block; }
    .submenu ul li a {
      position: relative;
      color: #F1F3F5;
      font-size: 16px;
      line-height: 40px;
      font-weight: 500;
      transition: 0.3s all;
  }
  .submenu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    opacity: 17%;
    background: #F1F3F5;
    transition: all 0.4s;
}.submenu ul li a:hover {
  background: #AB885B;
}
  .submenu ul li a:hover::before {
    background-color: #AB885B;
}
.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: all 0.3s; }

  .hamburger-menu {
    display: none; }
  
  .hamburger-menu span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #1D3257;
    border-radius: 3px; }

@media ( max-width: 1691px ) {
.mh-top-right {
  padding-right: 0;
}
}
@media ( max-width: 1591px ) {
.mh-top {
  margin-bottom: 0px;
  height: 10px;
  background: rgb(2, 41, 71);
  background: linear-gradient(90deg, rgb(2, 41, 71) 0%, rgb(17, 70, 120) 50%, rgb(0, 35, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022947",endColorstr="#00233d",GradientType=1);
}
.mh-top-right {
align-items: flex-start;
}
.hdr-lang-button {
height: 30px;
}
.hdr-search-button {
height: 30px;
}
}
@media ( max-width: 1399px ){
.mh-bottom .container{
  justify-content: center;
}.main-nav-link {
font-size: 14px;
 padding: 0 10px;
}
}
@media ( max-width: 1199px ){
.mh-bottom .container {
  justify-content: space-between;
}
.main-nav-link {
font-size: 13px;
padding: 0 10px;
}
}
@media ( max-width: 991px ){
.mh-bottom,
.mh-top {
  background: rgb(17,70,120);
  background: -moz-linear-gradient(90deg, rgba(17,70,120,1) 0%, rgba(17,70,120,1) 40%, rgba(0,35,61,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(17,70,120,1) 0%, rgba(17,70,120,1) 40%, rgba(0,35,61,1) 100%);
  background: linear-gradient(90deg, rgba(17,70,120,1) 0%, rgba(17,70,120,1) 40%, rgba(0,35,61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#114678",endColorstr="#00233d",GradientType=1);
}
.main-nav {
  display: none;
}
.hamburger-menu {
display: block;
position: relative;
  top: 15px;
  cursor: pointer;
}
}

/* FOOTER */

    .mf-logo {
      position: relative;
  }
  .mft-email a:hover {
    color: #48C0EF;
}
.mft-email a {
    font-weight: 400;
    color: #74767F;
    font-size: 14px;
    line-height: 16px;
    transition: 0.3s all;
}
 
  .mf-logo a {
    z-index: 1;
    position: relative;
  }
  .mf-top {
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
     flex-wrap: wrap; */
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-call-box {
    text-align: right;
    margin: 0 0 15px;
  }.footer-call-box a {
      width: 100%;
  }.footer-call-title {
    color: #74767F;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.27em;
    padding-left: 0;
  }.footer-call {
    color: #1B3258;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -.025em;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 0px;
  }.footer-call:after {
content: "";
    position: absolute;
    /* left: 0px; */
    top: -18px;
    background: url(/templates/website/Modern/assets/img/footer-headphones.png) no-repeat center center;
    background-size: contain;
    display: block;
    width: 24px;
    height: 40px;
    transition: all 0.4s;
  }
    /* .mf-logo img {
      max-width: 150px;
  } */
  .mf-copyright, .mf-copyright a {
    color: #DFF2FF;
  }
  .mf-copyright a {
    color: #74767F !important;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .mf-copyright a:hover {
    color: #51C0EA !important;
    text-decoration: none !important;
  }
  
  .mf-copyright-links {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
    .mf-copyright-links a {
      display: block;
      position: relative;
     }
     .mf-copyright-links a:not(:last-child) {
      margin-right: 20px;
  }
  .mf-copyright-links a:not(:last-child):after {
      content: '|';
      position: absolute;
      margin-left: 10px;
  }
      ul.mft-links {
    /* border-left: 1px solid #A2D4F6; */
    /* padding-left: 15px !important; */
    display: flex;
    justify-content: center;
    }
  .mft-links li,
  .mft-links li span,
  .mft-links li a {
    display: block; }
  
  .mft-links li {
    margin-bottom: 5px; }
  
  .mft-links li span {
    color: #333333;
    font-size: 16px;
    font-weight: 800; }
    .mft-links li a {
      color: #74767F;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.05em;
      line-height: 30px;
      padding: 0 10px;
  }
  .mft-links li a:hover {
    color: #48C1F0;
    text-decoration: underline;
  }
      .mf-contact-title {
        font-size: 16px!important;
        font-weight: 600;
        position: relative;
        line-height: 24px;
        color: #DFF2FF;
        margin-bottom: 10px;
    }
    .mf-contact-title a{
      color: #DFF2FF;
    }
    .mf-contact-title a:hover{
      color: #B69E60;
    }.mft-item.center {
      width: -moz-available;
      width: -webkit-fill-available;
      width: fill-available;
  }
    .mft-item:last-child .mf-contact-title {
      text-align: right;
  }.mft-item:last-child ul.mft-links {
    border: none;
    padding: 0;
  }
     
  .mf-tel {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
  
  .mf-address {
    max-width: 204px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #A2D4F6;
  }
  .mf-mail {
    color: #333333!important;
    font-weight: 600!important;
  }
  .social-links {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
  }
    .social-links li {
      display: block;
      margin-right: 21px; }
      .social-links li:last-child {
        margin-right: 0;
    }
    .social-links li a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      width: 35px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -.01em;
      height: 35px;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s all;
  }
    .social-links li a:hover {
      color: #fff; }
      a.facebook {
        background: #0066FF;
    }
      .social-links li a.facebook:hover {
        background: #0066FF;
    }
    a.twitter {
      background: #00acee;
  }
    .social-links li a.twitter:hover {
      background: #00acee;
  }a.instagram {
    background: #CE2D95;
}
    .social-links li a.instagram:hover {
      background: #CE2D95;
  }
  .social-links li a.linkedin:hover {
    background: #0077B5;
}a.linkedin {
  background: #0077B5;
}
.social-links li a img {
    max-width: 15px;
    max-height: 15px;
}
  
  .mf-bottom {
    margin-top: 35px; }
    .mf-development {
      display: flex;
      justify-content: space-between;
  }
  .mf-copyright-text {
    font-size: 14px;
    font-weight: 400;
    color: #74767F;
    line-height: 24px;
    text-align: center;
  }
  .mf-copyright-text.bold {
    color: #1D3257;
    font-weight: 500;
    margin-top: 14px;
}

@media (max-width:1399px) {
    .footer-call-title {
      font-size: 14px;
  }
  .footer-call {
    font-size: 22px;
}
.mf-contact-title {
  font-size: 14px !important;
  line-height: 22px;
  color: #DFF2FF;
  margin-bottom: 8px;
}
ul.mft-links {
  padding-left: 10px !important;
}
.mft-links li a{
  font-size: 13px;
  line-height: 22px;
}
.social-links li {
  margin-right: 14px;
}
.mf-copyright-text {
  font-size: 14px;
}
}
@media (max-width:1199px) {
.mft-item:last-child ul.mft-links {
  padding: 0!important;
}
.footer-call:after {
  width: 40px;
  height: 37px;
}
.footer-call-title {
  padding-left: 0;
}
.footer-call{
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  padding-left: 0;
  line-height: 18px;
}
.mft-links li a {
  padding: 0 5px;
}
}
@media (max-width:991px) {
  .mf-top {
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
}
.mft-item {
  margin-bottom: 25px;
}
.mft-item:last-child .mf-contact-title {
  text-align: center;
}
.social-links[_ngcontent-lka-c11] {
  justify-content: center;
}
.mft-links li {
  text-align: center;
}
.mf-contact-title {
  text-align: center;
}
.mf-copyright-links a {
  text-align: center;
}
.mft-email {
  text-align: center;
}.footer-call-box a {
  width: 195px;
  display: block;
}
.footer-call-box {
  display: flex;
  justify-content: center;
}
.social-links {
  justify-content: center;
}
}

@media ( max-width: 575px ){
  ul.mft-links {
    flex-direction: column;
}
.mf-copyright-links {
  flex-direction: column;
}
.mf-copyright-links a:not(:last-child):after {
  content: "";
  position: absolute;
  margin-left: 0;
}
}

/* MAIN FOOTER */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  
  text-decoration: none;
}

.main-footer {
  background-color: #F7F7F8;
  padding: 80px 0 45px;
  border-top: 1px solid #E8EAEE; }
  .mf-logo-container {
    display: flex;
    justify-content: center;
    position: relative;
    
    margin-bottom: 30px;
}
  .mf-logo {
    position: relative;
}
.mft-email a:hover {
  color: #48C0EF;
}
.mft-email a {
  font-weight: 400;
  color: #74767F;
  font-size: 14px;
  line-height: 16px;
  transition: 0.3s all;
}

.mf-logo a {
  z-index: 1;
  position: relative;
}
.mf-top {
  display: -ms-flexbox;
  display: flex;
 
  -ms-flex-pack: justify;
  justify-content: space-between; }
.footer-call-box {
  text-align: right;
  margin: 0 0 15px;
}.footer-call-box a {
    width: 100%;
}.footer-call-title {
  color: #74767F;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.27em;
  padding-left: 0;
}.footer-call {
  color: #1B3258;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -.025em;
  width: 100%;
  display: block;
  position: relative;
  padding-left: 0px;
}.footer-call:after {
content: "";
  position: absolute;
  /* left: 0px; */
  top: -18px;
  background: url(/templates/website/Modern/assets/img/footer-headphones.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 24px;
  height: 40px;
  transition: all 0.4s;
}
  /* .mf-logo img {
    max-width: 150px;
} */
.mf-copyright, .mf-copyright a {
  color: #DFF2FF;
}
.mf-copyright a {
  color: #74767F;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}
.mf-copyright a:hover {
  color: #51C0EA;
  text-decoration: underline;
}

.mf-copyright-links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
  .mf-copyright-links a {
    display: block;
    position: relative;
   }
   .mf-copyright-links a:not(:last-child) {
    margin-right: 20px;
}
.mf-copyright-links a:not(:last-child):after {
    content: '|';
    position: absolute;
    margin-left: 10px;
}
    ul.mft-links {
  /* border-left: 1px solid #A2D4F6; */
  /* padding-left: 15px !important; */
  display: flex;
  justify-content: center;
  }
.mft-links li,
.mft-links li span,
.mft-links li a {
  display: block; }

.mft-links li {
  margin-bottom: 5px; }

.mft-links li span {
  color: #333333;
  font-size: 16px;
  font-weight: 800; }
  .mft-links li a {
    color: #74767F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 30px;
    padding: 0 10px;
}
.mft-links li a:hover {
  color: #48C1F0;
  text-decoration: underline;
}
    .mf-contact-title {
      font-size: 16px!important;
      font-weight: 600;
      position: relative;
      line-height: 24px;
      color: #DFF2FF;
      margin-bottom: 10px;
  }
  .mf-contact-title a{
    color: #DFF2FF;
  }
  .mf-contact-title a:hover{
    color: #B69E60;
  }.mft-item.center {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
  .mft-item:last-child .mf-contact-title {
    text-align: right;
}.mft-item:last-child ul.mft-links {
  border: none;
  padding: 0;
}
    /* .mf-contact-title:before {
      position: absolute;
      content: '';
      left: -17px;
      background: url(../img/location-icon.png) no-repeat 0 0;
      width: 12px;
      height: 18px;
  } */
.mf-tel {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px; }

.mf-address {
  max-width: 204px;
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #A2D4F6;
}
.mf-mail {
  color: #333333!important;
  font-weight: 600!important;
}
.social-links {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
}
  .social-links li {
    display: block;
    margin-right: 21px; }
    .social-links li:last-child {
      margin-right: 0;
  }
  .social-links li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 35px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.01em;
    height: 35px;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s all;
}
  .social-links li a:hover {
    color: #fff; }
    a.facebook {
      background: #0066FF;
  }
    .social-links li a.facebook:hover {
      background: #0066FF;
  }
  a.twitter {
    background: #00acee;
}
  .social-links li a.twitter:hover {
    background: #00acee;
}a.instagram {
  background: #CE2D95;
}
  .social-links li a.instagram:hover {
    background: #CE2D95;
}
.social-links li a.linkedin:hover {
  background: #0077B5;
}a.linkedin {
background: #0077B5;
}
.social-links li a img {
  max-width: 15px;
  max-height: 15px;
}

.mf-bottom {
  margin-top: 35px; }
  .mf-development {
    display: flex;
    justify-content: space-between;
}
.mf-copyright-text {
  font-size: 14px;
  font-weight: 400;
  color: #74767F;
  line-height: 24px;
  text-align: center;
}
.mf-copyright-text.bold {
  color: #1D3257;
  font-weight: 500;
  margin-top: 14px;
}

@media (max-width:1399px) {
  .footer-call-title {
    font-size: 14px;
}
.footer-call {
  font-size: 22px;
}
.mf-contact-title {
font-size: 14px !important;
line-height: 22px;
color: #DFF2FF;
margin-bottom: 8px;
}
ul.mft-links {
padding-left: 10px !important;
}
.mft-links li a{
font-size: 13px;
line-height: 22px;
}
.social-links li {
margin-right: 14px;
}
.mf-copyright-text {
font-size: 14px;
}
}
@media (max-width:1199px) {
.mft-item:last-child ul.mft-links {
padding: 0!important;
}
.footer-call:after {
width: 40px;
height: 37px;
}
.footer-call-title {
padding-left: 0;
}
.footer-call{
font-size: 20px;
margin-right: 5px;
position: relative;
padding-left: 0;
line-height: 18px;
}
.mft-links li a {
padding: 0 5px;
}
}
@media (max-width:991px) {
.mf-top {
  justify-content: space-between;
  flex-direction: column;
  align-content: center;
}
.mft-item {
margin-bottom: 25px;
}
.mft-item:last-child .mf-contact-title {
text-align: center;
}
.social-links[_ngcontent-lka-c11] {
justify-content: center;
}
.mft-links li {
text-align: center;
}
.mf-contact-title {
text-align: center;
}
.mf-copyright-links a {
text-align: center;
}
.mft-email {
text-align: center;
}.footer-call-box a {
width: 195px;
display: block;
}
.footer-call-box {
display: flex;
justify-content: center;
}
.social-links {
justify-content: center;
}
}

@media ( max-width: 575px ){
ul.mft-links {
  flex-direction: column;
}
.mf-copyright-links {
flex-direction: column;
}
.mf-copyright-links a:not(:last-child):after {
content: "";
position: absolute;
margin-left: 0;
}
}

 /* inner contact */
 .news .container {
  position: relative;
}
.news-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.025em;
  font-weight: 300;
  margin: 0 0 60px;
  color: #1D3258;
  text-align: center;
}
.news-title span {
  font-weight: 600;
}
.home-contact {
  text-align: center;
  margin: 75px 0;
}
.home-contact .news-title {
  margin: 0 0 10px;
}
.contact-with-us {
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.025em;
  color: #1B3258;
  text-align: center;
  margin-bottom: 20px;
}
.contact-us-button {
  font-weight: 500;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #fff !important;
  background: #48C0EF;
  padding: 9px 15px;
  border: 2px solid #fff;
  transition: 0.3s all;
}
.contact-us-button fa-icon {
  margin-left: 10px;
}
.contact-us-button:hover {
  background: #1D3257 
  !important;
}

@media (max-width:1199px) {
  .home-contact {
    margin: 50px 0;
}.news-title {
  font-size: 32px;
  line-height: 36px;
}.contact-with-us {
font-size: 20px;
line-height: 36px;
margin-bottom: 15px;
}
}

@media (max-width:767px) {
  .news-title{
    font-size: 24px;
    line-height: 28px;
}.contact-with-us{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}.home-contact{
margin: 30px 0;
}
}