.mobile {
    display: none
}

.breadcrumb-item.active {
    color: #000;
}

body {
    color: #444;
    font-weight: 400;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202c45
}

a {
    color: #007bff;
    transition: .3s
}

a:active,
a:focus,
a:hover {
    color: #007bff;
    outline: 0;
    text-decoration: underline
}

.btn.btn-custom {
    color: #007bff;
    border: 3px;
    border-style: solid;
    border-color: #007bff;
    line-height: 36px;
    border-radius: 2px;
    margin-left: 20px;
    transition: all .6s ease 0s;
    background: #dcddde
}

.btn.btn-custom:hover {
    color: #141414;
    border-color: #141414
}

.btn:focus,
.form-control:focus {
    box-shadow: none
}

.container-fluid {
    max-width: 1366px
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-size: inherit;
    margin-left: 0
}
.list-style{
    padding: 20px;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #ddd;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: .5s;
    background: #007bff;
    border-radius: 44px;
    z-index: 9
}

.back-to-top i {
    color: #fff;
    padding-top: 10px
}

.back-to-top:hover {
    background: #202c45
}

.top-bar {
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
    background: #fff
}

.top-bar .logo {
    text-align: left;
    overflow: hidden
}

.top-bar .logo h1 {
    margin: -4px 0 0 0;
    color: #007bff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    font-style: italic
}

.top-bar .logo h1 span {
    color: #202c45
}

.top-bar .logo img {
    max-width: 100%
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-bar .top-bar-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202c45;
    border-radius: 40px
}

.top-bar .top-bar-icon i {
    margin: 0;
    color: #fff;
    font-size: 16px
}

.top-bar .top-bar-text {
    padding-left: 15px
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600
}

.top-bar .top-bar-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

@media (max-width:991.98px) {
    .top-bar .logo {
        text-align: center
    }
}

.nav-bar {
    position: relative;
    background: #dcddde
}

.nav-bar.nav-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

.nav-bar .navbar {
    padding: 20px 0;
    transition: .3s
}

.nav-bar.nav-sticky .navbar {
    padding: 5px 0;
    max-height: 80px
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
    padding: 15px;
    font-weight: 500;
    letter-spacing: 1px
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #007bff
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa
}

@media (min-width:992px) {
    .nav-bar .navbar-brand {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        padding: 5px 0
    }
    .nav-bar .dropdown-menu {
        box-shadow: none
    }
    .nav-bar .btn {
        display: none
    }
    .navbar-collapse {
        position: fixed;
        top: 50px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background: #dcddde
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease
    }
    .navbar-collapse.show {
        left: 0;
        z-index: 999;
        transition: left .3s ease-in-out
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left .5s ease-in-out
    }
}

.carousel {
    position: relative;
    width: 100%;
    min-height: 400px;
    background: #fff;
    margin-bottom: 45px
}

.carousel .container-fluid {
    padding: 0
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    text-align: right;
    overflow: hidden
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.carousel .carousel-text {
    position: absolute;
    max-width: 992px;
    padding: 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2
}

.carousel .carousel-text h3 {
    color: #007bff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0
}

.carousel .carousel-text h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize
}

.carousel .carousel-text p {
    max-width: 500px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px
}

.carousel .btn.btn-custom {
    padding: 20px 45px 22px 45px;
    color: #fff
}

.carousel .btn.btn-custom:hover {
    color: #007bff
}

.carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 50px;
    top: calc(50% - 25px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9
}

.carousel .owl-nav .owl-next,
.carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    background: rgba(256, 256, 256, .2);
    font-size: 22px;
    transition: .5s
}

.carousel .owl-nav .owl-prev {
    margin-left: 30px
}

.carousel .owl-nav .owl-next {
    margin-right: 30px
}

.carousel .owl-nav .owl-next:hover,
.carousel .owl-nav .owl-prev:hover {
    color: #fff;
    background: #007bff
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@media (max-width:991.98px) {
    .carousel .carousel-text h3 {
        margin-bottom: 5px
    }
    .carousel .carousel-text h1 {
        font-size: 60px
    }
    .carousel .carousel-text p {
        font-size: 16px
    }
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0
    }
}

@media (max-width:767.98px) {
    .carousel .carousel-text h3 {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 15px
    }
    .carousel .carousel-text h1 {
        font-size: 45px
    }
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0
    }
}

@media (max-width:575.98px) {
    .carousel .carousel-text h3 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px
    }
    .carousel .carousel-text h1 {
        font-size: 30px;
        margin-bottom: 15px
    }
    .carousel .carousel-text p {
        margin-bottom: 25px
    }
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0
    }
}

.breadcrumb {
    background: 0 0;
    margin: 25px 0
}

.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 50px 0;
    background: #dcddde;
    color: #000;
    border-top: 1px dotted #fff;
    min-height: 450px
}

.about-header {
    min-height: 550px
}

.page-header .gb-shapes .gb-shape-1 {
    color: #fff;
    left: 0;
    right: 0;
    bottom: -1px;
    transform: scaleX(-1)
}

.service .gb-shapes .gb-shape-1 {
    color: #fff;
    left: 0;
    right: 0;
    top: -1px;
    transform: scaleY(-1)
}

.gb-shape {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    line-height: 0
}

.gb-shapes .gb-shape-1 svg {
    height: 40px;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%
}

.gb-shape svg {
    fill: currentColor
}

.page-header p {
    font-size: 19px;
    color: #141414;
    margin-bottom: 1.2rem
}

.page-header h1 {
    position: relative;
    color: #141414;
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px
}

.page-header h2 {
    position: relative;
    color: #007bff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px
}

.no-padd {
    padding: 0
}

.page-header .call-button {
    position: relative;
    padding: 12px;
    font-size: 22px;
    color: #fff;
    background: #007bff;
    border: none;
    border-radius: 2px
}

.page-header .none {
    background: 0 0;
    color: #000;
    text-decoration: underline;
    padding: 0;
    font-size: 19px
}

.page-header .none:hover {
    background: 0 0
}

.page-header .call-button:hover {
    background: #007bff
}

.page-header a:last-child::after {
    display: none
}

@media (max-width:991.98px) {
    .page-header {
        padding: 60px 0
    }
    .page-header h2 {
        font-size: 45px
    }
    .page-header a {
        font-size: 20px
    }
}

@media (max-width:767.98px) {
    .page-header {
        padding: 45px 20px;
        min-height: 400px
    }
    .page-header h2 {
        font-size: 35px
    }
    .page-header a {
        font-size: 18px
    }
    .page-header h1 {
        font-size: 48px
    }
    .page-header .col-8 {
        width: 100%
    }
    .mobile {
        display: block
    }
    .desktop {
        display: none
    }
}

.section-header {
    position: relative;
    width: 100%;
    margin: 0 auto 45px auto
}

.section-header p {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #141414
}

.section-header p::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    left: 25%;
    bottom: 0;
    background: #141414
}

.section-header.text-left p::after {
    left: 0
}

.section-header.text-right p::after {
    left: 50%
}

.section-header h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    color: #007bff;
    margin-bottom: 30px
}

.section-header h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #007bff;
    margin-bottom: 30px
}

.section-header h4 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #007bff
}

@media (max-width:991.98px) {
    .section-header h2 {
        font-size: 45px
    }
}

@media (max-width:767.98px) {
    .section-header h2 {
        font-size: 28px
    }
    .about {
        padding: 45px 20px
    }
}

@media (max-width:575.98px) {
    .section-header h2 {
        font-size: 28px
    }
}

.about {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0
}

.about .about-img img {
    width: 90%;
    border-radius: 5px;
    margin-bottom: 30px
}

.about .about-content {
    margin-bottom: 30px
}

.about .about-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px
}

.about .about-content ul li {
    margin-bottom: 5px
}

.about .about-content ul li i {
    margin-right: 8px;
    color: #007bff
}

.about .about-content h2 {
    color: #007bff;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px
}

.about .about-content h3 {
    color: #007bff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px
}

.about .about-content h5 {
    color: #007bff;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.4em
}

.about .about-content h6 {
    color: #141414;
    font-size: 20px
}

.related-city {
    width: 100%
}

.related-city li {
    padding: 10px;
    width: 33%;
    float: left
}

.related-city a {
    color: #007bff;
    text-decoration: underline
}

.related-zip {
    width: 100%
}

.related-zip li {
    width: 10%;
    float: left
}

.related-zip li a {
    color: #007bff
}

.service-ul {
    list-style: disc !important;
    padding-left: 40px !important
}

.mentioned-in {
    color: #666;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 0 0 0 15px;
    margin-bottom: 0;
    border-width: 0 0 0 4px;
    border-color: #482d70;
    border-style: solid;
    margin-top: 15px
}

.col-custom {
    width: 50%;
    padding: 20px
}

.city-mentioned {
    margin: 80px 0
}

@media (max-width:767.98px) {
    .about {
        padding: 45px 20px
    }
    .top {
        padding: 45px 20px
    }
    .related-city li {
        padding: 10px;
        width: 100%;
        float: left
    }
    .related-zip li {
        width: 20%;
        float: left
    }
    .mentioned-in {
        color: #666;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .1em;
        padding: 0 0 0 15px;
        margin-bottom: 0;
        border-width: 0;
        margin-top: 15px;
        text-align: center
    }
}

.top {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

.top .section-header {
    margin-bottom: 30px;
    margin-left: 0;
    max-width: 100%
}

.top .top-content {
    margin-bottom: 30px;
    font-size: 18px
}

.top .top-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px
}

@media (max-width:767.98px) {
    .top {
        padding: 45px 20px
    }
}

.states {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

.states a {
    color: #007bff;
    text-decoration: underline;
    padding: 5px
}

.states a:hover {
    color: #141414
}

.states h2 {
    color: #007bff;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600
}

.custom {
    vertical-align: middle
}

.location span {
    padding: 2px;
    font-size: 19px;
    font-weight: 600
}

.no-padding {
    padding: 0;
    max-width: 4.33%
}

@media (max-width:767.98px) {
    .states {
        padding: 45px 20px
    }
    .location span {
        padding: 2px;
        font-size: 16px;
        font-weight: 600
    }
    .service-item ul li a {
    text-decoration: underline;
    font-size: 1.5rem;
    
	}

	.service-item ul li {
	   
	    margin-bottom: 5px;
	}

}

.service2 {
    background: #fff !important
}

.service {
    position: relative;
    width: 100%;
    padding: 100px 0 0 0;
    background: #fff;
    min-height: 500px
}

.service .service-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    text-align: center
}

.service-item svg {
    width: 70px;
    height: 70px;
    margin: 15px
}

.service-item ul {
    text-align: left;
    /*margin: 0 0 1.5em 2em;*/
    list-style: none;
}


.custom-button {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    padding: 14px 22px;
    border-radius: 2px;
    margin: 20px 0
}

.for-test {
    margin-bottom: 40px;
}

.btn-wrapper .custom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out
}

.custom-button:hover {
    color: #fff
}

.service .service-item i {
    color: #202c45;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 20px
}

.service .service-item [class^=flaticon-]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#007bff, #202c45);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px
}

.service .service-item p {
    margin: 0
}

@media (max-width:767.98px) {
    .service {
        padding: 45px 20px
    }
}

.facts {
    position: relative;
    width: 100%;
    min-height: 400px;
    margin: 45px 0;
    display: flex;
    align-items: center;
    background: #202c45
}

.facts .facts-item {
    display: flex;
    flex-direction: row;
    margin: 25px 0
}

.facts .facts-item i {
    margin-top: 15px;
    font-size: 45px;
    color: #007bff
}

.facts .facts-text {
    padding-left: 20px
}

.facts .facts-text h3 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 60px;
    font-weight: 700
}

.facts .facts-text h3::after {
    position: absolute;
    content: "\f067";
    top: 0;
    right: -25px;
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.facts .facts-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0
}

.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

.price .row {
    padding: 0 15px
}

.price .col-md-4 {
    padding: 0
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center
}

.price .featured-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: 1
}

.price .price-header {
    padding: 45px 0 30px 0
}

.price .price-header h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

.price .price-header h2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 5px
}

.price .price-header h2 span {
    font-size: 25px;
    line-height: 55px
}

.price .price-item.featured-item h2,
.price .price-item.featured-item h3 {
    color: #007bff
}

.price .price-body {
    padding: 0 0 20px 0
}

.price .price-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.price .price-body ul li {
    padding: 0 0 15px 0
}

.price .price-body ul li i {
    margin-right: 10px
}

.price .price-body ul li i.fa-check-circle {
    color: #39b972
}

.price .price-body ul li i.fa-times-circle {
    color: #ccc
}

.price .price-item .price-footer {
    padding-bottom: 45px
}

.price .price-item .price-footer .btn.btn-custom {
    color: #007bff;
    background: #202c45;
    box-shadow: inset 0 0 0 0 #007bff
}

.price .price-item .price-footer .btn.btn-custom:hover {
    color: #fff;
    background: #007bff;
    box-shadow: inset 200px 0 0 0 #007bff
}

.price .price-item.featured-item .price-footer .btn.btn-custom {
    color: #fff;
    background: #007bff;
    box-shadow: inset 0 0 0 0 #202c45
}

.price .price-item.featured-item .price-footer .btn.btn-custom:hover {
    color: #007bff;
    background: #202c45;
    box-shadow: inset 200px 0 0 0 #202c45
}

.location {
    position: relative;
    width: 100%;
    padding: 45px 0
}

.location .location-item {
    display: flex;
    margin-bottom: 30px
}

.location .location-item i {
    padding-top: 3px;
    font-size: 30px;
    color: #007bff
}

.location .location-text {
    padding-left: 15px
}

.location .location-text h3 {
    font-size: 18px;
    font-weight: 700
}

.location .location-text p {
    margin-bottom: 5px
}

.location .location-text p strong {
    margin-right: 5px;
    font-weight: 600
}

.location .location-form {
    padding: 45px 30px;
    background: #007bff;
    border-radius: 5px
}

.location .location-form h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px
}

.location .location-form .control-group {
    margin-bottom: 15px
}

.location .location-form .form-control {
    height: 45px;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: 0 0
}

.location .location-form textarea.form-control {
    height: 120px;
    padding: 15px
}

.location .location-form .form-control::placeholder {
    color: #fff;
    opacity: 1
}

.location .location-form .form-control:-ms-input-placeholder,
.location .location-form .form-control::-ms-input-placeholder {
    color: #fff
}

.location .location-form .btn.btn-custom {
    width: 100%;
    color: #007bff;
    background: #fff;
    box-shadow: inset 0 0 0 0 #202c45
}

.location .location-form .btn.btn-custom:hover {
    color: #fff;
    background: #007bff;
    box-shadow: inset 400px 0 0 0 #202c45
}

@media(min-width:576px) and (max-width:991.89px) {
    .location .location-form .btn.btn-custom:hover {
        box-shadow: inset 650px 0 0 0 #202c45
    }
}

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0
}

.team .team-item {
    position: relative;
    margin-bottom: 30px
}

.team .team-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.team .team-img img {
    width: 100%;
    transition: .3s
}

.team .team-item:hover img {
    transform: scale(1.1)
}

.team .team-text {
    position: relative;
    width: 100%;
    padding: 35px 30px 30px 30px;
    text-align: center;
    background: #202c45;
    border-radius: 0 0 5px 5px;
    transition: .5s
}

.team .team-item:hover .team-text {
    background: #007bff
}

.team .team-text h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.team .team-text p {
    margin: 0;
    color: #fff
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -20px;
    left: 0;
    text-align: center;
    font-size: 0
}

.team .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    padding: 7px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #202c45;
    border-radius: 40px;
    transition: .5s
}

.team .team-item:hover .team-social a {
    background: #007bff
}

.team .team-social a:hover {
    color: #202c45
}

.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    display: flex
}

.testimonial .testimonial-item img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    transform: scale(.8);
    transition: 2s
}

.testimonial .owl-item.center .testimonial-item img {
    transform: scale(1)
}

.testimonial .testimonial-text {
    width: calc(100% - 100px);
    padding-left: 20px
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.testimonial .testimonial-text h4 {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px
}

.testimonial .testimonial-text p {
    margin: 0
}

.testimonial .testimonial-text p::before {
    content: "\f10d";
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #007bff;
    margin-right: 10px
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #ddd
}

.testimonial .owl-dot.active {
    background: #007bff
}

.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0
}

.blog .blog-item {
    margin-bottom: 45px
}

.blog .blog-img {
    position: relative;
    width: 100%
}

.blog .blog-img img {
    width: 100%;
    border-radius: 5px
}

.blog .meta-date {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 10%;
    left: calc(50% - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 70px;
    background: #202c45;
    color: #fff;
    opacity: 0;
    transition: .5s
}

.blog .meta-date span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px
}

.blog .meta-date strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.blog .blog-item:hover .meta-date {
    bottom: calc(50% - 35px);
    opacity: 1
}

.blog .blog-text {
    padding: 25px 0 20px 0
}

.blog .blog-text h3 {
    font-size: 22px;
    font-weight: 700
}

.blog .blog-text h3 a {
    color: #202c45
}

.blog .blog-text h3 a:hover {
    color: #007bff
}

.blog .blog-text p {
    margin: 0
}

.blog .blog-meta {
    display: flex
}

.blog .blog-meta p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.blog .blog-meta p:first-child {
    padding-left: 0
}

.blog .blog-meta p:last-child {
    padding-right: 0;
    border: none
}

.blog .blog-meta i {
    color: #999;
    margin-right: 5px
}

.blog .blog-meta a {
    color: #999
}

.blog .blog-meta a:hover {
    color: #007bff
}

.blog .pagination {
    margin-bottom: 15px
}

.blog .pagination .page-link {
    color: #202c45;
    border-radius: 0;
    border-color: #202c45
}

.blog .pagination .page-item.active .page-link,
.blog .pagination .page-link:hover {
    color: #007bff;
    background: #202c45
}

.blog .pagination .disabled .page-link {
    color: #999
}

.contact {
    position: relative;
    width: 100%;
    padding: 45px 0
}

.contact .contact-info {
    width: 100%;
    margin-bottom: 45px;
    padding: 35px 30px 10px 30px;
    border-radius: 5px;
    background: #202c45
}

.contact .contact-info h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px
}

.contact .contact-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px
}

.contact .contact-info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px
}

.contact .contact-info-icon i {
    margin: 0;
    color: #202c45;
    font-size: 16px
}

.contact .contact-info-text {
    padding-left: 20px
}

.contact .contact-info-text h3 {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.contact .contact-info-text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.contact .contact-form {
    position: relative;
    width: 100%;
    margin-bottom: 45px
}

.contact .contact-form input {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #202c45
}

.contact .contact-form textarea {
    height: 125px;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #202c45
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.contact iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px
}

.single {
    position: relative;
    padding: 45px 0
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #202c45;
    border: 1px solid #202c45;
    border-radius: 5px
}

.single .single-tags a:hover {
    color: #fff;
    background: #007bff;
    border-color: #007bff
}

.single .single-bio {
    padding: 30px;
    background: #202c45;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px
}

.single .single-bio-img {
    width: 100%;
    max-width: 115px;
    padding: 15px;
    background: #fff;
    border-radius: 100px;
    margin-bottom: 20px
}

.single .single-bio-img img {
    width: 100%;
    border-radius: 100px
}

.single .single-bio-text {
    text-align: center
}

.single .single-bio-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.single .single-bio-text p {
    color: #fff;
    margin: 0
}

.single .single-bio-social {
    margin-top: 20px;
    display: flex
}

.single .single-bio-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202c45;
    background: #fff;
    border-radius: 40px;
    margin-right: 5px;
    transition: .5s
}

.single .single-bio-social a:last-child {
    margin: 0
}

.single .single-bio-social a:hover {
    color: #fff;
    background: #007bff
}

.single .single-related {
    margin-bottom: 45px
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px)
}

.single .related-slider .post-item {
    margin: 0 15px
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px
}

.single .post-item .post-img img {
    width: 100%;
    border-radius: 5px
}

.single .post-item .post-text {
    padding-left: 15px
}

.single .post-item .post-text a {
    font-size: 17px;
    font-weight: 500
}

.single .post-item .post-text a:hover {
    color: #007bff
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-style: normal
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex
}

.single .related-slider .owl-nav .owl-next,
.single .related-slider .owl-nav .owl-prev {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #202c45;
    border-radius: 5px;
    font-size: 16px;
    transition: .3s
}

.single .related-slider .owl-nav .owl-next:hover,
.single .related-slider .owl-nav .owl-prev:hover {
    color: #fff;
    background: #007bff
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px
}

.single .comment-list {
    list-style: none;
    padding: 0
}

.single .comment-child {
    list-style: none
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px
}

.single .comment-img {
    width: 60px
}

.single .comment-img img {
    width: 100%;
    border-radius: 60px
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px)
}

.single .comment-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #202c45;
    background: #ddd;
    border-radius: 5px
}

.single .comment-text .btn:hover {
    color: #fff;
    background: #007bff
}

.single .comment-form {
    position: relative
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
    border-radius: 5px
}

.single .comment-form form .form-group:last-child {
    margin: 0
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 5px;
    border-color: #eee
}

.single .comment-form input:focus,
.single .comment-form textarea:focus {
    border-color: #007bff
}

.single .comment-form .btn {
    border-radius: 45px
}

.sidebar {
    position: relative;
    width: 100%
}

@media(max-width:991.98px) {
    .sidebar {
        margin-top: 45px
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 700
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #007bff
}

.sidebar .sidebar-widget .search-widget {
    position: relative
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.sidebar .search-widget input:focus {
    box-shadow: none;
    border-color: #007bff
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #202c45;
    background: 0 0;
    border-radius: 0;
    border: none;
    transition: .3s
}

.sidebar .search-widget .btn:hover {
    color: #007bff
}

.sidebar .sidebar-widget .recent-post {
    position: relative
}

.sidebar .sidebar-widget .tab-post {
    position: relative
}

.sidebar .tab-post .nav.nav-pills {
    border-radius: 5px;
    overflow: hidden
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fff;
    background: #202c45;
    border-radius: 0
}

.sidebar .tab-post .nav.nav-pills .nav-link.active,
.sidebar .tab-post .nav.nav-pills .nav-link:hover {
    color: #fff;
    background: #007bff
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: 0 0
}

.sidebar .tab-post .tab-content .container {
    padding: 0
}

.sidebar .sidebar-widget .category-widget {
    position: relative
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1px
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #007bff;
    left: 1px
}

.sidebar .category-widget ul li span {
    display: inline-block
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #202c45;
    border: 1px solid #202c45;
    border-radius: 5px
}

.single .tag-widget a:hover {
    color: #fff;
    background: #007bff;
    border-color: #007bff
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden
}

.sidebar .image-widget img {
    max-width: 100%;
    border-radius: 5px;
    transition: .3s
}

.sidebar .image-widget img:hover {
    transform: scale(1.1)
}

.footer::before {
    content: "";
    background-image: url(https://truetowing.com/wp-content/uploads/abstract-shapes.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    opacity: .05
}

.footer .gb-shapes .gb-shape-1 {
    color: #fff;
    left: 0;
    right: 0;
    top: -1px;
    transform: scaleY(-1)
}

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #141414
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #fff
}

.footer .footer-contact h3,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em
}

.footer .footer-contact p,
.footer .footer-link p {
    font-size: 19px;
    color: #fff
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px
}

.footer .footer-link a:hover {
    color: #007bff;
    letter-spacing: 1px
}

.footer .footer-contact p i {
    width: 25px
}

.footer .footer-social {
    position: relative;
    margin-top: 150px;
    display: flex
}

.footer .footer-social h3 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em
}

.footer .footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202c45;
    background: #fff;
    border-radius: 40px;
    margin-right: 5px;
    transition: .5s
}

.footer .footer-social a:last-child {
    margin: 0
}

.footer .footer-social a:hover {
    color: #fff;
    background: #007bff
}

.footer .footer-newsletter form {
    position: relative;
    width: 100%
}

.footer .footer-newsletter input {
    margin-bottom: 15px;
    height: 45px;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 5px
}

.footer .footer-newsletter label {
    margin-top: 5px;
    color: #777;
    font-size: 14px;
    letter-spacing: 1px
}

.footer .footer-newsletter .btn.btn-custom {
    width: 100%;
    color: #202c45;
    background: #fff;
    box-shadow: inset 0 0 0 0 #007bff
}

.footer .footer-newsletter .btn:hover {
    color: #fff;
    background: #007bff;
    box-shadow: inset 200px 0 0 0 #007bff
}

.footer .copyright {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 45px;
    border-top: 1px solid #fff
}

.footer .copyright span {
    margin: 0;
    color: #fff
}

.footer .copyright span a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px
}

.footer .copyright p a:hover {
    color: #fff
}

.footer-ul {
    display: inline;
    list-style: none
}

.footer-ul li {
    color: #fff;
    display: inline;
    padding: 5px
}

.footer ul li a {
    color: #fff
}

.footer-ul li a:hover {
    text-decoration: underline
}

@media (max-width:767.98px) {
    .footer {
        padding: 45px 20px
    }
    .footer .footer-social {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .top-bar {
        display: none
    }
    .navbar-brand img {
        width: 100%
    }
    .navbar-dark .navbar-brand {
        color: #141414
    }
    .hamburger {
        color: #141414;
        font-size: 28px
    }
    .location,
    .map {
        padding: 0 20px
    }
    .location span {
        padding: 2px;
        font-size: 16px;
        font-weight: 600
    }
    .nav-bar {
        position: relative
    }
    .nav-bar.nav-sticky .navbar {
        padding: 5px 0;
        max-height: 100%
    }
 
}