html {  overflow-x: hidden;}
body {    overflow: hidden;
  line-height: 1.6;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #222;
      letter-spacing: -1px;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}
.skiptranslate { display: none !important; } 
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
.goog-text-highlight{background-color:transparent!important;box-shadow:none!important;}
.navbar-expand-lg {
box-shadow: 0 0 15px 0px rgb(9 29 62 / 60%);
    z-index: 1000;
    transition: transform .1s;
    background: #223a66;
    padding: 0;
}
.fixed-top {background: #223a66;
	    top: -40px;
	    transform: translateY(40px);
	    transition: transform .4s;
		box-shadow: 0 0 15px 0px rgb(9 29 62 / 20%);z-index: 1000;
}
.section.secbottom {padding: 0px 0px 80px 0;}
.navbar-toggle .icon-bar {
  background: #223a66;
}
.navbar-collapse {
    flex-grow: 0;
    align-items: center;
}
nav#navbar:before {
    content: "";
    width: 35%;
    height: 128%;
    background: #fff;
    position: absolute;
    z-index: 0;
    box-shadow: 0 0 20px 4px rgb(9 29 62 / 30%);
    left: -44px;
    transform: skewX(-30deg );
    border-radius: 0px 10px 20px 0px;
}
input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}
.accordion-item {
    background-color:#f4f2ef;
margin-bottom: 10px;
border:none;
    border-radius: 15px !important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.25rem;
    font-size: 15pt;
    font-weight: 800;
    color: #223a66;
    text-align: left;
    background-color: #f4f2ef;
    border: 0;
    border-radius: 20px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button:not(.collapsed) {
    color: #e12454;
	font-size: 15pt;
    font-weight: 800;
	background-color: #f4f2ef;
    box-shadow: none;

}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: auto;
    font-size: 32px;
	    font-weight: 100;
    content: "-";
    color: #e12454;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
content: "+";
color: #fff;
    transform: rotate(-180deg);
    background: #e12454;
}
.icofont-navigation-menu:before {
    content: "\efa2";
    font-size: 22pt;
    color: #ffffff;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}
.appomed {
	overflow:hidden;
	 padding: 0;
	     position: relative;margin-bottom: 100px;
}
.section.appomed:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #0e2e5f;
   /* background-image: linear-gradient(360deg,#173b95 5%,#0e2e5f 70%);*/
}
.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}
.list-unstyled::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #fff;
}

.list-unstyled::-webkit-scrollbar
{
width: 4px;
background-color: red;
}

.list-unstyled::-webkit-scrollbar-thumb
{
background-color: #b91e47;
border: 1px solid #dc1921;
}  
.callens { position: absolute;
    bottom: -20px;
    right: 27%;
    font-size: 15pt;
    background: #223a66;
    padding: 10px;
    border-radius: 50%;
    border: 3px solid;box-shadow: 0px 0 17px 5px rgb(9 29 62 / 41%);
	    -webkit-animation: ripple-kara 1.5s linear infinite;
    animation: ripple-kara 1.5s linear infinite;
    -webkit-transition: .1s linear;}
	.callens:hover {     transform: scale(1.2);background: #c71242;}
@keyframes ripple-kara {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(0, 0, 0, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(0, 0, 0, 0.1), 0 0 0 25px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(0, 0, 0, 0.1), 0 0 0 25px rgba(0, 0, 0, 0)
    }
}

.icalti {
    position: relative;
    bottom: -75px;
}
.icalti img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    z-index: 0;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: rgb(34 58 102);
    background: linear-gradient(268deg, rgb(34 58 102) 19%, rgb(186 30 71) 100%);
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}
.text-white.headbas {
    color: #fff!important;
	padding-top: 40px;
	font-size: 2.5rem;
	font-family: "Rubik", sans-serif;
    font-weight: 700;
}
/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

 a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 60px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
/*  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);*/
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}
.clients-logo .slick-slide img {
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    height: 160px;
	display: inline;
}

.testimonials-item.med {
    margin-right: 0px;
    box-shadow: none;
   /* border-radius: 16px;*/
  line-height: 22px;
    border: none;
    transition: all 0.6s ease 0s;
    margin-bottom: 0px;
        overflow: hidden;
		margin-right: 20px;
    border-radius: 14px;
}
.customer-photo.med {
    height: 420px;
	    margin: -8px;
}
.customer-photo {
    z-index: 120;
    position: relative;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}
.customer-photo.med::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
background: linear-gradient(to top,rgb(34 58 102 / 93%) 10%,rgb(36 42 225 / 23%) 40%,rgba(22,22,23,0) 100%,rgba(0,0,0,0) 100%);
   /* border-radius: 10px;*/
    opacity: 1;
}
.customer-photo.med::after {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    margin: 1.4rem;
    border: 1px solid rgba(255,255,255,.5);
clip-path: polygon(0 calc(100% - 6rem),0 100%,6rem 100%,1rem 0,0 0,0 1rem,100% 1rem,100% 0,calc(100% - 1rem) 0,calc(100% - 6rem) 100%,100% 100%,100% calc(100% - 10rem));
    z-index: 555;
border-radius:10px}
.biric {
position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 10px;
    width: 100%;
    z-index: 8;
    transition: all 0.4s linear;
    text-align: center;
}

.imgcover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
.item-comment h3 {       margin-bottom: 30px;
line-height: 1;
    color: #fff;
    font-size: 24pt;
    font-weight: 800;
    transition: all 0.2s linear;
}
.testimonials-item:hover .imgcover{
	 transition: all 0.5s linear;
transform: scale(1.1);
}
.testimonials-item:hover .biric{
 bottom: 30px;
}
.testimonials-item:hover .item-comment h3{
color: #fb8900;
}
.testimonials-item:hover .customer-photo.med::after {
clip-path: polygon(0 calc(100% - 3rem),0 100%,18rem 100%,3rem 0,0 0,0 13rem,100% 3rem,100% 0,calc(100% - 18rem) 0,calc(100% - 3rem) 100%,100% 100%,100% calc(100% - 13rem));
/*clip-path: polygon(0 calc(100% - 3rem),0 100%,3rem 100%,3rem 0,0 0,0 3rem,100% 3rem,100% 0,calc(100% - 3rem) 0,calc(100% - 3rem) 100%,100% 100%,100% calc(100% - 3rem));*/
margin: 1rem;
}
.biryaz {    line-height: 1.2;
    font-size: 11pt;
    height: 50px;
    overflow: hidden;
    color: #fff;
    padding: 0px 18px;
    margin-bottom: 12px;}
	
	
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 40px;
}

.gray-bg {
/*  background: #f4f9fc; */
}
.yorumlarbg {
    background: #dbe5eb;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #223a6682;
    border-radius: 30px;
	transition: all 0.2s linear;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c71242;
    transform: scale(1.5);
}
@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 10px 0px;
}

#navbarmain .nav-link {
    font-weight: 500;
    padding: 10px 14px;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .25s ease;
    text-align: center;
}

#navbarmain .nav-link.randev {background: #c71242;
    color: #fff;
    border-radius: 0px 0px 30px 30px;
    margin: 0 10px;
    position: absolute;
    top: 0px;    box-shadow: 0px 9px 8px 0px rgb(9 29 62 / 27%);
    padding: 42px 10px;}
a.nav-link.randev:before {
    content: "";
    width: 150%;
    height: 40px;
    background: #223a66;
    position: absolute;
    top: -30px;
    left: -28px;
    border-radius: 50%;
    filter: blur(8px);
    overflow: hidden;
}
.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
 /* margin-top: 10px; */
 z-index: 1;
}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #e12454;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}

.header-top-bar {
  background: #b91e47;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
  z-index: 1001;
    overflow: hidden;
    position: relative;
}
.offcanvas-end {
    width: 360px;
}
.top-bar-info li a {
  color: #fff;
  margin-right: 8px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  font-size: 24pt;
  color: #fff;
  margin-right: 10px;
}
.block.text-center {
    text-align: left!important;
	position:relative;
	z-index:5
}
.bg-1 {
  background: url("../images/dsa.jpg");
  background-size: cover;
      background-position: center center;
  position: relative;
}
.banner-tasiyici { 
}

.togos {
    display: flex;
    align-items: center;
}
.togos span {
padding-left: 20px;
}
/*---------------sag menu---------------------*/
.sag_menu{
    width: 100%;
    height: auto;
    background: #162447;
    overflow: hidden;
}
.sag_menu li{
  text-decoration: none;
    color:white;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	}
.sag_menu .btn{
    color: #fff;
    text-align: left;
    display:block;
    padding: 1rem;
    border-bottom: solid 1px #1b1b2f;
    border-top: solid 1px #1f4068;
    position: relative;
}

.sag_menu .submenu {
    background: #1b1b2f;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease-out;
}

.sag_menu .submenu a{
    color: #fff;
    display:block;
    padding: 1rem;
    position: relative;
}

.sag_menu .submenu a::before{
    content:'';
    display:block;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 5px;
    background: #e43f5a;
    opacity: 0;
    transition: all .5s;
}

.sag_menu .submenu a:hover{
    padding-left: calc(1rem + 5px);
}

.sag_menu .submenu a:hover::before{
    opacity: 1;
}

.item:target .submenu{
    max-height: 20rem;
}

/*----------------banner ---------------*/

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  height: 650px; 
  transition: all .5s ease;

}

.banner .block {
  padding: 100px 0px 120px;
}
/*section.banner.bbg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00035a5e;
    z-index: 1;
}*/
.banner .block .mt-3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -3.2px;
 /* text-transform: capitalize;*/
  color: #223a66;
}
.banner .service-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
}
.banner .service-icon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
   border-radius: 50px;
    box-shadow: 0px 0px 30px 0px rgb(115 115 115 / 26%);
}
.banner .service-icon li i {
font-size: 4em;
color: #223a66 !important;
}
.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}
.text-lg-right {
    text-align: right;
}
	.text-lg-right.whatsapp {
  display:none
}
@media (max-width: 992px) {
	
  .banner {  }
}

@media (max-width: 900px){
.container, .container-md, .container-sm {
    max-width: 100%;
}
nav#navbar:before { width: 440px;}
}
@media (max-width: 768px) {
	nav#navbar:before { width: 70%;}

  .banner .block .mt-3 {
    font-size: 50px;
    line-height: 50px;
  }
  .banner {
	   height: 500px;
  }
  .banner .service-icon li {
    width: 80px;
    height: 80px;
}
.banner .service-icon li i {
font-size: 3em;
}
}
@media (max-width: 480px) {
	.text-lg-right {
    text-align: right;
    position: absolute;
    right: 0px;
    top: 2px;
}
	.text-lg-right.whatsapp {
		display:block;
    right: 40px;
}
	.text-lg-right .h4 {
    display:none;
}
  .banner .block .mt-3 {
    font-size: 30px;
    line-height: 30px;
  }
  .banner {
    height: 560px;
  }
  .banner .block {
    padding: 60px 0px 80px;
}
}
@media (max-width: 400px) {
	nav#navbar:before { width: 280px;    border-radius: 0px 10px 10px 0px;}
  .banner .block .mt-3 {
    font-size: 28px;
    line-height: 30px;
  }
  .banner {
    height: 520px;
  }
    .banner .block {
    padding: 38px 0px 50px;
}
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
    height: 55px;
    border-radius: 40px;
    margin-bottom: 10px;
    font-size: 11pt;
    padding: 0px 20px;
    background: none;
    border: 2px solid #e6e8eb;
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -40px;
}

.feature-item {
  flex-basis: 33.33%;
  z-index:5;
  position: relative;
  padding: 40px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #fff;
}

.feature-item h4 {
  color: #fff;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}


.feature-item.pembe {
    background: #e12454;
    color: #fff;
    margin-top: -40px;
    border-radius: 15px 15px 0px 15px;
}
.feature-item.pembe:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 4px;
    background-color: #223a66;
}
.feature-item.mavi {
    background: #214381;
    color: #fff;
}
.feature-item.kmavi {
    background: #223a66;
    color: #fff;
    border-radius: 0px 15px 15px 0px;
}
@media (max-width: 992px) {
	.pembe,.mavi,kmavi {
	 margin-bottom: 0rem!important;		
	}
	.feature-item.pembe {
   border-radius: 15px 15px 0px 0px;
}
.feature-item.kmavi {
    border-radius: 0px 0px 15px 15px;
}

 .yorum_say {margin-top:150px}
}
.w-hours li {
  padding: 6px 0px;
    border-bottom: 1px solid rgb(34 58 102 / 81%);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 40px;
  position: relative;
}

.counter-stat i {
    display: block;
    font-size: 40px;
    position: absolute;
    top: 64px;
    background: #223a66;
    padding: 9px 5px;
    width: 60px;
    color: #fffdfd;
    height: 60px;
    border-radius: 50%;
    animation: ripple-kara 2s linear infinite;
}

.counter-stat span {
  font-size: 60px;
  color: #223a66;
}

.counter-stat p {
  margin-bottom: 0px;
}

.mb--80 {
  margin-bottom: -80px;
}

.hizbuton {background: #c71242;
    color: #fff;
    bottom: -30px;
    position: ;
    position: relative;
    line-height: 2.4;
    border-radius: 20px 20px 0px 0px;}
.service {
 /* padding-top: 180px; */
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 12px;
border-radius: 50px 8px;
   border: 1px solid rgb(0 0 0 / 6%);
    box-shadow: 0 0 21px rgb(21 40 82 / 17%);
}

.service-block img {
    width: 100%;
    height: 300px;
    border-radius: 36px 12px;
    border: 5px solid #fff;
    object-fit: cover;
    object-position: center center;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}
.department-block.mb-5 {
	    margin: 8px 24px 8px 0px;
    padding: 10px;
    box-shadow: 0 0 13px 1px rgb(9 29 62 / 6%);
    border-radius: 10px;
	background:#fff;
	transition: all .3s linear
}
.department-block.mb-5:hover {
    -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
}
.department-block img {
border-radius: 8px;
width: 100%;
height: 300px;
   object-fit: cover;
    object-position: center center;
}
.department-block .debolum {
    background: #e12454;
    display: inline-block;
    padding: 1px 12px;
    color: #fff;
    border-radius: 16px;
    font-size: 10pt;
    margin-left: 20px;
    top: -14px;
    position: relative;
}
.department-img img {background: #fff;border-radius: 36px 12px;margin-top: -150px;z-index: 500; position: relative;border: 8px solid #ffffff; box-shadow: 0px -20px 30px 0px rgb(9 29 62 / 29%);}
.doctors .btn-group .btn {
  background: #f0ecec;
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
   overflow: hidden;
    padding: 6px;
    background: #e9edf3;
    border-radius: 8px;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgb(112 112 112 / 17%);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
  width: 100%;
	height: 270px
}
.doctor-inner-box .doctor-profile .sayfagal-img {
  transition: all .35s ease;
  width: 100%;
	height: 230px
}
.doctor-img,.sayfagal-img img {    
object-fit: cover;width: 100%;height:100%;
    object-position: center center;}
.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .department-img img {margin-top: 25px;}
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
.top-bar-info ol, ul {
    padding-left: 0;
}
.top-bar-info .list-inline-item:not(:last-child) {
    margin-right: 0px;
}
  .doctors .btn-group {
    display: block;
  }
  .feature-item.pembe {
     margin-top: 20px;
}
.banner .service-icon {

}
.banner .service-icon li {
    width: 60px;
    height: 60px;
}
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}


.mb-30 {
  margin-bottom: 30px;
}
.mdform {    
background: #fff;
    border-radius: 20px;
    padding: 10px;
	box-shadow: 0 0 20px 4px rgb(9 29 62 / 30%);
	}
.mdformcen {z-index:5;
    position: relative;
}
.text-color-primary {
  color: #223a66;
}
/*.cta-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  background: rgb(3 15 37 / 47%);
}*/
.cta-section {
  /*  background: url(../images/bg/) no-repeat 50% 50%;*/
    background-size: cover;
    position: relative;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/cozum.jpg") no-repeat;
      background-position: center center;
    background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}

.testimonial:before {

}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
  background:#fff;
      padding: 6px;
    border-radius: 15px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;    color: #bb1e48;
}

.testimonial-block i {
color: #ff9f40;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
    background: #fff;
    padding: 30px;
    margin: 0px 4px;
    margin-bottom: 30px;
    border-radius: 24px;
    transform: scale(.8);
    opacity: .7;
    filter: blur(1px);
    transition: all 0.3s ease-in-out;
}
.active.center .testimonial-block.style-2 {
    transform: scale(1);
    opacity: 1;
    filter: unset;
	box-shadow: 0px 16px 20px 2px rgb(34 58 102 / 15%);
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
    object-position: center center;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
border-top: 1px solid #dbe5eb;
    clear: both;
    background: transparent;
    padding-top: 15px;
}
.yildizs {}
.yildizs i {}
@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .navbar .img-fluid {
    height: auto;
    width: 190px;
}
  .testimonial::before {
    display: none;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
}
.top-bar-info .headsos { margin-right: 0px;}

.icalti {
    position: relative;
    bottom: -22px;
}
.page-title {
    padding: 0px 0px 20px 0px;
    position: relative;
}
}



@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}
input[name="shuffle-filter"] {
	display:none	
}
.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.blogus .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blogus .menu-content::before, .blogus .menu-content::after {
  content: "";
  display: table;
}
.blogus .menu-content::after {
  clear: both;
}
.blogus .menu-content li {
  display: inline-block;
}
.blogus .menu-content a {
  color: #fff;
}
.blogus .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.blogus .wrapper {
  background-color: #fff;
  min-height: 480px;
  position: relative;
  overflow: hidden;
}
.blogus .wrapper:hover .data {
  transform: translateY(0);
}
.blogus .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.blogus .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.blogus .author {
  font-size: 12px;
}
.blogus .title {
  margin-top: 10px;
  font-weight: 700;
    line-height: 1.2;
}
.blogus .text {
  height: 30px;
  margin: 0;
}
.blogus input[type=checkbox] {
  display: none;
}
.blogus input[type=checkbox]:checked + .menu-content {
  transform: translateY(-60px);
}

.example-2 .wrapper {
    margin-right: 24px;
    border-radius: 20px;
}
    
.wrapper::before{content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
	    transition: all .5s;
    background: linear-gradient(to top,rgb(1 25 68 / 93%) 10%,rgb(9 19 56 / 33%) 40%,rgb(36 0 255 / 9%) 100%,rgba(0,0,0,0) 100%);
	}
.example-2 .wrapper:hover::before {    transition: all .5s;
    background: linear-gradient(360deg, rgb(0 22 63 / 83%) 19%, rgb(218 0 57 / 62%) 100%);
}
.hizmets .center .wrapper::before {  background: linear-gradient(360deg, rgb(0 22 63 / 83%) 19%, rgb(218 0 57 / 62%) 100%);}
.example-2 .wrapper:hover .menu-content span {  transform: translate(-50%, -10px); opacity: 1;}
.hizmets .center .example-2 .data {  transform: translate(0%, 20px); opacity: 1;}
.example-2 .data { color: #fff; transform: translateY(calc(70px + 4em));}
.example-2 .title a {
  color: #fff;
      font-size: 26pt;
    letter-spacing: -1px;
}
.example-2 .button {
    display: block;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 600;
    background: #c71242;
    padding: 10px;
    border-radius: 6px;
}
.example-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.example-2 .button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}
/*-------------------------------------*/


.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #e12454;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #e12454;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
    background: #ffffff;
    padding: 25px;
    border-radius: 50px 8px;
    box-shadow: 0px 7px 14px 0px rgb(9 29 62 / 13%);
	margin-top: -90px!important;
    position: relative;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
.sidebar-widget.schedule-widget {margin-top: 10px!important;}
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}
.footer .newsletter-area {
    margin-top: -190px;
}
.arabizi {
    padding: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    margin-bottom: 70px;
    border-radius: 20px;
    color: #0a3380;
    position: relative;
    overflow: hidden;
}
.arabizi .BsInfo {
    width: 35%;
    float: left;
    padding-right: 25px;
    z-index: 1;
    position: relative;
}
.arabizi .BsFormBox {
    width: 65%;
    float: left;
    padding-left: 25px;
    z-index: 1;
    padding-top: 27px;
    position: relative;
}
.arabizi .BsInfo h2 {
    font-size: 30px;
    margin: 0 0 20px;
    color: #0a3380;
}
.arabizi .BsInfo p {
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
    color: #111f3a;
}
.BsFormInput {
    float: left;
    width: 35%;
    padding: 0 15px;
}
.bs-form-control {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    color: #0a3380;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid rgba(38,34,98,0.4);
    width: 100%;
    transition: all 0.5s;
    height: 54px;
}
.btn-bsform {
    border-radius: 50px;
    height: 54px;
    width: 100%;
    background-color: #c71242;
    color: #fff;
    border: 0;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    line-height: 44px;
    padding: 5px 5px 5px 25px;
    transition: all 0.5s;
}
.arabizi::before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: rgba(38,34,98,0.02);
    width: 100%;
    height: 300%;
    top: 0;
    margin-top: -17%;
    left: 35%;
    border-radius: 50% 0 0 50%;
    z-index: 0;
}
.BsFormButton {
    float: left;
    width: 30%;
    padding: 0 0 0 30px;
}
.btn-bsform span {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    color: #fff;
    background-color:#1d2a4d;
    float: right;
    line-height: 44px;
    font-size: 22px;
    text-align: center;
    transition: all 0.5s;
}
@media (max-width: 767px){
.BsFormInput {
    width: 100%;
    padding: 0;
    float: none;
    margin: 10px 0;
}
.arabizi .BsInfo {
    padding: 0;
    float: none;
    width: 100%;
}
.arabizi .BsFormBox {
    padding: 40px 0 0;
    float: none;
    width: 100%;
}
.BsFormButton {
    width: 100%;
    padding: 0px;
    float: none;
    margin-top: 30px;
}
}
@media (max-width: 520px){
.appomed {margin-bottom: 0px;}
.footer .newsletter-area {
    margin-top: 0px; 
}
}

.footer {
  padding-bottom: 10px;    background: #0a275e;margin-top: 100px;
}
.fotsoli {    position: relative;
    border-radius: 15px;
    margin-right: 5%;	
}
.fotsoli .mb-lg-0 {
}
.footer .copyright a {
  font-weight: 600;
}
#fotlogo {filter: brightness(0) invert(1);}
.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #fff;
}

.widget .footer-menu a {
      color: rgb(255 255 255 / 60%);
}

.widget .footer-menu a:hover {
  color: #e12454;
}
.footer .mt-2 a {
    color: #fff;
    font-size: 16pt;
    font-weight: 500;
	margin-left:10px;
}
.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 42px;
}

.footer-btm {
border-top: 2px solid rgb(255 255 255 / 6%);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
    padding-top: 5px;
    font-size: 18pt;
}
.top-bar-info .headsos {
    width: 30px;
    height: 30px;
    background: #223a66;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 13pt;
    border-radius: 100%;
    padding-top: 2px;
}
.headit {
	margin-right:0px	
}
.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #e12454;
  z-index: 9999;
  display: inline-block;
  right: 35px;
  width: 35px;
  height: 50px;
  bottom: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 440px) {
  .footer-socials li a {
	margin-right: -5px;
}
}
@media (max-width: 400px) {
  .footer-socials li a {
    width: 36px;
    height: 36px;
    padding-top: 6px;
	margin-right: -5px;
}
}
/*------- sag menu------*/
.showcode{
  background: rgb(232, 216, 49);
  color: rgba(124, 98, 152, 1);
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 1em;
  bottom: 0;
  margin-bottom: -15px;
  border-radius: 100%;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: all .3s;
}
.viewCode .showcode{
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  box-shadow: 0px -2px 5px 0 rgba(0, 0, 0, 0.26);
}
.icon-nocode, .icon-yepcode{
  transition: opacity .3s;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  line-height: 40px;
}
.icon-nocode{
  opacity: 0;
}
.viewCode .icon-nocode{
  opacity: 1;
}
.viewCode .icon-yepcode{
  opacity: 0;
}
.panel{
  width: 90%;
  position: relative;
  max-width: 650px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #F5F5F5;
  border-radius: 3px;
  overflow: hidden;
}
article{
  min-height: 180px;
  padding: 1em;
  font-weight: 200;
  line-height: 1.5em;
  position: relative;
}
footer{
  padding: 0.3em 1em 1em;
}
footer a, footer a:active, footer a:visited{
 /* color: inherit; */
}
.code{
  position: absolute;
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: scroll;
  background: rgba(124, 98, 152, 0.94);
  color: rgba(245, 247, 247, 0.92);
  padding: 0em 1em;
  transition: all .4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.code p:first-child{
  margin-top: 2em;
}
.code a{
  color: rgba(232, 216, 49, 0.9);
}
.viewCode .code{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.36);
}
.actions{
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 1em;
  border: none;
  background: none;
  transition: color .2s;
  cursor: pointer;
}
.actions:hover{
  color: rgb(30, 30, 171);
  background: #F5F5F5;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.striked{
 text-decoration: line-through;
}
.mfb-component--tl{
  animation: fromTop 1s 1;
  -webkit-animation: fromTop 1s 1;
}
.mfb-component--tr{
  animation: fromTop 1.3s 1;
  -webkit-animation: fromTop 1.3s 1;
}
.mfb-component--br{
  animation: fromBottom 1.6s 1;
  -webkit-animation: fromBottom 1.6s 1;
}
.mfb-component--bl{
  animation: fromBottom 1.9s 1;
  -webkit-animation: fromBottom 1.9s 1;
}
@keyframes fromBottom {
  0% {
    transform: translateY(250px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fromTop {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fromBottom {
  0% {
    transform: translateY(250px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fromTop {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mfb-component--tl, .mfb-component--tr, .mfb-component--bl, .mfb-component--br {
  box-sizing: border-box;
  margin: 25px;
  position: fixed;
  white-space: nowrap;
  z-index: 30;
  padding-left: 0;
  list-style: none; }
  .mfb-component--tl *, .mfb-component--tr *, .mfb-component--bl *, .mfb-component--br *, .mfb-component--tl *:before, .mfb-component--tr *:before, .mfb-component--bl *:before, .mfb-component--br *:before, .mfb-component--tl *:after, .mfb-component--tr *:after, .mfb-component--bl *:after, .mfb-component--br *:after {
    box-sizing: inherit; }


.mfb-component--tl {
  left: 0;
  top: 0; }

.mfb-component--tr {
  right: 0;
  top: 0; }

.mfb-component--bl {
  left: 0;
  bottom: 0; }

.mfb-component--br {
right: 0px;
 bottom: 50px;}


.mfb-component__button--main, .mfb-component__button--child {
  background-color: #223a66;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-user-drag: none;
  color: #f1f1f1; }


.mfb-component__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mfb-component__list > li {
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 10px 0;
    margin: -10px 0; }


.mfb-component__icon, .mfb-component__main-icon--active,
.mfb-component__main-icon--resting, .mfb-component__child-icon {
  position: absolute;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  width: 100%; }

.mfb-component__wrap {
  padding: 25px;
  margin: -25px; }

[data-mfb-toggle="hover"]:hover .mfb-component__icon, [data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting, [data-mfb-toggle="hover"]:hover .mfb-component__child-icon,
[data-mfb-state="open"] .mfb-component__icon,
[data-mfb-state="open"] .mfb-component__main-icon--active,
[data-mfb-state="open"] .mfb-component__main-icon--resting,
[data-mfb-state="open"] .mfb-component__child-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

.mfb-component__button--main {
  height: 56px;
  width: 56px;
  z-index: 20; }

.mfb-component__button--child {
  height: 56px;
  width: 56px; }

.mfb-component__main-icon--active,
.mfb-component__main-icon--resting {
  /* -webkit-transform: scale(1) rotate(360deg); */
  /* transform: scale(1) rotate(360deg); */
  /* -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1); */
  /* transition: transform 150ms cubic-bezier(0.4, 0, 1, 1); */
  }

.mfb-component__child-icon,
.mfb-component__child-icon {
  line-height: 56px;
  font-size: 34px; }

.mfb-component__main-icon--active {
  opacity: 0; }

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon,
[data-mfb-state="open"] .mfb-component__main-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting,
[data-mfb-state="open"] .mfb-component__main-icon--resting {
  opacity: 0;
  position: absolute !important; }
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,
[data-mfb-state="open"] .mfb-component__main-icon--active {
  opacity: 1; }


.mfb-component--tl.mfb-slidein .mfb-component__list li,
.mfb-component--tr.mfb-slidein .mfb-component__list li {
  opacity: 0;
  transition: all 0.5s; }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px);
  transform: translateY(70px); }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px);
  transform: translateY(140px); }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px);
  transform: translateY(210px); }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px);
  transform: translateY(280px); }

.mfb-component--bl.mfb-slidein .mfb-component__list li,
.mfb-component--br.mfb-slidein .mfb-component__list li {
  opacity: 0;
  transition: all 0.5s;
  }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px);
  transform: translateY(-140px); }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px);
  transform: translateY(-210px); }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px);
  transform: translateY(-280px); }


[data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: normal;
  pointer-events: none;
  line-height: normal;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  transition: all 0.5s; }

[data-mfb-toggle="hover"] [data-mfb-label]:hover:after,
[data-mfb-state="open"] [data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 1;
  transition: all 0.3s; }

.mfb-component--br [data-mfb-label]:after, .mfb-component--tr [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 70px; }

.mfb-component--br .mfb-component__list [data-mfb-label]:after, .mfb-component--tr .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 70px; }

.mfb-component--tl [data-mfb-label]:after, .mfb-component--bl [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 70px; }

.mfb-component--tl .mfb-component__list [data-mfb-label]:after, .mfb-component--bl .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 70px; }
.mfb-component__button--child.whatss {
    background:  #e12454;
    }
.mfb-component__button--child.yaz {
    background: #0b9a0a}
.mfb-component__button--child.ara {
    background: #0155af}
.mfb-component__button--child:hover{
    color:#fff
	}