@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('../fonts/fonts.css');

/* Base Styles */

.robotoLight {
    font-weight: 300;
}

.robotoRegular {
    font-weight: 400;
}

.robotoMedium {
    font-weight: 500;
}

.robotoBold {
    font-weight: 700;
}

.robotoEBold {
    font-weight: 900;
}

.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #555d8f;
    font-size: 14px;
}

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

.container {
    max-width: 1200px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: 0;
}

.cursor-pointer {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.text-none {
    text-transform: none !important;
}

.bg-transparent {
    background: transparent;
}

.theme-btn {
    font-weight: 500;
    background: #232951;
    color: #fff;
    border-radius: 6px;
    padding: 18px 5px;
    text-transform: capitalize;
    font-size: 16px;
    width: 190px;
    border: 0;
}

.theme-btn._white {
    background: #fff;
    color: #232951;
}

.theme-btn:hover {
    background: #00baff;
    color: #fff;
}

.theme-btn.theme-lBlue-bg:hover {
    background: #232951;
}

.theme-btn.bg-transparent:hover {
    color: #00baff;
}

.theme-btn.bg-transparent.border-dark:hover {
    border-color: #00baff !important;
}

.inputIconBtn .icon {
    position: absolute;
    right: 55px;
    top: 21px;
    cursor: pointer;
}

.theme-dBlue-bg {
    background: #232951;
}

.theme-lBlue-bg {
    background: #00baff;
}

.theme-dBlue-color {
    color: #232951;
}

.theme-dBlue-hcolor {
    color: #232951 !important;
}

.theme-lBlue-color {
    color: #00baff;
}

.theme-lBlue-hcolor:hover {
    color: #00baff !important;
}

.background-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.theme-transition {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/* Base Styles */

#globalLoader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    left: 0;
    top: 0px;
    background: rgba(255, 255, 255, 0.5);
}

.themePagination nav {
    display: inline-block;
}

.themePagination nav ul {
    margin: 0;
}

.themePagination ul li a {
    color: #232951;
}

.themePagination ul li a:hover {
    background-color: transparent;
    color: #232951;
}

.themePagination ul li.page-item.active span {
    background-color: #00baff;
    border-color: #00baff;
}

.themePagination li.page-item.disabled .page-link {
    background-color: transparent;
}

.select2 span.select2-selection {
    min-height: 38px;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    border-color: #ced4da !important;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    }

.select2 span.select2-selection *::-moz-placeholder {
    color: #6c757d;
}

.select2-selection__arrow {
    display: none;
    }

.select2 span.select2-selection *::placeholder {
    color: #6c757d;
}

.select2-dropdown {
    min-width: 250px;
}

/*Header*/

.mainHeader {
    background: #fff;
}

.navbar-light .navbar-toggler {
    border: 1px solid #fff;
    padding: 0px 4px;
}

.mainHeader .navbar .navbar-nav li:hover>.nav-link,
.mainHeader .navbar .navbar-nav .show>.nav-link,
.mainHeader .navbar .navbar-nav .nav-link.active {
    color: #fff;
}

.mainHeader .navbar-light .navbar-nav li a {
    color: #232951;
}

.mainHeader .navbar-light .navbar-nav>li>a {
    font-size: 15px;
}

/* Footer */
.footerTop {
    background-image: url('../img/water-pipe-ge0bb2316c_1920.jpg');
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.footerTop:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 186, 285, 0.95);
    z-index: 0;
}

.footerTop .content {
    position: relative;
    z-index: 100;
}

.footerTop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerTop ul li a {
    color: #fff;
}

.footerTop ul li a:hover {
    color: #00baff;
}

.mainFooter .footerTop ul li a:hover {
    color: #eee;
}

.footerTop ul:not(.social-links) li a:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.social-links li {
    position: relative;
    margin: 0 0 0 5px;
    display: inline-block;
}

.social-links li:first-child {
    margin-left: 0;
}

.footerTop .social-links li a {
    color: #00baff;
    font-size: 15px;
    background: #fff;
    height: 35px;
    border-radius: 4px;
    width: 35px;
    text-align: center;
    line-height: 35px;
}

.footerTop .social-links li a:hover {
    color: #232951;
}

.footerTop h4 {
    font-size: 22px;
    color: #fff;
}

@media (max-width: 1024px) {
    .navbar .navbar-brand img {
        width: 120px;
    }

    .mainHeader .navbar-light .navbar-nav li a {
        font-size: 12px;
    }
}

@media (min-width: 991px) {
    .mainHeader .navbar-light .navbar-nav>li>a {
        padding: 5px 25px;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-brand {
        margin: -37px 0 0 0;
    }
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .mainHeader .navbar .navbar-nav .nav-link {
        padding-left: 5px;
    }

    .mainHeader .navbar .navbar-nav .nav-link.active {
        background: #fff;
        color: #232951;
    }
    .theme-btn {
        font-size: 14px;
    }

}