/*
Theme Name: MasterStudio Theme
Text Domain: ms_theme
Version: 1.5
Description: Sayt acmaq ve saytlarin hazirlanmasi
Author: Cavid Muradov
Author URI: https://masterstudio.az/
Theme URI: https://masterstudio.az/
*/

/*@font-face { font-family: inter; font-display: swap; src: url('/wp-content/themes/masterstudio/assets/fonts/inter.woff'); }*/
/*@font-face { font-family: arrow; font-display: swap; src: url('/wp-content/themes/masterstudio/assets/fonts/arrow.ttf'); }*/
h1, h2, h3, h4, .fontbold {
	font-family: inter, Arial, sans-serif;
	font-weight: 400!important;
}
h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.3;
}
.tam-hisse {
	position: relative;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	left: 50%;
	right: 50%;
}
#outer-wrap {
    overflow: hidden;
}
body {
	font-size: 15px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	width: 100%;
}
.container {
	width: 1150px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 1;
}
.full-width .container {
	width: 100%;
	max-width: 100%;
}
#primary {
    padding-bottom: 60px;
}
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
button {
    padding: 0;
    border: 0;
    cursor: pointer;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    display: block;
    width: 100%;
}
p {
    margin: 0 0 15px;
}
:root {
	--main-color: #9898ff;
	--second-color: #4c3e77;
}
a, :visited {
    color: #9898ff;
    text-decoration: none;
	transition: .15s;
}
a:hover {
	transition: .15s;
}
input[type="text"], input[type="email"], textarea {
    box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}


/* Layout ucun custom css */
.right-sidebar #content-wrap {
    display: flex;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.has-sidebar #primary {
    width: 70%;
}
.has-sidebar #sidebar {
    width: 26%;
}
.right-sidebar #sidebar {
    order: 2;
}
@media (max-width: 959px) {
    .has-sidebar #primary, .has-sidebar #sidebar {
        width: 100%;
    }
    .left-sidebar #primary {
        order: 2;
    }
    .left-sidebar #sidebar {
        order: 1;
    }
}


/* Header ucun custom css */
.master-header-area {
    display: table;
    padding: 10px 30px;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
#site-header {
    position: relative;
    z-index: 5;
    background: white;
}
#site-logo, #site-navigation-wrap, #site-header .sosial-sebekeler-area, #mobile-sidebar-menu {
    display: table-cell;
    vertical-align: middle;
}
#site-logo a {
    display: table;
}
#site-logo-inner > a, .wpml-ls {
    display: inline-block;
    vertical-align: middle;
}
.wpml-ls ul {
    list-style: none;
    display: flex;
    margin: 0;
}
.wpml-ls-flag {
    width: 27px;
    margin: 0 3px;
}
.main-logo, .main-name {
    display: table-cell;
    vertical-align: middle;
}
.main-logo img {
    width: 150px;
	margin-bottom: -10px;
}
.main-name {
    width: 180px;
    padding-left: 20px;
    color: #4c3e77;
    line-height: 1.3;
    font-size: 16px;
}
#site-navigation {
    float: right;
    position: relative;
    padding-right: 30px;
}
#site-navigation > div, .master-menu-axtar {
	display: inline-block;
	vertical-align: middle;
}
#site-navigation-wrap .master-main-menu {
    list-style: none;
    display: flex;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    margin: 0;
    padding: 0;
}
#site-navigation-wrap .master-main-menu > .menu-item {
    margin: 0 15px;
    position: relative;
    height: 50px;
    line-height: 50px;
}
#site-navigation-wrap .master-main-menu a {
	color: black;
	white-space: nowrap;
	font-size: 16px;
}
#site-navigation-wrap .master-main-menu a:hover, #site-navigation-wrap .current-menu-item a {
	color: #9898ff;
}
#site-navigation-wrap .master-main-menu > .menu-item-has-children > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	padding-left: 5px;
}
#site-navigation-wrap .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    border-bottom: 0;
    z-index: 10;
    background: white;
    min-width: 120px;
    box-shadow: 0 0 10px #eaeaea;
    border-radius: 10px;
    padding: 7px 5px;
}
#site-navigation-wrap .menu-item-has-children:hover > .sub-menu {
	display: block;
	background: white;
}
#site-navigation-wrap .master-main-menu .sub-menu li {
	margin: 0;
	position: relative;
}
#site-navigation-wrap .sub-menu a {
    padding: 7px 15px;
    display: block;
	height: auto;
    line-height: normal;
    white-space: nowrap;
}
#site-navigation-wrap .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}
#site-navigation-wrap .sub-menu .menu-item-has-children > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#site-navigation-wrap .sub-menu .menu-item-has-children > a {
    padding-right: 30px;
    position: relative;
}
@media (max-width: 1189px) {
    #site-navigation-wrap {
        display: none;
    }
	#site-logo {
		display: table;
	}
	#mobile-sidebar-menu {
        padding-left: 15px;
    }
}
@media (min-width: 1190px) {
    #mobile-sidebar-menu {
        display: none;
    }
}
@media (max-width: 1380px) {
    #site-navigation-wrap .master-main-menu > .menu-item {
        margin: 0 10px;
    }
    #site-navigation-wrap .master-main-menu a {
        font-size: 15px;
    }
}
@media (max-width: 1220px) {
    #site-navigation-wrap .master-main-menu > .menu-item {
        margin: 0 7px;
    }
}
@media (max-width: 650px) {
    #site-header .sosial-sebekeler-area {
        display: none;
    }
}
@media (max-width: 470px) {
    .master-header-area {
        padding: 20px;
    }
    .main-name {
        display: none;
    }
    .wpml-ls {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 60px;
    }
    #topbar-wrap {
        background: #f5f5f5;
    }
    .topbar h2 {
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
    }
}
@media (min-width: 471px) {
    #topbar-wrap {
        display: none;
    }
}

/* Mobile menu ucun custom css */
#mobile-sidebar-menu {
    width: 25px;
}
.mobil-menu-line-ikon {
    position: relative;
    float: right;
	cursor: pointer;
}
.mobil-menu-line-ikon span {
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    background: black;
    display: block;
}
.mobil-menu-line-ikon span:last-child {
    margin-bottom: 0;
}
.mobile-menu-area {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    background: #262626;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    transition-duration: .3s;
}
.active-mobile-menu {
	transform: translateX(-300px);
    transition-duration: .3s;
}
.mobile-menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu-area a {
    color: white;
    font-size: 17px;
    position: relative;
}
.mobile-menu-area .sub-menu {
    display: none;
    background: #363636;
}
.mobile-menu-area a {
    color: white;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.035);
}
.mobile-menu-close {
    border-bottom: 1px solid rgba(255,255,255,0.035);
}
.mobile-menu-close-icon {
    color: white;
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: table;
}
.master-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}
.mobil-menu-children-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobil-menu-children-icon .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#mobile-sidebar-menu .sub-menu .sub-menu {
    background: #484848;
}
.mobile-master-axtar-area {
    position: relative;
    margin-bottom: 20px;
}
.mobile-master-axtar-area input {
    width: 100%;
    border: 0;
    height: 55px;
    font-size: 17px;
    padding: 0 20px;
    background: #464646;
    color: white;
}
.mobile-master-axtar-area input::-webkit-input-placeholder {
    opacity: 1;
}
.mobile-master-axtar-area button {
    position: absolute;
    top: 0;
    right: 2px;
    width: 55px;
    height: 55px;
    font-size: 16px;
}
.mobile-menu-area .menu-item-has-children > a:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu-area .sosial-sebekeler-area {
    padding-left: 20px;
    margin-bottom: 60px;
}
.mobile-menu-area .sosial-sebekeler a {
    display: inline-block;
    padding: 0;
}



/* Menu search ucun custom css */
.master-menu-axtar-icon {
    cursor: pointer;
}
.master-axtar-area {
    position: absolute;
    right: 0;
    margin-top: 15px;
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #eee;
    display: none;
}
.master-axtar-area input {
    height: 45px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #ddd;
    width: 250px;
    border-radius: 0;
}
.master-axtar-area button {
    position: absolute;
    right: 15px;
}
.master-axtar-area button .fa {
    background: #9898ff;
    color: white;
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 18px;
}
.visible-search {
    display: block;
}
.master-axtar-area input::selection {
    background: transparent;
}
@media (max-width: 1290px) {
    #site-navigation {
        padding-right: 10px;
    }
    #site-navigation .master-menu-axtar {
        display: none;
    }
    .main-logo img {
        width: 120px;
    }
}


/* Page header ucun custom css */
#page-header {
    background-color: #19a8c6;
    padding: 70px 0;
    margin-bottom: 80px;
    color: white;
    /*background-image: url(/wp-content/uploads/2020/09/header-dots.png);*/
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.page-header-title {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.3;
}
.breadcrumbs {
    margin-top: 5px;
    display: table;
    background: #4c3e77;
    color: white;
    padding: 5px 25px;
    border-radius: 30px;
}
.breadcrumbs a {
    font-weight: 600;
    color: white;
}
.breadcrumbs__separator {
    margin: 0 7px;
}
.page-blok {
    display: inline-block;
}
.page-bir {
    width: calc(100% - 400px);
    padding-right: 100px;
    position: relative;
}
@media (min-width: 850px) {
    .page-iki {
        width: 400px;
        height: 400px;
        position: relative;
        float: right;
        overflow: hidden;
        border-radius: 30px;
        transform: rotate(-65deg);
        background: #12a6ec;
        margin-top: -200px;
        box-shadow: 0px 0px 50px 10px rgba(68,68,68,0.5);
    }
    .page-blok-sekil-area {
        height: 100%;
        background-size: cover;
        background-position: center right;
        transform: rotate(65deg);
        margin-left: -200px;
    }
}
@media (max-width: 849px) {
    #page-header {
        background-position: center right;
    }
    .page-bir {
        width: 100%;
        padding-right: 0;
    }
    .page-header-title {
        font-size: 24px;
    }
    #page-header {
        padding: 40px 0;
    }
    .page-iki {
        display: block;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        position: relative;
        margin-bottom: -40px;
        margin-top: 40px;
    }
    .page-blok-sekil-area {
        height: 150px;
        display: block;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (min-width: 850px) and (max-width: 999px) {
    #page-header {
        padding: 40px 0;
    }
}


/* Index ucun custom css */
.meqaleler {
    display: flex;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.meqale {
    width: 33.3%;
    padding: 0 15px 30px;
}
.meqale-basliq a {
    font-size: 19px;
    line-height: 1.4;
    display: block;
}
.meqale-sekil a {
    position: relative;
    display: block;
}
.meqale-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(19,166,197,0.99) 99%,rgba(19,166,197,1) 100%);
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    transition: .3s;
}
.meqale-inner:hover .meqale-overlay {
    opacity: 1;
    transition: .3s;
}
.meqale-sekil img {
    border-radius: 10px;
    transition: .3s;
}
.meqale-tarix {
    position: absolute;
    bottom: -10px;
    left: 15px;
    background: #4c3e77;
    color: white;
    text-align: center;
    padding: 10px 10px;
    line-height: 1;
    border-radius: 5px;
    border-left: 4px solid #9898ff;
}
.meqale-gun {
    font-size: 34px;
    margin-bottom: 5px;
}
.meqale-ay {
    font-size: 13px;
}
.meqale-detallari {
    margin-top: 25px;
}
.meqale-aciqlama {
    margin: 15px 0;
    line-height: 1.6;
    color: #444;
}
.meqale-button a {
    color: black;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
}
@media (max-width: 500px) {
    .meqale {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 999px) {
    .meqale {
        width: 50%;
    }
}


/* Footer ucun custom css */
#footer {
    /*background-image: url(/wp-content/uploads/2020/09/background_footer.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#footer, #footer a {
    color: #899ca0;
    line-height: 1.8;
}
#footer a:hover {
    color: white;
}
.footer-area {
    padding: 100px 0 60px;
    display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.footer-blok {
	width: 25%;
	padding: 0 15px 40px;
}
.footer-blok h4 {
    color: white;
    font-size: 17px;
    margin-bottom: 35px;
}
.footer-meqale-basliq {
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444c56;
}
.footer-meqaleler a:last-child .footer-meqale-basliq {
	margin-bottom: 0;
	border-bottom: 0;
}
.footer-linkler a {
    display: table;
    margin-bottom: 3px;
}
.footer-linkler a:before {
	content: '\f101';
	font-family: 'FontAwesome';
	margin-right: 15px;
	color: white;
}
.footer-linkler a:last-child {
	margin-bottom: 0;
}
.footer-aciqlama {
    line-height: 1.9;
	margin-bottom: 25px;
}
.footer-icon-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
}
.footer-icon {
    width: 30px;
}
.footer-icon .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #5d5d5d;
    border-radius: 50%;
}
.footer-details {
    width: calc(100% - 30px);
    padding-left: 15px;
    line-height: 1.4;
    font-size: 14px;
}
.footer-basliq-bir {
    margin-bottom: 3px;
}
.footer-basliq-iki, .footer-basliq-iki a {
    color: white!important;
}
@media (min-width: 501px) and (max-width: 999px) {
	.footer-blok {
		width: 50%;
	}
}
@media (max-width: 500px) {
	.footer-blok {
		width: 100%;
	}
}



/* Footer bottom ucun custom css */
#footer-bottom {
    background: #1d2127;
    padding: 30px 0;
}
#footer-bottom, #footer-bottom a {
    color: #899ca0;
}
#footer-bottom a:hover {
    color: white;
}
.master-footer-bottom {
    display: flex;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.master, .studio {
    display: flex;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    .master, .studio {
        width: 100%;
        text-align: center;
    }
}


/* Scroll to top ucun custom css */
#site-scroll-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 998;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}
#site-scroll-top .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #9898ff;
    border-radius: 5px;
    color: white;
    transition: .15s;
    font-size: 26px;
    text-align: center;
}
#site-scroll-top .fa:hover {
    background: #4c3e77;
    transition: .15s;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
@media (max-width: 767px) {
    #site-scroll-top {
        right: 20px;
        bottom: 20px;
    }
}


/* Sosial sebekeler ucun custom css */
.sosial-sebekeler a .fa {
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
    font-size: 16px;
    margin-left: 2px;
}
.facebook-sosial .fa {
    background: #6f6fd2;
}
.instagram-sosial .fa {
    background: #bb8181;
}
.youtube-sosial .fa {
    background: #e00000;
}
.whatsapp-sosial .fa {
	background: #00da00;
}
.linkedin-sosial .fa {
    background: #0077b5;
}
.sosial-sebekeler a .fa:hover {
	background: #555;
	transition: .3s!important;
}
#site-header .sosial-sebekeler-area {
    width: 150px;
}



/* Axtaris neticeleri ucun custom css */
.axtar-basliq a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: black;
}


/* Pagination ucun custom css */
.nomreler {
    margin-top: 30px;
}
.page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background: #eee;
    font-weight: 600;
    transition: .15s;
    color: black;
}
.page-numbers:hover, .page-numbers.current {
    background: #9898ff;
    color: white;
    transition: .15s;
}
.page-numbers .fa {
    font-size: 12px;
}



/* Social share ucun custom css */
.master-social-share-area {
    margin-top: 40px;
}
.master-social-share-basliq {
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.master-social-share-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.master-social-share-area li {
    width: 19%;
    color: white;
    text-align: center;
    border-radius: 5px;
}
.master-social-share-area a {
    color: white;
    display: block;
    padding: 5px 15px;
}
.master-social-share-area li .fa {
    margin-right: 10px;
}
.twitter-share {
    background: #00aced;
    transition: .15s;
}
.twitter-share:hover {
    background: #0093cb;
    transition: .15s;
}
.facebook-share {
    background: #3b5998;
    transition: .15s;
}
.facebook-share:hover {
    background: #324b80;
    transition: .15s;
}
.linkedin-share {
    background: #4875b4;
    transition: .15s;
}
.linkedin-share:hover {
    background: #3e659c;
    transition: .15s;
}
.email-share {
    background: #e40303;
    transition: .15s;
}
.email-share:hover {
    background: #ca0303;
    transition: .15s;
}
.whatsapp-share {
    background: #30d244;
    transition: .15s;
}
.whatsapp-share:hover {
    background: #25b938;
    transition: .15s;
}
@media (min-width: 960px) {
    .whatsapp-mobil-share {
        display: none;
    }
}
@media (max-width: 959px) {
    .whatsapp-komp-share {
        display: none;
    }
}
@media (min-width: 960px) and (max-width: 1050px) {
    .master-label {
        display: none;
    }
    .master-social-share-area li .fa {
        margin-right: 0;
    }
}
@media (min-width: 270px) and (max-width: 767px) {
    .master-label {
        display: none;
    }
    .master-social-share-area li .fa {
        margin-right: 0;
    }
}
@media (max-width: 269px) {
    .master-social-share-area li {
        width: 100%;
        margin-bottom: 5px;
    }
}


/* Post navigation ucun custom css */
#post-navigation-wrap {
    background: #eee;
    padding: 20px 0;
}
.post-navigation {
    display: flex;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.evvel-sonra-post {
    padding: 5px 15px;
}
.no-prev-es-post {
    display: table;
    margin-left: auto;
}
.post-navigation a {
    color: black;
    width: 50%;
    position: relative;
}
.prev-next-basliq {
    display: table;
    background-color: #11a5c4;
    color: white;
    padding: 0 20px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .15s;
    border-radius: 5px;
}
.post-navigation a:hover .prev-next-basliq {
    background: #4c3e77;
}
.next-post .prev-next-basliq {
    margin-left: auto;
    margin-right: 0;
}
.next-post {
    text-align: right;
}
.prev-post .fa {
    margin: 0 5px 0 -5px;
}
.next-post .fa {
    margin: 0 -5px 0 5px;
}
.evvelki-yazi-yoxdur {
    display: table;
    margin-right: 0;
    margin-left: auto;
}
@media (max-width: 767px) {
	.post-navigation a {
		width: 100%;
	}
}



/* Wordpress default gallery css */
.gallery {
    display: flex;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.gallery-columns-9 .gallery-item {
    width: calc(100% / 9);
}
.gallery-columns-8 .gallery-item {
    width: calc(100% / 8);
}
.gallery-columns-7 .gallery-item {
    width: calc(100% / 7);
}
.gallery-columns-6 .gallery-item {
    width: calc(100% / 6);
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-item {
    padding: 0 10px 20px;
    margin: 0;
}
@media (max-width: 340px) {
    .gallery {
        margin: 0 -7.5px;
    }
    .gallery-item {
        width: 100%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 341px) and (max-width: 767px) {
    .gallery {
        margin: 0 -7.5px;
    }
    .gallery-item {
        width: 50%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 767px) and (max-width: 959px) {
    .gallery-item {
        width: 33.3%!important;
    }
}



/* Sidebar ucun custom css */
.master-sidebar-title {
    font-size: 15px;
    margin-bottom: 30px;
    color: #13a6c5;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.sidebar-meqale {
    display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    color: black;
    line-height: 1.4;
    transition: .3s;
}
.sidebar-sekil, .sidebar-basliq {
    display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    flex-direction: column;
}
.sidebar-meqale:hover .sidebar-title {
	color: #9898ff;
	transition: .15s;
}
.sidebar-title {
    font-size: 15px;
	margin-bottom: 3px;
    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: 13px;
	margin-top: 3px;
}
.master-widget {
	margin-bottom: 40px;
}
.widgettitle {
    display: none;
}
.master-widget ul {
    margin: -8px 0 0;
    list-style: none;
}
.master-widget li {
    border-bottom: 1px solid #eee;
    color: #999;
}
.master-widget ul a {
    color: black;
    padding: 8px 0;
    display: inline-block;
}
.master-widget ul a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.sidebar-search {
    position: relative;
}
.sidebar-search input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    color: black;
    padding: 0 15px;
    font-size: 15px;
}
.sidebar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #4c3e77;
    color: white;
}
.tedbir-kateqoriyalar a {
    display: block;
    background: #11a5c4;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    color: white;
    border-radius: 5px;
    overflow: hidden;
}
.tedbir-kateqoriyalar a:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: .5s;
    background: #4c3e77;
    z-index: -1;
    opacity: 0;
}
.tedbir-kateqoriyalar a:hover:before {
    transition: .5s;
    width: 100%;
    opacity: 1;
}
.tedbir-kateqoriyalar a:after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}


/* Single post ucun custom css */
.yazi-sekil img {
    border-radius: 15px;
	margin-bottom: 30px;
}
.yazi-meta {
    margin: 10px 0 25px;
}
.yazi-tarix, .yazi-meta a {
    color: #666;
}
.yazi-tarix, .yazi-kateqoriya, .yazi-muellif {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.yazi-tarix:before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: black;
}
.yazi-kateqoriya:before {
    content: '\f044';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.yazi-muellif:before {
    content: '\f2be';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.yazi-tarix-schema {
    display: none;
}
.yazi-metn {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.yazi-metn h2, .yazi-metn h3, .yazi-metn h4, .yazi-metn h5, .yazi-metn h6 {
    text-align: left;
    margin-bottom: 10px;
}
.yazi-metn ul, .yazi-metn ol {
    text-align: left;
}
.master-embed {
    position: relative;
    padding-top: 56%;
}
.master-embed iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


/* Muellif ucun custom css */
.muellif-area {
    margin-top: 40px;
}
.muellif {
    display: table;
    width: 100%;
}
.muellif-blok {
    display: table-cell;
    vertical-align: top;
}
.muellif-bir {
    width: 150px;
}
.muellif-iki {
    width: calc(100% - 150px);
    padding-left: 25px;
    padding-top: 5px;
}
.muellif img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 15px;
}
.muellif-ad {
    font-size: 20px;
}
.muellif-ixtisas {
    font-size: 17px;
    margin-bottom: 10px;
}
.muellif-aciqlama {
    margin-bottom: 10px;
}
@media (max-width: 550px) {
	.muellif-blok {
		display: block;
	}
	.muellif-iki {
		width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
}



/* Error 404 ucun custom css */
.error404-content {
    text-align: center;
    padding: 20px 0;
}
.error404-content h1 {
    font-size: 44px;
}


/* Sual cavab ucun custom css */
.master-accordion .master-accordion-title:before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-right: 15px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 17px;
    color: #4cb8e0;
}
.master-accordion-title.active:before {
    content: "\f068";
}
.master-accordion-title {
	color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px 15px 30px;
    cursor: pointer;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    line-height: 1.4;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
.master-accordion-content {
    color: black;
    margin-top: 15px;
    line-height: 1.8;
    display: none;
}



/* Form ucun custom css */
.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-50 {
    width: 49%;
}
.form-element {
    margin-bottom: 10px;
}
.form-element label {
    display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 3px;
}
.form-element input {
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: black;
    font-size: 15px;
    border-radius: 5px;
}
.form-element textarea {
    border: 1px solid #ddd;
    width: 100%;
    padding: 7px 15px;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    resize: vertical;
    min-height: 90px;
    border-radius: 5px;
}
.form-submit button {
    background: #9898ff;
    color: white;
    padding: 10px 35px;
    font-size: 17px;
    transition: .15s all;
	margin-bottom: 20px;
	border-radius: 5px;
}
.form-submit button:hover {
    background: #4c3e77;
}
#submit-btn:disabled {
    opacity: .5;
    cursor: default;
}
#submit-btn:disabled:hover {
    background: #9898ff;
}
.form-element select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 5px;
}
.alert {
    color: white;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.alert-danger {
    background: #ea0000;
}
.alert-success {
    background: #12b11e;
}
.result .alert {
    display: table;
    background: transparent;
    padding: 0;
    font-weight: 600;
}
.result .alert-danger {
    border-bottom: 2px solid #000;
    color: #000;
}
.result .alert-success {
    padding: 5px 20px;
    border-radius: 5px;
    background: #0e9218;
}
.result .alert-success:before {
    content: '\f058';
    font-family: FontAwesome;
    margin-right: 10px;
}
@media (max-width: 650px) {
	.form-50 {
		width: 100%;
	}
}


/* ACF Map ucun custom css */
.xerite {
    margin-bottom: -60px;
}
.acf-map {
	height: 450px;
	background: #eee;
}
.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;
	}
}


/* Animations ucun custom css */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* Comments ucun custom css */
#comments {
    padding-top: 40px;
}
.qeydiyyatli-user-rey {
    margin-bottom: 15px;
}
.comment-list {
    list-style: none;
    margin: 0;
}
.comment {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.comment-author, .comment-block {
    display: table-cell;
    vertical-align: top;
}
.comment-author {
    width: 70px;
    padding-right: 10px;
}
.comment-author img {
    border: 1px solid #ddd;
    padding: 3px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.comment-block {
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.comment-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.date.float-right {
    color: #a7a7a7;
}
.comment-text p {
    margin-bottom: 5px;
}
.comment-reply {
    text-decoration: underline;
    color: #9898ff;
    cursor: pointer;
    display: inline-block;
}
.comments .children {
    margin: 0 0 0 20px;
    list-style: none;
}
.comments .children > .comment {
    margin-bottom: 0;
}
.byuser .comment-block {
    background: #f5f5f5;
}
.comment-reply-heading-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}
.comment-reply-heading, .comment-reply-cancel {
    padding: 5px 0;
}
.comment-reply-cancel {
    text-decoration: underline;
    color: red;
    cursor: pointer;
    font-size: 14px;
}
.yaziya-rey-bildir-heading {
    margin: 30px 0 15px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.comment .loading:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgb(77 77 77 / 42%);
    border-left-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-top: -7.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;
    margin-left: 10px;
}
.comment .loading:before {
	visibility: hidden;
}
.comment .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);
	}
}
@media (max-width: 600px) {
    .comment-author {
        width: 40px;
        padding-right: 5px;
    }
    .comment-author img {
        width: 35px;
        height: 35px;
    }
}



/* Sekiller ucun custom css */
.page-id-16 main {
    background: #f5f5f5;
}
.sekiller {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    clear: both;
}
.sekil {
    width: 25%;
    opacity: 0;
    padding: 0 15px 30px;
    animation-name: fade;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.sekil-inner {
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}
.sekil a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #eee;
}
.sekil-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(19,166,197,0.99) 99%,rgba(19,166,197,1) 100%);
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    transition: .3s;
}
.sekil-inner:hover .sekil-overlay {
    opacity: 1;
    transition: .5s;
}
@media (min-width: 651px) and (max-width: 1100px) {
    .sekiller {
        margin: 0 -10px;
    }
    .sekil {
        padding: 0 10px 20px;
    }
}
@media (min-width: 361px) and (max-width: 650px) {
    .sekiller {
        margin: 0 -5px;
    }
    .sekil {
        padding: 0 5px 10px;
    }
}
@media (max-width: 360px) {
    .sekiller {
        margin: 0 -10px;
    }
    .sekil {
        padding: 0 10px 20px;
        width: 100%;
    }
}
@media (min-width: 361px) and (max-width: 900px) {
    .sekil {
        width: 50%;
    }
}


/* Elaqe ucun custom css */
.elaqe-bloklar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 30px;
}
.elaqe-blok {
    padding: 0 25px 40px;
    width: 50%;
}
.elaqe-aciqlama {
    margin: 25px 0;
    line-height: 1.8;
    color: #666;
}
.elaqe-icon-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.elaqe-icon {
    width: 35px;
}
.elaqe-icon .fa {
    background: #13a6c5;
    color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.elaqe-icon-detallar {
    width: calc(100% - 35px);
    padding-left: 15px;
}
.elaqe-icon-basliq-iki {
    font-size: 17px;
    line-height: 1.4;
}
.elaqe-icon-detallar, .elaqe-icon-detallar a {
    color: black;
}
.elaqe-form {
    background: #f5f5f5;
    padding: 30px;
}
@media (max-width: 767px) {
    .elaqe-blok {
        width: 100%;
    }
}



/* Slayd ucun custom css */
.slayd-area {
	height: 500px;
	background: #eee;
	overflow: hidden;
}
.slayd {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.slayd-background {
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.active .slayd-background {
    animation-name: slide;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}
@keyframes slide {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}
.slayd-overlay {
    background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,0.57) 43%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0.57) 43%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(51,51,51,0.57) 43%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
}
.slaydlar .owl-prev {
    position: absolute;
    background: transparent!important;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.slaydlar .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: transparent!important;
}
.slaydlar .owl-nav .fa {
    font-size: 26px;
    color: white;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: .3s;
}
.slaydlar .owl-nav .fa:hover {
    background: #9898ff;
    transition: .3s;
}
.slayd-detallar-area {
    display: table;
    height: 100%;
}
.slayd-detallar {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    z-index: 1;
    position: relative;
}
.slayd-detallar-inner {
    width: 50%;
}
.slayd-esas-basliq {
    color: white;
    font-size: 44px;
    opacity: 0;
}
.active .slayd-esas-basliq {
    animation-name: animate;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.slayd-aciqlama {
    color: white;
    line-height: 1.8;
    margin: 30px 0;
    font-size: 17px;
    opacity: 0;
}
.active .slayd-aciqlama {
    animation-name: animate;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
.slayd-button a {
    display: table;
    background: #19a8c6;
    color: white;
    padding: 15px 35px;
    opacity: 0;
    border-radius: 5px;
    font-size: 16px;
}
.active .slayd-button a {
    animation-name: animate;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes animate {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
.animated {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-animated-out {
    z-index: 1;
}
.owl-animated-in {
    z-index: 0;
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 767px) {
	.slaydlar {
		margin-left: -1px;
	}
	.slayd-detallar-area {
		width: 100%;
		padding-top: 40px;
	}
	.slayd-detallar-inner {
		width: 100%;
	}
	.slayd-esas-basliq {
		font-size: 32px;
	}
	.slayd-basliq-ikinci {
		font-size: 24px;
		width: 100%;
	}
	.slayd-aciqlama {
		width: 100%;
	}
	.slayd-area .owl-prev {
		bottom: 20px;
		left: auto;
		right: 56px;
		top: auto;
    	transform: none;
	}
	.slayd-area .owl-next {
		bottom: 20px;
		left: auto;
		right: 10px;
		top: auto;
    	transform: none;
	}
	.slayd-area, .slayd {
    	height: 450px;
	}
	.slayd-detallar {
		vertical-align: bottom;
		padding-bottom: 100px;
	}
	.slayd-overlay {
		background: black;
		opacity: .7;
		width: 100%;
	}
	.slaydlar .owl-nav .fa {
		border-radius: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
@media (min-width: 768px) and (max-width: 1300px) {
	.slayd-detallar-area {
		width: 100%;
		padding: 0 50px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.slayd-detallar-inner {
		width: 75%;
	}
}


/* Haqqimizda ucun custom css */
.esas-haqqimizda {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 80px;
}
.esas-haqq {
    width: 50%;
    padding: 0 25px;
}
.esas-haqq h1 {
    color: #4c3e77;
	margin-bottom: 5px;
}
.esas-haqq h2 {
    font-size: 16px;
    color: #9898ff;
}
.esas-haqq-aciqlama {
    line-height: 1.95;
    margin: 25px 0 30px;
}
.esas-haqq-bir img {
    border-radius: 15px;
	background: #eee;
}
.esas-haqq-detallar ul, .fealiyyet-istiqametlerimiz ul {
	list-style: none;
	margin: 0;
}
.esas-haqq-detallar li, .fealiyyet-istiqametlerimiz li {
	position: relative;
	padding-left: 20px;
}
.fealiyyet-istiqametlerimiz li {
	padding-left: 30px;
}
.esas-haqq-detallar li:before, .fealiyyet-istiqametlerimiz li:before {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #4c3e77;
}
.fealiyyet-istiqametlerimiz li:before {
	content: '\f138';
	color: #9898ff;
}
.esas-haqq-basliq {
    font-size: 18px;
    margin-bottom: 10px;
}
.esas-haqq-blok-aciqlama {
    line-height: 1.8;
}
.esas-haqq-blok-aciqlama p:last-child {
    margin-bottom: 0;
}
.esas-haqq-blok-area {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.esas-haqq-bloklar {
    position: relative;
}
.esas-haqq-bloklar:before {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    background: #eee;
    position: absolute;
    left: 20px;
    z-index: -1;
}
.esas-haqq-blok-icon {
    width: 45px;
    height: 45px;
    background: #9898ff;
    border-radius: 50%;
    padding: 12px;
    margin-top: 15px;
}
.esas-haqq-detallar {
    width: calc(100% - 65px);
    background: #f1f1f1;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
}
.esas-haqq-detallar:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f1f1f1;
    left: -10px;
    top: 28px;
}
.esas-haqq-blok-area:last-child .esas-haqq-detallar {
    margin-bottom: 0;
}
.haqq-aciqlama a {
    color: #4c3e77;
    border-bottom: 2px solid #ddd;
}
.haqq-button:after {
    content: '\f101';
    font-family: FontAwesome;
    background: #9898ff;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-left: 7px;
}
@media (max-width: 999px) {
    .esas-haqq {
        width: 100%;
        padding: 0 25px;
    }
    .esas-haqq-sekil {
        width: 500px;
        margin-bottom: 40px;
    }
}
@media (max-width: 550px) {
    .esas-haqq-sekil {
        width: 100%;
    }
    .esas-haqq-bloklar:before {
        display: none;
    }
    .esas-haqq-blok-icon {
        z-index: 1;
        position: absolute;
        top: 10px;
        left: 0;
    }
    .esas-haqq-detallar {
        width: calc(100% - 25px);
        left: 25px;
    }
}


/* Haqqimizda ucun custom css */
.haqqimizda-basliqlar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px 40px;
}
.haqq-basliq {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.haqq-basliq-bir {
    width: calc(100% - 500px);
}
.haqq-basliq-iki {
    line-height: 1.8;
    text-align: right;
    width: 500px;
}
.haqq-basliq h2, .haqq-basliq h1 {
    color: #4c3e77;
    font-size: 32px;
    margin-bottom: 5px;
}
.haqq-sub-basliq {
    text-transform: uppercase;
    color: #9898ff;
}
.haqq-fikir {
    /*background-image: url(/wp-content/uploads/2020/09/001-right-quotes-symbol.png);*/
    background-size: 70px;
    background-repeat: no-repeat;
    padding: 10px 0 10px 40px;
    font-style: italic;
}
.haqqimizda {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 100px;
	align-items: center;
}
.haqq-blok {
    padding: 0 25px;
    width: 50%;
    line-height: 2;
}
.haqq-blok img {
    border-radius: 15px;
	background: #eee;
}
.haqq-aciqlama {
    position: relative;
    font-size: 16px;
}
.haqq-aciqlama:before {
    content: '\e90b';
    font-family: arrow;
    position: absolute;
    left: -30px;
    font-size: 140px;
    line-height: 1;
    transform: rotate(220deg);
    bottom: -100px;
    color: #9898ff;
    z-index: -1;
}
.haqqimizda-area .haqq-basliq-iki {
    line-height: 1.5;
    width: 300px;
    text-align: left;
    font-size: 16px;
}
@media (max-width: 900px) {
    .haqq-basliq-bir, .haqq-basliq-iki {
        width: 100%;
    }
    .haqq-basliq-iki {
        text-align: left;
        margin-top: 30px;
    }
}
@media (max-width: 850px) {
    .haqq-bir {
        width: 500px;
        margin-bottom: 40px;
    }
    .haqq-iki {
        width: 100%;
    }
}


/* Uzvler ucun custom css */
.tax-uzvler main {
    background: #f1f1f1;
}
.uzvler {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.uzv {
    width: 25%;
    padding: 0 10px 20px;
}
.uzv a {
    color: black;
    background: white;
    display: block;
    border-radius: 10px;
    padding: 10px;
    transition: .3s;
}
.uzv a:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    transition: .3s;
}
.uzv-basliq {
    font-size: 18px;
    margin-bottom: 10px;
}
.uzv-ixtisas {
    color: #666;
    font-size: 14px;
	padding: 0 10px 5px;
}
.uzv-detallari {
    text-align: center;
    margin-top: 15px;
}



/* Single uzv ucun custom css */
.uzvler-aciqlama {
    line-height: 1.9;
    column-count: 2;
    column-gap: 30px;
    margin-bottom: 40px;
    text-align: justify;
}
.uzv-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.uzv-blok {
    padding: 0 25px;
}
.uzv-bir {
    width: 350px;
}
.uzv-iki {
    width: calc(100% - 350px);
    line-height: 1.8;
}
.single-uzv-sekil img {
    border-radius: 15px;
}
.uzv-blok h1 {
    color: #4c3e77;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}
.single-uzv-ixtisas {
    text-align: center;
    font-size: 16px;
    color: #9898ff;
	margin-top: 15px;
}
.uzv-iki h2 {
    font-size: 18px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #19a8c6;
}
.single-uzv-ox {
    display: table;
    margin-left: auto;
    line-height: 1;
    margin-top: -30px;
}
.single-uzv-ox:before {
    content: '\e904';
    font-family: arrow;
    font-size: 120px;
    color: #4c3e77;
}
@media (max-width: 800px) {
    .uzv-iki {
        width: 100%;
        margin-top: 40px;
    }
    .single-uzv-ox {
        display: none;
    }
}
@media (max-width: 400px) {
    .uzv-bir {
        width: 100%;
    }
}


/* Meqsedimiz ucun custom css */
.meqsedlerimiz-area {
    /*background-image: url(/wp-content/uploads/2020/09/background_about_me-1.jpg);*/
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
    background-position: bottom right;
    background-size: 800px;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}
.meqsedimiz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.meqsed-blok {
    width: 33.3%;
    text-align: center;
    padding: 0 15px 40px;
}
.meqsed-icon {
    display: table;
    position: relative;
    margin: 0 auto 30px;
    background: #19a8c6;
    border-radius: 10px;
    padding: 20px;
    width: 75px;
    transform: rotate(-5deg);
}
.meqsed-icon img {
    width: initial;
    transform: rotate(5deg);
}
.meqsed-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #4c3e77;
    border-radius: 10px;
    transform: rotate(15deg);
    width: 75px;
    height: 75px;
}
.meqsed-blok h3 {
    font-size: 20px;
}
.meqsed-aciqlama {
    line-height: 1.8;
    margin-top: 15px;
    color: #555;
    padding: 0 30px;
}
@media (max-width: 500px) {
    .meqsed-blok {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 999px) {
    .meqsed-blok {
        width: 50%;
    }
}


/* Konsultasiya ucun custom css */
.kons-area {
    height: 300px;
    background-color: #19a8c6;
    margin-bottom: -60px;
    /*background-image: url(/wp-content/uploads/2020/09/header-dots.png);*/
    background-position: top right;
    background-size: 260px;
    background-repeat: no-repeat;
}
.kons-bloklar {
    display: flex;
    flex-wrap: wrap;
}
.kons-bir {
    width: 340px;
    height: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transform: rotate(-65deg);
    background: #12a6ec;
    margin-top: -20px;
    box-shadow: 0 0 45px rgba(0,0,0,0.52);
    margin-left: 50px;
}
.kons-iki {
    width: calc(100% - 400px);
    float: left;
    color: white;
    padding: 60px 0 60px 100px;
}
.kons-blok-sekil-area {
    /*background-image: url(/wp-content/uploads/2020/09/kons.jpg);*/
    height: 100%;
    background-size: cover;
    background-position: center right;
    transform: rotate(65deg) scale(1.3);
}
.kons-element, .kons-button {
    display: inline-block;
}
.kons-blok h2 {
    font-size: 32px;
}
.kons-aciqlama {
    margin: 20px 0 25px;
}
.kons-button button {
    background: #4c3e77;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
}
@media (max-width: 999px) {
    .kons-area {
        background-position: bottom right;
        height: auto;
    }
    .kons-iki {
        width: 100%;
        float: none;
        padding: 80px 0!important;
    }
}



/* Esas sehife kons ucun custom css */
.esas-sehife-kons {
    background-position: bottom left;
}
.esas-sehife-kons .kons-iki {
    padding: 60px 100px 60px 0;
    position: relative;
}
.esas-sehife-kons .kons-bir {
    margin-left: 0;
    transform: rotate(65deg);
}
.esas-sehife-kons .kons-blok-sekil-area {
    /*background-image: url(/wp-content/uploads/2020/09/partnyor.jpg);*/
    transform: rotate(-65deg) scale(1.3);
}
.esas-sehife-kons .kons-iki:before {
    content: '\e90e';
    font-family: arrow;
    position: absolute;
    right: 45px;
    bottom: 0;
    font-size: 140px;
    transform: rotate(15deg);
}


/* Partnyorlar ucun custom css */
.partnyorlar-area {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(220,219,219,0.76) 76%,rgba(220,220,220,1) 100%);
    padding: 80px 0;
}
.partnyorlar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.partnyor {
    padding: 0 10px 20px;
    width: 20%;
}
.partnyor a {
    color: black;
}
.partnyor a img {
    transition: .3s;
}
.partnyor a:hover img {
    box-shadow: 0 0 25px #cacaca;
    transition: .3s;
}
.partnyorlar img {
    border-radius: 10px;
}
.partnyor-ad {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.4;
}
@media (max-width: 360px) {
    .partnyor {
        width: 100%;
    }
}
@media (min-width: 361px) and (max-width: 650px) {
    .partnyor {
        width: 50%;
    }
}
@media (min-width: 651px) and (max-width: 999px) {
    .partnyor {
        width: 33.3%;
    }
}



/* Isler ucun custom css */
.isler-area {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(220 219 219 / 76%) 76%,rgb(220 220 220) 100%);
    padding: 0 0 100px;
}
.isler {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.is {
    width: 25%;
    padding: 0 10px 20px;
}
.isler a {
    width: 100%;
    height: 190px;
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.is-ad {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 80px 20px 15px 20px;
    color: white;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(76,62,119,1) 77%,rgba(76,62,119,1) 100%);
    transition: .6s;
    width: 100%;
}
.isler a:hover .is-ad {
    padding-top: 190px;
    transition: .6s;
}
@media (max-width: 500px) {
    .is {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 900px) {
    .is {
        width: 50%;
    }
}


/* Ekspertlerimiz ucun custom css */
.ekspert a {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: black;
	margin-bottom: 5px;
}
.ekspertler-area {
    margin: 80px 0 0;
}
.ekspertler-area .owl-nav {
    position: absolute;
    top: -85px;
    right: 0;
}
.ekspertler-area .owl-nav .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
}
.ekspertler-area .owl-nav button {
    border-radius: 5px;
    margin-left: 5px;
    background: #19a8c6;
    color: white;
    transition: .3s;
}
.ekspertler-area .owl-nav button:hover {
    background: #4c3e77;
    transition: .3s;
}
.ekspert-sekil {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.ekspert-sekil img {
	background: #eee;
}
.ekspert a:hover .meqale-overlay {
    opacity: 1;
    transition: .3s;
}
.ekspert-basliq {
    position: relative;
    display: table;
    margin-bottom: 40px;
    padding-right: 80px;
}
.ekspert-basliq h2 {
    color: #4c3e77;
    font-size: 32px;
    margin-bottom: 5px;
}
.ekspert-sub-basliq {
    text-transform: uppercase;
    color: #9898ff;
}


/* Esas elaqe ucun custom css */
.esas-elaqe-area {
    background-color: #19a8c6;
    color: white;
    margin-bottom: 80px;
    /*background-image: url(/wp-content/uploads/2020/09/header-dots.png);*/
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 200px;
}
.esas-elaqe {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 30px;
}
.esas-elaqe-blok {
    padding: 0 15px 30px;
	width: 33.3%;
}
.esas-elaqe-icon-box {
    display: flex;
    flex-wrap: wrap;
}
.ee-detallar {
    width: calc(100% - 50px);
    padding-left: 25px;
}
.ee-detallar a {
    color: white;
}
.ee-detallar strong {
    opacity: .7;
    padding-right: 10px;
}
.ee-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #bcbcff;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    transform: rotate(-5deg);
    position: relative;
    z-index: 1;
}
.ee-icon:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: #4c3e77;
    transform: rotate(20deg);
    border-radius: 10px;
    display: block;
    z-index: -1;
}
@media (max-width: 767px) {
    .esas-elaqe-blok {
        width: 100%;
        padding-left: 25px;
    }
	.esas-elaqe-area {
		background-image: none;
	}
}


/* Xeberler ucun custom css */
.xeber {
    color: black;
    padding: 30px 0;
    display: block;
    border-bottom: 1px solid #ddd;
}
.xeber-tarix {
    border-bottom: 2px solid #9898ff;
    display: table;
}
.xeber h2 {
    font-size: 36px;
    margin: 15px 0;
}
.xeber-button {
    text-transform: uppercase;
    color: #888;
}
.xeber-button {
	transition: .3s
}
.xeber:hover .xeber-button {
	color: #4c3e77;
	transition: .3s
}
.xeber-tarix, .xeber-etiketler {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}
.xeber-etiket {
    height: 25px;
    line-height: 25px;
    color: white;
    padding: 0 15px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}
.etiket-video {
    background: #de1515;
}
.etiket-musahibe {
    background: #12d634;
}
.etiket-qalereya {
    background: #bf2dad;
}
@media (max-width: 550px) {
    .xeber h2 {
        font-size: 24px;
    }
}


/* Uzvluk ucun custom css */
.uzvluk-bloklar {
    margin: -25px -25px 20px;
    display: none;
    flex-wrap: wrap;
}
.uzvluk-blok {
    width: 50%;
    padding: 0 25px;
}
.form-heading {
    color: #4c3e77;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.uzvluk-bloklar .form-element input {
    background: #f4f5f5;
}
.uzvluk-bloklar .form-element label {
    font-size: 14px;
}
.uzvluk-bloklar .form-submit-area {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.uzvluk-qiymet {
    background: #c61941;
    margin: 10px 0 20px;
    display: table;
    color: white;
    padding: 3px 20px;
    border-radius: 5px;
}
.uzvluk-blok .form-submit button {
    background: #4c3e77;
    padding: 10px 15px;
    font-size: 16px;
}
@media (min-width: 768px) {
	.uzvluk-term {
		background: #f5f5f5;
		padding: 30px;
		border-radius: 10px;
		margin-bottom: 40px;
	}
}
.uzvluk-term {
	margin-bottom: 40px;
}
.uzvluk-term li {
    margin-bottom: 4px;
    line-height: 1.5;
}
.uzvluk-checkbox label {
    font-weight: 600;
    color: #4c3e77;
    cursor: pointer;
}
@media (max-width: 800px) {
    .uzvluk-blok {
        width: 100%;
    }
}



/* Klub fealiyyetu ucun custom css */
.klub-fealiyyet-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.klub-blok {
    padding: 0 25px;
}
.klub-bir {
    width: 66.6%;
}
.klub-iki {
    width: 100%;
}
.klub-blok h2 {
    color: #9898ff;
    margin-bottom: 20px;
    margin-top: 0px;
}
.klub-loqolar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}
.klub-loqo {
    width: 25%;
    text-align: center;
    color: black;
    display: block;
    transition: .3s all;
}
.klub-loqo:hover {
    transform: translateY(-5px);
    transition: .3s all;
}
.klub-sekil {
    display: table;
    position: relative;
    margin: 0 auto 20px;
    background: #4c3e77;
    border-radius: 10px;
    padding: 20px;
    width: 95px;
    transform: rotate(-2.5deg);
}
.klub-sekil:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #19a8c6;
    border-radius: 10px;
    transform: rotate(10deg);
    width: 95px;
    height: 95px;
}
.klub-sekil img {
    width: auto;
    transform: rotate(1.5deg);
}
.loqo-basliq {
    margin-bottom: 40px;
    line-height: 1.3;
}
.klub-aciqlama {
    line-height: 1.8;
}
.kurs-haqqinda {
    margin-top: 60px;
    margin-bottom: 80px;
}
.esas-haqq-detallar h3 {
    color: #4c3e77;
    margin-bottom: 10px;
}
.klub-aciqlama a {
    color: #4c3e77;
    border-bottom: 2px solid #ddd;
    padding-bottom: 2px;
}
.uzv-ol-button a {
    display: table;
    background: #4c3e77;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    color: white;
    border-radius: 5px;
}
.uzv-bottom-area .kons-blok-sekil-area {
    /*background-image: url(/wp-content/uploads/2020/09/partnyor.jpg);*/
}
@media (max-width: 1000px) {
    .klub-blok {
        width: 100%;
    }
    .kurs-haqqinda {
        padding-left: 0;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .klub-loqo {
        width: 33.3%;
    }
}
@media (min-width: 301px) and (max-width: 499px) {
    .klub-loqo {
        width: 50%;
    }
}
@media (max-width: 300px) {
    .klub-loqo {
        width: 100%;
    }
}



/* Elv sehiyye ucun custom css */
.elm-sehiyye {
    column-count: 2;
    column-gap: 50px;
    line-height: 1.8;
    text-align: justify;
    position: relative;
}
@media (min-width: 800px) {
    .elm-sehiyye:after {
        content: '\e90e';
        font-family: arrow;
        position: absolute;
        right: 45px;
        top: 80%;
        font-size: 140px;
        transform: rotate(-15deg);
        color: #4c3e77;
    }
}
.fealiyyet-istiqametlerimiz {
    margin-top: 40px;
}
.fealiyyet-istiqametlerimiz h2 {
    color: #4c3e77;
    margin-bottom: 20px;
}
.fealiyyet-istiqametlerimiz li {
    margin-bottom: 5px;
}
.page-id-289 .fealiyyet-istiqametlerimiz ul, .page-id-424 .fealiyyet-istiqametlerimiz ul {
    column-count: 2;
    column-gap: 30px;
}
@media (min-width: 768px) and (max-width: 999px) {
    .elm-sehiyye, .page-id-289 .fealiyyet-istiqametlerimiz ul, .page-id-424 .fealiyyet-istiqametlerimiz ul {
        column-gap: 30px;
    }
}
@media (max-width: 767px) {
    .elm-sehiyye, .page-id-289 .fealiyyet-istiqametlerimiz ul, .page-id-424 .fealiyyet-istiqametlerimiz ul {
        column-count: 1;
    }
}



/* Owl carousel ucun custom css */
.owl-carousel {
	display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Uzvler ucun custom css */
.butun-ekspertler {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.butun-ekspertler .ekspert {
    width: 25%;
    padding: 0 10px 20px;
}
@media (max-width: 500px) {
    .butun-ekspertler .ekspert {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 800px) {
    .butun-ekspertler .ekspert {
        width: 50%;
    }
}
@media (min-width: 801px) and (max-width: 999px) {
    .butun-ekspertler .ekspert {
        width: 33.3%;
    }
}



/* Toolbar ucun custom css */
.elaqeheader {
    position: relative;
    z-index: 1000000;
}
@media (min-width: 768px) {
	.telefon, .whatsappmobil {
		display: none;
	}
}
.telefon a {
    position: fixed;
    z-index: 10;
    background: #9898ff;
    color: white!important;
    border-radius: 100%;
    bottom: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px!important;
	font-size: 20px;
}
.whatsappmobil a {
    position: fixed;
    z-index: 10;
    background: #45c71b;
    color: white!important;
    border-radius: 100%;
    bottom: 70px;
    left: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px!important;
    font-size: 20px;
}



/* Single klub ucun custom css */
.klub-elaqe {
    margin-top: 30px;
}
.klub-icon {
    margin-bottom: 5px;
}
.klub-icon a {
    color: black;
}
.klub-icon:before {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    font-size: 20px;
}
.klub-facebook:before {
    content: '\f230';
    color: #6f6fd2;
}
.klub-instagram:before {
    content: '\f16d';
    color: #b76464;
}
.klub-youtube:before {
    content: '\f16a';
    color: red;
}
.klub-telefon:before {
    content: '\f095';
    color: #444;
}
.klub-email:before {
    content: '\f2b6';
    color: #757575;
}


/* Custom registration ucun custom css */
.register-form {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 15px;
}
.register-form h3 {
    color: #4c3e77;
    margin-bottom: 20px;
}
.single-tedbir .uzvluk-qiymet {
    display: none;
}


/* Odenis ucun custom css */
@media (min-width: 768px) {
    .page-id-518 main {
        background: #eee;
    }
}
.atu-tedbir {
    display: flex;
    flex-wrap: wrap;
}
.atu-bir {
    width: 33.3%;
}
.atu-sekil {
    margin-top: 30px;
}
.atu-sekil img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.atu-haqqinda {
    padding: 30px 30px 30px 0;
    line-height: 1.8;
}
.atu-iki {
    width: 66.6%;
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 0 25px rgb(152 152 152 / 23%);
}
.atu-detallar h2 {
    color: #9898ff;
    margin-bottom: 25px;
}
.atu-detallar table {
    width: 100%;
    margin-bottom: 30px;
}
.atu-detallar table td {
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
    line-height: 1.5;
}
.atu-detallar table td:first-child {
    font-weight: 600;
}
.atu-buttonlar-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.atu-button-bir a {
    color: black;
    border-bottom: 2px solid red;
    padding: 3px 0;
}
.atu-button-odenis {
    background: #4c3e77;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: .15s all;
    width: 150px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
}
.atu-button-odenis:hover {
    background: #9898ff;
}
.atu-element {
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.atu-element-bir {
    font-weight: 600;
}
.atu-element:last-child {
    border-bottom: 0;
    margin-bottom: 30px;
}
.atu-results {
    background: red;
    color: white;
    text-align: center;
    line-height: 1.5;
    padding: 5px 20px;
    margin-top: 20px;
	border-radius: 5px;
	display: none;
}
.success-payment {
    background: #0eb90e;
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 1.2;
    padding: 8px 15px;
}
@media (max-width: 767px) {
    .atu-bir, .atu-iki {
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
    .atu-iki {
        order: 1;
    }
    .atu-bir {
        order: 2;
    }
    .atu-sekil {
        border-radius: 10px;
    }
    .atu-button-bir, .atu-button-iki {
        width: 100%;
        text-align: center;
    }
    .atu-button-bir {
        order: 2;
    }
    .atu-button-odenis {
        margin: 0 auto 10px;
    }
}


/* Loading ucun custom css */
.loading:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-left: -7.5px;
    margin-top: -7.5px;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
	opacity: 1;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.loading:before {
	visibility: hidden;
}
.loading {
    color: transparent!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@-webkit-keyframes wd-rotate {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes wd-rotate {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#wp-admin-bar-new-user {
	display: none;
}
