/*
    Theme Name: City 2020
    Theme URI: http://www.zohothemes.com
    Author: ZohoThemes Team
    Author URI: https://www.zohothemes.com/
    Email: support@zohothemes.com
    Description: 
    Version: 1.1
*/
@import url("assets/css/bootstrap-theme.min.css");

:root {
    --default-color:#161b31;
    --secondary-color:#f49221; /* #F71735 #d21034*/
    --menu-color:#f71735;
    --white-color:#fff;
    --black-color:#000;
}
* {
    outline: none !important;
}

html {
    font-size: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 32px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    color: var(--default-color);
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: auto;
    background-size: cover;
    position: relative;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

a {
    color: #050708; /*#2485af;*/
}

a:hover, a:focus {
    color: var(--secondary-color);
    text-decoration: none;
}

p {
    font-size:16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.entry-content {
    font-size:16px;
    line-height: 30px;
    margin-bottom: 15px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 700;
    color:#fff;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 14px;
}
 
h1.heading, h1.entry-title, h2.widget-title {
    font-size: 26px;
    font-weight: 400;
    color:#2485af;
}
h2.heading {
    font-size: 22px;
}
h3.heading {
    font-size: 18px;
}
h4.heading {
    font-size: 16px;
}
h5.heading {
    font-size: 14px;
}
h6.heading {
    font-size: 13px;
}

h1.error-404 {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.readmore a {
    display: inline-block;
    position: relative;
    border: none;
    color: #EB2C4B;
    font-weight: 600;
    font-size:14px;
    text-transform: uppercase;
}

    .readmore a:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #EB2C4B;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        width:100%;
    }
    
.default-color {
    color:var(--default-color) !important;
    font-weight: 500;
}
.secondary-color {
    color:var(--secondary-color) !important;
}
.menu-color {
    color:var(--menu-color) !important;
}
.white-color {
    color:var(--white-color) !important;
}
.black-color {
    color:var(--black-color);
}

.tt_normal {
    text-transform: inherit !important;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
    border: solid 1px #d4d4d4;
    font-size: 14px;
    /*border-top: none;
    border-left: none;
    border-right: none;*/
    padding: 10px 10px;
}

.form-control:focus {
    transition:  width 2000ms ease-out, height 2000ms ease-out 3000ms; 
    border-bottom: solid 1px #db1834; 
    box-shadow: none;
}

label.error {
    font-size:14px;
    color:var(--secondary-color);
    font-weight: normal;
    text-align: left;
    display: block;
    margin: 0px;
    padding: 0px;
}

.form-control.error {
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: normal;
    border: solid 2px #ff0000;
}

.btn.btn-primary {
    background-image: -webkit-linear-gradient(top,#6aaaf7 0,#265692 100%) !important;
    background-image: -o-linear-gradient(top,#6aaaf7 0,#265692 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#6aaaf7),to(#265692)) !important;
    background-image: linear-gradient(to bottom,#6aaaf7 0,#265692 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6aaaf7', endColorstr='#ff265692', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    border-bottom: 3px solid #0a2d56;
    border-style: none none solid;
    height: 42px;
}
/*
    Header Section
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #081636;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: -webkit-linear-gradient(177deg, #ff007a 0%, #9d0f7e 54%, #3b1d82 96%);
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    display: inline-block;
    width:100%;
    height:100%;
}

header.header, header.oheader {
    left: 0;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 999999;
}

.header,.oheader {
    /*background:rgba(22, 27, 49,.8);*/
    min-height:142px;
    box-shadow: 0 0 27px 0 rgba(5,6,6,0.22);
}
.oheader .navbar-default {
    background: #fff;
    padding-bottom: 8px;
    padding-top: 14px;
}

.topbar {
    background: #F49221;
    height:45px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    z-index: 111;
    box-sizing: border-box;
    position: relative;
    padding: 0px 0px;
}

.topbar-quick-call {
    padding-top:7px;
    float:right;
}

.lang .select_btn_group {
    position: relative;
}

.lang .select_btn_group a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    display: block;
    padding:5px 10px;
}

.lang .select_btn_group a img {
    margin-right: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:28px;
}

.lang .select_btn_group a i {
    margin-left: 5px;
}

.lang .select_btn_group .select_dropdown_menu {
    position: absolute;
    z-index: 9999999999;
    background: rgba(210, 16, 52,.7);
    width: 125px;
    right: 0;
    top: 40px;
    padding: 10px 0px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.lang .select_btn_group .select_dropdown_menu li {
    margin-bottom: 8px;
}

.lang .select_btn_group .select_dropdown_menu.open {
    opacity: 1;
    visibility: visible !important;
}

.lang .select_btn_group .select_dropdown_menu li a:hover {
    background: var(--secondary-color);
    opacity: .9;
} 

/*
.language .btn-group a img, .language .btn-group button img {
    margin-right: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.language .btn {
    background:transparent !important;
    padding: 0px !important;
}
*/
.navbar {
    margin: 0px;
    border:none;
}
.navbar-default {
    background-color:transparent;
    border-color: transparent;
    background-image:none!important;
    box-shadow: none !important;
    border-radius: 0px;
    padding-top:10px;
    /*min-height:85px;*/
}
.navbar-header {
	margin-top:6px;
}

.navbar-brand  {
    padding: 0px !important;
    margin-top: 0px !important;
    display: inline-block;
    height: 100%;
    position: relative;
}
/*
.navbar-default .navbar-nav {
    float:right;
}*/

.navbar-default .navbar-nav>li>a {
    font-size:14px;
    color:#050708;
    text-transform: uppercase;
    text-shadow:none;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
    color: var(--secondary-color) !important;
    text-shadow:none;
    font-weight: 400;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    color: var(--secondary-color) !important;
    background: transparent !important;
    box-shadow: none !important;
}
.navbar-default .navbar-nav>.current-menu-parent>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav > .active > a:hover {
    color: var(--secondary-color) !important;
    background: transparent !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 24px;
    min-width: 250px;
    left: 0px;
    background: rgb(253 253 253 / 90%);
    /*border-top:solid 1px #050708;*/
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    padding: 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,.175) !important;
}

.dropdown-menu>li>a {
    margin: 0;
    display: block;
    padding: 10px 15px;
    position: relative;
    color:#050708 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 15px 15px 20px !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: var(--secondary-color);
    background-image: linear-gradient(to right,#ffba6b 0,#f49221 100%);
    background-repeat: repeat-x;
    color:#fff !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: var(--secondary-color);
    background-image: linear-gradient(to right,#ffba6b 0,#f49221 100%);
    background-repeat: repeat-x;
    color:#fff !important;
}

.dropdown-menu li ul a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 9px;
    content: "-";
    margin-right: 5px;
    position: static;
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
    left: 0px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
/*
.dropdown-menu>li>a:focus:before, .dropdown-menu>li>a:hover:before {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}*/

#homeCarousel {
    position: relative;
    /*border-bottom: solid 1px rgb(109, 109, 109);*/
}

#singleCarousel {
    position: relative;
    border-bottom: solid 1px rgb(109, 109, 109);
    height: 500px;
}

.carousel, .owl-carousel {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#homeCarousel .carousel-caption {
    top: 25%;
    width: 50%;
    margin: 0 auto;
}

.owl-theme .carousel-caption h1 {
    font-size: 60px;
}

#singleCarousel .carousel-caption h1 {
    font-size:43px !important;
    font-weight: 600;
}

#singleCarousel .carousel-caption {
    top:47% !important;
}
/*
.owl-theme .item{
  position: relative;
}
.owl-theme .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: red;
  opacity: 0.5;
}
*/

.owl-theme .carousel-caption .description {
    line-height: 25px;
    font-size: 20px;
    margin-top: 30px;
    width:75%;
    margin:0 auto;
    text-shadow: none;
    color: #f49221;
    font-weight: 300;
}

.owl-theme .carousel-caption .divider {
    border: solid 1px #FFF;
    width: 6%;
    margin: 30px auto;
}

.owl-theme .carousel-caption .action {
    margin:20px 0px 0px;
}

button.action-btn, .action-btn { /*.owl-theme .carousel-caption */
    background:var(--secondary-color);
    color:#fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 35px;
    border: none;
    border-radius:50px;
    margin:40px 0px 0px 0px;
    line-height: inherit;
}

button.reset-btn, .reset-btn { 
    background:#a9a194 !important;
    color:#fff !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    padding: 7px 35px!important;
    border: none !important;
    border-radius:50px !important;
    margin:0px 0px 0px 0px !important;
    line-height: inherit !important;
}

a.action-btn {
    background:var(--secondary-color);
    color:#fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 35px;
    border: none;
    border-radius:50px;
    margin:40px 0px 0px 0px;
    line-height: inherit;
    font-family: inherit;
    display:inline-block;
}

a.reset-btn {
    background:#a9a194 !important;
    color:#fff !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    padding: 7px 25px !important;
    border: none !important;
    border-radius:50px !important;
    margin:0px 0px 0px 0px !important;
    line-height: inherit !important;
    font-family: inherit !important;
    display:inline-block !important;
}

button.action-btn i {
    -webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-left: -3px;
}
a.action-btn i {
    -webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-left: -3px;
}

button.action-btn:hover i {
    margin-left: 10px;
    opacity: 1;
    visibility: visible;
}
a.action-btn:hover i {
    margin-left: 10px;
    opacity: 1;
    visibility: visible;
}

/*section {*/
/*    padding: 4.5em 0;*/
/*}*/

#homepage-featured-services {
    background:linear-gradient(to bottom,#f5fafe 50%,#fff 50%);
    padding:75px 0px;
    border-bottom:solid 1px rgba(109, 109, 109,.3);
}

.home-banner {
    padding: 150px 0px;
}
.home-banner h1 {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: left;
    font-size: 40px;
}
.home-banner h1 span {
    display:block;
    color:#ffa338;
}

.home-banner h1 span.best {
    font-size:30px;
    color:#fff;
}

.breadcrumb_area {
    /*background-size: cover !important;
    position: relative;
    z-index: 1;
    padding: 30px !important;
    overflow: hidden;*/
    background-position: top center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
    width: 100%;
}


/*
.breadcrumb_area:before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.95;
}*/
    
.breadcrumb_padding {
    /*padding: 120px 0;*/
    max-height:240px;
    height:100%;
    padding:60px 0px;
}
.service-banner.breadcrumb_padding {
    max-height:500px;
    padding:15px 0px !important;
    background-size:100% auto;
}
.home-banner {
    height:780px;
}
.home-banner .mobile-banner {
    display:none;
}
.service-banner .mobile-banner {
    display:none;
}
.page-banner .mobile-banner {
    display:none;
}
.suburb-banner .mobile-banner {
    display:none;
}
.suburb-banner.breadcrumb_padding {
    max-height:500px;
    padding:15px 0px !important;
    background-size:100% auto;
}
.interstate-banner .mobile-banner {
    display: none;
}

.interstate-banner.breadcrumb_padding {
    max-height: 500px;
    padding: 65px 0px !important;
    background-size: 100% auto;
}


/*
.home-banner {
    background-position: center right;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 70px 0 50px;
    background-size:100% auto;
}
*/
.home-banner.breadcrumb_padding {
    max-height:780px;
    padding:15px 0px !important;
    background-size:100% auto;
}

.breadcrumb_area.aboutus {
    background: url('assets/images/banner/aboutus-banner.jpg') center 22% no-repeat;
}

.breadcrumb_area h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px; 
    font-style: normal;
    text-align: left;
    color:var(--secondary-color);
}

.suburb.breadcrumb_area h1 {
    color:#fff;
    font-size:40px !important;
    margin:80px 0 0;
    line-height: 40px;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
}
.suburb-banner.breadcrumb_area h1 {
    margin-top: 50px !important;
    font-size: 50px !important;
    line-height: 50px !important;
    color:#fff !important;
    text-shadow: 5px 0px 5px rgba(5, 6, 6, 0.32);
}
.interstate-banner.breadcrumb_area h1 {
    margin-top: 50px !important;
    font-size: 50px !important;
    line-height: 50px !important;
    color:#fff !important;
    text-shadow: 5px 0px 5px rgba(5, 6, 6, 0.32);
}

.section-info, .section-info-left {
    padding:30px 0px 0px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.section-white {
    color:#fff !important;
}

.section-info:after {
    content: "";
    display: inline-block;
    border: solid 2px var(--secondary-color);
    width: 43px;
    height: 4px;
    left: 48%;
    margin-left: 0px;
    top: auto;
    position: relative;
}

.section-title, .section-title-left {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px;
    color:var(--secondary-color);
    text-transform: uppercase;
    text-align: center;
}
.section-title-left {
    text-align: left !important;
}

.whoweare-wrapper .section-info-left {
    padding:0px !important;
}

.whoweare-wrapper h3 {
    margin-top:0px !important;
}

.section-description, .section-description-left {
    font-size: 20px;
    margin:15px 0px;
    font-weight: 300;
    color:#000;
    text-align: center;
    line-height: 40px;
}
.section-description-left {
    text-align: left !important;
}

.service-item-box {
    position: relative;
    background-color:#fff;
    /*margin-left:15px;
    margin-right:15px;*/
    border:1px #dedede solid;
    margin-bottom: 25px;
}
.featured-services .service-item-box {
    margin:15px !important;
}


.service-item-box:hover > .service-more > .btn {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.service-pic {
    position: relative;
    overflow: hidden;
}

.service-pic img {
    width:100%;
}

.service-title {
    padding: 20px;
    background-color: #fff;
    border: 1px #dedede solid;
    border-bottom: none;
}

.service-title p {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #273272;
    line-height: 28px;
}
.service-more {
    position: relative;
    overflow-y: hidden;
    border: 1px #dedede solid;
    border-top: none;
}

.service-more > .btn {
    display: block;
    padding: 13px 30px 13px 30px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #626262;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: left;
}
.service-more > .btn i {
    margin-left: 10px;
    color: #001a57;
}

.service-more > .btn.alt {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--secondary-color);
    color: #fff;
}

.service-item-box:hover > .service-more > .btn.alt i {
    color: #fff;
}

.service-item-inner img {
    width:100%;
    /*border-radius: 100px;*/
    background-color: #a4bbd6;
    box-shadow: inset 0 0 0 25px #a4bbd6;
}

.service-box-bottom-content {
    padding: 23px 30px 46px 30px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
    /*box-shadow: 0px 0px 7px #ddd;*/
    -webkit-transition:all .4s ease-in-out;
}

.service-box-bottom-content .service-box-icontitle {
    margin: 0px 0px 15px;
    padding: 0px 0px 10px;
}

.service-box-bottom-content .service-iconbox {
    float:left;
    width:10%;
    margin-right:15px;
}

.service-box-bottom-content .service-iconbox i {
    font-size: 35px;
    color:var(--secondary-color);
}

.service-box-bottom-content .service-box-title {
    font-size: 18px;
    font-weight: 600;
}

.service-box-bottom-content .service-box-desc {
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.service-box-bottom-content .servicebox-readmore {
    padding-top: 9px;
    padding-bottom: 2px;
}
    .service-box-bottom-content .servicebox-readmore a {
        display: inline-block;
        position: relative;
        border: none;
        color: #0e1032;
        font-weight: 600;
        font-size:14px;
        text-transform: uppercase;
    }
    
    .service-box-bottom-content .servicebox-readmore a:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #0e1032;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        width:100%;
    }
    
    .service-box-bottom-content:hover {
        background-color:var(--secondary-color);
        cursor:pointer;
    }
    
    .service-item-box:hover .service-box-bottom-content { /*, .service-item-box.hover .service-box-bottom-content */
        background-color:var(--secondary-color);
        cursor:pointer;
        color:#fff !important;
    }
    .service-item-box:hover .service-box-bottom-content .servicebox-readmore a {
        cursor:pointer;
        color:#fff !important;
    }
    
    .service-item-box:hover .service-box-bottom-content .servicebox-readmore a:before {
        cursor:pointer;
        color:#fff !important;
        background:#fff !important;
    }
    
    .service-box-bottom-content:hover .service-iconbox i, .service-box-bottom-content:hover .service-box-title, .service-box-bottom-content:hover .service-box-desc,
    .service-box-bottom-content:hover .servicebox-readmore a,
    .service-item-box a:hover .service-box-bottom-content .service-iconbox i, .service-item-box a:hover  .service-box-bottom-content .service-box-title, .service-item-box a:hover  .service-box-bottom-content .service-box-desc,
    .service-item-box a:hover  .service-box-bottom-content .servicebox-readmore a
    {
        color:#fff !important;
    }
    
    .service-box-bottom-content:hover .servicebox-readmore a:before {
        background:#fff !important;
    }
    
    .service-item-box:hover a:hover .servicebox-readmore a:before {
        background:#fff !important;
    }
    
    
#aboutus-featured-news {
    background: linear-gradient(to bottom,#f5fafe 50%,#fff 50%);
    padding: 75px 0px;
    border-bottom: solid 1px rgba(109, 109, 109,.3);
}
    
.news-item-box {
    position: relative;
    background-color:#fff;
    margin-left:15px;
    margin-right:15px;
    box-shadow:0px 0px 17px rgb(221, 221, 221,.3);
    -webkit-transition:all .4s ease-in-out;
    border:solid 1px #f1f1f1;
}

.news-item-box:hover {
    transform: translate(0,-7px);
    box-shadow:0px 0px 17px rgb(221, 221, 221,.8);
}

.news-item-box:hover a:hover .news-box-title {
    transition: transform 0.5s ease-in-out;
    color:var(--secondary-color);
}

.news-item-inner img {
    width:100%;
}


.news-box-bottom-content {
    padding: 23px 30px 26px 30px;
    text-align: left;
    background-color: #fff;
    margin-bottom: 10px; 
}

.news-metabox {
    font-size:12px;
}


.news-box-bottom-content .news-iconbox i {
    font-size: 35px;
    color:var(--secondary-color);
}

.news-box-bottom-content .news-box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #0b0c26;
}

.news-metabox .news-posted-on i {
    margin-right:4px;
}

/*
.news-box-bottom-content .news-box-icontitle {
    margin: 0px 0px 15px;
    padding: 0px 0px 10px;
}

.news-box-bottom-content .news-iconbox {
    float:left;
    width:10%;
    margin-right:15px;
}

.news-box-bottom-content .news-box-desc {
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.news-box-bottom-content .newsbox-readmore {
    padding-top: 9px;
    padding-bottom: 2px;
}
*/
    

.breadcrumb-wrapper {
    color: rgba(255,255,255,1);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
}
.breadcrumb-wrapper .breadcrumb {
    background:transparent !important;
    padding:0px 15px 0px 0px !important;
    text-align: left;
}

.breadcrumb-wrapper .breadcrumb li a,.breadcrumb-wrapper .breadcrumb li.active {
    color:#050708;
    text-shadow: none;
    font-size: 15px;
}
.breadcrumb-wrapper .breadcrumb li.active {
    color:var(--secondary-color);
}

.breadcrumb-wrapper ol.breadcrumb li:first-child a:before {
    content:'\f015';
    padding-right:10px;
    color:#050708;
    font-family: 'FontAwesome';
}
    
.about-section {
    background:transparent url('assets/images/section-bg.jpg') repeat-y;
    padding:50px 0px 60px;
    border-bottom: solid 1px #ddd;
}

.about-section .about-post-image {
    margin:30px 0 0;
}
.about-section .about-post-image img:first-child {
    margin-right:20px;
}

.about-section p {
    font-size:17px;
}

.service-section {
    background:#fff;
    padding:50px 0px 60px;
    border-bottom: solid 1px #ddd;
}

.service-col-image {
    margin:30px 0 0;
}

.service-col-image img {
    width:100%;
}

.service-info-block {
    padding: 20px 0px 0px 40px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.service-lists {
    background:transparent url('assets/images/section-bg.jpg') repeat-y;
    padding:50px 0px 60px;
    border-bottom: solid 1px #ddd;   
}

.pci-highlight-info {
    position: relative;
    background: #fff;
    padding: 15px;
    border: 7px solid #e9f2fa;
    bottom: 0;
    left: 0px;
    margin-bottom: 30px;
    width: 97.5%;
    height: 100px;
}

.pci-left {
    padding-bottom: 0;
    position: relative;
    float: left;
}

.pci-icon-wrapper {
    top: 0px;
    position: relative;
}
    .pci-icon-wrapper i {
        font-size: 55px!important;
        color:var(--secondary-color);
    }
    
    .cris-contents {
        /*padding-left: 60px;
        clear: both;*/
        padding-top: 0;
        text-align: left;
        float: left;
        position: relative;
    }
    
    .cris-contents h4.cris-inner {
        font-size: 42px;
        line-height: 30px;
        font-weight: 700;
        margin-top: 2px;
        margin-bottom: 0;
        float: left; 
        color:#fff; 
    }
    
    .cris-contents h5.cris-title {
        margin: 10px 0px 0px 10px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        padding: 0;
        color: #fff;
        float:left;
    }
    
    .cris-contents h4.cris-text {
        margin: 5px 0px 0px;
        font-size: 22px;
        line-height: 22px;
        font-weight: 400;
        padding: 0;
        color: #687076;
        float:left;
    }
    
    .cris-contents .experience {
        text-align: left;
        font-size: 50px;
        line-height: 60px;
        color: #ffffff;
        font-weight: 700;
        font-style: normal;
        float:left;
        margin-right:15px;
    }

.porfolio-section {
    background:#F71735;
    padding-top: 90px;
    padding-bottom: 70px;
    margin-bottom: 0;
}

.info-section {
    background-image:url('assets/images/info-section-bg.jpg') ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding:0px 0px;
}
.info-section .cris-col-wrapper-bg-layer  {
    content:'';
    background-color: rgb(5 7 8 / .6);
    /*opacity: .87;*/
    padding-top: 90px;
    padding-bottom: 65px !important;
}

.booknow-page .info-section .cris-col-wrapper-bg-layer {
    padding:30px !important;
}


.vision-section {
    background-image:url('assets/images/parallax-bg-one.jpg') ;
    border-bottom: solid 1px #ddd;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vision-section .vm-col-wrapper-bg-layer  {
    background-color: #0b0c26;
    opacity: .87;
    padding-top: 90px;
    padding-bottom: 65px !important;
}

.vision-section  .vm-bg-layer-inners {
    background-color: #0b0c26;
    opacity: .87;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: none !important;
    position: relative;
    height: 100%;
    width: 100%;
    top: 0px;
    display: block;
}

.core-values {
    background-color: #fff;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.core-values .icons {
    font-size:35px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    top: -5px;
    position: relative;
}

.core-values .icons i {
    color:var(--secondary-color);
}

.core-values .align-right {
    text-align: right !important;
}

.core-values .align-left {
    text-align: left !important;
}


.quick-info {
    background-image:url('assets/images/quick-info-bg.jpg') ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding:0px 0px;
}

.quick-info .crqi-col-wrapper-bg-layer  {
    content:'';
    background-color: rgb(5 7 8 / .8);
    /*opacity: .87;*/
    padding-top: 40px;
    padding-bottom: 40px !important;
}

.quick-info .action-wrapper,.action-wrapper  {
    margin-top: 0px;
    display: block;
}

#homepage-info {
    padding:40px 0px 0px !important;
}

#service-experiences {
    padding:0px 0px 30px 0px;
    display: block;
    position: relative;
}

#service-experiences .who-col-wrapper-bg-layer {
    background-image: url('../../../wordpress/zippco/zippco-overlay/wp-content/uploads/sites/4/2019/05/row-bg-threee_id-1471.jpg') !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: auto;
    right:0px;
    position: absolute;
    height: 100%;
    top:0px;
    left:0px;
}

#service-experiences .who-bg-layer-inner {
    background-color: #0b0c26;
    opacity: .87;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
}

.exp-single-image-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

.whoweare-wrapper {
    padding:50px 0px;
    display: block;
}

.whamv-block {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #f9f9f9 !important;
    border-left-color: #f0f0f0 !important;
    border-left-style: solid !important;
    border-right-color: #f0f0f0 !important;
    border-right-style: solid !important;
    border-top-color: #f0f0f0 !important;
    border-top-style: solid !important;
    border-bottom-color: #f0f0f0 !important;
    border-bottom-style: solid !important;
    text-align: center;
    margin:15px 0px 0px 0px;
    min-height:366px;
}

.whamv-block p {
    text-align: left;
}
.whamv-block h4 {
    font-weight: 600;
}
.exp-col-block {
    padding:30px 30px 0px 0px;
}

#service-experiences .exp-col-block h3 {
    margin-bottom: 15px;
}

.exp-text {
    font-size:16px;
    color:#3f3f3f;
    margin-bottom: 15px;
}

#service-experiences .section-info-left {
    margin-right:125px;
    margin-left: 365px;
}

.wwe-icon-wrapper {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
}

.wwe-video-icon {
    position: absolute;
    left: 40%; 
    text-align: right;
    box-sizing: border-box;
    right: 0;
    min-height: 600px;
    height: 100%;
    margin: auto;
    width: 50%;
}

.wwe-icon-element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px;
    text-align: right;
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0;
    display:block;
}

.wwe-icon-inner {
    background-color: #f71735;
    width: 65px!important;
    height: 65px!important; 
    border-radius: 50%;
    max-width: 100%!important;
    line-height: 2.15em!important;
}

.wwe-icon-inner:before {
    z-index: 2;
    width: 94px;
    height: 94px;
    opacity: .21;
    background-color: #f71735;
    content: '';
    position: absolute;
    top: 5.5%;
    left: 9%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.wwe-icon-inner .fa {
    font-size: 25px!important;
    padding-left: 7px;
    color: #FFF;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    top: 19px;
    position: relative;
    left: -18px;
}

.wwe-icon-element-link {
    border-radius: 50%;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: -30px;
    box-sizing: content-box;
    border: none;
}


.testimonial-section {
    padding:50px 0px 80px;
    background:transparent url('assets/images/map-testy-bg.png');
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    opacity:.87;
}

.testimonial-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
    .testimonial-box {
        position: relative;
        padding: 40px 10px;
    }
    
    .testy-post-item {
        position:relative;
        margin-bottom:5px;
    }
    .testy-box-content {
        position: relative;
        background: #fff;
        padding: 53px 37px 50px 37px;
        transition: .5s ease;
        box-shadow: 0 15px 39px 0 rgba(8,18,109,.1);
        display: block;
        overflow: hidden;
    }
    
    .testy-box-content:before {
        display: block;
        height: 3px;
        content: '';
        position: absolute;
        left: 0%;
        bottom: 0;
        width: 100%;
        background-color: #F81735;
        transition: .5s ease;
    }
    .testimonial-box .testy-box-desc blockquote {
        border: none;
        margin: 0;
        outline: none;
        text-align: left;
        position: relative;
        color: #687076;
        font-style: italic;
        font-weight: 400;
        padding: 0;
        margin: 0;
        font-size: 17px;
        background-color: transparent;
        line-height: 29px;
    }
    .testimonial-box .testy-box-desc blockquote:before {
        content: "";
        display: table;
    }
    
    .testy-testimonial-text {
        padding: 0 10px 0 0;
    }
    
    .testy-testimonial-text:after {
        content: '\f10d';
        font-family: "FontAwesome";
        color: #0b0c26;
        font-size: 40px;
        line-height: 50px;
        position: absolute;
        top: -12px;
        left: 0;
        opacity: .1;
    }
    .testimonial-section .testy-box-author {
        padding-top: 30px;
        padding-bottom: 10px;
        margin-left: 0;
        margin-right: 20px;
        display: block;
        width: 100%;
        float: left;
    }
    
    .testimonial-box .testy-box-img {
        display: inline-block;
        float: left;
    }
    
    .testimonial-box .testy-img-thumbnail {
        display: block;
        left: 0;
        right: 0;
        border: 4px solid #f0f6fb;
        border-radius: 50%;
        width: 91px;
        height: 91px;
        text-align: left;
    }
    
    .testimonial-box .testy-img-thumbnail-inner {
        display: block;
    }
    .testimonial-box .testy-box-img img {
        height: auto;
        max-width: 100%;
        border-radius: 50%;
        display:block;
    }
    
    .testimonial-box .testy-box-title {
        padding-top: 10px;
        padding-left: 20px;
        display: inline-block;
        float: left;
        margin-top: 0;
        position: relative;
    }
    
    .testimonial-box .testy-author-name {
        display: inline-block;
        margin: 0;
        clear: none;
        position: relative;
        font-size: 17px;
        line-height: 24px;
        margin-bottom: -6px;
        color: #0b0c26;
    }
    

.call-to-action-section {
    position: relative;
    background-image: linear-gradient(to right,#ffb45e, var(--secondary-color));
    padding: 25px;
}



.call-to-action-section .outer-container {
    position: relative;
    background-color: var(--secondary-color);
}


.call-to-action-section .left-column {
    position: relative;
    width: 50%;
    float: left;
}

.call-to-action-section .right-column {
    position: relative;
    width: 50%;
    float: right;
}

.call-to-action-section .left-column .image-layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: -120px;
    bottom: 0px;
    z-index: 1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.call-to-action-section .left-column .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(244,146,33,.80);
}

.call-to-action-section .left-column .inner-column {
    position: relative;
    padding: 35px 15px;
    max-width: 600px;
    float: right;
    width: 100%;
    z-index: 1;
}

.call-to-action-section .right-column .inner-column {
    position: relative;
    padding: 60px 0px 30px; 
    max-width: 700px;
    text-align: right;
    padding-right: 15px;
}

.call-to-action-section .left-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4em;
}
/*
.call-to-action-section .outer-container {
    position: relative;
    background: var(--secondary-color);
    height:175px;
}

.call-to-action-section .inner-column {
    position: relative;
    padding: 60px 0px; 
    max-width: 700px;
    padding-right: 15px;
}

.call-to-action-section .image-layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: -120px;
    bottom: 0px;
    z-index: 1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.call-to-action-section .left-column .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(68,57,134,0.90);
}

.call-to-action-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0px;
    padding:0px;
}
*/
.btn-style-four {
    position: relative;
    padding: 15px 32px 15px;
    line-height: 24px;
    background: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
    text-transform: uppercase; 
}

.btn-style-four:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ee2d50;
}

.news-section {
    position: relative;
    padding: 50px 0px 60px;
}
    .news-section:before {
        position: absolute;
        content: '';
        right: 0px;
        top: 0px;
        width: 30%;
        height: 100%;
        background-color: #ffffff;
    }
    .news-section .image-column {
        position: relative;
        margin-bottom: 40px;
    }

.news-block {
    position: relative;
    margin-bottom: 25px;
}

    .news-block .news-inner-box {
        position: relative;
    }
    .news-block .news-inner-box .post-info {
        position: relative;
        margin-bottom: 8px;
    }
    
    .news-block .news-inner-box h3 {
        position: relative;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.6em;
        margin: 0px;
        padding:0px;
    }
    
    .news-block .news-inner-box .post-info li {
        position: relative;
        color: #443986;
        font-size: 13px;
        font-weight: 700;
        padding-right: 14px;
        margin-right: 12px;
        line-height: 1.2em;
        display: inline-block;
        text-transform: uppercase;
        border-right: 1px solid #443986;
    }
    .news-block .news-inner-box .post-info li:first-child {
        color: #EB2C4B;
    }
    
    .news-block .news-inner-box .post-info li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border: none;
    }
.news-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

/* -------------------------------------------------------- OWL SLIDER ICONS STARTS ------------------ */

.owl-theme .owl-pagination {
    margin-top:-55px !important;
}

.owl-theme .owl-pagination .owl-page span {
    width: 24px !important;
    height: 24px !important;
    border: 1px;
    border-radius: 50%;
    position: relative;
    border: 2px solid var(--secondary-color) !important;
}
.owl-theme .owl-pagination .owl-page.active span,
.owl-theme .owl-pagination .owl-page:hover span {
    width: 24px !important;
    height: 24px !important;
    background: #fff !important;
    border: 2px solid var(--secondary-color) !important;
}
.owl-theme .owl-pagination .owl-page.active span:after,
.owl-theme .owl-pagination .owl-page:hover span:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: var(--secondary-color);
    position: absolute;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #ff5253 !important;
    border-color: #ff5253;
    color: #fff !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #292929 !important;
    background-color: #fff !important;
    border: 1px solid #292929;
}

.owl-theme .owl-controls .owl-page span {
    background:#fb4163!important;
}
.single_content h2 {
     font-size:23px;
    color: #000;
    margin: 0px 0px 15px;
    padding: 0px 0px 15px; 
    line-height: 30px;
    font-weight: 500;
}
.single_content h2:not(:first-child) {
    font-size:23px;
    color: #000;
    margin: 25px 0px 15px;
    padding: 0px 0px 15px; 
    line-height: 30px;
    font-weight: 500;
}

article.post-entry {
    border-bottom: solid 1px #ddd;
}

.post-entry h2.entry-title {
    font-size:22px !important;
    font-weight: 500;
}

.post-entry h2.entry-title a {
    color:#000;
}

.content-area, .widget-area {
    margin-top:40px;
}

.content-area .featured-image-full img {
    /*min-width: 778px;*/
    width:100%;
}

.sidebar {
    float:right;
    position: relative;
    background: #fff;
    padding:0px;
    margin:0px;
    /*padding: 30px 30px; 
    padding-top: 35px;
    padding-bottom: 40px;*/
}

.sidebar .widget {
    position: relative;
    margin: 40px 0 40px;
    background-color: #fff;/*#F3F4F5*/
    padding: 10px 20px 0px;
}

.sidebar .widget:first-child  {
    margin-top: 5px;
}

.sidebar h3.widget-title {
    font-size:22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.sidebar h3.widget-title:after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: 0px;
    content: '';
    position: relative;
    bottom: -10px;
    width: 20px;
    background:var(--secondary-color);
}

.featured-image-full {
    margin-bottom: 30px;
}

h3.color {
    color:var(--secondary-color);
    font-size:20px !important;
}

.contact-list {
    position: relative;
}

.contact-list li {
    position: relative;
    font-size: 15px;
    color: var(--default-color);
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.7em;
}

.contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--default-color);
    font-size: 16px;
}

/*
    Footer Section
*/

.footer-wrapper {
    background-color:#000;
    background-repeat:no-repeat;
    background-position: right top;
    background-size: cover;
    background-image: url('assets/images/footer-bg.png');
    position: relative;
    color:#fff;
}
/*
.footer-widgets {
    min-height: 400px;
}
*/

.footer-widgets > .container {
    padding-top: 55px;
    padding-bottom: 20px;
}

.footer-widgets a {
    color:#fff !important;
    font-size:16px;
}

.footer-widgets a:hover,.footer-widgets a:focus {
    color:var(--secondary-color) !important;
}

.footer-bottom {
    background:#050708;
    color:#fff;
}

.footer-bottom > .container {
    padding-top: 4px;
    padding-bottom: 12px;
}

.footer-bottom a {
    color:#fff;
}
.footer-bottom a:hover,.footer-bottom a:focus {
    color:var(--secondary-color);
}
.footer-bottom p {
    margin:15px 0px 0px;
    font-size: 15px;
}

.footer-wrapper h4 {
    margin-bottom: 40px;
}

.footer-wrapper h4.widget-title:after {
   display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: 0px;
    content: '';
    position: relative;
    bottom: -10px;
    width: 20px;
    background: var(--secondary-color);
}

ul.zt-recent-post-list>li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.zt-recent-post-list li {
    padding-bottom: 16px;
    padding-top: 5px;
}

ul.zt-recent-post-list>li>a {
    font-size: 14px;
    line-height: 21px;
    display: block;
}

ul.zt-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px;
}

ul.zt-recent-post-list>li .post-date {
    display: block;
    font-size: 11px;
    margin-top: -3px;
}

ul.zt-service-list {
    /*margin-left: -20px;
    margin-right: -20px;*/
}


ul.zt-service-list li { 
    position: relative; 
    border-top: none;
}
ul.zt-service-list li a {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding: 14px 24px;
    display: block;
    background:#f3f4f5 !important;
    line-height: 25px;
    margin-bottom:3px;
}
ul.zt-service-list li a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: 0;
    background-color: #f5faff;
}

ul.zt-service-list li a:hover {
    color:var(--secondary-color);
}


ul.zt-service-list li.active { 
    background:var(--secondary-color);
}
ul.zt-service-list li.active a {
    color:#050708;
    border-left:4px solid #f49221 !important;
}

.footer-wrapper ul.menu>li {
    padding: 0 0 13px 0;
}

.footer-wrapper ul.menu li a {
    display: inline-block;
    position: relative;
    padding-left: 16px;
}

.footer-wrapper ul.menu li a:before { 
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 1em;
    font-size: 15px;
}

.footer-wrapper ul.contact {
    margin:15px 0px 0px;
}
.footer-wrapper ul.contact li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
}

.footer-wrapper ul.contact li:before {
    position: absolute;
    top: 0;
    z-index: 0;
    font-family: "FontAwesome";
    color: #f4b734;
}

.footer-wrapper ul.contact li.address:before {
    left: 3px;
    content: "\f041";
}

.footer-wrapper ul.contact li.phone:before {
    left: 0px;
    content: "\f095";
}

.footer-wrapper ul.contact li.email:before {
    left: 0px;
    content: "\f0e0";
}

#company-overview {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background: #ffffff url('assets/images/overview-bg1.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#company-overview h2 {
    margin-top:0px !important;
}

#service-experiences {
    background-color:#f6f6f6;
}

.footer-wrapper ul.reachus {
    margin:15px 0px 0px;
}
.footer-wrapper ul.reachus li {
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
}

.footer-wrapper ul.reachus li.calltoLink {
    color: #fff !important;
    text-decoration: none  !important;
    padding: 0  !important;
    display: block !important;
    align-items: center !important;
    margin-bottom: 24px !important;
}

.footer-wrapper ul.reachus li.calltoLink span {
    background-image: url('https://www.cityremovalist.com.au/wp-content/themes/city2020/style.css?ver=1.0.6') !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    display: inline-block !important;
    padding-left: 10px !important;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.footer-wrapper ul.reachus li:before {
    left: 0;
    z-index: 0;
    font-family: "FontAwesome";
    color: #f4b734;
}

.footer-wrapper ul.reachus li.calltoLink:before {
     content: "\f095";
     font-size:27px;
}

.footer-wrapper ul.reachus li.workinghours:before {
    content: "\f017";
    top: -15px;
    font-size:27px;
    position: relative;
}

.footer-wrapper ul.reachus li.workinghours span {
    display: inline-block !important;
    padding-left: 10px !important;
    font-weight: 600 !important;
}


ul.default-list>li {
    padding: 0 0 5px 0;
    margin: 0px 15px;
}

ul.default-list li a {
    display: block;
    position: relative;
    padding-left: 20px;
}

ul.default-list li a:before { 
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 1em;
    font-size: 15px;
}

.cr-list {
    list-style: none;
    padding-left: 0;
    margin:15px 0;
}
.cr-list li {
    position: relative;
    padding-left: 30px;
    padding-bottom:10px;
    
}
.cr-list li:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background: url('assets/images/cr-icon.png') no-repeat;
    left: 0px;
    top: 0px;
}

#company-overview img {
    margin-top: 20px;
    padding: 10px;
    background: #4f483e;
    border-radius: 10px;
    cursor:pointer;
}

img.video-promo {
    margin-top: 20px;
    padding: 10px;
    background: #4f483e;
    border-radius: 10px;
    cursor: pointer;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-heading h4.panel-title {
    color: var(--secondary-color);
    font-weight: 500;
}

.panel-heading h4:before {
    content: '';
    background-image: url(assets/images/faq.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding: 0px 15px;
    margin: 0px;
    top: 0px;
    position: relative;
}

.faq_container .panel-body {
    padding: 15px 15px 0px;
    margin-left:30px;
}

.panel-title>a {
    line-height: 30px;
}

.heading-left-border:after {
    content: "";
    background-color: var(--secondary-color);
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0px;
    top: 10px;
}

.heading-left-border {
    position: relative;
    padding-left: 21px;
    font-size: 36px;
    line-height: 45px;
    text-align: left;
    font-weight: 700;
    margin-top:0px;
}

.suburb-icon-wrapper {
    display: block;
    max-width: 100%;
    text-align: center;
}

.suburb-icon-wrapper i.fa {
    font-size:64px;
    color:var(default-color);
}

.whyus {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background: #d0d0d0 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.whyus h2 {
    margin-top:0px !important;
}

.suburb-info, interstate-info {
    padding: 40px 0px 0px !important;
}
.site-contact-info {
    float: right;
}

.call-now-text {
    font-size:16px;
    color:#050708;
    display:inline-block;
}
.call-now {
    font-size:22px;
    font-weight: 600;
    margin:0px 0 0px 10px;
    padding:0px;
    display: inline-block;
    color:#050708;
}

a.call-now:hover {
    color:#fff;
}

.quick-quote-wrapper .form-body {
    background:#fff;
    box-shadow: 0 0 20px 0 rgba(5,6,6,0.22);
    border-right:solid 1px #ffca8e;
    border-left:solid 1px #ffca8e;
    border-bottom:solid 1px #ffca8e;
}

.quick-quote-wrapper .form-field {
    padding: 7px 10px;
}

.quick-quote-wrapper button.action-btn {
    margin:15px 0px !important;
}

.quick-quote-wrapper .quote-header {
    background: #f49221;
    color:#050708;
    padding: 6px 10px 6px 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
}
.quick-quote-wrapper .quote-header img {
    margin-right:7px;
}

.top-header-booking a {
    font-size: 18px;
    color: #e88009;
    font-weight: 600;
    padding: 3px 12px;
    background: #fff;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-table;
    float:right;
}

.quick-quote-wrapper .alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 10px 10px 0px;
    text-align: left;
    font-weight: 500;
    color: #111;
    font-size: 16px;
}

.quick-quote-wrapper .alert-dismissible .close {
    right:0px;
}

label {
    font-weight: 400;
}

h3.suburb-features, h3.interstate-features {
    font-size: 22px;
    color: #161616;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}

.text-primary {
    color: #f49221;
    font-size: 20px;
    font-weight: 500;
}

#homeVideo .close-button {
    position: absolute;
    z-index: 5;
    right: 7px;
    background: #f49221;
    border: none;
    font-size: 20px;
    border-radius: 50%;
    padding: 2px 10px;
    margin-top: 5px;
    text-shadow: none;
    color:#fff;
}

.img-404,.text-404 {
    margin:0 auto;
    text-align:center;
}
.text-404 {
    font-size:27px;
}

/*Just a heroSection*/


#crmWebToEntityForm.zcwf_lblLeft{
    margin:0px !important;
}

.free-boxes{
    display:none !important;
}



@charset "UTF-8";
@font-face {
  font-family: Poppins;
  src: url(https://www.cityremovalist.com.au/themes/loom/_assets/fonts/poppins-bold-webfont.woff2)
      format("woff2"),
    url(https://www.cityremovalist.com.au/themes/loom/_assets/fonts/poppins-bold-webfont.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: icomoon;
  src: url(https://www.cityremovalist.com.au/themes/loom/_assets/fonts/icomoon.eot?ty8k94);
  src: url(https://www.cityremovalist.com.au/themes/loom/_assets/fonts/icomoon.eot?ty8k94#iefix)
      format("embedded-opentype"),
    url(https://www.cityremovalist.com.au/themes/loom/_assets/fonts/icomoon.ttf?ty8k94)
      format("truetype"),
    url(https://www.cityremovalist.com.au/themes/loom/_assets/fonts/icomoon.woff?ty8k94) format("woff"),
    url(https://www.cityremovalist.com.au/themes/loom/_assets/fonts/icomoon.svg?ty8k94#icomoon)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
html {
  overflow-x: hidden;
}
.max-width {
  max-width: 52rem;
  margin: auto;
}
body {
  overflow-x: hidden;
}
[class*="background-stretch-full-width"] {
  position: relative;
}
[class*="background-stretch-full-width"]:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.background-color-blue {
  background: #009bba;
}
a.btn.btn-background-color-blue {
  background-color: #009bba;
  border-bottom: 0;
}
a.btn.btn-background-color-blue:hover {
  background-color: #009bba;
}
.text-color-blue,
a.text-color-blue {
  color: #ffa338 !important;
}
.text-color-yellow,
a.text-color-yellow {
  color: #ffa338 !important;
}
.background-color-white {
  background: #fff;
}
a.btn.btn-background-color-white {
  background-color: #fff;
  border-bottom: 0;
}
a.btn.btn-background-color-white:hover {
  background-color: #fff;
}
.text-color-white,
a.text-color-white {
  color: #fff !important;
}
html {
  scroll-behavior: smooth;
}
@-webkit-keyframes bouncesideways {
  0%,
  50%,
  to {
    -webkit-transform: translateX(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(4px);
  }
}
@keyframes bouncesideways {
  0%,
  50%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
/*body,*/
/*html {*/
/*  color: #777;*/
/*}*/
/*body {*/
/*  font-family: sans-serif;*/
/*  font-display: optional;*/
/*  font-size: 0.9em;*/
/*  line-height: 1.45;*/
/*  text-align: center;*/
/*}*/
/*@media (min-width: 480px) {*/
/*  body {*/
/*    text-align: left;*/
/*    line-height: 1.5;*/
/*    font-size: 1.1em;*/
/*  }*/
/*}*/
/*a,*/
/*a:visited {*/
/*  color: #ed8833;*/
/*  text-decoration: underline;*/
/*  outline: 0;*/
/*  cursor: pointer;*/
/*  -webkit-transition: 0.2s;*/
/*  -o-transition: 0.2s;*/
/*  transition: 0.2s;*/
/*}*/
/*a:focus,*/
/*a:hover,*/
/*a:visited:focus,*/
/*a:visited:hover {*/
/*  text-decoration: none;*/
/*  color: #8043be;*/
/*}*/
/*p a {*/
/*  font-weight: 700;*/
/*  color: #009bba;*/
/*}*/
/*p a:visited {*/
/*  color: #009bba;*/
/*}*/
/*.h1,*/
/*.h2,*/
/*.h3,*/
/*.h4,*/
/*.h5,*/
/*.h6,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*  margin: 1.75em 0 0.5em 0;*/
/*  padding: 0;*/
/*  font-weight: 700;*/
/*  line-height: 1.25;*/
/*  display: block;*/
/*}*/
/*@media (min-width: 480px) {*/
/*  .h1,*/
/*  .h2,*/
/*  .h3,*/
/*  .h4,*/
/*  .h5,*/
/*  .h6,*/
/*  h1,*/
/*  h2,*/
/*  h3,*/
/*  h4,*/
/*  h5,*/
/*  h6 {*/
/*    margin: 1.75em 0 1em 0;*/
/*  }*/
/*}*/
/*.h1 a,*/
/*.h2 a,*/
/*.h3 a,*/
/*.h4 a,*/
/*.h5 a,*/
/*.h6 a,*/
/*h1 a,*/
/*h2 a,*/
/*h3 a,*/
/*h4 a,*/
/*h5 a,*/
/*h6 a {*/
/*  font-weight: inherit;*/
/*  color: inherit;*/
/*  text-decoration: none;*/
/*}*/
/*.h1 a:visited,*/
/*.h2 a:visited,*/
/*.h3 a:visited,*/
/*.h4 a:visited,*/
/*.h5 a:visited,*/
/*.h6 a:visited,*/
/*h1 a:visited,*/
/*h2 a:visited,*/
/*h3 a:visited,*/
/*h4 a:visited,*/
/*h5 a:visited,*/
/*h6 a:visited {*/
/*  color: inherit;*/
/*}*/
/*.h1 a:focus,*/
/*.h1 a:hover,*/
/*.h2 a:focus,*/
/*.h2 a:hover,*/
/*.h3 a:focus,*/
/*.h3 a:hover,*/
/*.h4 a:focus,*/
/*.h4 a:hover,*/
/*.h5 a:focus,*/
/*.h5 a:hover,*/
/*.h6 a:focus,*/
/*.h6 a:hover,*/
/*h1 a:focus,*/
/*h1 a:hover,*/
/*h2 a:focus,*/
/*h2 a:hover,*/
/*h3 a:focus,*/
/*h3 a:hover,*/
/*h4 a:focus,*/
/*h4 a:hover,*/
/*h5 a:focus,*/
/*h5 a:hover,*/
/*h6 a:focus,*/
/*h6 a:hover {*/
/*  text-decoration: underline;*/
/*}*/
/*.h1,*/
/*.h2,*/
/*.h3,*/
/*.h4,*/
/*.h5,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5 {*/
/*  font-family: Poppins, sans-serif;*/
/*}*/
/*.h1,*/
/*h1 {*/
/*  font-size: 1.7em;*/
/*  font-size: 2em;*/
/*  color: #8043be;*/
/*  margin-bottom: 0.25em;*/
/*}*/
/*@media (min-width: 769px) {*/
/*  .h1,*/
/*  h1 {*/
/*    margin-top: 1em;*/
/*    font-size: 2.5em;*/
/*  }*/
/*}*/
/*@media (max-width: 479px) {*/
/*  .h1-on-mobile {*/
/*    font-size: 2em;*/
/*  }*/
/*}*/
/*.h2,*/
/*h2 {*/
/*  font-size: 1.75em;*/
/*  margin-bottom: 1em;*/
/*  color: #172242;*/
/*}*/
/*@media (min-width: 769px) {*/
/*  .h2,*/
/*  h2 {*/
/*    font-size: 1.75em;*/
/*  }*/
/*}*/
/*@media (max-width: 479px) {*/
/*  .h2-on-mobile {*/
/*    font-size: 1.75em !important;*/
/*  }*/
/*}*/
/*.h3,*/
/*h3 {*/
/*  color: #172242;*/
/*  margin-top: 1em;*/
/*}*/
/*@media (min-width: 769px) {*/
/*  .h3,*/
/*  h3 {*/
/*    margin-top: 1.25em;*/
/*    font-size: 1.4em;*/
/*  }*/
/*}*/
/*@media (max-width: 479px) {*/
/*  .h3-on-mobile {*/
/*    font-size: 1.2em;*/
/*  }*/
/*}*/
/*.h4,*/
/*h4 {*/
/*  font-size: 1.3em;*/
/*  color: #172242;*/
/*}*/
/*@media (min-width: 769px) {*/
/*  .h4,*/
/*  h4 {*/
/*    font-size: 1.3em;*/
/*  }*/
/*}*/
/*.h5,*/
/*h5 {*/
/*  font-size: 1.2em;*/
/*  margin-bottom: 0.5em;*/
/*  color: #172242;*/
/*}*/
/*@media (min-width: 769px) {*/
/*  .h5,*/
/*  h5 {*/
/*    font-size: 1em;*/
/*  }*/
/*}*/
/*.h6,*/
/*h6 {*/
/*  font-size: 0.9em;*/
/*  color: #172242;*/
/*  margin-bottom: 0.5em;*/
/*}*/
.p,
p {
  margin: 0.75em 0;
  font-size: 1.1em;
}
.p a[href*="tel"],
p a[href*="tel"] {
  display: inline-block;
}
.p a[href*="http"],
p a[href*="http"] {
  word-break: break-word;
}
@media (min-width: 480px) {
  .p,
  p {
    font-size: 1em;
    margin: 1em 0;
  }
}
.home-top-banner .top-title .text-color-yellow{
    font-size:2.5em;
}
strong {
  font-weight: 700;
}
.stars {
  display: inline-block;
  color: #f5ba2e;
  vertical-align: middle;
}
.stars img {
  width: 70px;
  height: auto;
}
.stars > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7em;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
}
a[href*="mailto"] {
  word-break: break-all;
}
.btn,
a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  padding: 1.1em 1em;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  position: relative;
  min-height: 3.2em;
  font-size: 1.2em;
}
.btn:focus,
a.btn:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0 !important;
}
.btn::-moz-focus-inner,
a.btn::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
}
.btn > *,
a.btn > *,
input[type="button"] > *,
input[type="reset"] > *,
input[type="submit"] > * {
  vertical-align: middle;
}
@media (min-width: 480px) {
  .btn,
  a.btn,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 0.85em;
    border-radius: 0.5em;
  }
}
@media (min-width: 1400px) {
  .btn,
  a.btn,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 0.95em;
  }
}
.btn,
a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background-color: #f58220;
  color: #fff;
}
.btn:visited,
a.btn:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
}
.btn:focus,
.btn:hover,
a.btn:focus,
a.btn:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #009bba;
  color: #fff;
}
.btn.btn-blue,
a.btn.btn-blue,
input.btn-blue[type="button"],
input.btn-blue[type="reset"],
input.btn-blue[type="submit"] {
  background-color: #009bba;
}
.btn.btn-blue:after,
a.btn.btn-blue:after,
input.btn-blue[type="button"]:after,
input.btn-blue[type="reset"]:after,
input.btn-blue[type="submit"]:after {
  color: #f58220;
}
.btn.btn-blue:focus,
.btn.btn-blue:hover,
a.btn.btn-blue:focus,
a.btn.btn-blue:hover,
input.btn-blue[type="button"]:focus,
input.btn-blue[type="button"]:hover,
input.btn-blue[type="reset"]:focus,
input.btn-blue[type="reset"]:hover,
input.btn-blue[type="submit"]:focus,
input.btn-blue[type="submit"]:hover {
  background-color: #0b2244;
}
.btn.full-width-button,
input.full-width-button[type="button"],
input.full-width-button[type="reset"],
input.full-width-button[type="submit"] {
  width: 100%;
}
.button-wrap {
  margin: 1em auto 1.5em auto;
}
@media (min-width: 480px) {
  .button-wrap {
    margin: 2.5em auto 1.5em auto;
  }
}
@media (max-width: 479px) {
  .button-wrap {
    margin: 1.5em auto 2.5em auto;
  }
}
.get_a_quote_button {
  background-image: url(https://www.cityremovalist.com.au/themes/loom/_assets/images/zoom-z.svg);
  background-position: left 1em center;
  -ms-background-size: 2em;
  background-size: 2em;
  background-repeat: no-repeat;
  padding-left: 4em;
  padding-right: 4em;
}
@media (max-width: 479px) {
  .full-width-mobile-btn {
    width: 100%;
  }
}
.label,
label {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0.3em 1em 0.3em 0;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 2px #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 0.3em;
  font-size: 1em;
  min-height: 2.95em;
  padding: 0.75em 1em;
  color: #777;
  outline: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus {
  outline: 0 !important;
  border-color: #009bba !important;
}
select {
  cursor: pointer;
  background-image: url(https://www.cityremovalist.com.au/themes/loom/_assets/images/chevron-down-orange.svg);
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  -ms-background-size: 0.8rem;
  background-size: 0.8rem;
  padding-right: 2em;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
input[name="yearsinbusiness"] {
  display: none !important;
}
input:-webkit-autofill,
select:-webkit-autofill {
  background: 0 0 !important;
  -webkit-box-shadow: 0 0 0 1000px #eee inset;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form-box {
  background-color: #fff;
  max-width: 42rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.15);
}
.form-box .button-wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.form-box .heading {
  font-weight: 700;
}
.form-box .heading {
  color: #fff;
  background-color: #009bba;
  padding: 0.75em 1.25rem 0.5em 1.25rem;
  display: block;
  text-align: center;
  font-family: Poppins;
  font-size: 1.2em;
  border-radius: 0.75rem 0.75rem 0 0;
  line-height: 1.3;
}
.form-box form {
  padding: 1rem 1rem 0.25em 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.form-box .button-wrap,
.form-box .field-wrap {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.25rem;
  width: 100%;
}
.form-box .button-wrap > *,
.form-box .field-wrap > * {
  width: 100%;
}
.form-box .button-wrap {
  padding: 0.75em 0.25rem;
}
.form-box .btn,
.form-box .button-wrap,
.form-box input[type="button"],
.form-box input[type="reset"],
.form-box input[type="submit"] {
  width: 100%;
  font-weight: 700;
}
@media (min-width: 480px) {
  .form-box .heading {
    font-size: 0.9em;
  }
}
@media (min-width: 769px) {
  .form-box .field-wrap.col2 {
    width: 50%;
  }
  .form-box .field-wrap.col3 {
    width: 33.3334%;
  }
}
input[type="range"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
}
input[type="range"]:focus {
  outline: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.8em;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  background: #f4f4f4;
  border: 0 solid #000101;
  border-radius: 0.5em;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
  border: 2px solid #f58220;
  z-index: 2;
  position: relative;
  height: 2.5em;
  width: 2.5em;
  border-radius: 100%;
  background: #ed8833;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.85em;
  background: url(https://www.cityremovalist.com.au/themes/loom/_assets/images/range-button.svg)
    no-repeat center center #ed8833;
  -ms-background-size: 1.5em;
  background-size: 1.5em;
}
input[type="range"]::-webkit-slider-thumb:focus {
  border: 2px solid #8043be;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  aspect-ratio: attr(width) / attr(height);
}
img.full-width-image {
  width: 100%;
  display: block;
  height: auto;
}
.background-image {
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
::-moz-selection {
  background: #ed8833;
  color: #fff;
}
::selection {
  background: #ed8833;
  color: #fff;
}
::-moz-selection {
  background: #ed8833;
  color: #fff;
}
.google-reviews,
a.google-reviews {
  color: #fff;
  padding-left: 3em;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.google-reviews:hover,
.google-reviews:visited,
a.google-reviews:hover,
a.google-reviews:visited {
  color: #fff;
}
.google-reviews.alt,
a.google-reviews.alt {
  max-width: 20em;
}
.google-reviews:before,
a.google-reviews:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2.75em;
  width: 2.75em;
  background: url(https://www.cityremovalist.com.au/themes/loom/_assets/images/google.svg) no-repeat
    center center;
  -ms-background-size: contain;
  background-size: contain;
}
.google-reviews span,
a.google-reviews span {
  display: block;
}
.google-reviews .stars,
a.google-reviews .stars {
  display: inline-block;
}
.google-reviews.long-version,
a.google-reviews.long-version {
  padding-left: 3.75em;
  display: block;
  font-size: 0.85em;
  text-align: left;
  margin-top: 0.55em;
  margin-bottom: 0.55em;
  line-height: 1.5;
  max-width: 36em;
}
.google-reviews.long-version:before,
a.google-reviews.long-version:before {
  top: 0;
}
.google-reviews.long-version strong,
a.google-reviews.long-version strong {
  color: #f58220;
}
@media (max-width: 479px) {
  .google-reviews .stars img,
  a.google-reviews .stars img {
    width: 7em;
  }
}
@media (min-width: 480px) {
  .google-reviews.long-version,
  a.google-reviews.long-version {
    margin-bottom: 1.75em;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .google-reviews:before,
  a.google-reviews:before {
    height: 2.75em;
    width: 2.75em;
  }
  .google-reviews.long-version,
  a.google-reviews.long-version {
    padding-left: 3.75em;
    font-size: 1em;
    margin-top: 0.85em;
    margin-bottom: 0.55em;
    line-height: 1.3;
  }
}
.google_reviews_wrap {
  padding-top: 0.1em;
}
@media (min-width: 480px) {
  .google_reviews_wrap {
    padding-bottom: 4em;
    padding-top: 2em;
  }
}
#google_reviews_wrap {
  min-height: 25em;
}
@font-face {
  font-display: swap;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:root {
  --swiper-navigation-size: 44px;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.home-top-banner-wrap {
  background-color: #000;
  position: relative;
}
.home-top-banner-wrap .image {
  position: relative;
}
.home-top-banner-wrap .image img {
  width: 100%;
}
.home-top-banner-wrap .image > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home-top-banner-wrap .image {
  padding-bottom: 0;
}
.home-top-banner-wrap .image .desktop {
  display: none;
  -ms-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center right;
}
.home-top-banner-wrap .image .desktop:before {
  /*background: -webkit-gradient(*/
  /*  linear,*/
  /*  left top,*/
  /*  right top,*/
  /*  color-stop(60%, #000),*/
  /*  to(rgba(255, 255, 255, 0))*/
  /*);*/
  /*background: -o-linear-gradient(*/
  /*  left,*/
  /*  #000 60%,*/
  /*  rgba(255, 255, 255, 0) 100%*/
  /*);*/
  /*background: linear-gradient(90deg, #000 60%, rgba(255, 255, 255, 0) 100%);*/
  background: linear-gradient(90deg, #000 40%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-top-banner-wrap .image .desktop img {
  height: 100%;
  width: auto;
  margin-right: 0;
  margin-left: auto;
  display: block;
  max-width: none;
}
@media (min-width: 769px) {
  .home-top-banner-wrap .image {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-top-banner-wrap .image .mobile {
    display: none;
  }
  .home-top-banner-wrap .image .desktop {
    display: block;
  }
}
.home-top-banner {
  padding: 0;
  position: relative;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  background-size: auto 100%;
}
.home-top-banner .content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1em;
  padding-bottom: 1.5em;
  z-index: 2;
}
@media (min-width: 480px) {
  .home-top-banner .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1350px) {
  .home-top-banner .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.home-top-banner .top-title {
  margin-top: 0;
  margin-bottom: 0;
}
.home-top-banner .top-title * {
  display: block;
  margin: 0;
  min-height: 1.4em;
}
.home-top-banner .form-box-wrap {
  position: relative;
  margin-top: 1em;
}
.home-top-banner .top-paragraph {
  position: relative;
  display: none;
}
.home-top-banner p {
  color: #fff;
  max-width: 31em;
}
.home-top-banner .free-boxes {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #8043be;
  display: block;
  text-decoration: none;
  max-width: 42rem;
  font-weight: 700;
  padding: 0.5em;
  font-size: 1.1em;
  margin-bottom: 1em;
  margin-top: 0.5em;
  border-radius: 0.75rem 0.75rem;
  text-align: center;
  line-height: 1.2;
}
.home-top-banner .free-boxes:focus,
.home-top-banner .free-boxes:hover {
  background-color: #f58220;
}
.home-top-banner .desktop-version-afra {
  display: none;
}
.home-top-banner .desktop-version-afra img {
  display: block;
}
.home-top-banner .desktop-version-afra p {
  font-size: 0.95em;
}
.home-top-banner .mobile-version-afra {
  text-align: left;
  position: relative;
  margin-top: 1.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-top-banner .mobile-version-afra a {
  display: block;
  width: 2.75em;
  margin-right: 1em;
}
.home-top-banner .mobile-version-afra img {
  display: block;
}
.home-top-banner .mobile-version-afra p {
  width: calc(100% - 4em);
  color: #fff;
  font-size: 0.95em;
  line-height: 1.45;
  margin: 0;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .home-top-banner .top-title * {
    font-size: 1.4em;
  }
}
@media (min-width: 480px) {
  .home-top-banner .top-title {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 769px) {
  .home-top-banner .desktop-version-afra {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4em;
    margin-left: 1.5em;
  }
  .home-top-banner .free-boxes {
    margin-right: 7rem;
  }
  .home-top-banner .form-box {
    margin-right: 7rem;
  }
  .home-top-banner .mobile-version-afra {
    display: none;
  }
  .home-top-banner .content {
    width: 75%;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .home-top-banner .top-paragraph {
    display: block;
  }
  .home-top-banner .top-title {
    text-align: left;
  }
}
@media (min-width: 1110px) {
  .home-top-banner .top-paragraph {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .home-top-banner p {
    color: #fff;
    max-width: none;
  }
  .home-top-banner .google-reviews-form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-top-banner .free-boxes {
    border-radius: 100%;
    padding: 0.5em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: auto;
    font-size: 1.2em;
    width: 9em;
    font-weight: 400;
    padding: 1em;
    height: 9em;
    position: absolute;
    font-size: 1em;
    margin: auto;
    font-weight: 700;
    bottom: 7em;
    left: 65%;
    color: #fff;
    background-color: #ed8833;
  }
  .home-top-banner .free-boxes:focus,
  .home-top-banner .free-boxes:hover {
    color: #fff;
    background-color: #8043be;
  }
  .home-top-banner .content {
    width: 65%;
  }
}
.trusted_interstate {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  max-width: 81rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .trusted_interstate {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1350px) {
  .trusted_interstate {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 769px) {
  .sydney-move-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}