/*===============================
  Common Css
================================*/

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #212121;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 400;
}

h1 {
    font-size: 30px;
    color: #0c2340;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    font-weight: 700;
}

h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.1px;
    margin-bottom: 2px;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

p a {
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 700;
}

a:focus,
a:active,
a:hover,
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none;
}


/*===============================
  Common Class Css
================================*/

.au-section,
.au-section-bordered {
    padding: 30px 0;
}

.au-section-bordered {
    border-top: 1px solid #cacaca;
}

.text-center .img-responsive {
    margin: 0 auto;
}

.asterisk {
    color: #cd040b;
}


/*===============================
  Button Css
================================*/

.btn {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 12px 14px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

.btn-link {
    padding: 0;
}

.btn-primary {
    background: #0c2340;
    min-width: 130px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #d61c38;
}


/*===============================
  Form Css
================================*/

.form-group {
    margin-bottom: 20px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group br {
    display: none;
}

.form-control {
    padding: 12px 14px;
    border-color: #cacaca;
    height: 44px;
    background: #fff;
    color: #a9a9a9;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
}

select.form-control {
    background: #fff url('../images/down-select.svg') no-repeat -webkit-calc(100% - 10px) 53%;
    background: #fff url('../images/down-select.svg') no-repeat calc(100% - 10px) 53%;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select option {
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #0c2340;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.form-search {
    position: relative;
}

.form-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    min-width: 44px;
}

label {
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1.1px;
    font-weight: 700;
}

.form-group label {
    display: block;
}

.main-error,
.wpcf7 .wpcf7-validation-errors {
    margin-bottom: 20px;
    border: none;
    clear: both;
}

.error,
span.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #cd040b;
    font-weight: 700;
    margin-top: 3px;
}

.form-group .error {
    margin-top: 5px;
}

textarea.form-control {
    height: 222px;
    resize: none;
}


/*===============================
  Carousel Css
================================*/

.carousel-control {
    visibility: hidden !important;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control {
    width: 28px;
    height: 48px;
    background: rgba(255, 255, 255, .8);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 8px;
    height: 22px;
    margin: 0 auto;
    left: initial;
    top: initial;
    right: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
}

.carousel-control.left,
.carousel-control.right {
    background: rgba(255, 255, 255, .8);
}

.carousel-control .glyphicon-chevron-left::before {
    content: url(../images/carousel-left.svg);
}

.carousel-control .glyphicon-chevron-right::before {
    content: url(../images/carousel-right.svg);
}

.carousel-caption {
    text-align: left;
    padding: 0 15px;
    left: 0;
    width: 100%;
    text-shadow: none;
}


/*===============================
  Modal Css
================================*/

.modal-backdrop {
    background: #0c2340;
}

.modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal-body .form-group .close {
    display: none;
}

.wpcf7-starrating {
    padding: 10px 0;
}

div.star-rating {
    margin-right: 2px;
}

div.star-rating:last-of-type {
    margin-right: 0;
}

div.rating-cancel a,
div.star-rating a,
div.rating-cancel,
div.star-rating {
    width: 24px;
    height: 22px;
}

div.star-rating,
div.star-rating a {
    background: url('../images/star.png') no-repeat left -webkit-calc(100% - 2px) !important;
    background: url('../images/star.png') no-repeat left calc(100% - 2px) !important;
}

div.star-rating-on,
div.star-rating-hover,
div.star-rating-hover a,
div.star-rating-on a {
    background: url('../images/star.png') no-repeat left top !important;
}

.starrating_number {
    display: none;
}


/*===============================
  Pagination Css
================================*/

.pagination,
.wp-pagenavi {
    margin: 0;
}

.wp-pagenavi .pages {
    display: none;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination>li>a,
.pagination>li>span,
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    border-color: #cacaca;
    color: #a9a9a9;
    font-weight: 700;
    padding: 12px;
    min-width: 44px;
    text-align: center;
    margin: 0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.wp-pagenavi span:hover,
.wp-pagenavi span:focus,
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #fff;
    color: #1c3f95;
    border-color: #cacaca;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border-right: none;
}

.wp-pagenavi a:last-child,
.wp-pagenavi span:last-child {
    border-right: 1px solid #cacaca;
}


/*===============================
  Header Css
================================*/

.au-header {
    left: 0;
    top: 0;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .9);
}

.au-header .navbar-default {
    margin: 0;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.au-header .navbar-default .navbar-brand {
    height: auto;
}

.au-header .navbar-default .navbar-toggle {
    border: none;
    margin-top: 39px;
    width: 23px;
    height: 17px;
    padding: 0;
    position: relative;
    margin-right: 30px;
}

.au-header .navbar-default .navbar-toggle .icon-bar {
    background: #0c2340;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    background: #0c2340;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    margin: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.au-header .navbar-default .navbar-toggle.open .icon-bar {
    background: #d61c38;
}

.au-header .navbar-default .navbar-toggle .icon-bar:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.au-header .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
    top: 7px;
}

.au-header .navbar-default .navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.au-header .navbar-default .navbar-toggle .icon-bar:last-child {
    top: 14px;
}

.au-header .navbar-default .navbar-toggle.open .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 3px;
}

.au-header .navbar-default .navbar-toggle.open .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 3px;
}

.au-header .navbar-default .navbar-toggle:focus,
.au-header .navbar-default .navbar-toggle:hover {
    background: transparent;
}

.au-header .navbar-default .navbar-collapse {
    background: #0c2340;
    border: none;
}

.au-header .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.au-header .navbar-nav>li {
    padding: 0 15px;
}

.au-header .navbar-nav>li>a {
    letter-spacing: 1.1px;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, .3);
    position: relative;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.au-header .navbar-default .navbar-nav>li>a:focus,
.au-header .navbar-default .navbar-nav>li>a:hover,
.au-header .navbar-default .navbar-nav>.open>a,
.au-header .navbar-default .navbar-nav>.open>a:focus,
.au-header .navbar-default .navbar-nav>.open>a:hover,
.au-header .navbar-default .navbar-nav>.active>a,
.au-header .navbar-default .navbar-nav>.active>a:focus,
.au-header .navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
}

.au-header .navbar-nav>.dropdown>a .caret {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.au-header .navbar-right {
    margin-top: 20px;
    margin-bottom: 20px;
}

.au-header .navbar-right>.menu-search>a {
    width: auto;
    background: none;
    padding: 0;
}

.au-header .navbar-right>.menu-search:hover>a,
.au-header .navbar-right>.menu-search:focus>a {
    background: none;
}

.au-header .navbar-right>li>a {
    height: 44px;
    width: 44px;
    background: #0c2340;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.au-header .navbar-right>li:hover>a,
.au-header .navbar-right>li:focus>a,
.au-header .navbar-default .navbar-right>li>a:focus,
.au-header .navbar-default .navbar-right>li>a:hover {
    background: #d61c38;
}

.au-header .navbar-right>li>a svg {
    fill: #fff;
    margin: 0 auto;
    display: block;
}

.au-header .navbar-right .btn {
    background: #d61c38;
}

.au-header .navbar-nav .open .dropdown-menu {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 20px;
}

.au-header .navbar-default .navbar-nav .open .dropdown-menu>li>a,
.dropdown-menu>li>a {
    letter-spacing: 1.1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 15px 0;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px dotted rgba(255, 255, 255, .3);
    background: transparent;
}

.au-header .navbar-default .navbar-nav .open .dropdown-menu>li:hover>a,
.au-header .navbar-default .navbar-nav .open .dropdown-menu>li:focus>a .dropdown-menu>li:hover>a,
.dropdown-menu>li:focus>a,
.au-header .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.au-header .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.au-header .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background: transparent;
}


/*===============================
  Banner Css
================================*/

.au-banner-caption {
    padding: 15px;
}

.au-banner .carousel-indicators {
    display: none
}


/*===============================
  home Product Css
================================*/

.au-home-product .container,
.au-home-product {
    position: relative;
}

.au-home-product h2 {
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
}

.au-home-product .au-home-blog-box {
    cursor: pointer;
    position: static;
}

.au-home-product .on-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.au-home-product .au-home-blog-box:hover .on-hover {
    opacity: 1;
    visibility: visible;
}

.au-home-product-detail {
    visibility: visible;
    opacity: 1;
    background: #d50032;
    text-align: center;
    display: none;
}

.au-home-product-detail .au-image {
    border-bottom: 1px solid #c6d2e2;
}

.au-home-product-detail .au-image img {
    width: 100%;
}

.au-details {
    padding: 30px;
    color: #fff;
}

.au-details p a {
    color: #fff;
    text-decoration: none;
}


/*===============================
  home Looking After Css
================================*/

.au-looking-after {
    background: #0c2340 url('../images/looking-business-bg.png') no-repeat center center / cover;
    position: relative;
}

.au-looking-after::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0c2340;
    opacity: .8;
}

.au-looking-after>* {
    position: relative;
}

.au-looking-after h2 {
    color: #d50032;
}

.au-looking-after p,
.au-looking-after p a {
    color: #fff;
}


/*===============================
  home blog Css
================================*/

.au-home-blog h2 {
    color: #d50032;
}

.au-home-blog h3 {
    color: #fff;
    font-weight: 700;
}

.au-home-blog h4 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.au-home-blog-box {
    padding: 0;
    border-bottom: 1px solid #fff;
}

.au-home-blog-box:last-child {
    border: none;
}

.au-home-blog-box figure {
    position: relative;
}

.au-home-blog-box figure::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0c2340;
    opacity: .7;
    content: "";
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.au-home-blog-box figure:hover::before,
.au-home-blog-box figure:focus::before,
.au-home-blog-box figure:active::before {
    background: #d61c38;
}

.au-home-blog-box figure img {
    width: 100%;
}

.au-home-blog-box figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 25px;
}

.au-home-blog .btn-link {
    color: #fff;
}


/*===============================
  Footer Css
================================*/

.au-footer {
    padding-top: 30px;
    padding-bottom: 25px;
    border-top: 1px solid #cacaca;
    position: relative;
}

.au-footer::before,
.au-footer::after {
    position: absolute;
    top: -1px;
    height: 1px;
    background: #fff;
    width: 15px;
    content: "";
}

.au-footer::before {
    left: 0;
}

.au-footer::after {
    right: 0;
}

.au-footer li {
    font-size: 14px;
}

.home .au-footer {
    border: none;
}

.au-footer h4 {
    color: #d50032;
}

.footer-link-box,
.footer-logo {
    margin-bottom: 20px;
}

.footer-link-box ul {
    padding-left: 0;
    list-style: none;
}

.footer-link-customer {
    margin-bottom: 0;
}

.footer-link-box:nth-child(even) {
    clear: both;
}

.footer-link-box li a {
    font-weight: 700;
    color: #0c2340;
}

.footer-social-links {
    margin-top: 20px;
    border-bottom: 1px solid #cacaca;
    position: relative;
}

.footer-social-links ul {
    margin-bottom: 0;
}

.footer-social-links li {
    float: left;
}

.footer-social-links li a {
    height: 36px;
    width: 36px;
    display: block;
    position: relative;
    border: 1px solid #cacaca;
    border-bottom: none;
    border-left: none;
    -webkit-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}

.footer-social-links li:first-child a {
    border-left: 1px solid #cacaca;
}

.footer-social-links li:hover a {
    background: #0c2340;
}

.footer-social-links li svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #0c2340;
    -webkit-transition: fill .25s ease-in-out;
    -o-transition: fill .25s ease-in-out;
    transition: fill .25s ease-in-out;
}

.footer-social-links li:hover svg {
    fill: #fff;
}

.copyright {
    padding-top: 15px;
}

.copyright li {
    vertical-align: middle;
    position: relative;
    margin-bottom: 5px;
}

.copyright li:last-child {
    margin-bottom: 0;
}

.copyright li::after {
    height: 100%;
    right: 0;
    top: -1px;
    width: 1px;
    content: "|";
    position: absolute;
    display: block;
}

.copyright li:last-child::after {
    display: none;
}

.copyright li a {
    color: #0c2340;
}

.footer-contact li:first-child {
    padding-right: 0;
}

.footer-contact li:first-child::after {
    display: none;
}


/*===============================
  Innerpage Common Css
================================*/

.au-small-banner {
    height: 200px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.au-content h4 {
    margin-bottom: 10px;
}

.au-content p {
    margin-bottom: 30px;
}

.au-content p:last-child {
    margin-bottom: 0;
}

.au-content p a,
.au-content p>strong,
.au-content>a:not(.btn),
.product-full-description p>a {
    color: #cd040b;
    letter-spacing: 1.1px;
    text-decoration: underline;
    text-transform: uppercase;
}

.au-section-box {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #fff;
}

.au-about-call-out h3 {
    margin-bottom: 0;
}

.au-about-call-out a {
    display: block;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    background: #0c2340;
    font-size: 22px;
    font-weight: 700;
}

.aus-logo-slider {
    margin-top: 30px;
}

.aus-logo-slider .swiper-slide {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.aus-logo-slider .swiper-pagination {
    position: relative;
    bottom: initial;
    margin-top: 20px;
}


/*===============================
  Testimonials Css
================================*/

.au-testimonials {
    background: #0c2340 url('../images/texture-bg.png') repeat-x center bottom;
}

.au-client-testimonial {
    position: relative;
    padding: 0 25px 25px;
    border: 2px solid #fff;
    border-top: none;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
}

.au-client-testimonial::before {
    position: absolute;
    top: 0;
    left: -2px;
    height: 61px;
    border: 2px solid #0c2340;
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    content: "";
    background: #0c2340;
}

.au-client-testimonial::after {
    background: #fff;
    height: 2px;
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    left: -2px;
    top: 60px;
    position: absolute;
    content: "";
}

.au-client-testimonial:hover {
    background: #fff;
    color: #212121;
}

.au-client-testimonial:last-child {
    margin-bottom: 0;
}

.au-client-testimonial figure {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto 23px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 3;
}

.au-client-testimonial figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.au-client-testimonial h4,
.au-content .au-client-testimonial h4 {
    margin-bottom: 25px;
    font-weight: 400;
}


/*===============================
  Career Css
================================*/

.upload-form {
    padding: 15px 0;
}

.au-jobs-container {
    border-top: 1px solid #cacaca;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.au-job {
    margin-bottom: 35px;
}

.au-job:last-child {
    margin-bottom: 0;
}

.au-job-heading {
    padding: 20px 60px 20px 20px;
    background: #0c2340;
    color: #fff;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.au-job-heading::before {
    position: absolute;
    height: 21px;
    width: 21px;
    right: 30px;
    content: url(../images/bag.svg);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.au-job-heading h3,
.au-job-heading p {
    margin-bottom: 0;
}

.au-job-description {
    padding: 15px 20px;
    background: #cd040b;
    color: #fff;
    border-top: 1px solid #fff;
}

.au-content .au-job-description h4 {
    margin-bottom: 0;
    font-size: 14px;
}

.au-job-description h4 a {
    color: #fff;
    text-decoration: none;
}

.au-job-full-details {
    padding-top: 15px;
    padding-bottom: 30px;
    display: none;
}

.au-job-full-details ul {
    margin-bottom: 0;
}

.au-job-full-details li {
    font-size: 14px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.au-job-full-details li a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.au-content .au-job-full-details p {
    margin-bottom: 18px;
}


/*===============================
  Contact page Css
================================*/

.au-contact-form {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    position: relative;
}

.form-box {
    margin-bottom: 20px;
}

.form-box:last-child {
    margin-bottom: 0;
}

.au-programs {
    text-align: center;
}

.au-programs .img-responsive {
    margin: 0 auto;
}

.download-brochure {
    margin-bottom: 30px;
}

.download-brochure:last-child {
    margin-bottom: 0;
}

.au-program-link {
    margin-top: 30px;
}

.au-program-link a {
    display: inline-block;
    position: relative;
    background: #0c2340;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    padding: 20px;
    line-height: 1.2;
}

.au-program-link a::before {
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #0c2340;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.au-program-link a:hover {
    background: #d61c38;
}

.au-program-link a:hover::before {
    border-bottom-color: #d61c38;
}


/*===============================
  Satisfaction page Css
================================*/

.rate-us-form {
    background: #0c2340;
}

.rate-form {
    padding: 15px;
    position: relative;
    background: #fff;
}


/*===============================
  Product page Css
================================*/

.au-content .au-home-product p>a {
    color: #fff;
}

.au-content .au-home-product .active .au-home-product-detail {
    left: 0;
    width: 100%;
}


/*===============================
  Uniform Rental Programme Css
================================*/

.dryclean-process {
    margin-bottom: 30px;
    position: relative;
}

.dryclean-process:last-child {
    margin-bottom: 0;
}

.dryclean-process .au-icon {
    background: #0c2340;
    text-align: center;
    padding: 20px;
    height: 65px;
    position: relative;
}

.dryclean-process .au-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dryclean-process-detail {
    border: 2px solid #0c2340;
    border-top: none;
    padding: 25px 20px;
    position: relative;
}

.dryclean-process-detail::after {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    content: url(../images/arrow.svg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}

.dryclean-process:last-child .dryclean-process-detail::after {
    display: none
}


/*===============================
  Mats Css
================================*/

.au-section blockquote {
    padding: 40px 20px;
    background: #fff;
    border: none;
    position: relative;
    text-align: center;
}

.au-section blockquote::before {
    position: absolute;
    top: -16px;
    left: 16px;
    content: url(../images/comma.svg);
    display: block;
}


/*===============================
  Standard Dust  Css
================================*/

.product-slider {
    margin-bottom: 30px;
}

.product-slider .carousel-indicators {
    position: relative;
    bottom: initial;
    left: 0;
    margin-left: 0;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 20px 0 0;
}

.product-slider .carousel-indicators li,
.product-slider .carousel-indicators .active {
    width: auto;
    margin: 0 15px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
    max-width: 66px;
}

.product-slider .carousel-indicators li:last-child {
    margin: 0;
}

.au-product h1 {
    margin-bottom: 30px;
}

.au-product h4 {
    margin-bottom: 10px;
}

.au-product ul {
    padding-left: 15px;
    margin-bottom: 25px;
}

.au-product ul:last-child,
.au-product li:last-child {
    margin-bottom: 0;
}

.au-product li {
    margin-bottom: 2px;
}

.colors {
    display: inline-block;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.2px;
}

.gray-color {
    background: #000 url('../images/gray-bg.jpg') repeat center center;
}

.list-size,
.au-product .list-size {
    padding-left: 0;
    margin-left: 0;
}

.list-size li,
.list-size li:last-child {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #000;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: 700;
    margin-bottom: 10px;
    vertical-align: middle;
}


/*===============================
  Blog Css
================================*/

.au-blogs h4 {
    font-weight: 400;
}

.au-blogs p {
    margin-bottom: 10px;
}

.blog-list {
    margin-bottom: 30px;
}

.blog-list:last-child {
    margin-bottom: 0;
}

.blog-slider .carousel-caption {
    padding: 0 30px;
}

.blog-slider .carousel-caption h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-slider .btn-link,
.right-side-blog .btn-link {
    color: #fff;
    text-decoration: underline;
}

.right-side-blog {
    padding: 0;
}

.right-side-blog {
    color: #fff;
}

.right-side-blog h3 {
    font-size: 16px;
}

.right-side-blog h4,
.au-content .right-side-blog h4,
.right-side-blog .btn-link {
    font-size: 13px;
}

.right-side-blog .au-home-blog-box figcaption {
    padding: 15px;
}

.blog-image {
    margin-bottom: 20px;
}

.popular-post {
    margin-bottom: 5px;
}

.popular-post:last-child {
    margin-bottom: 0;
}

.au-popular-post h3,
.au-popular-category h3 {
    margin-bottom: 25px;
}

.popular-post h4 {
    line-height: 1.6;
}

.popular-post h4 a {
    color: #cd040b;
    text-decoration: underline;
    font-weight: 700;
}

.au-popular-post {
    margin-bottom: 25px;
}

.au-popular-post:last-child {
    margin-bottom: 0;
}

.au-popular-category .popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.au-popular-category .post-name {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
}

.post-count {
    width: 65px;
    text-align: right;
}


/*===============================
  Single Blog Css
================================*/

.au-single-blog {
    padding: 30px 0 0;
}

.au-blog-category,
.au-section .au-blog-category {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
}

.au-single-blog-footer li {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
    position: relative;
    margin-bottom: 10px;
}

.au-single-blog-footer li:first-child::after {
    content: "|";
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.au-single-blog-footer li:last-child {
    margin-bottom: 0;
}

.au-single-blog-footer li a {
    color: #d61c38;
}

.au-single-blog-footer li .social-icon:first-of-type {
    margin-left: 8px;
}

.social-icon {
    display: inline-block;
    background-color: #0c2340;
    height: 44px;
    width: 44px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.social-icon:hover,
.social-icon:focus,
.social-icon:active {
    background-color: #d61c38;
}

.social-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*===============================
  Location Css
================================*/

.au-location-caption {
    padding: 15px;
}

.au-locations {
    position: relative;
    border-bottom: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.au-location-map .embed-responsive-item {
    background: #c3e7ff url('../images/map.jpg') no-repeat center center / cover;
}

.au-location-map .embed-responsive-item>div {
    display: none;
}

.au-locations figure {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.au-locations figure img {
    width: 100%;
}

.au-location-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 150px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.au-locations:hover figure,
.au-locations:hover .au-location-detail {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}

.au-locations .au-job-heading::before {
    content: url(../images/map-indicator.svg);
}

.au-location-contact ul:first-child {
    margin-top: 10px;
}

.au-location-contact ul:last-child {
    margin-bottom: 10px;
}

.au-location-contact .list-inline {
    margin-bottom: 0;
}

.au-location-contact .list-inline li {
    padding: 0 2px;
}

.au-location-contact .list-inline li:first-child {
    padding-left: 5px;
}

.au-location-contact .list-inline li,
.au-location-contact .list-inline li a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 14px;
    position: relative;
}

.au-location-contact .list-inline li a::after {
    position: relative;
    content: "|";
    display: inline-block;
    margin-left: 10px;
}

.au-location-contact .list-inline li:last-child a::after {
    display: none;
}

.au-recent-blog h2 {
    color: #d50032;
}

.au-recent-blog h4,
.au-content .au-recent-blog h4 {
    font-weight: 400;
}

.au-recent-blog a {
    font-weight: 700;
    color: #d61c38;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: underline;
}

.au-recent-post {
    margin-bottom: 30px;
}


/* ==========================================================================
   Gravity form css
   ========================================================================== */

.gform_wrapper {
    padding: 0 15px;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gform_wrapper input:focus,
.au-contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
    border: 1px solid #222;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
    border: medium none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 1.1px;
    padding: 12px 14px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    background: #0c2340;
    max-width: 130px;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type="submit"]:focus {
    color: #fff;
    background-color: #cd040b;
}

.au-contact-form .gform_wrapper.gf_browser_gecko select,
.gform_wrapper.gf_browser_chrome select,
.au-contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 12px 14px;
    width: 100%;
    height: 44px;
    border: 1px solid #ccc;
    font-family: 'Arial', sans-serif;
    border-radius: 0;
}

.gform_wrapper .gform_heading {
    display: none;
}

.au-contact-form .gform_wrapper.gf_browser_gecko select,
.gform_wrapper.gf_browser_chrome select {
    border-radius: 0;
    padding: 8px 40px 8px 15px !important;
    padding-right: ;
    background: #fff url("../images/down-select.svg") no-repeat scroll calc(100% - 10px) 53%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.au-contact-form .gform_wrapper .top_label input.medium,
.au-contact-form .gform_wrapper .top_label select.medium {
    width: 100%;
}


/*===============================
  Responsive Css
================================*/

@media (min-width: 768px) {
    /*===============================
      Common Css
    ================================*/
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    p,
    li {
        font-size: 15px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        height: 16px;
    }
    .carousel-control .glyphicon-chevron-left::before,
    .carousel-control .glyphicon-chevron-right::before {
        font-size: inherit;
        display: inline-block;
        line-height: 2px;
        vertical-align: text-top;
    }
    /*===============================
      Common Class Css
    ================================*/
    .au-section,
    .au-section-bordered {
        padding: 45px 0;
    }
    /*===============================
      Modal Css
    ================================*/
    .modal-dialog {
        width: 700px;
    }
    .modal-body .form-group:nth-child(4n+1) {
        clear: both;
    }
    .modal-body .main-error,
    .modal-body .wpcf7 .wpcf7-validation-errors {
        position: relative;
        top: initial;
        padding-left: 15px;
    }
    /*===============================
      Header Css
    ================================*/
    .au-header .navbar-header,
    .au-header .navbar-nav {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        float: none;
    }
    .au-header .navbar-default .navbar-toggle {
        display: block;
        margin-right: 15px;
    }
    .au-header .navbar-collapse {
        display: none !important;
        clear: both;
    }
    .au-header .navbar-collapse.in,
    .au-header .navbar-collapse.collapsing {
        display: block !important;
    }
    .au-header .navbar-nav>li {
        padding: 0;
        width: 100%;
    }
    .au-header .navbar-nav .open .dropdown-menu {
        position: relative;
        width: 100%;
    }
    .au-header .dropdown-menu>li>a:focus,
    .au-header .dropdown-menu>li>a:hover {
        background: transparent;
    }
    .au-header .navbar-right {
        float: none !important;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    /*.au-header .navbar-nav > li > a {
        padding: 15px 9px;
    }
    .au-header .navbar-nav > li:first-child > a {
        padding-left: 0;
    }
    .au-header .navbar-nav > li:last-child > a {
        padding-right: 0;
    }
    .au-header .navbar-nav > li:hover > a,
    .au-header .navbar-nav > li:focus > a {
        color: #d40032;
    }
    .au-header .navbar-right {
        padding-right: 15px;
    }
    .au-header .navbar-right > .menu-search > a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .au-header .navbar-nav > li > a .caret {
        display: none;
    }
    .au-header .navbar-right > li:last-child > a {
        padding-right: 9px;
    }
    .au-header .navbar-nav .dropdown-menu {
        display: block;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        border: none;
        box-shadow: none;
        padding: 0;
        background: #d40032;
        border-radius: 0;
    }
    .au-header .dropdown:hover .dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .au-header .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .dropdown-menu > li > a {
        font-size: 14px;
        padding: 14px;
        position: relative;
        color: #fff;
    }
    .dropdown-menu > li > a::before {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: #fff;
        opacity: .4;
        content: "";
    }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background: #0b233f;
        color: #fff;
    }
    .dropdown-menu > li:last-child > a::before {
        display: none;
    }*/
    /*===============================
      Rating star Css
    ================================*/
    div.rating-cancel a,
    div.star-rating a,
    div.rating-cancel,
    div.star-rating {
        width: 18px;
        height: 18px;
        -webkit-background-size: 18px auto !important;
        background-size: 18px auto !important;
        margin-right: 2px;
    }
    /*===============================
      Banner Css
    ================================*/
    .au-banner {
        position: relative;
    }
    .au-banner::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        content: "";
        opacity: .5;
    }
    .au-slider {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .au-slider .carousel,
    .au-slider .carousel-inner,
    .au-slider .carousel-inner>.item {
        height: 100%;
    }
    .au-banner .carousel-inner .item::after {
        width: -webkit-calc(((100% - 750px) / 2) + 420px);
        width: calc(((100% - 750px) / 2) + 420px);
        right: 0;
        height: 100%;
        background: #fff;
        top: 0;
        content: "";
        opacity: .7;
        position: absolute;
    }
    .au-banner-caption {
        position: absolute;
        max-width: 350px;
        top: 50%;
        right: 35px;
        padding: 0;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*===============================
      home Product Css
    ================================*/
    .au-home-product-detail {
        position: absolute;
        left: 15px;
        width: 0;
        top: 0;
        height: 100%;
        z-index: 8;
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
        overflow: hidden;
    }
    .au-home-product .active .au-home-product-detail {
        opacity: 1;
        visibility: visible;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .au-home-product-detail .au-image {
        float: left;
        width: 25%;
        border-bottom: none;
        border-right: 1px solid #fff;
    }
    .au-home-product-detail .au-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        text-align: left;
        padding: 20px 30px;
    }
    .au-home-product-detail .au-details p {
        margin-bottom: 0;
    }
    .au-details .close-box {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    /*===============================
      home blog Css
    ================================*/
    .au-home-blog-box {
        border-right: 1px solid #fff;
    }
    .au-home-blog-box:last-child {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    /*===============================
      Footer Css
    ================================*/
    .au-footer::before,
    .au-footer::after {
        width: -webkit-calc((100% - 750px) / 2 + 15px);
        width: calc((100% - 750px) / 2 + 15px);
    }
    .footer-link-box {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer-link-box:nth-child(even) {
        clear: none;
    }
    .copyright .footer-links {
        text-align: right;
    }
    /*===============================
      Innerpage Common Css
    ================================*/
    .au-content h4 {
        font-size: 15px;
    }
    .au-small-banner {
        height: 350px;
    }
    .au-section-box {
        border-right: 1px solid #fff;
    }
    .au-about-call-out a {
        font-size: 15px;
    }
    .aus-logo-slider {
        margin-top: 60px;
    }
    /*===============================
      Innerpage Common Css
    ================================*/
    .testimonial-box:first-child {
        padding-right: 25px;
    }
    .testimonial-box:last-child {
        padding-left: 25px;
    }
    .au-client-testimonial {
        margin-bottom: 50px;
    }
    /*===============================
      Career Css
    ================================*/
    .upload-form {
        padding: 20px;
    }
    .au-job:nth-child(odd) {
        clear: both;
    }
    .au-job-heading {
        padding: 20px 65px 20px 30px;
    }
    .au-job-description {
        padding-left: 30px;
    }
    /*===============================
      Contact US Css
    ================================*/
    .main-error,
    .wpcf7 .wpcf7-validation-errors {
        position: absolute;
        left: 0;
        top: 15px;
        margin-bottom: 0;
        padding: 0;
        margin: 0;
    }
    .form-box {
        margin-bottom: 0;
    }
    /*===============================
      Satisfaction Survey Css
    ================================*/
    .rate-form {
        padding: 40px 30px;
    }
    .rate-form .main-error,
    .rate-form .wpcf7 .wpcf7-validation-errors {
        left: 30px;
    }
    .rate-form-submit {
        text-align: center;
        margin-top: 224px;
    }
    /*===============================
      Uniform Rental Programme Css
    ================================*/
    .dryclean-process {
        margin-bottom: 0;
    }
    .dryclean-process-detail::after {
        bottom: initial;
        top: 50%;
        left: 100%;
        -webkit-transform: translate(0, -50%) rotate(0deg);
        -ms-transform: translate(0, -50%) rotate(0deg);
        transform: translate(0, -50%) rotate(0deg);
    }
    .dryclean-reverse {
        padding: 0 100px;
    }
    .dryclean-reverse .img-responsive {
        top: -16px;
        position: relative;
    }
    /*===============================
      Mats Css
    ================================*/
    .au-section blockquote {
        padding: 45px;
        margin: 0;
    }
    .au-section blockquote p {
        font-size: 24px;
    }
    /*===============================
      Blog Css
    ================================*/
    .blog-slider .carousel-caption {
        bottom: 30px;
    }
    .blog-slider .carousel-caption h3 {
        font-size: 28px;
    }
    .blog-slider .carousel-caption h4 {
        margin-bottom: 28px;
    }
    .blog-slider .carousel-caption .btn {
        font-size: 15px;
    }
    .right-side-blog .au-home-blog-box {
        border-bottom: 1px solid #fff;
    }
    .blog-list {
        margin-bottom: 45px;
    }
    .blog-image {
        margin-bottom: 0;
    }
    .popular-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 15px;
    }
    .popular-post h4,
    .au-content .popular-post h4 {
        margin-bottom: 0;
    }
    .post-name {
        width: -webkit-calc(100% - 195px);
        width: calc(100% - 195px);
    }
    .post-date {
        text-align: right;
        width: 195px;
    }
    /*===============================
      Single Blog Css
    ================================*/
    .au-single-blog {
        padding-top: 45px;
    }
    /*===============================
      Location Css
    ================================*/
    .au-location-map {
        position: relative;
    }
    .au-location-map .embed-responsive-item {
        background-position: 60% center;
    }
    .au-location-caption {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: rgba(255, 255, 255, .8);
        width: 50%;
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .au-locations:hover figure,
    .au-locations:hover .au-location-detail {
        -webkit-transform: translateY(-115px);
        -ms-transform: translateY(-115px);
        transform: translateY(-115px);
    }
    .au-locations .au-job-heading {
        padding-left: 15px;
    }
    .au-location-detail {
        max-height: 176px;
    }
    /* ==========================================================================
       Gravity form css
       ========================================================================== */
    body .au-contact-form .gform_wrapper ul.gform_fields {
        display: flex;
        flex-flow: wrap;
        list-style: none;
        clear: both;
    }
    body .gform_wrapper ul.gform_fields li.gfield:last-child {
        width: 100%;
        padding: 0 15px;
    }
    body .gform_wrapper ul.gform_fields li.gfield:not(:last-child) {
        width: calc(100% / 3);
        padding: 0 15px;
    }
    body .gform_wrapper label.gfield_label {
        font-size: 14px;
    }
    .gform_wrapper {
        padding: 0;
    }
    body .gform_wrapper .gform_footer {
        padding: 0 15px;
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type="submit"],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type="submit"] {
        min-width: 135px;
    }
}

@media (min-width: 992px) {
    /*===============================
      Common Css
    ================================*/
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 32px;
    }
    p,
    li {
        font-size: 16px;
    }
    /*===============================
      Common Class Css
    ================================*/
    .au-section,
    .au-section-bordered {
        padding: 52px 0;
    }
    /*===============================
      Modal Css
    ================================*/
    .modal-dialog {
        width: 970px;
    }
    /*===============================
      Rating star Css
    ================================*/
    div.rating-cancel a,
    div.star-rating a,
    div.rating-cancel,
    div.star-rating {
        width: 20px;
        height: 20px;
        -webkit-background-size: 20px auto !important;
        background-size: 20px auto !important;
        margin-right: 8px;
    }
    /*===============================
      Header Css
    ================================*/
    .au-header {
        position: fixed;
    }
    .modal-open .au-header {
        padding-right: 15px;
    }
    .sticky {
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    }
    .au-header .navbar-default {
        margin: 0 auto;
        width: 970px;
    }
    .au-header .navbar-header,
    .au-header .navbar-nav {
        float: left;
        width: auto;
    }
    .au-header .navbar-default .navbar-brand {
        padding-right: 0;
        padding-left: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .au-header.sticky .navbar-default .navbar-brand {
        padding: 8px 0;
    }
    .au-header .navbar-default .navbar-brand img {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 148px;
    }
    .au-header.sticky .navbar-default .navbar-brand img {
        width: 120px;
    }
    .au-header .navbar-default .navbar-toggle {
        display: none;
    }
    .au-header .navbar-default .navbar-collapse {
        padding-left: 0;
        float: right;
        margin-top: 26px;
        display: block !important;
        clear: none;
        background: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .au-header.sticky .navbar-default .navbar-collapse {
        margin-top: 18px;
    }
    .au-header .navbar-nav {
        float: left;
    }
    .au-header .navbar-nav>li {
        width: auto;
    }
    .au-header .navbar-nav>li>a {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 12px 7px 40px;
        color: #0c2340;
    }
    .au-header.sticky .navbar-default .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 25px;
    }
    .au-header .navbar-default .navbar-nav>li:focus>a,
    .au-header .navbar-default .navbar-nav>li:hover>a,
    .au-header .navbar-default .navbar-nav>.open>a,
    .au-header .navbar-default .navbar-nav>.open>a:focus,
    .au-header .navbar-default .navbar-nav>.open>a:hover,
    .au-header .navbar-default .navbar-nav>li>a:focus,
    .au-header .navbar-default .navbar-nav>li>a:hover,
    .au-header .navbar-default .navbar-nav>.open>a,
    .au-header .navbar-default .navbar-nav>.open>a:focus,
    .au-header .navbar-default .navbar-nav>.open>a:hover,
    .au-header .navbar-default .navbar-nav>.active>a,
    .au-header .navbar-default .navbar-nav>.active>a:focus,
    .au-header .navbar-default .navbar-nav>.active>a:hover,
    .au-header .navbar-default .navbar-nav>.current-menu-parent>a,
    .au-header .navbar-default .navbar-nav>.current-menu-parent>a:focus,
    .au-header .navbar-default .navbar-nav>.current-menu-parent>a:hover {
        color: #d40032;
    }
    .au-header .navbar-right {
        float: right !important;
        width: auto;
        margin: 0 -15px 0 0;
        padding-right: 5px;
        padding-left: 5px;
    }
    .au-header .navbar-nav>li>a {
        border: none;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .au-header.sticky .navbar-nav>li>a {
        font-size: 12px;
    }
    .au-header .navbar-nav>li>a .caret {
        display: none;
    }
    .au-header .navbar-right>li {
        margin-right: 1px;
    }
    .au-header .navbar-right>li:last-child {
        margin-right: 0;
    }
    .au-header .navbar-right>li>a {
        padding: 15px 7px;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .au-header.sticky .btn {
        width: 34px;
        min-width: 34px;
        padding: 7px;
    }
    .au-header.sticky .navbar-right>li>a {
        width: 34px;
        height: 34px;
    }
    .au-header.sticky .navbar-default .navbar-right>li>a {
        padding: 9px 7px;
    }
    .au-header .navbar-nav .dropdown-menu {
        display: block;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        background: #d40032;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .au-header .dropdown:hover .dropdown-menu,
    .au-header .navbar-nav .open .dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        position: absolute;
        padding-left: 0;
        background: #d40032;
    }
    .au-header .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .dropdown-menu>li>a {
        padding: 16px 14px;
        color: #fff;
        border-bottom-style: solid;
        border-bottom-color: #ef3e34;
    }
    .au-header .navbar-default .navbar-nav .open .dropdown-menu>li:last-child>a,
    .dropdown-menu>li:last-child>a {
        border-bottom: none;
    }
    .au-header .dropdown-menu>li>a:focus,
    .au-header .dropdown-menu>li>a:hover,
    .au-header .dropdown-menu>.active>a,
    .au-header .dropdown-menu>.active>a:focus,
    .au-header .dropdown-menu>.active>a:hover,
    .au-header .navbar-default .navbar-nav .open .dropdown-menu>li:hover>a,
    .au-header .navbar-default .navbar-nav .open .dropdown-menu>li:focus>a .dropdown-menu>li:hover>a,
    .dropdown-menu>li:focus>a,
    .au-header .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .au-header .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .au-header .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        background: #0c2340;
        color: #fff;
    }
    .au-header .navbar-right .btn {
        background: #0c2340;
    }
    .au-header .navbar-right .btn:hover,
    .au-header .navbar-right .btn:focus {
        background: #d40032;
    }
    .au-header .form-control {
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .au-header.sticky .form-control {
        height: 34px;
        padding: 6px 8px;
        font-size: 12px;
    }
    /*===============================
      Banner Css
    ================================*/
    .au-banner .carousel-inner .item::after {
        width: -webkit-calc((100% - 970px) / 2 + 420px);
        width: calc((100% - 970px) / 2 + 420px);
    }
    .au-banner-caption {
        max-width: 380px;
        right: -webkit-calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
        margin-top: 45px;
    }
    /*===============================
      home blog Css
    ================================*/
    .au-home-blog-box {
        border-right: 1px solid #fff;
        border-bottom: none;
    }
    /*===============================
      Footer Css
    ================================*/
    .au-footer::before,
    .au-footer::after {
        width: -webkit-calc((100% - 970px) / 2 + 15px);
        width: calc((100% - 970px) / 2 + 15px);
    }
    /*===============================
      Innerpage Common Css
    ================================*/
    .au-small-banner {
        height: 440px;
    }
    .au-content p>strong {
        font-size: 15px;
    }
    .au-content-without-banner {
        margin-top: 98px;
    }
    /*===============================
      About Us Css
    ================================*/
    .au-about-call-out a {
        font-size: 18px;
        padding: 20px;
    }
    /*===============================
      Innerpage Common Css
    ================================*/
    .au-content h4 {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .testimonial-box:first-child {
        padding-right: 30px;
    }
    .testimonial-box:last-child {
        padding-left: 30px;
    }
    .au-client-testimonial {
        margin-bottom: 60px;
    }
    /*===============================
      Career Css
    ================================*/
    .au-job:nth-child(odd) {
        clear: none;
    }
    .au-job:nth-child(3n+1) {
        clear: both;
    }
    /*===============================
      Contact Us Css
    ================================*/
    .au-programs {
        text-align: left;
    }
    .download-brochure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 0;
    }
    .au-program-link {
        padding-left: 30px;
        margin-top: 0;
    }
    .au-program-link a {
        max-width: 260px;
        font-size: 30px;
        padding: 25px 20px 25px 40px;
    }
    .au-program-link a::before {
        left: -8px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border-right-color: #0c2340;
        border-bottom-color: transparent;
        border-left: none;
        border-top: 8px solid transparent;
    }
    .au-program-link a:hover::before {
        border-bottom-color: transparent;
        border-right-color: #d61c38;
    }
    .main-error {
        top: 20px;
    }
    /*===============================
      Uniform Rental Programme Css
    ================================*/
    .dryclean-reverse .img-responsive {
        top: -20px;
    }
    /*===============================
      Mats Css
    ================================*/
    .au-section blockquote {
        padding: 45px 80px;
    }
    .au-section blockquote p {
        font-size: 28px;
    }
    /*===============================
      Standard Dust Css
    ================================*/
    .product-slider {
        padding-right: 40px;
    }
    /*===============================
      Blog Css
    ================================*/
    .blog-slider .carousel-caption h3 {
        font-size: 32px;
    }
    .blog-slider .carousel-caption .btn {
        font-size: 16px;
    }
    .right-side-blog .au-home-blog-box figcaption {
        padding: 30px 25px;
    }
    .right-side-blog h3 {
        font-size: 20px;
    }
    .right-side-blog h4,
    .au-content .right-side-blog h4,
    .right-side-blog .btn-link {
        font-size: 14px;
    }
    /*===============================
      Location Css
    ================================*/
    .au-locations {
        margin-bottom: 0;
    }
    .au-location-map .embed-responsive-item,
    .au-location-map {
        max-height: 670px;
    }
    .au-location-caption {
        padding: 123px 50px 25px;
    }
    .au-location-caption .au-content {
        max-width: 380px;
    }
    .au-location-contact .list-inline li,
    .au-location-contact .list-inline li a {
        font-size: 13px
    }
    .au-location-contact .list-inline li {
        padding: 0 2px;
    }
    .au-location-contact .list-inline li:first-child {
        padding-left: 5px;
    }
    .au-location-contact .list-inline li:last-child {
        padding-right: 0;
    }
    .au-location-contact .list-inline li a::after {
        margin-left: 5px;
    }
    .au-locations:hover figure,
    .au-locations:hover .au-location-detail {
        -webkit-transform: translateY(-97px);
        -ms-transform: translateY(-97px);
        transform: translateY(-97px);
    }
    .au-location-detail {
        max-height: 155px;
    }
    .au-locations .au-job-heading {
        padding-left: 30px;
    }
    .au-recent-post {
        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    /*===============================
      Common Css
    ================================*/
    h1 {
        font-size: 47px;
    }
    h2 {
        font-size: 35px;
    }
    p,
    li {
        font-size: 17px;
    }
    /*===============================
      Common Class Css
    ================================*/
    .container {
        width: 1070px;
    }
    .au-section,
    .au-section-bordered {
        padding: 60px 0;
    }
    .main-error,
    .wpcf7 .wpcf7-validation-errors {
        top: 20px;
    }
    /*===============================
      Modal Css
    ================================*/
    .modal-dialog {
        width: 1070px;
    }
    /*===============================
      Rating star Css
    ================================*/
    div.rating-cancel a,
    div.star-rating a,
    div.rating-cancel,
    div.star-rating {
        width: 24px;
        height: 22px;
        -webkit-background-size: auto auto !important;
        background-size: auto auto !important;
        margin-right: 6px;
    }
    /*===============================
      Header Css
    ================================*/
    .au-header .navbar-default {
        width: 1050px;
    }
    .au-header .navbar-default .navbar-brand {
        padding: 18px 0;
    }
    .au-header .navbar-default .navbar-collapse {
        margin-top: 29px;
    }
    .au-header .navbar-nav>li>a {
        font-size: 14px;
        letter-spacing: 1.1px;
        padding: 12px 12px 43px;
    }
    .au-header .navbar-nav>li:last-child>a {
        padding-right: 0;
    }
    .au-header .navbar-right {
        padding-left: 30px;
        padding-right: 0;
    }
    .au-header .navbar-right>li>a,
    .au-header .navbar-right>li:last-child>a {
        padding: 15px 7px;
    }
    .au-header .navbar-right>.menu-search {
        width: 195px;
    }
    /*===============================
      Banner Css
    ================================*/
    .au-banner .carousel-inner .item::after {
        width: -webkit-calc((100% - 1070px) / 2 + 420px);
        width: calc((100% - 1070px) / 2 + 420px);
    }
    .au-banner-caption {
        right: -webkit-calc((100% - 1070px) / 2);
        right: calc((100% - 1070px) / 2);
    }
    .au-banner video {
        display: block;
    }
    /*===============================
      Footer Css
    ================================*/
    .au-footer::before,
    .au-footer::after {
        width: -webkit-calc((100% - 1070px) / 2 + 15px);
        width: calc((100% - 1070px) / 2 + 15px);
    }
    .footer-logo {
        width: 240px;
    }
    .footer-link-box {
        margin-right: 15px;
    }
    .footer-link-box:last-of-type {
        margin-right: 0;
    }
    .footer-link-about {
        padding-left: 0;
    }
    .footer-link-locations {
        width: 155px;
    }
    .footer-link-product {
        width: 220px;
    }
    .footer-link-specials {
        width: 115px
    }
    .footer-link-customer {
        width: 190px;
        float: right;
        margin-right: 0;
        padding-right: 0;
    }
    .copyright li {
        margin-bottom: 0;
    }
    /*===============================
      Innerpage Common Css
    ================================*/
    .au-content p {
        font-size: 18px;
    }
    .au-about-call-out a {
        font-size: 22px;
    }
    /*===============================
      Career Css
    ================================*/
    .au-content .au-jobs-container p {
        font-size: 17px;
    }
    /*===============================
      Contact Css
    ================================*/
    .au-program-link a {
        font-size: 35px;
    }
    .download-brochure:last-child {
        padding-left: 66px;
    }
    /*===============================
      Satisfaction Survey Css
    ================================*/
    .rate-form {
        padding: 50px 40px 40px;
    }
    .rate-form .main-error,
    .rate-form .wpcf7 .wpcf7-validation-errors {
        left: 40px;
    }
    /*===============================
      Uniform Rental Programme Css
    ================================*/
    .dryclean-reverse .img-responsive {
        top: -24px;
    }
    /*===============================
      Mats Css
    ================================*/
    .au-section blockquote p {
        font-size: 30px;
        max-width: 760px;
        margin: 0 auto;
    }
    /*===============================
      Standard Dust Css
    ================================*/
    .product-slider {
        padding-right: 70px;
    }
    /*===============================
      Blog Css
    ================================*/
    .blog-slider .carousel-caption h3 {
        font-size: 35px;
    }
    .right-side-blog h3 {
        font-size: 22px;
    }
    .right-side-blog h4,
    .au-content .right-side-blog h4,
    .right-side-blog .btn-link {
        font-size: 16px;
    }
    .post-name {
        padding-right: 20px;
    }
    .au-single-blog-footer li,
    .au-single-blog-footer li a {
        font-size: 16px;
    }
    /*===============================
      Location Css
    ================================*/
    .au-location-contact .list-inline li,
    .au-location-contact .list-inline li a {
        font-size: 14px
    }
    .au-location-detail {
        max-height: 163px;
    }
}

@media (min-width: 1600px) {
    .au-location-map .embed-responsive-item {
        background-position: 66% center;
    }
}
