@font-face { font-family: ProximaNovaBold; font-display: swap; src: url('/assets/fonts/ProximaNova-ExtraBold.otf'); }
@font-face { font-family: ProximaNova; font-display: swap; src: url('/assets/fonts/ProximaNova-Regular.otf'); }
h1, h2, h3, h4, .fontbold, .pagination, strong {
	font-family: ProximaNovaBold, Arial, sans-serif;
	font-weight: 400!important;
}
h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.3;
}
body {
	font-size: 17px;
	color: black;
	font-family: ProximaNova, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	width: 100%;
}
#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: #719dff;
	--second-color: #0c2d62;
}
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%;
}


/* 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% - 300px);
    padding-right: 40px;
}
.left-sidebar #primary {
    width: calc(100% - 300px);
    padding-left: 40px;
}
.has-sidebar #sidebar {
    width: 300px;
}
.right-sidebar #sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
@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;
    }
}


/* Header ucun custom css */
#site-header {
    position: relative;
    z-index: 5;
}
.master-header-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width: 100%;
}
#site-logo {
    width: 150px;
    position: absolute;
    top: -51px;
}
#site-logo img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#site-navigation-wrap {
    margin-left: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
#site-navigation {
    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 15px;
    position: relative;
    height: 50px;
    line-height: 50px;
}
#site-navigation-wrap .master-main-menu a {
	color: var(--second-color);
	white-space: nowrap;
	font-size: 17px;
}
.menu-container {
    margin-right: -15px;
}
#site-navigation-wrap .master-main-menu a:hover, #site-navigation-wrap .current-menu-item a {
	color: var(--main-color);
}
#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: 1px solid #ddd;
	border-bottom: 0;	
	z-index: 10;
	background: white;
	min-width: 120px;
}
#site-navigation-wrap .master-main-menu > .menu-item-has-children > .sub-menu {
    border-top: 3px solid var(--main-color);
}
#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: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
	height: auto;
    line-height: normal;
    white-space: nowrap;
}
#site-navigation-wrap .sub-menu a:hover {
	background: #f5f5f5;
}
#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;
    }
}
@media (max-width: 959px) {
    #site-logo {
        width: 150px;
        position: relative;
        top: 0;
    }
    #site-logo img {
        border-radius: 0;
    }
}



/* 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: 3px;
    margin-bottom: 5px;
    background: black;
    display: block;
}
.mobil-menu-line-icon span:last-child {
    margin-bottom: 0;
}
.mobile-menu-area {
    position: fixed;
    top: 0;
    right: -350px;
    width: 300px;
    background: #262626;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    -webkit-transition: .3s all;
         -o-transition: .3s all;
            transition: .3s all;
}
.active-mobile-menu {
	-webkit-transform: translateX(-350px);
	    -ms-transform: translateX(-350px);
	        transform: translateX(-350px);
}
.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 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 #e2ebff;
    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 {
    margin-bottom: 60px;
    background-image: url(/uploads/2021/11/page-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
#page-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .35;
    display: block;
}
#page-header-inner {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-header-title {
    font-size: 42px;
    line-height: 1.3;
    color: white;
    text-align: center;
}
.breadcrumbs {
    color: white;
    position: absolute;
    bottom: 0;
    background: var(--main-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 7px 25px;
}
.breadcrumbs a {
    color: white;
}
.breadcrumbs__separator {
    margin: 0 7px;
}
.breadcrumbs span:first-child a:before {
    content: '\f015';
    font-family: FontAwesome;
    margin-right: 10px;
}


/* 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 -30px;
}
.master-post {
    width: 33.3%;
    padding: 0 15px 30px;
}
.master-post-thumbnail {
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}
.master-post-thumbnail img {
    background: #e2ebff;
    transition: .6s all;
}
.master-post-inner:hover img {
    transform: scale(1.1);
}
.master-post-thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
}
.master-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--second-color);
    opacity: 0;
    transition: .3s all;
}
.master-post-thumbnail a:hover .master-post-overlay {
    opacity: .5;
}
.master-post-title {
    margin-bottom: 15px;
}
.master-post-title a {
    font-size: 19px;
    line-height: 1.4;
    display: block;
    color: var(--second-color);
}
.master-post-date {
    margin-bottom: 15px;
    background: var(--main-color);
    display: table;
    color: white;
    padding: 5px 15px;
    line-height: 1;
}
.master-post-excerpt {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #444;
    word-break: break-words;
}
.master-post-button a {
    display: table;
}
.master-post-button .fa {
    margin-left: 10px;
    color: var(--second-color);
}
@media (max-width: 500px) {
    .master-post {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 999px) {
    .master-post {
        width: 50%;
    }
}


/* Footer top */
#footer {
    font-size: 16px;
}
.footer-top-area {
    background: var(--main-color);
    padding: 30px 0 0;
}
.footer-top-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.footer-top-block {
    width: 33.3%;
    padding: 0 15px 30px;
}
.footer-top-icon-box {
    display: flex;
    line-height: 1.3;
    flex-wrap: wrap;
    align-items: center;
    color: white;
}
.footer-top-icon {
    width: 60px;
}
.footer-top-icon-details {
    width: calc(100% - 60px);
}
.footer-top-icon-heading {
    font-size: 20px;
    padding-left: 20px;
}
#callout {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.callout-result .alert-danger {
    background: transparent;
    color: white;
    position: absolute;
    top: 100%;
    left: 0;
}
.callout-input input {
    border: 0;
    height: 54px;
    padding: 0 15px;
    color: black;
    font-size: 15px;
}
.callout-button button {
    background: var(--second-color);
    color: white;
    height: 54px;
    padding: 0 25px;
    font-size: 15px;
    text-transform: uppercase;
}
.success-message {
    color: white;
    text-align: center;
    font-size: 18px;
    display: none;
}
.success-message:before {
    content: '\f058';
    font-family: FontAwesome;
    margin-right: 15px;
    color: yellow;
}
@media (max-width: 999px) {
    .footer-top-first {
        display: none;
    }
    .footer-top-block {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .footer-top-block {
        width: 100%;
    }
}



/* Footer ucun custom css */
#footer {
    background: #0b2d62;
}
#footer, #footer a {
    line-height: 1.8;
}
#footer a:hover {
    color: white;
}
.footer-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 50px 0 10px;
}
.footer-block {
    width: 33.3%;
    padding: 0 15px 30px;
}
.footer-contact-area {
    background: #092553;
    padding: 25px 30px 30px;
    margin-top: -130px;
}
.footer-contact-area h3 {
    color: white;
    margin-bottom: 15px;
}
.footer-contact-block {
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
}
.footer-contact-block, .footer-contact-block a {
    color: rgba(255, 255, 255, 0.75);
}
.footer-social-networks {
    margin-top: 25px;
}
.footer-block h4 {
    color: white;
    margin-bottom: 25px;
    font-size: 20px;
}
.footer-post-inner a {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    color: white;
}
.footer-post-thumbnail {
    width: 70px;
    display: table-cell;
    vertical-align: top;
}
.footer-post-thumbnail img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
}
.footer-post-title {
    line-height: 1.4;
    padding-left: 15px;
}
.footer-post-date {
    opacity: .5;
    margin-bottom: 5px;
    font-size: 14px;
}
.footer-links a {
    display: table;
    color: white;
    margin-bottom: 4px;
}
.footer-links a:hover {
    opacity: .7;
}
.footer-links a:before {
	content: '\f101';
	font-family: 'FontAwesome';
	margin-right: 15px;
	color: var(--main-color);
}
.footer-links a:last-child {
	margin-bottom: 0;
}
.footer-description {
    line-height: 1.9;
	margin-bottom: 25px;
}
.footer-links {
    column-count: 2;
}
@media (min-width: 501px) and (max-width: 999px) {
	.footer-first {
		width: 100%;
	}
	.footer-second, .footer-third {
		width: 50%;
	}
}
@media (max-width: 500px) {
	.footer-block {
		width: 100%;
	}
}
@media (max-width: 999px) {
    .footer-contact-area {
	    margin-top: 0;
	}
}



/* Footer bottom ucun custom css */
#footer-bottom {
    background: #0b2d62;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#footer-bottom, #footer-bottom a {
    color: rgba(255, 255, 255, 0.75);
}
#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: 44px;
    background: var(--main-color);
    color: white;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
    font-size: 26px;
    text-align: center;
    border: 3px solid white;
}
#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: 32px!important;
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin-right: 5px;
}
#footer .social-networks a:hover {
	background: #555;
}



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


/* Social share ucun custom css */
.master-social-share-area {
    margin-bottom: 40px;
}
.master-title {
    border-bottom: 1px solid #e2ebff;
    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;
}
.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: #e2ebff;
    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;
    line-height: 1.3;
}
.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: #e2ebff;
}
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-details {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.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 #e2ebff;
    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 #e2ebff;
    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;
}


/* Single post ucun custom css */
.single-xidmetler .published-date {
    display: none;
}
.single-post h1 {
    margin-bottom: 30px;
}
.single-post-thumbnail {
    margin-bottom: 30px;
}
.single-post-thumbnail img {
    background: #e2ebff;
	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 {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 40px;
}
.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;
}



/* 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: #e2ebff;
    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: #e2ebff;
}
.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: #e2ebff;
}
.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: 17px;
    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;
}


/* 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] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    cursor: pointer;
}
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;
}
input[type=checkbox] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
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;
}
input[type=file]::file-selector-button {
    background: #e2ebff;
    border: 1px solid #ddd;
    padding: 5px 15px;
}
sup, sub {
    font-size: 12px;
}


/* 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: 10px;
	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: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: black;
    font-size: 15px;
}
.form-element select {
    -webkit-appearance: none;
    background: transparent;
    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 {
    margin-bottom: 15px;
}
.form-checkbox input {
    display:none;
}
.form-checkbox label {
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding-left: 5px;
    margin-bottom: 0;
}
.form-checkbox label:before {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 13px;
    border: 1px solid #ccc;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    transform: translateY(-2px);
}
.form-checkbox input:checked + label:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: white;
    background: var(--main-color);
    border-color: var(--main-color);
}
.form-submit button {
    background: var(--main-color);
    color: white;
    padding: 10px 35px;
    font-size: 17px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
	margin-bottom: 20px;
}
.form-submit button:hover {
    background: var(--second-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.alert {
    color: white;
    text-align: center;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.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;
    margin-bottom: -60px;
}
.acf-map {
	height: 450px;
	background: #e2ebff;
}
.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;
	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: #f5f5f5;
    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: #f5f5f5;
}
.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-rating .fa {
    color: orange;
    font-size: 13px;
}
.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 ucun custom css */
.form-rating {
    margin-bottom: 5px;
}
.form-element-rating {
    display: inline-block;
    vertical-align: middle;
}
.rating {
    border: none;
    width: 100%;
    padding: 0;
}
.rating > input { 
    display: none;
} 
.rating > label:before { 
    margin: 0 2px;
    font-size: 1.25em;
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f005";
}
.rating > .half:before { 
    content: "\f089";
    position: absolute;
}
.rating > label { 
    color: #ddd; 
    float: right; 
    cursor: pointer;
	width: auto;
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { 
    color: #FFED85;
} 


/* 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;
}
.master-image img {
	background: #e2ebff;
}
.master-image-overlay {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all;
}
.master-image a:hover .master-image-overlay {
    opacity: .3;
}
@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: #f5f5f5;
}



/* 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: #e2ebff;
}
.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: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e2ebff;
    margin-right: 5px;
    color: black;
}
.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 {
    background: #0c2d62;
    color: white;
    font-size: 16px;
}
.topbar-blocks {
    padding-left: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.topbar-blocks a {
    color: white;
}
.topbar-first .topbar-elements {
    margin: 0 -20px;
}
.topbar-first .topbar-element {
    padding: 0 20px;
}
.topbar-elements {
    display: flex;
    flex-wrap: wrap;
}
.topbar-email-area {
    background: var(--main-color);
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.topbar-email-area:after {
    content: '';
    width: 500px;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
}
.topbar-phone:before {
    content: '\f098';
    font-family: FontAwesome;
    margin-right: 10px;
    color: var(--main-color);
}
.topbar-email-area span:first-child {
    padding-right: 10px;
}
.topbar-email-area span:first-child:before {
    content: '\f2b6';
    font-family: FontAwesome;
    margin-right: 10px;
    color: white;
    font-size: 14px;
}
.topbar-email-area a {
    font-size: 16px;
}
.topbar-block .social-networks {
    display: flex;
}
.topbar-block .social-networks a {
    display: inline-block;
    padding: 13px;
    transition: .3s all;
}
.topbar-block .social-networks a:hover {
    background: white;
    color: var(--main-color);
}
.facebook-social {
    background: #385da9;
}
.instagram-social {
    background: #d97b9e;
}
.youtube-social {
    background: red;
}
.whatsapp-social {
    background: #3da13d;
}
@media (max-width: 1200px) {
    .topbar-email-area span:first-child {
        display: none;
    }
}
@media (max-width: 999px) {
    .topbar-email-area {
        display: none;
    }
}
@media (max-width: 959px) {
    .topbar-blocks {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .topbar-blocks {
        padding: 5px 0;
        justify-content: center;
    }
    .topbar-block {
        width: 100%;
        padding: 5px 0;
    }
    .topbar-elements {
        justify-content: center;
    }
    .topbar-block .social-networks a {
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 3px;
    }
}


/* Contact blocks ucun custom css */
.contact-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
    align-items: center;
}
.contact-first {
    width: 400px;
}
.contact-second {
    width: calc(100% - 400px);
    padding-left: 50px;
}
.contact-elements {
    background: #e2ebff;
    border-radius: 10px;
    padding: 40px;
}
.contact-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
}
.contact-element:last-child .contact-icon-box {
    margin-bottom: 0;
}
.contact-icon {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    padding: 16px;
    -webkit-box-shadow: 0 0 10px #0032731f;
            box-shadow: 0 0 10px #0032731f;
}
.contact-icon-details {
    width: calc(100% - 70px);
    padding-left: 20px;
}
.contact-description {
    margin-top: 5px;
}
.contact-icon-details a {
    color: black;
}
.contact-form-area h2 {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.color-text {
    color: var(--main-color);
    position: relative;
    display: inline-block;
}
.color-text:before {
    content: '';
    position: absolute;
    top: 100%;
    max-width: 80%;
    width: 110px;
    height: 15px;
    background-image: url(/uploads/2021/06/line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
}
@media (max-width: 900px) {
    .contact-second {
        width: 100%;
        padding-top: 40px;
        padding-left: 0;
    }
}
@media (max-width: 500px) {
    .contact-first {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .color-text:before {
        top: calc(100% - 5px);
        width: 70px;
    }
}


/* Portfolio */
.portfolio {
    padding-bottom: 40px;
}
.portfolio h3 {
    color: var(--second-color);
    font-size: 20px;
    margin-bottom: 15px;
}
.portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
}
.portfolio-image a {
    display: block;
    position: relative;
    overflow: hidden;
}
.portfolio-image a:hover .master-post-overlay {
    opacity: .5;
}


/* Services */
.post-type-archive-xidmetler main {
    background: #e2ebff;
}
.services {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.service {
    width: 33.3%;
    padding: 0 15px 30px;
    display: flex;
}
.service a {
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
    background: white;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.service .service-image img {
    background-color: #e2ebff;
    transition: .5s all;
}
.service a:hover .service-image img {
    transform: scale(1.1);
}
.service-details {
    padding: 30px 30px 45px;
    position: relative;
}
.service-thumbnail {
    position: relative;
}
.service-image {
    overflow: hidden;
}
.service-arrow {
    width: 45px;
    height: 45px;
    line-height: 22px;
    background: var(--main-color);
    border-radius: 50%;
    padding: 13px;
    position: absolute;
    top: -22.5px;
    left: 30px;
    z-index: 10;
    text-align: center;
    color: white;
}
.service-details h3 {
    color: var(--second-color);
    font-size: 18px;
}
@media (min-width: 768px) and (max-width: 999px) {
    .service {
        width: 33.3%;
    }
}
@media (min-width: 501px) and (max-width: 767px) {
    .service {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .service {
        width: 100%;
        padding-bottom: 15px;
    }
    .service a {
        box-shadow: none;
        background: transparent;
        flex-direction: row;
        align-items: center;
    }
    .service-thumbnail {
        width: 80px;
        order: 1;
        border-radius: 10px;
        overflow: hidden;
    }
    .service-details {
        width: calc(100% - 80px);
        order: 2;
        padding: 0 0 0 15px;
    }
    .service-image img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }
    .service-arrow {
        display: none;
    }
    .service-details h3:after {
        content: '\f105';
        font-family: FontAwesome;
        margin-left: 10px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: var(--main-color);
        border-radius: 50%;
        display: inline-block;
        text-align: center;
    }
}



/* Site heading */
.site-heading {
    margin-bottom: 30px;
}
.site-left-heading {
    border-left: 6px solid var(--main-color);
    padding-left: 25px;
}
.site-center-heading {
    width: 500px;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.site-main-heading {
    color: var(--second-color);
    font-size: 36px;
    line-height: 1.2;
}
.site-sub-heading {
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}



/* Home about */
.about-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -25px 40px;
}
.about-block {
    width: 50%;
    padding: 0 25px 40px;
}
.about-content {
    font-size: 17px;
    margin-bottom: 20px;
}
.director-name {
    color: var(--main-color);
    font-size: 22px;
}
@media (max-width: 900px) {
    .about-first {
        width: 100%;
    }
    .about-second {
        width: 500px;
        max-width: 100%;
    }
}



/* Home services */
.home-services-area {
    background-color: #f1f4f9;
    background-image: url(/uploads/2021/11/row-pat2.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.home-services {
    padding: 35px 5px;
}
.home-service a {
    background: white;
    display: block;
    text-align: center;
    color: var(--second-color);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    padding: 55px 30px 30px;
    position: relative;
    min-height: 330px;
}
.home-service-excerpt {
    color: #828791;
    margin: 15px 0;
}
.home-service-button .fa {
    color: var(--main-color);
    margin-left: 10px;
}
.home-service-icon {
    background: var(--main-color);
    position: absolute;
    width: 70px;
    bottom: calc(100% - 35px);
    border-radius: 50%;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.home-service-icon img {
    background: transparent;
    filter: brightness(10);
}


/* Home porfolio */
.home-portfolio-area {
    padding: 80px 0;
    text-align: center;
}
.home-porfolio-block {
    display: block;
    position: relative;
    background: var(--main-color);
}
.home-portfolio-heading {
    position: absolute;
    bottom: 0;
    background: var(--main-color);
    color: white;
    width: 100%;
    padding: 9px 10px 7px;
    line-height: 1.3;
    transform: translateY(100px);
    transition: .45s all;
}
.home-porfolio-block img {
    transition: .6s all;
}
.show-all-products {
    margin-top: 40px;
}
.show-all-products a {
    text-decoration: underline;
}
@media (min-width: 960px) {
    .home-porfolio-block:hover .home-portfolio-heading {
        transform: translateY(0);
    }
    .home-porfolio-block:hover img {
        transform: translateY(-30px);
    }
}
@media (max-width: 959px) {
    .home-portfolio-blocks {
        width: 90%;
        margin: 0 auto;
    }
    .home-porfolio-block {
        display: block;
        position: relative;
        background: transparent;
    }
    .home-portfolio-heading {
        position: relative;
        bottom: 0;
        background: transparent;
        color: black;
        transform: none;
    }
}



/* Partners */
.partners-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.partner-block {
    width: 50%;
    padding: 0 25px 30px;
}
.partners {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.partner {
    width: 25%;
    padding: 0 15px 30px;
}
.partner img {
    height: 100px;
    object-fit: contain;
}
@media (max-width: 767px) {
    .partner-block {
        width: 100%;
    }
}
@media (min-width: 851px) and (max-width: 1150px) {
    .partner {
        width: 33.3%;
    }
}
@media (min-width: 768px) and (max-width: 850px) {
    .partner {
        width: 50%;
    }
}
@media (min-width: 501px) and (max-width: 767px) {
    .partner {
        width: 33.3%;
    }
}
@media (min-width: 301px) and (max-width: 500px) {
    .partner {
        width: 50%;
    }
}
@media (max-width: 300px) {
    .partner {
        width: 100%;
    }
}



/* Statistics */
.statistics-area {
    background-color: var(--second-color);
    background-image: url(/uploads/2021/11/row-pat03.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 80px 0 160px;
}
.stat-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.stat-block {
    width: 25%;
    padding: 0 15px 30px;
    color: white;
}
.stat-icon-heading {
    font-size: 48px;
    line-height: 1;
}
.stat-icon-box {
    display: flex;
    flex-wrap: wrap;
}
.stat-icon {
    width: 70px;
}
.stat-icon-details {
    width: calc(100% - 70px);
    padding-left: 20px;
}
@media (min-width: 351px) and (max-width: 1100px) {
    .stat-icon {
        margin: 0 auto 15px;
    }
    .stat-icon-details {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
}
@media (max-width: 700px) {
    .stat-block {
        width: 50%;
    }
}
@media (max-width: 350px) {
    .stat-block {
        width: 100%;
    }
}



/* Features */
.features-area {
    margin-top: -80px;
    position: relative;
    margin-bottom: 80px;
}
.features-area:before {
    content: '';
    width: 1000px;
    height: 100%;
    background: #f1f4f9;
    position: absolute;
    top: 0;
    left: 0;
}
.features-blocks {
    background: #f1f4f9;
    display: flex;
    flex-wrap: wrap;
}
.feature-block {
    width: 50%;
}
.feature-first {
    padding: 60px 30px 60px 0;
}
.feature-second {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature-icon-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5e5ff;
    margin-bottom: 25px;
}
.feature-icon-box:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.feature-icon {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #f1f4f9;
    outline: 1px solid var(--main-color);
}
.feature-icon-details {
    width: calc(100% - 60px);
    padding-left: 25px;
}
.feature-icon-heading {
    color: var(--second-color);
    font-size: 20px;
    margin-bottom: 5px;
}
.feature-description {
    color: #828791;
    padding-bottom: 40px;
}
.feature-icon-description {
    color: #828791;
}
@media (max-width: 1000px) {
    .feature-second {
        display: none;
    }
    .feature-first {
        width: 100%;
    }
}



/* Swiper pagination */
.swiper-pagination-bullets {
    display: flex;
    margin: 20px auto 0;
    justify-content: center;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 4px;
    background: #cdcdcd;
    display: block;
    margin: 0 4px;
    border-radius: 10px;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: var(--main-color);
    width: 35px;
}
.swiper-services-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 26px;
    cursor: pointer;
    margin-top: 40px;
    left: -15px;
}
.swiper-services-next {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    font-size: 26px;
    z-index: 1;
    cursor: pointer;
    margin-top: 40px;
}



/* Slider */
.slide-area {
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    background-color: #e2ebff;
}
.home-slider, .home-slider .swiper-wrapper, .home-slider .swiper-slide, .home-slider .slide-block-area, .home-slider .container, .home-slider .slide-block, .slides-block-area {
    height: 100%;
}
.home-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e2ebff;
}
.swiper-slider-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: white;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    font-size: 36px;
    left: 15px;
    cursor: pointer;
}
.swiper-slider-next {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: white;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    font-size: 36px;
    right: 15px;
    cursor: pointer;
}
.slide-block {
    display: flex;
    align-items: flex-end;
    padding-bottom: 70px;
}
.slide-block-details {
    background: var(--main-color);
    width: 500px;
    color: white;
    padding: 30px 40px;
    position: relative;
    opacity: 0;
}
.slide-block-details h3 {
    font-size: 36px;
}
.slide-button {
    position: absolute;
    top: 100%;
    right: 30px;
    opacity: 0;
}
.slide-button a {
    background: white;
    color: black;
    display: table;
    padding: 5px 25px;
}
.swiper-slide-active .slide-block-details {
    animation-name: animate;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.swiper-slide-active .slide-button {
    animation-name: animate;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
.swiper-progress-bar {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
    height: 2px;
}
.swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 5px;
    background: rgb(255 255 255 / 30%);
    width: auto;
    clear: both;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    height: 100%;
    width: 0;
    content: "";
    transition: 0.1s width linear;
}
.swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 5s;
}
@keyframes animate {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
@media (max-width: 959px) {
    .swiper-slider-navigation {
        display: none;
    }
}
@media (max-width: 999px) {
    .slide-area {
        height: 400px;
    }
    .slide-block-details {
        padding: 20px 30px;
    }
    .slide-block-details h3 {
        font-size: 22px;
    }
}
@media (max-width: 700px) {
    .slide-area {
        height: 250px;
    }
}



/* Language switcher */
.language-switcher {
    margin-left: 30px;
}
.language-switcher ul {
    display: flex;
    list-style: none;
    margin: 0 -3px;
}
.language-item {
    padding: 0 3px;
}
.language-item img {
    width: 28px;
}
.language-label {
    display: none;
}


/* Banners */
.banners {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.banner-block {
    width: 50%;
    padding: 0 25px 40px;
}