hr {
    background-color: #ffffff;
}

#content {
    padding-top: 120px;
}

.content-block {
    padding: 5em 0;
}

.white-lines {
    background-image: url(../../../globals/img/pattern-lines.png);
    background-position: 50%;
}

.padding-indent {
    margin: 30px 0; 
    padding: 10px 0 0 30px;
    border-left: 3px solid #e0e0e0;
}

.padding-indent p:last-of-type {
    margin: 0;
}



/*------------------------------------------------------------

    HEADERS

------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    color: #063a6f;
}

h1 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-family: 'Oswald';
}

h2 {
    margin-bottom: 15px;
    font-size: 1.7rem;
}

h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

h4 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}


/*------------------------------------------------------------

    PRIMARY HEADER

------------------------------------------------------------*/

#header-primary {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: #063a6f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

#header-primary .container,
#header-primary .row,
#header-primary .row > div {
    position: relative;
    height: 100%;
}

#header-primary .row > div {
    display: flex;
    align-items: center;
}

#header-primary .row > div:last-of-type {
    justify-content: flex-end;
}

.contact-phone {
    display: inline-block;
    position: relative;
    margin-left: 60px;
    text-decoration: none !important;
}

.contact-phone .text {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2;
    text-align: right;
}

.contact-phone .text small {
    display: block;
    font-size: .9em;
    text-transform: uppercase;
}

.contact-phone .text strong {
    font-size: 1.8em;
    font-weight: 500;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.contact-phone:hover .text small,
.contact-phone:hover .text strong {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}



/*------------------------------------------------------------

    NAVIGATION

------------------------------------------------------------*/

#header-navigation {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #a0a0a0;
    background-color: #003366;
}

#header-navigation .logo {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 2;
    display: inline-block;
    padding: 1rem 1.5rem;
    height: 140px;
    background: #fff;
    border-bottom: 5px solid #063a6f;
}

#header-navigation .logo > img {
    height: 100%;
}

#header-navigation .navbar {
    padding: 0;
}

#header-navigation .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    margin-left: 30px;
    padding: 0;
    height: 50px;
    color: rgba(255,255,255,.5);
    font-size: .9rem;
    text-transform: uppercase;
}

#header-navigation .navbar-nav .nav-link:hover,
#header-navigation .navbar-nav .nav-link:active,
#header-navigation .navbar-nav .nav-link:focus {
    color: #ffffff;
}

#header-navigation .navbar-nav > .nav-item.active > .nav-link {
    color: #ffffff;
}

/* Mobile Menu */

#header-navigation .navbar-toggler {
    position: absolute;
    top: -55px;
    right: 5px;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}
#header-navigation .navbar-toggler:hover,
#header-navigation .navbar-toggler:active,
#header-navigation .navbar-toggler:focus {
    color: #ffffff;   
}

#header-navigation #navigation_menu.collapsing,
#header-navigation #navigation_menu.show {
    padding-top: 35px;
    background-color: #003366;
}

#header-navigation .dropdown-menu {
    overflow: hidden;
    background: #0a3d71;
    margin: 0;
    border-radius: 0;
}

#header-navigation .dropdown-item {
    display: inline-flex;
    align-items: center;
    padding: 10px 50px;
    height: 50px;
    color: rgba(255,255,255,.5);
    font-size: .9rem;
    text-transform: uppercase;
}

#header-navigation .dropdown-item:hover,
#header-navigation .dropdown-item:active,
#header-navigation .dropdown-item:focus {
    color: #ffffff;
    background: transparent;
}


/*------------------------------------------------------------

    PAGE TITLE

------------------------------------------------------------*/

#page-title {
    padding: 3em 0 1em;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

#page-title .row > div:last-of-type {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
    
#page-title #breadcrumbs {
    margin-bottom: .2em;
    font-size: .8rem;
}
    
#page-title #breadcrumbs > a {
    color: inherit;
}

#page-title #breadcrumbs > a:hover {
    color: #063a6f;
}

#page-title h1 {
    margin: 0;
    font-size: 2rem;
    text-transform: uppercase;
}

#page-title .btn-group {
    margin-bottom: 5px;
}

#page-title .btn-group .btn {
    height: 40px;
}



/*------------------------------------------------------------

    LOG IN

------------------------------------------------------------*/

.login a {
    color: #fff;
}

.login #content {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
}

.login form {
    width: 380px;
    position: relative;
}

.login .logo {
    display: block;
    padding: 25px 50px 20px;
    width: 100%;
    background: #fff;
}

.login h1 {
    margin: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #252525;
    border: 5px solid #ffffff;
    border-width: 5px 5px 0;
}

.login .form-body {
    padding: 20px 35px;
    background: #fff;
}

.login .form-group {
    margin: 0;
    border: 0;
    background: transparent;
    padding: 5px 0;
}



/*------------------------------------------------------------

    PEST SOLUTIONS

------------------------------------------------------------*/

#pest-solutions .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    text-decoration: none;
    background: #e0e0e0;
    background-position: 50%;
    background-size: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#pest-solutions .image > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background: rgba(6, 58, 111, 0.7);
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#pest-solutions .image:hover > div {
    opacity: 1;
}

#pest-solutions h3 {
    margin: .5em 0 .75rem;
    padding: .5em 1em;
    font-size: 1.2rem;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #063a6f ;
}

#pest-solutions .list {
    margin: 0;
    padding: 0 10px 0 25px;
    font-size: .9rem;
}

#pest-solutions .list li:not(:last-of-type) {
    padding-bottom: 10px;
}



/*------------------------------------------------------------

    HOMEPAGE

------------------------------------------------------------*/

.home #slider .carousel-item {
    height: 600px;
    background-position: 50%;
    background-size: cover;
}

.home #slider .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.home #slider .carousel-item .caption {
    display: inline-block;
    margin: 1em 0;
    padding: .5em 1em;
    color: #404040;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(255,255,255,.8);
}

.home #intro .year-crest {
    position: absolute;
    top: -130px;
    right: -10px;
    width: 200px;
}

.home #intro .list {
    padding: 30px 40px 30px 55px;
    color: #fff;
    font-weight: 400;
    font-size: 1.15rem;
    text-transform: uppercase;
    background: #9c9c9d;
}

.home #intro .list > li {
    padding-bottom: 5px;
}

.home #testimonials blockquote {
    margin: 0;
}

.home #testimonials cite {
    display: block;
    margin-top: 10px;
    color: #063a6f;
    font-weight: bold;
    text-align: right;
}



/*------------------------------------------------------------

    WHY CHOOSE US

------------------------------------------------------------*/

.why-choose-us #intro {
    background-color: #fff;
    background-image: url(../../why-choose-us/img/bg-why-choose-us.jpg);
    background-position: 50%;
    background-size: cover;
}



/*------------------------------------------------------------

    BED BUG REMOVAL

------------------------------------------------------------*/

.bed-bug-removal #intro {
    background-color: #fff;
    background-image: url(../../pest-removal-services/img/bg-bed-bug-removal.jpg);
    background-position: 50%;
    background-size: cover;
}



/*------------------------------------------------------------

    TERMITE REMOVAL

------------------------------------------------------------*/

.termite-removal #intro {
    background-color: #fff;
    background-image: url(../../pest-removal-services/img/bg-termite-removal.jpg);
    background-position: 50%;
    background-size: cover;
}



/*------------------------------------------------------------

    CARPENTER ANT REMOVAL

------------------------------------------------------------*/

.carpenter-ant-removal #intro {
    background-color: #fff;
    background-image: url(../../pest-removal-services/img/bg-carpenter-ant-removal.jpg);
    background-position: 50%;
    background-size: cover;
}



/*------------------------------------------------------------

    RODENT REMOVAL

------------------------------------------------------------*/

.rodent-removal #intro {
    background-color: #fff;
    background-image: url(../../pest-removal-services/img/bg-rodent-removal.jpg);
    background-position: 50%;
    background-size: cover;
}



/*------------------------------------------------------------

    BEE REMOVAL

------------------------------------------------------------*/

.bee-removal #intro {
    background-color: #fff;
    background-image: url(../../pest-removal-services/img/bg-bee-removal.jpg);
    background-position: 50%;
    background-size: cover;
}



/*------------------------------------------------------------

    TRAPPING

------------------------------------------------------------*/

.trapping #intro {
    background-color: #fff;
    background-image: url(../../trapping/img/bg-trapping.jpg);
    background-position: 50%;
    background-size: cover;
}



/*------------------------------------------------------------

    CONTACT

------------------------------------------------------------*/

.contact .contact-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    height: 140px;
    color: inherit;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none !important;
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
}

.contact .contact-block:hover {
    background: #fff;
    border-color: #063a6f;
}

.contact .contact-block i {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
}

.contact #contact-form {
    padding: 30px;
    border: 2px solid #e0e0e0;
    background: #f8f8f8;
}

.contact #contact-form .form-group {
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    background: transparent;
}

.contact #contact-form label {
    padding: 0 0 6px;
}



/*------------------------------------------------------------

    FOOTER

------------------------------------------------------------*/

#footer {
    padding: 1.5em 0;
    overflow: auto;
    color: #fff;
    font-size: .8rem;
    background-color: #003366;
}

#footer a {
    color: #ffffff;
    text-decoration: underline
}




.img-rotate-left{
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
}

.img-rotate-right{
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}

.align-content-center{
    display: flex;
    align-items: center;
}