@import url(bootstrap.min.css);
@import url(all.css);
@import url(hamburgers.css);
@import url(magnific-popup.css);
@import url(slick.css);
@import url(slick-theme.css);

/* @import url(aos.css); */


/*@import url(Responsive.css);*/

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-family: Questrial, sans-serif !important
}

html {
    overflow-x: hidden
}

.paragraph,
p {
    font-weight: 400;
    color: #313131;
    font-size: 16px;
    line-height: 25px;
    text-align: JUSTIFY
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: 500;
    font-family: Viga, sans-serif
}

.h1,
h1 {
    font-size: 60px
}

@media (max-width:400px) {
    .h1,
    h1 {
        font-size: 30px
    }
    .h2,
    h2 {
        font-size: 28px !important
    }
    .footer-links li {
        width: 100%
    }
}

.h2,
h2 {
    font-size: 36px
}

.h3,
h3 {
    font-size: 30px
}

.h4,
h4 {
    font-size: 20px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 14px
}

.btn {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    padding: 12px 44px;
    border-radius: 35px;
    font-weight: 600;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s ease
}

.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.btn:active {
    box-shadow: none
}

.btn-primary {
    background: #26abe2;
    color: #fff
}

.btn-more {
    background: #000;
    color: #fff
}

.btn-more:hover {
    background: #000;
    color: #fff
}

.btn-primary:active {
    background: #26abe2 !important
}

.btn-primary:hover {
    background: #007fb3
}

.btn-secondary {
    background: #303032;
    color: #fff
}

.btn-secondary:active {
    background: #26abe2 !important
}

.btn-secondary:hover {
    background: #26abe2 !important;
    background: #ee7171
}

.btn-light {
    background: #fff;
    color: #222;
    border: 2px solid #fff
}

.btn-light:hover {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.btn-outline {
    background: 0 0;
    color: #222;
    border: 2px solid #303032
}

.btn-outline:hover {
    background: #303032;
    color: #fff
}

.btn-sm {
    padding: 13px 40px !important
}

body {
    background-color: #fff;
    overflow-x: hidden
}

::-moz-selection {
    background: #ee7171;
    color: #fff
}

::selection {
    background: #ee7171;
    color: #fff
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

ol,
ul {
    list-style-type: none;
    margin: 0
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%
}

a {
    color: #212631;
    text-decoration: none
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a {
    transition: .2s ease
}

a:hover {
    color: #000
}

.text-black {
    color: #000 !important
}

a.text-black:hover,
a.text-dark:hover {
    color: #000 !important
}

a,
button {
    cursor: pointer
}

.outline-0 {
    outline: 0
}

.d-unset {
    display: unset !important
}

.slick-slide {
    outline: 0
}

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

.hilighted {
    background: #303032;
    color: #919e4d;
    border-radius: 3px;
    padding: 2px 5px
}

.section {
    padding: 100px 0 100px 0
}

.header {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    transition: .3s;
    box-shadow: 2px -6px 12px 0 #000
}

.fixed-header {
    transition: .3s
}

.fixed-header .navbar-brand img {
    width: 225px;
    vertical-align: middle;
    transition: .4s
}

.fixed-header .nav-item {
    padding: 10px 0 !important;
    transition: .4s
}

header+div {
    margin-top: 150px
}

header+section {
    margin-top: 150px
}

@media (max-width:575px) {
    .section {
        padding: 80px 0
    }
}

.section-sm {
    padding: 80px 0
}

.section-title {
    margin-bottom: 55px;
    font-size: 30px;
    font-weight: 700
}

.section-title-sm {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #666
}

.overlay {
    position: relative
}

.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .6
}

.overlay-dark {
    position: relative
}

.overlay-dark::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8
}

.overlay-white {
    position: relative
}

.overlay-white::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .7
}

.overlay-rounded::before {
    border-radius: 5px
}

.section-title-border {
    position: relative
}

.section-title-border::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 120px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #26abe2
}

.section-title-border::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #26abe2;
    box-shadow: 0 0 0 5px #fff;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%)
}

.section-title-border-gray {
    position: relative
}

.section-title-border-gray::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 120px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #26abe2
}

.section-title-border-gray::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #26abe2;
    box-shadow: 0 0 0 5px #f5f5f5;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%)
}

.section-title-border-half {
    position: relative
}

.section-title-border-half::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: 0 0;
    border: 2px solid #000;
    bottom: -14px;
    left: 0
}

.section-title-border-half::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 15px;
    bottom: -10px;
    background: #000
}

.section-title-border-half-white {
    position: relative
}

.section-title-border-half-white::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: 0 0;
    border: 2px solid #fff;
    bottom: -14px;
    left: 0
}

.section-title-border-half-white::after {
    background: #fff;
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 15px;
    bottom: -10px
}

.page-title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 65px;
    background: linear-gradient(to right, #2193b0, #6dd5ed) !important
}

.breadcrumb {
    background-color: transparent !important;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb a,
.breadcrumb li {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin: 0 10px
}

.breadcrumb a {
    position: relative
}

.breadcrumb a::before {
    position: absolute;
    content: '/';
    right: -17px;
    top: 2px;
    height: 12px
}

.page-404 {
    padding: 600px 0 60px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    .page-404 {
        padding: 450px 0 50px
    }
    .footer-links li {
        width: 100% !important
    }
    .footer-links li::before {
        display: none
    }
    .hero-content {
        position: relative;
        top: -145px
    }
    .hero-content h4 {
        font-size: 18px !important
    }
    .hero-content h1 {
        font-size: 25px !important
    }
    .hero-content p {
        font-size: 19px !important;
        margin-top: -10px
    }
    .slider-content {
        position: relative;
        top: -70px !important;
        left: 25px
    }
    .slider-content h4 {
        font-size: 18px !important
    }
    .slider-content h1 {
        font-size: 25px !important
    }
    .slider-content h6 {
        font-size: 25px !important
    }
    .slider-content p {
        font-size: 19px !important;
        margin-top: -10px
    }
    span.save {
        font-size: 30px !important
    }
}

@media (max-width:575px) {
    .page-404 {
        padding-top: 250px
    }
}

@media (max-width:400px) {
    .page-404 {
        padding-top: 150px
    }
}

.page-404 h1 {
    font-size: 40px;
    color: #26abe2 !important
}

.page-404 h4 {
    color: #26abe2 !important
}

.play-icon {
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    text-align: center
}

.play-icon:focus {
    outline: 0
}

.play-icon i {
    line-height: 79px;
    display: block;
    font-size: 30px;
    color: #fff
}

.round-icon {
    height: 70px;
    min-width: 70px;
    max-width: 70px;
    border-radius: 50%;
    border: 1px solid #46b8e6;
    background: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #46b8e6;
    display: inline-block
}

.square-icon {
    height: 65px;
    width: 65px;
    background: #fff;
    color: #fff;
    font-size: 35px;
    line-height: 65px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 6px -1px #777
}

.square-icon img {
    height: 42px !important
}

.social-icon-lg {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: inline-block
}

.social-icon-lg i {
    margin: 0;
    color: #fff
}

.box-shadow {
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .1)
}

.golden {
    color: #efaf27 !important
}

.bg-gray {
    background-color: #f5f5f5
}

.bg-primary {
    background-color: #e84444 !important
}

.bg-secondary {
    background-color: rgba(38, 171, 226, .85) !important
}

.text-primary {
    color: #26abe2 !important
}

.bg-facebook {
    background-color: #4267b2
}

.bg-twitter {
    background-color: #449de8
}

.bg-linkedin {
    background-color: #2f6ea3
}

.bg-google {
    background-color: #e62211
}

.text-color {
    color: #666
}

.text-dark {
    color: #222
}

.text-underline {
    text-decoration: underline
}

.text-underline:hover {
    text-decoration: underline
}

.font-primary {
    font-family: Poppins, sans-serif
}

.font-secondary {
    font-family: "Open Sans", sans-serif
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

@media screen and (max-width:991px) {
    .mb-md-50 {
        margin-bottom: 50px
    }
    .footer-links li {
        width: 100% !important
    }
    .navbar-collapse {
        margin-top: 20px;
        overflow: auto
    }
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.py-10 {
    padding: 10px 0
}

.py-20 {
    padding: 35px 0 20px 0
}

.py-50 {
    padding: 50px 0
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-160 {
    padding: 160px 0
}

.py-175 {
    padding: 175px 0
}

.ml-65 {
    margin-left: 65px
}

.pb-xl-200-lg-100 {
    padding-bottom: 200px
}

@media (max-width:1199px) {
    .pb-xl-200-lg-100 {
        padding-bottom: 100px
    }
}

.mb-xl-150-lg-100 {
    margin-bottom: 150px
}

@media (max-width:1199px) {
    .mb-xl-150-lg-100 {
        margin-bottom: 100px
    }
}

.translateY-25 {
    transform: translateY(25px)
}

.translateY-10 {
    transform: translateY(-10px)
}

.translateY-33 {
    transform: translateY(-33px)
}

.top-header {
    background: #232323
}

@media (max-width:575px) {
    .top-header ul {
        text-align: center
    }
}

.top-header ul li {
    margin: 15px 0;
    width: 49%
}

@media (max-width:575px) {
    .top-header ul li {
        margin: 5px 0;
        width: auto
    }
}

.top-header ul li a {
    display: inline-block;
    color: #fff;
    font-size: 22px
}

.top-header ul li:hover a {
    color: #26abe2
}

.list-inline {
    margin: 0 25px
}

.top-header ul li:hover a span {
    color: #26abe2
}

.top-header ul li a .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #26abe2;
    border: 1px solid;
    padding: 10px 10px;
    border-radius: 50px
}

.top-header ul li:hover a .fas {
    background-color: #26abe2;
    color: #000
}

.list-inline-item:not(:last-child) {
    margin-right: 0 !important
}

@media (max-width:575px) {
    .top-header ul li a {
        border: 0;
        font-size: 20px
    }
}

.top-header ul li a span {
    color: #fff
}

.navbar-brand img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    width: 290px;
    transition: .4s
}

.navigation {
    box-shadow: 2px 0 1px 0 rgba(0, 0, 0, .19);
    transition: .4s
}

.navigation .navbar {
    padding: 0;
    position: relative
}

.navigation .navbar-brand {
    left: 0;
    top: 0;
    width: auto;
    text-align: center;
    z-index: 9
}

@media (max-width:991px) {
    .navigation .navbar-brand {
        position: relative;
        height: unset;
        width: unset;
        box-shadow: none;
        background: 0 0
    }
    .navigation .navbar-brand img {
        height: 35px;
        width: auto
    }
    .navigation {
        padding: 15px 0;
        z-index: 99;
        position: absolute;
        width: 100%;
        background-color: #fff
    }
    .hero-slider.slick-slider {
        margin-bottom: 40px;
        margin-top: 80px
    }
}

.navigation .navbar .nav-item {
    padding: 20px 0;
    margin-right: 10px;
    transition: .4s
}

@media (max-width:991px) {
    .navigation .navbar .nav-item {
        padding: 0 25px !important;
        transition: .4s;
        width: 150px;
        margin: 0 auto
    }
}

.navigation .navbar .nav-item .nav-link {
    padding: 15px 10px;
    font-family: Poppins, sans-serif;
    font-family: Questrial, sans-serif;
    color: #222;
    text-transform: uppercase;
    transition: .2s ease;
    font-size: 14px;
    border-bottom: 2px solid transparent
}

@media (max-width:1199px) {
    .navigation .navbar .nav-item .nav-link {
        font-size: 12px;
        padding: 15px 6px
    }
}

@media (max-width:991px) {
    .navigation .navbar .nav-item .nav-link {
        padding: 8px 0;
        font-size: 14px;
        text-align: center;
        width: auto
    }
}

.navigation .navbar .nav-item .nav-link:hover {
    color: #26abe2;
    border-bottom: 2px solid
}

@media (max-width:991px) {
    .navigation .navbar .nav-item:last-child {
        padding: 0;
        margin-bottom: 20px
    }
}

.navigation .navbar .nav-item.active .nav-link {
    color: #26abe2;
    border-bottom: 2px solid
}

.navigation .navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1)
}

.navigation .navbar .dropdown-menu {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .12);
    padding: 40px 30px;
    border: 0;
    border-radius: 0;
    top: 80%;
    left: -20px;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top
}

@media (max-width:991px) {
    .navigation .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        transform-origin: unset
    }
}

.navigation .navbar .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1)
}

@media (max-width:991px) {
    .navigation .navbar .dropdown-menu.show {
        display: block
    }
}

.navigation .navbar .dropdown-item {
    position: relative;
    color: #848484;
    transition: .2s ease
}

.navigation .navbar .dropdown-item:not(:last-child) {
    margin-bottom: 20px
}

.navigation .navbar .dropdown-item:hover {
    color: #e84444;
    text-decoration: underline;
    background: 0 0
}

.navigation .navbar .dropdown-item::before {
    position: absolute;
    content: '';
    left: 5px;
    top: 12px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #848484;
    border: 1px solid #fff;
    display: inline-block;
    box-shadow: 0 0 0 2px #848484
}

@media (max-width:991px) {
    .navigation .navbar .dropdown-item {
        text-align: center
    }
    .navigation .navbar .dropdown-item::before {
        display: none
    }
}

.hero-content h4 {
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 30px
}

.hero-content h1 {
    border-radius: 5px;
    font-size: 50px;
    color: #12f4ff;
    width: max-content
}

.hero-content p {
    color: #fff !important;
    font-size: 30px
}

.slider-content {
    position: relative;
    top: 0;
    align-content: center;
    padding: 180px 0;
    width: 100%;
    left: 0
}

.slider-content h4 {
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 30px;
    text-align: left
}

.slider-content h1 {
    border-radius: 5px;
    font-size: 50px;
    color: #12f4ff;
    width: max-content;
    text-align: left
}

.slider-content h6 {
    border-radius: 5px;
    font-size: 50px;
    color: #12f4ff;
    width: max-content;
    text-align: left
}

.slider-content p {
    color: #fff !important;
    font-size: 30px
}

.bgslider {
    background-image: url(http://conexus-ns.com/staging/businessnrg/images/banner/slider-images.jpg)
}

.bgslider-1 {
    background-image: url(../images/banner/advisorcall.jpg)
}

.bgslider-2 {
    background-image: url(../images/banner/benefits.jpg)
}

.bgslider-3 {
    background-image: url(../images/banner/stressout.jpg)
}

.bgslider-4 {
    background-image: url(../images/banner/ourteam.jpg)
}

.bgslider-5 {
    background-image: url(../images/banner/service.jpg)
}

.bgslider-6 {
    background-image: url(../images/banner/benfite.jpg)
}

.bgslider-7 {
    background-image: url(../images/banner/saving.jpg)
}

.home-slider {
    height: 615px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.home-slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4
}

.home-slider-1 {
    background-image: url(../images/banner/business-energy-saving-surprise-energy-bills.jpg)
}

.home-slider-2 {
    background-image: url(../images/banner/business-energy-broker-advisor-calling.jpg)
}

.home-slider-3 {
    background-image: url(../images/banner/business-energy-saving.jpg)
}

.home-slider-4 {
    background-image: url(../images/banner/switch-business-energy-stress-out.jpg)
}

.home-slider-5 {
    background-image: url(../images/banner/utility-brokers-expert-team.jpg)
}

.home-slider-6 {
    background-image: url(../images/banner/business-energy-saving-best-business-energy-service.jpg)
}

.home-slider-7 {
    background-image: url(../images/banner/energy-for-business-reduce-energy-consumption.jpg)
}

.home-slider-8 {
    background-image: url(../images/banner/business-energy-saving-save-up-to-70.jpg)
}

.progressbar-title {
    font-size: 17px;
    font-family: sans-serif;
    margin-bottom: 7px;
    color: #222 !important;
    font-weight: 700
}

.progress {
    border-radius: 35px;
    overflow: visible;
    margin-bottom: 70px
}

.progress-bar {
    background-color: #26abe2;
    border-radius: 35px;
    position: relative
}

.progress-bar-value {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    background: #303032;
    padding: 5px 9px;
    position: absolute;
    top: 23px;
    right: -15px;
    border-radius: 5px
}

.progress-bar-value::before {
    position: absolute;
    content: '';
    bottom: 23px;
    left: 50%;
    background: #303032;
    height: 10px;
    width: 10px;
    transform: translateX(-50%) rotate(-45deg)
}

.testimonial-slider {
    position: relative;
    text-align: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 40px
}

.testimonial-slider p {
    text-align: center !important;
    color: #000 !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.testi-monial {
    background-image: url(../images/banner/advisor1.jpg);
    background-size: cover
}

.padding-top-40 {
    padding-top: 40px
}

.testi-monial {
    color: #26abe2
}

.testi-monial h4 {
    font-weight: 400 !important;
    font-size: 31px;
    color: #27abe2
}

.testimonial-slider .nextArrow,
.testimonial-slider .prevArrow {
    position: absolute;
    top: 85px;
    border: 0;
    font-size: 30px;
    background: 0 0;
    color: #2b9bb8;
    z-index: 9
}

.testimonial-slider .nextArrow:focus,
.testimonial-slider .prevArrow:focus {
    outline: 0
}

.testimonial-slider .prevArrow {
    left: 0
}

.testimonial-slider .nextArrow {
    right: 0
}

.testimonial-slider .slick-disabled {
    color: #e5e5e5
}

.testimonial-icon {
    border-radius: 50%;
    background: #f5f5f5;
    color: #e84444;
    font-size: 25px;
    line-height: 80px;
    display: inline-block !important;
    text-align: center;
    margin-bottom: 25px
}

.client-logo-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.fun-facts {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.about {
    background: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/about/businessenergybrokeraboutus.jpg)
}

[ifIE]>.about {
    background: center !important;
    background-repeat: no-repeat;
    background-size: cover
}

.clients {
    background-position: center right;
    background-size: 50%;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .clients {
        background-size: cover !important;
        background-position: center center;
        text-align: center
    }
}

.clients ul li {
    height: 66px
}

.clients ul li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block
}

.process-item {
    width: 330px
}

@media (max-width:1199px) {
    .process-item {
        width: unset
    }
}

.process-item-number {
    position: absolute;
    left: -35px;
    top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    box-shadow: -5px 0 40px 0 rgba(0, 0, 0, .1);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #222
}

@media (max-width:1199px) {
    .process-item-number {
        top: -35px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.process-item h5 {
    margin-bottom: 5px;
    color: #e84444
}

img.arrow-top {
    position: absolute;
    top: 220px;
    right: 250px
}

@media (max-width:1199px) {
    img.arrow-top {
        display: none
    }
}

img.arrow-bottom {
    position: absolute;
    bottom: 100px;
    left: 250px
}

@media (max-width:1199px) {
    img.arrow-bottom {
        display: none
    }
}

.offers {
    margin-bottom: 30px
}

.offer-content {
    padding: 25px 15px;
    height: 100%
}

.offer-content:hover {
    box-shadow: 0 0 4px -2px rgba(255, 255, 255, .81);
    box-shadow: 0 0 4px -1px #303030
}

.offer-content h5 {
    color: #6ed5ff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    line-height: 20px;
    height: 30px
}

.offer-content p {
    color: #fff
}

.offer-form h4 {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #f3f3f3;
    margin-bottom: 30px;
    border-bottom: 1px solid
}

.service-img {
    text-align: center;
    margin-bottom: 25px
}

.service-img img {
    width: 75%
}

.service-provide li {
    line-height: 35px
}

.service-provide li:before {
    position: absolute;
    left: 25px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #26abe2;
    content: "\f14a"
}

.advantage-b {
    background: #dedede;
    color: #000;
    padding: 10px 15px;
    border-left: 2px solid #26abe2;
    font-size: 20px
}

.offers img {
    width: 32px;
    height: 32px
}

.offers ul {
    padding: 0;
    float: left;
    width: 100%
}

.offers h5 {
    margin-top: 15px;
    line-height: 20px;
    font-size: 16px
}

section.offer-form {
    background-color: #1b1b1b;
    padding: 50px 0;
    margin-bottom: 30px
}

.save-head {
    font-size: 25px !important;
    padding-left: 15px;
    border-left: 2px solid #26abe2;
    background-color: #fbfbfb;
    padding: 15px 15px 15px 30px;
    margin-bottom: 25px
}

.we-offer li {
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 20px
}

.we-offer li:hover {
    color: #26abe2
}

.we-offer li:before {
    position: absolute;
    left: 25px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #26abe2;
    content: "\f14a"
}

.we-offer li:hover:before {
    color: #000
}

.nav-tabs {
    border: 0;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .nav-tabs {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 10px
}

@media (max-width:575px) {
    .nav-tabs .nav-item {
        margin-bottom: 10px
    }
}

.nav-tabs .nav-item .nav-link {
    padding: 10px 30px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    border-radius: 45px;
    text-align: center;
    vertical-align: middle;
    color: #222;
    transition: .2s ease;
    font-size: 16px;
    font-family: Poppins, sans-serif
}

.nav-tabs .nav-item .active {
    background: #fff;
    color: #e84444;
    border-color: #e84444
}

.tab-content {
    padding: 40px;
    margin-bottom: 60px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e5e5e5
}

.tab-content-item {
    margin-left: 20px
}

.tab-content-item:not(:last-child) {
    margin-bottom: 45px
}

.tab-content-item h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    margin-bottom: 25px;
    position: relative
}

.tab-content-item h6::before {
    position: absolute;
    content: "\e65d";
    font-family: themify;
    top: 0;
    left: -20px;
    color: #e84444
}

.tab-content-item p {
    margin-bottom: 0
}

.pagination .page-item .page-link {
    background: 0 0;
    border: none;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    transition: .3s ease
}

.pagination .page-item .page-link:hover {
    color: #e84444
}

.pagination .page-item.active .page-link {
    color: #e84444
}

.pagination .next,
.pagination .prev {
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 5px 10px;
    transition: .3s ease
}

.pagination .next:hover,
.pagination .prev:hover {
    border-color: #e84444
}

.pagination .next:hover .page-link,
.pagination .prev:hover .page-link {
    color: #e84444
}

.pagination .prev {
    margin-right: 30px
}

.pagination .next {
    margin-left: 30px
}

.post-slider {
    position: relative
}

.post-slider .nextArrow,
.post-slider .prevArrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    top: 50%;
    border: 0;
    font-size: 20px;
    background: 0 0;
    color: #e84444;
    z-index: 9;
    background: rgba(255, 255, 255, .8);
    transition: .3s ease
}

.post-slider .nextArrow:focus,
.post-slider .prevArrow:focus {
    outline: 0
}

.post-slider .nextArrow:hover,
.post-slider .prevArrow:hover {
    background: rgba(232, 68, 68, .25)
}

.post-slider .prevArrow {
    left: 40px
}

.post-slider .nextArrow {
    right: 40px
}

.post-slider .slick-disabled {
    color: #e5e5e5
}

.search-wrapper {
    position: relative
}

.search-wrapper input {
    background: #f5f5f5;
    border-radius: 30px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 13px
}

.search-wrapper::before {
    content: "\e610";
    font-family: themify;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #666;
    transform: translateY(-50%)
}

ul.tag-list li {
    margin-bottom: 7px
}

ul.tag-list li a {
    color: #666;
    padding: 10px 15px;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    font-size: 13px;
    transition: .3s ease
}

ul.tag-list li a:hover {
    background: #e84444;
    border-color: #e84444;
    color: #fff
}

.newsletter .form-control {
    font-weight: 400;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    font-size: 13px
}

.form-control {
    border-radius: 5px;
    padding: 0 15px 2px;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #666
}

.form-control:focus {
    border-color: #26abe2;
    box-shadow: none !important
}

.form-control::-webkit-input-placeholder {
    color: #666
}

.form-control:-ms-input-placeholder {
    color: #666
}

.form-control::placeholder {
    color: #666
}

.social-icon-outline {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: 0 0;
    text-align: center;
    transition: .2s ease;
    display: inline-block;
    border: 1px solid;
    border-color: #fff;
    background: #fff
}

.social-icon-outline i {
    line-height: 40px;
    color: #26abe2;
    font-size: 14px
}

.social-icon-outline:hover i {
    color: #fff
}

.social-icon-outline:hover {
    border: 1px solid #3b5998;
    background: #3b5998
}

.footer-links {
    padding-left: 18px
}

.footer-links li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%
}

.footer-links li::before {
    position: absolute;
    top: 0;
    left: -20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054"
}

.footer-links li a {
    color: #000;
    font-size: 15px;
    transition: .2s ease;
    display: block
}

.footer-links li a:hover {
    text-decoration: underline;
    color: #000
}

.back-to-top {
    position: fixed;
    height: 50px;
    width: 50px;
    border-radius: 0;
    transform: rotate(45deg);
    z-index: 9;
    color: #fff;
    background: #303032;
    bottom: 55px;
    left: 35px;
    border: 1px solid #454547;
    text-align: center;
    display: block;
    transition: .2s ease;
    display: none;
}

.back-to-top i {
    line-height: 50px;
    transform: rotate(-45deg)
}

.back-to-top:hover {
    border-color: #00b4ff;
    background-color: #26abe2
}

.back-to-top:focus {
    outline: 0
}

.copy-right {
    background-color: #1b1b1b
}

address.comp-address {
    margin-top: 25px
}

#collapseSeven li {
    list-style: disc
}

a.button.full-time {
    font-size: 10px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 17px;
    margin-left: 10px;
    background: linear-gradient(to right, #2193b0, #6dd5ed) !important
}

a.read-more {
    color: #26abe2;
    padding: 7px 20px;
    border-radius: 25px;
    top: 20px;
    width: 100%;
    position: relative;
    border: 2px solid #26abe2
}

a.read-more:hover {
    background: #26abe2;
    color: #fff;
    content: "";
    width: 0;
    height: 0
}

.bookmarked-job-wrapper {
    padding: 40px 30px;
    box-shadow: 0 0 13px -4px #c3c3c3;
    margin-bottom: 30px;
    border-radius: 10px
}

.form-control-1 {
    border-radius: 5px;
    padding: 0 15px 2px;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 100%
}

.form-control-2 {
    border-radius: 5px;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    width: 100%;
    background-color: transparent
}

h4.dark.flex.no-column {
    text-transform: uppercase
}

h6.hourly-rate {
    text-transform: uppercase;
    background: #26abe2;
    color: #fff;
    padding: 10px 10px
}

.tab-head {
    margin-top: 60px;
    background: #ebf9ff;
    padding: 75px 50px
}

.tab-title li.active {
    background: linear-gradient(to right, #fff, #fff) !important;
    border-top: 1px solid #26abe2;
    border-left: 1px solid #26abe2;
    border-right: 1px solid #26abe2;
    border-bottom: 1px solid #fff;
    top: 1px;
    position: relative
}

.tab-title li.active a {
    color: #000
}

.tab-title {
    border: 0;
    margin-bottom: 0
}

.tab-head li {
    width: 28%;
    text-align: center;
    border-bottom: none;
    margin-left: 25px;
    margin-right: 24px;
    background: #26abe2
}

.tab-title li a {
    width: 184px;
    text-align: center;
    padding: 12px 0;
    float: left;
    width: 100%;
    color: #fff;
    border-radius: 0;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.title-content {
    padding: 50px 100px;
    margin-bottom: 0;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #26abe2
}

.combo-box {
    font-family: inherit;
    font-size: inherit;
    height: 40px;
    width: 100%;
    color: #666
}

.index-qoute {
    position: absolute;
    top: 185px;
    z-index: 9;
    right: 45px
}

.index-qoute-1 {
    background: rgba(0, 180, 255, .8);
    border-radius: 10px;
    border: 7px solid #fff
}

.index-form {
    padding: 1rem 0rem !important
}

.other-form {
    padding: 18px;
    border: 5px solid #ececec !important;
    background: #26abe2;
    border-radius: 15px !important
}

.hero-margin {
    margin-bottom: 0;
    margin-top: 92px
}

.box-color {
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .3);
    padding: 40px 30px;
    border-radius: 10px
}

.round-img {
    overflow: hidden;
    border-radius: 202px;
    width: 200px;
    margin: 0 auto;
    transition: .5s;
    z-index: 9;
    position: relative;
    border: 11px solid #daecff
}

.service-round:hover .round-img {
    border: 11px solid #26abe2;
    transition: .5s
}

.service-round {
    text-align: center;
    padding: 20px 25px;
    border-radius: 2px;
    box-shadow: 0 0 5px -1px #9a9a9a;
    border-top: 3px solid transparent;
    transition: .5s;
    margin-bottom: 20px
}

.service-round:hover {
    box-shadow: 0 0 5px -1px #000;
    border-top: 3px solid #26abe2;
    transition: .5s
}

.service-round:hover .round-img:before {
    right: -11px;
    content: "";
    width: 200px;
    height: 200px;
    background-color: rgba(38, 171, 226, .4);
    position: absolute;
    border-radius: 227px;
    margin: 0 auto;
    z-index: 9;
    transition: .5s;
    align-items: center;
    align-self: center
}

.about-img {
    overflow: hidden;
    border-radius: 10px
}

.about-img img {
    transition: 1s;
    border-radius: 10px
}

.about-img img:hover {
    transform: scale(1.2);
    transition: 1s;
    border-radius: 10px
}

section.section-1 {
    margin-bottom: 70px
}

.quote {
    padding: 40px 0;
    text-align: center !important;
    background: linear-gradient(to right, #2193b0, #6dd5ed) !important
}

.quote b {
    font-size: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
    font-family: serif;
    color: #fff !important
}

.overlay-primary {
    position: relative
}

.overlay-primary::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #2193b0, #6dd5ed);
    opacity: .6
}

.comp-address ul {
    padding: 0 0 0 15px
}

span.save {
    font-size: 80px;
    font-weight: bolder;
    color: #e23326
}

.header-tags {
    font-size: 16px !important;
    line-height: 25px;
    font-family: Questrial, sans-serif !important
}

.header-tags-1 {
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 700;
    color: #fff
}

.main-tag {
    position: absolute;
    z-index: 9;
    font-size: 28px;
    top: 190px;
    background: linear-gradient(to right, #2193b0, #6dd5ed) !important;
    padding: 25px 45px;
    font-weight: 700;
    color: #fff
}

.about-sector {
    position: relative;
    font-size: 30px
}

.choose-title {
    font-size: 30px;
    font-weight: 700
}

.choose-title-h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.request {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

.request-1 {
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

ul.job-skills {
    margin-bottom: 20px;
    padding: 0 15px
}

.job-skills li {
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    color: #000
}

.job-skills li:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #26abe2;
    margin-right: 10px
}

.recent-news {
    float: left;
    height: 100%
}

.new-img {
    margin-right: 10px;
    height: 150px
}

.new-img img {
    width: 100px;
    height: auto
}

.news-content a {
    color: #2db7ea;
    text-decoration: underline;
    font-size: 17px
}

.news-bg {
    box-shadow: 0 2px 7px -3px rgba(0, 0, 0, .37);
    padding: 10px 20px;
    border-radius: 5px 5px 5px 5px;
    background: #f9f9f9;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #000;
    width: 100%
}

.blog-content {
    padding: 50px 50px
}

.blog-content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #26abe2;
    height: 100%
}

.blog-content {
    padding: 30px 50px;
    position: relative
}

.blog-content p {
    height: 100%;
    overflow: hidden
}

.blog {
    box-shadow: 0 0 6px -3px rgba(0, 0, 0, .59);
    margin-bottom: 40px;
    min-height: 265px
}

.blog-more p {
    overflow: hidden;
    width: 100%;
    height: 8em
}

.blog-image {
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    width: 100%;
    transition: .5s
}

.blog:hover .blog-image {
    transform: scale(1.1);
    transition: .5s
}

.blog-link {
    padding: 0
}

.overflow {
    overflow: hidden;
    height: 100%
}

.blog-image-1 {
    height: 380px;
    overflow: hidden;
    background-image: url(../images/career/career.jpg);
    background-size: cover;
    background-position: center;
    width: 100%
}

section.blog-title.overlay {
    padding: 185px 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-title::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6
}

.blog-head {
    font-size: 40px
}

a.blog-social {
    color: #fff;
    font-size: 18px
}

a.blog-social:hover {
    color: #26abe2
}

.full-blog {
    margin: 0 auto;
    padding: 0 15px
}

.full-blog p {
    line-height: 30px
}

.full-blog h3 {
    background: #dcdcdc;
    padding: 5px 10px;
    border-left: 3px solid #26abe2
}

.blog-more {
    padding: 30px 20px
}

.blog-next {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 19px
}

.full-blog a {
    color: #00b943;
    text-decoration: underline;
    font-family: 'Allerta Stencil', sans-serif
}

.blog-list li {
    position: relative;
    line-height: 30px;
}

.blog-list li:before {
    content: "\f0e7";
    position: absolute;
    left: -20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.modal-body {
    padding: 1rem 2rem
}

section.section-2 {
    margin-top: 225px
}

.index-service p {
    height: 122px;
    overflow: hidden
}

.blog-content-points {
    padding-bottom: 30px
}

.blog-content-points ul li {
    line-height: 30px;
    font-size: 16px
}

.blog-back {
    background-image: url(../images/blog/Business-energy-saving-business-utility-broker-%20energy-consultancy-services-energy-for-business.jpg);
    background-size: cover;
}

.blog-back-1 {
    background-image: url(../images/blog/Business-gas-and-electricity-savings-energy-for-business-man-taking-money-out-of-his-wallet-Pound.jpg);
    background-size: cover;
}

.blog-back-2 {
    background-image: url(../images/blog/Hidden-Benefits-of-Business-Energy-Brokers.jpg);
    background-size: cover;
}

.blog-back-3 {
    background-image: url(../images/blog/Why-You-Should-Pay-Extra-on-Your-Utility-Bills.jpg);
    background-size: cover;
}

.blog-back-4 {
    background-image: url(../images/blog/First-Credit-Card-Ever-To-Stop-People.jpg);
    background-size: cover;
}

.blog-back-5 {
    background-image: url(../images/blog/Evaluate-your-energy-consultants-before-hiring-them.jpg);
    background-size: cover;
}

.blog-back-6 {
    background-image: url(../images/blog/Common-myths-that-stop-businesses-from-switching.jpg);
    background-size: cover;
}

.blog-back-7 {
    background-image: url(../images/blog/Reasons-to-Choose-Business-NRG-for-Your-Business.jpg);
    background-size: cover;
}

.blog-back-8 {
    background-image: url(../images/blog/stress-free-techniques-to-save-energy-at-the-office.jpg);
    background-size: cover;
}

.blog-back-9 {
    background-image: url(../images/blog/stress-free-techniques-to-save-energy-at-the-office.jpg);
    background-size: cover;
}

.blog-back-10 {
    background-image: url(../images/blog/Reasons-To-Invest-In-Employee-Development.jpg);
    background-size: cover;
}

.blog-back-11 {
    background-image: url(../images/blog/Have-a-break.jpg);
    background-size: cover;
}

.blog-img {
    height: 200px
}

.aprrove {
    background: #222;
    color: #fff;
    padding: 10px 10px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar-thumb {
    background-color: #26abe2
}

.modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.modal::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

.modal::-webkit-scrollbar-thumb {
    background-color: #26abe2
}

.masthead {
    background: #e6e6e6;
    height: 16.66vw;
    margin: 0 0 1rem
}

.masthead.lazy-bg-loaded {
    background: url(../images/banner/slider-images.jpg)
}

.carousel-caption h4 {
    animation-delay: 1s
}

.carousel-caption h1 {
    animation-delay: 2s
}

.carousel-caption h6 {
    animation-delay: 2s
}

.carousel-caption p {
    animation-delay: 3s
}

ul.site-links {
    font-size: 20px;
    line-height: 40px
}

.site-links li {
    line-height: 50px
}

.site-links a {
    color: #26abe1;
    font-size: 22px;
    font-weight: 700
}

.site-links a:hover {
    text-decoration: underline
}

.site-links a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f101";
    position: absolute;
    transform: translateX(-170%);
    transition: .5s
}

.site-links a:hover:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f101";
    margin-right: 0;
    transform: translateX(540%);
    transition: .5s
}

.inner-sitemap a {
    color: #38c6ff;
    font-size: 20px;
    font-weight: 500
}

.inner-sitemap a:hover:before {
    transform: translateX(-170%) !important
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 40%;
    border-radius: 40px;
    background-position: center;
    z-index: 99
}

.about-point li {
    line-height: 27px;
    font-size: 15px;
    position: relative
}

.about-point li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    left: -20px
}

.margin-bottom {
    margin-bottom: 20px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 35px !important;
    height: 3px !important
}

.box-color p {
    margin-bottom: 0
}

.ceo-image {
    background-size: cover;
    background-repeat: no-repeat
}

a.news-img {
    float: left;
    width: 105px;
    height: 100px;
    margin-right: 15px;
    overflow: hidden
}

.news-lines a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700
}

.new-post:hover .news-lines a {
    text-decoration: underline
}

.new-post {
    margin-bottom: 20px;
    width: 100%
}

.news-img img {
    transition: .5s
}

.news-img img:hover {
    filter: brightness(.8);
    transition: .5s;
    transform: scale(1.1)
}

.hidden-text {
    color: #fff;
    cursor: text
}

.hidden-text:hover {
    color: #fff;
    cursor: text
}

.hidden-text-1 {
    color: #343a40;
    cursor: text
}

.hidden-text-1:hover {
    color: #343a40;
    cursor: text
}

.red {
    color: red;
}

input[type=date] {
    height: auto;
    padding: 7px 0 8px 15px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-1+label {
    color: #616161;
    background-color: #ffffff;
}

.inputfile+label {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    border-radius: 5px;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #26abe2;
}

ul.pagination.justify-content-center {
    margin-top: 30px;
}

@media screen and (min-width:768px) {
    .design {
        text-align: right
    }
}
#address p {
    margin-bottom: 4px;
    color: #000;
}