/* Montserat */
@font-face {
    font-family: 'Montserat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../styles/montserrat/Montserrat-Medium.otf);
}

@font-face {
    font-family: 'Montserat-bold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../styles/montserrat/Montserrat-Bold.otf);
}

.navbar .navbar-nav .nav-link:hover {
    color: white;
}

.navbar .navbar-nav .nav-link {
    color: white;
    font-size: 1.1em;
}

@media only screen and (min-width: 992px) {
    .navbar {
        padding: 0;
    }

    .navbar .navbar-brand {
        padding: 0 0.7em;
    }

    .navbar .navbar-nav .nav-link {
        padding: 1em 0;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0 1em;
    }
}

.navbar .navbar-nav .nav-item {
    position: relative;
}

.navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    width: 0%;
    content: "";
    height: 4px;
}

.navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

img {
    max-width: 100%;
}

.menu .main-menu {
    list-style: none;
}

.menu .main-menu li {
    display: inline-block;
    margin: 0px 13px;
}

.site-header {
    padding-top: 10px;
}

.site-header .container .row {
    display: flex;
    align-items: center;
}

.site-header .menu {
    display: flex;
    justify-content: flex-end;
}

.menu .main-menu li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserat';
}

.banner-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .51),
            rgba(0, 0, 0, .51)), url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.banner-bg-inner {
    background-image: linear-gradient(rgba(0, 0, 0, .51),
            rgba(0, 0, 0, .51)), url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    position: relative;
}

.banner-bg::before,
.banner-bg-inner:before{
    content: '';
    background-color: rgba(0,0,0,0.45);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner h3 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserat';
    font-size: 32px;
    line-height: 1.35;
}

.banner-inner h3 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserat';
    font-size: 32px;
    line-height: 1.35;
}

.banner-inner h1 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Montserat-bold';
    text-align: center;
}

.banner {
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
}

.banner-inner {
    height: calc(50vh - 70px);
    display: flex;
    align-items: center;
}

.button {
    line-height: 1;
    padding: 14px 25px;
    background-color: #ff6a00;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserat';
    border-radius: 5px;
    border: none;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.button:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}

.banner .button:hover {
    background-color: #fff;
    color: #222;
    text-decoration: none;
}

.p-60 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.divider span {
    width: 70px;
    height: 3.5px;
    background-color: #ff6a00;
    display: block;
    margin-bottom: 15px;
}

h2 {
    margin: 0px 0px 10px;
    font-size: 32px;
    font-family: 'Montserat-bold';
}

.about-home h2 {
    text-align: left;
}

.about-home img {
    border-radius: 5px;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.bg-grey {
    background-color: #f1f1f5;
}

.services-home h2 {
    text-align: center;
}

.services-home .divider span {
    margin-left: auto;
    margin-right: auto;
}

.headline-bot {
    display: block;
    max-width: 500px;
    margin: 0px auto 15px;
    text-align: center;
}

.services-sec {
    padding-top: 30px;
}

.services-sec .service-box h4 {
    font-family: 'Montserat-bold';
    font-size: 20px;
    margin: 0px 0px 10px;
}

.services-sec .service-box a.button {
    padding: 10px 15px;
    font-size: 15px;
    margin-top: 5px;
}

.services-sec .service-box .service-content {
    padding: 20px 15px;
}

.services-sec .service-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.39);
    border-radius: 10px;
    overflow: hidden;
}

.about-home .img-sec:before {
    content: '' !important;
    background-color: #ff6a00;
    border-radius: 5px;
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    top: -15px;
    left: 0px;
    display: block !important;
    opacity: 1;
}

.about-home .img-sec.monthly:before {
    top: auto;
    bottom: -15px;
    left: auto;
    right: 0px;
}

.about-home .img-sec img {
    /* z-index: 9; */
    position: relative;
}

.site-footer {
    padding: 50px 0px 40px;
    background-color: #0686bf;
}

.site-footer img {
    margin-bottom: 15px;
}

.site-footer p {
    color: #fff;
}

.site-footer .divider span {
    width: 50px;
}

.site-footer h4 {
    font-size: 20px;
    font-family: 'Montserat-bold';
    margin: 0px 0px 10px;
    color: #fff;
}

.site-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.site-footer ul li {
    margin: 10px 0px;
}

.site-footer ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.site-footer .list-icon li {
    display: flex;
    align-items: flex-start;
}

.site-footer .list-icon li i {
    margin-top: 3px;
    margin-right: 10px;
    font-size: 18px;
    color: #ff6a00;
}

.site-footer .list-icon li {
    color: #fff;
    font-size: 16px;
}

.pl-3 {
    padding-left: 40px;
}

.copyrights {
    padding: 15px 0px;
    background-color: #ff6a00;
}

.copyrights h6 {
    text-align: center;
    color: #fff;
    font-family: 'Montserat';
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.about-more {
    padding-top: 30px;
}

.about-more h4 {
    margin: 0px 0px 10px;
    color: #222;
    font-size: 25px;
}

.flex-wrap {
    flex-flow: wrap;
}

.about-home .img-sec.no-back::before {
    display: none !important;
}

.about-home .img-sec.no-back img {
    border-radius: 0px;
}

h2.small {
    font-size: 25px;
    line-height: 1.3;
}

.testimonial-box {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.39);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.testimonial-box .ratings i {
    color: #FDCC0D;
    font-size: 20px;
    margin-right: 3px;
}

.testimonial-box h5 {
    margin: 10px 0px 0px;
    color: #222;
    font-size: 18px;
    font-family: 'Montserat-bold';
}

.operations .service-box img {
    height: 255px;
    object-fit: cover;
    width: 100%;
}

ul.standardbullets {
	margin:10px 0 20px 0;
    list-style-position: inside;
}

ul.standardbullets li {
	padding-left: 17px;
	margin-bottom: 10px;
	background: transparent url(/images/bullet.png) no-repeat left 1px top 5px;
    list-style: none;
}	
