
/* //i--- Sticky footer styles ; inside_template ; torrison ; 01.05.2020 ; CSS1 ---/ */

html {
    position: relative;
    min-height: 100%;
    background: white;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 70px;
    padding-top: 0 !important;
    background-color: rgba(74, 74, 74, 0.76)
}

/* //i---Medium devices (tablets, 768px and up) has smaller footer or footer hide ; inside_template ; torrison ; 01.05.2020 ; CSS2 ---/ */
@media (max-width: 768px) {

    .footer {
        height: 150px;
    }
    .footer .col-6 {
        display:none;
    }
    body {
        margin-bottom: 150px;
    }
}



body {
    font-family: 'Roboto', sans-serif;
}

/* //i--- TOP line CSS ; inside_template ; torrison ; 01.05.2020 ; CSS4 ---/ */
/* -------------------------------------------------- */
.top_line {
    background: #eee;
}
.top_line .right_block {
    padding: 5px;
}
.top_line .left_block {
    font-size: 22px !important;
    padding-top: 3px;
    padding-left: 16px;
}

.top_line .left_block > a {
    padding-right: 8px;
    color: #555;
}

/* //i--- TOP Navbar CSS ; inside_template ; torrison ; 01.05.2020 ; CSS5 ---/ */
/* -------------------------------------------------- */
.top_navbar {
    background: #fff;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .12);
}
#navbarCollapse {
    flex-grow: 0;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 30px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/* -------   MAIN Block -------- */
.jumbotron {
    margin-bottom: 0;
}

/* -------   3 blocks -------- */
/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) and (min-width:768px) {

    .blocks-list small.text-muted {
        display: none;
    }

    .blocks-list .card-body > ul {
        -webkit-padding-start: 10px;
    }


}


/* -------   3 circles OR Why we? -------- */
.marketing .row > div {
    text-align: center;
}
.marketing {
    padding-top: 15px;
}

.marketing .why_we_list {
    font-size: 20px;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 1200px) {

    .marketing .why_we {
        margin-top: 30px;
    }

    .marketing .why_we_list {
        font-size: 16px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {

    .marketing .why_we {
        margin-bottom: 30px;
    }

    .marketing .why_we_list {
        font-size: 16px;
    }

}


/* ---- Speech Block ------ */

.speech img.featurette-image {
    height: auto !important;
}

/* ---- Price Cards Block ------- */

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) and (min-width: 576px) {

    .price_cards .btn {

        font-size: 15px;

    }

}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* //i--- Bootstrap color ballance and fixes ; inside_template ; torrison ; 01.05.2020 ; CSS7 ---/ */
a {
    color: #0074D9;
    cursor: pointer;
}
.btn-primary
{
    background-color: #0074D9;
    border-color: #0074D9;
}
.list-group-item.active {

    background-color: #F7F7F7;
    border-color: #DFDFDF;
    color: #333;

}
.list-group-item.active {

    background-color: #305590;
    border-color: #4065A0;
    color: #fff;

}
.modal {
    z-index: 9999;
}
.modal-dialog .modal-header {
    /*background-color: #305590;*/
    color: #fff;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}
.modal-dialog .modal-header .close {
    color: black;
    font-size: 3rem;
    line-height: 0.5;
}
.modal-dialog .modal-header .close:hover {
    color: #0069D9;
}
.modal .modal-soc .soc-links a img {
    width: 35px;
    margin-right: 10px;
}
.modal .modal-soc .soc-links a img {
    width: 35px;
    margin-right: 10px;
}
.modal .modal-soc .soc-links a img {
    width: 35px;
    margin-right: 10px;
}
.modal .modal-soc .soc-links a img {
    width: 35px;
    margin-right: 10px;
}
.modal .modal-soc {
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.modal .modal-content {
    background-color: #f4f6f7;
    border-radius: 0;
}
.modal .modal-body, .modal .modal-header, .modal .modal-footer {
    padding: 15px 65px;
}
.modal-left-side{
    display: flex;
    height: 100%;
    background: url(/Public/AppFront/app_default_template/img/imgonline.png);
    background-size: cover;
    background-position: top;
    width: 100%;
    padding: 32px 32px 70px 32px;
}
.modal .modal-soc {
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.modal .modal-left-side h4 {
    max-width: 120px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 20px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.connect_with_manager {
    color: #f7941d;
    font-size: 16px;
    font-weight: bold;
}
.modal .modal-footer {
    justify-content: center;
}
.send_modal {
    color: #f7941d;
    font-weight: bold;
    padding-top: 8px;
}
.request_btn {
    background-color: #FFDC81;
    border-color: #FFDC81;
    color: #fff !important;
}


.list-group-item.active {
    font-size: 18px;
    padding: 5px;
}
.list-group {
    width: 100%;
}
.list-group-item .row {
    width: 100%;
}
.text-left {
    justify-content: left !important;
    text-align: left !important;
}
@media (max-width: 1024px){
    .modal-left-side {
        padding: 52px 32px 70px 32px;
        background-size: auto;
    }
}
@media (min-width: 576px) {
    .form-control {
        width: 100% !important;
    }
    .form-inline .form-group {
        margin-bottom: 1rem !important;
    }
}

/* //i--- Core CSS Classes ; inside_template ; torrison ; 01.05.2020 ; CSS8 ---/ */
.bottom-shadow {
    box-shadow: 0 4px 2px -1px rgba(0, 0, 0, .12);
    z-index:10;
    position: relative;
}

.top-shadow {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, .12);
    font-size: 3px;
}

.wblock1 {
    background: rgb(255, 255, 255, 0.8);
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, .12);
    border-radius: 8px;
}


.box-shadow1 {
    box-shadow: 0 3px 2px 0px rgba(0, 0, 0, .12);
}

.ul-numbers {
    list-style: decimal;
}

.big_icon {
    font-size: 60px;
}

.a_link {
    text-decoration: underline;
    color: #0074D9 !important;
}

.list_group_active_right_button {
    float: right;
    font-size: 16px;
}

/* --------- Fixes ------------ */
.btn-secondary, .btn-success, .btn-danger {
    color: #fff !important;
}

/* --------- LANG DropDown ------------ */
#lang_dropdown {
    outline:0 !important;
    background: #eee !important;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
}
#lang_dropdown_menu {
    min-width: 1rem;
    text-transform: uppercase;
}

/* --------- BLOG Content System ------------- */

.inside_gallery_img {
    width: 100%;
    max-width: 365px;
}
.gallery_img_holder {
    height:200px;
    overflow: hidden;
}

/* --------- Fix Mobile TOP problem ---------- */

@media (max-width: 1000px) {

    .top_line .phone.d-inline-block {
        display: none !important;
    }
    .top_line .email.d-inline-block {
        display: none !important;
    }

}

@media (max-width: 580px) {

    .top_line .left_block {
        display: none !important;
    }

    .top_line .icons_mob {
        display: inline-block !important;
        float: left;
        font-size: 20px !important;
        padding-left: 5px;
        margin-top: -3px;
    }

    .top_line .icons_mob > a {
        color: #555;
        padding-right: 8px;
    }
}

/* Product Image Block */
.product_image_block {
    margin-top: -170px;
}
@media (max-width: 1200px) {
    .product_image_block {
        margin-top: -60px;
    }
}

/* ---------- Fix IE Bug ------------ */
.card-img-top {
    height:100%;
}