.h-about .about-box h4{
	text-transform: none!important;
}
.testimonial .testimonial-top h4 {
	text-transform: none!important;
}

footer .f-menu {
    margin-top: 5px!important;
    padding-top: 14px!important;
}

footer {
    background: #263238;
    padding: 79px 0 14px!important;
}

.specialist {
    padding: 35px 0 85px;
}

/* Partners */

#allLogos {
  position: relative;
  width: 100%;
  margin:auto;
  z-index: 300;
  margin-left: 90px;
}

.textSP {
  overflow: hidden;
  width: 150px;
  background-color: #ddd;
  position: absolute;
  height: 20px;
  color: #557;
  font-weight: 600;
  text-align: center;
  top: 152px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in 1s;
  -moz-transition: all 0.2s ease-in 1s;
  -o-transition: all 0.2s ease-in 1s;
}

.ARTICLE {
  
  overflow: hidden;
  border: 1px solid rgb(217, 217, 217);
  display: block;
  float: left;
  height: 150px;
  position: relative;
  width: 150px;
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
}

img.topClientImage, img.botClientImage {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 145px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 145px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.ARTICLE:hover .textSP {
  top: 130px;
  opacity: 1;
}

img.topClientImage:hover {
  opacity: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}

img.botClientImage:hover {
  opacity: 1;
}

/*.botClientImage {
  opacity: 0;
}*/

.topClientImage {
  opacity: .2;
}

.come-in {
  transform: translateY(5px);
  opacity: 1;
  animation: come-in 2s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 2s;
}

.come-in:hover {
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .1);
    transform: translate3d(0, 7px,0)
}

@keyframes come-in {
  from {
    opacity : 0;
    top : 5px;
  }
  to {
    opacity : 1;
    top : 0;
  }     
}



.breadcrumb-area h2 {
    text-transform: none!important;
}

.service-three .service-box h6 {
    text-transform: none!important;
}

.welcome-area .welcome-box h4 {
    text-transform: none!important;
}

.service-three .service-top h4 {
    text-transform: none!important;
}

.specialist .specialist-top h4 {
    text-transform: none!important;
}
footer .qlink h4 {
    text-transform: none!important;
}
footer .tpost h4 {
    text-transform: none!important;
}
footer .newsletter h4 {
    text-transform: none!important;
}
footer .findus h4 {
    text-transform: none!important;
}

.simply-scroll .simply-scroll-list li img {
    border: 1px solid #cac1c1!important;
    border-radius: 5px;
}

.area{
  /*text-align:center;
  font-size:6.5em;*/
  color:#fff;
  letter-spacing: 2px;
  font-weight:400;
  /*text-transform:uppercase;*/
  animation:blur .75s ease-out infinite;
  text-shadow:0px 0px 5px #fff,
      0px 0px 7px #fff;
}

@keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}

.area:hover{
  animation: paused;
}

.contact-two .contact-form h4{
  text-transform: none;
}

/*******loader css start********/
#aqsloader {
  /*background-color: #000000;*/
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}
.loading {
    width: 100%;
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -90px;
}
.loading svg {
  width: 100%;
  height: 100%;
}
.loading #pulsar{
  stroke-dasharray:281;
  -webkit-animation: dash 2.5s infinite linear forwards;
}
@-webkit-keyframes dash{ from{stroke-dashoffset:814;} to {stroke-dashoffset:-814;}}
/*******loader css end*******/

.blog-details .blog-d-box .image-content ul li a:hover {
    color: #ffffff!important;
}

.blog-details .blog-d-box .image-content ul li a:hover .btn i {
    color: #ffffff!important;
}
.logo-area .main-menu ul li a {
  margin-right: 0!important;
}

.countdown{
  font-size: 12px!important;
  font-weight: 800!important;
}

.blog .blog-box .blog-heading .heading-box ul li a:hover {
    color: #ffffff!important;
}

.headli ul li form {
    width: 190px;
    position: relative;
}

.headli ul li form input {
    width: 100%;
    height: 38px;
    border: 1px solid #dddddd;
    background: transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding-left: 15px;
}

.headli ul li form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
}
/*services*/

.essentialSide img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: auto;
}


.essentialSide {
    width: 95%;
    max-width: 1170px;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    min-height: 534px;
}

.essentialSide .otherZone {
    float: left;
    width: 65.81196581196581%;
    max-width: 770px;
}
.essentialSide .otherZone #acibademDanisma {
    transition: ease 0.5s;
    float: right;
    width: 48.05194805194805%;
    max-width: 370px;
    min-height: 405px;
    background-color: #fbf7f9;
}

.essentialSide .otherZone #acibademDanisma h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #daaec9;
    padding-top: 20px;
    padding-bottom: 15px;
}

.essentialSide .otherZone #acibademDanisma ul#acibademDanismaContents {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0px;
    margin-top: 43px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    list-style-type: none;
}

.essentialSide .otherZone #acibademDanisma ul#acibademDanismaContents li {
    float: none;
    display: inline-block;
    width: 50%;
    max-width: 138px;
    height: 109px;
    text-align: center;
    padding-bottom: 5px;
}

.essentialSide .otherZone #acibademDanisma ul#acibademDanismaContents li a {
    transition: ease 0.3s;
    display: block;
    width: 100%;
    max-width: 138px;
    height: 109px;
    font-size: 18px;
    line-height: 18px;
    color: #c08aab;
    text-decoration: none;
}
.essentialSide .otherZone #acibademDanisma ul#acibademDanismaContents li#hastaneler img {
    width: 100%;
    max-width: 45px;
    margin-bottom: 10px;
}
.essentialSide .otherZone #acibademDanisma ul#acibademDanismaContents li a img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.essentialSide .otherZone #acibademDanisma ul#acibademDanismaContents li a span {
    display: block;
}
.essentialSide .otherZone #acibademDanisma ul#acibademDanismaContents li a {
    transition: ease 0.3s;
    display: block;
    width: 100%;
    max-width: 138px;
    height: 109px;
    font-size: 18px;
    line-height: 18px;
    color: #c08aab;
    text-decoration: none;
}

.essentialSide .otherZone #acibademOnline {
    transition: ease 0.5s;
    float: left;
    width: 48.05194805194805%;
    max-width: 370px;
    min-height: 405px;
    margin-right: 2.564102564102564%;
    background-color: #f2fbfd;
}
.essentialSide .otherZone #acibademOnline h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #80d4ec;
    padding-top: 20px;
    padding-bottom: 20px;
}
.essentialSide .otherZone #acibademOnline a#onlineHeaderLink {
    display: block;
    width: 95%;
    max-width: 175px;
    margin-right: auto;
    margin-left: auto;
}
.essentialSide .otherZone #acibademOnline a#onlineHeaderLink img {
    display: block;
    width: 100%;
    max-width: 175px;
}
.essentialSide .otherZone #acibademOnline p {
    margin: 0px;
    margin-top: 13px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #419eb9;
}
.essentialSide .otherZone #acibademOnline form#loginForm {
    width: 95%;
    max-width: 272px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
}

.essentialSide .otherZone #acibademOnline a.becomeAMember {
    display: block;
    width: 100%;
    max-width: 140px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #419eb9;
    text-decoration: none;
    text-align: center;
}
.essentialSide .otherZone #acibademOnline form#loginForm input[type="text"] {
    transition: ease 0.5s;
    display: block;
    width: 100%;
    max-width: 272px;
    height: 42px;
    border: none;
    margin-bottom: 10px;
    text-indent: 43px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    color: #b9b9b9;
}

.essentialSide .otherZone #acibademOnline form#loginForm input[type="submit"] {
    transition: ease 0.5s;
    display: block;
    width: 100%;
    max-width: 272px;
    height: 42px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #FFF;
    background-color: #9cc988;
    cursor: pointer;
}

.essentialSide .otherZone #acibademOnline a.becomeAMember {
    display: block;
    width: 100%;
    max-width: 140px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #419eb9;
    text-decoration: none;
    text-align: center;
}
.essentialSide #acibademHayat {
    transition: ease 0.5s;
    float: right;
    width: 31.62393162393162%;
    max-width: 370px;
    min-height: 405px;
    background-color: #fff8e7;
}

.essentialSide #acibademHayat h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #fcb710;
    padding-top: 20px;
    padding-bottom: 20px;
}

.essentialSide #acibademHayat a {
    text-decoration: none;
}
.clearEmAll {
    clear: both;
    height: 0px;
}


.logo-area .main-menu ul li a {margin-right: 0}
.headli ul li form {
    width: 190px;
    position: relative;
}

.headli ul li form input {
    width: 100%;
    height: 29px;
    border: 1px solid #dddddd;
    background: transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding-left: 15px;
}

.headli ul li form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
}

.home-slider .slider-wrapper .slider-item {
    width: 100%;
    /*height: 440px!important;*/
    height: calc(100vh - 168px)!important;
}

.counter-area .counter-box h6 {
    text-transform: none;
}


.services div h2 a{
    margin-right: auto;
    margin-left: auto;
    font-size: 24px!important;
    color: white!important;
}

.services div h2{
    padding-top: 20px;
    padding-bottom: 20px;
}

.servicediv{
    min-height: 230px;
} 
.servicep{
    padding: 15px 15px 15px 15px;
    text-align: left;
} 

.altdepartment hr {
    border-top: 1px solid #007bff;
    width:70%;
}

.altdepartment a {color: #000;}


.card{
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}


.card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}

.addbutton{
    padding:10px;
}

.about-service {
    padding: 19px 0 0px;
}
footer a {
    color: #8d8e92!important;
}
footer .findus ul li i {
    font-size: 15px;
    color: #fff;
    width: 35px;
}
footer .qlink ul li i {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
footer .tpost ul li i {
    font-size: 32px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    float: left;
    height: 42px;
}
.dropdown-menu{
    min-width: 4rem;
}
.ru {
    margin-left: 0px!important;
}
.langs a{
    padding: 15px;
}
.msearch-bar {
    width: 100%;
}
.headli ul li form input{
    width: 100%;
}
.headli ul li form{
    width: 100%;
}
.btnlang{
    background-color: transparent!important;
}

.breadcrumb-area{
    padding: 15px 0;
}
.blog .blog-box .blog-heading .heading-box h6 a{
    font-size: 15px;
    font-family: arial!important;
}
.blog .blog-box .blog-heading .heading-box h6 a:hover {
    color: rgb(0, 0, 0);
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell p{
    color:white;
}

.home-slider .slider-wrapper .slider-item .slider-table .slider-tablecell h1{
    color: white;
}
.logo-area .main-menu ul li a{
    padding: 25px 0 20px;
}
#acount{
    font-size: 23px;
}

.keffect{
  color:#fff!important;
  font-weight:400;
  background-color: #dc3545;
  /*text-transform:uppercase;*/
  animation:keffect .75s ease-out infinite;
  text-shadow:0px 0px 5px #fff,
      0px 0px 7px #fff;
}

@keyframes keffect{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}

.keffect:hover{
  animation: paused;
}




.modal-dialog {
     max-width: 100%; 
    margin: 1.75rem auto;
}
.onqeydform{
    max-width: 500px;
}
.onqeydimg{
    max-width: 499px;
    margin-right: -5px;
    z-index: 99999;
    padding-top: 1px;
}

.onlineformmodal{
    transform: translate(14%,0)!important;
}
.slider-para{
    padding-left: 00%;
}
@media (min-width: 768px){
   .slider-para{
        padding-left: 40%;
    }
}


.home-slider .slider-wrapper .owl-nav .owl-next{
    background: rgb(0, 141, 206);
}
.home-slider .slider-wrapper .owl-nav .owl-prev{
    background: rgb(0, 141, 206);
}
.counter-box h6{
    font-family: Arial;
}
.mobile-top-bar{
  display: none;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
  .breadcrumb-area {
    padding: 20px 0;
    position: relative;
    margin-top: 70px;
  }
  .mean-container .mean-bar{
  /*top: 40px;*/
  }
  .mobile-top-bar{
    display: block;
    float: none;
    z-index: 999;
    text-align: center;
    padding: 10px 0 15px;
    position: absolute;
    top: 10px;
    right: 0;
    width: 20%;
  }
  .mean-container .mean-bar .mean-nav a img {
      margin-top: 6px;
      margin-right: 0px;
      max-width: 150px;
  }
}

@media only screen and (max-width: 990px) {
  .onqeydimg{
    display: none!important;
  }
  .onlineformmodal{
    transform: none!important;
  }
  .logo-area .main-menu ul li a{
    letter-spacing: 0!important;
    font-size: 12px!important;
    margin-right: 0!important;
  }
}

.online-btn-test{
  text-align: center;
}

.online-btn-test button {
    color: #fff;
    background: rgb(0, 141, 206);
    padding: 7px 20px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin-top: 15px;
}

.main-menu .list-inline-item {
    text-transform: uppercase;
}

.main-menu .list-inline-item:not(:last-child) {
    margin-right: 1.5rem!important;
}

[lang=ru] .main-menu .list-inline-item:not(:last-child) {
    margin-right: 1rem!important;
}

.logo-area .main-menu ul li a {
    font-size: 17px;
}