﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.logo-image {
    height:110px;
}
@media (max-width: 768px) {
    .logo-image {
        height: 70px;
    }
}
@media (max-width: 480px) {
    .logo-image {
        height: 70px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fadeSlide {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}

.nivo-caption {
    position: absolute;
    left: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 8;
    overflow: hidden;
    top: 215px;
    text-align: center;
    margin: auto;
    font-family: Helvetica,Arial,sans-serif;
}

.nivo-caption .title {
    font-weight:700;
    line-height:normal;
}

.title {
    font-family: 'Roboto Condensed';
    font-size:5vw;
    color:white;
}

.nivo-caption .slidedesc {
    margin-bottom:20px;
    margin-top:10px;
}

.slidedesc {
    font-family: 'Assistant';
    font-size:1vw;
    color:white;
}

.slidebtn .primary-btn:hover {
    background-color: #fff;
    color: #f7631b;
}

.main-menu .menu-active {
    background-color: #01a8e9;
}

.main-menu li:hover {
    background-color: #01a8e9;
}

.nav-menu ul {
    margin:0;
}

.nav-menu-container ul li {
    height: 50px;
}

.mobile-nav ul li {
    height: 100%;
}

.nav-menu ul ul {
    left:100%;
    width: fit-content;
}

.nav-menu ul {
    right:unset;
}

.asterisk:after {
    content: " *" !important;
    opacity: 1 !important;
    position: relative !important;
    top: 0 !important;
    display: inline !important;
    color: #dc3545;
    font-weight: 700;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.8;
    background-color: black;
    z-index: 99;
    text-align: center;
}

.loader {
    position:fixed;
    top:50%;
    left:50%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nice-select ul {
    max-height: 300px;
    overflow-y: auto !important;
}

.nice-select {
    width:100%;
}

.kt-builder-columns-row-2column .kt-builder-columns-row-2column {
    width: 50%;
}

.skt-builder-column {
    min-height: 1px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.skt-builder-content-block-column-image {
    max-width:100%;
    height:auto;
    margin:0;
    padding:0;
}

.skt-builder-content-block-column-title {
    font-size: 22px;
    font-weight: 400;
    border-bottom: solid 1px #ebeaea;
    margin: 25px 0 20px;
    padding-bottom: 15px;
}
    .skt-builder-content-block-column-title a:hover {
        color: #01a8e9 !important;
    }

.skt-builder-content-column {
    margin-bottom: 30px;
}

    .skt-builder-content-column .skt-builder-column-inner {
        min-height: 152px;
        padding-left: 210px;
        position: relative;
        overflow: hidden;
    }

.skt-builder-content-column-image {
    max-width: 190px;
    position: absolute;
    left: 0;
    max-width: 179px;
    top: 0;
    z-index: 9;
    height:auto;
}

.skt-builder-content-column-title {
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
    border-bottom: solid 1px #ebeaea;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
    .skt-builder-content-column-title a:hover {
        color: #01a8e9 !important;
    }

.skt-builder-column-inner {
    min-height: 169px;
    min-height: 152px;
    position: relative;
    overflow: hidden;
}

.modal-xl {
    max-width: 1000px;
}

.skt-builder-contact-form-box {
    margin-top: -100px;
    position: static;
    z-index: 9999;
}

.skt-builder-block-wrapper * {
    box-sizing: border-box;
}

.skt-builder-contact-form-box-title {
    font-size: 28px;
    text-align: center;
    padding: 22px 15px;
}

.skt-builder-contact-form-box-title small {
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 4px;
}

.skt-builder-contact-form {
    background-color: #fff;
    padding: 30px 20px 1px;
    box-shadow: 0px 25px 30px 10px #e0e0e0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.skt-builder-block-wrapper p {
    line-height: 1.6;
    margin: 0 0 20px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.skt-builder-contact-form input, .skt-builder-contact-form textarea {
    border-color: #eaeaea;
    color: #333333;
}

.skt-builder-contact-form input, .skt-builder-contact-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #eaeaea;
    color: #333;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.skt-builder-contact-form button {
    background-color: #01a8e9;
    color: #ffffff;
    border: 1px solid transparent;
    font-size: 14px;
}

    .skt-builder-contact-form button:hover {
        background-color: #ffffff;
        color: #01a8e9;
        border: 1px #01a8e9 solid;
        font-size: 14px;
    }

.skt-builder-contact-form textarea {
    min-height: 80px;
    resize: none;
    max-height: 141px;
}

.skt-builder-container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.skt-builder-block-title h2 {
    font-size: 45px;
    line-height: normal;
    margin: 0 0 30px;
}

.skt-builder-block-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.skt-builder-columns-row {
    margin-left: -15px;
    margin-right: -15px;
}

.skt-builder-service-column-title {
    font-size: 22px;
    font-weight: 400;
    margin: 15px 0 12px;
}

.skt-builder-columns-row {
    margin-left: -15px;
    margin-right: -15px;
}

.skt-builder-container .skt-builder-columns-row-2column .skt-builder-column {
    width: 50%;
}

.single-blog .thumb {
    overflow: hidden;
}

    .single-blog .thumb img {
        width: 100%;
        height: 200px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.single-blog .meta {
    font-weight: 400;
    text-align: left;
    margin-top: 40px;
}

.single-blog a {
    color: #777;
}

.single-blog h5 {
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    height: 74px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.single-blog .details-btn {
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-decoration:none;
}

    .single-blog .details-btn .details {
        visibility: hidden;
        opacity: 0;
        margin-left: -53px;
        font-weight: 600;
        text-transform: uppercase;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .single-blog .details-btn .lnr {
        color: #222;
        line-height: inherit;
    }

.single-blog {
    height:600px;
}

.modal-content {
    border-radius: .125rem;
}

.modal-header {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

.modal-footer {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
}

.modal-danger .modal-header {
    background-color: #ff3547;
    color: #fff;
}

    .modal-danger .modal-header .close {
        color: #fff;
        opacity: 1;
    }


.modal-warning .modal-header {
    background-color: #fb3;
    color: #fff;
}

    .modal-warning .modal-header .close {
        color: #fff;
        opacity: 1;
    }


.modal-success .modal-header {
    background-color: #00c851;
    color: #fff;
}

    .modal-success .modal-header .close {
        color: #fff;
        opacity: 1;
    }

.modal-info .modal-header {
    background-color: #33b5e5;
    color: #fff;
}

    .modal-info .modal-header .close {
        color: #fff;
        opacity: 1;
    }
.breadcrumbs  {
    padding-top: 10px;
}

.breadcrumbs .container h1 {
    color: #007bff;
}
.breadcrumbs .container h3 {
    color: #007bff;
    font-size: 20px;
}

.to_top {
    width: 40px;
    height: 38px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: fixed;
    bottom: 20px;
    right: 110px;
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
    display: none;
    opacity: .4;
    z-index: 99;
    text-decoration: none;
    outline: none;
}