@charset "UTF-8";

/* Transition || Geçiş */


/* Scale */


/* Skew */


/* Rotate */


/* Placeholder Color */


/* Photoshop Character Spacing */

@font-face {
    font-family: 'CeuntryGOTHIC';
    src: url("../fonts/CenturyGothic.eot");
    src: local("☺"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url("../fonts/CenturyGothic-Bold.eot");
    src: local("☺"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/CenturyGothic-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Italic';
    src: url("../fonts/CenturyGothic-Italic.eot");
    src: local("☺"), url("../fonts/CenturyGothic-Italic.woff") format("woff"), url("../fonts/CenturyGothic-Italic.ttf") format("truetype"), url("../fonts/CenturyGothic-Italic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


/** Mobile Contact **/

.mContact {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999999;
    border: none !important;
}

.mContact .col-md-6 {
    width: 50% !important;
    float: left;
    padding: 7px !important;
}

.mContact .col-md-6 a {
    padding: 10px;
}

.mContact .col-md-6 span {
    font-weight: bold;
    color: #fff;
    padding: 5px;
    position: relative;
    top: 1px;
}

.mContact .col-md-6 img {
    width: 30px;
}

.mContact .wp {
    background: #55cd6c;
}

.mContact .tl {
    background: #171717;
}


/** Mobile Contact **/


/* --- Mobile Menu --- */

.menuKapa {
    width: 100%;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 4;
    top: 0;
    background: rgba(32, 32, 32, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menuKapa.mobile-menu-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menuAc {
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    display: block;
    border: 1px solid #FFF;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuAc.menuKapa span {
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.menuAc.menuKapa span:first-child {
    -webkit-transform: rotate(45deg) translateX(-50%) translateY(calc(-50% - 7.5px));
    transform: rotate(45deg) translateX(-50%) translateY(calc(-50% - 7.5px));
}

#mobile-menu {
    position: fixed;
    left: -300px;
    font-family: "Poppins", sans-serif;
    top: 0;
    width: 250px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 99;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
}

#mobile-menu .langs {
    color: #000;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #c8c8c8;
    line-height: 45px;
    padding-left: 8px;
    display: block;
    letter-spacing: -0.5px;
    padding: 0 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#mobile-menu .langs img {
    margin-right: 12px;
}

#mobile-menu ul {
    display: block;
    border: none;
    list-style: none;
    padding-left: 0;
}

#mobile-menu ul li a {
    color: #000;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #c8c8c8;
    line-height: 45px;
    padding-left: 8px;
    display: block;
    letter-spacing: -0.5px;
    padding: 0 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#mobile-menu ul li a i {
    margin-right: 10px;
}

#mobile-menu ul li a:hover {
    background-color: #dc573d;
    color: #FFF !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#mobile-menu ul li ul {
    background: none !important;
    max-height: 0 !important;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#mobile-menu ul li ul li a {
    position: relative;
    padding-left: 25px !important;
    font-weight: 400;
    color: #FFF;
}

#mobile-menu ul li ul li a:before {
    content: "\f105";
    position: absolute;
    left: 12px;
    top: 0;
    line-height: 46px;
    width: 40px;
    height: 46px;
    display: block;
    color: #FFF;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

#mobile-menu ul li ul li ul li a {
    position: relative;
    padding-left: 45px !important;
}

#mobile-menu ul li ul li ul li a:before {
    left: 22px;
}

#mobile-menu ul li.acik>ul {
    background-color: #356a8f !important;
    -webkit-box-shadow: inset 0 20px 20px -23px #000;
    box-shadow: inset 0 20px 20px -23px #000;
    max-height: 2000px !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#mobile-menu ul li.menu-item-has-children a {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile-menu ul li.menu-item-has-children>a:after {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    width: 46px;
    height: 100%;
    background-color: #dc573d;
    text-align: center;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-menu ul li.menu-item-has-children.acik>a {
    color: #FFF !important;
    background-color: #124f7a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile-menu ul li.menu-item-has-children.acik>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dc573d;
}

#mobile-menu::-webkit-scrollbar {
    width: 1px;
    background-color: #dc573d;
}

#mobile-menu::-webkit-scrollbar-thumb {
    background-color: #dc573d;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#mobile-menu.mobile-menu-active {
    left: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

* {
    outline: none !important;
    font-family: "Poppins", sans-serif;
}

*:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

figure {
    margin: 0 !important;
}

figure a {
    display: block;
}

nav.menu ul {
    padding: 0;
    margin: 0;
}

nav.menu ul li {
    list-style-type: none;
    float: left;
    position: relative;
}

nav.menu ul li a {
    display: block;
}

.img-fit {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

p {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
}

a,
input,
button {
    outline: none !important;
    text-decoration: none !important;
}

.full-image img {
    width: 100%;
    height: auto;
    display: block;
}

.btn {
    background-color: #dc573d;
    color: #333;
    line-height: 50px;
    padding: 0 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover {
    background-color: #393f40;
    color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container-fluid {
    padding: 0 5%;
}

.site-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 300;
    z-index: 9;
}

.site-header .main {
    color: #FFF;
    position: relative;
}

.site-header .main a {
    color: #FFF;
}

.site-header .main .left {
    background-color: #ebebeb;
    padding: 0 5%;
}

.site-header .main .left .logo {
    max-width: 265px;
}

.site-header .main .left .logo a {
    display: block;
    padding: 15px 0;
}

.site-header .main .right {
    background-color: #dc573d;
    padding: 15px 5%;
    position: relative;
}

.site-header .main .right:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: #dc573d;
    left: -50px;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.site-header .main .right .contact .col {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.site-header .main .right .contact .col .icon {
    width: 50px;
    text-align: center;
}

.site-header .main .right .contact .col .desc a {
    color: #FFF;
    display: block;
}

.site-header .main .right .social-media {
    margin-left: 25px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.site-header .main .right .social-media a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    display: inline-block;
}

.site-header .main .right .social-media .ml20 {
    margin-left: 20px;
}


/*.site-header .main .right .social-media .langs:last-child {
    margin-left: 0;
} */

.site-header .bottom {
    border-top: 20px solid #393f40;
    margin-bottom: -60px;
}

.site-header .bottom nav.menu {
    background-color: #393f40;
    padding: 0 75px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.site-header .bottom nav.menu ul li {
    position: relative;
    padding: 20px 0;
}

.site-header .bottom nav.menu ul li a {
    padding: 0 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header .bottom nav.menu ul li ul {
    position: absolute;
    left: 50%;
    top: 100%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.site-header .bottom nav.menu ul li ul:before {
    content: "\f0dd";
    position: absolute;
    left: 50%;
    top: -35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #393f40;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header .bottom nav.menu ul li ul li {
    float: none;
    padding: 0;
}

.site-header .bottom nav.menu ul li ul li a {
    color: #000;
    max-height: 0;
    overflow: hidden;
    line-height: 30px;
    overflow: hidden;
    display: block;
    font-size: 13px;
    background: #dc573d;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 200px;
    opacity: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.site-header .bottom nav.menu ul li ul li a:hover {
    background: #393f40;
    color: #FFF;
}

.site-header nav.menu ul li ul li ul {
    left: 100% !important;
    top: 0 !important;
    transform: translateX(0) !important;
}

.site-header nav.menu ul li ul li ul:before {
    top: 7px !important;
    left: -30px;
    content: "\f0da" !important;
}

.site-header .bottom nav.menu ul li:hover {
    background-color: #dc573d;
}

.site-header .bottom nav.menu ul li:hover>ul {
    max-height: 2000px;
    pointer-events: auto;
}

.site-header .bottom nav.menu ul li:hover>ul:before {
    top: -25px;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header nav.menu ul li ul li:hover>ul:before {
    left: -15px;
    top: auto;
}

.site-header .bottom nav.menu ul li:hover>ul>li>a {
    max-height: 35px;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header .bottom nav.menu ul li:hover>a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    margin-bottom: -12px!important;
    ;
}

header .lang-list .img-flag {
    margin-right: 12px;
}

header .languages {
    position: relative;
}

header .languages:hover ul.lang-list {
    z-index: 999999999999;
    opacity: 1;
    transform: translate(-50%, 10px);
    pointer-events: initial;
    border: 1px solid #4c3b1c;
    background-color: #fff;
}

header .languages:hover ul.lang-list li a {
    padding: 10px 20px;
    background-color: unset;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .languages:hover ul.lang-list li a:hover {
    background-color: #ebebeb;
}

header .languages:hover ul.lang-list li a:hover .name {
    color: #dc573d;
}

header .languages .lang-current {
    display: flex;
    align-items: center;
    padding: 5px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

header .languages .lang-current span.flag .img-flag {
    margin-right: 6px;
}

header .languages ul.lang-list {
    z-index: 999;
    background-color: #fff;
    border-width: 0 1px 1px;
    position: absolute;
    min-width: 150px;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 30px);
    opacity: 0;
    pointer-events: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
    padding: 0;
}

header .languages ul.lang-list:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    border: 10px solid;
    border-color: transparent transparent #ebebeb transparent;
}

header .languages ul.lang-list li a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .languages ul.lang-list li a span.flag {
    margin-right: 15px;
}

header .languages ul.lang-list li a span.name {
    font-size: 16px;
    color: #dc573d;
}

ul.lang-list #menu-login-menu {
    width: 210px;
}

li a {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    transition: .3s;
    font-size: 16px;
    color: #10183f;
}

li a span.flag img {
    border-radius: 10px;
}

span.name {
    font-size: 16px;
    color: #10183f;
}

main {
    position: relative;
    font-family: "Poppins", sans-serif;
}

main .main-title {
    width: 100%;
    font-size: 58px;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    color: #dc573d;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
}

main .main-title span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #5f5f5f;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

main .main-title p {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
}

main .main-title.v2 {
    font-family: "Abril Fatface", cursive;
    color: #393f40;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

main .main-title.v2 span {
    font-family: "Poppins", sans-serif;
}

main .main-title.v2 p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 25px;
    color: #393f40;
}

main #slider {
    position: relative;
}

main #slider .items .text .s-title {
    font-size: 58px;
    font-weight: bold;
}

main #slider .items .text p {
    font-size: 18px;
}

main #slider .items .slick-dots {
    position: absolute;
    right: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    bottom: auto;
    width: 5%;
}

main #slider .items .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

main #slider .items .slick-dots li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main #slider .items .slick-dots li a:before {
    content: "";
    width: 1px;
    height: 0;
    display: block;
    background-color: #dc573d;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main #slider .items .slick-dots li a:after {
    content: "";
    width: 1px;
    height: 0;
    display: block;
    background-color: #dc573d;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main #slider .items .slick-dots li.slick-active a {
    padding: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main #slider .items .slick-dots li.slick-active a:before {
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main #slider .items .slick-dots li.slick-active a:after {
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main #slider .items .slick-dots li:first-child a:before {
    display: none;
}

main #slider .items .slick-dots li:last-child a:after {
    display: none;
}

main #slider .navigation {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

main #slider .navigation .arrow {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    border: 2px solid #393f40;
    cursor: pointer;
    margin: 0 0;
    color: #393f40;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main #slider .navigation .arrow:first-child {
    float: left;
    position: absolute;
    left: 50px;
}

main #slider .navigation .arrow:last-child {
    float: right;
    position: absolute;
    right: 50px;
}

main #slider .navigation .arrow:hover {
    border-color: #393f40;
    background-color: #393f40;
    color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main #home-bar {
    margin: 80px 0;
}

main #home-bar .bars .bar {
    border: 1px solid #393f40;
    padding: 32px;
}

main #home-bar .bars .bar p {
    color: #393f40;
}

main #home-bar .bars .bar .title {
    font-size: 24px;
    font-family: "Abril Fatface", cursive;
    color: #dc573d;
}

main #home-bar .form {
    background-image: url("../images/formBG.jpg");
    padding: 30px;
}

main #home-bar .form .title {
    font-size: 42px;
    color: #FFF;
    font-family: "Abril Fatface", cursive;
    margin-bottom: 20px;
}

main #home-bar .form .form-group input {
    padding: 15px;
    width: 100%;
    font-size: 13px;
}

main #home-bar .form .form-group textarea {
    width: 100%;
    padding: 15px;
    resize: none;
    font-size: 13px;
}

main #home-bar .form .form-group input[type="submit"] {
    display: inline-block;
    width: 200px;
    color: #dc573d;
    font-weight: bold;
    font-size: 20px;
}

main #services {
    margin: 80px 0;
}

main #services .service .desc {
    padding: 40px;
    width: 85%;
    margin: 0 auto;
    margin-top: -100px;
    background-color: #FFF;
    text-align: center;
    position: relative;
    z-index: 2;
}

main #services .service .desc .title {
    margin-bottom: 25px;
    position: relative;
    color: #393f40;
    font-size: 36px;
    font-family: "Abril Fatface", cursive;
}

main #services .service .desc p {
    color: #393f40;
}

main #services .service .desc .title:after {
    content: "";
    width: 150px;
    height: 1px;
    background-color: #eceff4;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

main #services .service .desc .title span {
    display: block;
    color: #dc573d;
    font-size: 14px;
    letter-spacing: 2px;
}

main #services .more {
    text-align: center;
}

main #services .more a {
    font-size: 61px;
    font-family: "Abril Fatface", cursive;
    color: #393f40;
    display: inline-block;
    text-decoration: underline !important;
}

main #other {
    margin: 80px 0;
}

main #other .bars .bar {
    border: 1px solid #393f40;
    padding: 15px 30px;
    margin: 15px 0;
}

main #other .bars .bar a {
    color: #393f40;
}

main #other .bars .bar .icon {
    width: 150px;
    text-align: center;
}

main #other .bars .bar .icon img {
    max-width: 80%;
}

main #other .bars .bar .desc {
    padding-left: 15px;
}

main #other .bars .bar .desc .title {
    font-size: 36px;
    font-family: "Abril Fatface", cursive;
}

main #other .bars .bar:hover {
    background-color: #dc573d;
}

main #other .bars .bar:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

main #other .bars .bar:hover .desc {
    color: #FFF;
}

main #other .video {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

main #other .video .text {
    background-color: #dc573d;
    color: #FFF;
    font-size: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -50%;
    height: 100%;
    width: 100%;
    z-index: -1;
    padding: 100px 0;
    padding-left: 150px;
    font-family: "Abril Fatface", cursive;
}

main .page-head {
    background-color: #dc573d;
    -webkit-box-shadow: inset 0px 0px 20px -10px #000;
    box-shadow: inset 0px 0px 20px -10px #000;
    padding: 85px 0 40px 0;
    color: #FFF;
}

main .page-head h1 {
    width: 100%;
    text-align: center;
}

main .page-head .breadcrumbs {
    text-align: center;
    width: 100%;
}

main .page-head .breadcrumbs span {
    display: inline-block;
}

main .page-head .breadcrumbs span a {
    color: #fff;
    font-weight: bolder;
}

main .page-head .breadcrumbs span:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 10px;
    margin: 0 7.5px;
}

main .page-head .breadcrumbs span:last-child:after {
    display: none;
}

main .page-inner {
    margin: 110px 0;
}

main .page-inner .videos .video {
    padding-bottom: 15px;
}

main .page-inner .videos .video .v-title {
    font-weight: bolder;
    font-size: 20px;
}

main .page-inner .videos .video a {
    position: relative;
    display: block;
}

main .page-inner .videos .video a:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-image: url("../images/play.png");
    background-color: #333;
    border-radius: 100%;
    z-index: 2;
}

main .page-inner .videos .video a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25%;
    width: 100%;
    background: #feda7a;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 218, 122, 0)), to(#ecb95f));
    background: linear-gradient(0deg, rgba(254, 218, 122, 0) 0%, #ecb95f 100%);
}

main .page-inner .category {
    margin: -15px 0;
}

main .page-inner .category .post {
    padding: 15px;
}

main .page-inner .category .post a {
    color: #333;
    display: block;
    position: relative;
    background-color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main .page-inner .category .post figure img {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
}

main .page-inner .category .post .desc {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

main .page-inner .category .post .desc .p-title {
    font-size: 18px;
    font-weight: bold;
}

main .page-inner .category .post .desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 0;
}

main .page-inner .category .post .desc .more {
    white-space: nowrap;
    margin-left: 25px;
    background-color: #393f40;
    color: #FFF;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    font-weight: bold;
}

main .page-inner .category .post:hover a {
    background-color: #dc573d;
    color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

main .page-inner .not-found h1 {
    font-size: 300px;
    line-height: 250px;
    text-align: center;
    display: block;
    width: 100%;
}

main .page-inner .not-found h2 {
    font-size: 40px;
    text-align: center;
    display: block;
    width: 100%;
}

main .page-inner aside.sidebar .form {
    background-color: #dc573d;
    padding: 40px;
}

main .page-inner aside.sidebar .form .f-title {
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 25px;
    color: #FFF;
}

main .page-inner aside.sidebar .form .form-group input,
main .page-inner aside.sidebar .form .form-group textarea,
main .page-inner aside.sidebar .form .form-group select {
    width: 100%;
    padding: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    color: #fff;
    resize: none;
}

main .page-inner aside.sidebar .form .form-group input::-webkit-input-placeholder,
main .page-inner aside.sidebar .form .form-group textarea::-webkit-input-placeholder,
main .page-inner aside.sidebar .form .form-group select::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

main .page-inner aside.sidebar .form .form-group input::-moz-placeholder,
main .page-inner aside.sidebar .form .form-group textarea::-moz-placeholder,
main .page-inner aside.sidebar .form .form-group select::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

main .page-inner aside.sidebar .form .form-group input:-ms-input-placeholder,
main .page-inner aside.sidebar .form .form-group textarea:-ms-input-placeholder,
main .page-inner aside.sidebar .form .form-group select:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

main .page-inner aside.sidebar .form .form-group input::-ms-input-placeholder,
main .page-inner aside.sidebar .form .form-group textarea::-ms-input-placeholder,
main .page-inner aside.sidebar .form .form-group select::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

main .page-inner aside.sidebar .form .form-group input::placeholder,
main .page-inner aside.sidebar .form .form-group textarea::placeholder,
main .page-inner aside.sidebar .form .form-group select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

main .page-inner aside.sidebar .form .form-group input:-ms-input-placeholder,
main .page-inner aside.sidebar .form .form-group textarea:-ms-input-placeholder,
main .page-inner aside.sidebar .form .form-group select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

main .page-inner aside.sidebar .form .form-group input::-ms-input-placeholder,
main .page-inner aside.sidebar .form .form-group textarea::-ms-input-placeholder,
main .page-inner aside.sidebar .form .form-group select::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

main .page-inner aside.sidebar .form .form-group input[type="submit"],
main .page-inner aside.sidebar .form .form-group textarea[type="submit"],
main .page-inner aside.sidebar .form .form-group select[type="submit"] {
    background-color: #393f40;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 25px;
}

main .page-inner aside.sidebar .form .form-group textarea {
    height: 75px;
}

main .page-inner aside.sidebar .contact .item {
    padding: 20px 40px;
    background-color: #dc573d;
    margin: 15px 0;
}

main .page-inner aside.sidebar .contact .item a {
    color: #fff;
}

main .page-inner aside.sidebar .contact .item .icon {
    font-size: 50px;
}

main .page-inner aside.sidebar .contact .item .desc {
    padding: 0 15px;
}

main .page-inner aside.sidebar .contact .item .desc span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) and (min-width: 300px) {
    main {
        /* Mobile Size */
    }
    main .page-head {
        padding: 20px 0;
    }
    main .page-head h1 {
        font-size: 25px;
        margin: 5px;
    }
    main .page-head .breadcrumbs {
        font-size: 14px;
    }
    main .page-inner {
        margin: 40px 0;
    }
    main .page-inner .not-found h1 {
        font-size: 150px;
        line-height: 70px;
    }
    main .page-inner aside.sidebar {
        margin-top: 75px;
    }
}

footer {
    color: #333;
    font-size: 15px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    background-color: #eee;
}

footer .top {
    color: #FFF;
    position: relative;
}

footer .top a {
    color: #FFF;
}

footer .top .left {
    background-color: #dc573d;
    padding: 0 5%;
}

footer .top .left .logo {
    max-width: 265px;
}

footer .top .left .logo a {
    display: block;
    padding: 15px 0;
}

footer .top .right {
    background-color: #ebebeb;
    padding: 15px 5%;
    position: relative;
}

footer .top .right:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: #dc573d;
    left: -50px;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

footer .top .right .contact .col {
    max-width: 33.33%;
}

footer .top .right .contact .col .icon {
    min-width: 80px;
    height: 80px;
    background-color: #dc573d;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 80px;
    float: left;
    margin-right: 15px;
    border-radius: 100%;
    font-size: 35px;
}

footer .top .right .contact .col .desc {
    color: #393f40;
}

footer .top .right .contact .col .desc a {
    color: #393f40;
    display: block;
}

footer .top .right .social-media {
    margin-left: 25px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

footer .top .right .social-media a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    display: inline-block;
}

footer .main {
    padding: 75px 0;
}

footer .main .column {
    padding: 15px 35px;
    border-right: 1px solid #333;
}

footer .main .column .title {
    font-size: 20px;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

footer .main .column .socialAccounts a {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bolder;
    margin-bottom: 15px;
}

footer .main .column .socialAccounts a i {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #333;
    color: #FFF;
    font-family: 'Font Awesome 5 Brands';
    /* font-weight: bold; */
    text-align: center;
    line-height: 35px;
    margin-right: 9px;
    font-size: 17px;
}

footer .main .column ul {
    padding: 0;
    list-style-type: none;
}

footer .main .column ul li a {
    color: #393f40;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

footer .main .column ul li a:hover {
    color: #dc573d;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

footer .main .column:last-child {
    border: none;
}

footer .copyright {
    border-top: 1px solid #FFF;
    margin-top: 15px;
    padding: 10px 0;
}

.map iframe {
    width: 100%;
    height: 500px;
}

main .contact .detail .items .item .icon {
    min-width: 80px;
    text-align: center;
    margin-right: 15px;
    height: 80px;
    border-radius: 100%;
    background-color: #dc573d;
    line-height: 80px;
    color: #FFF;
    font-size: 25px;
}

main .contact .detail .items .item .desc {
    width: calc(100% - 95px);
}

main .contact .detail .items .item .info span {
    display: block;
}

main .contact .detail .items .item .info a {
    color: #000;
}

.sayfalar {
    width: 100%;
    margin-top: 10px;
    padding: 0 20px 20px;
    display: block;
}

.sayfalar,
.sayfalar a {
    text-align: center;
}

.sayfalar a {
    width: 30px;
    height: 30px;
    background: #dc573d;
    border: 1px solid #ccc;
    color: #FFF;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    margin: 2px;
}

.sayfalar a.aktif {
    background: #444;
}