/* -------------------------------
Root
---------------------------------- */
:root {
    --primary-dark-blue: #093556;
    --primary-dark-blue-lighter: #436388;
    --primary-dark-blue-lightest: #DAF3FF;
    --primary-dark-blue-darkest: #062741;
    --primary-light-blue: #027DC4;
    --primary-light-blue-darker: #4B76C7;
    --primary-light-blue-darkest: #746CC3;
    --primary-white: #f6f9fc;

    --accent1-hex-red: #6f0d0f;
    --accent-hex-red: #e5363e;
    --accent-hex-red-secondary: 111, 13, 15;
    --montserrat-regular-font: 'montserrat_regular';
    --ninbus-bold-font: 'ninbus_sans_l_bold';
    --opensans-bold-italic-font: 'opensans_bold_italic';
    --opensans-bold-regular-font: 'opensans_bold';
    --opensans-regular-font: 'opensans_regular';
    --primary-rgba: 9, 53, 86;
    --primary-light-rgba: 67, 99, 136;
    --primary_secondary-rgba: 14, 76, 123;
    --primary-dark-blue-lighter-rgba: 67, 99, 136;
    --primary-dark-blue-lightest-rgba: 218, 243, 255;

}

/* -------------------------------
Fonts
---------------------------------- */

@font-face {
    font-family: 'ninbus_sans_l_bold';
    src: url('../fonts/nimbussanl-bol-webfont.woff2') format('woff2'),
        url('../fonts/nimbussanl-bol-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* @font-face {
    font-family: 'glyphicons';
    src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
        url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('../fonts/glyphicons-halflings-regular.svg');
} */

@font-face {
    font-family: 'montserrat_regular';
    src: url('../fonts/montserrat-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* @font-face {
    font-family: 'masque';
    src: url('../fonts/masque__-webfont.woff2') format('woff2'),
        url('../fonts/masque__-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} */

/* @font-face {
    font-family: 'michroma';
    src: url('../fonts/michroma-webfont.woff2') format('woff2'),
        url('../fonts/michroma-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'opensans_bold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* @font-face {
    font-family: 'opensans_extrabold_italic';
    src: url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
        url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'opensans_italic';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
        url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'opensans_light_italic';
    src: url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
        url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'opensans_semibold_italic';
    src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
        url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'opensans_regular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'opensans_bold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body,
html {
    overflow-x: hidden !important;
}

p.XLFONT {
    font-size: 22px !important;
}

div.container {
    position: relative;
}


a,
a:hover {
    color: #000;
}

* {
    touch-action: manipulation;
}


/* -------------------------------
Layout
---------------------------------- */

body {
    font-family: tahoma, sans-serif;
    color: #020202;
    background: -moz-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: -webkit-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    font-size: 20px;
    overflow-x: hidden;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

p {
    font-family: var(--opensans-regular-font), sans-serif;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

/* -------------------------------
Button
---------------------------------- */

.decatur-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96%
}

.decatur-btn {
    margin: 10px 0px;
}

.decatur-btn p {
    margin: 30px 0px;
}

.decatur-btn a {
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    text-shadow: none;
    font-family: "Tahoma", Verdana, sans-serif;
    background: var(--primary-dark-blue);
    display: inline-block;
    font-style: italic;
    transition: all 0.2s ease-in-out 0s !important;
    padding: 10px 40px;
    font-weight: bold;
    -webkit-clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}

.decatur-btn a:hover {
    color: #fff !important;
    background: var(--primary-dark-blue-darkest);
    text-decoration: none !important;
    -webkit-animation: blink 1s ease;
    animation: blink 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* --------------------------------------
   animation
   -------------------------------------- */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* -------------------------------
Button End
---------------------------------- */

/* -------------------------------
Header/Nav Logo
---------------------------------- */
.headerlogo_bg {

    border-right: solid 1px var(--primary-dark-blue-lightest);
    background: #252a66;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, var(--primary-dark-blue) 57%, var(--primary-dark-blue-lighter) 70%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, var(--primary-dark-blue) 57%, var(--primary-dark-blue-lighter) 70%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #093556 57%, #0e4c7b 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093556', endColorstr='#436388', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-bottom-right-radius: 30px;
    padding-bottom: 5px;
}

.phone_header_background_styling {
    background: #0e4c7b;
    border-bottom-left-radius: 30px;
}

.phone_header_background_styling img {
    float: right;

}

.Style_phone_bg {
    color: var(--primary-white);
    /* text-transform: uppercase; */
    /* font-size: 22px; */
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
    font-family: var(--opensans-bold-regular-font);
}

.header_phone_logo_seo_bg {
    /* Old Internet browsers */
    background: var(--primary-dark-blue);
    /* FF3.6-15 */
    background: -moz-linear-gradient(-45deg, var(--primary-dark-blue) 57%, var(--primary-light-blue) 70%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(-45deg, var(--primary-dark-blue) 57%, var(--primary-light-blue) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(135deg, #093556 57%, #0e4c7b 70%);
    /* IE6-9 fallback on horizontal gradient */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093556', endColorstr='#027DC4', GradientType=1);
}

#tag-styling h1 {
    font-size: 36px;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-family: 'ninbus_sans_l_bold';
    /* font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; */
    text-transform: uppercase;
    text-align: center;
    font-size: 900;
    letter-spacing: -1px;
}

#tag-styling h1:hover {
    text-decoration: underline;


}

#tag-styling h1 a {
    color: #fff;
    font-size: 36px;
    font-family: var(--montserrat-regular-font)';


}

.logo_wording_tag p {
    color: var(--primary-dark-blue-lightest);
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.logo_wording_tag {
    background: var(--primary-dark-blue-darkest);
    padding: 5px;
    -webkit-border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* --------------------------------------
   Navigation
-------------------------------------- */



.menu-btn.collapsed .icon-bar {
    top: 50% !important;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%);
    border-radius: 0px !important;
}

.menu-btn .icon-bar {
    top: 50% !important;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%);
    border-radius: 0px !important;
}

.menu-btn.collapsed .icon-bar,
.menu-btn.collapsed .icon-bar::after,
.menu-btn.collapsed .icon-bar::before {
    position: absolute !important;
    width: 100% !important;
    height: 0.2em !important;
    background-color: #243b7a !important;
    display: block !important;
    pointer-events: none !important;
}

.menu-btn .icon-bar,
.menu-btn .icon-bar::after,
.menu-btn .icon-bar::before {
    position: absolute !important;
    width: 100% !important;
    height: 0.2em !important;
    background-color: #243b7a !important;
    display: block !important;
    pointer-events: none !important;
}




.menu-btn.collapsed .icon-bar::after,
.menu-btn.collapsed .icon-bar::before {
    content: '' !important;
    transition: .3s ease all !important;
}

.menu-btn .icon-bar::after,
.menu-btn .icon-bar::before {
    content: '' !important;
    transition: .3s ease all !important;
}

.menu-btn.collapsed .icon-bar::before {
    margin-top: -0.425em;
}

.menu-btn.collapsed .icon-bar::after {
    margin-top: 0.425em;
}


.navbar-toggle {
    position: relative;
    /* z-index: 4; */
    /* display: block; */
    /* overflow: hidden; */
    width: 48px;
    height: 48px;
    /* margin: 0; */
    border: none;
    box-shadow: 0 0 0.5em 0 rgba(var(--primary-dark-blue-darkest)), .25;
    cursor: pointer;

    /* bootstrap resets */
    /* padding: 0; */
    /* float: none; */


}

.navbar-toggle .nav-handle {
    position: absolute;
    top: 49%;
    left: 50%;
    width: 22.2px;
    height: 22.2px;
    cursor: pointer;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

/* open */

.menu-btn .icon-bar {
    background: transparent !important;

}

.menu-btn .icon-bar::before,
.menu-btn .icon-bar::after {
    margin: 0;
}

.menu-btn .icon-bar::before {
    transform: rotate(135deg) !important;

}

.menu-btn .icon-bar::after {
    transform: rotate(-135deg) !important;

}

.menu-btn.collapsed span::before {
    transform: rotate(0) !important;

}

.menu-btn.collapsed span::after {
    transform: rotate(0) !important;

}

/* .navbar-toggle {
    padding: 20px;
}

.navbar-toggle .icon-bar {
    position: relative;
    height: 0.3em;
    





    width: 30px;
    border-radius: 0;
}

.menu-btn span:nth-child(2) {
    background-color: transparent !important;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;

}

.menu-btn.collapsed span:nth-child(2) {
    background-color: #243b7a !important;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;

}

.menu-btn span:nth-child(1) {
    transform: rotate(135deg) !important;
    top: 6px;
}

.menu-btn span:nth-child(3) {
    transform: rotate(-135deg) !important;
    bottom: 8.5px;

}

.menu-btn.collapsed span:nth-child(1) {
    transform: rotate(0) !important;
    top: -5px;

}

.menu-btn.collapsed span:nth-child(3) {
    transform: rotate(0) !important;
    bottom: -5px;

}



.menu-btn span:nth-child(1),
.menu-btn span:nth-child(3) {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.navbar-header span:nth-child(1),
.navbar-header span:nth-child(3) {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
 */





.navbar-brand {
    margin: 5px 10px 10px 10px;
    padding: 0;
    height: 65px;
}


.navbar-brand img {
    float: left;
    /* display: inline-block; */
    display: block;
}

.navbar-inverse {
    border-top: solid 1px var(--primary-dark-blue-lightest);
    border-bottom: solid 1px var(--primary-dark-blue-lightest);
    background: var(--primary-dark-blue);
    background: linear-gradient(to bottom, rgba(var(--primary-rgba), 0) 0, rgba(var(--primary-light-rgba), .9) 100%);
    background-color: rgba(var(--primary-rgba), .9);
    box-shadow: 0 8px 6px -6px #333;
    font-family: var(--montserrat-regular-font);
    font-size: 22px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: var(--primary-dark-blue-lightest);
    background: var(--primary-dark-blue-darkest);
    font-size: 20px;
    font-family: var(--montserrat-regular-font);
    text-shadow: none;

}

.navbar-inverse .navbar-nav>li>a {
    font-family: var(--montserrat-regular-font);
    /* padding: 15px 35px; */
    /* text-transform: lowercase; */
    padding: 15px 12px;
    font-size: 20px;
    color: var(--primary-dark-blue-lightest);

}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}

.navbar {
    margin-bottom: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

/* --------------------------------------
   banner carousel
-------------------------------------- */
.carousel-indicators {
    left: 28%;
    bottom: 12%;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.2);
    border: medium none;
    box-shadow: 0 0 5px #afabce;
    /* height: 7px;
    margin: 0;
    width: 50px; */
}

.carousel-indicators .active {
    background-color: var(--primary-dark-blue-darkest);
    /* height: 7px;
    margin: 0;
    width: 50px; */


}

.back_banner_wallpaper {
    background: #fff;
    box-shadow: 0 8px 6px -6px #333;
}

.banner_main_bg_ {
    background-color: #000;
}

.banner_main_car1 {
    background-position: left top;
    background-image: url(../images/slide-1-min.jpg);
    background-repeat: no-repeat;
    min-height: 254px;
    text-align: center;
    font-family: var(--opensans-bold-italic-font);

}

.banner_main_car2 {
    background-position: left top;
    background-image: url(../images/slide-2-min.jpg);
    background-repeat: no-repeat;
    min-height: 254px;
    text-align: center;
    font-family: var(--opensans-bold-italic-font);

}

.banner_main_car3 {
    background-position: left top;
    background-image: url(../images/slide-3-min.jpg);
    background-repeat: no-repeat;
    min-height: 254px;
    text-align: center;
    font-family: var(--opensans-bold-italic-font);

}

.banner_main_car1 h2,
.banner_main_car2 h2,
.banner_main_car3 h2 {
    color: #000;
    font-size: 35px;
    margin: 10px 0;
}

.banner_main_car1 p,
.banner_main_car2 p,
.banner_main_car3 p {
    color: #333;
    font-size: 23px;
    font-family: var(--opensans-bold-italic-font);

}

#banner_main_car {
    margin: 0px auto;
    width: 100%;
    background-size: cover;
    position: relative;
}


#bootstrap-menu {
    -webkit-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    margin: 0;
    font-family: tahoma, sans-serif;
    font-weight: bold;
}

/* --------------------------------------
   Main Content
   -------------------------------------- */


.nopadding {
    padding-right: 0;
}

.main_article_background {
    background: #f6f9fc;
}

.article_content_main {
    margin-top: 10px;
    border-right: solid 7px #fff;
    margin-bottom: 20px;
    padding: 0 20px;
}

.article_content_main h1 {
    font-family: var(--opensans-bold-regular-font);
    color: #000;
    margin: 0;
    padding: 0;
}

.article_content_main p {
    color: #000;
    font-size: 20px;
    font-family: tahoma, sans-serif;
}

p.XLFONT {
    font-size: 22px !important;
}

.article_content_main h2,
.article_content_main h3,
.article_content_main h4,
.article_content_main h5 {
    color: var(--primary-dark-blue);
    font-size: 1.7em;
    font-family: tahoma, sans-serif;

}

.article_content_main ul {
    list-style-image: url(../images/icons8-arrow-right-13.png);
}

.main-img-right {
    margin: 10px 0px 10px 20px;
    box-shadow: 0 8px 6px -6px #ccc;
}

.main-img-left {
    margin: 10px 20px 10px 0px;
    box-shadow: 0 8px 6px -6px #ccc;
}

.article_content_main ul,
.article_content_main li {
    color: #000;
}

/* side services */

.side_main_area {
    padding: 10px 0px;
    float: right;
    margin: 0 0 20px 0;
}

.header_side_main_area {
    font-family: var(--opensans-bold-italic-font);
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 33px;
    text-align: center;
}

/* here */
.side_main_services_img a:hover {
    opacity: 0.8;
}


.phone_header_background_styling img {
    /* float: inherit; */
    height: 40px;

}

/* --------------------------------------
branda we service 
-------------------------------------- */

.trusted_brands {
    background: var(--primary-white);
    padding: 10px;
}

.trusted_brands p {
    color: var(--primary-dark-blue-darkest);
    margin: 5px;
    text-align: center;
    font-size: 30px;
    font-family: var(--opensans-bold-italic-font);
}

/* --------------------------------------
 infinite logo carousel 
-------------------------------------- */
/* .logos {

    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 60px 0;

}


.logos::before,
.logos::after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;

}



.logos::before {
    left: 0;
    background: linear-gradient(to right, var(--primary-white) 0%, #fff0 100%);


}

.logos::after {
    right: 0;
    background: linear-gradient(to left, var(--primary-white) 0%, #fff0 100%);


} */



/* .logos:hover .logos-slide {
    animation-play-state: paused;
} */

/* .logos-slide {
    -webkit-animation: slide 30s linear infinite;
    animation: slide 30s linear infinite;
    display: inline-block;
    min-width: 1600px; */


/* display: flex; */
/* } */
/* 
.logos-slide img {
    height: 125px;
    margin: 0 20px;

} */

/* @-webkit-keyframes slide {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-1600px, 0, 0);
        transform: translate3d(-1600px, 0, 0);
    }
} */

/* @keyframes slide {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-1600px, 0, 0);
        transform: translate3d(-1600px, 0, 0);
    }
} */

/* --------------------------------------
take 2 
-------------------------------------- */
.trusted_brands .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.trusted_brands .logo-wrapper .logo-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: var(--primary-white);
    z-index: 2;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000);
    mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000);
}

.trusted_brands .logo-wrapper .logo-gradient.after {

    left: unset;
    right: 0;

    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
    mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
}

.trusted_brands .logo-wrapper .logo-grid-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: logoScroller 30s linear infinite;
    animation: logoScroller 30s linear infinite;
    min-width: 1600px;
}

.trusted_brands .logo-wrapper:hover .logo-grid-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;

}

.trusted_brands .logo-wrapper .logo-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.trusted_brands .logo-wrapper .logo-wrapper-inner {
    margin: 0 .5em;
    padding: 0 .5em;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: border .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease;
    transition: border .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease;
    transition: border .3s ease, box-shadow .3s ease, transform .3s ease, opacity .3s ease, filter .3s ease;
    transition: border .3s ease, box-shadow .3s ease, transform .3s ease, opacity .3s ease, filter .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease, -webkit-filter .3s ease;
}

.trusted_brands .logo-wrapper .logo-wrapper-inner .logo-img {
    width: 100%;
    height: auto;
    /* padding-top: 75%; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


@keyframes logoScroller {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-1600px, 0, 0);
        transform: translate3d(-1600px, 0, 0);
    }
}

/* --------------------------------------
take 2 
-------------------------------------- */
/* --------------------------------------
Footer Phone
-------------------------------------- */

.footer_phone_tag {
    color: var(--primary-white);
    padding: 0 10px;
    /* vertical-align: middle; */
    box-shadow: 0 8px 6px -6px var(--primary-dark-blue-lightest);
    background: var(--primary-dark-blue-darkest);
    background: -moz-linear-gradient(-45deg, #093556 57%, #0e4c7b 70%);
    background: linear-gradient(135deg, #093556 57%, #0e4c7b 70%);
    background: -webkit-linear-gradient(-45deg, #093556 57%, #0e4c7b 70%);
    font-size: 38px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.footer_phone_tag p {
    font-family: var(--opensans-bold-italic-font);


}

/* --------------------------------------
Footer our Services 
-------------------------------------- */


.footer_services_section {
    text-align: center;
    background: var(--accent1-hex-red);
    background-image: linear-gradient(180deg, var(--accent-hex-red) 0, rgba(var(--accent-hex-red-secondary), 0) 100%);
    font-size: 38px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent-hex-red)), to(rgba(var(--accent-hex-red-secondary), 0)));

}

.footer_services_section h2 {
    /* box-shadow: 0 8px 6px -6px var(--primary-dark-blue-lightest); */
    font-family: var(--opensans-bold-regular-font);
    color: var(--primary-white);
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 1px 1px 1px #000;
    padding: 15px 10px;
    margin: 0;


}

/* --------------------------------------
Footer Services
-------------------------------------- */

.services_background {
    box-shadow: 0 8px 6px -6px #000;
    background: var(--primary-dark-blue-darkest);
    background: -moz-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: -webkit-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    padding: 10px 30px;

}

.column_services .post {
    padding: 5px;
    position: relative;
    color: #000;
}

.column_services .post-1 {
    transform: translate(100px, 20px);
    -webkit-transform: translate(100px, 20px);
    text-align: center;
    background: var(--primary-dark-blue);
    margin-bottom: 2px;
}

.column_services .post-3 {
    transform: translate(-100px, 20px);
    -webkit-transform: translate(-100px, 20px);
    text-align: center;
    background: var(--primary-dark-blue);
    margin-bottom: 2px;
}


.shadow_for_services {
    padding: 5px 10px;
}

.shadow_for_services h4 {
    color: var(--primary-white);
    font-size: 24px;
    font-family: var(--opensans-bold-regular-font);
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}


.column_services .post p {
    color: var(--primary-white);
    font-size: 16px;
    font-family: var(--opensans-regular-font);
}

#primary_background_footer {
    text-align: center;
    color: var(--primary-white);
    font-weight: bold;
    padding: 10px 10px 10px;


}

#primary_background_footer a {
    color: var(--primary-white);
    font-family: var(--opensans-regular-font);

}

#primary_background_footer p {
    color: var(--primary-white);
    font-family: var(--opensans-bold-regular-font);
    padding-top: 20px;
}

#primary_background_footer img {
    height: 80px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* --------------------------------------
City Links
-------------------------------------- */

.cities_section_background {
    /* background: var(--primary-dark-blue);
    background: linear-gradient(to bottom, rgba(var(--primary-rgba), 0) 0, rgba(var(--primary-light-rgba), .9) 100%);
    background-color: rgba(var(--primary-rgba), .9); */

    background: var(--accent1-hex-red);
    background-image: linear-gradient(180deg, var(--accent-hex-red) 0, rgba(var(--accent-hex-red-secondary), 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent-hex-red)), to(rgba(var(--accent-hex-red-secondary), 0)));
    text-align: center;
    color: var(--primary-white);
    font-family: var(--opensans-bold-regular-font);
    text-shadow: 1px 1px 1px #000;

}

.cities_section_background h2 {
    font-size: 40px;
}


.cities_section_background ul {
    list-style-type: none;
    padding: 10px 15px;
    text-align: left;
    color: #fff;
    min-height: 560px;
    background: rgba(0, 0, 0, 0.2);
    text-shadow: none;

}



.actual_city_links>li a {
    color: var(--primary-white);
    font-size: 20px;
    display: block;
    font-family: var(--opensans-regular-font);
}

.actual_city_links>li a {
    position: relative;
    padding-left: 1em;
}

.actual_city_links>li a::before {
    content: '';
    position: absolute;
    display: block;
    pointer-events: all;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('../images/chevron-right.svg');
    mask-image: url('../images/chevron-right.svg');
    top: .3em;
    left: 0;
    width: .75em;
    height: .75em;
    background-color: var(--primary-white);
}









/* --------------------------------------
FAQ Section
-------------------------------------- */


.decatur_faq {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 55%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 55%, rgba(255, 255, 255, 1) 100%);
}


.decatur_container {
    padding: 45px 20px;

}

.decatur_container h2,
.decatur_container h5 {
    color: #222;
    letter-spacing: -1px;
    font-family: var(--opensans-bold-italic-font);
    text-align: center;
}

.decatur_container h5 {
    color: #222;
    letter-spacing: -1px;
    font-family: "Arial", Times, serif;
    text-align: left;
}

.panel-group {
    margin-top: 20px;

}

.panel.panel-default {
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-default>.panel-heading {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-color: #f4f4f4;
    padding: 15px;

}




.panel-default>.panel-heading:hover {
    background: #f4f4f4;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.2s ease-in-out 0s;
}

.panel-default>.panel-heading h5 {
    font-size: 20px;
}

.panel-default>.panel-heading a {
    color: #333;
    font-style: normal;
    font-weight: bold;

}

.accordion-toggle::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #666;
}

.panel-heading .accordion-toggle.collapsed::after {
    content: "\e080";
}

.accordion-toggle {
    display: block
}


/* --------------------------------------
Social Media Section
-------------------------------------- */


.decatur_social_media_badges {
    /* width: 140px; */
    display: block;
    margin: 10px auto 20px;
}

.social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25em;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.social-link {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: var(--accent1-hex-red);
    background-image: linear-gradient(180deg, var(--accent-hex-red) 0, rgba(var(--accent-hex-red-secondary), 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent-hex-red)), to(rgba(var(--accent-hex-red-secondary), 0)));
    -webkit-box-shadow: 0 0 .125em rgba(var(--black), .25);
    box-shadow: 0 0 .125em rgba(var(--black), .25);
    text-decoration: none;

}

.social-link::before {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    background-color: var(--primary-white);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-indent: 0;
}



.decatur_social_media_badges .tiktok::before {
    -webkit-mask-image: url('../images/logo-tiktok.svg');
    mask-image: url('../images/logo-tiktok.svg');
}

.decatur_social_media_badges .youtube::before {
    -webkit-mask-image: url('../images/youtube-icon.svg');
    mask-image: url('../images/youtube-icon.svg');
}

.decatur_social_media_badges .facebook::before {
    -webkit-mask-image: url('../images/facebook-f.svg');
    mask-image: url('../images/facebook-f.svg');
}

.decatur_social_media_badges .instagram::before {
    -webkit-mask-image: url('../images/instagram.svg');
    mask-image: url('../images/instagram.svg');
}

.decatur_social_media_badges .google::before {
    -webkit-mask-image: url('../images/logo-google.svg');
    mask-image: url('../images/logo-google.svg');
}

.decatur_social_media_badges .social-link:hover::before {
    background-color: rgba(0, 0, 0, .5);
}

.decatur_social_media_badges .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1em;
    text-align: center;

}



/* .decatur_social_media_badges img {


    display: inline-block;
} */

.decatur_social_media_badges .aBadge {
    width: 120px;
    height: 100% !important;
}



/* --------------------------------------
testimonial-slider
-------------------------------------- */
.review_hme {
    float: left;
    width: 100%;
    padding: 2em 0;
    margin: 0;
    background-color: var(--primary-white);
}

.review_hme_hle {
    padding: 0;
}

.review_hme_title {
    margin-bottom: 2em;
}

.review_hme_title h5 {
    font-size: 18px;
    line-height: 30px;
    color: #d4af37;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
    font-family: var(--opensans-bold-regular-font);
}


.review_hme_title h4 {
    font-size: 36px;
    line-height: 42px;
    color: #22344f;
    font-weight: 400;
    margin: 0;
    font-family: var(--opensans-bold-italic-font);
    width: 60%;

}

.review_hme_single {
    padding: 0 10px;
}


.review_hme_single_outer {
    border: 1px solid var(--primary-dark-blue);
}

.review_hme_single_inner {
    margin: 10px 10px;
    background: var(--primary-dark-blue-darkest);
    background: -moz-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: -webkit-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    padding: 1.5em;
}

.star-rating {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}

.author_detail span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    margin-right: 15px;
}

.author_detail div {
    display: inline-block;
    vertical-align: middle;
}



.author_detail div h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
    margin-bottom: 5px;
    font-family: var(--opensans-bold-regular-font);
}

.author_detail div h6 {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0;

    font-family: var(--opensans-bold-regular-font);

}


.double_img {
    position: absolute;
    bottom: 11px;
    right: 20px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 35px 0 0 15px;
    -webkit-clip-path: circle(74.2% at 78% 77%);
    clip-path: circle(74.2% at 78% 77%);
    text-align: center;
}

.review_hme_single_inner p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 1.5em;
    height: 180px;
    overflow-y: scroll;
}

/* .review_hme_single_inner:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    background-image: url('../images/home/');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
} */


.slick-slide img {
    display: inline-block 1;
}


.review_hme_single_inner .star-rating span {
    color: #ffc107;
}


.review_hme_slic button.slick-prev.slick-arrow:before {
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: -moz-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: -webkit-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    display: inline-block;
    border-radius: 50%;
    padding-top: 11px;
    color: #fff;
}

.review_hme_slic button.slick-prev.slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: unset;
    position: absolute;
    top: -90px;
    right: 60px;
}

.review_hme_slic button.slick-next.slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: unset;
    position: absolute;
    top: -90px;
    right: 0;
}

.review_hme_slic button.slick-next.slick-arrow:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: -moz-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: -webkit-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    display: inline-block;
    border-radius: 50%;
    padding-top: 11px;
    color: #fff;

}

/* .review_hme_single_inner:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    background-image: url('../images/home/');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
} */

.large-screen-logo {
    text-align: center;
    height: 70px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* .panel-default>.panel-heading a:hover {
    text-decoration: none;
} */


.services_background a {
    color: #fff;
}

#topBtn {
    bottom: 0px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 10px;
    width: 40px;
    height: 40px;
    background: var(--primary-dark-blue-darkest);
    background: -moz-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    background: -webkit-linear-gradient(45deg, #093556 0%, #0e4c7b 100%);
    text-indent: -9999px;
    border-radius: 20px 20px 0px 0px;
    z-index: 10;

}

#topBtn span {
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    top: 50%;


}




#topBtn:hover {
    background-color: var(--primary-green-hex);
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


/* map start */


.serviceareas_map .mapouter {
    /* height: 800px; */
    height: 800px
}

.serviceareas_map .gmap_canvas {
    /* height: 800px; */
    height: 800px
}

.serviceareas_locarions_inner {
    background-color: #1a4165;
    padding: 2em 2em 1em 2em;
    border-top-right-radius: 100px
}

.serviceareas_locarions_inner h4 {
    font-size: 32px;
    line-height: 45px;
    color: #fefefe;
    font-weight: 900;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    padding-left: 1.2em
}

.serviceareas_locarions_inner h4:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../images/map-marker-.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
    left: 0;
    /* color: var(--primary-white); */
}


.serviceareas_locarions_inner ul {
    padding: 0
}

.serviceareas_locarions_inner ul {
    padding-right: 1em;
    height: 600px;
    overflow-y: scroll
}


.serviceareas_map {
    float: right
}

.serviceareas_locarions {
    position: absolute;
    top: 50px;
}

.serviceareas_locarions_inner ul li {
    list-style-type: none;
    margin-bottom: 15px
}

.serviceareas_locarions_inner ul li a {
    font-size: 25px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    background-color: #9faebd;
    padding: .2em 1em;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    text-decoration: none;
}


.serviceareas_locarions_inner ul li a span {
    margin-right: 10px
}


.serviceareas_locarions_inner ul li a p {
    display: inline-block;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.serviceareas_locarions_inner ul::-webkit-scrollbar {
    width: 8px
}

.serviceareas_locarions_inner ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
    background: var(--primary-white);
}

.serviceareas_locarions_inner ul::-webkit-scrollbar-thumb {
    background: #b3a369;
    border-radius: 10px;
}

.serviceareas_locarions_inner ul::-webkit-scrollbar-thumb:hover {
    background: #b3a369
}


.get_directions_section {
    background-color: #1a4165;
    border-radius: 7px;
    float: left;
    max-width: 252px;
    padding-bottom: 14px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    width: 100%;
    height: 155px;
    text-decoration: none;
}

.get_directions_section h4 {
    background-color: #fff;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #1a4165
}

.get_directions_section p {
    padding: 15px 10px 10px 9px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    color: #fff;
    position: relative;
    float: left;
    width: 57%;
    text-align: left;
}

.get_directions_section .get_direct {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 95px;
    height: 80px;
    background-color: #fff;
    padding: 5px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    right: 9px;
    margin-top: 10px;
    text-decoration: none;

}

.get_directions_section .get_direct:before {
    content: "";
    background-image: url('../images/direction.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55px;
    display: block;
    max-width: 55px;
    margin: 0 auto;
    margin-bottom: 3px
}

.get_directions_section a {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 23px;
    color: #fff;
    padding-left: 20px;
    position: relative;
    display: block;
    float: left;
    width: 55%;
    text-decoration: none;

}

.get_directions_section a:active,
.get_directions_section a:focus {
    outline: 0;
    border: 0;
}




.get_directions_section a:before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    margin-right: 10px;
    text-decoration: none;
}


.gm-style-iw.gm-style-iw-c {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    max-width: 355px !important
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
    width: 250px !important
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    max-width: 355px !important
}

.gm-style .gm-style-iw-t::after {
    display: none
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
    width: 220px !important;
}

/* a:active,
a:focus {
    outline: 0;
    border: 0;
    -moz-outline-style: none;
} */


/* map end  */


/* Small screen laptop and pc */
@media (max-width: 1199px) {
    .Style_phone_bg {
        font-size: 20px;
    }

    #tag-styling h1 a {
        font-size: 30px;
        padding-top: 10px;
    }

    #tag-styling p {
        font-size: 12px;
    }

    .phone_header_background_styling img {
        float: inherit;
        height: 40px;
    }

    .navbar-inverse {
        font-size: 18px;
        height: auto;

    }

    .navbar-inverse.sticky {
        position: fixed;
        line-height: 48px;
        height: auto;
        width: 100%;
        /* background: linear-gradient(to bottom, rgba(var(--primary-rgba), 0) 0, rgba(var(--primary-light-rgba), .9) 100%);
        background-color: rgba(var(--primary-rgba), .9); */
        /* Old browsers */
        text-align: left;
        /* padding-left: 20px; */
        font-size: 16px;
        opacity: 0.9;
    }

    .navbar-inverse.sticky .navbar-nav>.active>a,
    .navbar-inverse.sticky .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: var(--primary-dark-blue-lightest);
        font-size: 16px;
        background: var(--primary-dark-blue);
        font-family: var(--montserrat-regular-font);
        text-shadow: none;
    }

    .navbar-inverse.sticky .navbar-nav>li>a {
        font-size: 16px;
    }

    .navbar-inverse.sticky {
        top: 0;
        font-size: 18px;
    }

    .navbar-inverse .navbar-nav>li>a {
        /* font-size: 18px; */
        font-size: 16px;
    }



    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        font-size: 16px
    }





    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        font-size: 16px
    }

    /* carousel banner */
    .carousel-indicators {
        left: 35%;
    }



}




@media (max-width: 991px) {


    .headerlogo_bg {
        border: none;
    }

    #tag-styling h1 {
        font-size: 36px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .Style_phone_bg {
        font-size: 25px;
    }

    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        font-size: 12px
    }

    .navbar-inverse .navbar-nav>li>a {
        /* font-size: 18px; */
        font-size: 12px;
    }

    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        font-size: 12px
    }


    /* makes toggle grow */
    .navbar-inverse {
        /* font-size: 12px; */
        height: auto;
    }


    .navbar-inverse.sticky {
        position: fixed;
        line-height: 48px;
        height: auto;
        width: 100%;
        /* background: linear-gradient(to bottom, rgba(var(--primary-rgba), 0) 0, rgba(var(--primary-light-rgba), .9) 100%);
        background-color: rgba(var(--primary-rgba), .9); */
        /* Old browsers */
        text-align: left;
        /* padding-left: 20px; */
        font-size: 16px;
        opacity: 0.9;
    }

    .navbar-inverse.sticky .navbar-nav>.active>a,
    .navbar-inverse.sticky .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: var(--primary-dark-blue-lightest);
        font-size: 12px;
        background: var(--primary-dark-blue);
        font-family: var(--montserrat-regular-font);
        text-shadow: none;
    }

    .navbar-inverse.sticky .navbar-nav>li>a {
        font-size: 12px;
    }

    .navbar-inverse.sticky {
        top: 0;
        font-size: 18px;
    }

    .navbar-inverse .navbar-nav>li>a {
        /* font-size: 18px; */
        font-size: 12px;
    }



    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        font-size: 12px
    }



    /* carousel banner */
    .carousel-indicators {
        left: 45%;
    }

    /* main content */
    .article_content_main h1 {
        font-size: 150%;
    }

    .article_content_main strong {
        font-size: 16px;
    }

    .article_content_main h2,
    .article_content_main h3,
    .article_content_main h4,
    .article_content_main h5 {
        font-size: 20px;
    }

    .footer_phone_tag {
        font-size: 30px;
    }

    .footer_services_section h2 {
        font-size: 38px;
    }

    .review_hme {
        padding: 1em 0;
    }

    .review_hme_title h4 {
        font-size: 32px;
        line-height: 36px;
        width: 100%;
    }

    .author_detail span {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .author_detail div h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .double_img {
        bottom: 11px;
        right: 15px;
        width: 70px;
        height: 70px;
        padding: 24px 0 0 15px;
    }

    .double_img img {
        width: 30px;
    }

    .review_hme_single_inner:after {
        width: 80px;
        height: 80px
    }

    .review_hme_single_inner p {
        font-size: 15px;
        line-height: 25px;
    }

    .serviceareas_map .mapouter {
        height: 700px
    }

    .serviceareas_map .gmap_canvas {
        height: 700px
    }


    .serviceareas_locarions_inner h4 {
        font-size: 28px;
        line-height: 40px
    }

    .serviceareas_locarions_inner ul {
        height: 200px
    }

    .serviceareas_locarions_inner ul li a p {
        font-size: 19px
    }



}

/* execute this up until this screen size (767px viewport and below) */
@media (max-width: 767px) {
    .navbar-inverse {
        height: auto;
        opacity: 0.9;
    }

    h2.visible-xs {
        font-size: 32px;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        margin: 5px;
        font-family: var(--ninbus-bold-font);
        text-transform: uppercase;
    }

    .navbar-toggle {
        background: #f6f9fc;
        border: none;
        border-radius: 0;
        border-radius: 0.25em 1em;


    }

    /* .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #243b7a;
    } */

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #f6f9fc;
    }

    .navbar-nav {
        float: inherit !important;
        clear: left;
        margin: 0px;
    }

    .navbar-collapse {
        padding-bottom: 5px;
    }

    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        font-size: 25px
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 25px;
        font-weight: bold;
        border-right: none !important;
        padding: 10px 40px !important;
    }

    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        font-size: 25px;
        border: none;
        padding: 10px 40px;
    }


    .navbar-inverse.sticky .navbar-nav>li>a {
        font-size: 25px;
        font-weight: bold;
        padding: 10px 40px !important;
    }

    .navbar-inverse.sticky .navbar-nav>.active>a,
    .navbar-inverse.sticky .navbar-nav>.active>a:focus,
    .navbar-inverse.sticky .navbar-nav>.active>a:hover {
        border: none;
        font-size: 25px;
        padding: 10px 40px
    }

    .navbar-inverse.sticky {
        height: auto;
        opacity: 0.9;
    }

    .navbar-collapse.sticky {
        padding-bottom: 5px;
    }

    .navbar-inverse.sticky {
        top: 0;
    }




    /* carousel banner */
    .carousel-indicators {
        left: 50%;
    }

    .banner_main_car1 h2,
    .banner_main_car2 h2,
    .banner_main_car3 h2 {
        padding: 0px 60px;
        text-align: center;
    }

    .banner_main_car1 p,
    .banner_main_car2 p,
    .banner_main_car3 p {
        padding: 0px 60px;
        text-align: center;
    }

    /* main content */
    .article_content_main {
        width: 100%;
        clear: both;
        margin: 0;
    }

    .article_content_main h1 {
        font-size: 26pt;
        margin-top: 10px;
    }

    .article_content_main h2,
    .article_content_main h3,
    .article_content_main h4,
    .article_content_main h5 {
        font-size: 30px;
    }

    aside {
        width: 100%;
        line-height: inherit;
        clear: both;
        margin: 0;
        padding: 10px !important;
    }

    .footer_phone_tag {
        font-size: 26px;
    }

    .cities_section_background ul {
        text-align: center;
        min-height: inherit;
    }

    .cities_section_background h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .actual_city_links>li a {
        display: inline-block;
        /* text-align: left; */
    }

    .decatur_container {
        padding: 10px 25px;
    }

    .panel-default>.panel-heading h5 {
        font-size: 17px;
    }

    .panel-default>.panel-heading h5 a {
        text-decoration: none;
    }

    .home_reivew_wrap {
        float: left;
        width: 100%;
    }

    .home_reivew_top {
        float: left;
        width: 100%;
        margin-bottom: 4em;
    }

    .review_hme .container {
        padding: 15px 0;
    }

    .home_reivew_bottom {
        float: left;
        width: 100%;
    }

    .review_hme_slic button.slick-prev.slick-arrow {
        top: -195px
    }

    .review_hme_slic button.slick-next.slick-arrow {
        top: -195px
    }

    .review_hme_slic button.slick-next.slick-arrow {
        top: 50%;
        /* right: -15px */
        right: 10px
    }

    .review_hme_slic button.slick-next.slick-arrow:before {
        width: 35px;
        height: 35px;
        font-size: 18px;
        padding-top: 5px
    }

    .review_hme_slic button.slick-prev.slick-arrow {
        top: 50%;
        right: unset;
        z-index: 9;
        /* left: -10px */
        left: 10px
    }

    .review_hme_slic button.slick-prev.slick-arrow:before {
        width: 35px;
        height: 35px;
        padding-top: 5px
    }

    .serviceareas_main {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }


    .serviceareas_map {
        float: right;
        width: 100%;
        order: 1
    }

    .serviceareas_map .mapouter {
        height: 350px
    }

    .serviceareas_map .gmap_canvas {
        height: 350px
    }

    .serviceareas_locarions {
        width: 100%;
        position: relative;
        top: 0;
        float: left;
        order: 2
    }






}


@media (max-width: 670px) {
    h2.visible-xs {
        font-size: 25px;
        margin-top: 12px;

    }

    /* carousel banner */
    .banner_main_car1 h2,
    .banner_main_car2 h2,
    .banner_main_car3 h2 {
        font-size: 36px;
        margin-top: 10px;
    }

    .banner_main_car1 p,
    .banner_main_car2 p,
    .banner_main_car3 p {
        font-size: 22px;
        /* margin-top: 20px; */
        font-family: var(--opensans-bold-italic-font);
    }

    .carousel-indicators {
        left: 50%;
        bottom: -7%;
    }

    .carousel-indicators li {
        background-color: #A1ACBD;
        border: medium none;
        box-shadow: 0 0 5px #afabce;
        /* height: 7px;
        margin: 0;
        width: 50px; */
    }

    .carousel-indicators .active {
        background-color: var(--primary-dark-blue);
        /* height: 7px;
        margin: 0;
        width: 50px; */


    }

    /* main content */
    .article_content_main,
    .side_main_area {
        min-height: inherit;
    }

    .article_content_main h1 {
        font-size: 29px;
        margin: 20px 0px 10px 0px;

    }

    .footer_phone_tag {
        font-size: 22px;
    }
}

@media (max-width: 530px) {
    h2.visible-xs {
        font-size: 36px;
        letter-spacing: -1px;


    }

    /* carousel banner */
    .banner_main_car1 h2,
    .banner_main_car2 h2,
    .banner_main_car3 h2 {
        font-size: 24px;
        margin-top: 20px;
        /* :) */
        font-family: var(--opensans-bold-regular-font);
    }

    .banner_main_car1 p,
    .banner_main_car2 p,
    .banner_main_car3 p {
        font-size: 32px;
        line-height: 32px;
    }

    .footer_phone_tag {
        font-size: 27px;
    }

    .footer_services_section h2 {
        font-size: 30px;
    }

    .double_img {
        bottom: 11px;
        right: 15px;
        width: 45px;
        height: 45px;
        padding: 18px 0 0 15px
    }

    .author_detail span {
        width: 40px;
        height: 40px;
        padding-top: 4px;
    }

    .author_detail span img {
        width: 25px;
        display: 1 !important;
        /* vertical-align: top; */
    }



}

@media (max-width: 420px) {


    /* carousel banner */
    .banner_main_car1 h2,
    .banner_main_car2 h2,
    .banner_main_car3 h2 {
        font-size: 20px;
    }

    .article_content_main h1,
    .article_content_main h2,
    .article_content_main h3,
    .article_content_main h4,
    .article_content_main h5 {
        font-size: 16pt;
        line-height: inherit;
    }

    .footer_services_section h2 {
        font-size: 24px;
    }


}


@media (min-width: 1200px) {
    .navbar-inverse {
        -webkit-transition: .2s;
        transition: .2s
    }


    .navbar-nav {
        margin: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-inverse.sticky {
        top: 0;
        position: fixed;
        font-size: 20px;
        line-height: 48px;
        height: auto;
        width: 100%;
        /* Old browsers */
        text-align: left;
        opacity: 0.94;
        -webkit-box-shadow: 0 5px 6px -6px var(--primary-dark-blue-darkest);
        -moz-box-shadow: 0 5px 6px -6px var(--primary-dark-blue-darkest);
        box-shadow: 0 5px 6px -6px var(--primary-dark-blue-darkest);
    }

    .navbar-inverse.sticky .navbar-nav>li>a {
        padding: 15px 12px;
    }

    .navbar-inverse.sticky .navbar-nav>.active>a,
    .navbar-inverse.sticky .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: var(--primary-white);
        background: var(--primary-dark-blue-darkest);
        font-size: 20px;
        font-family: var(--montserrat-regular-font);
        text-shadow: none;
    }

    .navbar-inverse.sticky .navbar-nav {
        margin: 5px 0;
    }

    .serviceareas_locarions_inner ul li a p {
        font-size: 20px
    }



}

@media (max-width: 1300px) {


    .serviceareas_locarions_inner {
        padding: 2em 1em 1em 1em
    }

    .serviceareas_locarions_inner h4 {
        font-size: 30px;
        line-height: 42px
    }

    .serviceareas_locarions_inner ul li a {
        font-size: 25px;
        line-height: 40px
    }

    .serviceareas_locarions_inner ul li a p {
        font-size: 22px;
        line-height: 36px
    }


}




@media (min-width: 1920px) {}





/* map practice  */

/* #map {
    height: 620px;
    width: 100%;
    margin: 0;
    padding: 0;
} */





/*  */

#schema_style h2 {
    font-family: 'montserrat_regular';
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin: 0;
    text-transform: none;
}