.newcontainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px){
    .newcontainer{width:750px}

}
@media (min-width:992px){
    .newcontainer{width:970px}

}
@media (min-width:1200px) {
    .newcontainer{
        max-width: 1650px;
        padding: 0;
        width: 93%;
        margin-right: auto;
        margin-left: auto;
    }
}

#demoSettings #rtlToggle a,
#colorPicker a {
    font-size: 14px !important;
}
.col-md-12.referanslar-seo .col-md-2 img {
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s;
}
.col-md-12.referanslar-seo .col-md-2 img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.col-md-12.referanslar-seo .col-md-2 {
    text-align: center;
}
.seo-hakkinda {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sosyal-medya-alinlik {
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 860px; */
    background-position: 0px 90%;
    height: 600px;
    position: relative;
    z-index: 100;
}

@media screen and (min-width:768px) and (max-width:1023px){
    .sosyal-medya-title, .sosyal-medya-title h1{
        font-size: 37px !important;
    }
    .vc_custom_1582011806842{
        padding-top: 0px !important;
        height: 1000px !important;
    }
    .woy_button_wrapper{
        text-align: right;
    }
    .form-router{
        padding-top: 70px;
        min-height: 600px;
    }
    .sosyal-medya-alinlik{
        height: 700px;
    }
}

.sosyal-medya-alinlik .alinlik-alan {
    padding: 50px 20px;
}
.sosyal-medya-alinlik .col-md-12.text-center.alinlik-alan img {
    display: inline-block;
}
.sosyal-medya-alinlik .alinlik-alan img{
    width:115px;
}
.sosyal-medya-title {
    line-height: 60px;
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0;
    color: white;
}
.sosyal-medya-title h1 {
    line-height: 60px;
    font-size: 40px;
    font-weight: 700;
    color: white;
    display: block;
    margin:0;
}
.sosyal-medya-desc {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    margin-bottom: 50px;
}
.alinlik-btn {
    font-size: 15px;
    font-weight: 500;
    padding: 18px 40px 18px 39px;
    border: 2px white solid;
    color: black;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: white;
}
.alinlik-btn:hover {
    background: transparent;
    color: white;
}
.animasyon-img > .ani-img-2 {
    position: absolute;
    top: 290px;
    left: 540px;
    width: 85px;
    animation-name: shift1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.animasyon-img > .ani-img-3 {
    position: absolute;
    top: 0;
    left: 200px;
    animation-name: scaleUp12;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.animasyon-img {
    position: relative;
    margin-left: -130px;
}
@keyframes shift1 {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px) rotate(-5deg);
        transform: translate(10px, 10px) rotate(-5deg);
    }
    50% {
        -webkit-transform: translate(-5px, 15px) rotate(-10deg);
        transform: translate(-5px, 15px) rotate(-10deg);
    }
    75% {
        -webkit-transform: translate(-10px, 5px) rotate(-5deg);
        transform: translate(-10px, 5px) rotate(-5deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes scaleUp12 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes fadeOut7 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
.madde-sag-title {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: #243238;
}
.firma-about {
    color: #6c0099;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 0;
}
.madde-sag-desc {
    font-size: 18px;
    color: #3b545f;
}
.seo-madde-btn {
    color: #fff !important;
    background: linear-gradient(135deg, #ff6678, #f5af73, #ff6678);
    font-size: 14px;
    line-height: 62px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 4.243px 4.243px 16px 0 rgb(245 173 116 / 30%);
    height: 60px;
    padding: 20px;
    border-radius: 30px 30px 30px 30px;
    padding-right: 43px;
    padding-left: 43px;
    overflow: hidden;
    position: relative;
}
.seo-madde-btn::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 2;
}
.seo-madde-btn:hover {
    background-position: 100% !important;
}
.seo-madde-btn:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.telegram-kanali-link {
    color: #696974;
    width: 100%;
    background: transparent url(/assets/img/social-media/seo-line-1.png) 30% 50% /
      auto no-repeat scroll;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
}
.telegram-kanali-link:hover span.telegram-cizgi {
    background-image: -moz-linear-gradient(
            0deg,
            rgb(192, 54, 183) 0%,
            rgb(132, 40, 166) 100%
    );
    background-image: -webkit-linear-gradient(
            0deg,
            rgb(192, 54, 183) 0%,
            rgb(132, 40, 166) 100%
    );
    background-image: -ms-linear-gradient(
            0deg,
            rgb(192, 54, 183) 0%,
            rgb(132, 40, 166) 100%
    );
    color: #fff !important;
}
.telegram-kanali-link:hover span.telegram-cizgi::after {
    opacity: 0;
}
.telegram-kanali-link span.telegram-cizgi {
    color: #4f2a6a;
    transition: all 350ms ease-in;
    font-size: 15px;
    font-weight: 300 !important;
    margin-right: 40px;
    display: inline-block;
    border-radius: 50px 50px 50px 50px;
}
.telegram-kanali-link span.telegram-cizgi::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #bb35b5;
    position: absolute;
    top: 4px;
    left: 19px;
    opacity: 0.5;
    transition: all 400ms;
}
.telegram-kanali-link strong {
    display: block;
}
.telegram-kanali-link i {
    background-color: rgba(255, 255, 255, 0);
    font-size: 19px;
    line-height: 55px;
    width: 60px;
    height: 60px;
    border: 2px solid #d142c5;
    border-radius: 50px 50px 50px 50px;
}
.col-md-12.referanslar-seo {
    margin-top: 40px;
}
.ref-res-seo {
    width: 20%;
    text-align: center;
    float: left;
    opacity: 0.5;
    transition: 0.3s;
}
.ref-res-seo:hover {
    opacity: 1;
}
.seo-uzay {
    background: #361d5b url(/assets/img/uzay.jpg) center center/cover no-repeat
    scroll;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 130px;
    padding-bottom: 275px;
}
.seo-uzay .row-cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    min-height: 1px;
    position: relative;
}
.seo-uzay-yazi {
    padding-bottom: 120px;
    text-align: center;
    position: relative;
    width: 100%;
}
.seo-uzay-yazi span {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 0;
}
.seo-uzay-yazi h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin: 20px 0 15px 0;
    color: #fff;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 0;
}
.seo-uzay-animate {
    background: transparent
    url(https://demo38.atiframe.com/wp-content/uploads/2020/08/Line00.png) top
    center/auto no-repeat scroll;
    width: calc(100% + 30px);
    position: relative;
}
.seo-uzay .siralama-4lu-1 {
    background: transparent
    url(https://demo38.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F08%2FNumber-1.png)
    100% 2% / auto no-repeat scroll;
    float: none;
    margin-top: 65px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}
.seo-uzay .siralama-4lu-2 {
    background: transparent
    url(https://demo38.atiframe.com/wp-content/uploads/2020/08/Number-2.png)
    100% 2% / auto no-repeat scroll;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}
.seo-uzay .siralama-4lu-3 {
    background: transparent
    url(https://demo38.atiframe.com/wp-content/uploads/2020/08/Number-3.png)
    100% 2% / auto no-repeat scroll;
    float: none;
    margin-top: 65px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}

.seo-uzay .siralama-4lu-4 {
    background: transparent
    url(https://demo38.atiframe.com/wp-content/uploads/2020/08/Number-4.png)
    100% 2% / auto no-repeat scroll;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}
.uzay-icon-box {
    width: 100%;
    text-align: center;
}
.uzay-icon-box_bgr {
    color: rgba(255, 255, 255, 0);
}
.uzay-icon-box {
    width: 100%;
    text-align: center;
}
.uzay-text-box {
    text-align: center;
    color: #fff;
}
.uzay-text-box .uzay-title {
    color: #fff !important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    padding-top: 15px;
}
.uzay-text-box p {
    line-height: 26px;
    font-size: 16px;
    padding: 15px 8% 25px 8%;
}
.uzay-text-box .uzay-link {
    color: #fff !important;
    font-size: 14px;
    transition: 0.3s;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    border-top: 0 solid #fff;
    background: transparent
    url(https://demo38.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F08%2FIcon11.png)
    68% 30% / auto no-repeat scroll;
}
.uzay-text-box .uzay-link:hover {
    color: #ff6678 !important;
    background: transparent
    url(https://demo38.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F08%2FIcon2.png)
    32% 30% / auto no-repeat scroll;
}
.kc-ol-slider {
    background: #ff6678
    url(https://demo38.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F08%2FBG00.jpg)
    center center/cover no-repeat scroll;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 7.071px 7.071px 40px 0 rgb(255 102 120 / 50%);
    padding-top: 55px;
    margin-top: -180px;
    margin-bottom: 35px;
}
.kc-ol-slider #uzay-slider img {
    width: 356px;
    display: inline-block;
}
.kc-ol-slider .owl-titlers {
    padding-bottom: 75px;
    padding-top: 75px;
    padding-right: 15px;
}

.kc-ol-slider .owl-titlers h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.38;
    color: #fff;
    margin-bottom: 18px;
}
.kc-ol-slider .owl-titlers p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 25px;
    padding-right: 30px;
}
.kc-ol-slider .owl-titlers a {
    color: #fff;
    background-color: #604389;
    border: solid 2px #604389;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 55px;
    padding-top: 14px;
    padding-right: 55px;
    padding-bottom: 14px;
    transition: all 0.15s ease-in-out;
    border-radius: 6px;
}
.kc-ol-slider .owl-titlers a:hover {
    color: #604389;
    background-color: transparent;
}
#uzay-slider .owl-prev {
    position: absolute;
    left: 15px;
    top: -280px;
    color: #fff !important;
    background: none !important;
    opacity: 1 !important;
    border: none;
    font-size: 55px;
}
#uzay-slider .owl-next {
    position: absolute;
    right: 15px;
    top: -280px;
    color: #fff !important;
    background: none !important;
    opacity: 1 !important;
    border: none;
    font-size: 55px;
}

@media only screen and (max-width: 1024px) {
    .animasyon-img {
        position: relative;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .woy_button.shadow{
        padding: 20px !important;
    }
    .alinlik-btn{
        padding:18px 20px;
        font-size: 13px
    }
    .kc-ol-slider .owl-titlers h4 {
        font-size: 30px;
    }
    .kc-ol-slider .owl-titlers {
        padding-bottom: 30px;
        padding-top: 20px;
        padding-right: 0;
    }
    .seo-uzay-yazi {
        padding-bottom: 30px;
    }
    .seo-hakkinda {
        padding-bottom: 12px;
    }
    .seo-uzay-yazi h4 {
        font-size: 36px;
    }
    .sosyal-medya-alinlik {
        height: auto;
    }
    .sosyal-medya-title {
        font-weight: 700;
        margin: 30px 0;
        color: white;
        line-height: 40px;
        font-size: 30px;
        margin-top: 5px;
    }
    .sosyal-medya-title h1 {
        line-height: 40px;
        font-size: 30px;
        color: white;
        display: inline-block;
        margin-bottom: 0;
    }
    .sosyal-medya-title span{
        font-weight: 700;
    }
    .madde-sag-title{
        font-size: 30px;
        line-height: 38px;
    }


    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .animasyon-img > .ani-img-3 {
        position: absolute;
        top: 10%;
        left: 86px;
        width: 66%;
    }
    .ref-res-seo {
        width: 50%;
    }
    .ref-res-3 {
        width: 100%;
    }
    .mobil-duz .col-sm-5 {
        margin-bottom: 20px;
    }
    .hidden-xs {
        display: none;
    }
    .col-md-6.mobil-duz {
        padding: 20px 20px;
        text-align: center;
    }
    #uzay-slider .owl-prev {
        top: -420px;
    }
    #uzay-slider .owl-next {
        top: -420px;
    }
    .kc-ol-slider .owl-titlers {
        text-align: center;
    }
}

#woy_testimonials_5f637a0a3b604 {
    margin-top: 50px !important;
}
#woy_testimonials_5f637a0a3b604 .owl-theme .owl-controls .owl-page span {
    background: #fff;
}
#woy_testimonials_5f637a0a3b604 .owl-theme .owl-controls .owl-page.active span,
#woy_testimonials_5f637a0a3b604
.owl-theme
.owl-controls.clickable
.owl-page:hover
span {
    background: #989fe6;
    border: 1px solid #989fe6;
    width: 12px;
    height: 12px;
}
.testimonial {
    position: relative;
    text-align: center;
    margin: 0 15px;
    padding: 0 0 20px;
}

.testimonial .image_wrapper {
    width: 123px;
    height: 123px;
    padding: 7px;
    -webkit-box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin: 0 auto -30px;
}
.testimonial .image_wrapper img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: block;
    width: 109px;
    height: 109px;
    padding: 0px !important;
}
.testimonial .content_wrapper {
    padding: 40px 40px 40px;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}
.testimonial .content_wrapper:before {
    -webkit-box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
    box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
    bottom: 35px;
    left: 12px;
    right: 12px;
    content: "";
    position: absolute;
    display: block;
    top: 0;
}
.testimonial .testimonial_info {
    position: relative;
    z-index: 2;
}
.testimonial .testimonial_position {
    font-size: 14px;
    line-height: 1.4286em;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #9b9b9b;
    margin: 0 0 7px;
}
.testimonial .testimonial_name {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 700;
    color: #243238;
    margin: 0 0 11px;
}
.testimonial .testimonial_desc {
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.testimonial .content_wrapper:after {
    background-image: linear-gradient(174.86deg, #ffffff 7.72%, #faefff 145.46%);
}
.testimonial .content_wrapper:after {
    border-radius: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    display: block;
    top: 0;
}

#woy_image_5f63773389c12 {
    margin-top: 265px;
}
.woy_textmodule_5f6377338a087 {
    margin-top: 30px;
}

.woy_textmodule_5f6377338a087 .woy_textmodule_title {
    font-size: 33px;
    margin-bottom: 9px;
    color: #fff;
}
.woy_textmodule_5f6377338a087
.woy_textmodule_divider
.woy_textmodule_divider_inner {
    background: #ffffff;
    margin-top: 15px;
}
.woy_textmodule_5f6377338a087 .woy_textmodule_content {
    font-size: 18px;
    color: #ffffff;
}
.homereview {
    /* background-image: url(/assets/yenihome/img/reklamlar-yeni-bg.png) !important; */
    background-image: url(/assets/yenihome/img/paket-arkaplan-2.png) !important;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    height: 1077px;
    margin-bottom: -100px;
    background-size: cover;
}
.homereview .owl-theme .owl-controls {
    margin-top: 0;
}
.paketlernewyazi {
    margin-top: 185px;
}
.woy_textmodule_5f636ac2b8ba0 .woy_textmodule_title {
    color: #243238;
    font-size: 50px;
    line-height: normal;
    margin-bottom: 19px;
}
.woy_textmodule_5f636ac2b8ba0 .woy_textmodule_content {
    font-size: 18px;
    color: #3b545f;
}
.woy_textmodule_5f636ac2b8ba0
.woy_textmodule_divider
.woy_textmodule_divider_inner {
    background: #BC171C;
}
.projetitle {
    font-weight: 600;
    margin: 0;
    color: #243238;
    line-height: normal;
    font-size: 13px;
    margin-top: 10px;
}
.projetitle.degrade {
    background: linear-gradient(
            154.77deg,
            #feda75 -42.06%,
            #fa7e1e 10.13%,
            #d62976 34.42%,
            #962fbf 72.21%,
            #4f5bd5 100.11%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -10px;
    font-size: 19px !important;
}
.woy-baslik-degrade {
    background: linear-gradient(
            317deg,
            #962fbf -181.06%,
            #962fbf 10.13%,
            #bc171c 62.42%,
            #bc171c 72.21%,
            #962fbf 91.11%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#woy_column_5f636ac2b8635 .woy_button.shadow {
    font-size: 14px;
}
#woy_inner_row_5f636ac2b7df9 {
    margin-bottom: 50px;
}

.wpforms-submit-container .woy_button {
    background-image: linear-gradient(127.59deg, #4267b2 -7.54%, #5111ba 161.79%);
    background-color: #4267b2;
}
.woy_textmodule_5f5d0388e5801 {
    margin-bottom: 60px !important;
}
#wpforms-1650 .inputclr {
    border-radius: 60px !important;
    border: solid 2px #f2f2f2 !important;
    height: 50px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 15px 23px !important;
}

.woy_textmodule_5f5d0388e5801
.woy_textmodule_subtitle
.woy_textmodule_subtitle_text {
    font-size: 12px;
    margin-bottom: 10px;
    color: #ffffff;
    background-image: linear-gradient(151.18deg, #5c52d8 -42.06%, #4f5bd5 130.7%);
}
.woy_textmodule_5f5d0388e5801 .woy_textmodule_title .woy_textmodule_title_text {
    color: #243238;
    display: inline-block;
    font-size: 50px;
    line-height: 65px !important;
}
.woy_textmodule_5f5d0388e5801
.woy_textmodule_divider
.woy_textmodule_divider_inner {
    background: #5457d6;
}
.woy_textmodule_5f5d0388e5801 .woy_textmodule_content {
    font-size: 16px;
    color: #3b545f;
}

.woy_our_team_module.image_layout_square
.woy_team_member:hover
.image_wrapper_inner,
.woy_our_team_module.image_layout_round
.woy_team_member:hover
.image_wrapper_inner {
    -webkit-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
    -moz-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
    box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
}
.woy_our_team_module.image_layout_special
.woy_team_member:hover
.image_wrapper:before,
.woy_our_team_module.image_layout_triangle
.woy_team_member:hover
.image_wrapper:before {
    opacity: 1;
}
.woy_our_team_module.image_layout_special
.woy_team_member:hover
.image_wrapper_bg,
.woy_our_team_module.image_layout_triangle
.woy_team_member:hover
.image_wrapper_bg {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#woy_our_team_5f5d0388d669d {
    margin-top: 50px;
    margin-bottom: 50px;
}
.woy_our_team_module .woy_team_member {
    position: relative;
}
.woy_our_team_module .woy_team_member:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woy_our_team_module:not(.woy_carousel_wrapper) .woy_team_member:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 4px;
    right: -1px;
    left: auto;
    width: 1px;
    background-color: #5458d6;
    opacity: 0.1;
}
.woy_our_team_module.image_layout_special .woy_team_member .image_wrapper {
    max-width: 272px;
    width: 100%;
}
.woy_our_team_module .woy_team_member .image_wrapper {
    position: relative;
    width: 100%;
    max-width: 292px;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woy_our_team_module.image_layout_special
.woy_team_member
.image_wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    margin: -45% 0 0 -50.5147%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
    -moz-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
    box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#woy_our_team_5f5d0388d669d.image_layout_triangle
.woy_team_member
.image_wrapper_bg,
#woy_our_team_5f5d0388d669d.image_layout_special
.woy_team_member
.image_wrapper_bg {
    background: linear-gradient(45.67deg, #81d3e4 24.97%, #6076fa 84.78%);
}
.woy_our_team_module.image_layout_special .woy_team_member .image_wrapper_bg {
    background: linear-gradient(45.67deg, #81d3e4 24.97%, #6076fa 84.78%);
    -webkit-mask-image: url(/assets/yenihome/img/item_bg_mask.svg);
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 110.2941%;
    height: 110.2941%;
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    margin: -43.75% 0 0 -55.5147%;
    opacity: 0;
    -webkit-transition: transform 1s, opacity 0.3s;
    transition: transform 1s, opacity 0.3s;
    z-index: 0;
}
.woy_our_team_module.image_layout_special
.woy_team_member
.image_wrapper_inner {
    -webkit-mask-image: url(/assets/yenihome/img/ellipse_mask.svg);
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    left: 0;
    right: auto;
    z-index: 3;
}
.woy_our_team_module .woy_team_member .image_wrapper_inner a {
    display: block;
}
.woy_our_team_module .woy_team_member .image_wrapper_inner img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    padding: 0px;
}
.woy_our_team_module .woy_team_member .information_wrapper {
    padding: 25px 20px 0;
    word-break: break-word;
    position: relative;
    text-align: center;
}
.woy_our_team_module .woy_team_member .information_wrapper .name {
    display: block;
    font-size: 25px;
    margin: 0;
    color: #243238;
}
.woy_our_team_module .woy_team_member .information_wrapper .name a {
    color: #243238;
    font-size: 20px;
}

.woy_our_team_module
.woy_team_member
.information_wrapper
.meta:not(:first-child) {
    margin: 5px 0 0;
}
.woy_our_team_module .woy_team_member .information_wrapper .meta a {
    font-size: 14px;
    line-height: 18px;
    color: #3b545f;
}
#woy_our_team_5f5d0388d669d
.woy_team_member
.information_wrapper
> div
.divider {
    background-color: #f76331;
}
.woy_our_team_module
.woy_team_member
.information_wrapper
.socials:last-child:not(:first-child)
.divider {
    top: -18px;
}

.woy_textmodule_5f5d0388d634b
.woy_textmodule_subtitle
.woy_textmodule_subtitle_text {
    font-size: 12px;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #f76331;
}
.woy_textmodule .woy_textmodule_subtitle .woy_textmodule_subtitle_text {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 100em;
    border-radius: 100em;
    font-size: 12px;
    line-height: 1em;
    padding: 0.8333em 1.6667em 1em;
    margin: 0 0 19px;
    color: #ffffff;
}
.woy_textmodule_5f5d0388d634b .woy_textmodule_title {
    font-size: 50px;
    margin-bottom: 9px;
    color: #243238;
    margin-top: 20px;
}
.woy_textmodule_5f5d0388d634b
.woy_textmodule_divider
.woy_textmodule_divider_inner {
    background-image: linear-gradient(90deg, #f69078, #de446e);
    margin-top: 20px;
}
.woy_textmodule_5f5d0388d634b .woy_textmodule_content {
    font-size: 18px;
    color: #3b545f;
}

.woy_textmodule_content .icon-ul li:before {
    font-family: "Flaticon";
    font-size: 21px;
    margin-right: 7px;
    font-style: normal;
}
.woy_textmodule_content .icon-ul .sosyal-medya:before {
    content: "\f122";
}
.woy_textmodule_content .icon-ul .reklam-rapor:before {
    content: "\f11f";
}
.woy_textmodule_content .icon-ul .google-arama:before {
    content: "\f120";
}
.woy_textmodule_content .icon-ul .arama-motoru:before {
    content: "\f125";
}
.woy_textmodule_content .icon-ul .dijital-iz:before {
    content: "\f10e";
}

.woy_textmodule_content .icon-ul {
    list-style-type: none;
    padding-left: 0;
}

.woy_textmodule_5f5d0388d1136 .woy_textmodule_title {
    font-size: 38px;
    color: #fff;
    display: inline-block;
    line-height: 55px;
    margin-bottom: 17px;
}
.service_title_text span {
    font-size: 14px;
}
.woy_textmodule_content p:last-child {
    font-size: 25px;
}
.woy_textmodule_5f5d0388d1136 .woy_textmodule_content {
    font-size: 20px;
    color: #fff;
}
.woy_textmodule_5f5d0388d1136 .woy_textmodule_content li {
    margin-bottom: 20px;
}
#woy_button_5f5d0388d13bb {
    background-image: linear-gradient(90deg, #f76331 -8.57%, #c01fb8 184.64%);
    color: #ffffff;
}
#woy_button_5f5d0388d13bb:hover {
    background-image: linear-gradient(90deg, #d83d7b, #f25d3b);
    color: #ffffff;
}
#woy_button_5f5d0388d61bb {
    background-image: linear-gradient(90deg, #5557d6 -8.57%, #7674cf 184.64%);
    color: #ffffff;
}
#woy_button_5f5d0388d61bb:hover {
    background-image: linear-gradient(90deg, #7674cf, #5557d6);
    color: #ffffff;
}

.woy_button.arrow_fade_in:not(:disabled):hover > span:after {
    right: 0;
    left: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woy_textmodule_5f5d0388d1136
.woy_textmodule_divider
.woy_textmodule_divider_inner {
    background: #fff;
}
.woy_button.shadow {
    -webkit-box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
    box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
    padding: 22px 42px;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
}

.margin-bottom--100{
    margin-bottom: -100px;
}

.vc_custom_1582011806842 {
    margin-top: -74px;
    /*padding-top: 75px;*/
    height: 790px;
    /* padding-bottom: 241px !important; */
    /* background-image: url(/assets/yenihome/img/rakamlar-bg.png) !important; */
    background-image: url(https://www.woy.com.tr/assets/yenihome/img/paket-arkaplan-1.png) !important;
    background-size: cover;
    background-position: unset;
    background-repeat: no-repeat;
}
.homepaketler {
    /* background-image: url(/assets/yenihome/img/paket-arkaplan.png) !important; */
    background-image: url(https://www.woy.com.tr/assets/yenihome/img/uygun-paket.png) !important;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -110px;
}
.homepaketler .woy_textmodule_title {
    font-size: 33px;
    color: #ffff;
}
.homepaketler .woy_textmodule_content p {
    color: #ffff;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepaketler [class^='col-']{
    top: 0 !important;
}

.paketlernewyazÄ± {
    margin-top: 175px;
}

.vc_custom_1582011806842 .wpb_wrapper {
    /*margin-top: 10px;*/
}

.align-item-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.homerefnew {
    margin-bottom: 15px;
}
.woy_textmodule_5f5caace55786 .woy_textmodule_title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #243238;
    display: inline-block;
}
#woy_milestone_5f5caace55b0a .count_wrapper {
    background-image: linear-gradient(
            317deg,
            #962fbf -181.06%,
            #962fbf 10.13%,
            #bc171c 62.42%,
            #bc171c 72.21%,
            #962fbf 91.11%
    );
}
#woy_milestone_5f5caace55d6e .count_wrapper {
    background-image: linear-gradient(121.17deg, #5c52d8 -42.06%, #4f5bd5 130.7%);
}
#woy_milestone_5f5caace55fe8 .count_wrapper {
    background-image: linear-gradient(90deg, #e25668 -38.33%, #d91f36 116.19%);
}
.count_wrapper .counter,
.count_wrapper .symbol {
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
}
.woy_milestone_module .count_wrapper.color_type_custom_gradient,
.woy_milestone_module .count_wrapper.color_type_gradient {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.woy_milestone_module {
    position: relative;
    text-align: center;
    line-height: 1;
    padding-top: 45px;
    padding-right: 35px;
    padding-bottom: 45px;
    padding-left: 35px;
    border-radius: 10px;
    text-align: center;
}
.woy_milestone_module .milestone_background {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 20px rgba(132, 78, 213, 0.05);
    -moz-box-shadow: 0px 5px 20px rgba(132, 78, 213, 0.05);
    box-shadow: 0px 5px 20px rgba(132, 78, 213, 0.05);
}
.woy_milestone_module .milestone_background {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: -1;
}
.woy_milestone_module .milestone_title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    color: #243238;
}
.woy_milestone_module .content_wrapper {
    font-size: 14px;
    line-height: 25px;
    margin-top: 12px;
    color: #3b545f;
}

.particles-wrapper {
    position: absolute !important;
    height: 100%;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-mask-size: 101%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
}
.particles-wrapper .particles-js {
    z-index: 1;
    position: absolute;
}
.row > * {
    position: relative;
    z-index: 1;
}
.particles-wrapper .particles-js.top_left {
    top: 0;
    left: 0;
}
.particles-wrapper .particles-js.top_center {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.particles-wrapper .particles-js.top_right {
    top: 0;
    right: 0;
}
.particles-wrapper .particles-js.right_center {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.particles-wrapper .particles-js.bottom_right {
    bottom: 0;
    right: 0;
}
.particles-wrapper .particles-js.bottom_center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.particles-wrapper .particles-js.bottom_left {
    bottom: 0;
    left: 0;
}
.particles-wrapper .particles-js.left_center {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ortaozellik .round-animation {
    background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}
.round-animation:before {
    animation: morph 3s linear infinite;
    opacity: 0.21;
    animation-duration: 1.5s;
}
.round-animation:before,
.round-animation:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(
            120deg,
            rgba(255, 183, 47, 0.55) 0%,
            rgba(255, 120, 16, 0.89) 100%
    );
}
.round-animation img {
    position: relative;
    z-index: 99;
    max-width: 100%;
    height: auto;
}
.vidsayu {
    position: absolute;
    top: 75%;
    left: 40%;
    right: 0;
    text-align: center;
    margin-top: -26px;
}
.vidsayu a {
    color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #ff2c57;
    position: relative;
    font-size: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.vidsayu a::before,
.vidsayu a::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    border: 10px solid #ffffff;
}
.vidsayu a::after {
    width: 70px;
    height: 70px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@keyframes morph {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        opacity: 0.89;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
#woy_column_5f5c89723f17f h2,
#woy_column_5f5c89723f8fc h2 {
    margin: 0;
    color: #3b545f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.woy_service_module {
    margin-top: 30px !important;
    padding-top: 4px !important;
    padding-right: 20px !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    border-radius: 5px !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}
.woy_service_module.style_icon_left {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.woy_service_module .service_background {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woy_service_module.style_icon_left .service_image_wrapper,
.woy_service_module.style_icon_left .service_icon_wrapper {
    margin-right: 15px;
}
.woy_service_module.icon_shape_ellipse .service_icon_wrapper {
    position: relative;
}
.woy_service_module .service_icon_wrapper {
    display: inline-block;
    line-height: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woy_service_module > * {
    position: relative;
    z-index: 3;
}
.woy_service_module .service_icon_wrapper .shape_back {
    background: rgba(235, 246, 252, 0.3);
}
.woy_service_module.icon_shape_ellipse .service_icon_wrapper .shape_back {
    z-index: 1;
    width: 100%;
    height: 0;
    padding: 92.6316% 0 0;
    top: 54%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    -ms-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
    -webkit-mask-image: url(https://www.woy.com.tr/assets/yenihome/img/ellipse_mask.svg);
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}
.woy_service_module .service_icon_wrapper .shape_back,
.woy_service_module .service_icon_wrapper .shape_front {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    display: block;
}
.woy_service_module.icon_shape_ellipse .service_icon_wrapper .shape_front {
    display: none;
}
#woy_icon_5f5c89723a22f .icon_wrapper i {
    font-size: 50px;
    background-image: linear-gradient(154deg, #f6744e, #d93e79);
}
#woy_service_5f5c89723f5b0 .service_icon_wrapper i {
    font-size: 37px;
    background-image: linear-gradient(154deg, #5755d7, #5755d7);
}
#woy_service_5f5c89723f3fb .service_icon_wrapper i {
    font-size: 37px;
    background-image: linear-gradient(154deg, #df475b, #e67d8b);
}
#woy_service_5f5c89723f705 .service_icon_wrapper i {
    font-size: 37px;
    background-image: linear-gradient(154deg, #fa7e1e, #f9ad72);
}
#woy_service_5f5c89723f825 .service_icon_wrapper i {
    font-size: 37px;
    background-image: linear-gradient(154deg, #8538a5, #741c98);
}
#woy_service_5f5c89723fab3 .service_icon_wrapper i {
    font-size: 37px;
    background-image: linear-gradient(154deg, #9467c5, #e89a8c);
}
#woy_service_5f5c89723fbec .service_icon_wrapper i {
    font-size: 37px;
    background-image: linear-gradient(154deg, #e15567, #e04e61);
}
#woy_service_5f5c89723fd09 .service_icon_wrapper i {
    font-size: 37px;
    background-image: linear-gradient(154deg, #5656d6, #7f80e0);
}
#woy_service_5f5c89723fe1e .service_icon_wrapper i {
    font-size: 37px;
    background-image: linear-gradient(154deg, #fa7e1e, #faa664);
}
.woy_service_module:hover .service_background {
    -webkit-box-shadow: 10px 10px 35px rgba(158, 114, 198, 0.15);
    -moz-box-shadow: 10px 10px 35px rgba(158, 114, 198, 0.15);
    box-shadow: 10px 10px 35px rgba(158, 114, 198, 0.15);
    background: #ffffff;
}
.woy_service_module:hover .service_icon_wrapper .shape_back {
    background: #ffffff;
}

.woy_service_module .service_icon_wrapper.color_type_gradient i,
.woy_service_module .service_icon_wrapper.color_type_custom_gradient i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.woy_service_module.icon_shape_ellipse .service_icon_wrapper i {
    padding: 0.4565em 0.4348em 0.4348em 0.6522em;
    position: relative;
    z-index: 3;
    display: inline-block;
    line-height: 1em;
}
.woy_service_module .service_icon_wrapper i:before {
    padding: 0 !important;
    font-size: inherit !important;
}
#woy_service_5f5c89723f3fb .service_content_wrapper .service_title {
    font-size: 14px;
    line-height: 23px;
    margin-top: 0px;
}
.woy_service_module.icon_shape_ellipse .service_content_wrapper .service_title {
    font-weight: 400;
    margin: 0;
    color: #3b545f;
    line-height: 23px;
}

.hometwosecond {
    margin-top: 30px;
    /*margin-top: -70px;*/
}
.ortaozellik {
    margin-top: 0px;
    margin-bottom: 0px;
}

.woy_icon_module .icon_wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#woy_icon_5f5c89723a22f {
    margin-bottom: 20px !important;
    text-align: center;
}
.woy_icon_module .icon_wrapper.color_type_gradient i,
.woy_icon_module .icon_wrapper.color_type_custom_gradient i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.woy_icon_module .icon_wrapper i {
    font-size: 70px;
    line-height: 1em;
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}
.woy_icon_module .icon_wrapper i:before {
    font-size: inherit;
    line-height: 1em;
}
.woy_textmodule_5f5bcdfb438be {
    text-align: center;
}
.woy_textmodule_5f5bcdfb438be .woy_textmodule_title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
}
.woy_rev_slider.container {
    margin-top: -5px;
}
.woy_textmodule .woy_textmodule_title {
    margin-top: 0;
}
.woy_textmodule_5f5bcdfb438be .woy_textmodule_title .woy_textmodule_title_text {
    color: #243238;
}
.woy_textmodule .woy_textmodule_title .woy_textmodule_title_text {
    display: inline-block;
    line-height: inherit;
}
.woy_textmodule .woy_textmodule_divider:not(:last-child) {
    margin: 0 0 18px;
}
.woy_textmodule .woy_textmodule_divider {
    font-size: 0;
    line-height: 1;
}
.woy_textmodule_5f5bcdfb438be
.woy_textmodule_divider
.woy_textmodule_divider_inner {
    background-image: linear-gradient(90deg, #f69078, #de446e);
}
.woy_textmodule .woy_textmodule_divider .woy_textmodule_divider_inner {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 10px;
    -webkit-mask-image: url(https://www.woy.com.tr/assets/yenihome/img/divider.svg);
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.woy_textmodule_5f5bcdfb438be .woy_textmodule_content p {
    font-size: 18px;
    color: #3b545f;
    display: inline-block;
}
.woy_textmodule_5f5bcdfb438be .woy_textmodule_content h1 {
    font-weight: normal;
    font-size: 18px;
    color: #3b545f;
    display: inline-block;
}

.owl-carousel .owl-item img {
    padding: 10px;
}

.vc_custom_1582011806842 {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {

    .mobile-none{
        display: none !important;
    }

    .mobile-padding-settings {
        padding: 80px 0 !important;
    }

    #woy_button_wrapper_5f5d0388d13b9  > a{
        min-width: unset !important;
        height: auto !important;
    }

    .vc_custom_1582011806842 {
        width: auto !important;
    }

    #woy_inner_row_5f636ac2b7df9 {
        margin-bottom: 100px;
    }
    .footer-mobil-size {
        font-size: 40px !important;
    }
    .home-mobil-repair {
        margin-top: 220px !important;
        margin-left: 110px !important;
        background: white !important;
        color: black !important;
    }
    .home-mobil-repair-2 {
        margin-top: 220px !important;
        margin-right: 110px !important;
        background: white !important;
        color: black !important;
    }
    .home-ihtiyac-m {
        padding-top: 0px !important;
        margin-bottom: 30px;
    }
    .woy_service_module {
        margin-top: 2px !important;
    }
    #woy_column_5f5c89723f17f h2,
    #woy_column_5f5c89723f8fc h2 {
        font-size: 17px;
    }
    .vc_custom_1582011806842 {
        height: auto !important;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 165px !important;
        padding-bottom: 35px !important;
        text-align: center !important;
    }
    #woy_button_5f5d0388d13bb {
        font-size: 14px;
        margin-top: 15px;
    }
    .woy-yaziliminiz-ile .woy_textmodule_title_text.title_color_simple {
        font-size: 33px !important;
    }
    .woy-icon-m {
        height: auto !important;
        width: 80px !important;
        margin-left: 25px;
        margin-top: 20px;
    }
    .woy-icon-m:first-child {
        margin-top: 25px !important;
    }
    .woy-icon-m-int {
        width: 80px !important;
        height: auto !important;
        margin-left: 25px;
        margin-top: 40px;
    }
    .woy_textmodule .woy_textmodule_title .woy_textmodule_title_text {
        font-size: 24px;
        width: 100%;
        font-weight: 700;
    }
    #woy_service_5f5c89723f5b0 .service_icon_wrapper i,
    #woy_service_5f5c89723f3fb .service_icon_wrapper i,
    #woy_service_5f5c89723f705 .service_icon_wrapper i,
    #woy_service_5f5c89723f825 .service_icon_wrapper i,
    #woy_service_5f5c89723fab3 .service_icon_wrapper i,
    #woy_service_5f5c89723fbec .service_icon_wrapper i,
    #woy_service_5f5c89723fd09 .service_icon_wrapper i,
    #woy_service_5f5c89723fe1e .service_icon_wrapper i {
        font-size: 47px !important;
    }
    .padding-0-icon {
        padding: 0 !important;
    }
    .paketlernewyazÄ± {
        margin-top: 125px !important;
    }
    .btn-mobil-1 {
        font-size: 15px !important;
        width: 309.5px !important;
    }
    .btn-mobil-2 {
        padding: 22px 15px !important;
        font-size: 15px !important;
    }
    .btn-mobil-3 {
        text-align: center;
    }
    .footer-top {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 10px !important;
    }
    .homeortafooter {
        margin-top: 15px !important;
        margin-bottom: 30px !important;
    }
    .mobil-foot {
        /* margin-top:20px !important; */
        text-align: center;
    }
    .cws_textmodule_5f678d8ee0801 {
        margin-top: 20px !important;
    }
    .cws_textmodule p {
        font-size: 15px;
    }
    .cws_textmodule .cws_textmodule_title {
        font-size: 20px;
    }
    .hometwosecond {
        margin-top: 30px !important;
    }
    .site-foot-m {
        margin-bottom: 40px;
    }
    .align-item-center {
        display: inline !important;
    }
    .padding-15-m {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .mobil-font-ayar {
        font-size: 28px !important;
        line-height: 40px !important;
        margin-top: 15px !important;
    }
    .btn-mobil-4 {
        padding: 22px 9px;
        font-size: 13px !important;
    }
    .m-txt-cent {
        text-align: center !important;
    }
    #fb-root iframe {
        right: 13pt !important;
        bottom: 56px !important;
    }
}
@media (min-width: 800px) and (max-width: 1024px) {


    .home-mobil-repair {
        margin-top: 270px !important;
        margin-right: 130px !important;
    }
    .home-mobil-repair-2 {
        margin-top: 270px !important;
        margin-left: 130px !important;
        display: none!important;
    }
    .align-item-center {
        display: inline !important;
    }
    .sm-text-cent {
        text-align: center;
    }
    .sm-line-height {
        line-height: 1 !important;
    }
    .sm-mg-top {
        margin-top: 30px !important;
    }
}
.woy-icon-m,
.woy-icon-m-int {
    height: auto !important;
}

@media screen and (min-width: 992px) and (max-width: 1230px) {
    .animasyon-img > .ani-img-3,
    .animasyon-img > .ani-img-2 {
        display: none !important;
    }
    .animasyon-img {
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .btn-mobil-1 {
        width: auto !important;
        font-size: 13px !important;
    }
    .woy_button.shadow {
        font-size: 13px !important;
    }
    .form-router {
        padding-top: 85px;
    }
}
@media screen and (max-width: 1199px) {
    .woy_button.shadow {
        margin-top: 18px !important;
    }
}

.mobil-owl-area {
    padding-top: 25px;
}
.mobil-owl-area .woy_service_module.style_icon_left {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mobil-owl-area .service_content_wrapper {
    text-align: center;
    padding-top: 15px;
}
.mobil-owl-area .service_content_wrapper h2 {
    font-size: 18px;
    line-height: 22px;
}

.woy_service_module .service_icon_wrapper i:before {
    padding: 0 !important;
    font-size: inherit !important;
}
.flaticon-followers:before {
    content: "\f122";
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .animasyon-img .ani-img-1 {
        max-width: 100%;
        height: auto;
    }
    .woy_button.shadow {
        padding: 22px 35px !important;
    }
}

.woy_button.shadow {
    -webkit-box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
    box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
    padding: 15px 30px;
    font-weight: 600;
    font-size: 19px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
}

#woy_button_5f5d0388d13bb {
    background-image: linear-gradient(90deg, #f76331 -8.57%, #c01fb8 184.64%);
    color: #ffffff;
}

.woy_textmodule_5f5bcdfb438be
.woy_textmodule_divider
.woy_textmodule_divider_inner {
    background-image: linear-gradient(90deg, #f69078, #de446e);
}
.woy_textmodule .woy_textmodule_divider .woy_textmodule_divider_inner {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 10px;
    -webkit-mask-image: url(https://www.woy.com.tr/assets/yenihome/img/divider.svg);
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.woy_textmodule_5f5bcdfb438be .woy_textmodule_content p {
    font-size: 18px;
    color: #3b545f;
    display: inline-block;
}
.woy_textmodule_5f5bcdfb438be .woy_textmodule_content h1 {
    font-weight: normal;
    font-size: 18px;
    color: #3b545f;
    display: inline-block;
}

.fa-play-circle:before {
    content: "\f144";
}

span.fa.fa-play-circle {
    font-family: 'FontAwesome' !important;
    color: white;
}

#woy_button_5f5d0388d13bb:hover{
    background-image: linear-gradient(90deg, #c01fb8  -8.57%, #f76331 184.64%);
    color: #ffffff;
}


@media (min-width :768) and (max-width :1024) {

    .newcontainer {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    @media (min-width:768px){
        .newcontainer{width:750px}

    }
    @media (min-width:992px){
        .newcontainer{width:970px}

    }
    @media (min-width:1200px) {
        .newcontainer{
            max-width: 1650px;
            padding: 0;
            width: 93%;
            margin-right: auto;
            margin-left: auto;
        }
    }

    #demoSettings #rtlToggle a,
    #colorPicker a {
        font-size: 14px !important;
    }
    .col-md-12.referanslar-seo .col-md-2 img {
        display: inline-block;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: 0.3s;
    }
    .col-md-12.referanslar-seo .col-md-2 img:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    .col-md-12.referanslar-seo .col-md-2 {
        text-align: center;
    }
    .seo-hakkinda {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sosyal-medya-alinlik {
        background-repeat: no-repeat;
        background-size: cover;
        /* height: 860px; */
        background-position: 0px 90%;
        height: 600px;
        position: relative;
        z-index: 100;
    }

    @media screen and (min-width:768px) and (max-width:1023px){
        .sosyal-medya-title, .sosyal-medya-title h1{
            font-size: 37px !important;
        }
        .vc_custom_1582011806842{
            padding-top: 0px !important;
            height: 1000px !important;
        }
        .woy_button_wrapper{
            text-align: right;
        }
        .form-router{
            padding-top: 70px;
            min-height: 600px;
        }
        .sosyal-medya-alinlik{
            height: 700px;
        }
    }

    .sosyal-medya-alinlik .alinlik-alan {
        padding: 50px 20px;
    }
    .sosyal-medya-alinlik .col-md-12.text-center.alinlik-alan img {
        display: inline-block;
    }
    .sosyal-medya-alinlik .alinlik-alan img{
        width:115px;
    }
    .sosyal-medya-title {
        line-height: 60px;
        font-size: 40px;
        font-weight: 700;
        margin: 30px 0;
        color: white;
    }
    .sosyal-medya-title h1 {
        line-height: 60px;
        font-size: 40px;
        font-weight: 700;
        color: white;
        display: block;
        margin:0;
    }
    .sosyal-medya-desc {
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        font-weight: 500;
        margin-bottom: 50px;
    }
    .alinlik-btn {
        font-size: 15px;
        font-weight: 500;
        padding: 18px 40px 18px 39px;
        border: 2px white solid;
        color: black;
        text-transform: uppercase;
        border-radius: 30px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        background: white;
    }
    .alinlik-btn:hover {
        background: transparent;
        color: white;
    }
    .animasyon-img > .ani-img-2 {
        position: absolute;
        top: 290px;
        left: 540px;
        width: 85px;
        animation-name: shift1;
        animation-duration: 7s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .animasyon-img > .ani-img-3 {
        position: absolute;
        top: 0;
        left: 200px;
        animation-name: scaleUp12;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .animasyon-img {
        position: relative;
        margin-left: -130px;
    }
    @keyframes shift1 {
        0% {
            -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
        }
        25% {
            -webkit-transform: translate(10px, 10px) rotate(-5deg);
            transform: translate(10px, 10px) rotate(-5deg);
        }
        50% {
            -webkit-transform: translate(-5px, 15px) rotate(-10deg);
            transform: translate(-5px, 15px) rotate(-10deg);
        }
        75% {
            -webkit-transform: translate(-10px, 5px) rotate(-5deg);
            transform: translate(-10px, 5px) rotate(-5deg);
        }
        100% {
            -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
        }
    }
    @keyframes scaleUp12 {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes fadeOut7 {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.4;
        }
        100% {
            opacity: 1;
        }
    }
    .madde-sag-title {
        font-size: 40px;
        line-height: 55px;
        font-weight: 700;
        color: #243238;
    }
    .firma-about {
        color: #6c0099;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: 0.5px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .madde-sag-desc {
        font-size: 18px;
        color: #3b545f;
    }
    .seo-madde-btn {
        color: #fff !important;
        background: linear-gradient(135deg, #ff6678, #f5af73, #ff6678);
        font-size: 14px;
        line-height: 62px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        box-shadow: 4.243px 4.243px 16px 0 rgb(245 173 116 / 30%);
        height: 60px;
        padding: 20px;
        border-radius: 30px 30px 30px 30px;
        padding-right: 43px;
        padding-left: 43px;
        overflow: hidden;
        position: relative;
    }
    .seo-madde-btn::after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: 2;
    }
    .seo-madde-btn:hover {
        background-position: 100% !important;
    }
    .seo-madde-btn:hover::after {
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    .telegram-kanali-link {
        color: #696974;
        width: 100%;
        background: transparent url(/assets/img/social-media/seo-line-1.png) 30% 50% /
          auto no-repeat scroll;
        font-size: 14px;
        line-height: 28px;
        font-weight: 300;
        text-decoration: none;
        text-align: center;
        border-radius: 4px 4px 4px 4px;
    }
    .telegram-kanali-link:hover span.telegram-cizgi {
        background-image: -moz-linear-gradient(
                0deg,
                rgb(192, 54, 183) 0%,
                rgb(132, 40, 166) 100%
        );
        background-image: -webkit-linear-gradient(
                0deg,
                rgb(192, 54, 183) 0%,
                rgb(132, 40, 166) 100%
        );
        background-image: -ms-linear-gradient(
                0deg,
                rgb(192, 54, 183) 0%,
                rgb(132, 40, 166) 100%
        );
        color: #fff !important;
    }
    .telegram-kanali-link:hover span.telegram-cizgi::after {
        opacity: 0;
    }
    .telegram-kanali-link span.telegram-cizgi {
        color: #4f2a6a;
        transition: all 350ms ease-in;
        font-size: 15px;
        font-weight: 300 !important;
        margin-right: 40px;
        display: inline-block;
        border-radius: 50px 50px 50px 50px;
    }
    .telegram-kanali-link span.telegram-cizgi::after {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: transparent;
        border-radius: 50%;
        border: 2px solid #bb35b5;
        position: absolute;
        top: 4px;
        left: 19px;
        opacity: 0.5;
        transition: all 400ms;
    }
    .telegram-kanali-link strong {
        display: block;
    }
    .telegram-kanali-link i {
        background-color: rgba(255, 255, 255, 0);
        font-size: 19px;
        line-height: 55px;
        width: 60px;
        height: 60px;
        border: 2px solid #d142c5;
        border-radius: 50px 50px 50px 50px;
    }
    .col-md-12.referanslar-seo {
        margin-top: 40px;
    }
    .ref-res-seo {
        width: 20%;
        text-align: center;
        float: left;
        opacity: 0.5;
        transition: 0.3s;
    }
    .ref-res-seo:hover {
        opacity: 1;
    }
    .seo-uzay {
        background: #361d5b url(/assets/img/uzay.jpg) center center/cover no-repeat
        scroll;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 130px;
        padding-bottom: 275px;
    }
    .seo-uzay .row-cont {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        min-height: 1px;
        position: relative;
    }
    .seo-uzay-yazi {
        padding-bottom: 120px;
        text-align: center;
        position: relative;
        width: 100%;
    }
    .seo-uzay-yazi span {
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: 0.5px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .seo-uzay-yazi h4 {
        font-weight: 500;
        font-size: 40px;
        line-height: 48px;
        margin: 20px 0 15px 0;
        color: #fff;
        text-align: center;
        margin-top: 9px;
        margin-bottom: 0;
    }
    .seo-uzay-animate {
        background: transparent
        url(https://demo38.atiframe.com/wp-content/uploads/2020/08/Line00.png) top
        center/auto no-repeat scroll;
        width: calc(100% + 30px);
        position: relative;
    }
    .seo-uzay .siralama-4lu-1 {
        background: transparent
        url(https://demo38.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F08%2FNumber-1.png)
        100% 2% / auto no-repeat scroll;
        float: none;
        margin-top: 65px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 40px;
    }
    .seo-uzay .siralama-4lu-2 {
        background: transparent
        url(https://demo38.atiframe.com/wp-content/uploads/2020/08/Number-2.png)
        100% 2% / auto no-repeat scroll;
        float: none;
        margin-right: auto;
        margin-left: auto;
        padding-top: 40px;
    }
    .seo-uzay .siralama-4lu-3 {
        background: transparent
        url(https://demo38.atiframe.com/wp-content/uploads/2020/08/Number-3.png)
        100% 2% / auto no-repeat scroll;
        float: none;
        margin-top: 65px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 40px;
    }

    .seo-uzay .siralama-4lu-4 {
        background: transparent
        url(https://demo38.atiframe.com/wp-content/uploads/2020/08/Number-4.png)
        100% 2% / auto no-repeat scroll;
        float: none;
        margin-right: auto;
        margin-left: auto;
        padding-top: 40px;
    }
    .uzay-icon-box {
        width: 100%;
        text-align: center;
    }
    .uzay-icon-box_bgr {
        color: rgba(255, 255, 255, 0);
    }
    .uzay-icon-box {
        width: 100%;
        text-align: center;
    }
    .uzay-text-box {
        text-align: center;
        color: #fff;
    }
    .uzay-text-box .uzay-title {
        color: #fff !important;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        text-transform: capitalize;
        text-decoration: none;
        padding-top: 15px;
    }
    .uzay-text-box p {
        line-height: 26px;
        font-size: 16px;
        padding: 15px 8% 25px 8%;
    }
    .uzay-text-box .uzay-link {
        color: #fff !important;
        font-size: 14px;
        transition: 0.3s;
        line-height: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding-top: 5px;
        padding-bottom: 10px;
        border-top: 0 solid #fff;
        background: transparent
        url(https://demo38.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F08%2FIcon11.png)
        68% 30% / auto no-repeat scroll;
    }



    .uzay-text-box .uzay-link:hover {
        color: #ff6678 !important;
        background: transparent
        url(https://demo38.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F08%2FIcon2.png)
        32% 30% / auto no-repeat scroll;
    }
    .kc-ol-slider {
        background: #ff6678
        url(https://demo38.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2020%2F08%2FBG00.jpg)
        center center/cover no-repeat scroll;
        border-radius: 16px 16px 16px 16px;
        box-shadow: 7.071px 7.071px 40px 0 rgb(255 102 120 / 50%);
        padding-top: 55px;
        margin-top: -180px;
        margin-bottom: 35px;
    }
    .kc-ol-slider #uzay-slider img {
        width: 356px;
        display: inline-block;
    }
    .kc-ol-slider .owl-titlers {
        padding-bottom: 75px;
        padding-top: 75px;
        padding-right: 15px;
    }

    .kc-ol-slider .owl-titlers h4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.38;
        color: #fff;
        margin-bottom: 18px;
    }
    .kc-ol-slider .owl-titlers p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 25px;
        padding-right: 30px;
    }
    .kc-ol-slider .owl-titlers a {
        color: #fff;
        background-color: #604389;
        border: solid 2px #604389;
        font-weight: 600;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 55px;
        padding-top: 14px;
        padding-right: 55px;
        padding-bottom: 14px;
        transition: all 0.15s ease-in-out;
        border-radius: 6px;
    }
    .kc-ol-slider .owl-titlers a:hover {
        color: #604389;
        background-color: transparent;
    }
    #uzay-slider .owl-prev {
        position: absolute;
        left: 15px;
        top: -280px;
        color: #fff !important;
        background: none !important;
        opacity: 1 !important;
        border: none;
        font-size: 55px;
    }
    #uzay-slider .owl-next {
        position: absolute;
        right: 15px;
        top: -280px;
        color: #fff !important;
        background: none !important;
        opacity: 1 !important;
        border: none;
        font-size: 55px;
    }

    @media only screen and (max-width: 1024px) {
        .animasyon-img {
            position: relative;
            margin-left: 0px;
        }
    }
    @media only screen and (max-width: 767px) {
        .woy_button.shadow{
            padding: 20px !important;
        }
        .alinlik-btn{
            padding:18px 20px;
            font-size: 13px
        }
        .kc-ol-slider .owl-titlers h4 {
            font-size: 30px;
        }
        .kc-ol-slider .owl-titlers {
            padding-bottom: 30px;
            padding-top: 20px;
            padding-right: 0;
        }
        .seo-uzay-yazi {
            padding-bottom: 30px;
        }
        .seo-hakkinda {
            padding-bottom: 12px;
        }
        .seo-uzay-yazi h4 {
            font-size: 36px;
        }
        .sosyal-medya-alinlik {
            height: auto;
        }
        .sosyal-medya-title {
            font-weight: 700;
            margin: 30px 0;
            color: white;
            line-height: 40px;
            font-size: 30px;
            margin-top: 5px;
        }
        .sosyal-medya-title h1 {
            line-height: 40px;
            font-size: 30px;
            color: white;
            display: inline-block;
            margin-bottom: 0;
        }
        .sosyal-medya-title span{
            font-weight: 700;
        }
        .madde-sag-title{
            font-size: 30px;
            line-height: 38px;
        }


        .container > .navbar-header,
        .container > .navbar-collapse {
            margin-right: 0;
            margin-left: 0;
        }
        .animasyon-img > .ani-img-3 {
            position: absolute;
            top: 10%;
            left: 86px;
            width: 66%;
        }
        .ref-res-seo {
            width: 50%;
        }
        .ref-res-3 {
            width: 100%;
        }
        .mobil-duz .col-sm-5 {
            margin-bottom: 20px;
        }
        .hidden-xs {
            display: none;
        }
        .col-md-6.mobil-duz {
            padding: 20px 20px;
            text-align: center;
        }
        #uzay-slider .owl-prev {
            top: -420px;
        }
        #uzay-slider .owl-next {
            top: -420px;
        }
        .kc-ol-slider .owl-titlers {
            text-align: center;
        }
    }

    #woy_testimonials_5f637a0a3b604 {
        margin-top: 50px !important;
    }
    #woy_testimonials_5f637a0a3b604 .owl-theme .owl-controls .owl-page span {
        background: #fff;
    }
    #woy_testimonials_5f637a0a3b604 .owl-theme .owl-controls .owl-page.active span,
    #woy_testimonials_5f637a0a3b604
    .owl-theme
    .owl-controls.clickable
    .owl-page:hover
    span {
        background: #989fe6;
        border: 1px solid #989fe6;
        width: 12px;
        height: 12px;
    }
    .testimonial {
        position: relative;
        text-align: center;
        margin: 0 15px;
        padding: 0 0 20px;
    }

    .testimonial .image_wrapper {
        width: 123px;
        height: 123px;
        padding: 7px;
        -webkit-box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ffffff;
        position: relative;
        z-index: 2;
        margin: 0 auto -30px;
    }
    .testimonial .image_wrapper img {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        display: block;
        width: 109px;
        height: 109px;
        padding: 0px !important;
    }
    .testimonial .content_wrapper {
        padding: 40px 40px 40px;
        max-width: 920px;
        margin: 0 auto;
        position: relative;
    }
    .testimonial .content_wrapper:before {
        -webkit-box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
        box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
        -webkit-border-radius: 35px 35px 0 0;
        border-radius: 35px 35px 0 0;
        bottom: 35px;
        left: 12px;
        right: 12px;
        content: "";
        position: absolute;
        display: block;
        top: 0;
    }
    .testimonial .testimonial_info {
        position: relative;
        z-index: 2;
    }
    .testimonial .testimonial_position {
        font-size: 14px;
        line-height: 1.4286em;
        letter-spacing: 0.03em;
        font-weight: 400;
        color: #9b9b9b;
        margin: 0 0 7px;
    }
    .testimonial .testimonial_name {
        font-size: 25px;
        line-height: 1.4em;
        font-weight: 700;
        color: #243238;
        margin: 0 0 11px;
    }
    .testimonial .testimonial_desc {
        margin: 0;
        position: relative;
        z-index: 2;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
    }
    .testimonial .content_wrapper:after {
        background-image: linear-gradient(174.86deg, #ffffff 7.72%, #faefff 145.46%);
    }
    .testimonial .content_wrapper:after {
        border-radius: 35px;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        position: absolute;
        display: block;
        top: 0;
    }

    #woy_image_5f63773389c12 {
        margin-top: 265px;
    }
    .woy_textmodule_5f6377338a087 {
        margin-top: 30px;
    }

    .woy_textmodule_5f6377338a087 .woy_textmodule_title {
        font-size: 33px;
        margin-bottom: 9px;
        color: #fff;
    }
    .woy_textmodule_5f6377338a087
    .woy_textmodule_divider
    .woy_textmodule_divider_inner {
        background: #ffffff;
        margin-top: 15px;
    }
    .woy_textmodule_5f6377338a087 .woy_textmodule_content {
        font-size: 18px;
        color: #ffffff;
    }
    .homereview {
        /* background-image: url(/assets/yenihome/img/reklamlar-yeni-bg.png) !important; */
        background-image: url(/assets/yenihome/img/paket-arkaplan-2.png) !important;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        height: 1077px;
        margin-bottom: -100px;
        background-size: cover;
    }
    .homereview .owl-theme .owl-controls {
        margin-top: 0;
    }
    .paketlernewyazi {
        margin-top: 150px;
    }
    .woy_textmodule_5f636ac2b8ba0 .woy_textmodule_title {
        color: #243238;
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 19px;
    }
    .woy_textmodule_5f636ac2b8ba0 .woy_textmodule_content {
        font-size: 18px;
        color: #3b545f;
    }
    .woy_textmodule_5f636ac2b8ba0
    .woy_textmodule_divider
    .woy_textmodule_divider_inner {
        background: #BC171C;
    }
    .projetitle {
        font-weight: 600;
        margin: 0;
        color: #243238;
        line-height: 23px;
        font-size: 17px;
        margin-top: 10px;
    }
    .projetitle.degrade {
        background: linear-gradient(
                154.77deg,
                #feda75 -42.06%,
                #fa7e1e 10.13%,
                #d62976 34.42%,
                #962fbf 72.21%,
                #4f5bd5 100.11%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: -10px;
        font-size: 23px !important;
    }
    .woy-baslik-degrade {
        background: linear-gradient(
                154.77deg,
                #feda75 -42.06%,
                #fa7e1e 10.13%,
                #d62976 34.42%,
                #962fbf 72.21%,
                #4f5bd5 100.11%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    #woy_column_5f636ac2b8635 .woy_button.shadow {
        font-size: 14px;
    }
    #woy_inner_row_5f636ac2b7df9 {
        margin-bottom: 50px;
    }

    .wpforms-submit-container .woy_button {
        background-image: linear-gradient(127.59deg, #4267b2 -7.54%, #5111ba 161.79%);
        background-color: #4267b2;
    }
    .woy_textmodule_5f5d0388e5801 {
        margin-bottom: 60px !important;
    }
    #wpforms-1650 .inputclr {
        border-radius: 60px !important;
        border: solid 2px #f2f2f2 !important;
        height: 50px !important;
        font-size: 14px !important;
        line-height: 16px !important;
        padding: 15px 23px !important;
    }

    .woy_textmodule_5f5d0388e5801
    .woy_textmodule_subtitle
    .woy_textmodule_subtitle_text {
        font-size: 12px;
        margin-bottom: 10px;
        color: #ffffff;
        background-image: linear-gradient(151.18deg, #5c52d8 -42.06%, #4f5bd5 130.7%);
    }
    .woy_textmodule_5f5d0388e5801 .woy_textmodule_title .woy_textmodule_title_text {
        color: #243238;
        display: inline-block;
        font-size: 50px;
        line-height: 65px !important;
    }
    .woy_textmodule_5f5d0388e5801
    .woy_textmodule_divider
    .woy_textmodule_divider_inner {
        background: #5457d6;
    }
    .woy_textmodule_5f5d0388e5801 .woy_textmodule_content {
        font-size: 16px;
        color: #3b545f;
    }

    .woy_our_team_module.image_layout_square
    .woy_team_member:hover
    .image_wrapper_inner,
    .woy_our_team_module.image_layout_round
    .woy_team_member:hover
    .image_wrapper_inner {
        -webkit-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
        -moz-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
        box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
    }
    .woy_our_team_module.image_layout_special
    .woy_team_member:hover
    .image_wrapper:before,
    .woy_our_team_module.image_layout_triangle
    .woy_team_member:hover
    .image_wrapper:before {
        opacity: 1;
    }
    .woy_our_team_module.image_layout_special
    .woy_team_member:hover
    .image_wrapper_bg,
    .woy_our_team_module.image_layout_triangle
    .woy_team_member:hover
    .image_wrapper_bg {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #woy_our_team_5f5d0388d669d {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .woy_our_team_module .woy_team_member {
        position: relative;
    }
    .woy_our_team_module .woy_team_member:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .woy_our_team_module:not(.woy_carousel_wrapper) .woy_team_member:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 4px;
        right: -1px;
        left: auto;
        width: 1px;
        background-color: #5458d6;
        opacity: 0.1;
    }
    .woy_our_team_module.image_layout_special .woy_team_member .image_wrapper {
        max-width: 272px;
        width: 100%;
    }
    .woy_our_team_module .woy_team_member .image_wrapper {
        position: relative;
        width: 100%;
        max-width: 292px;
        margin: 0 auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .woy_our_team_module.image_layout_special
    .woy_team_member
    .image_wrapper:before {
        content: "";
        position: absolute;
        display: block;
        width: 90%;
        height: 90%;
        left: 50%;
        top: 50%;
        margin: -45% 0 0 -50.5147%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
        -moz-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
        box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    #woy_our_team_5f5d0388d669d.image_layout_triangle
    .woy_team_member
    .image_wrapper_bg,
    #woy_our_team_5f5d0388d669d.image_layout_special
    .woy_team_member
    .image_wrapper_bg {
        background: linear-gradient(45.67deg, #81d3e4 24.97%, #6076fa 84.78%);
    }
    .woy_our_team_module.image_layout_special .woy_team_member .image_wrapper_bg {
        background: linear-gradient(45.67deg, #81d3e4 24.97%, #6076fa 84.78%);
        -webkit-mask-image: url(/assets/yenihome/img/item_bg_mask.svg);
        -webkit-mask-position: center center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        width: 110.2941%;
        height: 110.2941%;
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
        position: absolute;
        left: 50%;
        right: auto;
        top: 50%;
        margin: -43.75% 0 0 -55.5147%;
        opacity: 0;
        -webkit-transition: transform 1s, opacity 0.3s;
        transition: transform 1s, opacity 0.3s;
        z-index: 0;
    }
    .woy_our_team_module.image_layout_special
    .woy_team_member
    .image_wrapper_inner {
        -webkit-mask-image: url(/assets/yenihome/img/ellipse_mask.svg);
        -webkit-mask-position: center center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding: 100% 0 0;
        left: 0;
        right: auto;
        z-index: 3;
    }
    .woy_our_team_module .woy_team_member .image_wrapper_inner a {
        display: block;
    }
    .woy_our_team_module .woy_team_member .image_wrapper_inner img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-object-fit: cover;
        object-fit: cover;
        padding: 0px;
    }
    .woy_our_team_module .woy_team_member .information_wrapper {
        padding: 25px 20px 0;
        word-break: break-word;
        position: relative;
        text-align: center;
    }
    .woy_our_team_module .woy_team_member .information_wrapper .name {
        display: block;
        font-size: 25px;
        margin: 0;
        color: #243238;
    }
    .woy_our_team_module .woy_team_member .information_wrapper .name a {
        color: #243238;
        font-size: 20px;
    }

    .woy_our_team_module
    .woy_team_member
    .information_wrapper
    .meta:not(:first-child) {
        margin: 5px 0 0;
    }
    .woy_our_team_module .woy_team_member .information_wrapper .meta a {
        font-size: 14px;
        line-height: 18px;
        color: #3b545f;
    }
    #woy_our_team_5f5d0388d669d
    .woy_team_member
    .information_wrapper
    > div
    .divider {
        background-color: #f76331;
    }
    .woy_our_team_module
    .woy_team_member
    .information_wrapper
    .socials:last-child:not(:first-child)
    .divider {
        top: -18px;
    }

    .woy_textmodule_5f5d0388d634b
    .woy_textmodule_subtitle
    .woy_textmodule_subtitle_text {
        font-size: 12px;
        margin-bottom: 10px;
        color: #ffffff;
        background-color: #f76331;
    }
    .woy_textmodule .woy_textmodule_subtitle .woy_textmodule_subtitle_text {
        display: inline-block;
        vertical-align: top;
        -webkit-border-radius: 100em;
        border-radius: 100em;
        font-size: 12px;
        line-height: 1em;
        padding: 0.8333em 1.6667em 1em;
        margin: 0 0 19px;
        color: #ffffff;
    }
    .woy_textmodule_5f5d0388d634b .woy_textmodule_title {
        font-size: 50px;
        margin-bottom: 9px;
        color: #243238;
        margin-top: 20px;
    }
    .woy_textmodule_5f5d0388d634b
    .woy_textmodule_divider
    .woy_textmodule_divider_inner {
        background-image: linear-gradient(90deg, #f69078, #de446e);
        margin-top: 20px;
    }
    .woy_textmodule_5f5d0388d634b .woy_textmodule_content {
        font-size: 18px;
        color: #3b545f;
    }

    .woy_textmodule_content .icon-ul li:before {
        font-family: "Flaticon";
        font-size: 21px;
        margin-right: 7px;
        font-style: normal;
    }
    .woy_textmodule_content .icon-ul .sosyal-medya:before {
        content: "\f122";
    }
    .woy_textmodule_content .icon-ul .reklam-rapor:before {
        content: "\f11f";
    }
    .woy_textmodule_content .icon-ul .google-arama:before {
        content: "\f120";
    }
    .woy_textmodule_content .icon-ul .arama-motoru:before {
        content: "\f125";
    }
    .woy_textmodule_content .icon-ul .dijital-iz:before {
        content: "\f10e";
    }

    .woy_textmodule_content .icon-ul {
        list-style-type: none;
        padding-left: 0;
    }

    .woy_textmodule_5f5d0388d1136 .woy_textmodule_title {
        font-size: 38px;
        color: #fff;
        display: inline-block;
        line-height: 55px;
        margin-bottom: 17px;
    }
    .service_title_text span {
        font-size: 14px;
    }
    .woy_textmodule_content p:last-child {
        font-size: 20px;
    }
    .woy_textmodule_5f5d0388d1136 .woy_textmodule_content {
        font-size: 20px;
        color: #fff;
    }
    .woy_textmodule_5f5d0388d1136 .woy_textmodule_content li {
        margin-bottom: 20px;
    }
    #woy_button_5f5d0388d13bb {
        background-image: linear-gradient(90deg, #f76331 -8.57%, #c01fb8 184.64%);
        color: #ffffff;
    }
    #woy_button_5f5d0388d13bb:hover {
        background-image: linear-gradient(90deg, #d83d7b, #f25d3b);
        color: #ffffff;
    }
    #woy_button_5f5d0388d61bb {
        background-image: linear-gradient(90deg, #5557d6 -8.57%, #7674cf 184.64%);
        color: #ffffff;
    }
    #woy_button_5f5d0388d61bb:hover {
        background-image: linear-gradient(90deg, #7674cf, #5557d6);
        color: #ffffff;
    }

    .woy_button.arrow_fade_in:not(:disabled):hover > span:after {
        right: 0;
        left: auto;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .woy_textmodule_5f5d0388d1136
    .woy_textmodule_divider
    .woy_textmodule_divider_inner {
        background: #fff;
    }
    .woy_button.shadow {
        -webkit-box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
        -moz-box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
        box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
        padding: 22px 42px;
        font-weight: 600;
        font-size: 16px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        display: inline-block;
        color: #fff;
        margin-top: 30px;
    }

    .vc_custom_1582011806842 {
        padding-top: 75px;
        height: 1050px;
        /* padding-bottom: 241px !important; */
        /* background-image: url(/assets/yenihome/img/rakamlar-bg.png) !important; */
        background-image: url(/assets/yenihome/img/paket-arkaplan-1.png) !important;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .homepaketler .woy_textmodule_title {
        font-size: 33px;
        color: #ffff;
    }
    .homepaketler .woy_textmodule_content p {
        color: #ffff;
    }
    .paketlernewyazÄ± {
        margin-top: 175px;
    }

    .vc_custom_1582011806842 .wpb_wrapper {
        margin-top: -50px;
    }

    .align-item-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .homerefnew {
        margin-bottom: 50px;
    }
    .woy_textmodule_5f5caace55786 .woy_textmodule_title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0px;
        color: #243238;
        display: inline-block;
    }
    #woy_milestone_5f5caace55b0a .count_wrapper {
        background-image: linear-gradient(
                154.77deg,
                #feda75 -42.06%,
                #fa7e1e 10.13%,
                #d62976 34.42%,
                #962fbf 72.21%,
                #4f5bd5 100.11%
        );
    }
    #woy_milestone_5f5caace55d6e .count_wrapper {
        background-image: linear-gradient(121.17deg, #5c52d8 -42.06%, #4f5bd5 130.7%);
    }
    #woy_milestone_5f5caace55fe8 .count_wrapper {
        background-image: linear-gradient(90deg, #e25668 -38.33%, #d91f36 116.19%);
    }
    .count_wrapper .counter,
    .count_wrapper .symbol {
        font-size: 50px;
        line-height: 65px;
        font-weight: 600;
    }
    .woy_milestone_module .count_wrapper.color_type_custom_gradient,
    .woy_milestone_module .count_wrapper.color_type_gradient {
        display: inline-block;
        vertical-align: top;
        line-height: inherit;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .woy_milestone_module {
        position: relative;
        text-align: center;
        line-height: 1;
        padding-top: 45px;
        padding-right: 35px;
        padding-bottom: 45px;
        padding-left: 35px;
        border-radius: 10px;
        text-align: center;
    }
    .woy_milestone_module .milestone_background {
        background: #ffffff;
        -webkit-box-shadow: 0px 5px 20px rgba(132, 78, 213, 0.05);
        -moz-box-shadow: 0px 5px 20px rgba(132, 78, 213, 0.05);
        box-shadow: 0px 5px 20px rgba(132, 78, 213, 0.05);
    }
    .woy_milestone_module .milestone_background {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        z-index: -1;
    }
    .woy_milestone_module .milestone_title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 5px;
        color: #243238;
    }
    .woy_milestone_module .content_wrapper {
        font-size: 14px;
        line-height: 25px;
        margin-top: 12px;
        color: #3b545f;
    }

    .particles-wrapper {
        position: absolute !important;
        height: 100%;
        overflow: hidden;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
        -webkit-mask-size: 101%;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: top center;
    }
    .particles-wrapper .particles-js {
        z-index: 1;
        position: absolute;
    }
    .row > * {
        position: relative;
        z-index: 1;
    }
    .particles-wrapper .particles-js.top_left {
        top: 0;
        left: 0;
    }
    .particles-wrapper .particles-js.top_center {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .particles-wrapper .particles-js.top_right {
        top: 0;
        right: 0;
    }
    .particles-wrapper .particles-js.right_center {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .particles-wrapper .particles-js.bottom_right {
        bottom: 0;
        right: 0;
    }
    .particles-wrapper .particles-js.bottom_center {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .particles-wrapper .particles-js.bottom_left {
        bottom: 0;
        left: 0;
    }
    .particles-wrapper .particles-js.left_center {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ortaozellik .round-animation {
        background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%);
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        width: 100%;
        height: 100%;
        animation: morph 10s linear infinite;
        transform-style: preserve-3d;
        outline: 1px solid transparent;
        will-change: border-radius;
    }
    .round-animation:before {
        animation: morph 3s linear infinite;
        opacity: 0.21;
        animation-duration: 1.5s;
    }
    .round-animation:before,
    .round-animation:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        will-change: border-radius, transform, opacity;
        animation-delay: 200ms;
        background-image: linear-gradient(
                120deg,
                rgba(255, 183, 47, 0.55) 0%,
                rgba(255, 120, 16, 0.89) 100%
        );
    }
    .round-animation img {
        position: relative;
        z-index: 99;
        max-width: 100%;
        height: auto;
    }
    .vidsayu {
        position: absolute;
        top: 75%;
        left: 40%;
        right: 0;
        text-align: center;
        margin-top: -26px;
    }
    .vidsayu a {
        color: #ffffff;
        display: inline-flex;
        width: 70px;
        height: 70px;
        line-height: 72px;
        background: #ff2c57;
        position: relative;
        font-size: 30px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .vidsayu a::before,
    .vidsayu a::after {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 88px;
        height: 88px;
        border-radius: 50%;
        -webkit-transition: all 200ms;
        transition: all 200ms;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
        border: 10px solid #ffffff;
    }
    .vidsayu a::after {
        width: 70px;
        height: 70px;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }
    @-webkit-keyframes pulse-border {
        0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.3);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            opacity: 0;
        }
    }
    @keyframes pulse-border {
        0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.3);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            opacity: 0;
        }
    }

    @keyframes morph {
        0%,
        100% {
            border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        }
        34% {
            border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
            transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        }
        50% {
            opacity: 0.89;
            transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        }
        67% {
            border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
            transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        }
    }
    #woy_column_5f5c89723f17f h2,
    #woy_column_5f5c89723f8fc h2 {
        margin: 0;
        color: #3b545f;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .woy_service_module {
        margin-top: 30px !important;
        padding-top: 4px !important;
        padding-right: 20px !important;
        padding-bottom: 4px !important;
        padding-left: 8px !important;
        border-radius: 5px !important;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        text-align: left;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        position: relative;
    }
    .woy_service_module.style_icon_left {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .woy_service_module .service_background {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        z-index: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .woy_service_module.style_icon_left .service_image_wrapper,
    .woy_service_module.style_icon_left .service_icon_wrapper {
        margin-right: 15px;
    }
    .woy_service_module.icon_shape_ellipse .service_icon_wrapper {
        position: relative;
    }
    .woy_service_module .service_icon_wrapper {
        display: inline-block;
        line-height: 0;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .woy_service_module > * {
        position: relative;
        z-index: 3;
    }
    .woy_service_module .service_icon_wrapper .shape_back {
        background: rgba(235, 246, 252, 0.3);
    }
    .woy_service_module.icon_shape_ellipse .service_icon_wrapper .shape_back {
        z-index: 1;
        width: 100%;
        height: 0;
        padding: 92.6316% 0 0;
        top: 54%;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%) scale(-1, 1);
        -ms-transform: translate(-50%, -50%) scale(-1, 1);
        transform: translate(-50%, -50%) scale(-1, 1);
        -webkit-mask-image: url(/assets/yenihome/img/ellipse_mask.svg);
        -webkit-mask-position: center center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
    }
    .woy_service_module .service_icon_wrapper .shape_back,
    .woy_service_module .service_icon_wrapper .shape_front {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: absolute;
        display: block;
    }
    .woy_service_module.icon_shape_ellipse .service_icon_wrapper .shape_front {
        display: none;
    }
    #woy_icon_5f5c89723a22f .icon_wrapper i {
        font-size: 50px;
        background-image: linear-gradient(154deg, #f6744e, #d93e79);
    }
    #woy_service_5f5c89723f5b0 .service_icon_wrapper i {
        font-size: 37px;
        background-image: linear-gradient(154deg, #5755d7, #5755d7);
    }
    #woy_service_5f5c89723f3fb .service_icon_wrapper i {
        font-size: 37px;
        background-image: linear-gradient(154deg, #df475b, #e67d8b);
    }
    #woy_service_5f5c89723f705 .service_icon_wrapper i {
        font-size: 37px;
        background-image: linear-gradient(154deg, #fa7e1e, #f9ad72);
    }
    #woy_service_5f5c89723f825 .service_icon_wrapper i {
        font-size: 37px;
        background-image: linear-gradient(154deg, #8538a5, #741c98);
    }
    #woy_service_5f5c89723fab3 .service_icon_wrapper i {
        font-size: 37px;
        background-image: linear-gradient(154deg, #9467c5, #e89a8c);
    }
    #woy_service_5f5c89723fbec .service_icon_wrapper i {
        font-size: 37px;
        background-image: linear-gradient(154deg, #e15567, #e04e61);
    }
    #woy_service_5f5c89723fd09 .service_icon_wrapper i {
        font-size: 37px;
        background-image: linear-gradient(154deg, #5656d6, #7f80e0);
    }
    #woy_service_5f5c89723fe1e .service_icon_wrapper i {
        font-size: 37px;
        background-image: linear-gradient(154deg, #fa7e1e, #faa664);
    }
    .woy_service_module:hover .service_background {
        -webkit-box-shadow: 10px 10px 35px rgba(158, 114, 198, 0.15);
        -moz-box-shadow: 10px 10px 35px rgba(158, 114, 198, 0.15);
        box-shadow: 10px 10px 35px rgba(158, 114, 198, 0.15);
        background: #ffffff;
    }
    .woy_service_module:hover .service_icon_wrapper .shape_back {
        background: #ffffff;
    }

    .woy_service_module .service_icon_wrapper.color_type_gradient i,
    .woy_service_module .service_icon_wrapper.color_type_custom_gradient i {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .woy_service_module.icon_shape_ellipse .service_icon_wrapper i {
        padding: 0.4565em 0.4348em 0.4348em 0.6522em;
        position: relative;
        z-index: 3;
        display: inline-block;
        line-height: 1em;
    }
    .woy_service_module .service_icon_wrapper i:before {
        padding: 0 !important;
        font-size: inherit !important;
    }
    #woy_service_5f5c89723f3fb .service_content_wrapper .service_title {
        font-size: 14px;
        line-height: 23px;
        margin-top: 0px;
    }
    .woy_service_module.icon_shape_ellipse .service_content_wrapper .service_title {
        font-weight: 400;
        margin: 0;
        color: #3b545f;
        line-height: 23px;
    }

    .hometwosecond {
        /*margin-top: 30px;*/
        margin-top: 30px;
    }
    .ortaozellik {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .woy_icon_module .icon_wrapper {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    #woy_icon_5f5c89723a22f {
        margin-bottom: 20px !important;
        text-align: center;
    }
    .woy_icon_module .icon_wrapper.color_type_gradient i,
    .woy_icon_module .icon_wrapper.color_type_custom_gradient i {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .woy_icon_module .icon_wrapper i {
        font-size: 70px;
        line-height: 1em;
        position: relative;
        z-index: 2;
        display: inline-block;
        vertical-align: top;
    }
    .woy_icon_module .icon_wrapper i:before {
        font-size: inherit;
        line-height: 1em;
    }
    .woy_textmodule_5f5bcdfb438be {
        text-align: center;
    }

    .woy_textmodule_5f5bcdfb438be .woy_textmodule_title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 9px;
    }
    .woy_rev_slider.container {
        margin-top: -5px;
    }
    .woy_textmodule .woy_textmodule_title {
        margin-top: 0;
    }
    .woy_textmodule_5f5bcdfb438be .woy_textmodule_title .woy_textmodule_title_text {
        color: #243238;
    }
    .woy_textmodule .woy_textmodule_title .woy_textmodule_title_text {
        display: inline-block;
        line-height: inherit;
    }
    .woy_textmodule .woy_textmodule_divider:not(:last-child) {
        margin: 0 0 18px;
    }
    .woy_textmodule .woy_textmodule_divider {
        font-size: 0;
        line-height: 1;
    }
    .woy_textmodule_5f5bcdfb438be
    .woy_textmodule_divider
    .woy_textmodule_divider_inner {
        background-image: linear-gradient(90deg, #f69078, #de446e);
    }
    .woy_textmodule .woy_textmodule_divider .woy_textmodule_divider_inner {
        display: inline-block;
        vertical-align: top;
        width: 48px;
        height: 10px;
        -webkit-mask-image: url(https://www.woy.com.tr/assets/yenihome/img/divider.svg);
        -webkit-mask-position: center center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .woy_textmodule_5f5bcdfb438be .woy_textmodule_content p {
        font-size: 18px;
        color: #3b545f;
        display: inline-block;
    }
    .woy_textmodule_5f5bcdfb438be .woy_textmodule_content h1 {
        font-weight: normal;
        font-size: 18px;
        color: #3b545f;
        display: inline-block;
    }

    .owl-carousel .owl-item img {
        padding: 10px;
    }

    @media only screen and (max-width: 767px) {
        #woy_inner_row_5f636ac2b7df9 {
            margin-bottom: 100px;
        }
        .footer-mobil-size {
            font-size: 40px !important;
        }
        .home-mobil-repair {
            margin-top: 220px !important;
            margin-left: 110px !important;
            background: white !important;
            color: black !important;
        }
        .home-mobil-repair-2 {
            margin-top: 220px !important;
            margin-right: 110px !important;
            background: white !important;
            color: black !important;
        }
        .home-ihtiyac-m {
            padding-top: 0px !important;
            margin-bottom: 30px;
        }
        .woy_service_module {
            margin-top: 2px !important;
        }
        #woy_column_5f5c89723f17f h2,
        #woy_column_5f5c89723f8fc h2 {
            font-size: 17px;
        }
        .vc_custom_1582011806842 {
            height: auto !important;
            padding-right: 15px;
            padding-left: 15px;
            padding-top: 165px !important;
            padding-bottom: 35px !important;
            text-align: center !important;
        }
        #woy_button_5f5d0388d13bb {
            font-size: 14px;
            margin-top: 15px;
        }
        .woy-yaziliminiz-ile .woy_textmodule_title_text.title_color_simple {
            font-size: 33px !important;
        }
        .woy-icon-m {
            height: auto !important;
            width: 80px !important;
            margin-left: 25px;
            margin-top: 20px;
        }
        .woy-icon-m:first-child {
            margin-top: 25px !important;
        }
        .woy-icon-m-int {
            width: 80px !important;
            height: auto !important;
            margin-left: 25px;
            margin-top: 40px;
        }
        .woy_textmodule .woy_textmodule_title .woy_textmodule_title_text {
            font-size: 26px;
        }
        #woy_service_5f5c89723f5b0 .service_icon_wrapper i,
        #woy_service_5f5c89723f3fb .service_icon_wrapper i,
        #woy_service_5f5c89723f705 .service_icon_wrapper i,
        #woy_service_5f5c89723f825 .service_icon_wrapper i,
        #woy_service_5f5c89723fab3 .service_icon_wrapper i,
        #woy_service_5f5c89723fbec .service_icon_wrapper i,
        #woy_service_5f5c89723fd09 .service_icon_wrapper i,
        #woy_service_5f5c89723fe1e .service_icon_wrapper i {
            font-size: 47px !important;
        }
        .padding-0-icon {
            padding: 0 !important;
        }
        .paketlernewyazÄ± {
            margin-top: 125px !important;
        }
        .btn-mobil-1 {
            font-size: 15px !important;
            width: 309.5px !important;
        }
        .btn-mobil-2 {
            padding: 22px 15px !important;
            font-size: 15px !important;
        }
        .btn-mobil-3 {
            text-align: center;
        }
        .footer-top {
            padding-left: 15px !important;
            padding-right: 15px !important;
            margin-top: 10px !important;
        }
        .homeortafooter {
            margin-top: 15px !important;
            margin-bottom: 30px !important;
        }
        .mobil-foot {
            /* margin-top:20px !important; */
            text-align: center;
        }
        .cws_textmodule_5f678d8ee0801 {
            margin-top: 20px !important;
        }
        .cws_textmodule p {
            font-size: 15px;
        }
        .cws_textmodule .cws_textmodule_title {
            font-size: 20px;
        }
        .hometwosecond {
            margin-top: 30px !important;
        }
        .site-foot-m {
            margin-bottom: 40px;
        }
        .align-item-center {
            display: inline !important;
        }
        .padding-15-m {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }
        .mobil-font-ayar {
            font-size: 28px !important;
            line-height: 40px !important;
            margin-top: 15px !important;
        }
        .btn-mobil-4 {
            padding: 22px 9px;
            font-size: 13px !important;
        }
        .m-txt-cent {
            text-align: center !important;
        }
        #fb-root iframe {
            right: 13pt !important;
            bottom: 56px !important;
        }
    }
    @media (min-width: 995px) and (max-width: 1024px) {


        .home-mobil-repair {
            margin-top: 270px !important;
            margin-right: 130px !important;
        }
        .home-mobil-repair-2 {
            margin-top: 270px !important;
            margin-left: 130px !important;
            display: none!important;
        }
        .align-item-center {
            display: inline !important;
        }
        .sm-text-cent {
            text-align: center;
        }
        .sm-line-height {
            line-height: 1 !important;
        }
        .sm-mg-top {
            margin-top: 30px !important;
        }
    }
    .woy-icon-m,
    .woy-icon-m-int {
        height: auto !important;
    }

    @media screen and (min-width: 992px) and (max-width: 1230px) {
        .animasyon-img > .ani-img-3,
        .animasyon-img > .ani-img-2 {
            display: none !important;
        }
        .animasyon-img {
            text-align: center;
        }
    }

    @media screen and (max-width: 320px) {
        .btn-mobil-1 {
            width: auto !important;
            font-size: 13px !important;
        }
        .woy_button.shadow {
            font-size: 13px !important;
        }
        .form-router {
            padding-top: 85px;
        }
    }
    @media screen and (max-width: 1199px) {
        .woy_button.shadow {
            margin-top: 18px !important;
        }
    }

    .mobil-owl-area {
        padding-top: 25px;
    }
    .mobil-owl-area .woy_service_module.style_icon_left {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mobil-owl-area .service_content_wrapper {
        text-align: center;
        padding-top: 15px;
    }
    .mobil-owl-area .service_content_wrapper h2 {
        font-size: 18px;
        line-height: 22px;
    }

    @media screen and (min-width: 764px) and (max-width: 824px) {
        .animasyon-img .ani-img-1 {
            max-width: 100%;
            height: auto;
        }
        .woy_button.shadow {
            padding: 22px 35px !important;
        }
    }
}

.woy_textmodule_title span{
    font-size: 35px;
    font-weight: 700;
}

.woy-text {
    color: #BC171C;
}

.owl-dot span{
    width: 15px;
    height: 15px;
    background-color: #D6D6D6;
    margin: 5px 5px;
    display: block;
    transition: opacity .2s ease;
    border-radius: 50%;
}

.owl-dot.active span , #module-two .owl-dot:hover span{
    background-color: #BC171C !important;
}

.owl-dots{
    text-align: center;
    margin-bottom: 5px;
}

#owl-refref .owl-dots{
    margin-top: 20px;
}

.video-popup.one {
    right: 30px;
    top: 46%;
}

.video-popup.two {
    top: 50%;
    right: 160px;
}

.video-popup.four {
    top: 40px;
    right: 16px;
}

.video-popup.three {
    top: 11%;
    left: 13px;
}

.video-popup:hover {
    color: #fff;
}

.cicek_blog .daynex_elementor_elmnt.daynex_elementor_elmnt-1998357>.daynex_element_widget_cont {
    margin-top: -250px;
}

.cicek_blog .daynex_elementor_elmnt.daynex_elementor_elmnt-1998357 .elementor-repeater-item-28c9259 {
    max-height: 300px;
}

.tecrube_sec {
    margin-top: 250px;
}

.comment_blog {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.cicek_blog .daynex_elementor_elmnt.daynex_elementor_elmnt-1998357 > .daynex_element_widget_cont {
    margin: -311px 0px 0px 0px !important;
}

.tecrube_sec {
    margin-top: 203px !important;
}

figure .author-thumb img {
    padding: 0 !important;
}

.tecrube_sec_background {
    background-image: linear-gradient(63deg, #BC171C 0%, #5d0020 91%) !important;
}

.comment_owl.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -7px !important;
}

.comment_blog{
    left: -20px;
}

@media(max-width: 500px){
    #woy_inner_row_5f636ac2b7df9{
        margin-bottom: 30px;
    }
    .homepaketler{
        margin-top: -30px;
        height: 550px;
        margin-bottom: 50px;
    }
    .paketlernewyazi{
        margin-top: 30px;
    }
    .vc_custom_1582011806842{
        padding-top: 70px !important;
        margin-top: -30px;
        padding-bottom: 0 !important;
    }
    span.woy_textmodule_title_text.title_color_simple.mobil-font-ayar b{
        display: block;
    }
    #woy_column_5f636ac2b8635{
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 !important;
        width: auto;
    }

    #woy_button_wrapper_5f5d0388d13b9 > a{
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

b, strong {
    font-weight: 600 !important;
}

.margin--b45 {
    margin-bottom: -45px;
}

@media(max-width: 550px) {
    .margin--b45 {
        margin-bottom: 105px;
    }
}

.woy-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.woy-buttons a {
    margin: 0 !important;
    padding: 13px 13px !important;
    font-size: 16px !important;
}

@media (max-width:  600px) {
    .woy-buttons {
        flex-direction: column;
    }
    .woy-buttons a {
        width: 100%;
        display: flex !important;
        align-items: center !important;
        padding: 15px 30px !important;
        margin: 0 !important;
        height: auto !important;
        justify-content: center !important;
    }
    .woy-buttons .woy_button.shadow {
        margin-top: 0 !important;
    }
    .hometwosecond {
        top: 170px !important;
    }
    .woy_textmodule_5f636ac2b8ba0 {
        padding-bottom: 150px !important;
    }
}

.woy-buttons .eticaret{
    background-image: none !important;
    background-color: #4286f3 !important;
}
.woy-buttons .kurumsal{
    background-image: none !important;
    background-color: #36923d !important;
}
.woy-buttons .b2b{
    background-image: none !important;
    background-color: #fdc42a !important;
}