@font-face { font-family: gordita; font-display: swap; src: url('/assets/fonts/gordita.woff'); }
h1, h2, h3, h4, .fontbold, .pagination {
	font-family: gordita, Arial, sans-serif;
	font-weight: 400!important;
}
h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.3;
}

html {
    scroll-behavior: smooth;
}

:root {
	--gradient-1: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-4: linear-gradient(180deg, #fff, #f6f9ff);
    --gradient-2: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 242, 255) 100%);
    --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
    --gradient-4: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%);
    --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-6: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15));
    --gradient-7: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%);
	--gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%); 
    --gradient-9: linear-gradient(180deg, #6827FF 0%, #E3F0FF 100%);
}

/* Container for parallax */
.home-about-image {
  position: relative;
  overflow: hidden;
  height: 750px; /* Adjust height as needed */
}

/* Parallax image */
.home-about-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 0.2s ease-out;
}

@media (min-width: 990px) {
    
.post_bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex-wrap: nowrap;
    width: 100%;
}
    
    
.master-post {
    position: relative;

}
.pagination {
    margin: 80px 0 0 !important;
}
.master-post {

    margin-bottom: 20px;
}

}



@media (max-width: 550px) {

.topbar-block.topbar-first {
    display: none;
}
.home-about-image {
    height: 450px !important;
    margin-top: -227px !important;
}

}




/** Backgrounds **/

.home-groups-area {
    background: var(--gradient-1) !important;
}
.home-about-area {
    background: var(--gradient-2) !important;
}
.banner-area {
	background: var(--gradient-8) !important;
    padding: 80px 20px;
}
.banner-block-area {
    background: var(--gradient-7) !important;
}
.banner-button a {
	background: var(--gradient-1) !important;
}
.stat-area {
	background-image: url(/uploads/bg/bg-g1.webp) !important;
}
.student {
    width: calc(100% / 6) !important;
  /**  background: var(--gradient-6) !important; **/
    padding: 10px !important;
    border-radius: 10px;
    margin: 0 10px !important;
}
.students {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0px;
    justify-content: center;
}
.home-group-item a:before {

    background: var(--gradient-3) !important;
	
	color: #fff !important;
}

body {
	font-size: 15px;
	color: black;
	font-family: Inter, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	width: 100%;
}
body .slide-button a, body .review-button a {
	    color: #ffffff;
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #2a52eb, #b864e7, #b866e5, #2a51e7) !important;
}
body .slide-button a:hover, body .review-button a:hover {
    background-color: inherit;
    background-position: 102% 0;
    transition: all 0.4s ease-in-out;
}


#outer-wrap {
    overflow-x: hidden;
}
.full-width {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    position: relative;
}
.container, .has-sidebar #content-wrap {
	width: 1150px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 1;
}
#primary {
    padding-bottom: 60px;
}
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
button {
    padding: 0;
    border: 0;
    cursor: pointer;
    transition: .15s all;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
p {
    margin: 0 0 15px;
}
:root {
	--main-color: #110319;
	--second-color: #bfcaff;
}
a, :visited {
    color: var(--main-color);
    text-decoration: none;
	-webkit-transition: .15s all;
	-o-transition: .15s all;
	transition: .15s all;
}
iframe {
    border: 0;
    max-width: 100%;
}

.post_bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.post_price a {
    background: #1f0319;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 16px;
}

/* Default input */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}
input[type=radio] {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: white;
    top: 0;
    left: 0;
}
input[type=radio]:checked {
    border-color: var(--main-color);
}
input[type=radio]:checked:before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[type=radio] + label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 30px;
}
input[type=checkbox] {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    border-radius: 3px;
}
input[type=checkbox]:checked {
    background: var(--main-color);
    border-color: var(--main-color);
    color: white;
}
input[type=checkbox]:checked:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
}
input[type=checkbox] + label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 35px;
    margin-bottom: 0;
}
input[type=file]::file-selector-button {
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 15px;
}
sup, sub {
    font-size: 12px;
}


/* Layout ucun custom css */
.right-sidebar #content-wrap, .left-sidebar #content-wrap {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.right-sidebar #primary {
    width: calc(100% - 360px);
    padding-right: 40px;
}
.left-sidebar #primary {
    width: calc(100% - 360px);
    padding-left: 40px;
}
.has-sidebar #sidebar {
    width: 360px;
}
.right-sidebar #sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.mobile-share {
    display: none;
}
@media (max-width: 959px) {
    .has-sidebar #primary, .has-sidebar #sidebar {
        width: 100%;
        padding: 0;
    }
    #primary {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    #sidebar {
        margin-top: 40px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .desktop-share {
        display: none;
    }
    .mobile-share {
        display: block;
    }
}


/* Header ucun custom css */
#site-header {
    position: relative;
    z-index: 5;
    background-image: url(/uploads/2022/03/students-knowing-right-answer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#site-header:before {
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .4;
}
#site-header-inner {
    z-index: 5;
}
.master-header-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding: 15px 0;
	width: 100%;
}
#site-logo {
	width: 100px;
}
#site-logo img {
      filter: brightness(0) invert(1);

}
#site-navigation-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#site-navigation {
    float: right;
    position: relative;
}
#site-navigation > div, #master-menu-search {
	display: inline-block;
	vertical-align: middle;
}
#site-navigation-wrap .master-main-menu {
    list-style: none;
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    margin: 0;
    padding: 0;
}
#site-navigation-wrap .master-main-menu > .menu-item {
    margin: 0 17px;
    position: relative;
    height: 50px;
    line-height: 50px;
}
#site-navigation-wrap .master-main-menu > .menu-item > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #b063e8;
    display: block;
    bottom: -8px;
    transition: .3s all;
}
#site-navigation-wrap .master-main-menu > .menu-item > a:hover:before {
    width: 100%;
}
#site-navigation-wrap .master-main-menu a {
	color: white;
	white-space: nowrap;
	font-size: 16px;
	position: relative;
}
#site-navigation-wrap .master-main-menu a:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: var(--second-color);
    width: 0;
    transition: .3s all;
}
#site-navigation-wrap .master-main-menu > .menu-item > li > a:hover:before, #site-navigation-wrap .master-main-menu > .menu-item > li > .current-menu-item a:before {
    width: 100%;
}
#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;
}
#site-navigation-wrap .menu-item-has-children:hover > .sub-menu {
	display: block;
	background: var(--main-color);
	padding: 5px 0;
}
#site-navigation-wrap .master-main-menu .sub-menu li {
	margin: 0;
	position: relative;
}
#site-navigation-wrap .sub-menu a {
    padding: 5px 15px;
    display: block;
	height: auto;
    line-height: normal;
    white-space: nowrap;
}
#site-navigation-wrap .sub-menu a:hover {
	background: var(--second-color);
	color: black;
}
#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%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#site-navigation-wrap .sub-menu .menu-item-has-children > a {
    padding-right: 30px;
    position: relative;
}
@media (max-width: 959px) {
    #site-navigation-wrap {
        display: none;
    }
	#site-logo {
		display: table;
	}
}
@media (min-width: 960px) {
    #mobile-sidebar-menu, .mobile-menu-area {
        display: none;
    }
}


/* Mobile menu ucun custom css */
#mobile-sidebar-menu {
    width: 25px;
}
.mobil-menu-line-icon {
    position: relative;
    float: right;
	cursor: pointer;
}
.mobil-menu-line-icon span {
    width: 25px;
    height: 2px;
    margin-bottom: 6px;
    background: white;
    display: block;
}
.mobil-menu-line-icon span:last-child {
    margin-bottom: 0;
}
.mobile-menu-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    background: #262626;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    transform: translate3d(100%,0,0);
    -webkit-transition: .3s all;
         -o-transition: .3s all;
            transition: .3s all;
}
.active-mobile-menu {
	transform: none;
}
.mobile-menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-menu-area .sub-menu {
    display: none;
    background: #363636;
}
.mobile-menu-area a {
    font-size: 17px;
    position: relative;
    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;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#mobile-sidebar-menu .sub-menu .sub-menu {
    background: #484848;
}
.mobile-search-area {
    position: relative;
    margin-bottom: 60px;
}
.mobile-search-area input {
    width: 100%;
    border: 0;
    height: 55px;
    font-size: 17px;
    padding: 0 20px;
    background: #464646;
    color: white;
}
.mobile-search-area input::-webkit-input-placeholder {
    opacity: 1;
}
.mobile-search-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%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.menu-mobile-reg a {
    background: var(--second-color);
    color: black;
}



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


/* Page header ucun custom css */
#page-header {
    padding: 35px 0 50px;
    margin-bottom: 60px;
}
.page-header-title {
    font-size: 28px;
    line-height: 1.3;
    color: white;
}
.breadcrumbs {
    margin-top: 5px;
}
.breadcrumbs, .breadcrumbs a {
    color: white;
}
.breadcrumbs__separator {
    margin: 0 7px;
}



/* Index ucun custom css */
.master-posts {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px -50px;
}
.master-post {
    width: 33.3%;
    padding: 0 15px 50px;
}
.master-post-thumbnail {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.master-post-thumbnail img {
    background: #eee;
}
.master-post-thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
}
.master-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, rgb(67 96 165) 0%, rgba(0,0,0,0) 50%);
    opacity: 0;
    transition: .3s all;
}
.master-post-thumbnail a:hover .master-post-overlay {
    opacity: 1;
}
.master-post-title {
    margin-bottom: 15px;
    margin-top: 15px;
}
.master-post-title a {
    font-size: 19px;
    line-height: 1.4;
    display: block;
    color: black;
    font-size: 16px;
}
.master-post-excerpt {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #444;
    word-break: break-words;
}
.master-post-button a {
    display: inline-block;
    color: #ffffff;
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #2a52eb, #b864e7, #b866e5, #2a51e7) !important;
    border-radius: 5px;
    padding: 8px 20px;
    line-height: 1;
    font-size: 16px;
}
.master-post-button a:hover {
    background: #333;
}
.master-post-button a:after {
    content: '\f178';
    font-family: FontAwesome;
    margin-left: -15px;
    opacity: 0;
    transition: .3s all;
}
.master-post-button a:hover:after {
    margin-left: 10px;
    opacity: 1;
}
.master-post-date {
    position: absolute;
    top: 0;
    left: 15px;
    background: var(--second-color);
    color: black;
    font-weight: 600;
    font-size: 14px;
    padding: 3px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.master-accordion-title:hover {
    color: #606060;
}
@media (max-width: 500px) {
    .master-post {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 999px) {
    .master-post {
        width: 50%;
    }
}


/* Footer ucun custom css */
#footer {
    background: #f7f7ff;
}
#footer, #footer a {
    color: #696969;
    line-height: 1.8;
}
#footer a:hover {
    color: var(--main-color);
}
.footer-area {
    padding: 80px 0 40px;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
.footer-block {
	width: 33.3%;
	padding: 0 15px 40px;
}
.footer-block h3 {
    color: black;
    font-size: 22px;
    margin-top: 15px;
    color: var(--main-color);
}
.footer-elements {
    margin: 20px 0;
}
.footer-block h4 {
    color: black;
    font-size: 22px;
    margin-bottom: 20px;
}
.footer-description {
    line-height: 1.5;
    margin-bottom: 20px;
}
.footer-form-area {
    margin-bottom: 30px;
}
.footer-form-element {
    position: relative;
    margin-bottom: 15px;
}
.footer-form-element input {
    border: 1px solid transparent;
    background: white;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: black;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
}
.footer-form-element input:focus {
    border-color: #222;
}
.footer-form-element .empty-footer-phone {
    border-color: red;
}
.footer-form-submit button {
    background: var(--second-color);
    font-size: 15px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    transition: .25s all;
}
.footer-form-submit button:hover {
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #2a52eb, #b864e7, #b866e5, #2a51e7) !important;
    color: #fff;
    transition: .25s all;
}
.footer-form-element button:hover {
    background: #222;
    color: white;
}
.callout-result {
    text-align: center;
    color: black;
    margin: 0 0 30px;
    font-size: 17px;
    display: none;
}
.callout-result:before {
    content: '\f058';
    font-family: FontAwesome;
    margin-right: 10px;
    color: red;
}
.footer-inner-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -40px;
}
.footer-inner-block {
    width: 50%;
    padding: 0 15px 40px;
}
.footer-links {
    padding-top: 10px;
    column-count: 2;
}
.footer-links a {
    display: table;
    margin-bottom: 7px;
}
.footer-logo {
    width: 100px;
}
@media (min-width: 768px) and (max-width: 999px) {
	.footer-block {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.footer-block {
		width: 100%;
	}
}
@media (max-width: 300px) {
    .footer-inner-block {
        width: 100%;
    }
}



/* Footer bottom ucun custom css */
#footer-bottom {
    background: #f7f7ff;
    padding: 20px 0;
    border-top: 1px solid #ebebf9;
}
#footer-bottom, #footer-bottom a {
    color: #999;
}
#footer-bottom a:hover {
    color: white;
}
.master-footer-bottom {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@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;
    display: none;
}
#site-scroll-top .fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #2a52eb, #b864e7, #b866e5, #2a51e7) !important;
    color: white;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
    font-size: 26px;
    text-align: center;
}
#site-scroll-top .fa:hover {
    background: var(--second-color);
}
.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;
    }
}


/* social sebekeler ucun custom css */
#footer .social-networks a {
    color: white!important;
    width: 30px;
    height: 30px;
    line-height: 30px!important;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 16px;
    margin-right: 5px;
}
#footer .facebook-social {
    background: #6f6fd2;
}
#footer .instagram-social {
    background: #bb8181;
}
#footer .youtube-social {
    background: #e00000;
}
#footer .whatsapp-social {
	background: #00da00;
}
#footer .twitter-social {
	background: #55adee;
}
#footer .telegram-social {
	background: #0088cc;
}
#footer .linkedin-social {
	background: #0e76a8;
}
#footer .social-networks a:hover {
	background: #555;
}



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


/* Social share ucun custom css */
.master-social-share-area {
    margin-bottom: 40px;
}
.master-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.master-social-share-area ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.master-social-share-area li {
    width: 20%;
    padding: 0 5px;
    color: white;
    text-align: center;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.master-social-share-area a {
    color: white;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
}
.master-social-share-area li .fa {
    margin-right: 10px;
}
.twitter-share a {
    background: #00aced;
}
.twitter-share a:hover {
    background: #0093cb;
}
.facebook-share a {
    background: #3b5998;
}
.facebook-share a:hover {
    background: #324b80;
}
.telegram-share a {
    background: #0088cc;
}
.telegram-share a:hover {
    background: #3e659c;
}
.email-share a {
    background: #e40303;
}
.email-share a:hover {
    background: #ca0303;
}
.whatsapp-share a {
    background: #30d244;
}
.whatsapp-share a:hover {
    background: #25b938;
}
@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: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
}
.next-previous-post {
    padding: 0 15px;
}
.no-prev-es-post {
    display: table;
    margin-left: auto;
}
.post-navigation a {
    color: black;
    position: relative;
	width: 50%;
}
.next-previous-heading {
    display: table;
    background-color: var(--main-color);
    color: white;
    padding: 3px 20px;
    margin-bottom: 10px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.post-navigation a:hover .next-previous-heading {
    background: var(--second-color);
}
.next-post .next-previous-heading {
    margin-left: auto;
    margin-right: 0;
}
.next-post {
    text-align: right;
    margin-left: auto;
}
.prev-post-no {
    display: table;
    margin-right: 0;
    margin-left: auto;
}
.next-previous-post > div {
    position: relative;
}
.next-previous-post > div:before {
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: white;
    text-align: center;
    border-radius: 3px;
    background: var(--main-color);
    display: inline-block;
    font-size: 14px;
}
.prev-post > div {
    padding-left: 40px;
}
.prev-post > div:before {
    content: '\f104';
    margin-right: 15px;
    left: 0;
}
.next-post > div {
    padding-right: 40px;
}
.next-post > div:before {
    right: 0;
    content: '\f105';
    margin-left: 15px;
}
@media (max-width: 767px) {
	.post-navigation a {
		width: 100%;
	}
}



/* Wordpress default gallery css */
.ms-gallery {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
.ms-image-9 {
    width: calc(100% / 9);
}
.ms-image-8 {
    width: calc(100% / 8);
}
.ms-image-7 {
    width: calc(100% / 7);
}
.ms-image-6 {
    width: calc(100% / 6);
}
.ms-image-5 {
    width: 20%;
}
.ms-image-4 {
    width: 25%;
}
.ms-image-3 {
    width: 33.3%;
}
.ms-image-2 {
    width: 50%;
}
.ms-image-1 {
    width: 100%;
}
.ms-image {
    padding: 0 10px 20px;
    margin: 0;
}
.ms-image a {
    display: block;
}
.ms-image img {
    background: #eee;
}
figure.image {
    margin: 0 0 20px;
}
.image figcaption {
    font-style: italic;
    margin-top: 5px;
}
.ms-gallery-tools {
    display: none;
}
@media (max-width: 340px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }
    .ms-image {
        width: 100%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 341px) and (max-width: 767px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }
    .ms-image {
        width: 50%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 767px) and (max-width: 959px) {
    .ms-image {
        width: 33.3%!important;
    }
}



/* Sidebar ucun custom css */
.master-sidebar-title {
    font-size: 15px;
    margin-bottom: 30px;
    color: var(--main-color);
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.sidebar-post {
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
    color: black;
    line-height: 1.4;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.sidebar-post-thumbnail {
    width: 60px;
}
.sidebar-post-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.sidebar-post:hover .sidebar-post-title {
	color: var(--main-color);
}
.sidebar-post-title {
    font-size: 14px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.sidebar-thumbnail {
    width: 60px;
    height: 60px;
}
.sidebar-details {
    padding-left: 20px;
	width: calc(100% - 60px);
}
.sidebar-post-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;
}
.widget-archives {
    margin-top: 7px;
}
.widget-archives a {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    padding-top: 7px;
    color: black;
}
.widget-archives a:hover {
    color: var(--main-color);
}
.widget-archives a:before {
    content: '\f114';
    font-family: FontAwesome;
    margin-right: 10px;
    color: black;
}
.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: var(--main-color);
    color: white;
}
.post-countdown {
    background: #f7f7ff;
    border-radius: 10px;
    padding: 30px 0 0;
    margin-bottom: 40px;
}



/* Single post ucun custom css */
.single-post-title h1 {
    margin-bottom: 30px;
}
.single-post-thumbnail {
    margin-bottom: 30px;
}
.single-post-thumbnail img {
    background: #eee;
	width: auto;
	max-height: 350px;
}
.single-post-meta {
    margin: 10px 0 25px;
}
.single-post-date, .single-post-meta a {
    color: #666;
}
.single-post-date, .single-post-category, .single-post-author {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.single-post-date:before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: black;
}
.single-post-category:before {
    content: '\f044';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.single-post-author:before {
    content: '\f2be';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.single-post-container-main {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.single-content img {
	width: auto;
	max-height: 350px;
}
img.aligncenter {
    margin: 0 auto;
}
.single-content-area {
    margin-bottom: 40px;
}
.single-content {
    font-size: 16px;
    line-height: 1.9;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    text-align: left;
    margin-bottom: 10px;
}
.single-content ul, .single-content 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;
}
.master-table {
    overflow-x: auto;
    max-width: 100%;
}



/* Muellif ucun custom css */
.single-author-area {
    margin-top: 40px;
}
.single-author {
    display: table;
    width: 100%;
}
.single-author-block {
    display: table-cell;
    vertical-align: top;
}
.single-author-first {
    width: 150px;
}
.single-author-second {
    width: calc(100% - 150px);
    padding-left: 25px;
    padding-top: 5px;
}
.single-author img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-author-name {
    font-size: 20px;
}
.single-author-profession {
    font-size: 17px;
    margin-bottom: 10px;
}
.single-author-description {
    margin-bottom: 10px;
}
.no-image-author:before {
    content: '\f2be';
    font-family: FontAwesome;
    width: 150px;
    height: 150px;
    background: #eee;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 76px;
    color: #999;
}
@media (max-width: 550px) {
	.single-author-block {
		display: block;
	}
	.single-author-second {
		width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
}


/* Youtube ucun custom css */
.youtube-videos {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
.youtube-video {
    padding: 0 15px 30px;
    width: 25%;
}
.youtube-image-area {
    position: relative;
}
.youtube-image {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 56.26%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
}
.youtube-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.youtube-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
}
.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -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;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.youtube-image-area:hover .youtube-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.youtube-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.youtube-image-area:hover .youtube-play-icon {
    opacity: 1;
}
.play-video:before {
    content: '\f04b';
    font-family: FontAwesome;
    color: white;
    font-size: 18px;
}
.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;
}
.youtube-heading a {
    display: block;
    margin-top: 10px;
    line-height: 1.35;
    color: black;
    font-weight: 600;
    font-family: Arial,Helvetica,sans-serif;
}
.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
}
.next-videos {
    width: 100%;
    padding: 0 15px;
}
.next-video-button {
    display: table;
    margin: 0 auto;
    background: var(--main-color);
    color: white;
    padding: 10px 25px;
    line-height: 1.3;
    cursor: pointer;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.next-video-button:hover {
    background: var(--second-color);
}
.next-video-button::-moz-selection {
    background: transparent;
}
.next-video-button::selection {
    background: transparent;
}
.loading-area {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-shadow: 0 0 5px black;
    opacity: 0;
}
.youtube-videos .youtube-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;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
    opacity: 1;
    -webkit-animation: wd-rotate 550ms infinite linear;
    animation: wd-rotate 550ms infinite linear;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.youtube-videos .youtube-loading:before {
	visibility: hidden;
}
.youtube-videos .youtube-loading {
	color: transparent!important;
	position: relative;
}
@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-icon, .youtube-play-icon {
		opacity: 1;
	}
	.play-video:before {
	    font-size: 22px;
	}
}


/* Instagram ucun custom css */
.instagram-images {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -10px;
}
.instagram-image {
	width: 25%;
	padding: 0 10px 20px;
}
.instagram-ratio {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 100%;
}
.instagram-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
    background-color: #eee;
}
.instagram-image-link:hover .instagram-image-details {
	opacity: 1;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.instagram-image-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	opacity: 0;
}
.instagram-image-link:hover:before {
	opacity: 1;
}
.instagram-image-detallar {
    color: white;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-weight: 600;
	opacity: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.instagram-icon {
    margin: 0 3px;
}
.instagram-icon:before {
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.next-images {
    width: 100%;
    padding: 0 15px;
}
.next-image-button {
    display: table;
    margin: 0 auto;
    background: var(--main-color);
    color: white;
    padding: 10px 25px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.next-image-button:hover {
    background: var(--second-color);
}
.next-image-button::-moz-selection {
    background: transparent;
}
.next-image-button::selection {
    background: transparent;
}
.instagram-nav-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 1;
    font-size: 36px;
    text-shadow: 0 0 15px black;
    cursor: pointer;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.instagram-button-prev {
    left: 0;
}
.instagram-button-next {
    right: 0;
}
.instagram-ratio-carousel {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.instagram-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.instagram-carousel, .instagram-carousel .swiper-wrapper, .instagram-carousel .swipet-slide {
    height: 100%;
}
.instagram-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.instagram-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.instagram-video:hover .instagram-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
@media (min-width: 601px) and (max-width: 999px) {
	.instagram-image {
		width: 33.3%;
	}
}
@media (max-width: 600px) {
	.instagram-image {
		width: 50%;
	}
}



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


/* Sual cavab ucun custom css */
.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;        
    -moz-user-select: none;
    -ms-user-select: none;
}
.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: var(--main-color);
}
.master-accordion-title.active:before {
    content: "\f068";
}
.master-accordion-content {
    color: black;
    margin-top: 15px;
    line-height: 1.8;
    display: none;
}


/* Form ucun custom css */
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.form-50 {
    width: 49%;
}
.form-element {
    margin-bottom: 15px;
	position: relative;
}
.form-element label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
.form-element input, .form-element select {
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: black;
    font-size: 15px;
    border-radius: 5px;
}
.form-element select {
    -webkit-appearance: none;
    background: white;
    background-image: url(/uploads/extra/chevron-down.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 15px;
    background-size: 18px;
    cursor: pointer;
    padding-right: 30px;
}
.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;
}
.form-checkbox, .form-radio {
    position: relative;
    margin-bottom: 15px;
}
.form-submit button {
    color: #ffffff;
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #2a52eb, #b864e7, #b866e5, #2a51e7) !important;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    font-size: 17px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
	margin-bottom: 20px;
	border-radius: 5px;
}
.form-submit button:hover {
    background-color: inherit;
    background-position: 102% 0;
    transition: all 0.4s ease-in-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.form-file input {
    background: white;
}
.form-element span, .form-checkboxes-area span {
    color: red;
    font-size: 20px;
    line-height: 1;
}
.form-element label, .form-checkboxes-area > label {
    font-weight: 600;
}
.form-checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.form-checkboxes .form-checkbox {
    margin-right: 15px;
}
.form-result:not(:empty) {
    margin-top: 20px;
}
.alert {
    color: white;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.alert-danger {
    background: #ea0000;
}
.alert-success {
    background: #12b11e;
}
@media (max-width: 650px) {
	.form-50 {
		width: 100%;
	}
}


/* ACF Map ucun custom css */
.acf-map-area {
    position: relative;
}
.acf-map {
	height: 550px;
	background: #eee;
}
.map-details {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.map-address {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    margin: 3px 0 5px;
}
.gm-style-moc {
    background-color: transparent;
}
.gm-style-mot {
	font-size: 0;
}
.direction {
    color: #111;
	background: white;
    padding: 5px 15px;
    border-radius: 5px;
	display: block;
    -webkit-box-shadow: 0 0 10px #b5b5b5;
            box-shadow: 0 0 10px #b5b5b5;
}
.direction:before {
    content: '\f138';
    font-family: FontAwesome;
    margin-right: 10px;
}



/* 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 */
.default-comment-form-area {
    display: none;
}
.comment-reply-area {
    margin-bottom: 20px;
}
#comments {
    padding-bottom: 20px;
}
.comment-count-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.comment-list {
    list-style: none;
    margin: 0;
}
.comment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
.comment-author, .comment-block {
    display: table-cell;
    vertical-align: top;
}
.comment-author {
    width: 70px;
    padding-right: 10px;
}
.comment-author .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f7f7ff;
    font-size: 30px;
    color: #999;
}
.comment-author img {
    border: 1px solid #ddd;
    padding: 3px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
}
.comment-block {
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: calc(100% - 70px);
}
.comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.date.float-right {
    color: #a7a7a7;
}
.comment-text p {
    margin-bottom: 5px;
}
.comment-reply {
    text-decoration: underline;
    color: var(--main-color);
    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: #f7f7ff;
}
.comment-reply-heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
}
.logged-user-comment-author {
    margin-bottom: 10px;
}
.comment-name {
    padding-right: 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;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
    opacity: 1;
    -webkit-animation: wd-rotate 550ms infinite linear;
    animation: wd-rotate 550ms infinite linear;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    margin-left: 10px;
}
.comment .loading:before {
	visibility: hidden;
}
.comment .loading {
	color: transparent!important;
	position: relative;
}
.default-comment-form {
    width: 100%;
    margin-top: 15px;
}
@-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;
    }
}


/* Rating */
.comment-ratings {
    display: flex;
    align-items: center;
    margin: 0 -2px;
}
.comment-ratings input {
    display: none;
}
.comment-rating label {
    padding: 0 2px!important;
}
.comment-rating label:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #ddd;
    font-size: 20px;
}
.active-comment-rating label:before {
    color: orange;
}


/* Sekiller ucun custom css */
.master-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.master-image {
    width: 25%;
    padding: 0 10px 20px;
}
.master-image a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.master-image img {
	background: #eee;
}
.master-image-overlay {
    background: linear-gradient(15deg, rgb(67 96 165) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all;
}
.master-image a:hover .master-image-overlay {
    opacity: 1;
}
@media (max-width: 350px) {
	.master-image {
		width: 100%;
	}
}
@media (min-width: 351px) and (max-width: 767px) {
	.master-gallery {
		margin: 0 -5px;
	}
	.master-image {
		width: 50%;
		padding: 0 5px 10px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.master-image {
		width: 33.3%;
	}
}



/* Table ucun custom css */
table {
    width: 100%;
    line-height: 1.5;
    border-collapse: collapse;
    margin: 20px 0;
	text-align: left;
}
th, td {
    border: 1px solid #ddd;
    padding: 5px 15px;
}
tr:nth-child(odd) {
    background: #f7f7ff;
}



/* Toolbar ucun custom css */
.toolbar-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000000;
}
.toolbar-area a {
    position: absolute;
    color: white;
    border-radius: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
	font-size: 20px;
	display: block;
}
.toolbar-phone {
    background: #6565ff;
    bottom: 0;
}
.toolbar-whatsapp {
    background: #45c71b;
    bottom: 55px;
}
@media (min-width: 768px) {
	.toolbar-area {
	    display: none;
	}
}



/* 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: loading 450ms infinite linear;
    animation: loading 450ms infinite linear;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.loading:before {
	visibility: hidden;
}
.loading {
	color: transparent!important;
	position: relative;
}
@-webkit-keyframes loading {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* QR code ucun custom css */
.qr-code img {
    width: 150px;
}



/* Swiper js ucun custom css */
.master-slider {
    height: 0;
    overflow: hidden;
}
.master-slider.swiper-container-initialized {
    height: auto;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide img {
    background: #eee;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Hide admin bar ucun custom css */
.hide-admin-bar, .show-admin-bar {
    position: fixed;
    top: 32px;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    z-index: 100000;
}
.show-admin-bar {
    top: 0;
}


/* Pagination ucun custom css */
.pagination {
    margin: 30px 0 0;
    list-style: none;
}
.page-item {
    display: inline-block;
}
.page-item a {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #eee;
    margin-right: 5px;
    color: black;
    border-radius: 50%;
}
.page-item.active a, .page-item a:hover {
    background: var(--main-color);
    color: white;
}


/* Fancybox ucun custom css */
body.compensate-for-scrollbar {
    overflow: unset!important;
}


/* Mobile sticky phone ucun custom css */
.mobile-sticky-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
}
.mobile-sticky-elements a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    color: white;
    margin-top: 7px;
    font-size: 18px;
}
.mobile-sticky-phone {
    -webkit-box-shadow: 0 2px 10px rgb(101 101 255 / 46%);
            box-shadow: 0 2px 10px rgb(101 101 255 / 46%);
    background: #7d8cff;
}
.mobile-sticky-whatsapp {
    -webkit-box-shadow: 0 2px 10px rgb(149 162 143 / 46%);
            box-shadow: 0 2px 10px rgb(149 162 143 / 46%);
    background: #25ce25;
}
@media (min-width: 801px) {
    .mobile-sticky-area {
        display: none;
    }
}


/* MailChimp */
#mailchimp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
#mailchimp > div {
    padding: 0 5px;
}
.mailchimp-element input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
}
.mailchimp-button button {
    background: red;
    height: 40px;
    padding: 0 30px;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
}
.mailchimp-result:not(:empty) {
    display: table;
    margin: 10px auto 0;
}
.mailchimp-success {
    position: relative;
    padding-left: 35px;
    font-weight: 600;
}
.mailchimp-success:before {
    content: '\f058';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-color);
}



/* Topbar */
#topbar-wrap {
    border-bottom: 1px solid rgb(255 255 255 / 17%);
    position: relative;
    z-index: 10;
}
.topbar-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.topbar-block {
    padding: 5px 15px;
}
.topbar-elements {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
    justify-content: center;
}
.topbar-element {
    padding: 0 15px;
    color: white;
}
.topbar-element a {
    color: white;
}
.topbar-element:before {
    font-family: Feather;
    margin-right: 10px;
    opacity: .5;
}
.topbar-phone:before {
    content: "\e9a7";
}
.topbar-email:before {
    content: "\e98a";
}
.topbar-social-text:before {
    content: "\e972";
}
.topbar-social .social-networks {
    display: flex;
}
.topbar-social .social-networks a {
    width: 30px;
    font-size: 18px;
}
.topbar-search .fa {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: var(--second-color);
}
.topbar-search-input {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    width: 0;
    transition: .6s all;
}
.topbar-search-input input {
    border: 0;
    border-radius: 30px;
    height: 28px;
    padding: 0 15px;
    width: 100%;
}
.active-search-input {
    width: 200px;
    overflow: inherit;
}
.topbar-search-input button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: white;
}
.topbar-search-results {
    position: absolute;
    top: calc(100% + 5px);
    background: white;
    z-index: 10;
    display: block;
    left: 0;
    width: 200px;
    border-radius: 5px;
    color: black;
}
@media (max-width: 1050px) {
    .topbar-social-text {
        display: none;
    }
}
@media (max-width: 900px) {
    .topbar-search {
        display: none;
    }
}
@media (max-width: 800px) {
    .topbar-blocks {
        justify-content: center;
    }
}



/* Live search */
.ajax-search-title {
    border-bottom: 1px solid #ddd;
}
.ajax-search-title:last-child {
    border: 0;
}
.ajax-search-title a {
    color: black;
    padding: 5px 10px;
    display: block;
}
.ajax-search-title a:hover {
    background: #f5f5f5;
}
.topbar-no-result {
    line-height: 1.3;
    text-align: center;
    padding: 10px 15px;
}




/* LS */
.language-switcher {
    position: relative;
}
.language-switcher ul {
    list-style: none;
    display: flex;
    margin: 0;
}
.language-switcher img {
    width: 20px;
}
.language-label {
    display: none;
}
.language-item {
    padding: 0 5px;
}



/* Whatsapp */
.whatsapp-button-area {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
}
.whatsapp-button a {
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    background: #24b724;
    color: white;
    border-radius: 50%;
    font-size: 26px;
    position: relative;
}
.whatsapp-button a:before, .whatsapp-button a:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 2px solid #24b724;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    z-index: -1;
    animation-name: whatsapp;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
}
.whatsapp-button a:after {
    animation-delay: .8s;
}
.whatsapp-button .fa {
    animation-name: icon;
    animation-duration: .3s;
    animation-iteration-count: infinite;
}
@keyframes whatsapp {
    from {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    to {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}
@keyframes icon {
    0% {
        transform: rotate(25deg);
    }
    50% {
        transform: rotate(-25deg);
    }
    100% {
        transform: rotate(25deg);
    }
}



/* CV form */
.post-id-4 {
    background: #f7f7ff;
}
.post-id-4 #footer {
    background: white;
}
#ui-datepicker-div {
    background: #eee;
    padding: 15px 15px 0;
}
.ui-datepicker-prev, .ui-datepicker-next {
    display: none;
}
.ui-datepicker-calendar {
    background: white;
}
.ui-datepicker-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ui-datepicker-title select {
    border: 1px solid #ddd;
    padding: 5px 15px;
    width: 48%;
}
.ui-datepicker-calendar td {
    text-align: center;
    cursor: pointer;
}



/* Vakansiyalar */
.vacancy-blocks {
    display: flex;
    flex-wrap: wrap;
}
.vacancy-first {
    width: 350px;
    padding-right: 40px;
}
.vacancy-second {
    width: calc(100% - 350px);
}
.vacancy-blocks h2 {
    color: var(--main-color);
    margin-bottom: 30px;
    font-size: 25px;
}
@media (max-width: 900px) {
    .vacancy-block {
        width: 100%;
    }
    .vacancy-first {
        padding-right: 0;
        padding-bottom: 40px;
    }
}



/* Contact ucun custom css */
.master-heading {
    font-size: 32px;
    line-height: 1.3;
}
.contact-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.contact-first {
    width: 33.3%;
}
.contact-second {
    width: 66.6%;
}
.contact-elements {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-bottom: 20px;
}
.contact-icon-box {
    width: 33.3%;
    padding: 0 25px 40px;
}
.contact-icon-heading {
    position: relative;
    padding-left: 60px;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.contact-icon-heading:before {
    content: '';
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color);
    border-radius: 50%;
}
.contact-address .contact-icon-heading:before {
    background-image: url(/uploads/2022/03/location-pin-3.svg);
}
.contact-phone .contact-icon-heading:before {
    background-image: url(/uploads/2022/03/telephone-handle-silhouette-1.svg);
}
.contact-clock .contact-icon-heading:before {
    background-image: url(/uploads/2022/03/at.svg);
}
.contact-icon-details {
    color: #696969;
}
.contact-icon-details a {
    color: black;
}
@media (max-width: 950px) {
    .contact-icon-box {
        width: 50%;
    }
}
@media (max-width: 550px) {
    .contact-icon-box {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .contact-block {
        width: 100%;
    }
    .contact-first {
        order: 2;
    }
    .contact-second {
        order: 1;
    }
}




/* Messages ucun custom css */
.messages-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -25px 0;
}
.message-block {
    padding: 0 25px;
}
.message-first {
    width: 33.3%;
}
.message-second {
    width: 66.6%;
}
.message-descripion {
    color: #696969;
    margin-top: 30px;
    line-height: 1.7;
}
.contact-form-area {
    width: 700px;
    margin-left: auto;
    max-width: 100%;
}
@media (min-width: 768px) and (max-width: 999px) {
    .message-first {
        width: 43%;
    }
    .message-second {
        width: 57%;
    }
}
@media (max-width: 767px) {
    .message-first, .message-second {
        width: 100%;
    }
    .message-first {
        margin-bottom: 40px;
    }
}



/* Courses */
.post-type-archive-xidmetler {
    background: #f7f7ff;
}
.post-type-archive-xidmetler #footer {
    background: white;
}
.group-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.group-thumbnail {
    width: 40px;
}
.group-heading h2 {
    color: var(--main-color);
    font-size: 20px;
    width: calc(100% - 40px);
    padding-left: 15px;
}
.course-slider-area {
    position: relative;
    margin-bottom: 30px;
}
.course-block {
    padding-bottom: 15px;
}
.course-block a {
    display: block;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    transition: .3s all;
}
.course-block a:hover {
    background: var(--second-color);
}
.course-thumbnail {
    overflow: hidden;
    position: relative;
}
.course-block h3 {
    padding: 7px;
    text-align: center;
    font-size: 16px;
    color: black;
}
.course-swiper-nav {
    position: absolute;
    top: 50%;
    background: var(--second-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
    transform: translateY(-50%);
    font-size: 18px;
}
.csn-left {
    left: -15px;
}
.csn-right {
    right: -15px;
}


/* Teachers */
.teachers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.teacher {
    width: 25%;
    padding: 0 15px 30px;
    text-align: center;
}
.teacher-thumbnail {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.teacher a {
    display: block;
}
.teacher a:hover .master-post-overlay {
    opacity: 1
}
.teacher-details {
    padding-top: 15px;
}
.teacher-position {
    color: black;
    margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 999px) {
    .teacher {
        width: 33.3%;
    }
}
@media (min-width: 501px) and (max-width: 767px) {
    .teacher {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .teacher {
        width: 100%;
    }
}



/* Registration */
.header-button a {
    color: #fff;
    display: block;
    border-radius: 5px;
    padding: 5px  15px;
    margin-left: 10px;
}

.header-button a:hover {
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #2a52eb, #b864e7, #b866e5, #2a51e7) !important;
}
#regModal {
    display: none;
    border-radius: 5px;
    background: #eee;
}
.form-heading {
    color: var(--main-color);
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 1.3;
}


/* Slide */
.home #site-header {
    background: none!important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.home #site-header:before {
    display: none;
}
.sldies-area {
    position: relative;
}
.slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #110319 0%,#2a2e31b3 38%,rgba(255,255,255,0) 100%);
    z-index: 10;
}
.slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 660px;
    background-color: #232323;
    position: relative;
}
.slide-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    color: white;
    z-index: 10;
}
.slide-block {
    width: 75%;
    max-width: 100%;
}
.slide-description {
    opacity: 0;
}
.slide-block h2 {
    font-size: 56px;
    line-height: 1.4;
    margin: 40px 0;
    opacity: 0;
    color: #fff;
}
.slide-button {
    opacity: 0;
}
.slide-button a {
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
    display: table;
    padding: 20px 35px;
    font-size: 17px;
    transition: .3s all;
}
.slide-button a:after {
    content: '\f178';
    font-family: FontAwesome;
    margin-left: 15px;
}
.slide-button a:hover {
    background: #065bab;
}
.swiper-navigation {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.swiper-nav {
    width: 70px;
    height: 70px;
    background: rgb(0 0 0 / 41%);
    border-radius: 50%;
    color: white;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s all;
}
.swiper-left {
    left: 20px;
}
.swiper-right {
    right: 20px;
}
.swiper-nav:hover {
    background: var(--second-color);
    color: black;
}
.swiper-pagination {
    display: table;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: white;
    display: inline-block;
    margin: 0 6px;
    opacity: .6;
    border-radius: 5px;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-slide-active .slide-description {
    animation-name: animate;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}
.swiper-slide-active h2 {
    animation-name: animate;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}
.swiper-slide-active .slide-button {
    animation-name: animate;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}
@keyframes animate {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
@media (max-width: 850px) {
    .slide-block {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .slide {
        height: auto;
        padding: 240px 0 100px;
    }
    .slide-blocks {
        align-items: flex-start;
    }
    .slide-block h2 {
        font-size: 50px;
    }
    .slide-block h2 {
        font-size: 30px;
    }
    .slide-description {
        font-size: 16px;
        font-weight: 400;
    }
    .slides-area .swiper-navigation {
        display: none;
    }
}


/* Single staff */
.single-staff-blocks {
    display: flex;
    flex-wrap: wrap;
}
.ss-first {
    width: 350px;
}
.ss-second {
    width: calc(100% - 350px);
    padding-left: 40px;
}
.ss-second h3 {
    color: var(--main-color);
    font-size: 32px;
    margin-bottom: 30px;
}
.ss-first .staff-link {
    background: var(--main-color);
}
.ss-first .staff-thumbnail img {
    filter: none;
}
.staff-details {
    padding: 15px 25px;
    background: var(--second-color);
}
@media (max-width: 800px) {
    .ss-second {
        width: 100%;
        padding-top: 40px;
        padding-left: 0;
    }
}
@media (max-width: 450px) {
    .ss-first {
        width: 100%;
    }
}



/* Course form */
.course-form-area {
    background: #f7f7ff;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.full-width-button {
    width: 100%;
}


/* Partners */
.partners-area {
    padding: 80px 0;
}
.partner-heading {
    text-align: center;
    margin-bottom: 40px;
}
.master-swiper {
    position: relative;
}
.partners {
    padding: 0 25px;
}
.partners img {
    background: transparent;
    height: 100px;
    object-fit: contain;
    filter: grayscale(1) brightness(1.5) saturate(1.2);
    opacity: .7;
    transition: .3s all;
}
.partners img:hover {
    opacity: 1;
    filter: none;
}
.swiper-navigation {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.swiper-nav-button {
    position: absolute;
    font-size: 22px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--second-color);
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-nav-left {
    left: -25px;
}
.swiper-nav-right {
    right: -25px;
}



/* Home groups area */
.home-groups-area {
    background: #f7f7ff;
    padding: 80px 0 50px;
}
.home-groups {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.home-group-item {
    width: 25%;
    padding: 0 15px 30px;
    display: flex;
}
.home-group-item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: white;
    padding: 15px 50px 15px 15px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 10px 25px rgb(0 0 0 / 3%);
    width: 100%;
    transition: .4s all;
}
.home-group-thumbnail {
    width: 50px;
}
.home-group-item h2 {
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 18px;
}
.home-group-item a:hover {
    transform: translateY(-5px);
}
.home-group-item a:before {
    content: '\f105';
    font-family: FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: var(--second-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    text-align: center;
    font-size: 18px;
}
@media (max-width: 1150px) {
    .home-group-item {
        width: 33.3%;
    }
}
@media (max-width: 850px) {
    .home-group-item {
        width: 50%;
    }
}
@media (max-width: 550px) {
    .home-groups {
        margin: 0 -5px;
    }
    .home-group-item {
        padding: 0 10px 20px;
    }
    .home-group-item a:before {
        top: 30px;
    }
    .home-group-item h2 {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
}
@media (max-width: 360px) {
    .home-group-item {
        width: 100%;
    }
}



/* Stats */
.stat-area {
	background-image: url(/uploads/bg/bg-g1.webp);
    padding: 80px 0 50px;
    position: relative;
}

.master-description {
    opacity: .6;
    font-size: 17px;
    margin: 10px 0 50px;
}
.stat-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.stat-block {
    width: 25%;
    padding: 0 15px 30px;
    text-align: center;
}
.stat-thumbnail {
    width: 70px;
    margin: 0 auto 15px;
}
.stat-number {
    font-size: 36px;
    color: var(--main-color);
    line-height: 1.2;
}
.stat-headings {
    text-align: center;
    margin-bottom: 40px;
}
.stat-heading {
    color: #9aa5b1;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px;
}
@media (max-width: 850px) {
    .stat-block {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .stat-number {
        font-size: 26px;
    }
    .stat-area:before {
        display: none;
    }
}



/* Banner */
.banner-block-area {
    background: var(--main-color);
    border-radius: 10px;
    padding: 40px 80px;
    position: relative;
}
.banner-block-area:before {
    content: '';
    width: 260px;
    height: 260px;
    border: 1px solid white;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -70px;
    left: -70px;
    opacity: .2;
}
.banner-block-area:after {
    content: '';
    width: 260px;
    height: 260px;
    border: 1px solid white;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -70px;
    right: -70px;
    opacity: .2;
}
.banner-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    margin: 0 -15px;
}
.banner-block {
    width: 50%;
    padding: 0 15px;
}
.banner-image {
    width: 300px;
    margin: 0 auto;
}
.banner-image img {
    border-radius: 10px;
}
.banner-heading {
    font-size: 32px;
    line-height: 1.3;
    margin-top: 5px;
}
.banner-button a {
    background: var(--second-color);
    color: black;
    border-radius: 5px;
    height: 50px;
    display: table;
    line-height: 50px;
    text-align: center;
    padding: 0 35px;
    font-size: 17px;
    margin-top: 30px;
    transition: .3s all;
    border: 2px solid #ffffff;
}
.banner-button a:hover {
    color: #ffffff;
    background-size: 300% 100% !important;
    background-image: linear-gradient(to right, #2a52eb, #b864e7, #b866e5, #2a51e7) !important;
    border: 2px solid #fff;
}
.banner-button a:after {
    content: '\f178';
    font-family: FontAwesome;
    margin-left: 15px;
}
@media (max-width: 900px) {
    .banner-heading {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-block-area {
        padding: 40px 20px;
        text-align: center;
    }
    .banner-block {
        width: 100%;
    }
    .banner-first {
        padding-bottom: 40px;
    }
    .banner-button a {
        margin: 30px auto 0;
    }
}



/* Home about */
.home-about-area {
    padding: 80px 0 40px;
}
.home-about-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -25px;
}
.home-about-block {
    padding: 0 25px 40px;
    width: 50%;
}
.home-about-block .single-content {
    margin-bottom: 0;
}
.home-about-heading h2 {
    color: var(--main-color);
    margin-bottom: 25px;
}
.home-about-image img {
    border-radius: 10px;
}
@media (max-width: 900px) {
    .home-about-block {
        width: 100%;
    }
}



/* Review */
.review-area {
    padding: 80px 0 20px;
}
.review-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.review-block {
    padding: 0 15px;
}
.review-first {
    width: 25%;
}
.review-second {
    width: 75%;
}
.review-item {
    background: #f7f7ff;
    padding: 30px;
    border-radius: 10px;
}
.testimonial {
    font-size: 16px;
    line-height: 1.8;
}
.testimonial-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}
.t-details {
    margin-top: 15px;
}
.t-name {
    font-size: 18px;
}
.review-swiper-pagination {
    display: flex;
    margin-top: 30px;
}
.review-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #cfcfcf;
    border-radius: 50%;
    display: block;
}
.review-desc {
    opacity: .6;
    margin: 25px 0;
    line-height: 1.8;
}
.master-button {
    background: var(--main-color);
    color: white;
    border-radius: 5px;
    height: 50px;
    display: inline-flex;
    text-align: center;
    line-height: 1.3;
    align-items: center;
    padding: 0 35px;
    font-size: 17px;
    margin-top: 30px;
    transition: .3s all;
}
.master-button:after {
    content: '\f178';
    font-family: FontAwesome;
    margin-left: 15px;
}
@media (max-width: 1000px) {
    .review-first {
        width: 33.3%;
    }
    .review-second {
        width: 66.6%;
    }
}
@media (max-width: 700px) {
    .review-block {
        width: 100%;
    }
    .review-first {
        padding-bottom: 60px;
    }
}



/* Qrup */
.taxonomy-qrup .master-post-date {
    display: none;
}


/* Master Countdown */
.countdown-heading {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
}
.master-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.master-countdown .countdown {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
    align-self: center;
}
.master-countdown .countdown li {
    font-size: 13px;
    display: table-cell;
    overflow: hidden;
    border-radius: 5px;
}
.master-countdown .countdown li span.countdown-label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    background-color: red;
    width: 60px;
    line-height: 1.3;
}
.master-countdown .countdown li span.countdown-number {
    display: block;
    font-size: 26px;
    line-height: 1;
    width: 60px;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    background: white;
    border-bottom: 0;
}
@media (min-width: 321px) and (max-width: 500px) {
    .master-countdown .countdown li span.countdown-number {
        width: 70px;
        font-size: 30px;
    }
    .master-countdown .countdown li span.countdown-label {
        font-size: 13px;
    }
}
@media (max-width: 320px) {
    .master-countdown .countdown li span.countdown-number {
        width: 50px;
        font-size: 22px;
    }
    .master-countdown .countdown li span.countdown-label {
        font-size: 11px;
    }
}



/* Multiple map */
.multiple-acf-map {
    height: 450px;
}
#listdata {
    height: 450px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-right: 0;
}
#listdata::-webkit-scrollbar  {
    width: 10px;
}
#listdata::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#listdata::-webkit-scrollbar-thumb {
    background: #999;
}
#listdata::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.linkage {
    border-bottom: 1px solid #ddd;
    padding: 15px 25px;
    cursor: pointer;
    transition: .3s all;
}
.linkage:hover {
    background: #f5f5f5;
}
.linkage:last-child {
    border-bottom: 0;
}
.marker-heading {
    font-size: 18px;
}
.marker-look-map {
    font-weight: 600;
    color: var(--main-color);
}
.marker-items {
    margin: 5px 0;
    font-size: 14px;
}
.marker-item {
    padding-left: 20px;
    position: relative;
}
.marker-item:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-color);
}
.marker-item a {
    color: black;
}
.marker-phone:before {
    content: '\f098';
}
.marker-address:before {
    content: '\f041';
}
.marker-clock:before {
    content: '\f017';
}
#newdiv {
    display: none;
}
.gm-style iframe + div { 
    border: none!important;
}


/* Sticky menu */
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #3e3e3e;
    z-index: 100;
    animation-name: sticky;
    animation-duration: .5s;
}
.fixed-header #site-logo img {
    width: 50px;
}
.fixed-header .master-header-area {
    padding: 5px 0;
}
@keyframes sticky {
    from {
        transform: translateY(-80px);
    }
    to {
        transform: translateY(0);
    }
}



/* Students */
.students-area {
    padding: 80px 0;
}
.students {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.student {
    width: calc(100% / 6);
    padding: 0 10px 20px;
}
.student-details {
    padding-top: 10px;
}
.student-name {
    font-weight: 600;
}
.student-image {
    position: relative;
}
.student-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s all;
}
.student a:hover .student-image-overlay {
    opacity: .3;
}
.student a {
    color: black;
    display: block;
}
@media (max-width: 950px) {
    .student {
        width: 20% !important;
    }
}
@media (max-width: 750px) {
    .student {
        width: 25% !important;
    padding: 10px !important;
    margin: 0 !important;
    }
}
@media (max-width: 600px) {
    .student {
        width: 33.3% !important;
            padding: 10px !important;
    margin: 0 !important;
    }
}
@media (max-width: 450px) {
    .student {
        width: 50% !important;
            padding: 10px !important;
    margin: 0 !important;
    }
}