@charset 'UTF-8';

/*******************************************
 *
 * CUSTOM CSS          
 *
 ******************************************/

.archive_title, .latest_post_wrapper .section_title h1, .page_title {
    margin: 20px 30px 20px 0;
    text-transform: uppercase;
    font-size: 2rem;
    float: left;
    max-width: 100%;
}
.stripe_line {
    height: 25px;
    margin-top: 25px;
    overflow: hidden;
    display: block;
}
.section_title.border, .latest_post_wrapper .section_title, .page_area .section_title {
    padding: 3px 0;
}
.breadcrumb, .page_area .breadcrumb {
    clear: both;
}
.page_template, .kryex_pagination {
    padding: 0 0 100px;
}
.kryex_pagination.lastPost {
    margin-top: 20px;
}

/*******************************************
 *
 * ICONSCSS          
 *
 ******************************************/

.section_icons .icons {
    display: grid;
    grid-template-columns: repeat(5,auto);
    text-align: center;
    grid-gap: 30px;
}
.icons_images {
    border-bottom: 1px solid #1111111a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ico_wrap .ic1 {
    font-size: 1.4rem;
    font-weight: bold;
}
.section_icons .section__title .title {
    margin-bottom: 20px;
}
.section_icons .section__title {
    padding: 0;
    border-bottom: 1px solid #eee;
    border-left: none;
    display: inline-block;
}
.section_icons {
    text-align: center;
    background-color: #0000000a;
}
.icons_images .ico {
    max-width: 130px;
    height: auto;
}
.icons_images i {
    font-size: 3rem;
}

/*******************************************
 *
 * ABOUT CSS          
 *
 ******************************************/

.section_about .ico {
    font-size: 4rem;
    text-align: center;
    color: var(--defColor);
}

.section_about .icoblock {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.section_about .blockx {
    margin-bottom: 20px;
}


/*******************************************
 *
 * MENUS CSS        
 *
 ******************************************/

.section_menus .menus {
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-column-gap: 70px;
}
.menus li {
    border-bottom: 1px solid #00000012;
    margin-bottom: 20px;
}
.section_menus.dark .menus li {
    border-bottom: 1px solid #ffffff12;
}
.menus .price_title {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section_menus.dark .menus .price_title {
    color: #fff;
}
.menus .price_title::before {
    content: "\eec0";
    font-family: icofont;
    padding-right: 10px;
    font-weight: normal;
}
.menus .price {
    color: #c19d60;
    font-size: 16px;
    font-weight: 500;
    float: right;
    position: relative;
    padding-left: 15px;
    padding-top: 2px;
}
.menus .price_desc {
    color: #8F8C8A;
    font-size: 13px;
}
.section_menus.dark .menus .price_desc {
    color: #ffffff69;
}
.section_menus .section__title i {
    font-size: 4rem;
    line-height: 0;
    position: relative;
    top: 10px;
    padding-right: 10px;
    color: #c19d60;
}
.section_menus .section__title {
    padding-left: 0;
    border: none;
    padding-bottom: 20px;
}


/*******************************************
 *
 * GALLERY CSS
 *
 ******************************************/

.section_gallery .gallery-item .gallery-icon a::before,
.section_gallery .gallery-item .gallery-icon a::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 20;
}
.section_gallery .gallery-item .gallery-icon a::before {
    top: 20px;
    left: 24px;
    border-left: 1px dotted;
    border-top: 1px dotted;
}
.section_gallery .gallery-item .gallery-icon a::after {
    bottom: 20px;
    right: 20px;
    border-right: 1px dotted;
    border-bottom: 1px dotted;
}
.section_gallery .gallery-item .gallery-icon a {
    position: relative;
    color: #c19d60;
}
.section_gallery .gallery-item:hover img {
    opacity: .7;
}
.section_gallery .gallery-item .gallery-icon a {
    background-color: #111;
    display: block;
}
.section_gallery.dark .section__title .title {
    color: #fff;
}

/*******************************************
 *
 * TESTİMONİALS AND BRANDS CSS
 *
 ******************************************/

.section_testimonials, .section_brands {
    background-image: url(../img/dot_gray.jpg);
}
.section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.section__title {
    position: relative;
    border-left: 6px solid;
    padding-left: 20px;
    margin-bottom: 40px;
}
.section__title .title {
    color: #111;
}
.section__title a.bg_white {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 11px;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}
.testimonial_item {
    position: relative;
    padding: 50px 40px;
    background-color: #fff;
    box-shadow: 0 10px 10px #0f0f0f0a;
}
.section_testimonials .slick-slide,
.section_brands .slick-slide {
    margin: 0 9.5px;
}
.section_testimonials .slick-list,
.section_brands .slick-list {
    margin: 0 -10px;
    padding: 10px 0 30px;
}
.section_testimonials .slick-dots li button::before,
.services_post .slick-dots li button::before {
    background: #0000004f;
    width: 10px;
    height: 10px;
}
.section_testimonials .slick-dots {
    bottom: -40px;
}
.services_post .slick-dots {
    bottom: -40px;
}
.section_testimonials .slick-dots li,
.services_post .slick-dots li {
    width: 10px;
    height: 0;
}
.testimonial_slider {
    margin-bottom: 20px;
}
.testimonial_item__person {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.testimonial_item__person .person_name {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.testimonial_item__person .avatar {
    margin-right: 15px;
    flex-shrink: 0;
}
.testimonial_item__person .avatar img {
    border-radius: 50%;
}
.testimonial_item__content {
    margin-top: 32px;
    color: #777;
}
.testimonial_item__person .data i {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 24px;
}
.testimonial_item__person span {
    font-size: 12px;
    color: #6c6c6c;
}
.testimonial_slider:hover,.brands_slider:hover {
    cursor: grab;
}
.brands_image img {
    max-width: 100%;
}
.brands_image {
    text-align: center;
}
.brands_image.filter img {
    -webkit-filter: grayscale(100%) contrast(50%);
    filter: grayscale(100%) contrast(50%);
}
.brands_image.filter img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.brands_slider .slick-prev::before,
.brands_slider .slick-next::before {
    background-color: transparent;
    font-size: 20px;
    height: 30px;
}
.brands_slider .slick-prev {
    left: -50px;
}
.brands_slider .slick-next {
    right: -50px;
}
.brands_slider .slick-next::before {
    line-height: 20px;
}


/*******************************************
 *
 * SLİCK SLİDE CSS
 *
 ******************************************/
 .sliderHome {
     overflow: hidden;
 }
 .image_slider {
     width: 100%;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-color: #f6f6f8;
     background-size: cover;
 }
 .section_slider .image_slider {
   -webkit-transition: transform .7s cubic-bezier(0.7, 0, 0.3, 1);
   transition: transform .7s cubic-bezier(0.7, 0, 0.3, 1);
   -webkit-transform: scale(1.2);
           transform: scale(1.2);
 }
 .section_slider .slick-active .image_slider {
   -webkit-transform: scale(1);
           transform: scale(1);
 }
 .sliderHome .wrap {
    max-width: 580px;
     position: absolute;
     bottom: 20%;
     left: 180px;
     padding: 40px;
     color: #fff;
     background-color: #00000070;
     border-top: 4px solid;
     border-radius: 4px;
 }
 .sliderHome .wrap p {
     color: #fff;
 }

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    z-index: 1;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-next:hover
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev::before, .slick-next::before {
    font-family: icofont;
    color: #000;
    background-color: #eee;
    font-size: 15px;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.slick-next::before {
    content: "\eaa0";
}
.slick-prev::before {
    content: "\ea9d";
}
.slick-prev
{
    left: 30px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}


.slick-next
{
    right: 30px;
    width: calc(-52px + 100px);
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-dots
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 40px;
    margin: 0 4px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
}
.slick-dots li button::before {
    content: '';
    background: #fff;
    color: #fff;
    height: 3px;
    width: 30px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    opacity: 0.4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 30px;
}

/*******************************************
 *
 * SLİDER CSS
 *
 ******************************************/

.slick-arrow.slick-disabled {
    cursor: default;
}
.slick-prev:hover::before, .slick-next:hover::before {
    background-color: #fff;
}
.slick-prev::before, .slick-next::before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*******************************************
 *
 * ABOUT CSS
 *
 ******************************************/

.section_about .about_image {
    max-width: 100%;
    margin-top: -80px;
    height: auto;
}
.section_about a.bg_white {
    color: #fff;
}
.section_about a.bg_white::before, .section_about a.bg_white::after {
    color: #fff;
}
.section_about .hrx {
    padding: 5px 0 20px;
}
.section.section_about {
    padding: 100px 0;
}

/*******************************************
 *
 * PRODUCT CSS
 *
 ******************************************/

.product_thumb img {
    max-width: 100%;
    height: auto;
    background-color: #eee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.product_thumb img:hover {
    opacity: .9;
}
.product_title {
    text-align: center;
}
.product_thumb {
    display: block;
    background-color: #fff;
}
.product_thumb .no_thumb {
    height: 320px;
}


/*******************************************
 *
 * POSTS CSS
 *
 ******************************************/

.post_wide {
    margin-bottom: 40px;
}
.post_thumb img:hover {
    box-shadow: 0 0 0 0 #00000052;
}
.post_thumb img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 14px 0 #0000006e;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.no_thumb {
    height: 233px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.post_title, .product_title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.post_excerpt {
    font-size: inherit;
    color: #666;
    margin: 0;
}
.post_inner {
    padding: 10px;
}
.last_posts .post_title, .last_posts .post_excerpt {
    margin: 5px 0;
    padding: 5px 0;
}
.last_posts .post_inner {
    background-color: #fff;
}
.post_date {
    font-size: 11px;
    color: #00000078;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers li a, .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 4px;
}
.page-numbers li a, li > .page-numbers {
    background-color: #333;
    color: #fff;
}
.section_blog {
    background-color: #f2f2f2;
}
.section_blog .post_thumb img {
    margin-bottom: -15px;
}
.section_blog .post_inner {
    padding: 30px;
    background-color: #fff;
    min-height: 240px;
}


/*******************************************
 *
 * VİDEOX CSS
 *
 ******************************************/

.section_videox {
    padding: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAE0lEQVR4AWMAgv9AwADCYAIrBwDOZhjoRPQ1cwAAAABJRU5ErkJggg==);
    background-color: #000000ab;
}
.section_videox .filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.vbox .section__title .title, .vbox p {
    color: #fff;
}
.vbox .section__title {
    margin-bottom: 10px;
}
.section_videox .vbox__wrap {
    padding: 60px 0;
    color: #fff;
}
.section_videox .vgrid {
    display: grid;
    grid-template-columns: 50% 50%;
}
.section_videox .vbox, .section_videox .vbox_iconx {
    align-content: center;
    display: grid;
}
.section_videox .vbox_iconx a:hover {
    transform: rotate(120deg);
    color: #fff;
}
.section_videox .vbox_iconx a {
    font-family: initial;
    width: 100px;
    height: 100px;
    line-height: 101px;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section_videox .vbox_iconx {
    text-align: center;
}
.vbox_content .vbox_text, .section_videox .vbox_iconx {
    font-size: 3.2rem;
}
.style1 .vbox_content .ico_box i {
    font-size: 3rem;
    margin-right: 20px;
    padding: 10px 20px;
    display: inline-block;
}
.style1 .vbox_content .ico_box .ico_text {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: super;
}
.style2 .vbox_content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
}
.style2 .ico_box {
    border: 1px dashed #ffffff5e;
    margin: 2px;
    padding: 15px 10px;
    background-color: #11111173;
}
.style2 .vbox_content .ico_box .ico_text {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
}
.style2 .vbox_content .ico_box i {
    font-size: 3rem;
    padding: 10px 20px;
    display: inline-block;
}
.title_vx {
    font-size: 40px;
    margin-bottom: 40px;
}
.section_videox .vbox_iconx span {
    font-family: initial;
    font-style: italic;
    position: relative;
    font-size: 16px;
    line-height: 0;
}
.section_videox .vbox_content {
    margin: 0;
}


/*******************************************
 *
 * SECTİONS CSS
 *
 ******************************************/

.section_projects.dark, .section_product.dark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAE0lEQVR4AWMAgv9AwADCYAIrBwDOZhjoRPQ1cwAAAABJRU5ErkJggg==);
}
.section_projects.dark .section__title .title,
.section_projects.dark .post_title a,
.section_blog.dark .section__title .title,
.section_product.dark .section__title .title,
.section_product.dark .product_title a,
.section_services.dark .section__title .title,
.section_services .post_title a,
.section_services .post_title::before,
.section_menus.dark .section__title .title {
    color: #fff;
}

/*******************************************
 *
 * SERVİCES CSS
 *
 ******************************************/

.section_services.dark .slick-dots li button::before {
    background: #000;
}
.services_post {
    counter-reset: section;
    margin-bottom: 20px;
}
.services_post .post_title::before {
    counter-increment: section;
    content: counter(subsection) "" counter(section) ".";
    font-size: 12px;
    opacity: .6;
    vertical-align: top;
}
.services_post .post_title {
    position: absolute;
    bottom: 0;
    padding: 30px 15px;
    margin: 0;
}
.section_services .post_thumb {
    position: relative;
    display: block;
}
.section_services .post_thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    z-index: 0;
    background: -webkit-linear-gradient(to top, var(--defColor) 0,rgba(125,185,232,0) 70%);
    background: linear-gradient(to top, var(--defColor) 0,rgba(125,185,232,0) 70%);
}
.section_services .slick-slide {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.section_services .slick-slide:hover img {
    box-shadow: 0 0 0 0 #00000052;
}
.section_services .slick-prev {
    left: -5px;
}
.section_services .slick-next {
    right: -5px;
}
.section_services .slick-arrow {
    top: 42%;
}


/*******************************************
 *
 * CONTACT CSS
 *
 ******************************************/

.section_contact.dark .contax {
    color: #fff;
}
.contax {
    font-size: 2rem;
    font-weight: bold;
}
.section_contact.dark p {
    color: #fff;
}
.contax_links {
    text-align: right;
    height: 100%;
}
.contax_links a.link {
    position: relative;
    top: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 26px;
    display: inline-block;
    border: 1px solid;
}
.contax_links .link2 {
    margin-left: 20px;
}
.section_contact.dark .contax_links a.link {
    border: none;
}

/*******************************************
 *
 * RESPONSİVE CSS
 *
 ******************************************/

@media only screen and (min-width: 1280px) {
  
}

@media only screen and (min-width: 991px) {
  
}

@media only screen and (max-width: 991px) {
	.section_about .about_image {
	    margin-top: 50px;
	}
    .section_icons .icons {
        grid-template-columns: repeat(4,auto);
    }
    .section_menus .menus {
        grid-template-columns: repeat(1,1fr);
    }
    .section_videox .vbox_iconx {
        padding: 40px 0;
    }
    .vbox_content .ico_box i {
        margin-right: 0;
    }
    .vbox_content .ico_box .ico_text {
        font-size: 1.4rem;
        font-weight: 500;
    }
    .vbox_content .ico_box i {
        font-size: 2rem;
    }
    .section_videox .vgrid {
        grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
        grid-gap: 40px;
    }
    .archive_title, .latest_post_wrapper .section_title h1, .page_title {
        font-size: 1.8rem;
    }
    .stripe_line {
        height: 24px;
        margin-top: 24px;
    }
    .sliderHome .wrap {
        left: 90px;
    }
}

@media only screen and (min-width: 768px) {
    
}

@media only screen and (max-width: 767px) {
    .image_slider {
        display: grid;
        align-items: center;
    }
    .sliderHome .wrap {
        bottom: inherit;
    }
    .slick-prev, .slick-next {
      display: none !important;
    }
    .sliderHome .wrap {
        left: 15px;
        right: 15px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
	body .section_videox .vgrid {
	    grid-template-rows: auto;
	}
    .style2 .vbox_content {
        grid-template-columns: repeat(2,1fr);
    }
    .section_icons .icons {
        grid-template-columns: repeat(2,auto);
    }
    .section_gallery .gallery-item .gallery-icon a::before {
        top: 5px;
        left: 5px;
    }
    .section_gallery .gallery-item .gallery-icon a::after {
        bottom: 5px;
        right: 5px;
    }
    .menus .price_title, .menus .price {
        font-size: 14px;
    }
    .section_videox .title_vx {
        font-weight: 600;
        font-size: 36px;
    }
    .fancybox-slide {
        padding: 15px;
    }
    .ico_box, .title_vx {
        text-align: center;
    }
    .vbox_content .ico_box i {
        display: block;
    }
    .section__title .title {
        font-size: 22px;
    }
    .section__title a.bg_white {
        font-size: 2px;
        color: transparent;
    }
    .contax_links .link2 {
        margin-left: 0;
    }
    .contax_links {
        text-align: inherit;
    }
    .section.section_contact {
        text-align: center;
    }
    .contax {
        line-height: 2rem;
        margin-bottom: 20px;
    }
}
