/* custom template */

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;600;&display=swap');
html,
body {
    height: 100%;
    font-family: 'Prompt', sans-serif;
    color: #1f1f1f;
}

h1 {
    border-left: 4px double rgb(255, 133, 2);
    padding-left: 10px;
}
h3 {
    border-left: 4px double rgb(92, 108, 253);
    padding-left: 10px;
}
.nav {
    font-family: 'Prompt', sans-serif;
    font-size: 13px;
}

a {
    color: #3b005e;
}

a:hover {
    text-decoration: none;
}

hr {
    border-color: #dedede;
}

.wrapper,
.row {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.wrapper:before,
.wrapper:after,
.column:before,
.column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.column {
    height: 100%;
    overflow: auto;
    *zoom: 1;
}

.column .padding {
    padding: 0px;
}

.full {
    padding-top: 53px;
}

.box {
    bottom: 0;
    /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #002d5b;
    /*
      background-image:url('/assets/example/bg_suburb.jpg');
      background-size:cover;
      background-attachment:fixed;
    */
}

.divider {
    margin-top: 32px;
}

.footer {
    background-color: #002d5b;
    font-family: 'Prompt', sans-serif;
    width: inherit;
    height: 100px;
    bottom: 0;
    position: relative;
}

.navbar-blue {
    border-width: 0;
    background-color: #002d5b;
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
    top: 0;
    position: fixed;
    width: inherit;
}

.navbar-blue li>a,
.navbar-toggle {
    color: #efefef;
}

.navbar-blue .dropdown-menu li a {
    color: #004488;
}

.navbar-blue .dropdown-menu li>a {
    padding-left: 30px;
}

.navbar-blue li>a:hover,
.navbar-blue li>a:focus,
.navbar-blue .open,
.navbar-blue .open>a,
.navbar-blue .open>a:hover,
.navbar-blue .open>a:focus {
    background-color: #2A4888;
    color: #fff;
}

#main {
    background-color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
}

#main .img-circle {
    margin-top: 18px;
    height: 70px;
    width: 70px;
}

#sidebar {
    padding: 0px;
    padding-top: 15px;
}

#sidebar,
#sidebar a,
#sidebar-footer a {
    color: #ffffff;
    background-color: transparent;
    text-shadow: 0 0 2px #000000;
    padding-left: 5px;
}

#sidebar .nav li>a:hover {
    background-color: #393939;
}

.logo {
    display: block;
    padding: 3px;
    background-color: #fff;
    color: #3B5999;
    height: 28px;
    width: 100px;
    margin: 9px;
    margin-right: 2px;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px;
    border-radius: 2px;
}

#sidebar-footer {
    background-color: #444;
    position: absolute;
    bottom: 5px;
    padding: 5px;
}

#footer {
    margin-bottom: 20px;
}


/* bootstrap overrides */

h1,
h2,
h3,
h4 {
    font-family: 'Prompt', sans-serif;
    font-weight: 800;
}

.navbar-toggle,
.close {
    outline: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.btn-primary,
.label-primary,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #3B5999;
    color: #fffffe;
}

.btn-default {
    color: #666666;
    text-shadow: 0 0 1px rgba(0, 0, 0, .3);
}

.panel textarea,
.well textarea,
textarea.form-control {
    resize: none;
}

.badge {
    color: #3B5999;
    background-color: #fff;
}

.badge:hover,
.badge-inverse {
    background-color: #3B5999;
    color: #fff;
}

.jumbotron {
    background-color: transparent;
}

.label-default {
    background-color: #dddddd;
}

.page-header {
    margin-top: 55px;
    padding-top: 9px;
    border-top: 1px solid #eeeeee;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.panel-default .panel-heading {
    background-color: #f9fafb;
    color: #555555;
}

.col-sm-9.full {
    width: 100%;
}

.modal-header,
.modal-footer {
    background-color: #f2f2f2;
    font-weight: 800;
    font-size: 12px;
}

.modal-footer i,
.well i {
    font-size: 20px;
    color: #c0c0c0;
}

.modal-body {
    padding: 5px;
}

.modal-body textarea.form-control {
    resize: none;
    border: 0;
    box-shadow: 0 0 0;
}

small.text-muted {
    font-family: courier, courier-new, monospace;
}


/* adjust the contents on smaller devices */

@media (max-width: 768px) {
    .column .padding {
        padding: 2px;
    }
    .full {
        padding-top: 0px;
    }
    .navbar-blue {
        background-color: #3B5999;
        top: 0;
        width: 100%;
        position: relative;
    }
    #request-quote {
        background-color: #00BFFF;
        padding: 20px;
        color: #fff;
    }
}


/*
 * off canvas sidebar
 * --------------------------------------------------
 */

@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .row-offcanvas-left.active {
        left: 33%;
    }
    .row-offcanvas-left.active .sidebar-offcanvas {
        left: -33%;
        position: absolute;
        top: 0;
        width: 33%;
        margin-left: 5px;
    }
    #sidebar,
    #sidebar a,
    #sidebar-footer a {
        padding-left: 3px;
    }
    #request-quote {
        background-color: #00BFFF;
        padding: 20px;
        color: #fff;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 2px;
}

#request-quote {
    position: fixed;
    bottom: 0;
    background-color: #00BFFF;
    padding: 20px;
    color: #fff;
}

#request-quotec h3 {
    color: #FFFFFF;
}

#request-quotec small {
    color: #FFFFFF;
}

.bs-callout-warning {
    border-left-color: chocolate;
    color: #161616;
}

.bs-callout {
    min-height: 80px;
    padding: 2px;
    margin: 5px 5px;
    border: 0px solid #4169E1;
    border-left-width: 5px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bs-callout2 {
    min-height: 100px;
    padding: 2px;
    margin: 1px 1px;
    border: 0px solid #83a1fc;
    border-bottom-width: 5px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


/* .bs-callout2 {
    min-height: 100px;
    padding: 2px;
    margin: 5px 5px;
    border: 0px solid #83a1fc;
    border-bottom-width: 5px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
} */

.rotate-icon:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.wrapperi {
    width: 100px;
    height: 50px;
    margin: 8px auto;
    overflow: hidden;
    border-radius: 10%;
    position: relative;
}

.wrapperi img {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.main-slider {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.card {
    margin: 5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    /* width: 300px; */
}

.card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    min-height: 250px;
}

.tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.tag-teal {
    background-color: #47bcd4;
}

.tag-purple {
    background-color: #5e76bf;
}

.tag-pink {
    background-color: #cd5b9f;
}

.card-body p {
    font-size: 13px;
    margin: 0 0 40px;
}

.user {
    display: flex;
    margin-top: auto;
}

.user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.user-info h5 {
    margin: 0;
}

.user-info small {
    color: #545d7a;
}

.wrapperR {
    width: 30px;
    height: 30px;
    margin: 0px auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.wrapperR img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrapperR2 {
    width: 250px;
    height: 150px;
    margin: 5px 5px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    right: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    top: 0;
}

.wrapperR2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}