﻿/*#region colors*/
.btn_default {
    background-color: var(--main-color);
}

    .btn_default:hover {
        background-color: var(--second-color);
    }

.header2_background {
    background-color: var(--main-color);
}
/*#endregion*/

.banner-area .box-cell, .banner-area .box-cell div {
    height: 100vh !important;
}

.banner-area.top-pad-60 .content {
    padding-top: 350px !important;
}

.navbar-brand > img {
    height: 85px !important;
}

nav.navbar.bootsnav .navbar-brand {
    padding: 0px 0px;
}

.banner-area.default .content h2 {
    text-transform: inherit !important;
    font-weight: 700;
    font-size: 78px !important;
    margin-bottom: 25px;
}

.shadow {
    z-index: 0 !important
}

.img-divs {
    height: 85px !important;
    margin-bottom: 5px;
}

.why-choseus-area .info-box .single-item {
    margin-top: 30px !important;
}

.speacial-title {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 1.06rem;
    color: #232323;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 20px;
}

.speacial-paragraph {
    font-weight: 600;
    font-size: 0.95rem;
    color: #232323;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
}

.img-fit {
    width: 100% !important;
    object-fit: cover;
    height: 520px;
}

.titles-area {
    position: absolute;
    top: 20vh;
    width: 600px;
}

.project-title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 4.26rem;
    color: #f3f3f3;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 20px;
}

.project-paragraph {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.30rem;
    color: #f3f3f3;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 20px;
}

.p-6 {
    padding: 180px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px !important;
    }
}

.project-button-size {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
    margin-right: 15px;
}

.mt-6 {
    margin-top: 150px;
}

.intensive-title {
    text-transform: capitalize !important;
    font-weight: 700 !important;
    font-size: 2.96rem !important;
    line-height: 1.2 !important;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 20px !important;
}

.intensive-hr {
    text-align: center !important;
    width: 100px !important;
    border-top: 2.5px solid #232323 !important;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-map {
    background-color: rgba(18, 24, 64, 1);
    padding: 80px;
    height: 48vh;
    position: relative;
    left: 0px;
}

.maps-position {
    position: absolute;
    top: 0px;
}

.maps-section-area {
    position: absolute;
    top: 15vh;
    width: 68%;
}

.count-title {
    color: #f3f3f3 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    font-size: 23px;
}

.count-number {
    color: #f3f3f3 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
    font-size: 25px;
}

.img-area-map {
    opacity: 0.2;
}

.counter {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.flexible {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.contact-icon-footer {
    background-color: black;
    color: #f3f3f3f3;
    padding: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.mr-x-1 {
    margin-left: -20px !important;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
}

.message-stick {
    position: fixed;
    z-index: 9999;
    background-color: #E41018;
    color: white;
    right: 0px;
    padding: 5px;
    top: 250px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 30px;
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.whatsapp-stick {
    position: fixed;
    z-index: 9999;
    background-color: rgba(18, 24, 64, 1);
    color: white;
    right: 0px;
    padding: 5px;
    top: 350px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 30px;
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.contact-form-mobile {
    display: none;
    position: fixed;
    bottom: 0% !important;
    width: 40%;
    padding: 40px;
    justify-content: center;
    background-color: #e41018c7;
    border-radius: 15px 0px 0px 15px;
    right: 0px;
    z-index: 5000;
    align-items: center;
    min-height: 270px;
    overflow-y: scroll;
}

    .contact-form-mobile .subscribe_form__content {
        padding: 0 20px;
        width: 100%;
    }

.modal-title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.26rem;
    color: #f3f3f3;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 20px;
}

.contact-mobile-close {
    border: none;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 15px;
    position: absolute;
    right: 60px;
}

.contact-button {
    background-color: #e41018 !important;
    border: rgb(241 243 255 / 83%) !important;
    color: #f3f3f3 !important;
    font-weight: 700 !important;
}

.border-item::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-7deg);
}

.map-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.achivement-area .fun-fact .counter .count::after {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "";
    height: 100%;
    width: 100%;
    border: none !important;
    border-radius: 50%;
    border-top: none;
    border-left: none;
}

nav.navbar.bootsnav.logo-less .navbar-brand {
    display: block !important;
}

.breadcrumb-area .breadcrumb {
    display: none !important;
}

.contact-area .fixed-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    text-align: right;
    display: none !important;
}

.sidebar-item.recent-post li .info a {
    color: #232323;
    text-decoration: inherit;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
}

.about-area .thumb-box {
    padding-left: 1% !important;
}

.text-justify {
    text-align: justify !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.about-area .info-content h2 strong {
    font-size: 120px !important;
    line-height: 110px;
    padding-right: 20px;
    color: #ff3514;
    font-weight: 800;
}

.text-justify-bold {
    text-align: justify;
    font-weight: 800;
}

.about-area .thumb::after {
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/img/pattern.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right top;
    display: none !important;
}

.default-padding-top {
    padding-top: 30px !important;
    position: relative;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit !important;
    color: #837f7e !important;
    display: table-cell !important;
    line-height: 22px !important;
    padding: 0 !important;
    padding-left: 20px !important;
    vertical-align: top !important;
    max-width:330px !important;
}

.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff;
    border-color: #b8daff;
    font-weight: 700 !important;
}

.site-heading {
    margin-bottom: 25px !important;
    overflow: hidden;
    margin-top: -5px;
}

.owl-prev {
    position: absolute !important;
    top: 40% !important;
    left: 0px !important;
}

.owl-next {
    position: absolute !important;
    top: 40% !important;
    right: 0px !important;
}

.owl-prev {
    font-size: 60px !important;
    color: #ff3514 !important;
    font-weight: 400 !important;
    margin-left: 5px !important;
    margin-top: 0px !important;
}

.owl-next {
    font-size: 60px !important;
    color: #ff3514 !important;
    font-weight: 400 !important;
    margin-right: 5px !important;
    margin-top: 0px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    margin-bottom: 0px !important;
}

.services-details-area .content img {
    margin-bottom: 15px;
    height: 250px !important;
    object-fit: cover;
}

.form-control {
    padding: 20px !important;
}

.contact-area .contact-items .item {
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

p {
    color: #232323;
    line-height: 28px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}

.card-header {
    padding: .3rem 0rem !important;
    margin-bottom: 0;
    background-color: white !important;
    border-bottom: 2px solid #ff3514 !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    margin-bottom: 10px !important;
}

.card {
    border: none !important;
}

.card-text-design {
    color: #232323 !important;
    text-decoration: inherit !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: capitalize !important;
    text-align: left !important;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 0px !important;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 115px !important;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
    aspect-ratio: 1/0.75;
    object-fit: cover;
}

.sidebar-item.recent-post li .info a {
    color: #232323 !important;
    text-decoration: inherit;
    font-weight: 800;
    font-size: 16px !important;
    margin-top: 10px;
}

.info-description {
    overflow: hidden;
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
}

.contact-area .contact-items .right-item {
    padding-top: 85px !important;
    background: #022147 none repeat scroll 0 0 !important;
    padding-left: 65px !important;
    padding-bottom: 30px !important;
    z-index: 1;
}

.contact-area .contact-items .item {
    display: flex;
    margin-bottom: 35px !important;
    padding-bottom: 35px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-page-img {
    aspect-ratio: 1/0.67 !important;
    object-fit: cover !important;
}

.detail-page-button {
    background: #ff3514;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    text-transform: uppercase;
}

.icon-bg-service {
    background-color: #f9f9f9;
    aspect-ratio: 1/1;
    border: 2px solid #d5d5d5;
    border-radius: 50px;
    padding: 11px;
    margin-bottom: 20px;
}

.map-svg-width {
    width: 70%;
    height: 450px;
}

.map-size {
    width: 460px;
    height: 320px;
}

.default-padding-top {
    margin-top: 80px !important;
}

.single-item-top {
    margin-top: 30px !important;
}

.portfolio-area .item .thumb img {
    max-height: 380px !important;
    object-fit: cover !important;
    height: 300px;
}

.about-area .left-info h2 {
    font-size: 1.8rem !important;
}

@media screen and (max-width: 560px) {
    .banner-area.default .content h2 {
        font-size: 50px !important;
    }

    .navbar-brand > img {
        height: 80px !important;
    }

    .navbar-brand > img {
        height: 75px !important;
        margin-bottom: 10px !important;
        z-index: 999 !important;
    }

    nav.navbar.bootsnav.navbar-fixed img {
        position: relative;
        top: 5px;
        left: 114px !important;
    }

    .banner-area .box-cell, .banner-area .box-cell div {
        height: 58vh !important;
    }

    .banner-area.top-pad-60 .content {
        padding-top: 155px !important;
    }

    .carousel-indicators {
        justify-content: left !important;
    }

    .single-item {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .single-item-top {
        margin-top: 60px !important;
        margin-bottom: 20px !important;
    }

    .map-svg-width {
        width: 70%;
        height: 450px;
    }

    .achivement-area .fixed-thumb img {
        width: 100% !important;
        margin: auto !important;
        opacity: 0.7 !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .map-size {
        width: 360px;
        height: 240px;
    }

    .project-title {
        font-size: 2.86rem !important;
    }

    .project-paragraph {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 1rem !important;
        color: #f3f3f3;
        line-height: 1 !important;
    }

    .titles-area {
        position: absolute;
        top: 20vh;
        width: 370px;
    }

    .img-fit {
        width: 100% !important;
        object-fit: cover;
        height: 470px;
    }

    .intensive-title {
        font-size: 2.16rem !important;
    }

    .portfolio-area .portfolio-items-area .mix-item-menu button.active {
        background: #ff3514;
        color: #ffffff;
        font-size: 12px;
    }

    .portfolio-area .portfolio-items-area .mix-item-menu button {
        font-size: 12px;
    }

    nav.navbar.bootsnav.navbar-fixed .navbar-toggle {
        margin-top: 22px;
        z-index: 999 !important;
    }

    .default-padding-top {
        margin-top: 0rem !important;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 372px !important;
    }

    nav.navbar.bootsnav.logo-less .navbar-brand {
        display: inline-block !important;
        padding-left: 100px;
    }

    .contact-form-mobile {
        display: none;
        position: fixed;
        bottom: 0% !important;
        width: 100%;
        padding: 25px;
        justify-content: center;
        background-color: #e41018c7;
        border-radius: 0px 0px 0px 0px;
        right: 0px;
        z-index: 5000;
        align-items: center;
        min-height: 270px;
        overflow-y: scroll;
    }

    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 15px;
        z-index: 999 !important;
    }

    .services-details-area .content img {
        margin-bottom: 15px;
        height: 250px !important;
        object-fit: cover;
    }

    .owl-carousel .owl-nav {
        display: block !important;
    }

    .owl-prev {
        font-size: 60px !important;
        color: #ff3514 !important;
        font-weight: 400 !important;
        margin-left: 6px !important;
        margin-top: 0px !important;
    }
    
    .owl-next {
        font-size: 60px !important;
        color: #ff3514 !important;
        font-weight: 400 !important;
        margin-right: 6px !important;
        margin-top: 0px !important;
    }

    .content p {
        text-align: justify !important;
    }

    .content b {
        text-align: justify !important;
    }
}

.breadcrumb-area h1 {
    text-transform: capitalize !important;
}

.alt-menu .title {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
}

.alt-menu .content {
    margin-left: 20px !important;
}

.owl-slider .item {
    height: 350px;
}

.intensive-slider {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .intensive-slider h1 {
        display: block;
        font-weight: 600;
        font-size: 40px;
        margin-top: 30px;
        color: #fff;
    }

.mfp-counter{
    display: none;
}

.owl-intensive .owl-nav .owl-prev {
    display: none !important;
}

.owl-intensive .owl-nav .owl-next {
    display: none !important;
}
.sertifika-container {
    width: 300px !important;
}
.sertifika-img{
    width:300px !important;
    height:325px !important;
}
.sertifika-flex{
    gap:25px;
}