body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

* {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none !important;
    transition: 0.3s ease all;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #363636;
}

a:hover {
    color: #000;
    text-decoration: none !important;
}

*:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

svg.iconset {
    position: absolute;
    pointer-events: none;
}

.container.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.container.newzero {
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.container-fluid.newzero {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newzero > div {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newzero {
    margin-left: -0px;
    margin-right: -0px;
}

.row.newrow > div {
    padding-left: 5px;
    padding-right: 5px;
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px;
}

.btn {
}

.btn.btn-md {
}

.btn.btn-lg {
    font-weight: 300;
    font-size: 18px;
    padding: 14px 59px;
}

.btn.btn-lg.btn-round {
    border-radius: 30px;
}

.btn.btn-sm {
}

.btn.btn-dark {
}

.btn.btn-dark:not(:disabled):not(.disabled):hover,
.btn.btn-dark:not(:disabled):not(.disabled):focus,
.btn.btn-dark:not(:disabled):not(.disabled):active {
}

.btn.btn-warning {
}

.btn.btn-warning:not(:disabled):not(.disabled):hover,
.btn.btn-warning:not(:disabled):not(.disabled):focus,
.btn.btn-warning:not(:disabled):not(.disabled):active {
}

.btn-round {
}

.btn.btn-border.btn-warning {
}

.btn.btn-border.btn-default {
}

.btn.btn-border.btn-default:not(:disabled):not(.disabled):hover,
.btn.btn-border.btn-default:not(:disabled):not(.disabled):focus,
.btn.btn-border.btn-default:not(:disabled):not(.disabled):active {
}

.btn.btn-border.btn-light {
    background: #fff;
    border: 1px solid #707070;
}

.btn.btn-border.btn-light:not(:disabled):not(.disabled):hover,
.btn.btn-border.btn-light:not(:disabled):not(.disabled):focus,
.btn.btn-border.btn-light:not(:disabled):not(.disabled):active {
}

header {
    min-height: 85px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #000;
}

header a.logo {
    display: flex;
}

header a.logo img {
    max-height: 40px;
}

header .menu {
}

header .menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header .menu ul li {
    margin-left: 48px;
}

header .menu ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #1d1d1b;
    position: relative;
}

header .menu ul li a:after {
    content: '';
    background-color: #1d1d1b;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all ease .3s;
}

header .menu ul li a:hover {
}

header .menu ul li a:hover:after {
    content: '';
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


section.portfolyo {
    padding-top: 30px;
    margin-bottom: 60px;
}

.container-fluid {

    max-width: 1920px;
}

section.portfolyo h4.title {
    color: #000000;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 90px 0;
}

section.portfolyo a.portfolyo-item {
    position: relative;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

section.portfolyo a.portfolyo-item:hover {
}

section.portfolyo a.portfolyo-item .img {
    overflow: hidden;
    position: relative;
}

section.portfolyo a.portfolyo-item .img .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 100%;
}

section.portfolyo a.portfolyo-item .hover {
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all ease .3s;
    transform: scale(1.15);
}

section.portfolyo a.portfolyo-item .hover:before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 2px solid rgba(0, 0, 0, 0.51);
    width: 40px;
    height: 40px;
    border-top: none;
    border-left: none;
    transition: 0.3s 0.3s ease all;
}

section.portfolyo a.portfolyo-item .hover:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid rgba(0, 0, 0, 0.51);
    width: 40px;
    height: 40px;
    border-bottom: none;
    border-right: none;
    transition: 0.3s 0.3s ease all;
}

section.portfolyo a.portfolyo-item:hover .hover:after{
    left: -25px;
    top: -25px;
    border-color: #000;
}

section.portfolyo a.portfolyo-item:hover .hover:before{
    bottom: -25px;
    right: -25px;
    border-color: #000;
}


section.portfolyo a.portfolyo-item:hover .hover {
    opacity: 1;
    transform: scale(.75);
}

section.portfolyo a.portfolyo-item .hover h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

section.portfolyo a.portfolyo-item .hover p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

section.services {
    position: relative;
}

section.services h4.title {
    color: #000000;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 90px 0;
}

section.services .service-item {
    background-color: #1d1d1b;
    padding: 100px 60px;
    height: 100%;
}

section.services .service-item h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 75px;
}

section.services .service-item ul {
    margin-bottom: 0;
}

section.services .service-item ul li {
    margin-bottom: 25px;
}

section.services .service-item ul li a {
    color: rgba(255, 255, 255, 0.71);
    font-size: 18px;
    font-weight: 500;
}

section.services .service-item ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

section.services p.slogan {
    font-size: 36px;
    font-weight: 600;
    color: #06141d;
    text-align: center;
    line-height: 42px;
    padding: 120px 0;
}

section.services:after {
    content: '';
    height: 50%;
    position: absolute;
    background-color: #efefef;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

section.blogs {
    padding: 85px 0;
}

section.blogs .container-fluid.custom-container {
    max-width: 1550px;
}

section.blogs h4.title {
    color: #1d1d1b;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

section.blogs .blog-item {
    padding: 15px 0;
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.blogs .blog-item span {
    font-size: 20px;
    font-weight: bold;
    color: #1d1d1b;
    margin-bottom: 10px;
    display: block;
}

section.blogs .blog-item a {
    width: 10%;
}


section.blogs .blog-item p {
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1b;
    line-height: 24px;
    margin-bottom: 0;
    width: 90%;
}

section.blogs .blog-item .item-left {
    width: calc(50% - 10px);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.blogs .blog-item .item-left .img {
    padding-bottom: 55%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    background-position: center;
    width: 100%;
}

section.blogs .blog-item .item-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 10px);
    margin-left: 10px;
}

section.blogs .blog-item:hover {
    background: rgb(239, 239, 239);
    background: linear-gradient(90deg, rgba(239, 239, 239, .5) 10%, rgba(255, 255, 255, 0) 90%);
}

section.blogs .blog-item:after {
    content: '';
    background-image: url('../img/left-arrow.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

section:where(.blogs, .portfolyo) a.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #e4e4e4;
    font-size: 18px;
    font-weight: 600;
    color: #1d1d1b;
    height: 70px;
    border-radius: 10px;
}


section:where(.blogs, .portfolyo) a.more-btn:hover {
    color: #eeeeee;
    background-color: #1d1d1b;
}


section.portfolyo a.more-btn {
    margin-top: 30px;
}


footer {
    background-color: #000;
    padding: 50px 0 30px;
}

footer a.logo {
    display: block;
    border-right: 2px solid #fff;
    margin-right: 35px;
    padding-right: 35px;
}

footer a.logo img {
    width: 225px;
}

footer .contact-item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

footer .contact-item {
    border-right: 2px solid #fff;
    margin-right: 35px;
    padding-right: 35px;
    max-width: 35%;
    display: flex;
    align-items: center;
}

footer .contact-item p {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

footer .contact-item p b {
    font-weight: 500;
}

footer ul.social {
    display: flex;
    align-items: center;
    justify-content: end;
}

footer ul.social li {
    margin-left: 20px;
}

footer ul.social li a:hover {
    background-color: #a5a5a5;
}

footer ul.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    width: 60px;
    height: 60px;
}

footer ul.social li a svg {
    width: 34px;
    height: 34px;
    fill: #1d1d1b;
}

footer p.copyright {
    color: #fff;
    margin-top: 50px;
}

footer .left {
    display: flex;
}

section.page-header {
}

section.page-header#kurumsal {
    background: rgb(21, 21, 21);
    background: linear-gradient(100deg, rgba(21, 21, 21, 1) 0%, rgba(2, 2, 2, 1) 100%);
}

svg.iconset {
    position: absolute;
    pointer-events: none;
}

section.post-page {
    padding: 70px 0;
}

section.post-page h4.title {
    font-size: 20px;
    font-weight: bold;
    color: #1d1d1b;
    margin-bottom: 10px;
}

section.post-page p {
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1b;
    margin-bottom: 12px;
}

section.portfolyo-header {
    background-color: #1d1d1b;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

section.portfolyo-header ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    height: 100%;
}

section.portfolyo-header ul li {
    margin: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

section.portfolyo-header ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

section.portfolyo-header ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    background-image: url(../img/left-arrow.svg);
    width: 31px;
    height: 16px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    opacity: 0;
    transition: all ease .3s;
}

section.portfolyo-header ul li:hover:after, section.portfolyo-header ul li.active:after {
    opacity: 1;
    bottom: 7px;
}

section.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d1d1b;
    height: 200px;
    margin-bottom: 50px;
}

section.banner p {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin: 0;
}

body.portfolyo-page .portfolyo {
    margin-bottom: 30px;
}

.portfolyo-detail-header {
    position: relative;
}

.portfolyo-detail-header:after {
    content: '';
    height: 560px;
    width: 100%;
    background-color: #f1f1f1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.portfolyo-detail-header h4 {
    color: #1d1d1b;
    font-weight: 500;
    font-size: 30px;
    padding: 50px 0;
    position: relative;
    z-index: 3;
}
.portfolyo-detail-header p{
    position: relative;
    z-index: 3;
}
section.portfolyo-detail-content {
    min-height: 1000px;
}

section.portfolyo-detail-content .content {
    margin-bottom: 100px;
    margin-top: 80px;
}

section.portfolyo-detail-content .content h4.title {
    color: #1d1d1b;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
}

section.portfolyo-detail-content .content p {
    color: #1d1d1b;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
}


.portfolyo-navigate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 50px;
}

.portfolyo-navigate .row {
    width: 100%;
}

.portfolyo-navigate a {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.portfolyo-navigate a.next span {
    margin-left: 40px;
}

.portfolyo-navigate a.prev {
    justify-content: flex-end;
}

.portfolyo-navigate a.next {
    justify-content: flex-start;
}

.portfolyo-navigate a.prev span {
    margin-right: 40px;
}

.portfolyo-navigate a span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.portfolyo-navigate a .icon {
    border: 3px solid #000;
    border-radius: 10px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}

.portfolyo-navigate a .icon svg {
    width: 19px;
    height: 33px;
    transition: all ease .3s;
    fill: #000;
}

.portfolyo-navigate a:hover .icon {
    background-color: #000;
}

.portfolyo-navigate a:hover .icon svg {
    fill: #fff;
}

body.service-main {
}

body.service-main .service-header {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

body.service-main .service-header h4 {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

body.service-main .service-header .img {
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

body.service-main .service-detail-content {
    padding-bottom: 100px;
}

body.service-main .service-detail-content .content {
    padding: 100px 0;
}

body.service-main .service-detail-content .content p {
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 400;
}

body.service-main .sub-service-slider {
}

body.service-main .sub-service-slider .owl-carousel {
}

body.service-main .sub-service-slider .owl-carousel .item {
    height: 300px;
    background-color: #58595b;
    padding: 16px;
    display: block;
}

body.service-main .sub-service-slider .owl-carousel .item:hover {
    background-color: #1d1d1b;
}

body.service-main .sub-service-slider .owl-carousel .item .icon {
    height: 65px;
    width: 65px;
    margin-left: auto;
    margin-bottom: 20px;
}

body.service-main .sub-service-slider .owl-carousel .item .text-content {
}

body.service-main .sub-service-slider .owl-carousel .item .text-content h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

body.service-main .sub-service-slider .owl-carousel .item .text-content p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.navigation-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-btn > div {
    width: 21px;
    height: 30px;
    margin: 0 3px;
    cursor: pointer;
}

.navigation-btn > div svg {
    fill: #a5a5a5;
    transition: all ease .3s;
}

.navigation-btn > div:hover svg {
    fill: #1d1d1b;
}

body.service-main-detail {
}

body.service-main-detail .service-detail-header {
    background-color: #1d1d1b;
    padding: 25px 0;
}

body.service-main-detail .service-detail-header .icon {
    width: 65px;
    height: 65px;
    margin-right: 15px;
}

body.service-main-detail .service-detail-header h4 {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

body.service-main-detail .service-detail-content {
}

body.service-main-detail .service-detail-content .text-content {
    padding: 100px 0;
}

body.service-main-detail .service-detail-content .text-content p {
    font-size: 18px;
    color: #1d1d1b;
    font-weight: 400;
}

body.services {
}

body.services .services-header {
    background-color: #fff;
    height: 110px;
    display: flex;
    align-items: center;
}

body.services .services-header h4 {
    font-size: 25px;
    color: #1d1d1b;
    font-weight: bold;
    margin: 0;
}

section.services-all {
    overflow: hidden;
}

section.services-all .col-md-6 {
    position: relative;
}

section.services-all .text {
    max-width: 80%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.services-all .text h4 {
    color: #1d1d1b;
    font-size: 50px;
    font-weight: 400;
}

section.services-all .text p {
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 400;
}

section.services-all .text a {
    background-color: #1d1d1b;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    height: 60px;
    padding: 0 50px;
    max-width: 180px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

section.services-all .text a:hover {
    background-color: #a5a5a5;
}

section.services-all .col-md-5 {
    position: relative;
}

section.services-all .row:nth-child(odd) .col-md-6 .text {
    text-align: left;
}

section.services-all .row:nth-child(even) .col-md-6 .text a {
    margin-left: auto;
}

section.services-all .row:nth-child(even) .col-md-6 .text {
    text-align: right;
}

section.services-all .row:nth-child(odd) .col-lg-5:first-child:after {
    content: '';
    position: absolute;
    background-color: #1d1d1b;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
}




section.services-all .row:nth-child(even) .col-md-6:first-child:after {
    content: '';
    position: absolute;
    background-color: #1d1d1b;
    top: 0;
    right: 0;
    left: -100%;
    bottom: 0;
    z-index: -1;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination li {
    margin: 0 3px;
}

.blog-pagination li a {
    height: 70px;
    padding: 0 35px;
    background-color: #e4e4e4;
    font-size: 25px;
    font-weight: bold;
    color: #747474;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination li a:hover, .blog-pagination li.active a {
    background-color: #747474;
    color: #fff;
}

.blog-detay {
    display: flex;
    flex-direction: column;
}

.blog-detay p {
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1b;
    line-height: 26px;
}

.blog-detay p b {
}

.blog-detay img {
    margin: 40px auto;
}

.blog-detay ul {
    list-style: inherit;
}

.blog-detay ul li {
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1b;
    line-height: 26px;
    margin-bottom: 10px;
}

.blog-footer {
}

.blog-footer ul.blog-social {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.blog-footer ul.blog-social li {
    max-width: 150px;
    margin-right: 15px;
}

section.portfolyo-detail-content a.pin-share {
    margin-top: 30px;
}

.blog-footer ul.blog-social li a, section.portfolyo-detail-content a.pin-share {
    background-color: #a5a5a5;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 135px;
}

.blog-footer ul.blog-social li a svg, section.portfolyo-detail-content a.pin-share svg {
    height: 30px;
    width: 40px;
    fill: #fff;
}

.blog-footer ul.blog-social li a span, section.portfolyo-detail-content a.pin-share span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.blog-footer ul.blog-social li a:hover, section.portfolyo-detail-content a.pin-share:hover {
    background-color: #1d1d1b;
}


.blog-footer .subscribe {
    background: #efefef;
    padding: 60px;
    margin-top: 80px
}

.blog-footer .subscribe .form-group {
    margin-bottom: 0
}

.blog-footer .subscribe .form-group input {
    background: #fff;
    border: 1px solid #eee;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #686868;
    padding: 17px 35px;
    height: auto;
    border-radius: unset;
}

.blog-footer .subscribe .form-group > :focus {
    box-shadow: 0px 4px 7.44px 0.56px rgba(35, 31, 32, 0.15) !important;
}

.blog-footer .subscribe .form-group > :focus::-webkit-input-placeholder {
}

.blog-footer .subscribe .btn {
    border-radius: unset;
    background: #a5a5a5;
    padding: 17px 0;
    font-weight: 500;
    border: unset;
    font-size: 15px;
    letter-spacing: -.01em;
    color: #fff;
    margin-left: auto;
    display: flex;
    width: 100%;
    justify-content: center
}

.blog-footer .subscribe:invalid .btn {
    pointer-events: none;
    opacity: .5
}

.subs-response p {
    margin-top: 15px;
    margin-bottom: 0
}

.blog-footer .subscribe .btn:hover {
    background: #1d1d1b;
}

.blog-footer .subscribe .subscribe-form-header h4 {
    font-weight: 300;
    color: #000
}

.blog-footer .subscribe .subscribe-form-header p {
    font-weight: 300;
    color: rgba(0, 0, 0, .59);
    margin-bottom: 15px
}


section.contact-info {
    background-color: #f3f3f3;
    padding: 90px 0 150px;
}

section.contact-info .info {
    margin-bottom: 50px;
}

section.contact-info .info p {
    font-size: 20px;
    color: #1d1d1b;
    font-weight: 500;
}

section.contact-info .info p b {
}

section.contact-info .forms {
}

section.contact-info .forms h4 {
    font-size: 25px;
    color: #1d1d1b;
    font-weight: bold;
    margin-bottom: 20px;
}

section.contact-info .forms .form-group {
}

section.contact-info .forms .form-group input {
    background-color: #fff;
    width: 100%;
    border: unset;
    padding: 30px 22px;
    transition: all ease .3s;
}

section.contact-info .forms .form-group textarea {
    background-color: #fff;
    width: 100%;
    border: unset;
    padding: 30px 22px;
    height: 100%;
    transition: all ease .3s;
}

section.contact-info .forms button {
    border-radius: 10px;
    background: #a5a5a5;
    padding: 17px 40px;
    font-weight: 500;
    border: unset;
    font-size: 15px;
    letter-spacing: -.01em;
    color: #fff;
    margin-left: auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: all ease .3s;
}

section.contact-info .forms button:hover {
    background: #1d1d1b;
}

section.contact-info .forms .form-group input:hover,
section.contact-info .forms .form-group input:focus,
section.contact-info .forms .form-group textarea:hover,
section.contact-info .forms .form-group textarea:focus {
    box-shadow: 0px 4px 7.44px 0.56px rgba(35, 31, 32, 0.15) !important;
}

.mapsParent{
    background-color: #f3f3f3;
    padding-top: 60px;
}

.maps {
    width: 100%;
    height: 550px;
}

section.blogs h1.blogtitle {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    margin-bottom: 0;
    padding: 0px 0 30px;
}


body.blog-detail section.blogs .blog-cover {
    padding-bottom: 28.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) {

}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) h1 {

}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) h2 {

    font-weight: 700;

    font-size: 23px;
}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) h3 {

    font-weight: 600;

    font-size: 20px;
}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) h4 {

}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) p {

    font-size: 16px;

    line-height: 26px;
}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) p a {

}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) p b {

}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) ul {

    margin-left: 40px;
}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) ul > li {

    font-size: 16px;

    line-height: 26px;

    margin-bottom: 5px;
}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) ol {

    list-style-type: decimal;

    padding-left: 30px;
}

:is(section.blogs .blog-detay, body.service-main .service-detail-content .content) ol > li {

    font-size: 16px;

    line-height: 26px;

    margin-bottom: 5px;
}
/*

.metinsHead {

    position: absolute;

    right: 100%;

    top: 50%;

    transform: translateY(-50%);

    transition: 1.5s ease all;
}

.metinsHead .headimg {

    width: 250px;

    height: 250px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: contain;
}

.metinsHead.active {

    right: calc(0% - 240px);
}

.metinsHeadBall {

    background-image: url(https://crater.com.tr/assets/img/metinshead.png);
    width: 250px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.3s ease all;
}

@keyframes example {
    0% {
        transform: translate(-50%, -50%) scale(1);

        top: 0vh;
    }
    25% {
        transform: translate(-50%, -50%) scale(1.5);

        top: 50vh;
    }

    50% {
        transform: translate(-50%, -50%) scale(0.5);

        top: 100vh;
    }
    75% {
        transform: translate(-50%, -50%) scale(1.5);

        top: 50vh;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);

        top: 0vh;
    }
}
*/
