/*
Theme Name: Total Child Theme
Theme URI: https://masterstudio.az
Description: Sayt acmaq ve saytlarin hazirlanmasi
Author: Cavid Muradov
Author URI: https://masterstudio.az
Template: Total
Version: 1.1.3
*/

@font-face { font-family: pop; font-display: auto; src: url('/wp-content/themes/total-child-theme/fonts/pop.woff'); }
@font-face { font-family: popbold; font-display: auto; src: url('/wp-content/themes/total-child-theme/fonts/popbold.woff'); }
h1, h2, h3, h4, .fontbold, .page-numbers, .page-header-title, #site-navigation a, .sidebar-box .widget-title, .sidr-class-menu-item a, .post-pagination-wrap {
	font-family: popbold;
	font-weight: 400!important;
}
.font {
	font-family: pop;
}
h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.3;
}
body {
	font-size: 15px;
	color: black;
}
:focus {
	outline: none;
}
.tam-hisse {
	position: relative;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 50%;
	right: 50%;
}
.blok-inner {
	margin: 0 auto;
	width: 1150px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1200px) {
	.blok-inner {
		width: 90%;
	}
}
a:hover {
	text-decoration: none;
}
img {
    display: block;
    flex-shrink: 0;
    width: 100%;
}
#primary {
	padding-bottom: 60px;
}
:root {
	--main-color: #1a3871;
	--second-color: #eb4343;
	--extra-color: #09A0BA;
}


/* Topbar ucun custom css */
.top-bar-left {
    float: none;
    margin-right: inherit;
    width: 100%;
	font-size: 16px;
}
.master-topbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.master-topbar-blok {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.topbar-elaqe-button, .sosial-sebekeler-area {
    display: inline-block;
    vertical-align: middle;
}
.topbar-elaqe-button a {
    color: white!important;
    background: var(--main-color);
    padding: 15px 30px;
    line-height: 1.3;
    display: block;
	transition: .3s;
}
.topbar-elaqe-button a:hover {
	background: var(--second-color);
	transition: .3s;
}
.sosial-sebekeler {
	padding-right: 15px;
}
.sosial-sebekeler a {
    color: var(--main-color)!important;
    font-size: 18px;
    padding: 0 7.5px;
}
.topbar-unvan {
    font-size: 15px;
}
.topbar-telefon {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
	margin-right: 15px;
}
.topbar-telefon a {
	color: var(--main-color)!important;
}
.topbar-telefon a:before {
	content: '\f095';
	font-family: ticons;
	margin-right: 10px;
	color: var(--second-color);
}
@media (max-width: 850px) {
	.master-topbar-blok {
		display: table;
		margin: 0 auto;
	}
}


/* Header ucun custom css */
#site-header {
    background: linear-gradient(0deg, #f0f1f1 0%, white 100%);
}
#site-header-inner {
    padding-top: 22px;
    padding-bottom: 22px;
    display: table;
}
.is-sticky #site-header-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}
#site-logo, #site-navigation-wrap {
    display: table-cell;
    vertical-align: middle;
}
#site-logo img {
	width: 270px;
}
#site-navigation {
    float: right;
    display: table;
}
#site-navigation a {
    text-decoration: none;
    color: #242424;
    font-size: 16px;
    margin: 0 9px;
	transition: .15s;
}
.current-menu-item a, .menu-item a:hover, .single-post .menu-meqale a {
	color: var(--second-color)!important;
	transition: .15s;
}
.main-navigation-ul, .header-elaqe-area {
    display: table-cell;
    vertical-align: middle;
}
.header-elaqe-area {
    padding-left: 25px;
    border-left: 1px solid #ddd;
}
.sf-menu {
    float: none;
    padding-right: 10px;
}
.header-icon-box {
    display: table;
}
.header-icon, .header-detallar {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
}
.header-icon {
    width: 40px;
}
.header-icon .ticon {
    color: var(--second-color);
    font-size: 32px;
}
.header-subbasliq {
    font-size: 23px;
    color: var(--main-color);
    letter-spacing: -1px;
}
.page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(26, 56, 113, 0.8) 0%,rgba(125, 182, 228, 0.72) 33%,rgb(26, 216, 249) 100%);
    opacity: .5;
}
.page-header.wpex-supports-mods {
    background: linear-gradient(0deg, #1a3871 0%, #1a3871 100%);
}
@media (min-width: 960px) {
	.menu-item-has-children > a:after {
		content: '\f107';
		font-family: ticons;
		position: absolute;
		padding-left: 5px;
	}
}
.menu-item-has-children {
    margin-right: 10px;
}
.sf-menu ul.sub-menu {
    top: 63px;
}
.sub-menu .menu-item a {
    background: white;
    padding: 7px 15px;
    border-bottom: 1px solid #eee;
    margin: 0!important;
}
@media (max-width: 1200px) {
	#site-header-inner {
		width: 100%;
	}
}
@media (max-width: 1170px) {
	.header-elaqe-area {
		display: none;
	}
	.topbar-elaqe-button {
		display: none;
	}
	#top-bar-wrap {
		padding: 10px 0;
	}
}
@media (min-width: 1171px) {
	.topbar-telefon {
		display: none;
	}
}
@media (max-width: 959px) {
	#site-navigation-wrap {
		display: none;
	}
}
@media (max-width: 340px) {
	#site-logo img {
		width: 200px;
	}
}

/* Videolar ucun custom css */
.youtube-videolar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.youtube-video {
    padding: 0 15px 30px;
    width: 25%;
}
.youtube-sekil-area {
    position: relative;
}
.youtube-sekil {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 56.26%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.youtube-ikon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.youtube-ikon-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube-ikon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(22,22,22,0.65);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    transition: .5s;
    cursor: pointer;
}
.youtube-sekil-area:hover .youtube-ikon {
    opacity: 1;
    transition: .5s;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.youtube-iframe {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    z-index: 2;
}
.youtube-video iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.youtube-video h3 {
    margin: 0;
    font-size: 15px;
	font-family: Arial;
	font-weight: 600!important;
}
.youtube-basliq a {
    display: block;
    margin-top: 10px;
    line-height: 1.35;
}
.youtube-video img, .youtube-video span{
    position:absolute;
    width:100%;top:0;
    bottom:0;margin:auto
}
.youtube-video span {
    height:1.5em;
    text-align:center;
    font:48px/1.5 sans-serif;
    color:white;
    text-shadow:0 0 0.5em black
}
.novbeti-videolar {
    width: 100%;
    padding: 0 15px;
}
.novbeti-button {
    display: table;
    margin: 0 auto;
    background: var(--main-color);
    color: white;
    padding: 7px 25px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    transition: .15s;
}
.novbeti-button:hover {
    background: var(--second-color);
    transition: .15s;
}
.novbeti-button::selection {
    background: transparent;
}
.loading-area {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-shadow: 0 0 5px black;
    opacity: 0;
}
@media (max-width: 500px) {
    .youtube-video {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 850px) {
    .youtube-video {
        width: 50%;
    }
}
@media (min-width: 851px) and (max-width: 1100px) {
    .youtube-video {
        width: 33.3%;
    }
}
@media (max-width: 959px) {
	.youtube-ikon {
		opacity: 1;
	}
}
.youtube-videolar .loading:after {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid rgba(255,255,255,.3);
    border-left-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-left: -22.5px;
    margin-top: -22.5px;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
    opacity: 1;
    -webkit-animation: wd-rotate 550ms infinite linear;
    animation: wd-rotate 550ms infinite linear;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.youtube-videolar .loading:before {
	visibility: hidden;
}
.youtube-videolar .loading {
	color: transparent!important;
	position: relative;
}
@-webkit-keyframes wd-rotate {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes wd-rotate {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* Footer ucun custom css */
.footer-area {
    padding: 60px 0 20px;
    display: flex;
    flex-wrap: wrap;
	color: #a0a4ae;
}
.footer-area a {
	color: #a0a4ae;
}
.foot-blok {
	width: 25%;
	padding: 0 15px 40px;
}
.foot-blok h4 {
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
}
.foot-blok .sosial-sebekeler {
	margin-top: 25px;
}
.foot-blok .sosial-sebekeler a {
	padding: 0;
}
.foot-blok .sosial-sebekeler .ticon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    transition: .3s;
    color: #858585;
    border-radius: 50%;
    border: 1px solid #858585;
    font-size: 15px;
}
.foot-blok .sosial-sebekeler .ticon:hover {
	color: white;
}
.foot-blok .sosial-sebekeler .ticon-facebook:hover {
	background: #5858c5;
	border-color: #5858c5;
	transition: .3s;
}
.foot-blok .sosial-sebekeler .ticon-youtube:hover {
	background: #c30000;
	border-color: #c30000;
	transition: .3s;
}
.foot-blok .sosial-sebekeler .ticon-instagram:hover {
	background: #b91468;
	border-color: #b91468;
	transition: .3s;
}
.foot-blok .sosial-sebekeler .ticon-whatsapp:hover {
	background: #05a205;
	border-color: #05a205;
	transition: .3s;
}
.foot-ixtisas {
    margin-top: -20px;
    margin-bottom: 10px!important;
    font-size: 15px!important;
}
.modul-meqale-inner a {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.modul-meqale-sekil {
    width: 70px;
    display: table-cell;
    vertical-align: top;
}
.modul-meqale-arxaplan {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.modul-meqale-detallari {
    display: table;
    vertical-align: top;
    padding-left: 15px;
}
.modul-meqale-basliq {
    line-height: 1.4;
}
.foot-linkler a {
    display: table;
    margin-bottom: 5px;
}
.foot-aciqlama {
    line-height: 1.8;
}
.foot-bir a {
    color: var(--second-color);
    margin-top: 20px;
    display: table;
}
@media (min-width: 501px) and (max-width: 999px) {
	.foot-blok {
		width: 50%;
	}
}
@media (max-width: 500px) {
	.foot-blok {
		width: 100%;
	}
}



/* Footer bottom ucun custom css */
#footer-bottom #copyright {
	width: 100%;
	color: #a0a4ae;
}
.master-footer-bottom {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #a0a4ae;
    padding-top: 20px;
}
.master, .studio {
    display: inline-block;
    vertical-align: middle;
}
.studio {
    float: right;
}
@media (max-width: 767px) {
	.master, .studio {
		display: block;
		width: 100%;
	}
}


/* Page header ucun custom css */
.site-breadcrumbs .sep {
    margin: 0 5px;
    font-size: 16px;
}


/* Meqaleler ucun custom css */
.meqaleler {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.meqale {
    width: 33.3%;
    padding: 0 15px 40px;
}
.meqale-sekil {
    position: relative;
}
.meqale-tarix {
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-align: center;
    line-height: 1;
    background: white;
    padding: 10px 15px;
    color: black;
	z-index: 1;
	transition: .3s;
}
.tarix-gun {
    font-size: 30px;
}
.meqale-basliq a {
    font-size: 18px;
    margin: 15px 0 10px;
    display: block;
    line-height: 1.5;
}
.meqale-button a {
    color: var(--second-color);
    border: 1px solid;
    padding: 7px 20px;
    display: table;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 15px;
	transition: .3s;
}
.meqale-button a:hover {
	background: var(--second-color);
	color: white;
	transition: .3s;
}
.meqale-overlay {
    background: rgba(9, 160, 186, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	transition: .3s;
}
.meqale-icon .ticon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    padding-top: 1px;
}
.meqale:hover .meqale-overlay {
	opacity: 1;
	transition: .3s;
}
.meqale:hover .meqale-tarix {
	transform: scale(1, 0);
	transition: .3s;
}
@media (max-width: 500px) {
	.meqale {
		width: 100%;
	}
}
@media (min-width: 501px) and (max-width: 999px) {
	.meqale {
		width: 50%;
	}
}



/* Pagination ucun custom css */
.nomreler {
    display: table;
    margin: 0 auto;
}
.page-numbers.current {
    display: inline-block;
    background: #bcc2d0;
    pointer-events: none;
    color: white;
    font-weight: 600;
    padding: 0;
    line-height: 35px;
}
.page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    color: white;
    margin: 0 3px;
    vertical-align: top;
    font-weight: 600;
    transition: .15s;
    border-radius: 50%;
    background: var(--main-color);
}
.page-numbers:hover {
	background: #bcc2d0;
	color: white;
	transition: .15s;
}


/* Single post ucun custom css */
.yazi-sekil {
    position: relative;
}
.yazi-sekil .meqale-tarix {
    top: 15px;
    bottom: auto;
}
.yazi-sehifesi h1 {
    font-size: 32px;
    margin: 30px 0;
}
.metn {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.metn h2, .metn h3, .metn h4, .metn ul, .metn ol {
	text-align: left;
}
.metn h2, .metn h3, .metn h4 {
	margin-bottom: 10px;
}
.wpex-social-share.style-flat.position-horizontal a {
    border-radius: 20px;
    padding: 8px 25px;
    margin-right: 2px;
}
.wpex-social-share.style-flat li a {
    background: #30d244;
    font-size: 14px;
}
.wpex-social-share.style-flat li a:hover {
    background: #30c542;
}
.wpex-social-share {
    border-top: 2px solid var(--main-color);
    padding-top: 15px;
}
@media (min-width: 960px) {
	.whatsapp-mobil {
		display: none!important;
	}
}
@media (max-width: 959px) {
	.whatsapp-web {
		display: none!important;
	}
}
.post-pagination-wrap {
    border-top: 0;
    background: var(--extra-color);
}
.post-pagination-wrap a {
	color: white;
}




/* Muellif ucun custom css */
.muellif {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
    border-top: 2px solid var(--main-color);
}
.muellif-basliq {
    width: max-content;
    background: var(--main-color);
    color: white;
    text-transform: uppercase;
    padding: 3px 25px 0;
}
.muellif-blok {
    display: table-cell;
    vertical-align: middle;
}
.muellif-bir {
    padding-right: 25px;
    width: 30%;
}
@media (max-width: 767px) {
	.muellif-blok {
		display: block;
	}
	.muellif-bir {
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	.muellif-bir {
		width: 100%;
	}
}
.muellif-ad {
    letter-spacing: 0px;
    font-size: 24px;
}
.muellif-ixtisas {
    font-size: 15px;
    color: var(--extra-color);
    margin-bottom: 15px;
    margin-top: 3px;
}
.muellif-aciqlama {
    font-size: 15px;
    margin-bottom: 15px;
}
.muellif-telefon {
    font-weight: 600;
}
.muellif img {
    border-radius: 10px;
}


/* Fotolar ucun custom css */
.post-type-archive-qalereya main {
	background: #eff0f4;
}
.fotolar {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -15px 30px;
}
.foto {
    padding: 0 15px 30px;
    width: 25%;
}
.foto-detallar {
    background: white;
    border-bottom: 3px solid #ec155b;
    padding: 12px 15px 10px;
}
.foto-detallar h2 {
    font-size: 16px;
    font-weight: 600;
}
.foto-sekil {
	position: relative;
}
.foto-overlay-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: .3s;
}
.foto-overlay {
    display: table;
    width: 100%;
    height: 100%;
}
.foto-text-area {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.foto-text {
    border: 1px solid white;
    display: table;
    margin: 0 auto;
    padding: 5px 15px;
    color: white;
    margin-top: 5px;
	transform: scale(1.2);
	transition: .3s;
}
.foto-text:hover {
	background: white;
	color: black;
	transition: .3s;
}
.foto-sekil:hover .foto-overlay-area {
	opacity: 1;
	transition: .3s;
}
.foto-sekil:hover .foto-text {
	transform: scale(1);
	transition: .3s;
}
@media (max-width: 500px) {
	.foto {
		width: 100%;
	}
}
@media (min-width: 501px) and (max-width: 900px) {
	.foto {
		width: 50%;
	}
}
@media (min-width: 901px) and (max-width: 1100px) {
	.foto {
		width: 33.3%;
	}
}


/* Sekiller ucun custom css */
.sekiller {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    margin: 0 -15px;
}
.sekil {
    padding: 0 15px 30px;
    width: 25%;
}
.sekil-inner {
	position: relative;
	overflow: hidden;
	background: #eee;
}
@media (min-width: 768px) and (max-width: 999px) {
	.sekil {
		width: 33.3%;
	}
}
@media (min-width: 501px) and (max-width: 767px) {
	.sekil, .span_1_of_3.nr-col {
		width: 50%;
	}
}
@media (max-width: 500px) {
	.sekil, .span_1_of_3.nr-col, .span_1_of_2.nr-col {
		width: 100%;
	}
}
.sekil img {
	transition: .3s;
}
.sekil:hover img {
	transition: .3s;
}
.sekil-inner:hover .meqale-overlay {
	background: rgba(0, 0, 0, 0.4);
	opacity: 1;
	transition: .3s;
}
.meqale-icon .ticon-search {
	padding-top: 0;
}
.single-qalereya h2 {
    margin-bottom: 20px;
}
.qalereya-metn {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8;
}



/* Elaqe ucun custom css */
.elaqe-bloklar {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.elaqe-blok {
	padding: 0 25px;
}
.elaqe-bir {
	width: 60%;
}
.elaqe-iki {
	width: 40%;
}
.elaqe-blok h2 {
    color: var(--main-color);
    font-size: 32px;
    margin-bottom: 15px;
}
.elaqe-aciqlama-metn {
    margin-bottom: 30px;
    color: #666;
    font-size: 16px;
}
.elaqe-aciqlama a {
	color: black;
}
.form-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-element input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 0 20px;
	color: black;
}
.form-element textarea {
	padding: 10px 20px;
	color: black;
}
#submit-btn {
    background: var(--second-color);
    padding: 10px 30px;
    font-size: 17px;
	margin-top: 10px;
	transition: .3s;
}
#submit-btn:hover {
	background: #222;
	transition: .3s;
}
.elaqe-blok h3 {
    color: var(--main-color);
    font-size: 22px;
    margin: 40px 0 15px;
}
.acf-map {
    height: 400px;
    width: 100%;
    border: 1px solid #ddd;
	margin-top: 60px;
}
.gm-style-pbt {
	font-size: 0;
}
@media (min-width: 960px) {
	.gm-style-pbt:before {
		font-size: 20px;
		content: 'Xəritəni yaxınlaşdırmaq üçün Ctrl + Scroll kombinasiyasından istifadə edin';
		display: block;
		padding: 0 15px;
		line-height: 1.4;
	}
}
@media (max-width: 959px) {
	.gm-style-pbt:before {
		font-size: 20px;
		content: 'Xəritəni yaxınlaşdırmaq və ya uzaqlaşdırmaq üçün iki barmağınızı eyni anda istifadə edin';
		display: block;
		padding: 0 15px;
		line-height: 1.4;
	}
}
.elaqe-icon-box {
    display: table;
    width: 100%;
	margin-bottom: 30px;
}
.elaqe-icon, .elaqe-detallar {
    display: table-cell;
    vertical-align: middle;
}
.elaqe-icon {
    width: 40px;
}
.elaqe-detallar {
	padding-left: 20px;
}
.alert {
    color: white;
    text-align: center;
    padding: 5px 15px;
    margin-top: 10px;
}
.alert-danger {
	background: #d40a0a;
}
.alert-success {
    background: #0dd40a;
}
@media (max-width: 767px) {
	.elaqe-bir, .elaqe-iki {
		width: 100%;
	}
}


/* Haqqimda ucun custom css */
.hekim-haqqinda {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.haqq-blok {
    padding: 0 25px;
}
.haqq-bir {
    width: 33.3%;
	text-align: center;
}
.haqq-iki {
    width: 66.6%;
}
.haqqimda-melumatlar h3 {
    background: var(--main-color);
    width: max-content;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 3px 25px;
    margin-bottom: 15px;
}
.hekim-ad {
    font-size: 26px;
    margin-top: 15px;
}
.hekim-ixtisas {
    color: var(--extra-color);
    font-size: 18px;
}
.haqqimda-melumatlar ul {
    list-style: none;
    margin: 0 0 30px;
}
.haqqimda-melumatlar ul li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
    margin-bottom: 5px;
}
.haqqimda-melumatlar ul li:before {
	content: '\f138';
	font-family: ticons;
	position: absolute;
	left: 0;
	top: 1px;
	color: var(--extra-color);
	line-height: 1.3;
}
.elaqe-foooter-up-area {
    background: var(--extra-color);
    text-align: center;
    color: white;
    font-size: 32px;
    padding: 40px 0;
    margin-bottom: -60px;
}
.elaqe-footer-up a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.home .elaqe-foooter-up-area {
	margin-bottom: 0;
}
.ixtisaslar {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    text-align: left;
}
.ixtisas {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.5;
	display: table;
}
.ixtisas .ticon {
    background: var(--second-color);
    display: table-cell;
    color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
	vertical-align: middle;
}
.ixtisas span {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.haqq-bir, .haqq-iki {
		width: 100%;
	}
	.haqq-bir {
		margin-bottom: 40px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.haqq-bir {
		width: 40%;
	}
	.haqq-iki {
		width: 60%;
	}
}
@media (max-width: 850px) {
	.elaqe-footer-up {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.elaqe-footer-up a {
		display: table;
		margin: 0 auto;
	}
}


/* Slayd ucun custom css */
.slayd-area {
	height: 500px;
	background: #eee;
}
.slayd {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}
.slayd-overlay {
    background: linear-gradient(to right, rgba(26,56,113,1) 0%,rgba(26,56,113,0.7) 43%,rgba(125,185,232,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
}
.owl-prev {
    position: absolute;
    background: transparent!important;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: transparent!important;
}
.slaydlar .ticon {
    background: white;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #290947;
    font-size: 30px;
    transition: .3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}
.slaydlar .ticon:hover {
	background: #fe235b;
	color: white;
	transition: .3s;
}
.slaydlar .blok-inner {
    display: table;
    height: 100%;
	position: relative;
}
.slayd-detallar {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}
.slayd-basliq-ikinci {
    font-size: 60px;
    color: white;
    width: 60%;
}
.slayd-aciqlama {
    width: 50%;
    color: white;
    line-height: 1.7;
    margin: 30px 0;
    font-size: 17px;
}
.owl-nav.disabled, .owl-dots.disabled {
	display: none;
}
.slayd-button a {
    display: table;
    background: var(--second-color);
    color: white;
    padding: 15px 35px;
}
@media (max-width: 767px) {
	.slaydlar {
		margin-left: -1px;
	}
	.slayd-basliq-ikinci {
		font-size: 24px;
		width: 100%;
	}
	.slayd-aciqlama {
		width: 100%;
	}
	.slayd-area .owl-prev {
		bottom: 0;
		left: 0;
		top: auto;
    	transform: none;
	}
	.slayd-area .owl-next {
		bottom: 0;
		left: 46px;
		top: auto;
    	transform: none;
	}
	.slayd-area, .slayd {
    	height: 400px;
	}
	.slayd-detallar {
		vertical-align: bottom;
		padding-bottom: 100px;
	}
	.slayd-overlay {
		background: rgba(26, 56, 113, 0.75);
		width: 100%;
	}
}



/* Esas haqqinda ucun custom css */
.esas-haqqinda-area {
    padding: 80px 0 50px;
}
.esas-haqqinda {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.esas-blok {
    width: 50%;
    padding: 0 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 999px) {
	.esas-blok {
		width: 100%;
	}
	.esas-blok:nth-child(1) {
		margin-bottom: 40px;
	}
}
@media (min-width: 550px) and (max-width: 999px) {
	.esas-blok img {
		width: 500px;
	}
}
.esas-aciqlama {
    color: #333;
    margin: 20px 0 5px;
    line-height: 1.8;
}
.esas-ixtisas {
    color: #fe235b;
    font-size: 16px;
    margin-top: 5px;
}
.esas-blok h1 {
    font-size: 26px;
    margin-top: 5px;
}
.haqqimda-etrafli {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    width: max-content;
}


/* Statistika ucun custom css */
.statistika {
    background: var(--main-color);
    padding: 60px 0 30px;
}
.statistika-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.statistika-blok {
    padding: 0 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.stat-bir {
    width: 40%;
}
.stat-iki {
    width: 60%;
}
@media (max-width: 850px) {
	.stat-bir, .stat-iki {
		width: 100%;
	}
}
.stat-bir .qirmizi {
    color: white;
}
.stat-bir .goy {
    color: white;
}
.reqemler {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    text-align: center;
}
.reqem {
    width: 25%;
    padding: 0 15px;
}
@media (max-width: 600px) {
	.reqem {
		width: 50%;
		padding-bottom: 15px;
	}
	.reqem:nth-child(1), .reqem:nth-child(2) {
		padding-bottom: 15px;
	}
}
.say-bir {
    font-size: 50px;
    line-height: 1.3;
	position: relative;
}
.say-bir:after {
    content: '+';
    font-family: rob;
    position: absolute;
    font-size: 20px;
    top: 5px;
    padding-left: 5px;
}
.stat-basliq {
    color: white;
    font-size: 26px;
}
.stat-sub-basliq {
    font-size: 18px;
    margin-bottom: 5px;
}


/* Esas sehife basliq ucun custom css */
.esas-basliq {
    margin: 60px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.basliq-blok {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.esas-basliq h2 {
    font-size: 32px;
}
.esas-sub-basliq {
    font-size: 18px;
}
.esas-meqaleler-button a {
    background: var(--extra-color);
    color: white;
    padding: 10px 35px;
    display: table;
	transition: .3s;
	text-transform: uppercase;
}
.esas-meqaleler-button a:hover {
	background: var(--main-color);
	transition: .3s;
}
@media (min-width: 768px) {
	.basliq-mobil {
		display: none;
	}
}
@media (max-width: 767px) {
	.basliq-komp {
		display: none;
	}
	.basliq-mobil a {
		display: table;
		margin: 0 auto;
	}
}


/* Esas sehife ucun custom css */
.esas-xidmetler-area {
    background: #eff2f9;
    padding: 50px 0 30px;
}
.esas-xidmetler-area .esas-basliq {
	margin-top: 0;
}
.esas-emeliyyatlar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.esas-emeliyyat {
    width: 25%;
    padding: 0 15px 30px;
    text-align: center;
}
.esas-emeliyyat img {
    border-radius: 10px;
}
.esas-emeliyyat h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0 10px;
	line-height: 1.4;
}
.esas-emeliyyat a {
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
	transition: .3s;
	position: relative;
	border-bottom: 2px solid #ddd;
}
.esas-emeliyyat a:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	bottom: -2px;
	background: var(--main-color);
	display: block;
	transition: .3s;
}
.esas-emeliyyat a:hover:before {
	transition: .3s;
	width: 100%;
}
.esas-emeliyyat-aciqlama {
    color: #666;
    margin-bottom: 10px;
}
@media (max-width: 500px) {
	.esas-emeliyyat {
		width: 100%;
	}
}
@media (min-width: 501px) and (max-width: 999px) {
	.esas-emeliyyat {
		width: 50%;
	}
}


/* Sidebar ucun custom css */
.custom-sidebar-title {
    font-size: 15px;
    margin-bottom: 30px;
    color: var(--second-color);
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.sidebar-meqale {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    color: black;
    line-height: 1.4;
    transition: .3s;
}
.sidebar-sekil, .sidebar-basliq {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sidebar-meqale:hover .sidebar-title {
	color: var(--main-color);
	transition: .15s;
}
.sidebar-title {
    transition: .15s;
}
.sidebar-sekil {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar-basliq {
    padding-left: 20px;
	width: calc(100% - 60px);
}
.sidebar-date {
    opacity: .7;
    font-size: 14px;
	margin-top: 3px;
}
.master-widget {
	margin-bottom: 40px;
}



@media (min-width: 768px) {
	.animatable {

		/* initially hide animatable objects */
		visibility: hidden;

		/* initially pause animatable objects their animations */
		-webkit-animation-play-state: paused;   
		-moz-animation-play-state: paused;     
		-ms-animation-play-state: paused;
		-o-animation-play-state: paused;   
		animation-play-state: paused; 
	}

	/* show objects being animated */
	.animated {
		visibility: visible;

		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;

		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-ms-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;

		-webkit-animation-play-state: running;
		-moz-animation-play-state: running;
		-ms-animation-play-state: running;
		-o-animation-play-state: running;
		animation-play-state: running;
	}
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}
.zoomIn, .active .slayd-aciqlama {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.active .slayd-aciqlama {
	animation-delay: .9s;
}
.active .slayd-button {
	animation-delay: 1.3s;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp, .active .slayd-button {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft, .active .slayd-basliq-birinci, .active .slayd-basliq-ikinci {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.active .slayd-basliq-birinci {
	animation-delay: .3s;
}
.active .slayd-basliq-ikinci {
	animation-delay: .6s;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}


@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


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

	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.download-file {
    background: red;
    color: white;
    font-weight: 600;
    padding: 10px 35px;
    display: table;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 40px;
}